svn commit: r376898 - in head/devel: . pecl-raphf

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jan 13 02:49:44 UTC 2015


Author: vanilla
Date: Tue Jan 13 02:49:42 2015
New Revision: 376898
URL: https://svnweb.freebsd.org/changeset/ports/376898
QAT: https://qat.redports.org/buildarchive/r376898/

Log:
  Add pecl-raphf.

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan 13 00:33:06 2015	(r376897)
+++ head/devel/Makefile	Tue Jan 13 02:49:42 2015	(r376898)
@@ -3442,6 +3442,7 @@
     SUBDIR += pecl-parsekit
     SUBDIR += pecl-pthreads
     SUBDIR += pecl-qb
+    SUBDIR += pecl-raphf
     SUBDIR += pecl-runkit
     SUBDIR += pecl-scream
     SUBDIR += pecl-shape

Added: head/devel/pecl-raphf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-raphf/Makefile	Tue Jan 13 02:49:42 2015	(r376898)
@@ -0,0 +1,21 @@
+# Created by: vanilla@
+# $FreeBSD$
+
+PORTNAME=	raphf
+PORTVERSION=	1.0.4
+CATEGORIES=	devel
+MASTER_SITES=	http://pecl.php.net/get/
+PKGNAMEPREFIX=	pecl-
+
+MAINTAINER=	vanilla at FreeBSD.org
+COMMENT=	Resource and persistent handles factory
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		tar:tgz
+USE_PHP=	yes
+USE_PHPEXT=	yes
+#IGNORE_WITH_PHP=	56
+
+.include <bsd.port.mk>

Added: head/devel/pecl-raphf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-raphf/distinfo	Tue Jan 13 02:49:42 2015	(r376898)
@@ -0,0 +1,2 @@
+SHA256 (raphf-1.0.4.tgz) = 461be283e89d94186a3ed4651b92c7c1a067bad7b6476d0ca7ac8863dc1ed8bf
+SIZE (raphf-1.0.4.tgz) = 7232

Added: head/devel/pecl-raphf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-raphf/pkg-descr	Tue Jan 13 02:49:42 2015	(r376898)
@@ -0,0 +1,5 @@
+A facility to manage possibly persistent resources with a comprehensible API.
+Provides simliar functionality like the zend_list API, but with more flexiblity
+and freedom.
+
+WWW: http://pecl.php.net/package/raphf/


More information about the svn-ports-all mailing list