svn commit: r355407 - in head/net: . pecl-mosquitto

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 26 16:15:35 UTC 2014


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 at 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 at 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 at 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


More information about the svn-ports-all mailing list