initial import of pear-Date-1.3

--

Generic 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.
This commit is contained in:
avsm 2003-04-03 10:56:50 +00:00
parent 42ff84287e
commit 9220677fe2
4 changed files with 41 additions and 0 deletions

23
devel/pear-Date/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/03 10:56:50 avsm Exp $
COMMENT= "date and timezone classes for PHP"
V= 1.3
DISTNAME= Date-${V}
PKGNAME= pear-${DISTNAME}
CATEGORIES= devel pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
MODULES= pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

3
devel/pear-Date/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (Date-1.3.tgz) = b3d837c131df195c58cc21d344bef1b7
RMD160 (Date-1.3.tgz) = bed601cdaecc1fc0db9e06a9947f0b95a998fd77
SHA1 (Date-1.3.tgz) = 07bb716e23936035d65d185b5a05ec803d74535e

View File

@ -0,0 +1,8 @@
Generic 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.

View File

@ -0,0 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/03 10:56:50 avsm Exp $
lib/php/.registry/Date.reg
lib/php/Date.php
lib/php/Date/Calc.php
lib/php/Date/Human.php
lib/php/Date/TimeZone.php
@dirrm lib/php/Date