svn commit: r369573 - in head/devel: . pecl-sync

Vanilla I. Shu vanilla at FreeBSD.org
Tue Sep 30 06:36:53 UTC 2014


Author: vanilla
Date: Tue Sep 30 06:36:51 2014
New Revision: 369573
URL: http://svnweb.freebsd.org/changeset/ports/369573
QAT: https://qat.redports.org/buildarchive/r369573/

Log:
  Add pecl-sync 1.0.1, named and unnamed synchronization objects in PHP.
  
  PR:		ports/194026
  Submitted by:	Gasol Wu <gasol.wu at gmail.com>

Added:
  head/devel/pecl-sync/
  head/devel/pecl-sync/Makefile   (contents, props changed)
  head/devel/pecl-sync/distinfo   (contents, props changed)
  head/devel/pecl-sync/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Sep 30 04:15:22 2014	(r369572)
+++ head/devel/Makefile	Tue Sep 30 06:36:51 2014	(r369573)
@@ -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

Added: head/devel/pecl-sync/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-sync/Makefile	Tue Sep 30 06:36:51 2014	(r369573)
@@ -0,0 +1,20 @@
+# Created by: Gasol Wu <gasol.wu at 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 at gmail.com
+COMMENT=	Named and unnamed synchronization objects in PHP
+
+LICENSE=	MIT
+
+USE_PHP=	yes
+USE_PHPEXT=	yes
+
+.include <bsd.port.mk>

Added: head/devel/pecl-sync/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-sync/distinfo	Tue Sep 30 06:36:51 2014	(r369573)
@@ -0,0 +1,2 @@
+SHA256 (PECL/sync-1.0.1.tgz) = e63943977502eb878f8ef60eb4fcc24ad94fa68ad2ba8b67b98f382d2ffc78f3
+SIZE (PECL/sync-1.0.1.tgz) = 11597

Added: head/devel/pecl-sync/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-sync/pkg-descr	Tue Sep 30 06:36:51 2014	(r369573)
@@ -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


More information about the svn-ports-head mailing list