From owner-svn-ports-all@FreeBSD.ORG Wed Sep 17 03:00:44 2014 Return-Path: Delivered-To: svn-ports-all@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 30D09766; Wed, 17 Sep 2014 03:00:44 +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 0218E26D; Wed, 17 Sep 2014 03:00:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8H30hg1053221; Wed, 17 Sep 2014 03:00:43 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8H30htf053217; Wed, 17 Sep 2014 03:00:43 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201409170300.s8H30htf053217@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 17 Sep 2014 03:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368353 - in head/devel: . pecl-swoole 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.18-1 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, 17 Sep 2014 03:00:44 -0000 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 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