From 7cd88a3a9731fe343ad5a7c960d3b6010630bf48 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Wed, 17 Dec 2003 19:06:56 +0000 Subject: 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. --- 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(+) create mode 100644 time/pear-Date/DESCR create mode 100644 time/pear-Date/Makefile create mode 100644 time/pear-Date/PLIST create mode 100644 time/pear-Date/distinfo (limited to 'time') 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 -- cgit v1.2.3