SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
8
devel/p5-DateTime-Set/pkg/DESCR
Normal file
8
devel/p5-DateTime-Set/pkg/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
DateTime::Set is a module for datetime sets. It can be used to handle
|
||||
two different types of sets:
|
||||
* Fixed sets of predefined datetime objects. For example, if we wanted
|
||||
to create a set of datetimes containing the birthdays of people in
|
||||
our family.
|
||||
* Recurring sets, 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.
|
8
devel/p5-DateTime-Set/pkg/PLIST
Normal file
8
devel/p5-DateTime-Set/pkg/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
${P5SITE}/DateTime/Set.pm
|
||||
${P5SITE}/DateTime/Span.pm
|
||||
${P5SITE}/DateTime/SpanSet.pm
|
||||
${P5SITE}/Set/Infinite/_recurrence.pm
|
||||
@man man/man3p/DateTime::Set.3p
|
||||
@man man/man3p/DateTime::Span.3p
|
||||
@man man/man3p/DateTime::SpanSet.3p
|
||||
@man man/man3p/Set::Infinite::_recurrence.3p
|
Loading…
Add table
Add a link
Reference in a new issue