From owner-svn-ports-all@freebsd.org Wed Nov 30 16:18:00 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BC24C5D726; Wed, 30 Nov 2016 16:18:00 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B73B516D7; Wed, 30 Nov 2016 16:17:59 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAUGHwgN016655; Wed, 30 Nov 2016 16:17:58 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAUGHwsP016651; Wed, 30 Nov 2016 16:17:58 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611301617.uAUGHwsP016651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Wed, 30 Nov 2016 16:17:58 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2016 16:18:00 -0000 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 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 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