From owner-svn-ports-head@FreeBSD.ORG Mon May 13 02:27:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F1ACFE6D; Mon, 13 May 2013 02:27:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CB38DE1A; Mon, 13 May 2013 02:27:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4D2Rv4c089298; Mon, 13 May 2013 02:27:57 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4D2Rvsp089294; Mon, 13 May 2013 02:27:57 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201305130227.r4D2Rvsp089294@svn.freebsd.org> From: Martin Wilke Date: Mon, 13 May 2013 02:27:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317990 - in head/devel: . pecl-pthreads 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.14 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, 13 May 2013 02:27:58 -0000 Author: miwi Date: Mon May 13 02:27:56 2013 New Revision: 317990 URL: http://svnweb.freebsd.org/changeset/ports/317990 Log: A compatible Threading API for PHP5.3+ WWW: http://pecl.php.net/package/pthreads PR: ports/178299 Submitted by: John Chen Added: head/devel/pecl-pthreads/ head/devel/pecl-pthreads/Makefile (contents, props changed) head/devel/pecl-pthreads/distinfo (contents, props changed) head/devel/pecl-pthreads/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon May 13 02:26:26 2013 (r317989) +++ head/devel/Makefile Mon May 13 02:27:56 2013 (r317990) @@ -3209,6 +3209,7 @@ SUBDIR += pecl-operator SUBDIR += pecl-params SUBDIR += pecl-parsekit + SUBDIR += pecl-pthreads SUBDIR += pecl-runkit SUBDIR += pecl-scream SUBDIR += pecl-shape Added: head/devel/pecl-pthreads/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-pthreads/Makefile Mon May 13 02:27:56 2013 (r317990) @@ -0,0 +1,24 @@ +# Created by: John Chen +# $FreeBSD$ + +PORTNAME= pthreads +PORTVERSION= 0.0.44 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= johnpupu@gmail.com +COMMENT= A compatible Threading API for PHP5.3+ + +LICENSE= PHP301 + +USE_PHP= yes +USE_PHP_BUILD= yes +USE_PHPIZE= yes +USE_PHPEXT= yes +PHP_MODNAME= pthreads +IGNORE_WITH_PHP=4 52 + +.include Added: head/devel/pecl-pthreads/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-pthreads/distinfo Mon May 13 02:27:56 2013 (r317990) @@ -0,0 +1,2 @@ +SHA256 (PECL/pthreads-0.0.44.tgz) = a66e658e972007355f9e136cd805126c80d396fe7507118236e53c1681f97c93 +SIZE (PECL/pthreads-0.0.44.tgz) = 58921 Added: head/devel/pecl-pthreads/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-pthreads/pkg-descr Mon May 13 02:27:56 2013 (r317990) @@ -0,0 +1,3 @@ +A compatible Threading API for PHP5.3+ + +WWW: http://pecl.php.net/package/pthreads