diff --git a/p5-DateTime-Set/DESCR b/p5-DateTime-Set/DESCR new file mode 100644 index 0000000000..5c1161c05d --- /dev/null +++ b/p5-DateTime-Set/DESCR @@ -0,0 +1,16 @@ +DateTime::Set is a module for date/time sets. It can +be used to handle two different types of sets. + +The first is a fixed set of predefined datetime objects. +For example, if we wanted to create a set of dates +containing the birthdays of people in our family. + +The second type of set that it can handle is one based +on the idea of a recurrence, such as "every Wednesday", +or "noon on the 15th day of every month". This type of +set can have fixed starting and ending datetimes, but +neither is required. So our "every Wednesday set" could +be "every Wednesday from the beginning of time until +the end of time", or "every Wednesday after 2003-03-05 +until the end of time", or "every Wednesday between +2003-03-05 and 2004-01-07". diff --git a/p5-DateTime-Set/Makefile b/p5-DateTime-Set/Makefile new file mode 100644 index 0000000000..137ff48bb1 --- /dev/null +++ b/p5-DateTime-Set/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/06/17 12:43:01 cubidou Exp $ + +DISTNAME= DateTime-Set-0.08 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} + +MAINTAINER= cube@cubidou.net +HOMEPAGE= http://search.cpan.org/dist/DateTime-Set/ +COMMENT= Perl module for date/time sets and ranges + +DEPENDS+= p5-DateTime>=0.12:../../wip/p5-DateTime +DEPENDS+= p5-Set-Infinite>=0.49:../../wip/p5-Set-Infinite + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/Set/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/p5-DateTime-Set/PLIST b/p5-DateTime-Set/PLIST new file mode 100644 index 0000000000..483009d2ea --- /dev/null +++ b/p5-DateTime-Set/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/17 12:43:01 cubidou Exp $ diff --git a/p5-DateTime-Set/distinfo b/p5-DateTime-Set/distinfo new file mode 100644 index 0000000000..3f80fe6011 --- /dev/null +++ b/p5-DateTime-Set/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/06/17 12:43:01 cubidou Exp $ + +SHA1 (DateTime-Set-0.08.tar.gz) = f82166f7c1497bdbebff1599677864d10609ec8a +Size (DateTime-Set-0.08.tar.gz) = 24881 bytes