Commit graph

6 commits

Author SHA1 Message Date
sno
b5a2c49b7c PkgSrc changes:
- Updating package for p5 module Date::Simple from 3.02 to 3.03
  - Setting license to gnu-gpl-v2

Upstream changes:
2008-01-12  Igor Sutton <igor.sutton@yahoo.co.uk>
	* Subclassing should now work with today, ymd and d8
	  constructors (bug #32250).

2008-01-10  Igor Sutton <igor.sutton@yahoo.co.uk>
	* Copy default_format from old Date::Simple object when adding or
	  subtracting (bug #31037).

2008-01-09  Igor Sutton <igor.sutton@yahoo.co.uk>
	* Applied patch proposed for 64bit support (bug #28549).
2009-05-02 21:04:34 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
rillig
ba42508094 Fixed definition of PERL5_PACKLIST. 2005-11-19 13:36:09 +00:00
minskim
abd0bc89e9 Import p5-Date-Simple from pkgsrc-wip. Packaged by George Michaelson.
Dates are complex enough without times and timezones.  This module may
be used to create simple date objects.  It handles:

Validation:
    Reject 1999-02-29 but accept 2000-02-29.
Interval arithmetic:
    How many days were between two given dates?  What date comes N days
    after today?
Day-of-week calculation:
    What day of the week is a given date?

It does NOT deal with hours, minutes, seconds, and time zones.
2005-09-03 14:19:16 +00:00