diff options
author | mm <mm@FreeBSD.org> | 2012-12-18 21:39:54 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-12-18 21:39:54 +0800 |
commit | c9baceaa50542479d5909a020a1e36bbbdabfb5e (patch) | |
tree | 40d794791bf10beff7189d283b861183649c09f8 | |
parent | 9e6461ffdde83a54b73fea1b42127818524d72c2 (diff) | |
download | freebsd-ports-gnome-c9baceaa50542479d5909a020a1e36bbbdabfb5e.tar.gz freebsd-ports-gnome-c9baceaa50542479d5909a020a1e36bbbdabfb5e.tar.zst freebsd-ports-gnome-c9baceaa50542479d5909a020a1e36bbbdabfb5e.zip |
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/
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/horde-trean/Makefile | 42 | ||||
-rw-r--r-- | www/horde-trean/distinfo | 2 | ||||
-rw-r--r-- | www/horde-trean/pkg-descr | 5 |
4 files changed, 50 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index d602e34e05e8..d77da2193887 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/horde-trean/Makefile b/www/horde-trean/Makefile new file mode 100644 index 000000000000..f1a5f3c7c563 --- /dev/null +++ b/www/horde-trean/Makefile @@ -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> diff --git a/www/horde-trean/distinfo b/www/horde-trean/distinfo new file mode 100644 index 000000000000..ef505a319fda --- /dev/null +++ b/www/horde-trean/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/trean-1.0.0beta2.tgz) = c1c408f84917bfacec0b2bdf201a889f3cdd26bd08054d64399d5a0ef818a72e +SIZE (Horde/trean-1.0.0beta2.tgz) = 560942 diff --git a/www/horde-trean/pkg-descr b/www/horde-trean/pkg-descr new file mode 100644 index 000000000000..8beaebd30df5 --- /dev/null +++ b/www/horde-trean/pkg-descr @@ -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/ |