summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2003-12-17 19:10:10 +0000
committerjdolecek <jdolecek>2003-12-17 19:10:10 +0000
commita95f113eec07d0c67eb4fd93c8f165fd63e60741 (patch)
treecae77ea3b5d9a2c4bbf4ade9ef98a4a6d0226b1c /doc
parent2b0d1125f1f89806d1ab162570e00c615cef132e (diff)
downloadpkgsrc-a95f113eec07d0c67eb4fd93c8f165fd63e60741.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 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index d3029391dd6..d35361350e4 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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 @@ Changes to the packages collection and infrastructure in 2003:
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]