Date: Wed, 30 Nov 2016 16:17:58 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427434 - in head/net-im: . pecl-stomp2 Message-ID: <201611301617.uAUGHwsP016651@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Wed Nov 30 16:17:58 2016 New Revision: 427434 URL: https://svnweb.freebsd.org/changeset/ports/427434 Log: 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) Added: head/net-im/pecl-stomp2/ head/net-im/pecl-stomp2/Makefile (contents, props changed) head/net-im/pecl-stomp2/distinfo (contents, props changed) head/net-im/pecl-stomp2/pkg-descr (contents, props changed) Modified: head/net-im/Makefile Modified: head/net-im/Makefile ============================================================================== --- head/net-im/Makefile Wed Nov 30 16:03:57 2016 (r427433) +++ head/net-im/Makefile Wed Nov 30 16:17:58 2016 (r427434) @@ -102,6 +102,7 @@ SUBDIR += papyon SUBDIR += pebrot SUBDIR += pecl-stomp + SUBDIR += pecl-stomp2 SUBDIR += pidgin SUBDIR += pidgin-birthday-reminder SUBDIR += pidgin-bs Added: head/net-im/pecl-stomp2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/pecl-stomp2/Makefile Wed Nov 30 16:17:58 2016 (r427434) @@ -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> Added: head/net-im/pecl-stomp2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/pecl-stomp2/distinfo Wed Nov 30 16:17:58 2016 (r427434) @@ -0,0 +1,3 @@ +TIMESTAMP = 1475963392 +SHA256 (PECL/stomp-2.0.0.tgz) = 7a51195b26e2178bcdacd4ae09023cf50c756964fea85bf3837ab0b2ea7fa727 +SIZE (PECL/stomp-2.0.0.tgz) = 23422 Added: head/net-im/pecl-stomp2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/pecl-stomp2/pkg-descr Wed Nov 30 16:17:58 2016 (r427434) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611301617.uAUGHwsP016651>