diff options
author | wen <wen@FreeBSD.org> | 2009-12-01 14:35:55 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-12-01 14:35:55 +0800 |
commit | 9c0e2a5b7c652187aaa913201d5f04260b5b0632 (patch) | |
tree | cba536d54f645f4f7cbeb622a9fb58bd59e4d5b2 /net-im | |
parent | 5bbb5fa524c907830889c62490c3df1cf4a2a324 (diff) | |
download | freebsd-ports-gnome-9c0e2a5b7c652187aaa913201d5f04260b5b0632.tar.gz freebsd-ports-gnome-9c0e2a5b7c652187aaa913201d5f04260b5b0632.tar.zst freebsd-ports-gnome-9c0e2a5b7c652187aaa913201d5f04260b5b0632.zip |
pecl-stomp allows php applications to communicate with any
Stomp compliant Message Brokers through easy object oriented
and procedural interfaces.
WWW: http://pecl.php.net/package/stomp
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/pecl-stomp/Makefile | 22 | ||||
-rw-r--r-- | net-im/pecl-stomp/distinfo | 3 | ||||
-rw-r--r-- | net-im/pecl-stomp/pkg-descr | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 5e7f1ae1fa65..6b24ef2d7e22 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -107,6 +107,7 @@ SUBDIR += p5-POE-Component-Client-MSN SUBDIR += papyon SUBDIR += pebrot + SUBDIR += pecl-stomp SUBDIR += pidgin SUBDIR += pidgin-birthday_reminder SUBDIR += pidgin-facebookchat diff --git a/net-im/pecl-stomp/Makefile b/net-im/pecl-stomp/Makefile new file mode 100644 index 000000000000..a9df7989706b --- /dev/null +++ b/net-im/pecl-stomp/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: pecl-stomp +# Date created: 1st Dec, 2009 +# Whom: wen@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= stomp +PORTVERSION= 0.3.2 +CATEGORIES= net-im pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz + +MAINTAINER= miwi@FreeBSD.org +COMMENT= PECL extension of stomp client + +USE_PHP= yes +USE_PHPIZE= yes +USE_PHPEXT= yes + +.include <bsd.port.mk> diff --git a/net-im/pecl-stomp/distinfo b/net-im/pecl-stomp/distinfo new file mode 100644 index 000000000000..452e79d5e84d --- /dev/null +++ b/net-im/pecl-stomp/distinfo @@ -0,0 +1,3 @@ +MD5 (stomp-0.3.2.tgz) = 1c5c305767d56d53e35ce6df9e40babf +SHA256 (stomp-0.3.2.tgz) = 027e748847fff049adf9bb7053ff13f54bc96f60636688d51de081515d39ff34 +SIZE (stomp-0.3.2.tgz) = 16668 diff --git a/net-im/pecl-stomp/pkg-descr b/net-im/pecl-stomp/pkg-descr new file mode 100644 index 000000000000..9926ad19f02c --- /dev/null +++ b/net-im/pecl-stomp/pkg-descr @@ -0,0 +1,5 @@ +pecl-stomp allows php applications to communicate with any +Stomp compliant Message Brokers through easy object oriented +and procedural interfaces. + +WWW: http://pecl.php.net/package/stomp |