Date: Wed, 17 Sep 2014 03:00:43 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368353 - in head/devel: . pecl-swoole Message-ID: <201409170300.s8H30htf053217@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Wed Sep 17 03:00:42 2014 New Revision: 368353 URL: http://svnweb.freebsd.org/changeset/ports/368353 QAT: https://qat.redports.org/buildarchive/r368353/ Log: Add pecl-swoole, async framework of php. Added: head/devel/pecl-swoole/ head/devel/pecl-swoole/Makefile (contents, props changed) head/devel/pecl-swoole/distinfo (contents, props changed) head/devel/pecl-swoole/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Sep 17 01:25:45 2014 (r368352) +++ head/devel/Makefile Wed Sep 17 03:00:42 2014 (r368353) @@ -3387,6 +3387,7 @@ SUBDIR += pecl-spread SUBDIR += pecl-statgrab SUBDIR += pecl-svn + SUBDIR += pecl-swoole SUBDIR += pecl-test_helpers SUBDIR += pecl-uopz SUBDIR += pecl-uploadprogress Added: head/devel/pecl-swoole/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-swoole/Makefile Wed Sep 17 03:00:42 2014 (r368353) @@ -0,0 +1,23 @@ +# Created by: vanilla@ +# $FreeBSD$ + +PORTNAME= swoole +PORTVERSION= 1.7.5 +CATEGORIES= devel net +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Asynchronous & concurrent & distributed networking framework + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +CFLAGS+= -I${LOCALBASE}/include +PHP_MODNAME= ${PORTNAME} +USE_PHP= pcre +USE_PHPEXT= yes + +.include <bsd.port.mk> Added: head/devel/pecl-swoole/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-swoole/distinfo Wed Sep 17 03:00:42 2014 (r368353) @@ -0,0 +1,2 @@ +SHA256 (PECL/swoole-1.7.5.tgz) = 85f1fc212f92a6ec3fa1cc56011273ce1703bb23b59c240e842bf82e1e9e955d +SIZE (PECL/swoole-1.7.5.tgz) = 388825 Added: head/devel/pecl-swoole/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-swoole/pkg-descr Wed Sep 17 03:00:42 2014 (r368353) @@ -0,0 +1,14 @@ +Asynchronous & concurrent & distributed networking framework for PHP. + +* event-driven +* full asynchronous non-blocking +* multi-thread reactor +* multi-process worker +* millisecond timer +* async MySQL +* async task +* async read/write file system +* async dns lookup +* support IPv4/IPv6/UnixSocket/TCP/UDP + +WWW: http://pecl.php.net/package/swoole
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409170300.s8H30htf053217>