diff options
author | mnag <mnag@FreeBSD.org> | 2006-10-31 11:30:45 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-10-31 11:30:45 +0800 |
commit | 5be89919956f5fc2c4ddc31621c033d4a7acad49 (patch) | |
tree | 62f3422c68edb55fa16a94f6e441cbe0d2217b79 /misc/pecl-timezonedb | |
parent | c922947dfcba75ba9c3716958d3ccf6c610ab60f (diff) | |
download | freebsd-ports-gnome-5be89919956f5fc2c4ddc31621c033d4a7acad49.tar.gz freebsd-ports-gnome-5be89919956f5fc2c4ddc31621c033d4a7acad49.tar.zst freebsd-ports-gnome-5be89919956f5fc2c4ddc31621c033d4a7acad49.zip |
- Add port misc/pecl-timezonedb
This extension is a drop-in replacement for the builtin timezone database that
comes with PHP. You should only install this extension in case you need to get
a later version of the timezone database then the one that ships with PHP.
WWW: http://pecl.php.net/package/timezonedb
Diffstat (limited to 'misc/pecl-timezonedb')
-rw-r--r-- | misc/pecl-timezonedb/Makefile | 26 | ||||
-rw-r--r-- | misc/pecl-timezonedb/distinfo | 3 | ||||
-rw-r--r-- | misc/pecl-timezonedb/pkg-descr | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/misc/pecl-timezonedb/Makefile b/misc/pecl-timezonedb/Makefile new file mode 100644 index 000000000000..92d8d8bf5a18 --- /dev/null +++ b/misc/pecl-timezonedb/Makefile @@ -0,0 +1,26 @@ +# Ports collection makefile for: pecl-timezonedb +# Date created: 20 Oct 2006 +# Whom: Marcus Alves Grando <mnag@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= timezonedb +DISTVERSION= 2006.14.1 +CATEGORIES= misc +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= mnag@FreeBSD.org +COMMENT= Timezone Database to be used with PHP's date and time functions + +USE_PHP= yes +USE_PHPEXT= yes +PHP_MODNAME= timezonedb +IGNORE_WITH_PHP=4 + +CONFIGURE_ARGS= --enable-timezonedb + +.include <bsd.port.mk> diff --git a/misc/pecl-timezonedb/distinfo b/misc/pecl-timezonedb/distinfo new file mode 100644 index 000000000000..4aafe9176ca1 --- /dev/null +++ b/misc/pecl-timezonedb/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/timezonedb-2006.14.1.tgz) = 1f7ec96c3626146317e086cab6c40754 +SHA256 (PECL/timezonedb-2006.14.1.tgz) = 26f57be5f95e53fc9301df67828c503b0e29763ca47667b814c7c27fb5f49396 +SIZE (PECL/timezonedb-2006.14.1.tgz) = 178555 diff --git a/misc/pecl-timezonedb/pkg-descr b/misc/pecl-timezonedb/pkg-descr new file mode 100644 index 000000000000..6898e53236e2 --- /dev/null +++ b/misc/pecl-timezonedb/pkg-descr @@ -0,0 +1,5 @@ +This extension is a drop-in replacement for the builtin timezone database that +comes with PHP. You should only install this extension in case you need to get +a later version of the timezone database then the one that ships with PHP. + +WWW: http://pecl.php.net/package/timezonedb |