Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 13:39:54 +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: r309180 - in head/www: . horde-trean
Message-ID:  <201212181339.qBIDdsSN052527@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Tue Dec 18 13:39:54 2012
New Revision: 309180
URL: http://svnweb.freebsd.org/changeset/ports/309180

Log:
  Trean is a web-based bookmarks application that provides management
  of browser bookmarks, including support for tagging, link checking
  and searching bookmarks.
  
  WWW: http://www.horde.org/apps/trean/

Added:
  head/www/horde-trean/
  head/www/horde-trean/Makefile   (contents, props changed)
  head/www/horde-trean/distinfo   (contents, props changed)
  head/www/horde-trean/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Dec 18 13:36:18 2012	(r309179)
+++ head/www/Makefile	Tue Dec 18 13:39:54 2012	(r309180)
@@ -272,6 +272,7 @@
     SUBDIR += horde-ansel
     SUBDIR += horde-base
     SUBDIR += horde-passwd
+    SUBDIR += horde-trean
     SUBDIR += horde-wicked
     SUBDIR += horde3-ansel
     SUBDIR += horde3-base

Added: head/www/horde-trean/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/horde-trean/Makefile	Tue Dec 18 13:39:54 2012	(r309180)
@@ -0,0 +1,42 @@
+# Ports collection makefile for:  horde-trean
+# Date created:			  Dec 18, 2012
+# Whom:				  Martin Matuska (mm@FreeBSD.org)
+#
+# $FreeBSD$
+#
+
+PORTNAME=	trean
+DISTVERSION=	1.0.0beta2
+CATEGORIES=	www pear
+PKGNAMEPREFIX=	horde-
+
+MAINTAINER=	horde@FreeBSD.org
+COMMENT=	Horde Bookmarks Application
+
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LATEST_LINK=	horde-${PORTNAME}
+
+USE_PHP=	gettext json
+USE_HORDE_BUILD=	Horde_Role
+USE_HORDE_RUN=	Horde_Role \
+		horde \
+		content \
+		Horde_Auth \
+		Horde_Autoloader \
+		Horde_Controller \
+		Horde_Core \
+		Horde_Date \
+		Horde_Db \
+		Horde_Exception \
+		Horde_Form \
+		Horde_Notification \
+		Horde_Perms \
+		Horde_Util \
+		Horde_Vfs \
+		Horde_View
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>

Added: head/www/horde-trean/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/horde-trean/distinfo	Tue Dec 18 13:39:54 2012	(r309180)
@@ -0,0 +1,2 @@
+SHA256 (Horde/trean-1.0.0beta2.tgz) = c1c408f84917bfacec0b2bdf201a889f3cdd26bd08054d64399d5a0ef818a72e
+SIZE (Horde/trean-1.0.0beta2.tgz) = 560942

Added: head/www/horde-trean/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/horde-trean/pkg-descr	Tue Dec 18 13:39:54 2012	(r309180)
@@ -0,0 +1,5 @@
+Trean is a web-based bookmarks application that provides management
+of browser bookmarks, including support for tagging, link checking
+and searching bookmarks.
+
+WWW: http://www.horde.org/apps/trean/



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