Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 16:15:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355407 - in head/net: . pecl-mosquitto
Message-ID:  <201405261615.s4QGFYGs025076@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gasol.wu@gmail.com>

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 <gasol.wu@gmail.com>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405261615.s4QGFYGs025076>