From owner-svn-ports-head@FreeBSD.ORG Mon May 26 16:15:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32DF516B; Mon, 26 May 2014 16:15:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 05F542407; Mon, 26 May 2014 16:15:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QGFYrt025082; Mon, 26 May 2014 16:15:34 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QGFYGs025076; Mon, 26 May 2014 16:15:34 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405261615.s4QGFYGs025076@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 26 May 2014 16:15:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355407 - in head/net: . pecl-mosquitto X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 16:15:35 -0000 Author: sunpoet Date: Mon May 26 16:15:33 2014 New Revision: 355407 URL: http://svnweb.freebsd.org/changeset/ports/355407 QAT: https://qat.redports.org/buildarchive/r355407/ Log: - Add pecl-mosquitto 0.2.2 Mosquitto provides support for the MQTT protocol, including publishing, subscribing, and an event loop. WWW: http://pecl.php.net/package/Mosquitto PR: ports/190262 Submitted by: Gasol Wu Added: head/net/pecl-mosquitto/ head/net/pecl-mosquitto/Makefile (contents, props changed) head/net/pecl-mosquitto/distinfo (contents, props changed) head/net/pecl-mosquitto/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon May 26 16:15:27 2014 (r355406) +++ head/net/Makefile Mon May 26 16:15:33 2014 (r355407) @@ -832,6 +832,7 @@ SUBDIR += pecl-cvsclient SUBDIR += pecl-geoip SUBDIR += pecl-gupnp + SUBDIR += pecl-mosquitto SUBDIR += pecl-oauth SUBDIR += pecl-radius SUBDIR += pecl-yaz Added: head/net/pecl-mosquitto/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pecl-mosquitto/Makefile Mon May 26 16:15:33 2014 (r355407) @@ -0,0 +1,23 @@ +# Created by: Gasol Wu +# $FreeBSD$ + +PORTNAME= mosquitto +PORTVERSION= 0.2.2 +CATEGORIES= net pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +DISTNAME= Mosquitto-${PORTVERSION} +DIST_SUBDIR= PECL + +MAINTAINER= gasol.wu@gmail.com +COMMENT= Extension for libmosquitto + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= mosquitto>=0:${PORTSDIR}/net/mosquitto + +USE_PHP= yes +USE_PHPEXT= yes +USES= tar:tgz + +.include Added: head/net/pecl-mosquitto/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pecl-mosquitto/distinfo Mon May 26 16:15:33 2014 (r355407) @@ -0,0 +1,2 @@ +SHA256 (PECL/Mosquitto-0.2.2.tgz) = e9baa3af1d9a62f8fa1b76ffffbd13fffe7b65e0122130fb389915269543915e +SIZE (PECL/Mosquitto-0.2.2.tgz) = 16018 Added: head/net/pecl-mosquitto/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/pecl-mosquitto/pkg-descr Mon May 26 16:15:33 2014 (r355407) @@ -0,0 +1,4 @@ +Mosquitto provides support for the MQTT protocol, including publishing, +subscribing, and an event loop. + +WWW: http://pecl.php.net/package/Mosquitto