pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Set Initial import of p5-DateTime-Set...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c224ff69ea2
branches:  trunk
changeset: 488261:5c224ff69ea2
user:      cube <cube%pkgsrc.org@localhost>
date:      Wed Jan 26 16:19:41 2005 +0000

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

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".

diffstat:

 time/p5-DateTime-Set/DESCR    |  14 ++++++++++++++
 time/p5-DateTime-Set/Makefile |  19 +++++++++++++++++++
 time/p5-DateTime-Set/PLIST    |   1 +
 time/p5-DateTime-Set/distinfo |   4 ++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r aa6c8a495996 -r 5c224ff69ea2 time/p5-DateTime-Set/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Set/DESCR        Wed Jan 26 16:19:41 2005 +0000
@@ -0,0 +1,14 @@
+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 -r aa6c8a495996 -r 5c224ff69ea2 time/p5-DateTime-Set/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Set/Makefile     Wed Jan 26 16:19:41 2005 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/26 16:19:41 cube Exp $
+
+DISTNAME=      DateTime-Set-0.19
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    time perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
+
+MAINTAINER=    cube%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/DateTime-Set/
+COMMENT=       Perl module for date/time sets and ranges
+
+DEPENDS+=      p5-DateTime>=0.12:../../time/p5-DateTime
+DEPENDS+=      p5-Set-Infinite>=0.59:../../math/p5-Set-Infinite
+
+USE_BUILDLINK3=        YES
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/DateTime/Set/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r aa6c8a495996 -r 5c224ff69ea2 time/p5-DateTime-Set/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Set/PLIST        Wed Jan 26 16:19:41 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/26 16:19:41 cube Exp $
diff -r aa6c8a495996 -r 5c224ff69ea2 time/p5-DateTime-Set/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Set/distinfo     Wed Jan 26 16:19:41 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/26 16:19:41 cube Exp $
+
+SHA1 (DateTime-Set-0.19.tar.gz) = 6eb33dc61e1d0432c681decd25e6535f50c79147
+Size (DateTime-Set-0.19.tar.gz) = 39591 bytes



Home | Main Index | Thread Index | Old Index