From c2baa9268347c7d512aff73ef7acb4cb3e6507de Mon Sep 17 00:00:00 2001 From: cube Date: Tue, 25 Jan 2005 14:09:39 +0000 Subject: 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. --- 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(+) create mode 100644 math/p5-Set-Crontab/DESCR create mode 100644 math/p5-Set-Crontab/Makefile create mode 100644 math/p5-Set-Crontab/PLIST create mode 100644 math/p5-Set-Crontab/distinfo (limited to 'math/p5-Set-Crontab') diff --git a/math/p5-Set-Crontab/DESCR b/math/p5-Set-Crontab/DESCR new file mode 100644 index 00000000000..34cd4cddbbf --- /dev/null +++ b/math/p5-Set-Crontab/DESCR @@ -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 --git a/math/p5-Set-Crontab/Makefile b/math/p5-Set-Crontab/Makefile new file mode 100644 index 00000000000..e5ed29e8572 --- /dev/null +++ b/math/p5-Set-Crontab/Makefile @@ -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 +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 --git a/math/p5-Set-Crontab/PLIST b/math/p5-Set-Crontab/PLIST new file mode 100644 index 00000000000..6b998cbd7fa --- /dev/null +++ b/math/p5-Set-Crontab/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/25 14:09:39 cube Exp $ diff --git a/math/p5-Set-Crontab/distinfo b/math/p5-Set-Crontab/distinfo new file mode 100644 index 00000000000..c85009ab455 --- /dev/null +++ b/math/p5-Set-Crontab/distinfo @@ -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 -- cgit v1.2.3