diff options
author | mm <mm@FreeBSD.org> | 2011-10-19 17:28:10 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-10-19 17:28:10 +0800 |
commit | c597743d8145ae1b478f015b29d949f4f0669189 (patch) | |
tree | dc2a895bbdc110b7efb591ac39e977737c25cea5 /www | |
parent | 93a14224157eced6aae18b21dfec09e5210e9bf1 (diff) | |
download | freebsd-ports-gnome-c597743d8145ae1b478f015b29d949f4f0669189.tar.gz freebsd-ports-gnome-c597743d8145ae1b478f015b29d949f4f0669189.tar.zst freebsd-ports-gnome-c597743d8145ae1b478f015b29d949f4f0669189.zip |
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/
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/horde4-ansel/Makefile | 50 | ||||
-rw-r--r-- | www/horde4-ansel/distinfo | 2 | ||||
-rw-r--r-- | www/horde4-ansel/pkg-descr | 5 |
4 files changed, 58 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 4ea5d994d665..cbbe9ab5d11d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -279,6 +279,7 @@ SUBDIR += horde-passwd SUBDIR += horde-trean SUBDIR += horde-wicked + SUBDIR += horde4-ansel SUBDIR += horde4-base SUBDIR += horde4-wicked SUBDIR += hotcrp diff --git a/www/horde4-ansel/Makefile b/www/horde4-ansel/Makefile new file mode 100644 index 000000000000..382639a4d434 --- /dev/null +++ b/www/horde4-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 +DISTVERSION= 2.0.0RC1 +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/horde4-ansel/distinfo b/www/horde4-ansel/distinfo new file mode 100644 index 000000000000..726f9120fa00 --- /dev/null +++ b/www/horde4-ansel/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/ansel-2.0.0RC1.tgz) = 24569a8f1c122c0872cb2bd4db52709826df2454d2c4c6f0a48c6b37ed241efa +SIZE (Horde/ansel-2.0.0RC1.tgz) = 1084888 diff --git a/www/horde4-ansel/pkg-descr b/www/horde4-ansel/pkg-descr new file mode 100644 index 000000000000..528e3d8618e7 --- /dev/null +++ b/www/horde4-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/ |