pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Jun  3 11:20:59 UTC 2019

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/p5-GitLab-API-v4: DESCR Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.2854 -r1.2855 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-GitLab-API-v4/DESCR \
    pkgsrc/devel/p5-GitLab-API-v4/Makefile \
    pkgsrc/devel/p5-GitLab-API-v4/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2854 pkgsrc/devel/Makefile:1.2855
--- pkgsrc/devel/Makefile:1.2854        Wed May 29 19:51:10 2019
+++ pkgsrc/devel/Makefile       Mon Jun  3 11:20:59 2019
@@ -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-Repository-Plugin-AUTOLO
 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

Added files:

Index: pkgsrc/devel/p5-GitLab-API-v4/DESCR
diff -u /dev/null pkgsrc/devel/p5-GitLab-API-v4/DESCR:1.1
--- /dev/null   Mon Jun  3 11:20:59 2019
+++ pkgsrc/devel/p5-GitLab-API-v4/DESCR Mon Jun  3 11:20:59 2019
@@ -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).
Index: pkgsrc/devel/p5-GitLab-API-v4/Makefile
diff -u /dev/null pkgsrc/devel/p5-GitLab-API-v4/Makefile:1.1
--- /dev/null   Mon Jun  3 11:20:59 2019
+++ pkgsrc/devel/p5-GitLab-API-v4/Makefile      Mon Jun  3 11:20:59 2019
@@ -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"
Index: pkgsrc/devel/p5-GitLab-API-v4/distinfo
diff -u /dev/null pkgsrc/devel/p5-GitLab-API-v4/distinfo:1.1
--- /dev/null   Mon Jun  3 11:20:59 2019
+++ pkgsrc/devel/p5-GitLab-API-v4/distinfo      Mon Jun  3 11:20:59 2019
@@ -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