diff options
author | wen <wen@FreeBSD.org> | 2011-02-25 08:45:45 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-02-25 08:45:45 +0800 |
commit | c9c0e88359dfb722fe86561105ab51d95ade39a9 (patch) | |
tree | 2185caa01220196f845654e0a001217b840b6123 | |
parent | e23099b123b1af0b0b95a0d88736275f79ffd73f (diff) | |
download | freebsd-ports-gnome-c9c0e88359dfb722fe86561105ab51d95ade39a9.tar.gz freebsd-ports-gnome-c9c0e88359dfb722fe86561105ab51d95ade39a9.tar.zst freebsd-ports-gnome-c9c0e88359dfb722fe86561105ab51d95ade39a9.zip |
pecl-tokyo_tyrant is a PHP extension provides object oriented API
for communicating with Tokyo Tyrant key-value store.
WWW: http://pecl.php.net/package/tokyo_tyrant/
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/pecl-tokyo_tyrant/Makefile | 27 | ||||
-rw-r--r-- | databases/pecl-tokyo_tyrant/distinfo | 2 | ||||
-rw-r--r-- | databases/pecl-tokyo_tyrant/pkg-descr | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index cad783945cbb..63acf992c68f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -511,6 +511,7 @@ SUBDIR += pecl-memcached SUBDIR += pecl-mongo SUBDIR += pecl-sqlite + SUBDIR += pecl-tokyo_tyrant SUBDIR += pg_filedump SUBDIR += pg_rman SUBDIR += pgaccess diff --git a/databases/pecl-tokyo_tyrant/Makefile b/databases/pecl-tokyo_tyrant/Makefile new file mode 100644 index 000000000000..be08e0cb1c84 --- /dev/null +++ b/databases/pecl-tokyo_tyrant/Makefile @@ -0,0 +1,27 @@ +# Ports collection makefile for: pecl-tokyo_tyrant +# Date created: Feb 20, 2011 +# Whom: Wen Heping<wen@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= tokyo_tyrant +PORTVERSION= 0.6.0 +CATEGORIES= databases pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz + +MAINTAINER= wen@FreeBSD.org +COMMENT= Wrapper to the Tokyo Tyrant client library + +LIB_DEPENDS= tokyotyrant.3:${PORTSDIR}/databases/tokyotyrant + +IGNORE_WITH_PHP=4 + +USE_PHP= session +USE_PHP_BUILD= spl +USE_PHPIZE= yes +USE_PHPEXT= yes + +.include <bsd.port.mk> diff --git a/databases/pecl-tokyo_tyrant/distinfo b/databases/pecl-tokyo_tyrant/distinfo new file mode 100644 index 000000000000..e7b8be7f0bdc --- /dev/null +++ b/databases/pecl-tokyo_tyrant/distinfo @@ -0,0 +1,2 @@ +SHA256 (tokyo_tyrant-0.6.0.tgz) = 121798731b4eb1fa1fd0d6345fc1334b58430e74217fde24fdaeeeee70d3a786 +SIZE (tokyo_tyrant-0.6.0.tgz) = 27081 diff --git a/databases/pecl-tokyo_tyrant/pkg-descr b/databases/pecl-tokyo_tyrant/pkg-descr new file mode 100644 index 000000000000..c7d31e0f429f --- /dev/null +++ b/databases/pecl-tokyo_tyrant/pkg-descr @@ -0,0 +1,4 @@ +pecl-tokyo_tyrant is a PHP extension provides object oriented API +for communicating with Tokyo Tyrant key-value store. + +WWW: http://pecl.php.net/package/tokyo_tyrant/ |