pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel devel: Import p5-CPAN-Common-Index version 0.010.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7326d3fc4bf3
branches:  trunk
changeset: 311350:7326d3fc4bf3
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Aug 09 10:05:19 2018 +0000

description:
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.

diffstat:

 devel/Makefile                      |   3 ++-
 devel/p5-CPAN-Common-Index/DESCR    |   6 ++++++
 devel/p5-CPAN-Common-Index/Makefile |  21 +++++++++++++++++++++
 devel/p5-CPAN-Common-Index/distinfo |   6 ++++++
 4 files changed, 35 insertions(+), 1 deletions(-)

diffs (62 lines):

diff -r a80ad3ca92b1 -r 7326d3fc4bf3 devel/Makefile
--- a/devel/Makefile    Thu Aug 09 10:00:43 2018 +0000
+++ b/devel/Makefile    Thu Aug 09 10:05:19 2018 +0000
@@ -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-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
diff -r a80ad3ca92b1 -r 7326d3fc4bf3 devel/p5-CPAN-Common-Index/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN-Common-Index/DESCR  Thu Aug 09 10:05:19 2018 +0000
@@ -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.
diff -r a80ad3ca92b1 -r 7326d3fc4bf3 devel/p5-CPAN-Common-Index/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN-Common-Index/Makefile       Thu Aug 09 10:05:19 2018 +0000
@@ -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"
diff -r a80ad3ca92b1 -r 7326d3fc4bf3 devel/p5-CPAN-Common-Index/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN-Common-Index/distinfo       Thu Aug 09 10:05:19 2018 +0000
@@ -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