summaryrefslogtreecommitdiff
path: root/mail/horde-dimp
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-09-23 02:46:15 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-09-23 02:46:15 +0000
commit12f78f37d000972cae465dd737160878df35763b (patch)
tree1f6a6893aaf7d43540433b03fba27e056ed2601d /mail/horde-dimp
parentRemove trailing \. (diff)
DIMP is a project to create a version of IMP utilizing AJAX-like technologies to
allow a more dynamic user experience (thus DIMP... Dynamic IMP). WWW: http://www.horde.org/dimp/
Notes
Notes: svn path=/head/; revision=220477
Diffstat (limited to 'mail/horde-dimp')
-rw-r--r--mail/horde-dimp/Makefile52
-rw-r--r--mail/horde-dimp/distinfo3
-rw-r--r--mail/horde-dimp/files/pkg-message.in17
-rw-r--r--mail/horde-dimp/pkg-descr4
-rw-r--r--mail/horde-dimp/pkg-plist296
5 files changed, 372 insertions, 0 deletions
diff --git a/mail/horde-dimp/Makefile b/mail/horde-dimp/Makefile
new file mode 100644
index 000000000000..618b8f9294f6
--- /dev/null
+++ b/mail/horde-dimp/Makefile
@@ -0,0 +1,52 @@
+# Ports collection makefile for: dimp3
+# Date created: Sat Sep 13, 2008
+# Whom: Beech Rintoul <beech@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dimp
+DISTVERSION= 1.1-rc2
+CATEGORIES= mail www
+
+MAINTAINER= beech@FreeBSD.org
+COMMENT= Dynamic webmail system
+
+RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \
+ ${LOCALBASE}/www/horde/imp/index.php:${PORTSDIR}/mail/horde-imp
+
+USE_PHP= imap
+. if !defined(WITHOUT_LDAP)
+USE_PHP+= ldap
+. endif
+.if !defined(WITHOUT_SMIME)
+USE_PHP+= openssl
+.endif
+.if !defined(NOCRYPT)
+RUN_DEPENDS+= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg
+.endif
+
+USE_HORDE= base
+USE_GETTEXT= yes
+PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES
+
+pre-configure:
+.if !defined(NOCRYPT)
+ @${REINPLACE_CMD} -e "s:%%GPG%%:${LOCALBASE}/bin/gpg:" \
+ ${WRKSRC}/config/conf.xml
+.else
+ @${REINPLACE_CMD} -e "s:%%GPG%%::" ${WRKSRC}/config/conf.xml
+.endif
+
+pre-install:
+.if !defined(BATCH)
+ @if ! ${GREP} -q -e 'CCLIENT_SSLENABLED "yes"' ${PORTREV_H}; then \
+ ${ECHO_MSG} "" ; \
+ ${ECHO_MSG} "Please configure c-client with SSL support." ; \
+ ${ECHO_MSG} "" ; \
+ ${FALSE} ; \
+ fi
+.endif
+
+.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
+.include <bsd.port.mk>
diff --git a/mail/horde-dimp/distinfo b/mail/horde-dimp/distinfo
new file mode 100644
index 000000000000..b2c0d163e501
--- /dev/null
+++ b/mail/horde-dimp/distinfo
@@ -0,0 +1,3 @@
+MD5 (dimp-h3-1.1-rc2.tar.gz) = 6ead792f949cc9c965f2066ddc80e86c
+SHA256 (dimp-h3-1.1-rc2.tar.gz) = b2f6d1507f718ff0084db8444b13ee5182e9001a1aa8adc0853f7ab41d8c5206
+SIZE (dimp-h3-1.1-rc2.tar.gz) = 1048340
diff --git a/mail/horde-dimp/files/pkg-message.in b/mail/horde-dimp/files/pkg-message.in
new file mode 100644
index 000000000000..764fa7a33a7f
--- /dev/null
+++ b/mail/horde-dimp/files/pkg-message.in
@@ -0,0 +1,17 @@
+************************************************************************
+DIMP has been installed in %%HORDIR%% with your blank
+configuration files.
+
+Horde must be configured and the tables created; if not, see
+`pkg_info -Dx horde-base'.
+
+Then, you must login to Horde as a Horde Administrator to finish the
+configuration. Please read %%DOCSDIR%%/INSTALL.
+
+To protect your configuration files, you have to restart your webserver.
+
+To secure your installation, it is at least recommended that you change
+the default database password used by horde and dimp.
+Then, you might change the 'session.save_path' setting in php.ini to a
+directory only readable and writeable by your webserver.
+************************************************************************
diff --git a/mail/horde-dimp/pkg-descr b/mail/horde-dimp/pkg-descr
new file mode 100644
index 000000000000..d879017d22bc
--- /dev/null
+++ b/mail/horde-dimp/pkg-descr
@@ -0,0 +1,4 @@
+DIMP is a project to create a version of IMP utilizing AJAX-like technologies to
+allow a more dynamic user experience (thus DIMP... Dynamic IMP).
+
+WWW: http://www.horde.org/dimp/
diff --git a/mail/horde-dimp/pkg-plist b/mail/horde-dimp/pkg-plist
new file mode 100644
index 000000000000..47f90ccf51be
--- /dev/null
+++ b/mail/horde-dimp/pkg-plist
@@ -0,0 +1,296 @@
+%%HORDIR%%/compose.php
+%%HORDIR%%/config/.htaccess
+%%HORDIR%%/config/conf.xml
+%%HORDIR%%/config/hooks.php.dist
+%%HORDIR%%/config/menu.php.dist
+%%HORDIR%%/config/portal.php.dist
+%%HORDIR%%/config/prefs.php.dist
+%%HORDIR%%/dimple.php
+%%HORDIR%%/imp.php
+%%HORDIR%%/index.php
+%%HORDIR%%/js/ContextSensitive.js
+%%HORDIR%%/js/DimpBase.js
+%%HORDIR%%/js/DimpCore.js
+%%HORDIR%%/js/DimpSlider.js
+%%HORDIR%%/js/ViewPort.js
+%%HORDIR%%/js/autocomplete.js
+%%HORDIR%%/js/compose.js
+%%HORDIR%%/js/dragdrop.js
+%%HORDIR%%/js/fullmessage.js
+%%HORDIR%%/js/src/ContextSensitive.js
+%%HORDIR%%/js/src/DimpBase.js
+%%HORDIR%%/js/src/DimpCore.js
+%%HORDIR%%/js/src/DimpSlider.js
+%%HORDIR%%/js/src/ViewPort.js
+%%HORDIR%%/js/src/autocomplete.js
+%%HORDIR%%/js/src/compose.js
+%%HORDIR%%/js/src/dragdrop.js
+%%HORDIR%%/js/src/fullmessage.js
+%%HORDIR%%/lib/.htaccess
+%%HORDIR%%/lib/Block/foldersummary.php
+%%HORDIR%%/lib/Block/newmail.php
+%%HORDIR%%/lib/DIMP.php
+%%HORDIR%%/lib/Dimple.php
+%%HORDIR%%/lib/Dimple/ContactAutoCompleter.php
+%%HORDIR%%/lib/Dimple/SpellChecker.php
+%%HORDIR%%/lib/Notification/Listener/status.php
+%%HORDIR%%/lib/Views/Compose.php
+%%HORDIR%%/lib/Views/ListMessages.php
+%%HORDIR%%/lib/Views/ShowMessage.php
+%%HORDIR%%/lib/api.php
+%%HORDIR%%/lib/base.php
+%%HORDIR%%/lib/prefs.php
+%%HORDIR%%/lib/version.php
+%%HORDIR%%/locale/de_DE/LC_MESSAGES/dimp.mo
+%%HORDIR%%/locale/es_ES/LC_MESSAGES/dimp.mo
+%%HORDIR%%/locale/fi_FI/LC_MESSAGES/dimp.mo
+%%HORDIR%%/locale/fr_FR/LC_MESSAGES/dimp.mo
+%%HORDIR%%/locale/hu_HU/LC_MESSAGES/dimp.mo
+%%HORDIR%%/locale/it_IT/LC_MESSAGES/dimp.mo
+%%HORDIR%%/locale/ja_JP/LC_MESSAGES/dimp.mo
+%%HORDIR%%/locale/lt_LT/LC_MESSAGES/dimp.mo
+%%HORDIR%%/locale/nl_NL/LC_MESSAGES/dimp.mo
+%%HORDIR%%/locale/pl_PL/LC_MESSAGES/dimp.mo
+%%HORDIR%%/locale/pt_BR/LC_MESSAGES/dimp.mo
+%%HORDIR%%/locale/ru_RU/LC_MESSAGES/dimp.mo
+%%HORDIR%%/locale/sk_SK/LC_MESSAGES/dimp.mo
+%%HORDIR%%/locale/zh_TW/LC_MESSAGES/dimp.mo
+%%HORDIR%%/message.php
+%%HORDIR%%/po/de_DE.po
+%%HORDIR%%/po/dimp.pot
+%%HORDIR%%/po/es_ES.po
+%%HORDIR%%/po/fi_FI.po
+%%HORDIR%%/po/fr_FR.po
+%%HORDIR%%/po/hu_HU.po
+%%HORDIR%%/po/it_IT.po
+%%HORDIR%%/po/ja_JP.po
+%%HORDIR%%/po/lt_LT.po
+%%HORDIR%%/po/nl_NL.po
+%%HORDIR%%/po/pl_PL.po
+%%HORDIR%%/po/pt_BR.po
+%%HORDIR%%/po/ru_RU.po
+%%HORDIR%%/po/sk_SK.po
+%%HORDIR%%/po/zh_TW.po
+%%HORDIR%%/templates/.htaccess
+%%HORDIR%%/templates/chunks/compose.php
+%%HORDIR%%/templates/chunks/message.php
+%%HORDIR%%/templates/common-header.inc
+%%HORDIR%%/templates/imp/compose.html
+%%HORDIR%%/templates/imp/portal.html
+%%HORDIR%%/templates/imp/quota.html
+%%HORDIR%%/templates/index/index.inc
+%%HORDIR%%/templates/javascript/mailbox.js
+%%HORDIR%%/themes/bluewhite/screen.css
+%%HORDIR%%/themes/graphics/add_contact.png
+%%HORDIR%%/themes/graphics/addressbook_browse.png
+%%HORDIR%%/themes/graphics/arrow_collapsed.png
+%%HORDIR%%/themes/graphics/arrow_expanded.png
+%%HORDIR%%/themes/graphics/attachment.png
+%%HORDIR%%/themes/graphics/backhead_orderby.png
+%%HORDIR%%/themes/graphics/backhead_r.png
+%%HORDIR%%/themes/graphics/backhead_s2.png
+%%HORDIR%%/themes/graphics/backhead_shadow.png
+%%HORDIR%%/themes/graphics/blacklist.png
+%%HORDIR%%/themes/graphics/checkbox_off.png
+%%HORDIR%%/themes/graphics/checkbox_on.png
+%%HORDIR%%/themes/graphics/checkbox_over.png
+%%HORDIR%%/themes/graphics/checkmail.png
+%%HORDIR%%/themes/graphics/checkmail_menu.png
+%%HORDIR%%/themes/graphics/clear.gif
+%%HORDIR%%/themes/graphics/compose.png
+%%HORDIR%%/themes/graphics/compose_menu.png
+%%HORDIR%%/themes/graphics/delete.png
+%%HORDIR%%/themes/graphics/delete_menu.png
+%%HORDIR%%/themes/graphics/dimp.png
+%%HORDIR%%/themes/graphics/drafts.png
+%%HORDIR%%/themes/graphics/drafts_menu.png
+%%HORDIR%%/themes/graphics/dragHandle.png
+%%HORDIR%%/themes/graphics/error.png
+%%HORDIR%%/themes/graphics/favicon.ico
+%%HORDIR%%/themes/graphics/folder.png
+%%HORDIR%%/themes/graphics/folder_create.png
+%%HORDIR%%/themes/graphics/folder_drafts.png
+%%HORDIR%%/themes/graphics/folder_inbox.png
+%%HORDIR%%/themes/graphics/folder_minus.png
+%%HORDIR%%/themes/graphics/folder_plus.png
+%%HORDIR%%/themes/graphics/folder_sent.png
+%%HORDIR%%/themes/graphics/folder_spam.png
+%%HORDIR%%/themes/graphics/folder_trash.png
+%%HORDIR%%/themes/graphics/forward.png
+%%HORDIR%%/themes/graphics/forward_menu.png
+%%HORDIR%%/themes/graphics/ham.png
+%%HORDIR%%/themes/graphics/ham_menu.png
+%%HORDIR%%/themes/graphics/ico_message_off.png
+%%HORDIR%%/themes/graphics/key_down.png
+%%HORDIR%%/themes/graphics/key_up.png
+%%HORDIR%%/themes/graphics/loading.gif
+%%HORDIR%%/themes/graphics/logo.png
+%%HORDIR%%/themes/graphics/logout.png
+%%HORDIR%%/themes/graphics/mail_answered.png
+%%HORDIR%%/themes/graphics/mail_deleted.png
+%%HORDIR%%/themes/graphics/mail_draft.png
+%%HORDIR%%/themes/graphics/mail_flagged.png
+%%HORDIR%%/themes/graphics/mail_forwarded.png
+%%HORDIR%%/themes/graphics/mail_priority_high.png
+%%HORDIR%%/themes/graphics/mail_priority_low.png
+%%HORDIR%%/themes/graphics/mail_unseen.png
+%%HORDIR%%/themes/graphics/message.png
+%%HORDIR%%/themes/graphics/message_source.png
+%%HORDIR%%/themes/graphics/newwin.png
+%%HORDIR%%/themes/graphics/plus_menu.png
+%%HORDIR%%/themes/graphics/popdown.png
+%%HORDIR%%/themes/graphics/preview.png
+%%HORDIR%%/themes/graphics/quotaback.jpg
+%%HORDIR%%/themes/graphics/quotauncover.gif
+%%HORDIR%%/themes/graphics/reply.png
+%%HORDIR%%/themes/graphics/reply_menu.png
+%%HORDIR%%/themes/graphics/replyall.png
+%%HORDIR%%/themes/graphics/sbcursor_bottom.png
+%%HORDIR%%/themes/graphics/sbcursor_top.png
+%%HORDIR%%/themes/graphics/scroller.png
+%%HORDIR%%/themes/graphics/scroller_back.png
+%%HORDIR%%/themes/graphics/select.png
+%%HORDIR%%/themes/graphics/sortdown.png
+%%HORDIR%%/themes/graphics/sortup.png
+%%HORDIR%%/themes/graphics/spam.png
+%%HORDIR%%/themes/graphics/spam_menu.png
+%%HORDIR%%/themes/graphics/spellcheck.png
+%%HORDIR%%/themes/graphics/spellcheck_menu.png
+%%HORDIR%%/themes/graphics/success.png
+%%HORDIR%%/themes/graphics/tick.png
+%%HORDIR%%/themes/graphics/warning.png
+%%HORDIR%%/themes/graphics/whitelist.png
+%%HORDIR%%/themes/ie6_or_less.css
+%%HORDIR%%/themes/ie7.css
+%%HORDIR%%/themes/print.css
+%%HORDIR%%/themes/screen.css
+%%HORDIR%%/themes/silver/graphics/add_contact.png
+%%HORDIR%%/themes/silver/graphics/addressbook_browse.png
+%%HORDIR%%/themes/silver/graphics/arrow_collapsed.png
+%%HORDIR%%/themes/silver/graphics/arrow_expanded.png
+%%HORDIR%%/themes/silver/graphics/attachment.png
+%%HORDIR%%/themes/silver/graphics/backhead_orderby.png
+%%HORDIR%%/themes/silver/graphics/backhead_r.png
+%%HORDIR%%/themes/silver/graphics/backhead_s2.png
+%%HORDIR%%/themes/silver/graphics/backhead_shadow.png
+%%HORDIR%%/themes/silver/graphics/blacklist.png
+%%HORDIR%%/themes/silver/graphics/checkmail.png
+%%HORDIR%%/themes/silver/graphics/checkmail_menu.png
+%%HORDIR%%/themes/silver/graphics/clear.gif
+%%HORDIR%%/themes/silver/graphics/compose.png
+%%HORDIR%%/themes/silver/graphics/compose_menu.png
+%%HORDIR%%/themes/silver/graphics/delete.png
+%%HORDIR%%/themes/silver/graphics/delete_menu.png
+%%HORDIR%%/themes/silver/graphics/dimp.png
+%%HORDIR%%/themes/silver/graphics/drafts.png
+%%HORDIR%%/themes/silver/graphics/drafts_menu.png
+%%HORDIR%%/themes/silver/graphics/dragHandle.png
+%%HORDIR%%/themes/silver/graphics/error.png
+%%HORDIR%%/themes/silver/graphics/favicon.ico
+%%HORDIR%%/themes/silver/graphics/folder.png
+%%HORDIR%%/themes/silver/graphics/folder_create.png
+%%HORDIR%%/themes/silver/graphics/folder_delete.png
+%%HORDIR%%/themes/silver/graphics/folder_drafts.png
+%%HORDIR%%/themes/silver/graphics/folder_edit.png
+%%HORDIR%%/themes/silver/graphics/folder_inbox.png
+%%HORDIR%%/themes/silver/graphics/folder_minus.png
+%%HORDIR%%/themes/silver/graphics/folder_open.png
+%%HORDIR%%/themes/silver/graphics/folder_plus.png
+%%HORDIR%%/themes/silver/graphics/folder_sent.png
+%%HORDIR%%/themes/silver/graphics/folder_spam.png
+%%HORDIR%%/themes/silver/graphics/folder_trash.png
+%%HORDIR%%/themes/silver/graphics/forward.png
+%%HORDIR%%/themes/silver/graphics/forward_menu.png
+%%HORDIR%%/themes/silver/graphics/ham.png
+%%HORDIR%%/themes/silver/graphics/ham_menu.png
+%%HORDIR%%/themes/silver/graphics/loading.gif
+%%HORDIR%%/themes/silver/graphics/logo.png
+%%HORDIR%%/themes/silver/graphics/logout.png
+%%HORDIR%%/themes/silver/graphics/mail_answered.png
+%%HORDIR%%/themes/silver/graphics/mail_clearflag.png
+%%HORDIR%%/themes/silver/graphics/mail_deleted.png
+%%HORDIR%%/themes/silver/graphics/mail_draft.png
+%%HORDIR%%/themes/silver/graphics/mail_flagged.png
+%%HORDIR%%/themes/silver/graphics/mail_forwarded.png
+%%HORDIR%%/themes/silver/graphics/mail_personal.png
+%%HORDIR%%/themes/silver/graphics/mail_priority_high.png
+%%HORDIR%%/themes/silver/graphics/mail_priority_low.png
+%%HORDIR%%/themes/silver/graphics/mail_seen.png
+%%HORDIR%%/themes/silver/graphics/mail_unseen.png
+%%HORDIR%%/themes/silver/graphics/message.png
+%%HORDIR%%/themes/silver/graphics/message_source.png
+%%HORDIR%%/themes/silver/graphics/newwin.png
+%%HORDIR%%/themes/silver/graphics/plus_menu.png
+%%HORDIR%%/themes/silver/graphics/popdown.png
+%%HORDIR%%/themes/silver/graphics/preview.png
+%%HORDIR%%/themes/silver/graphics/quotaback.jpg
+%%HORDIR%%/themes/silver/graphics/quotauncover.gif
+%%HORDIR%%/themes/silver/graphics/reply.png
+%%HORDIR%%/themes/silver/graphics/reply_menu.png
+%%HORDIR%%/themes/silver/graphics/replyall.png
+%%HORDIR%%/themes/silver/graphics/select.png
+%%HORDIR%%/themes/silver/graphics/sortdown.png
+%%HORDIR%%/themes/silver/graphics/sortup.png
+%%HORDIR%%/themes/silver/graphics/spam.png
+%%HORDIR%%/themes/silver/graphics/spam_menu.png
+%%HORDIR%%/themes/silver/graphics/spellcheck.png
+%%HORDIR%%/themes/silver/graphics/spellcheck_menu.png
+%%HORDIR%%/themes/silver/graphics/success.png
+%%HORDIR%%/themes/silver/graphics/tick.png
+%%HORDIR%%/themes/silver/graphics/warning.png
+%%HORDIR%%/themes/silver/graphics/whitelist.png
+%%HORDIR%%/themes/silver/screen.css
+%%HORDIR%%/themes/silver/themed_graphics
+%%HORDIR%%/themes/tango-blue/screen.css
+@dirrm %%HORDIR%%/themes/tango-blue
+@dirrm %%HORDIR%%/themes/silver/graphics
+@dirrm %%HORDIR%%/themes/silver
+@dirrm %%HORDIR%%/themes/graphics
+@dirrm %%HORDIR%%/themes/bluewhite
+@dirrm %%HORDIR%%/themes
+@dirrm %%HORDIR%%/templates/javascript
+@dirrm %%HORDIR%%/templates/index
+@dirrm %%HORDIR%%/templates/imp
+@dirrm %%HORDIR%%/templates/chunks
+@dirrm %%HORDIR%%/templates
+@dirrm %%HORDIR%%/po
+@dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/zh_TW
+@dirrm %%HORDIR%%/locale/sk_SK/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/sk_SK
+@dirrm %%HORDIR%%/locale/ru_RU/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/ru_RU
+@dirrm %%HORDIR%%/locale/pt_BR/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/pt_BR
+@dirrm %%HORDIR%%/locale/pl_PL/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/pl_PL
+@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/nl_NL
+@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/lt_LT
+@dirrm %%HORDIR%%/locale/ja_JP/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/ja_JP
+@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/it_IT
+@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/hu_HU
+@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/fr_FR
+@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/fi_FI
+@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/es_ES
+@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES
+@dirrm %%HORDIR%%/locale/de_DE
+@dirrm %%HORDIR%%/locale
+@dirrm %%HORDIR%%/lib/Views
+@dirrm %%HORDIR%%/lib/Notification/Listener
+@dirrm %%HORDIR%%/lib/Notification
+@dirrm %%HORDIR%%/lib/Dimple
+@dirrm %%HORDIR%%/lib/Block
+@dirrm %%HORDIR%%/lib
+@dirrm %%HORDIR%%/js/src
+@dirrm %%HORDIR%%/js
+@dirrmtry %%HORDIR%%/config
+@dirrmtry %%HORDIR%%
+@dirrmtry %%HORBAS%%