pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Tie-Cycle Import p5-Tie-Cycle-1.21 as devel/p...
details: https://anonhg.NetBSD.org/pkgsrc/rev/70d7e032b3a1
branches: trunk
changeset: 645570:70d7e032b3a1
user: mef <mef%pkgsrc.org@localhost>
date: Fri Jan 30 12:56:48 2015 +0000
description:
Import p5-Tie-Cycle-1.21 as devel/p5-Tie-Cycle.
Tie::Cycle is a Perl module that makes it possible to tie a list of
values that can then be looped trough forever. That is the value after
the last is the first in the list is the first value in the list.
diffstat:
devel/p5-Tie-Cycle/DESCR | 3 +++
devel/p5-Tie-Cycle/Makefile | 19 +++++++++++++++++++
devel/p5-Tie-Cycle/distinfo | 5 +++++
3 files changed, 27 insertions(+), 0 deletions(-)
diffs (39 lines):
diff -r 9e59be486ffb -r 70d7e032b3a1 devel/p5-Tie-Cycle/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tie-Cycle/DESCR Fri Jan 30 12:56:48 2015 +0000
@@ -0,0 +1,3 @@
+Tie::Cycle is a Perl module that makes it possible to tie a list of
+values that can then be looped trough forever. That is the value after
+the last is the first in the list is the first value in the list.
diff -r 9e59be486ffb -r 70d7e032b3a1 devel/p5-Tie-Cycle/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tie-Cycle/Makefile Fri Jan 30 12:56:48 2015 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2015/01/30 12:56:48 mef Exp $
+#
+
+DISTNAME= Tie-Cycle-1.21
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Tie-Cycle/lib/Tie/Cycle.pm
+COMMENT= Perl5 module to cycle through a list of values
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Tie/Cycle/.packlist
+USE_LANGUAGES= # none
+
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9e59be486ffb -r 70d7e032b3a1 devel/p5-Tie-Cycle/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Tie-Cycle/distinfo Fri Jan 30 12:56:48 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/01/30 12:56:48 mef Exp $
+
+SHA1 (Tie-Cycle-1.21.tar.gz) = 48e62f01aacfa9919d66ddf936d8e37b87642678
+RMD160 (Tie-Cycle-1.21.tar.gz) = 1becc767a061d63f25c9df1947d81cdded968b02
+Size (Tie-Cycle-1.21.tar.gz) = 5084 bytes
Home |
Main Index |
Thread Index |
Old Index