pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel p5-GitLab-API-v4: add version 0.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9621aff3073e
branches:  trunk
changeset: 396558:9621aff3073e
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Jun 03 11:20:59 2019 +0000

description:
p5-GitLab-API-v4: add version 0.14

This module provides a one-to-one interface with the GitLab API v4. 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-v4 command-line
interface (CLI).

diffstat:

 devel/Makefile                  |   3 ++-
 devel/p5-GitLab-API-v4/DESCR    |   6 ++++++
 devel/p5-GitLab-API-v4/Makefile |  26 ++++++++++++++++++++++++++
 devel/p5-GitLab-API-v4/distinfo |   6 ++++++
 4 files changed, 40 insertions(+), 1 deletions(-)

diffs (67 lines):

diff -r 8d60716ae669 -r 9621aff3073e devel/Makefile
--- a/devel/Makefile    Mon Jun 03 11:09:58 2019 +0000
+++ b/devel/Makefile    Mon Jun 03 11:20:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2854 2019/05/29 19:51:10 adam Exp $
+# $NetBSD: Makefile,v 1.2855 2019/06/03 11:20:59 markd Exp $
 #
 
 COMMENT=       Development utilities
@@ -1283,6 +1283,7 @@
 SUBDIR+=       p5-Git-Version-Compare
 SUBDIR+=       p5-Git-Wrapper
 SUBDIR+=       p5-GitLab-API-v3
+SUBDIR+=       p5-GitLab-API-v4
 SUBDIR+=       p5-Glib-Object-Introspection
 SUBDIR+=       p5-Gnome2
 SUBDIR+=       p5-Gnome2-GConf
diff -r 8d60716ae669 -r 9621aff3073e devel/p5-GitLab-API-v4/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-GitLab-API-v4/DESCR      Mon Jun 03 11:20:59 2019 +0000
@@ -0,0 +1,6 @@
+This module provides a one-to-one interface with the GitLab API v4. 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-v4 command-line
+interface (CLI).
diff -r 8d60716ae669 -r 9621aff3073e devel/p5-GitLab-API-v4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-GitLab-API-v4/Makefile   Mon Jun 03 11:20:59 2019 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2019/06/03 11:20:59 markd Exp $
+
+DISTNAME=      GitLab-API-v4-0.14
+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-v4
+COMMENT=       Complete GitLab API v4 client
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Const-Fast-[0-9]*:../../devel/p5-Const-Fast
+DEPENDS+=      p5-IO-Prompter-[0-9]*:../../devel/p5-IO-Prompter
+DEPENDS+=      p5-Log-Any-Adapter-Screen>=0.13:../../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-HTTP-Tiny-Multipart>=0.08:../../www/p5-HTTP-Tiny-Multipart
+DEPENDS+=      p5-Role-REST-Client>=0.22:../../www/p5-Role-REST-Client
+
+REPLACE_PERL+= bin/gitlab-api-v4
+
+PERL5_PACKLIST=        auto/GitLab/API/v4/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8d60716ae669 -r 9621aff3073e devel/p5-GitLab-API-v4/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-GitLab-API-v4/distinfo   Mon Jun 03 11:20:59 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/06/03 11:20:59 markd Exp $
+
+SHA1 (GitLab-API-v4-0.14.tar.gz) = 75e87de16864c77109ad6b2cdfcd7a0f15f09493
+RMD160 (GitLab-API-v4-0.14.tar.gz) = fc3db3ad490b3a42a2824f1ea71d816dd5ff440f
+SHA512 (GitLab-API-v4-0.14.tar.gz) = 8db6cb7b8e35159f8db7a44d433a61dca7272d2d042bd0889276c5cac927940940f8b83a8365888b7bbc5303c9566687f0e82f3a9a9dc4a7c24bbdbd9ac4fe70
+Size (GitLab-API-v4-0.14.tar.gz) = 47986 bytes



Home | Main Index | Thread Index | Old Index