View | Details | Raw Unified | Return to bug 103887
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
PORTVERSION=	1.4.6
9
PORTVERSION=	1.4.6
10
CATEGORIES=	devel www pear
10
CATEGORIES=	devel www pear
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	thomas@goodking.ca
13
COMMENT=	PEAR Date and Time Zone Classes
13
COMMENT=	PEAR Date and Time Zone Classes
14
14
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
(-)pkg-descr (-7 / +8 lines)
Lines 1-10 Link Here
1
PEAR generic classes for representation and manipulation of dates, times and
1
PEAR generic classes for representation and manipulation of dates,
2
time zones without the need of timestamps, which is a huge limitation for php
2
times and time zones without the need of timestamps, which is a
3
programs. Includes time zone data, time zone conversions and many date/time
3
huge limitation for php programs. Includes time zone data, time
4
conversions.
4
zone conversions and many date/time conversions.
5
5
6
It does not rely on 32-bit system date stamps, so you can display calendars
6
It does not rely on 32-bit system date stamps, so you can display
7
and compare dates that date pre 1970 and post 2038. This package also provides
7
calendars and compare dates that date pre 1970 and post 2038. This
8
a class to convert date strings between Gregorian and Human calendar formats.
8
package also provides a class to convert date strings between
9
Gregorian and Human calendar formats.
9
10
10
WWW: http://pear.php.net/package/Date
11
WWW: http://pear.php.net/package/Date

Return to bug 103887