pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Path-Iter



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Dec 31 13:37:29 UTC 2017

Added Files:
        pkgsrc/devel/p5-Path-Iter: DESCR Makefile distinfo

Log Message:
devel/p5-Path-Iter: import p5-Path-Iter-0.2

Perl module to iterate through the contents of a given path without
having to build the entire list first.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Path-Iter/DESCR \
    pkgsrc/devel/p5-Path-Iter/Makefile pkgsrc/devel/p5-Path-Iter/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-Path-Iter/DESCR
diff -u /dev/null pkgsrc/devel/p5-Path-Iter/DESCR:1.1
--- /dev/null   Sun Dec 31 13:37:29 2017
+++ pkgsrc/devel/p5-Path-Iter/DESCR     Sun Dec 31 13:37:29 2017
@@ -0,0 +1,2 @@
+Perl module to iterate through the contents of a given path without
+having to build the entire list first.
Index: pkgsrc/devel/p5-Path-Iter/Makefile
diff -u /dev/null pkgsrc/devel/p5-Path-Iter/Makefile:1.1
--- /dev/null   Sun Dec 31 13:37:29 2017
+++ pkgsrc/devel/p5-Path-Iter/Makefile  Sun Dec 31 13:37:29 2017
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/12/31 13:37:29 wiz Exp $
+
+DISTNAME=      Path-Iter-0.2
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DM/DMUEY/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Path-Iter/
+COMMENT=       Perl module for simple efficient path iteration
+LICENSE=       ${PERL5_LICENSE}
+
+PERL5_PACKLIST=                auto/Path/Iter/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Path-Iter/distinfo
diff -u /dev/null pkgsrc/devel/p5-Path-Iter/distinfo:1.1
--- /dev/null   Sun Dec 31 13:37:29 2017
+++ pkgsrc/devel/p5-Path-Iter/distinfo  Sun Dec 31 13:37:29 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/12/31 13:37:29 wiz Exp $
+
+SHA1 (Path-Iter-0.2.tar.gz) = 8c0522c89914ad24a04bc494fff61fb389bb7461
+RMD160 (Path-Iter-0.2.tar.gz) = a4c9e56cb974c23b3bb53156755f9b4866010cf4
+SHA512 (Path-Iter-0.2.tar.gz) = 339f0c22e423cd4916324f02eac359ef3d6bc7718a49c1ad9384d1a0f4eabac3ddd3f1de2ad46beadbbc36473b18f137ad15171bb3e09cda68dd27f953042df4
+Size (Path-Iter-0.2.tar.gz) = 5364 bytes



Home | Main Index | Thread Index | Old Index