Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2013 15:16:00 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317884 - in head/devel: . pear-Horde_Queue
Message-ID:  <201305111516.r4BFG00n038283@svn.freebsd.org>

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



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