svn commit: r317884 - in head/devel: . pear-Horde_Queue
Martin Matuska
mm at FreeBSD.org
Sat May 11 15:16:01 UTC 2013
Author: mm
Date: Sat May 11 15:16:00 2013
New Revision: 317884
URL: http://svnweb.freebsd.org/changeset/ports/317884
Log:
Queue layer for the Horde Framework with various storage backends and
runners.
Added:
head/devel/pear-Horde_Queue/
head/devel/pear-Horde_Queue/Makefile (contents, props changed)
head/devel/pear-Horde_Queue/distinfo (contents, props changed)
head/devel/pear-Horde_Queue/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat May 11 15:14:44 2013 (r317883)
+++ head/devel/Makefile Sat May 11 15:16:00 2013 (r317884)
@@ -3092,6 +3092,7 @@
SUBDIR += pear-Horde_Nls
SUBDIR += pear-Horde_Notification
SUBDIR += pear-Horde_Prefs
+ SUBDIR += pear-Horde_Queue
SUBDIR += pear-Horde_Rdo
SUBDIR += pear-Horde_Role
SUBDIR += pear-Horde_Scheduler
Added: head/devel/pear-Horde_Queue/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pear-Horde_Queue/Makefile Sat May 11 15:16:00 2013 (r317884)
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PORTNAME= Horde_Queue
+PORTVERSION= 1.0.0
+CATEGORIES= devel www pear
+PKGNAMEPREFIX= pear-
+
+MAINTAINER= horde at FreeBSD.org
+COMMENT= Horde Queue
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>
Added: head/devel/pear-Horde_Queue/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pear-Horde_Queue/distinfo Sat May 11 15:16:00 2013 (r317884)
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Queue-1.0.0.tgz) = a9c76f66d7f4fa4873e0fa15b97e4dae69d2469f5d081629facd0faa3aa2781d
+SIZE (Horde/Horde_Queue-1.0.0.tgz) = 10971
Added: head/devel/pear-Horde_Queue/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/pear-Horde_Queue/pkg-descr Sat May 11 15:16:00 2013 (r317884)
@@ -0,0 +1,3 @@
+Queue layer for the Horde Framework with various storage backends and runners.
+
+WWW: http://pear.horde.org
More information about the svn-ports-all
mailing list