diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-12-17 19:10:10 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-12-17 19:10:10 +0000 |
commit | 0d334d0c27e2ccaeed8d36476cde49431836882a (patch) | |
tree | cae77ea3b5d9a2c4bbf4ade9ef98a4a6d0226b1c /time | |
parent | cb315280ccb65cc0c2ca0d934a3e924019c14539 (diff) | |
download | pkgsrc-0d334d0c27e2ccaeed8d36476cde49431836882a.tar.gz |
added pear-Date 1.3, from pkgsrc-wip, as done by Adrian Portelli
pear-Date constains generic PHP classes for representation and manipulation of
dates, times and time zones without the need of timestamps,
which is a huge limitation for php programs. Includes time zone data,
time zone conversions and many date/time conversions.
It does not rely on 32-bit system date stamps, so
you can display calendars and compare dates that date
pre 1970 and post 2038. This package also provides a class
to convert date strings between Gregorian and Human calendar formats.
Diffstat (limited to 'time')
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index d740ce6591d..d38230191a9 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/12/04 16:10:56 xtraeme Exp $ +# $NetBSD: Makefile,v 1.26 2003/12/17 19:10:10 jdolecek Exp $ # COMMENT= Clocks, calendars, daily planners and other time related applications @@ -30,6 +30,7 @@ SUBDIR+= p5-Time-Period SUBDIR+= p5-TimeDate SUBDIR+= pcal SUBDIR+= pclock +SUBDIR+= pear-Date SUBDIR+= phoon SUBDIR+= plan SUBDIR+= polclock |