pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-GitLab-API-v3
Module Name: pkgsrc
Committed By: markd
Date: Wed Aug 24 23:41:02 UTC 2016
Added Files:
pkgsrc/devel/p5-GitLab-API-v3: DESCR Makefile distinfo
Log Message:
Add p5-GitLab-API-v3 1.00
This module provides a one-to-one interface with the GitLab API v3. Much
is not documented here as it would just be duplicating GitLab's own API
Documentation.
Note that this distribution also includes the gitlab-api-v3 command-line
interface (CLI).
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-GitLab-API-v3/DESCR \
pkgsrc/devel/p5-GitLab-API-v3/Makefile \
pkgsrc/devel/p5-GitLab-API-v3/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-GitLab-API-v3/DESCR
diff -u /dev/null pkgsrc/devel/p5-GitLab-API-v3/DESCR:1.1
--- /dev/null Wed Aug 24 23:41:02 2016
+++ pkgsrc/devel/p5-GitLab-API-v3/DESCR Wed Aug 24 23:41:02 2016
@@ -0,0 +1,6 @@
+This module provides a one-to-one interface with the GitLab API v3. Much
+is not documented here as it would just be duplicating GitLab's own API
+Documentation.
+
+Note that this distribution also includes the gitlab-api-v3 command-line
+interface (CLI).
Index: pkgsrc/devel/p5-GitLab-API-v3/Makefile
diff -u /dev/null pkgsrc/devel/p5-GitLab-API-v3/Makefile:1.1
--- /dev/null Wed Aug 24 23:41:02 2016
+++ pkgsrc/devel/p5-GitLab-API-v3/Makefile Wed Aug 24 23:41:02 2016
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2016/08/24 23:41:02 markd Exp $
+
+DISTNAME= GitLab-API-v3-1.00
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BL/BLUEFEET/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/GitLab-API-v3
+COMMENT= Complete GitLab API v3 client
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Const-Fast-[0-9]*:../../devel/p5-Const-Fast
+DEPENDS+= p5-Log-Any-Adapter-Screen-[0-9]*:../../devel/p5-Log-Any-Adapter-Screen
+DEPENDS+= p5-Log-Any-Adapter-TAP-[0-9]*:../../devel/p5-Log-Any-Adapter-TAP
+DEPENDS+= p5-YAML-[0-9]*:../../textproc/p5-YAML
+DEPENDS+= p5-Role-REST-Client>=0.18:../../www/p5-Role-REST-Client
+
+REPLACE_PERL+= bin/gitlab-api-v3
+
+PERL5_PACKLIST= auto/GitLab/API/v3/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-GitLab-API-v3/distinfo
diff -u /dev/null pkgsrc/devel/p5-GitLab-API-v3/distinfo:1.1
--- /dev/null Wed Aug 24 23:41:02 2016
+++ pkgsrc/devel/p5-GitLab-API-v3/distinfo Wed Aug 24 23:41:02 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/24 23:41:02 markd Exp $
+
+SHA1 (GitLab-API-v3-1.00.tar.gz) = 56827c1b2c1fe72325f5c5f19967b3a88c6207fa
+RMD160 (GitLab-API-v3-1.00.tar.gz) = c0ff99184316597e880adebbd96e6bffb4620df5
+SHA512 (GitLab-API-v3-1.00.tar.gz) = 81a2c39629d47865da3fadaba1b138c1e6855ec2407d9e3eefdcc127e9fe038e97583178daf50dc3791ad6458dbf204016218dde57c08fc65ad0fc42defad70b
+Size (GitLab-API-v3-1.00.tar.gz) = 27845 bytes
Home |
Main Index |
Thread Index |
Old Index