pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Set-Crontab Initial import of p5-Set-Crontab, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71e4a4ab039f
branches:  trunk
changeset: 488180:71e4a4ab039f
user:      cube <cube%pkgsrc.org@localhost>
date:      Tue Jan 25 14:09:39 2005 +0000

description:
Initial import of p5-Set-Crontab, version 1.00, into the NetBSD Packages
Collection.

Set::Crontab parses crontab-style lists of integers and defines
some utility functions to make it easier to deal with them.

diffstat:

 math/p5-Set-Crontab/DESCR    |   2 ++
 math/p5-Set-Crontab/Makefile |  16 ++++++++++++++++
 math/p5-Set-Crontab/PLIST    |   1 +
 math/p5-Set-Crontab/distinfo |   4 ++++
 4 files changed, 23 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r be61c1ceb493 -r 71e4a4ab039f math/p5-Set-Crontab/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Set-Crontab/DESCR Tue Jan 25 14:09:39 2005 +0000
@@ -0,0 +1,2 @@
+Set::Crontab parses crontab-style lists of integers and defines
+some utility functions to make it easier to deal with them.
diff -r be61c1ceb493 -r 71e4a4ab039f math/p5-Set-Crontab/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Set-Crontab/Makefile      Tue Jan 25 14:09:39 2005 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/25 14:09:39 cube Exp $
+
+DISTNAME=      Set-Crontab-1.00
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    math perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Set/}
+
+MAINTAINER=    cube%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Set-Crontab/
+COMMENT=       Perl module to parse crontab(5)-like lists of integers
+
+USE_BUILDLINK3=        YES
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Set/Crontab/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r be61c1ceb493 -r 71e4a4ab039f math/p5-Set-Crontab/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Set-Crontab/PLIST Tue Jan 25 14:09:39 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/25 14:09:39 cube Exp $
diff -r be61c1ceb493 -r 71e4a4ab039f math/p5-Set-Crontab/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Set-Crontab/distinfo      Tue Jan 25 14:09:39 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/25 14:09:39 cube Exp $
+
+SHA1 (Set-Crontab-1.00.tar.gz) = 999671299f4f5a56f14f95462e863fb7571a64f7
+Size (Set-Crontab-1.00.tar.gz) = 2446 bytes



Home | Main Index | Thread Index | Old Index