summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2003-12-17 19:06:56 +0000
committerjdolecek <jdolecek@pkgsrc.org>2003-12-17 19:06:56 +0000
commitcb315280ccb65cc0c2ca0d934a3e924019c14539 (patch)
treeafc1152df338b90693dbea1f768ba27d18ccc66f /time
parenta4bdef33c961be1dff9b401bb2affa2635668a3d (diff)
downloadpkgsrc-cb315280ccb65cc0c2ca0d934a3e924019c14539.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/DESCR8
-rw-r--r--time/pear-Date/Makefile10
-rw-r--r--time/pear-Date/PLIST1
-rw-r--r--time/pear-Date/distinfo4
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