aboutsummaryrefslogtreecommitdiff
path: root/net-im/pecl-stomp2
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2016-11-30 16:17:58 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2016-11-30 16:17:58 +0000
commit09cc884a2c65806392068797bd2b25f40b7b0924 (patch)
tree1eecd006db7907e1d817b8057420133a20fef5ea /net-im/pecl-stomp2
parentad3de8efa54bd14dacee8c173d5800dfb9c1ef79 (diff)
downloadports-09cc884a2c65806392068797bd2b25f40b7b0924.tar.gz
ports-09cc884a2c65806392068797bd2b25f40b7b0924.zip
New port: net-im/pecl-stomp2
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 PR: 213321 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Approved by: mentors (implicit)
Notes
Notes: svn path=/head/; revision=427434
Diffstat (limited to 'net-im/pecl-stomp2')
-rw-r--r--net-im/pecl-stomp2/Makefile24
-rw-r--r--net-im/pecl-stomp2/distinfo3
-rw-r--r--net-im/pecl-stomp2/pkg-descr5
3 files changed, 32 insertions, 0 deletions
diff --git a/net-im/pecl-stomp2/Makefile b/net-im/pecl-stomp2/Makefile
new file mode 100644
index 000000000000..acbe3dfdc8e8
--- /dev/null
+++ b/net-im/pecl-stomp2/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= stomp
+PORTVERSION= 2.0.0
+CATEGORIES= net-im pear
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+PKGNAMESUFFIX= 2
+DIST_SUBDIR= PECL
+
+MAINTAINER= dbaio@bsd.com.br
+COMMENT= PECL extension of stomp client
+
+LICENSE= PHP301
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+PORTSCOUT= limit:^2.*
+
+USES= php:ext tar:tgz
+PHP_VER= 70
+IGNORE_WITH_PHP= 55 56
+CONFLICTS= pecl-stomp-1*
+
+.include <bsd.port.mk>
diff --git a/net-im/pecl-stomp2/distinfo b/net-im/pecl-stomp2/distinfo
new file mode 100644
index 000000000000..5410eef3d0e2
--- /dev/null
+++ b/net-im/pecl-stomp2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1475963392
+SHA256 (PECL/stomp-2.0.0.tgz) = 7a51195b26e2178bcdacd4ae09023cf50c756964fea85bf3837ab0b2ea7fa727
+SIZE (PECL/stomp-2.0.0.tgz) = 23422
diff --git a/net-im/pecl-stomp2/pkg-descr b/net-im/pecl-stomp2/pkg-descr
new file mode 100644
index 000000000000..9926ad19f02c
--- /dev/null
+++ b/net-im/pecl-stomp2/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