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:   jperkin
Date:           Thu Aug  9 10:05:19 UTC 2018

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/p5-CPAN-Common-Index: DESCR Makefile distinfo

Log Message:
devel: Import p5-CPAN-Common-Index version 0.010.

This module provides a common library for working with a variety of CPAN
index services.  It is intentionally minimalist, trying to use as few
non-core modules as possible.

The CPAN::Common::Index module is an abstract base class that defines a
common API.  Individual backends deliver the API for a particular index.


To generate a diff of this commit:
cvs rdiff -u -r1.2710 -r1.2711 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-CPAN-Common-Index/DESCR \
    pkgsrc/devel/p5-CPAN-Common-Index/Makefile \
    pkgsrc/devel/p5-CPAN-Common-Index/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.2710 pkgsrc/devel/Makefile:1.2711
--- pkgsrc/devel/Makefile:1.2710        Tue Aug  7 09:21:18 2018
+++ pkgsrc/devel/Makefile       Thu Aug  9 10:05:19 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2710 2018/08/07 09:21:18 adam Exp $
+# $NetBSD: Makefile,v 1.2711 2018/08/09 10:05:19 jperkin Exp $
 #
 
 COMMENT=       Development utilities
@@ -896,6 +896,7 @@ SUBDIR+=    p5-CLASS
 SUBDIR+=       p5-CPAN
 SUBDIR+=       p5-CPAN-Changes
 SUBDIR+=       p5-CPAN-Checksums
+SUBDIR+=       p5-CPAN-Common-Index
 SUBDIR+=       p5-CPAN-DistnameInfo
 SUBDIR+=       p5-CPAN-FindDependencies
 SUBDIR+=       p5-CPAN-Inject

Added files:

Index: pkgsrc/devel/p5-CPAN-Common-Index/DESCR
diff -u /dev/null pkgsrc/devel/p5-CPAN-Common-Index/DESCR:1.1
--- /dev/null   Thu Aug  9 10:05:19 2018
+++ pkgsrc/devel/p5-CPAN-Common-Index/DESCR     Thu Aug  9 10:05:19 2018
@@ -0,0 +1,6 @@
+This module provides a common library for working with a variety of CPAN
+index services. It is intentionally minimalist, trying to use as few
+non-core modules as possible.
+
+The CPAN::Common::Index module is an abstract base class that defines a
+common API. Individual backends deliver the API for a particular index.
Index: pkgsrc/devel/p5-CPAN-Common-Index/Makefile
diff -u /dev/null pkgsrc/devel/p5-CPAN-Common-Index/Makefile:1.1
--- /dev/null   Thu Aug  9 10:05:19 2018
+++ pkgsrc/devel/p5-CPAN-Common-Index/Makefile  Thu Aug  9 10:05:19 2018
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2018/08/09 10:05:19 jperkin Exp $
+
+DISTNAME=      CPAN-Common-Index-0.010
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=CPAN/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/CPAN-Common-Index/
+COMMENT=       Library for searching CPAN modules, authors and distributions
+LICENSE=       apache-2.0
+
+DEPENDS+=      p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+DEPENDS+=      p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings
+DEPENDS+=      p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+DEPENDS+=      p5-Tie-Handle-Offset-[0-9]*:../../textproc/p5-Tie-Handle-Offset
+
+PERL5_PACKLIST=        auto/CPAN/Common/Index/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-CPAN-Common-Index/distinfo
diff -u /dev/null pkgsrc/devel/p5-CPAN-Common-Index/distinfo:1.1
--- /dev/null   Thu Aug  9 10:05:19 2018
+++ pkgsrc/devel/p5-CPAN-Common-Index/distinfo  Thu Aug  9 10:05:19 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/09 10:05:19 jperkin Exp $
+
+SHA1 (CPAN-Common-Index-0.010.tar.gz) = 7f4514e7dbb54bf48036b6b8f7b45973bf35fa46
+RMD160 (CPAN-Common-Index-0.010.tar.gz) = 3c8e01695d8e404ac1de9451ba40a55f1f5eb758
+SHA512 (CPAN-Common-Index-0.010.tar.gz) = 45dbd8baa97962b4eca995a8192553dc52c4a28b86f1e8074ae660047f31ca9198dafb0f13ea6b2a2b5b2bc72ccdd3e4ea5b007026f07822a1a1084cce16e970
+Size (CPAN-Common-Index-0.010.tar.gz) = 1612703 bytes



Home | Main Index | Thread Index | Old Index