Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2015 02:49:43 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376898 - in head/devel: . pecl-raphf
Message-ID:  <201501130249.t0D2nhLQ097681@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501130249.t0D2nhLQ097681>