svn commit: r308768 - in head/devel: . pear-Horde_Stream

Martin Matuska mm at FreeBSD.org
Wed Dec 12 14:49:54 UTC 2012


Author: mm
Date: Wed Dec 12 14:49:52 2012
New Revision: 308768
URL: http://svnweb.freebsd.org/changeset/ports/308768

Log:
  An Horde object-oriented interface to assist in creating and storing PHP
  stream resources, and to provide utility methods to access and manipulate
  the stream contents.
  
  WWW: http://pear.horde.org

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Dec 12 14:48:52 2012	(r308767)
+++ head/devel/Makefile	Wed Dec 12 14:49:52 2012	(r308768)
@@ -2993,6 +2993,7 @@
     SUBDIR += pear-Horde_Role
     SUBDIR += pear-Horde_Scheduler
     SUBDIR += pear-Horde_Serialize
+    SUBDIR += pear-Horde_Stream
     SUBDIR += pear-Horde_Stream_Filter
     SUBDIR += pear-Horde_Stream_Wrapper
     SUBDIR += pear-Horde_Support

Added: head/devel/pear-Horde_Stream/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-Horde_Stream/Makefile	Wed Dec 12 14:49:52 2012	(r308768)
@@ -0,0 +1,18 @@
+# Ports collection makefile for:  pear-Horde_Stream
+# Date created:			  12 December 2012
+# Whom:				  Martin Matuska <mm at FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME=	Horde_Stream
+PORTVERSION=	1.2.0
+CATEGORIES=	devel www pear
+
+MAINTAINER=	horde at FreeBSD.org
+COMMENT=	Horde stream handler
+
+USE_HORDE_RUN=	Horde_Exception
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>

Added: head/devel/pear-Horde_Stream/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-Horde_Stream/distinfo	Wed Dec 12 14:49:52 2012	(r308768)
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Stream-1.2.0.tgz) = 9a3c622b31fc8f4caea3fb7521996d6164234da47bc1a823423199b26fae8821
+SIZE (Horde/Horde_Stream-1.2.0.tgz) = 13718

Added: head/devel/pear-Horde_Stream/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-Horde_Stream/pkg-descr	Wed Dec 12 14:49:52 2012	(r308768)
@@ -0,0 +1,5 @@
+An Horde object-oriented interface to assist in creating and storing PHP
+stream resources, and to provide utility methods to access and manipulate
+the stream contents.
+
+WWW: http://pear.horde.org


More information about the svn-ports-all mailing list