diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-19 00:20:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-19 00:20:16 +0000 |
commit | 07e7ab77c0987bd4d1a6ccffd0a54bf94ebadea4 (patch) | |
tree | e3bc416e8aeb42897dad034edd339ef769478fbd /devel/pecl-spread | |
parent | fff52afc86989ad0a6ce63a1517d84dc5a3a8a62 (diff) |
Notes
Diffstat (limited to 'devel/pecl-spread')
-rw-r--r-- | devel/pecl-spread/Makefile | 24 | ||||
-rw-r--r-- | devel/pecl-spread/distinfo | 3 | ||||
-rw-r--r-- | devel/pecl-spread/pkg-descr | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/pecl-spread/Makefile b/devel/pecl-spread/Makefile new file mode 100644 index 000000000000..5a71ba1495b2 --- /dev/null +++ b/devel/pecl-spread/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: pecl-spread +# Date created: 10 June 2008 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= spread +PORTVERSION= 2.0.2 +CATEGORIES= devel pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= wenheping@gmail.com +COMMENT= A Php Interface to the Spread Toolkit API + +BUILD_DEPENDS= ${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread + +USE_PHP= yes +USE_PHPEXT= yes + +.include <bsd.port.mk> diff --git a/devel/pecl-spread/distinfo b/devel/pecl-spread/distinfo new file mode 100644 index 000000000000..7ccfb424271d --- /dev/null +++ b/devel/pecl-spread/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/spread-2.0.2.tgz) = e66ccaeca55de221066365feda283899 +SHA256 (PECL/spread-2.0.2.tgz) = bb04e8d747f0daae499903a31af41c51952cbf65f052e0ac1a16ff6700f8151a +SIZE (PECL/spread-2.0.2.tgz) = 8080 diff --git a/devel/pecl-spread/pkg-descr b/devel/pecl-spread/pkg-descr new file mode 100644 index 000000000000..f2cd01907fbb --- /dev/null +++ b/devel/pecl-spread/pkg-descr @@ -0,0 +1,6 @@ +pecl-spread is a extension for PHP to support the Spread toolkit API. +While Spread is an open source toolkit that provides a high performance +messaging service that is resilient to faults across local and wide area +networks. + +WWW: http://pecl.php.net/package/spread/ |