1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add pecl-sync 1.0.1, named and unnamed synchronization objects in PHP.

PR:		ports/194026
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
This commit is contained in:
Vanilla I. Shu 2014-09-30 06:36:51 +00:00
parent d7be309e30
commit f589aaf983
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369573
4 changed files with 30 additions and 0 deletions

View File

@ -3396,6 +3396,7 @@
SUBDIR += pecl-statgrab
SUBDIR += pecl-svn
SUBDIR += pecl-swoole
SUBDIR += pecl-sync
SUBDIR += pecl-test_helpers
SUBDIR += pecl-uopz
SUBDIR += pecl-uploadprogress

20
devel/pecl-sync/Makefile Normal file
View File

@ -0,0 +1,20 @@
# Created by: Gasol Wu <gasol.wu@gmail.com>
# $FreeBSD$
PORTNAME= sync
PORTVERSION= 1.0.1
CATEGORIES= devel
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= gasol.wu@gmail.com
COMMENT= Named and unnamed synchronization objects in PHP
LICENSE= MIT
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>

2
devel/pecl-sync/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (PECL/sync-1.0.1.tgz) = e63943977502eb878f8ef60eb4fcc24ad94fa68ad2ba8b67b98f382d2ffc78f3
SIZE (PECL/sync-1.0.1.tgz) = 11597

View File

@ -0,0 +1,7 @@
The sync extension introduces synchronization objects into PHP.
Named and unnamed Mutex, Semaphore, Event, and Reader-Writer objects provide
OS-level synchronization on both *NIX (POSIX semaphores required) and Windows
platforms.
WWW: http://pecl.php.net/package/sync