mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
A compatible Threading API for PHP5.3+
WWW: http://pecl.php.net/package/pthreads PR: ports/178299 Submitted by: John Chen <johnpupu@gmail.com>
This commit is contained in:
parent
c28bdb2e77
commit
7c36b351f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317990
@ -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
|
||||
|
24
devel/pecl-pthreads/Makefile
Normal file
24
devel/pecl-pthreads/Makefile
Normal file
@ -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>
|
2
devel/pecl-pthreads/distinfo
Normal file
2
devel/pecl-pthreads/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PECL/pthreads-0.0.44.tgz) = a66e658e972007355f9e136cd805126c80d396fe7507118236e53c1681f97c93
|
||||
SIZE (PECL/pthreads-0.0.44.tgz) = 58921
|
3
devel/pecl-pthreads/pkg-descr
Normal file
3
devel/pecl-pthreads/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A compatible Threading API for PHP5.3+
|
||||
|
||||
WWW: http://pecl.php.net/package/pthreads
|
Loading…
Reference in New Issue
Block a user