pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc added pear-Date 1.3, from pkgsrc-wip, as done by Adria...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5eb64dc88ec3
branches:  trunk
changeset: 464908:5eb64dc88ec3
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Wed Dec 17 19:10:10 2003 +0000

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

 doc/CHANGES   |  3 ++-
 time/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 82cec96ac476 -r 5eb64dc88ec3 doc/CHANGES
--- a/doc/CHANGES       Wed Dec 17 19:06:56 2003 +0000
+++ b/doc/CHANGES       Wed Dec 17 19:10:10 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.4161 2003/12/17 16:49:11 taca Exp $
+$NetBSD: CHANGES,v 1.4162 2003/12/17 19:10:10 jdolecek Exp $
 
 Changes to the packages collection and infrastructure in 2003:
 
@@ -5212,3 +5212,4 @@
        Updated ruby-webrick to 1.3.1 [taca 2003-12-17]
        Added cdrtools-ossdvd-2.01.1.18 [wiz 2003-12-17]
        Updated squid to 2.5.4nb5 [taca 2003-12-17]
+       Added pear-Date-1.3 [jdolecek 2003-12-17]
diff -r 82cec96ac476 -r 5eb64dc88ec3 time/Makefile
--- a/time/Makefile     Wed Dec 17 19:06:56 2003 +0000
+++ b/time/Makefile     Wed Dec 17 19:10:10 2003 +0000
@@ -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-TimeDate
 SUBDIR+=       pcal
 SUBDIR+=       pclock
+SUBDIR+=       pear-Date
 SUBDIR+=       phoon
 SUBDIR+=       plan
 SUBDIR+=       polclock



Home | Main Index | Thread Index | Old Index