diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-12-18 07:29:02 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-12-18 07:29:02 +0000 |
commit | d233d23153a79abe3de1d8486176c4d98ab09947 (patch) | |
tree | 8d904b07fa526dd8e87cb6dee568a4229000277e /mail/horde-imp | |
parent | 0e4ff235c8f914e857ea9edc6e404904fffd15f0 (diff) | |
download | ports-d233d23153a79abe3de1d8486176c4d98ab09947.tar.gz ports-d233d23153a79abe3de1d8486176c4d98ab09947.zip |
Notes
Diffstat (limited to 'mail/horde-imp')
-rw-r--r-- | mail/horde-imp/Makefile | 58 | ||||
-rw-r--r-- | mail/horde-imp/distinfo | 2 | ||||
-rw-r--r-- | mail/horde-imp/files/patch-config_prefs.php | 11 | ||||
-rw-r--r-- | mail/horde-imp/pkg-descr | 7 |
4 files changed, 78 insertions, 0 deletions
diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile new file mode 100644 index 000000000000..1aa5bc003ab9 --- /dev/null +++ b/mail/horde-imp/Makefile @@ -0,0 +1,58 @@ +# Ports collection makefile for: imp3 +# Date created: Mon Oct 08, 2001 +# Whom: Thierry Thomas (<thierry@thomas.as>) +# +# $FreeBSD$ +# + +PORTNAME= imp +PORTVERSION= 6.0.2 +CATEGORIES= mail www pear +PKGNAMEPREFIX= horde- + +MAINTAINER= horde@FreeBSD.org +COMMENT= Horde web based webmail system + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LATEST_LINK= horde4-${PORTNAME} + +USE_HORDE_BUILD= Horde_Role +USE_HORDE_RUN= Horde_Role \ + horde \ + Horde_Auth \ + Horde_Browser \ + Horde_Compress \ + Horde_Core \ + Horde_Crypt \ + Horde_Date \ + Horde_Editor \ + Horde_Exception \ + Horde_Form \ + Horde_Icalendar \ + Horde_Image \ + Horde_Imap_Client \ + Horde_Itip \ + Horde_ListHeaders \ + Horde_LoginTasks \ + Horde_Mail \ + Horde_Mime \ + Horde_Mime_Viewer \ + Horde_Nls \ + Horde_Notification \ + Horde_Perms \ + Horde_Serialize \ + Horde_SpellChecker \ + Horde_Support \ + Horde_Text_Filter \ + Horde_Text_Flowed \ + Horde_Token \ + Horde_Tree \ + Horde_Url \ + Horde_Util \ + Horde_View + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> diff --git a/mail/horde-imp/distinfo b/mail/horde-imp/distinfo new file mode 100644 index 000000000000..d17e5234e991 --- /dev/null +++ b/mail/horde-imp/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/imp-6.0.2.tgz) = 7932d68c9c9d6505618fbee935cdfcffc64b0869fb05634290fd8799e2e67aac +SIZE (Horde/imp-6.0.2.tgz) = 4876821 diff --git a/mail/horde-imp/files/patch-config_prefs.php b/mail/horde-imp/files/patch-config_prefs.php new file mode 100644 index 000000000000..de8a319f1870 --- /dev/null +++ b/mail/horde-imp/files/patch-config_prefs.php @@ -0,0 +1,11 @@ +--- config/prefs.php.orig 2011-05-03 06:27:23.000000000 -0800 ++++ config/prefs.php 2011-05-07 10:06:10.000000000 -0800 +@@ -1200,7 +1200,7 @@ + // You can provide default values this way: + // 'value' => json_encode(array('source_one', 'source_two')) + $_prefs['search_sources'] = array( +- 'value' => '' ++ 'value' => 'localsql', + ); + + // Field(s) to use when expanding addresses diff --git a/mail/horde-imp/pkg-descr b/mail/horde-imp/pkg-descr new file mode 100644 index 000000000000..7c1d94aa1c2d --- /dev/null +++ b/mail/horde-imp/pkg-descr @@ -0,0 +1,7 @@ +IMP, the Internet Mail Program, is one of the most popular and widely deployed +open source webmail applications in the world. It allows universal, web-based +access to IMAP and POP3 mail servers and provides Ajax, mobile and traditional +interfaces with a rich range of features normally found only in desktop email +clients. For more information on IMP, visit http://www.horde.org/apps/imp. + +WWW: http://www.horde.org/apps/imp/ |