svn commit: r331295 - in head/databases: . pear-Horde_Mongo

Martin Matuska mm at FreeBSD.org
Tue Oct 22 16:30:36 UTC 2013


Author: mm
Date: Tue Oct 22 16:30:35 2013
New Revision: 331295
URL: http://svnweb.freebsd.org/changeset/ports/331295

Log:
  Provides an API to ensure that the PECL Mongo extension can be used
  consistently across various Horde packages.
  
  WWW: http://pear.horde.org

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

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Tue Oct 22 16:23:16 2013	(r331294)
+++ head/databases/Makefile	Tue Oct 22 16:30:35 2013	(r331295)
@@ -517,6 +517,7 @@
     SUBDIR += pear-Horde_HashTable
     SUBDIR += pear-Horde_Imsp
     SUBDIR += pear-Horde_Memcache
+    SUBDIR += pear-Horde_Mongo
     SUBDIR += pear-MDB
     SUBDIR += pear-MDB2
     SUBDIR += pear-MDB2_Driver_mysql

Added: head/databases/pear-Horde_Mongo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/pear-Horde_Mongo/Makefile	Tue Oct 22 16:30:35 2013	(r331295)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME=	Horde_Mongo
+PORTVERSION=	1.0.2
+CATEGORIES=	databases www pear
+PKGNAMEPREFIX=	pear-
+
+MAINTAINER=	horde at FreeBSD.org
+COMMENT=	Horde Mongo Configuration
+
+RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/mongo.so:${PORTSDIR}/databases/pecl-mongo
+
+NO_STAGE=	yes
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>

Added: head/databases/pear-Horde_Mongo/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/pear-Horde_Mongo/distinfo	Tue Oct 22 16:30:35 2013	(r331295)
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Mongo-1.0.2.tgz) = 10beb63f60a3ce5530d7219c7ef19b609e13e2021449a92dea4afaa5cf06408b
+SIZE (Horde/Horde_Mongo-1.0.2.tgz) = 11015

Added: head/databases/pear-Horde_Mongo/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/pear-Horde_Mongo/pkg-descr	Tue Oct 22 16:30:35 2013	(r331295)
@@ -0,0 +1,4 @@
+Provides an API to ensure that the PECL Mongo extension can be used
+consistently across various Horde packages.
+
+WWW: http://pear.horde.org


More information about the svn-ports-all mailing list