diff options
author | mm <mm@FreeBSD.org> | 2012-12-18 15:21:12 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-12-18 15:21:12 +0800 |
commit | 8f1d5a23850b2d0f56cb22566709a602cdbf3b0b (patch) | |
tree | 64cd0f48cfe50b7295a6ff5e7e4a104ba2e0cb7a /www/horde-ansel | |
parent | 794dc0efa7ec363156de8daa3bb6bcb891d0f325 (diff) | |
download | freebsd-ports-gnome-8f1d5a23850b2d0f56cb22566709a602cdbf3b0b.tar.gz freebsd-ports-gnome-8f1d5a23850b2d0f56cb22566709a602cdbf3b0b.tar.zst freebsd-ports-gnome-8f1d5a23850b2d0f56cb22566709a602cdbf3b0b.zip |
Rename horde4-* apps to horde-* (www part)
Diffstat (limited to 'www/horde-ansel')
-rw-r--r-- | www/horde-ansel/Makefile | 50 | ||||
-rw-r--r-- | www/horde-ansel/distinfo | 2 | ||||
-rw-r--r-- | www/horde-ansel/pkg-descr | 5 |
3 files changed, 57 insertions, 0 deletions
diff --git a/www/horde-ansel/Makefile b/www/horde-ansel/Makefile new file mode 100644 index 000000000000..97b161a448c7 --- /dev/null +++ b/www/horde-ansel/Makefile @@ -0,0 +1,50 @@ +# Ports collection makefile for: horde4-ansel +# Date created: Oct 19, 2011 +# Whom: Martin Matuska (mm@FreeBSD.org) +# +# $FreeBSD$ +# + +PORTNAME= ansel +PORTVERSION= 2.0.2 +CATEGORIES= www pear graphics +PKGNAMEPREFIX= horde- + +MAINTAINER= horde@FreeBSD.org +COMMENT= Horde Photo Management and Web Gallery + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LATEST_LINK= horde4-${PORTNAME} + +USE_PHP= gettext +USE_HORDE_BUILD= Horde_Role +USE_HORDE_RUN= Horde_Role \ + horde \ + content \ + Horde_Auth \ + Horde_Autoloader \ + Horde_Core \ + Horde_Date \ + Horde_Db \ + Horde_Exception \ + Horde_Form \ + Horde_Group \ + Horde_Image \ + Horde_Mime \ + Horde_Nls \ + Horde_Perms \ + Horde_Prefs \ + Horde_Serialize \ + Horde_Share \ + Horde_Support \ + Horde_Text_Filter \ + Horde_Url \ + Horde_Util \ + Horde_View \ + Horde_Vfs + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> diff --git a/www/horde-ansel/distinfo b/www/horde-ansel/distinfo new file mode 100644 index 000000000000..b4d14934678a --- /dev/null +++ b/www/horde-ansel/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/ansel-2.0.2.tgz) = a648b83fa94f09d62c11c41b92bfa37dbfc56091eee1ae3bc7fa05f032687d92 +SIZE (Horde/ansel-2.0.2.tgz) = 1250485 diff --git a/www/horde-ansel/pkg-descr b/www/horde-ansel/pkg-descr new file mode 100644 index 000000000000..528e3d8618e7 --- /dev/null +++ b/www/horde-ansel/pkg-descr @@ -0,0 +1,5 @@ +Ansel is a full featured photo management application. With it, you can +create any number of galleries and subgalleries, share galleries among +other Horde users or even make them public. + +WWW: http://www.horde.org/apps/ansel/ |