diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-12-18 07:21:12 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-12-18 07:21:12 +0000 |
commit | 0e4ff235c8f914e857ea9edc6e404904fffd15f0 (patch) | |
tree | 64cd0f48cfe50b7295a6ff5e7e4a104ba2e0cb7a /www/horde-base | |
parent | 45ada2d602a9f4cc6ae8e96a35c2510b0de825ff (diff) | |
download | ports-0e4ff235c8f914e857ea9edc6e404904fffd15f0.tar.gz ports-0e4ff235c8f914e857ea9edc6e404904fffd15f0.zip |
Notes
Diffstat (limited to 'www/horde-base')
-rw-r--r-- | www/horde-base/Makefile | 86 | ||||
-rw-r--r-- | www/horde-base/distinfo | 2 | ||||
-rw-r--r-- | www/horde-base/pkg-descr | 7 |
3 files changed, 95 insertions, 0 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile new file mode 100644 index 000000000000..89e17da0fb36 --- /dev/null +++ b/www/horde-base/Makefile @@ -0,0 +1,86 @@ +# Ports collection makefile for: horde3 +# Date created: Sun Oct 07, 2001 +# Whom: Thierry Thomas (<thierry@thomas.as>) +# +# $FreeBSD$ +# + +PORTNAME= horde +PORTVERSION= 5.0.2 +CATEGORIES= www pear +PKGNAMEPREFIX= + +MAINTAINER= horde@FreeBSD.org +COMMENT= Horde Application Framework + +CONFLICTS= horde-3* + +RUN_DEPENDS= ${PEARDIR}/Net/DNS2.php:${PORTSDIR}/dns/pear-Net_DNS2 + +OPTIONS_DEFAULT= ICONV +OPTIONS_DEFINE= FACEBOOK ICONV TWITTER WEATHER + +FACEBOOK_DESC= Support connections to Facebook +ICONV_DESC= Depend on PHP iconv extension +TWITTER_DESC= Support connections to Twitter +WEATHER_DESC= Support weather forecast display + +USE_PHP= filter gettext hash + +USE_HORDE_BUILD= Horde_Role +USE_HORDE_RUN= Horde_Role \ + Horde_Alarm \ + Horde_Argv \ + Horde_Auth \ + Horde_Autoloader \ + Horde_Browser \ + Horde_Core \ + Horde_Date \ + Horde_Exception \ + Horde_Form \ + Horde_Group \ + Horde_Http \ + Horde_Image \ + Horde_LoginTasks \ + Horde_Mail \ + Horde_Mime \ + Horde_Nls \ + Horde_Perms \ + Horde_Prefs \ + Horde_Rpc \ + Horde_Serialize \ + Horde_Support \ + Horde_Template \ + Horde_Text_Diff \ + Horde_Token \ + Horde_Text_Filter \ + Horde_Tree \ + Horde_Url \ + Horde_Util \ + Horde_View \ + Horde_Vfs + +# Optional in package but we want them in +USE_HORDE_RUN+= Horde_Feed + +.include <bsd.port.options.mk> + +.if defined(WITH_FACEBOOK) +USE_HORDE_RUN+= Horde_Service_Facebook +.endif + +.if !defined(WITHOUT_ICONV) +USE_PHP+= iconv +.endif + +.if defined(WITH_TWITTER) +USE_HORDE_RUN+= Horde_Service_Twitter +.endif + +.if defined(WITH_WEATHER) +USE_HORDE_RUN+= Horde_Service_Weather +.endif + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> diff --git a/www/horde-base/distinfo b/www/horde-base/distinfo new file mode 100644 index 000000000000..86f03384915e --- /dev/null +++ b/www/horde-base/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/horde-5.0.2.tgz) = 34e1e68d86691e1103bbc821018d47f7cd4c78b0814175285b5031c7112e362c +SIZE (Horde/horde-5.0.2.tgz) = 2852457 diff --git a/www/horde-base/pkg-descr b/www/horde-base/pkg-descr new file mode 100644 index 000000000000..246f96b55b3d --- /dev/null +++ b/www/horde-base/pkg-descr @@ -0,0 +1,7 @@ +The Horde Application Framework is a flexible, modular, general-purpose web +application framework written in PHP. It provides an extensive array +of components that are targeted at the common problems and tasks involved +in developing modern web applications. It is the basis for a large number +of production-level web applications, notably the Horde Groupware suites. + +WWW: http://www.horde.org/apps/horde/ |