aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pecl-spread
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-06-19 08:20:16 +0800
committermiwi <miwi@FreeBSD.org>2008-06-19 08:20:16 +0800
commit372a87edb821332dc86f8c63eba4b32a5447ca20 (patch)
tree481ffd4293ae4ce82cad0eb03e6e63890007c0a0 /devel/pecl-spread
parent50fb3c1407029e06e9fc42f1a632231334472f1a (diff)
downloadfreebsd-ports-gnome-372a87edb821332dc86f8c63eba4b32a5447ca20.tar.gz
freebsd-ports-gnome-372a87edb821332dc86f8c63eba4b32a5447ca20.tar.zst
freebsd-ports-gnome-372a87edb821332dc86f8c63eba4b32a5447ca20.zip
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/ PR: ports/124442 Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'devel/pecl-spread')
-rw-r--r--devel/pecl-spread/Makefile24
-rw-r--r--devel/pecl-spread/distinfo3
-rw-r--r--devel/pecl-spread/pkg-descr6
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/