Initial import of openwebmail 1.61

Openwebmail is a webmail system designed to manage very big mail folder files
in a memory efficient way.

PR: 34781
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
This commit is contained in:
Kevin Lo
2002-02-10 07:23:04 +00:00
parent a8b5fc19bb
commit 6119ea9fd6
7 changed files with 1247 additions and 0 deletions

View File

@@ -122,6 +122,7 @@
SUBDIR += nmh
SUBDIR += noattach
SUBDIR += nullmailer
SUBDIR += openwebmail
SUBDIR += p5-Email-Find
SUBDIR += p5-Email-Valid
SUBDIR += p5-IMAP-Admin

38
mail/openwebmail/Makefile Normal file
View File

@@ -0,0 +1,38 @@
# New ports collection makefile for: openwebmail
# Date created: 24 April 2001
# Whom: Yen-Ming Lee <leeym@leeym.com>
#
# $FreeBSD$
#
PORTNAME= openwebmail
PORTVERSION= 1.61
CATEGORIES= mail
MASTER_SITES= http://turtle.ee.ncku.edu.tw/openwebmail/download/
EXTRACT_SUFX= .tgz
MAINTAINER= leeym@leeym.com
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
NO_BUILD= yes
NO_WRKSUBDIR= yes
OWCGIDIR= ${PREFIX}/www/cgi-bin/openwebmail
SUIDPERL= /usr/bin/suidperl
do-install:
.for dir in cgi-bin data
@${CP} -R ${WRKSRC}/${dir}/openwebmail ${PREFIX}/www/${dir}/
@${CHOWN} -R root:mail ${PREFIX}/www/${dir}/openwebmail
.endfor
.for file in openwebmail.pl openwebmail-main.pl openwebmail-prefs.pl openwebmail-read.pl openwebmail-send.pl openwebmail-viewatt.pl
@${CHMOD} 4555 ${SUIDPERL}
@${PERL5} -pi -e 's,/usr/bin/perl,${SUIDPERL},g' ${OWCGIDIR}/${file}
@${CHMOD} 4555 ${OWCGIDIR}/${file}
.endfor
.for dir in sessions users
@${CHMOD} 0770 ${OWCGIDIR}/etc/${dir}
.endfor
@${CHMOD} 0755 ${OWCGIDIR}/etc ${OWCGIDIR}/vacation.pl
.include <bsd.port.mk>

View File

@@ -0,0 +1 @@
MD5 (openwebmail-1.61.tgz) = 9ebc1c95e1bf338b96c82e7fa5042d8b

View File

@@ -0,0 +1 @@
A webmail system designed to manage very big mail folder files in a memory efficient way

View File

@@ -0,0 +1,2 @@
#!/bin/sh
rm -fr ${PKG_PREFIX}/www/cgi-bin/openwebmail/etc/sessions/*

View File

@@ -0,0 +1,10 @@
Open WebMail is a webmail system designed to manage very large mail folder
files in a memory efficient way. It also provides a range of features to help
users migrate smoothly from Microsoft Outlook to Open WebMail. Open WebMail
has the following features: multiple languages, multiple iconsets/styles,
strong MIME support, virtual host/login alias, PAM support, online password
changing, convenient folder/message operations, draft folder, confirmed
reading support, full content search, a spelling checker, auto reply, mail
filtering, POP3 support, and message count previewing.
WWW: http://turtle.ee.ncku.edu.tw/openwebmail/

1194
mail/openwebmail/pkg-plist Normal file

File diff suppressed because it is too large Load Diff