diff options
author | anray <anray@FreeBSD.org> | 2005-12-26 11:59:03 +0000 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2005-12-26 11:59:03 +0000 |
commit | d161d85882e8fd1ea63858a5838ea90240d45c12 (patch) | |
tree | 8303533609d9389ff7fa79387f347e9269785181 | |
parent | 6ba85636c30a0ff7ae0e6c24a1869153fb75651b (diff) | |
download | FreeBSD-ports-d161d85882e8fd1ea63858a5838ea90240d45c12.zip FreeBSD-ports-d161d85882e8fd1ea63858a5838ea90240d45c12.tar.gz |
masqmail-devel merged to masqmail.
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/masqmail-devel/Makefile | 76 | ||||
-rw-r--r-- | mail/masqmail-devel/distinfo | 2 | ||||
-rw-r--r-- | mail/masqmail-devel/files/masqmail.sh | 63 | ||||
-rw-r--r-- | mail/masqmail-devel/files/patch-Makefile.in | 17 | ||||
-rw-r--r-- | mail/masqmail-devel/files/patch-local.c | 10 | ||||
-rw-r--r-- | mail/masqmail-devel/files/patch-log.c | 10 | ||||
-rw-r--r-- | mail/masqmail-devel/files/patch-peopen.c | 10 | ||||
-rw-r--r-- | mail/masqmail-devel/pkg-descr | 23 | ||||
-rw-r--r-- | mail/masqmail-devel/pkg-plist | 24 |
10 files changed, 0 insertions, 236 deletions
diff --git a/mail/Makefile b/mail/Makefile index 04be5a6..6c06776 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -191,7 +191,6 @@ SUBDIR += majorcool SUBDIR += majordomo SUBDIR += masqmail - SUBDIR += masqmail-devel SUBDIR += mavbiff SUBDIR += mb2md SUBDIR += mbox2mdir diff --git a/mail/masqmail-devel/Makefile b/mail/masqmail-devel/Makefile deleted file mode 100644 index 8b3056e..0000000 --- a/mail/masqmail-devel/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# Ports collection makefile for: masqmail-devel -# Date created: 4 Apr 2004 -# Whom: Andrey Slusar <anray@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= masqmail -PORTVERSION= 0.2.20 -CATEGORIES= mail -MASTER_SITES= http://innominate.org/kurth/masqmail/download/ - -MAINTAINER= anray@FreeBSD.org -COMMENT= Mail server for hosts, not permanently connected to the internet - -CONFLICTS= masqmail-0.1* - -MAN5= masqmail.aliases.5 masqmail.conf.5 masqmail.get.5 masqmail.route.5 -MAN8= masqmail.8 mservdetect.8 - -GNU_CONFIGURE= yes -CFLAGS+= -Wno-trigraphs -CONFIGURE_ARGS+= --mandir=${PREFIX}/man --with-user=mailnull --with-group=mail \ - --with-confdir=${PREFIX}/etc/masqmail --with-logdir=/var/log/masqmail -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -.if defined(WITH_LIBCRYPTO) -CONFIGURE_ARGS+= --with-libcrypto -.endif -.if defined(WITHOUT_POP3) -CONFIGURE_ARGS+= --disable-pop3 -.endif -.if defined(WITHOUT_SMTP) -CONFIGURE_ARGS+= --disable-smtp-server -.endif -.if defined(WITHOUT_RESOLVER) -CONFIGURE_ARGS+= --disable-resolver -.endif -.if defined(WITH_MAILDIR) -CONFIGURE_ARGS+= --enable-maildir -.endif -.if defined(WITH_MSERVER) -CONFIGURE_ARGS+= --enable-mserver -.endif -.if defined(WITH_AUTH) -CONFIGURE_ARGS+= --enable-auth -.endif -.if defined(WITH_IDENT) -CONFIGURE_ARGS+= --enable-ident -.endif - -USE_GNOME= glib12 -USE_RC_SUBR= yes -NO_LATEST_LINK= yes - -post-build: - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ - -e 's,%%RC_SUBR%%,${RC_SUBR},g' \ - ${FILESDIR}/masqmail.sh > ${WRKDIR}/masqmail.sh - -post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/masqmail.sh ${PREFIX}/etc/rc.d/masqmail.sh - ${MKDIR} ${PREFIX}/etc/masqmail - ${CHOWN} mailnull:mail ${PREFIX}/etc/masqmail - ${INSTALL_DATA} -o mailnull -g mail ${WRKSRC}/examples/masqmail.conf ${PREFIX}/etc/masqmail/masqmail.conf-dist - ${INSTALL_DATA} -o mailnull -g mail ${WRKSRC}/examples/example.get ${PREFIX}/etc/masqmail/masqmail.get-dist - ${INSTALL_DATA} -o mailnull -g mail ${WRKSRC}/examples/example.route ${PREFIX}/etc/masqmail/masqmail.route-dist - -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in AUTHORS COPYING INSTALL NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/mail/masqmail-devel/distinfo b/mail/masqmail-devel/distinfo deleted file mode 100644 index c8b22e7..0000000 --- a/mail/masqmail-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (masqmail-0.2.20.tar.gz) = 74540980ecde45783e888d1da80cb318 -SIZE (masqmail-0.2.20.tar.gz) = 243171 diff --git a/mail/masqmail-devel/files/masqmail.sh b/mail/masqmail-devel/files/masqmail.sh deleted file mode 100644 index 1af2b245..0000000 --- a/mail/masqmail-devel/files/masqmail.sh +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: mail -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown -# we make mail start late, so that things like .forward's are not -# processed until the system is fully operational - -# -# Add the following lines to /etc/rc.conf to enable masqmail: -# -#masqmail_enable="YES" -# -# See masqmail(8) for flags -# - -. %%RC_SUBR%% - -name=masqmail -rcvar=`set_rcvar` - -command=%%PREFIX%%/sbin/masqmail -required_dirs=/var/log/masqmail -required_files=%%PREFIX%%/etc/masqmail/masqmail.conf - -start_precmd=start_precmd -stop_postcmd=stop_postcmd - -extra_commands="reload" - -start_precmd() -{ - case $sendmail_enable in - [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1) - warn "sendmail_enable should be set to NONE" - ;; - [Nn][Oo]|[Ff][Aa][Ll][Ss][Ee]|[Oo][Ff][Ff]|0) - case $sendmail_submit_enable in - [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1) - warn "sendmail_submit_enable should be set to NO" - ;; - esac - ;; - [Nn][Oo][Nn][Ee]) - ;; - esac -} - -stop_postcmd() -{ - rm -f $pidfile -} - -# set defaults - -masqmail_enable=${masqmail_enable:-"NO"} -masqmail_flags=${masqmail_flags:-"-bd -q30m"} - -load_rc_config $name -run_rc_command "$1" diff --git a/mail/masqmail-devel/files/patch-Makefile.in b/mail/masqmail-devel/files/patch-Makefile.in deleted file mode 100644 index 696faa3..0000000 --- a/mail/masqmail-devel/files/patch-Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.in.old Sun Apr 4 23:36:26 2004 -+++ Makefile.in Sun Apr 4 23:38:38 2004 -@@ -377,9 +377,12 @@ - $(DESTDIR)@datadir@/tpl: conf_dir - install -d $(DESTDIR)@datadir@/masqmail/tpl - install -m 644 tpl/failmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl -- install -m 644 tpl/failmsg.tpl.{de,fr,it} $(DESTDIR)@datadir@/masqmail/tpl -+ install -m 644 tpl/failmsg.tpl.de $(DESTDIR)@datadir@/masqmail/tpl -+ install -m 644 tpl/failmsg.tpl.fr $(DESTDIR)@datadir@/masqmail/tpl -+ install -m 644 tpl/failmsg.tpl.it $(DESTDIR)@datadir@/masqmail/tpl - install -m 644 tpl/warnmsg.tpl $(DESTDIR)@datadir@/masqmail/tpl -- install -m 644 tpl/warnmsg.tpl.{de,fr} $(DESTDIR)@datadir@/masqmail/tpl -+ install -m 644 tpl/warnmsg.tpl.de $(DESTDIR)@datadir@/masqmail/tpl -+ install -m 644 tpl/warnmsg.tpl.fr $(DESTDIR)@datadir@/masqmail/tpl - - log_dir: $(DESTDIR)@with_logdir@ - diff --git a/mail/masqmail-devel/files/patch-local.c b/mail/masqmail-devel/files/patch-local.c deleted file mode 100644 index d5adb0e..0000000 --- a/mail/masqmail-devel/files/patch-local.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/local.c.orig Mon May 19 22:44:46 2003 -+++ src/local.c Wed Aug 4 04:15:10 2004 -@@ -19,6 +19,7 @@ - #include "masqmail.h" - #include "peopen.h" - #include <sys/wait.h> -+#include <sys/stat.h> - - static - void message_stream(FILE *out, message *msg, GList *hdr_list, guint flags) diff --git a/mail/masqmail-devel/files/patch-log.c b/mail/masqmail-devel/files/patch-log.c deleted file mode 100644 index 9e4f859..0000000 --- a/mail/masqmail-devel/files/patch-log.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/log.c.old Wed Aug 4 04:16:48 2004 -+++ src/log.c Wed Aug 4 04:17:12 2004 -@@ -16,6 +16,7 @@ - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -+#include <sys/stat.h> - #include "masqmail.h" - - #include "sysexits.h" diff --git a/mail/masqmail-devel/files/patch-peopen.c b/mail/masqmail-devel/files/patch-peopen.c deleted file mode 100644 index fd2c94c..0000000 --- a/mail/masqmail-devel/files/patch-peopen.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/peopen.c.old Wed Aug 4 03:51:30 2004 -+++ src/peopen.c Wed Aug 4 03:52:43 2004 -@@ -6,6 +6,7 @@ - #include <unistd.h> - #include <string.h> - #include <sys/types.h> -+#include <stdlib.h> - - #include "peopen.h" - #include "sysexits.h" diff --git a/mail/masqmail-devel/pkg-descr b/mail/masqmail-devel/pkg-descr deleted file mode 100644 index 7466f58..0000000 --- a/mail/masqmail-devel/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -MasqMail is a mail server designed for hosts that do not have a permanent -internet connection eg. a home network or a single host at home. It has -special support for connections to different ISPs. It replaces sendmail or -other MTAs such as qmail or exim. - -Features - - * Delivers only when online to a destination 'outside' your LAN - * Support for multiple Providers (ie. Mail Servers, or direct delivery) - * Rewriting of Return addresses (Return-Path:, From:, Reply-To:), - configurable for each Provider separately - * can also be used as a Mail Server on a LAN - * alias support - * delivery to pipes - * delivery to MDAs (eg. procmail) - * Maildir support (version >= 0.2.5) - * routing depending on sender - * AUTH (RFC 2554) support (as client, since version 0.1.0) - * SMTP-after-POP - * POP3 client - * POP3 client daemon (fetch mail in regular intervals if online) - -WWW: http://innominate.org/kurth/masqmail/ diff --git a/mail/masqmail-devel/pkg-plist b/mail/masqmail-devel/pkg-plist deleted file mode 100644 index a5bd33d..0000000 --- a/mail/masqmail-devel/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -bin/mservdetect -etc/masqmail/masqmail.conf-dist -etc/masqmail/masqmail.get-dist -etc/masqmail/masqmail.route-dist -etc/rc.d/masqmail.sh -sbin/masqmail -share/masqmail/tpl/failmsg.tpl -share/masqmail/tpl/failmsg.tpl.de -share/masqmail/tpl/failmsg.tpl.fr -share/masqmail/tpl/failmsg.tpl.it -share/masqmail/tpl/warnmsg.tpl -share/masqmail/tpl/warnmsg.tpl.de -share/masqmail/tpl/warnmsg.tpl.fr -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -@dirrm share/masqmail/tpl -@dirrm share/masqmail -@dirrm etc/masqmail -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@unexec rmdir /var/log/masqmail 2>/dev/null || true |