pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/pear-Date Add pear-Date 1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82cec96ac476
branches:  trunk
changeset: 464907:82cec96ac476
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Wed Dec 17 19:06:56 2003 +0000

description:
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:

 time/pear-Date/DESCR    |   8 ++++++++
 time/pear-Date/Makefile |  10 ++++++++++
 time/pear-Date/PLIST    |   1 +
 time/pear-Date/distinfo |   4 ++++
 4 files changed, 23 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r ed68553aad93 -r 82cec96ac476 time/pear-Date/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/pear-Date/DESCR      Wed Dec 17 19:06:56 2003 +0000
@@ -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 -r ed68553aad93 -r 82cec96ac476 time/pear-Date/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/pear-Date/Makefile   Wed Dec 17 19:06:56 2003 +0000
@@ -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@localhost
+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 -r ed68553aad93 -r 82cec96ac476 time/pear-Date/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/pear-Date/PLIST      Wed Dec 17 19:06:56 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/17 19:06:56 jdolecek Exp $
diff -r ed68553aad93 -r 82cec96ac476 time/pear-Date/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/pear-Date/distinfo   Wed Dec 17 19:06:56 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index