Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2015 02:51:50 +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: r376899 - in head/devel: . pecl-propro
Message-ID:  <201501130251.t0D2poKZ001697@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Jan 13 02:51:49 2015
New Revision: 376899
URL: https://svnweb.freebsd.org/changeset/ports/376899
QAT: https://qat.redports.org/buildarchive/r376899/

Log:
  Add pecl-propto.

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan 13 02:49:42 2015	(r376898)
+++ head/devel/Makefile	Tue Jan 13 02:51:49 2015	(r376899)
@@ -3440,6 +3440,7 @@
     SUBDIR += pecl-operator
     SUBDIR += pecl-params
     SUBDIR += pecl-parsekit
+    SUBDIR += pecl-propro
     SUBDIR += pecl-pthreads
     SUBDIR += pecl-qb
     SUBDIR += pecl-raphf

Added: head/devel/pecl-propro/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-propro/Makefile	Tue Jan 13 02:51:49 2015	(r376899)
@@ -0,0 +1,20 @@
+# Created by: vanilla@
+# $FreeBSD$
+
+PORTNAME=	propro
+PORTVERSION=	1.0.0
+CATEGORIES=	devel
+MASTER_SITES=	http://pecl.php.net/get/
+PKGNAMEPREFIX=	pecl-
+
+MAINTAINER=	vanilla@FreeBSD.org
+COMMENT=	Facility to manage extension object properties
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		tar:tgz
+USE_PHP=	yes
+USE_PHPEXT=	yes
+
+.include <bsd.port.mk>

Added: head/devel/pecl-propro/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-propro/distinfo	Tue Jan 13 02:51:49 2015	(r376899)
@@ -0,0 +1,2 @@
+SHA256 (propro-1.0.0.tgz) = 9825d50ab4bb214428cd11c14c2f389c16aded09db16d266f27f147a7f2371f2
+SIZE (propro-1.0.0.tgz) = 6217

Added: head/devel/pecl-propro/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-propro/pkg-descr	Tue Jan 13 02:51:49 2015	(r376899)
@@ -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/propro/



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