summaryrefslogtreecommitdiff
path: root/www/hastymail2
diff options
context:
space:
mode:
Diffstat (limited to 'www/hastymail2')
-rw-r--r--www/hastymail2/Makefile56
-rw-r--r--www/hastymail2/distinfo3
-rw-r--r--www/hastymail2/files/pkg-message.in13
-rw-r--r--www/hastymail2/patch-lib-constant.php11
-rw-r--r--www/hastymail2/pkg-descr8
5 files changed, 0 insertions, 91 deletions
diff --git a/www/hastymail2/Makefile b/www/hastymail2/Makefile
deleted file mode 100644
index 7f8023083626..000000000000
--- a/www/hastymail2/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# New ports collection makefile for: hastymail
-# Date created: 2006-11-04
-# Whom: Bartlomiej Rutkowski <r@robakdesign.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= hastymail
-PORTVERSION= 1.5
-PORTREVISION= 2
-CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
-MASTER_SITE_SUBDIR= hastymail
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Small, fast and secure yet powerful IMAP webmail
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-NO_BUILD= yes
-SUB_FILES= pkg-message
-
-INSTALL_DIR?= www/${PORTNAME}
-PLIST= ${WRKDIR}/pkg-plist
-
-WANT_PHP_WEB= yes
-USE_PHP= session imap pcre
-
-.include <bsd.port.pre.mk>
-
-# Don't install automatically CVS directories, patched files and the default config file.
-FIND_SKIP_OPTS= -not -name hastymail.conf-example -not -name '*.orig' \
- -not -name '*.bak' -not -path '*/CVS/*' -not -name CVS
-
-post-patch:
- @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," \
- ${WRKSRC}/lib/constant.php
-
-pre-install:
- @${FIND} -s -d ${WRKSRC}/ -type f ${FIND_SKIP_OPTS} | \
- ${SED} "s?${WRKSRC}?${INSTALL_DIR}?g" >${PLIST}
- @${FIND} -s -d ${WRKSRC}/ -type d ${FIND_SKIP_OPTS} | \
- ${SED} "s?${WRKSRC}?@dirrm ${INSTALL_DIR}?g" >> ${PLIST}
- @${ECHO_CMD} etc/hastymail.conf.sample >> ${PLIST}
-
-do-install:
- @${MKDIR} ${PREFIX}/${INSTALL_DIR}
- @cd ${WRKSRC} && ${FIND} . ${FIND_SKIP_OPTS} | \
- ${PAX} -rwd ${PREFIX}/${INSTALL_DIR}
- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${INSTALL_DIR}
- @${INSTALL_DATA} ${WRKSRC}/hastymail.conf-example \
- ${PREFIX}/etc/hastymail.conf.sample
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/www/hastymail2/distinfo b/www/hastymail2/distinfo
deleted file mode 100644
index 6e9c34754986..000000000000
--- a/www/hastymail2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (hastymail-1.5.tar.gz) = ca6699b30b59c87027eebc67a633384b
-SHA256 (hastymail-1.5.tar.gz) = ea3a147e0a78650bf598e8ffe862eb6e50e2bf4e61e818efa241e03d51946eac
-SIZE (hastymail-1.5.tar.gz) = 361269
diff --git a/www/hastymail2/files/pkg-message.in b/www/hastymail2/files/pkg-message.in
deleted file mode 100644
index dbdd5916852a..000000000000
--- a/www/hastymail2/files/pkg-message.in
+++ /dev/null
@@ -1,13 +0,0 @@
-******************************************************
-
-You have successfully installed Hastymail webmail client.
-Don't forget to edit your own config file. A sample config
-has been installed in:
-
-%%PREFIX%%/etc/hastymail.conf.sample
-
-The proper config file path is:
-
-%%PREFIX%%/etc/hastymail.conf
-
-******************************************************
diff --git a/www/hastymail2/patch-lib-constant.php b/www/hastymail2/patch-lib-constant.php
deleted file mode 100644
index d9b680408222..000000000000
--- a/www/hastymail2/patch-lib-constant.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/constant.php.orig Fri Jun 8 15:15:54 2007
-+++ lib/constant.php Fri Jun 8 15:16:10 2007
-@@ -24,7 +24,7 @@
- */
-
- /* absolute path to the configuration file */
--$config_file = '/etc/hastymail.conf';
-+$config_file = '%%PREFIX%%/etc/hastymail.conf';
-
- /* hastymail version */
- $version = '1.5';
diff --git a/www/hastymail2/pkg-descr b/www/hastymail2/pkg-descr
deleted file mode 100644
index 5bbf7bc1cfe7..000000000000
--- a/www/hastymail2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Hastymail is a streamlined, secure, fast web based IMAP client written
-in PHP. Hastymail is designed to have low server requirements and follow
-internet standards for MIME, IMAP and SMTP communications. Hastymail is also
-designed to work with all the major and not so major web browsers available.
-Hastymail does not use frames, javascript, or cookies and all output is 100%
-W3C compliant 4.01 transitional HTML.
-
-WWW: http://hastymail.sourceforge.net/