aboutsummaryrefslogtreecommitdiff
path: root/mail/horde-mimp
diff options
context:
space:
mode:
Diffstat (limited to 'mail/horde-mimp')
-rw-r--r--mail/horde-mimp/Makefile84
-rw-r--r--mail/horde-mimp/distinfo3
-rw-r--r--mail/horde-mimp/files/patch-config-prefs.php.dist11
-rw-r--r--mail/horde-mimp/files/patch-config-servers.php.dist19
-rw-r--r--mail/horde-mimp/files/pkg-message.in20
-rw-r--r--mail/horde-mimp/pkg-descr6
-rw-r--r--mail/horde-mimp/pkg-plist117
7 files changed, 0 insertions, 260 deletions
diff --git a/mail/horde-mimp/Makefile b/mail/horde-mimp/Makefile
deleted file mode 100644
index c8abd67b2b31..000000000000
--- a/mail/horde-mimp/Makefile
+++ /dev/null
@@ -1,84 +0,0 @@
-# Ports collection makefile for: mimp3
-# Date created: Mon Feb 05, 2007
-# Whom: Beech Rintoul <beech@alaskaparadise.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mimp
-PORTVERSION= 1.0.1
-CATEGORIES= mail www
-
-MAINTAINER= beech@alaskaparadise.com
-COMMENT= Mobile webmail system
-
-#-----------------------------------------------------------------------
-# You may define these options:
-#
-# - WITHOUT_LDAP if you do not need OpenLDAP;
-#
-# - WITHOUT_SMIME disable S/MIME;
-#
-# - WITHOUT_SUPPORTED_DB if you run a database not in the ports tree;
-#
-# - NOCRYPT if crypto is restricted in your country;
-#
-# - WITHOUT_SSL if you have not installed c-client WITH_SSL;
-#
-# - WITH_VALID_CERT if you own a valid SSL certificate;
-#-----------------------------------------------------------------------
-
-RUN_DEPENDS+= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL
-
-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/gpgv:${PORTSDIR}/security/gnupg1
-.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
- @${REINPLACE_CMD} -e "s:MIMP_VERSION:MIMP_VERSION . ' / ${SERVOS}':" \
- ${WRKSRC}/lib/MIME/Headers.php
- @${REINPLACE_CMD} -e "s:example.com:${HOSTNAME}:g" \
- ${WRKSRC}/config/servers.php.dist
-.if defined(WITHOUT_SSL)
- @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/notls:;s:%%IMAPPORT%%:143:"
-\
- ${WRKSRC}/config/servers.php.dist
-.else
- @${REINPLACE_CMD} -e "s:%%IMAPPORT%%:993:" ${WRKSRC}/config/servers.php.dist
-. if defined(WITH_VALID_CERT)
- @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl:" ${WRKSRC}/config/servers.php.dist
-. else
- @${REINPLACE_CMD} -e "s:%%PROTOCOL%%:imap/ssl/novalidate-cert:" \
- ${WRKSRC}/config/servers.php.dist
-. endif
-.endif
-
-pre-install:
-.if !defined(BATCH) && !defined(WITHOUT_SSL)
- @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-mimp/distinfo b/mail/horde-mimp/distinfo
deleted file mode 100644
index 2c2467c5033e..000000000000
--- a/mail/horde-mimp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mimp-h3-1.0.1.tar.gz) = 588c5b162165ccf838f5db8d45cda0d7
-SHA256 (mimp-h3-1.0.1.tar.gz) = cef9c9b06d384bc2d25ed300f9d750cfdc5db347628039580180f06000a68f4c
-SIZE (mimp-h3-1.0.1.tar.gz) = 677800
diff --git a/mail/horde-mimp/files/patch-config-prefs.php.dist b/mail/horde-mimp/files/patch-config-prefs.php.dist
deleted file mode 100644
index 68730ef6fde4..000000000000
--- a/mail/horde-mimp/files/patch-config-prefs.php.dist
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/prefs.php.dist.orig Fri Oct 29 19:04:12 2004
-+++ config/prefs.php.dist Thu Nov 11 21:49:05 2004
-@@ -1071,7 +1071,7 @@
- // 'value' => "source_one\tsource_two"
- // refer to turba/config/sources.php for possible source values
- $_prefs['search_sources'] = array(
-- 'value' => "",
-+ 'value' => 'localsql',
- 'locked' => false,
- 'shared' => false,
- 'type' => 'implicit');
diff --git a/mail/horde-mimp/files/patch-config-servers.php.dist b/mail/horde-mimp/files/patch-config-servers.php.dist
deleted file mode 100644
index a3d81c362a7c..000000000000
--- a/mail/horde-mimp/files/patch-config-servers.php.dist
+++ /dev/null
@@ -1,19 +0,0 @@
---- config/servers.php.dist.orig Wed Feb 22 08:16:36 2006
-+++ config/servers.php.dist Mon Feb 5 13:14:52 2007
-@@ -159,11 +159,12 @@
-
- $servers['imap'] = array(
- 'name' => 'IMAP Server',
-- 'server' => 'imap.example.com',
-- 'protocol' => 'imap/notls',
-- 'port' => 143,
-+ 'server' => 'localhost',
-+ 'hordeauth' => false,
-+ 'protocol' => '%%PROTOCOL%%',
-+ 'port' => %%IMAPPORT%%,
- 'maildomain' => 'example.com',
-- 'smtphost' => 'smtp.example.com',
-+ 'smtphost' => 'localhost',
- 'smtpport' => 25,
- 'realm' => '',
- 'preferred' => '',
diff --git a/mail/horde-mimp/files/pkg-message.in b/mail/horde-mimp/files/pkg-message.in
deleted file mode 100644
index 20c7c869de8d..000000000000
--- a/mail/horde-mimp/files/pkg-message.in
+++ /dev/null
@@ -1,20 +0,0 @@
-************************************************************************
-MIMP 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 might have to tune the configuration files located in
-%%HORCFG%%/, specially the file servers.php.
-
-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 imp.
-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-mimp/pkg-descr b/mail/horde-mimp/pkg-descr
deleted file mode 100644
index eb98d5b91390..000000000000
--- a/mail/horde-mimp/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-MIMP is a version of HORDE IMP suitable for mobile devices such as WAP phones or
-PDAs. Basic IMP functionality is implemented including mailbox viewing and
-paging, viewing messages, deleting, replying, forwarding, and composing new
-messages.
-
-WWW: http://www.horde.org/mimp/
diff --git a/mail/horde-mimp/pkg-plist b/mail/horde-mimp/pkg-plist
deleted file mode 100644
index 55d92b55df58..000000000000
--- a/mail/horde-mimp/pkg-plist
+++ /dev/null
@@ -1,117 +0,0 @@
-%%HORDIR%%/compose.php
-%%HORDIR%%/config/.htaccess
-%%HORDIR%%/config/conf.xml
-%%HORDIR%%/config/filter.txt.dist
-%%HORDIR%%/config/header.php.dist
-%%HORDIR%%/config/menu.php.dist
-%%HORDIR%%/config/mime_drivers.php.dist
-%%HORDIR%%/config/motd.php.dist
-%%HORDIR%%/config/prefs.php.dist
-%%HORDIR%%/config/servers.php.dist
-%%HORDIR%%/config/trailer.txt.dist
-%%HORDIR%%/folders.php
-%%HORDIR%%/index.php
-%%HORDIR%%/lib/Auth/mimp.php
-%%HORDIR%%/lib/Compose.php
-%%HORDIR%%/lib/Folder.php
-%%HORDIR%%/lib/IMAP/Client.php
-%%HORDIR%%/lib/IMAP/Sort.php
-%%HORDIR%%/lib/IMAP/Tree.php
-%%HORDIR%%/lib/IMAP.php
-%%HORDIR%%/lib/Identity/mimp.php
-%%HORDIR%%/lib/MIME/Contents.php
-%%HORDIR%%/lib/MIME/Headers.php
-%%HORDIR%%/lib/MIME/Viewer/alternative.php
-%%HORDIR%%/lib/MIME/Viewer/html.php
-%%HORDIR%%/lib/MIME/Viewer/multipart.php
-%%HORDIR%%/lib/MIME/Viewer/plain.php
-%%HORDIR%%/lib/MIME/Viewer/related.php
-%%HORDIR%%/lib/MIMP.php
-%%HORDIR%%/lib/Mailbox.php
-%%HORDIR%%/lib/Message.php
-%%HORDIR%%/lib/Session.php
-%%HORDIR%%/lib/api.php
-%%HORDIR%%/lib/base.php
-%%HORDIR%%/lib/prefs.php
-%%HORDIR%%/lib/version.php
-%%HORDIR%%/locale/ca_ES/LC_MESSAGES/mimp.mo
-%%HORDIR%%/locale/de_DE/LC_MESSAGES/mimp.mo
-%%HORDIR%%/locale/es_ES/LC_MESSAGES/mimp.mo
-%%HORDIR%%/locale/fi_FI/LC_MESSAGES/mimp.mo
-%%HORDIR%%/locale/fr_FR/LC_MESSAGES/mimp.mo
-%%HORDIR%%/locale/hu_HU/LC_MESSAGES/mimp.mo
-%%HORDIR%%/locale/it_IT/LC_MESSAGES/mimp.mo
-%%HORDIR%%/locale/lt_LT/LC_MESSAGES/mimp.mo
-%%HORDIR%%/locale/nl_NL/LC_MESSAGES/mimp.mo
-%%HORDIR%%/locale/pt_PT/LC_MESSAGES/mimp.mo
-%%HORDIR%%/locale/ro_RO/LC_MESSAGES/mimp.mo
-%%HORDIR%%/login.php
-%%HORDIR%%/mailbox.php
-%%HORDIR%%/message.php
-%%HORDIR%%/po/README
-%%HORDIR%%/po/ca_ES.po
-%%HORDIR%%/po/de_DE.po
-%%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/lt_LT.po
-%%HORDIR%%/po/mimp.pot
-%%HORDIR%%/po/nl_NL.po
-%%HORDIR%%/po/pt_PT.po
-%%HORDIR%%/po/ro_RO.po
-%%HORDIR%%/redirect.php
-%%HORDIR%%/templates/common-header.inc
-%%HORDIR%%/templates/compose/compose.inc
-%%HORDIR%%/templates/compose/redirect.inc
-%%HORDIR%%/templates/index/notconfigured.inc
-%%HORDIR%%/templates/login/login.inc
-%%HORDIR%%/templates/mailbox/mailbox.inc
-%%HORDIR%%/templates/prefs/sentmailselect.inc
-%%HORDIR%%/test.php
-%%HORDIR%%/themes/graphics/favicon.ico
-%%HORDIR%%/themes/graphics/horde-power2.png
-%%HORDIR%%/themes/graphics/horde-power2.wbmp
-%%HORDIR%%/themes/graphics/mimp.png
-@dirrmtry %%HORDIR%%/config
-@dirrm %%HORDIR%%/lib/Auth
-@dirrm %%HORDIR%%/lib/IMAP
-@dirrm %%HORDIR%%/lib/Identity
-@dirrm %%HORDIR%%/lib/MIME/Viewer
-@dirrm %%HORDIR%%/lib/MIME
-@dirrm %%HORDIR%%/lib
-@dirrm %%HORDIR%%/locale/ca_ES/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/ca_ES
-@dirrm %%HORDIR%%/locale/de_DE/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/de_DE
-@dirrm %%HORDIR%%/locale/es_ES/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/es_ES
-@dirrm %%HORDIR%%/locale/fi_FI/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/fi_FI
-@dirrm %%HORDIR%%/locale/fr_FR/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/fr_FR
-@dirrm %%HORDIR%%/locale/hu_HU/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/hu_HU
-@dirrm %%HORDIR%%/locale/it_IT/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/it_IT
-@dirrm %%HORDIR%%/locale/lt_LT/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/lt_LT
-@dirrm %%HORDIR%%/locale/nl_NL/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/nl_NL
-@dirrm %%HORDIR%%/locale/pt_PT/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/pt_PT
-@dirrm %%HORDIR%%/locale/ro_RO/LC_MESSAGES
-@dirrm %%HORDIR%%/locale/ro_RO
-@dirrm %%HORDIR%%/locale
-@dirrm %%HORDIR%%/po
-@dirrm %%HORDIR%%/templates/compose
-@dirrm %%HORDIR%%/templates/index
-@dirrm %%HORDIR%%/templates/login
-@dirrm %%HORDIR%%/templates/mailbox
-@dirrm %%HORDIR%%/templates/prefs
-@dirrm %%HORDIR%%/templates
-@dirrm %%HORDIR%%/themes/graphics
-@dirrm %%HORDIR%%/themes
-@dirrmtry %%HORDIR%%
-@dirrmtry %%HORBAS%%