Initial import of p5-DateTime-Set, version 0.08.
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".
This commit is contained in:
parent
aa1013e49d
commit
310eda23a0
4 changed files with 40 additions and 0 deletions
16
p5-DateTime-Set/DESCR
Normal file
16
p5-DateTime-Set/DESCR
Normal file
|
@ -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".
|
19
p5-DateTime-Set/Makefile
Normal file
19
p5-DateTime-Set/Makefile
Normal file
|
@ -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"
|
1
p5-DateTime-Set/PLIST
Normal file
1
p5-DateTime-Set/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/06/17 12:43:01 cubidou Exp $
|
4
p5-DateTime-Set/distinfo
Normal file
4
p5-DateTime-Set/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue