- reformat pkg-descr

- Take maintainership

PR:		ports/103887
Submitted by:	maintainer (Thomas Abthorpe)
This commit is contained in:
Cheng-Lung Sung 2006-10-02 10:21:11 +00:00
parent b21e3ca297
commit 3de92f9fc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174297
2 changed files with 9 additions and 8 deletions

View file

@ -9,7 +9,7 @@ PORTNAME= Date
PORTVERSION= 1.4.6
CATEGORIES= devel www pear
MAINTAINER= ports@FreeBSD.org
MAINTAINER= thomas@goodking.ca
COMMENT= PEAR Date and Time Zone Classes
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

View file

@ -1,10 +1,11 @@
PEAR 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.
PEAR 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.
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.
WWW: http://pear.php.net/package/Date