Bug 178299 - [NEW PORT] devel/pecl-pthreads: A compatible Threading API for PHP5.3+
Summary: [NEW PORT] devel/pecl-pthreads: A compatible Threading API for PHP5.3+
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-02 16:10 UTC by johnpupu
Modified: 2013-05-13 03:30 UTC (History)
0 users

See Also:


Attachments
.shar (1.50 KB, text/plain)
2013-05-02 16:10 UTC, johnpupu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description johnpupu 2013-05-02 16:10:00 UTC
A compatible Threading API for PHP5.3+

WWW: http://pecl.php.net/package/pthreads

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-02 16:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-05-13 03:27:53 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-13 03:28:04 UTC
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 <johnpupu@gmail.com>

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

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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"