diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-02 10:21:11 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-02 10:21:11 +0000 |
commit | 3de92f9fc3ca2b60938fd1b1fa34110fdd50495b (patch) | |
tree | 95afb4a3ad4dc7593d6b6198e8917bafc6463b36 /devel | |
parent | Update for CScout version 2.2 (diff) |
- reformat pkg-descr
- Take maintainership
PR: ports/103887
Submitted by: maintainer (Thomas Abthorpe)
Notes
Notes:
svn path=/head/; revision=174297
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-Date/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-Date/pkg-descr | 15 |
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/pear-Date/Makefile b/devel/pear-Date/Makefile index 58ec2d97199a..0ab2355e8b8e 100644 --- a/devel/pear-Date/Makefile +++ b/devel/pear-Date/Makefile @@ -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 diff --git a/devel/pear-Date/pkg-descr b/devel/pear-Date/pkg-descr index c982af0fffb1..6723d08a7a7e 100644 --- a/devel/pear-Date/pkg-descr +++ b/devel/pear-Date/pkg-descr @@ -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 |