diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-12-17 19:06:56 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-12-17 19:06:56 +0000 |
commit | 1c53fde619cc3c6dee19a3e40aa5ac89f2a867f8 (patch) | |
tree | afc1152df338b90693dbea1f768ba27d18ccc66f /time | |
parent | a77d82cb3cfa3301cea246295bdb15e02978d227 (diff) | |
download | pkgsrc-1c53fde619cc3c6dee19a3e40aa5ac89f2a867f8.tar.gz |
Add pear-Date 1.3
pear-Date are 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/pear-Date/DESCR | 8 | ||||
-rw-r--r-- | time/pear-Date/Makefile | 10 | ||||
-rw-r--r-- | time/pear-Date/PLIST | 1 | ||||
-rw-r--r-- | time/pear-Date/distinfo | 4 |
4 files changed, 23 insertions, 0 deletions
diff --git a/time/pear-Date/DESCR b/time/pear-Date/DESCR new file mode 100644 index 00000000000..5e154a45f5f --- /dev/null +++ b/time/pear-Date/DESCR @@ -0,0 +1,8 @@ +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. diff --git a/time/pear-Date/Makefile b/time/pear-Date/Makefile new file mode 100644 index 00000000000..3a0099b71e7 --- /dev/null +++ b/time/pear-Date/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/12/17 19:06:56 jdolecek Exp $ + +DISTNAME= Date-1.3 + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://pear.php.net/package/Date +COMMENT= PHP Date and Time Zone Classes + +.include "../../www/php4/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/pear-Date/PLIST b/time/pear-Date/PLIST new file mode 100644 index 00000000000..8109b468c16 --- /dev/null +++ b/time/pear-Date/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/17 19:06:56 jdolecek Exp $ diff --git a/time/pear-Date/distinfo b/time/pear-Date/distinfo new file mode 100644 index 00000000000..8bc2016d98b --- /dev/null +++ b/time/pear-Date/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/12/17 19:06:56 jdolecek Exp $ + +SHA1 (Date-1.3.tgz) = 07bb716e23936035d65d185b5a05ec803d74535e +Size (Date-1.3.tgz) = 25039 bytes |