diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-01-16 05:08:57 +0000 |
commit | df3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch) | |
tree | 1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /mail | |
parent | c31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff) |
Notes
Diffstat (limited to 'mail')
1044 files changed, 0 insertions, 35750 deletions
diff --git a/mail/bogofilter-current/Makefile b/mail/bogofilter-current/Makefile deleted file mode 100644 index 91de94427179..000000000000 --- a/mail/bogofilter-current/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# ports collection Makefile for: bogofilter -# Whom: Matthias Andree <matthias.andree@web.de> -# Date created: 2002-10-17 -# -# $FreeBSD$ -# - -PORTNAME= bogofilter -PORTVERSION= 0.8.0 -PORTREVISION= 2 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= matthias.andree@web.de - -LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 - -# This port needs PERL5 at run time, but not for the build. -USE_PERL5= yes -GNU_CONFIGURE= yes -PATCH_STRIP= -p1 -CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db4" \ - LDFLAGS="-L${PREFIX}/lib" - -MAN1= bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 - -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} -.for i in AUTHORS COPYING INSTALL NEWS README TODO UPGRADE \ - doc/integrating-with-qmail contrib/README.unbase64 \ - README.freebsd README.hp-ux README.solaris - ${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.for i in bogo.R contrib/bogofilter-qfe contrib/unbase64 - ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/mail/bogofilter-current/distinfo b/mail/bogofilter-current/distinfo deleted file mode 100644 index ae1d8d4bf9ee..000000000000 --- a/mail/bogofilter-current/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bogofilter-0.8.0.tar.gz) = 447d6045f0268c0f6f36c59176c08137 diff --git a/mail/bogofilter-current/files/patch-Makefile.in b/mail/bogofilter-current/files/patch-Makefile.in deleted file mode 100644 index 3a9beefbd10b..000000000000 --- a/mail/bogofilter-current/files/patch-Makefile.in +++ /dev/null @@ -1,84 +0,0 @@ ---- bogofilter-0.8.0/Makefile.in Sat Nov 9 19:21:40 2002 -+++ bogofilter-0.8.0.1/Makefile.in Mon Nov 11 02:07:42 2002 -@@ -1,4 +1,4 @@ --# Makefile.in generated by automake 1.7 from Makefile.am. -+# Makefile.in generated by automake 1.7.1 from Makefile.am. - # @configure_input@ - - # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 -@@ -119,7 +119,9 @@ - man1_MANS = bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 - - # what to build that from --MYCOMMON = xmalloc.h xmalloc.c xstrdup.h xstrdup.c globals.h debug.h debug.c -+MYCOMMON = xmalloc.h xmalloc.c xstrdup.h xstrdup.c globals.h debug.h \ -+debug.c find_home.c find_home.h -+ - - BUILT_SOURCES = version.h - -@@ -164,7 +166,8 @@ - check_PROGRAMS = debugtest$(EXEEXT) configtest$(EXEEXT) - PROGRAMS = $(bin_PROGRAMS) - --am__objects_1 = xmalloc.$(OBJEXT) xstrdup.$(OBJEXT) debug.$(OBJEXT) -+am__objects_1 = xmalloc.$(OBJEXT) xstrdup.$(OBJEXT) debug.$(OBJEXT) \ -+ find_home.$(OBJEXT) - am_bogofilter_OBJECTS = bogofilter.$(OBJEXT) main.$(OBJEXT) \ - lexer.$(OBJEXT) datastore_db.$(OBJEXT) config.$(OBJEXT) \ - rstats.$(OBJEXT) wordhash.$(OBJEXT) wordlists.$(OBJEXT) \ -@@ -206,10 +209,11 @@ - @AMDEP_TRUE@ ./$(DEPDIR)/bogolexer.Po ./$(DEPDIR)/bogoutil.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/config.Po ./$(DEPDIR)/configtest.Po \ - @AMDEP_TRUE@ ./$(DEPDIR)/datastore_db.Po ./$(DEPDIR)/debug.Po \ --@AMDEP_TRUE@ ./$(DEPDIR)/debug.main.Po ./$(DEPDIR)/lexer.Po \ --@AMDEP_TRUE@ ./$(DEPDIR)/main.Po ./$(DEPDIR)/rstats.Po \ --@AMDEP_TRUE@ ./$(DEPDIR)/wordhash.Po ./$(DEPDIR)/wordlists.Po \ --@AMDEP_TRUE@ ./$(DEPDIR)/xmalloc.Po ./$(DEPDIR)/xstrdup.Po -+@AMDEP_TRUE@ ./$(DEPDIR)/debug.main.Po ./$(DEPDIR)/find_home.Po \ -+@AMDEP_TRUE@ ./$(DEPDIR)/lexer.Po ./$(DEPDIR)/main.Po \ -+@AMDEP_TRUE@ ./$(DEPDIR)/rstats.Po ./$(DEPDIR)/wordhash.Po \ -+@AMDEP_TRUE@ ./$(DEPDIR)/wordlists.Po ./$(DEPDIR)/xmalloc.Po \ -+@AMDEP_TRUE@ ./$(DEPDIR)/xstrdup.Po - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - CCLD = $(CC) -@@ -351,6 +355,7 @@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/datastore_db.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.main.Po@am__quote@ -+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/find_home.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lexer.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rstats.Po@am__quote@ -@@ -567,9 +572,11 @@ - mkdir $(distdir) - $(mkinstalldirs) $(distdir)/. $(distdir)/contrib $(distdir)/doc - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ -+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ - case $$file in \ - $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ -+ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ - esac; \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ -@@ -628,7 +635,6 @@ - chmod a-w $(distdir) - dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \ - && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ -- && $(mkinstalldirs) $$dc_destdir \ - && cd $(distdir)/=build \ - && ../configure --srcdir=.. --prefix="$$dc_install_base" \ - $(DISTCHECK_CONFIGURE_FLAGS) \ -@@ -641,7 +647,9 @@ - && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ - distuninstallcheck \ - && chmod -R a-w "$$dc_install_base" \ -- && ({ $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ -+ && ({ \ -+ (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ -+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ - distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ diff --git a/mail/bogofilter-current/files/patch-config.c b/mail/bogofilter-current/files/patch-config.c deleted file mode 100644 index d74fe009523a..000000000000 --- a/mail/bogofilter-current/files/patch-config.c +++ /dev/null @@ -1,19 +0,0 @@ ---- bogofilter-0.8.0/config.c Thu Oct 31 06:23:32 2002 -+++ bogofilter-0.8.0.1/config.c Mon Nov 11 02:06:36 2002 -@@ -21,6 +21,7 @@ - #include "wordlists.h" - #include "xmalloc.h" - #include "xstrdup.h" -+#include "find_home.h" - - #ifndef DEBUG_CONFIG - #define DEBUG_CONFIG(level) (verbose > level) -@@ -150,7 +151,7 @@ - - if ( *filename == '~' ) - { -- char *home = getenv( "HOME" ); -+ char *home = find_home(TRUE); - if ( home == NULL ) - { - fprintf( stderr, "Can't find $HOME.\n" ); diff --git a/mail/bogofilter-current/files/patch-configure b/mail/bogofilter-current/files/patch-configure deleted file mode 100644 index 81f879c10b85..000000000000 --- a/mail/bogofilter-current/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- bogofilter-0.8.0/configure Sat Nov 9 19:21:44 2002 -+++ bogofilter-0.8.0.1/configure Mon Nov 11 02:07:43 2002 -@@ -1500,7 +1500,7 @@ - - # Define the identity of the package. - PACKAGE=bogofilter -- VERSION=0.8.0 -+ VERSION=0.8.0.1 - - - cat >>confdefs.h <<_ACEOF -@@ -2563,7 +2563,7 @@ - if depmode=$depmode \ - source=conftest.c object=conftest.o \ - depfile=conftest.Po tmpdepfile=conftest.TPo \ -- $SHELL ./depcomp $depcc -c conftest.c -o conftest.o >/dev/null 2>&1 && -+ $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 && - grep conftest.h conftest.Po > /dev/null 2>&1 && - ${MAKE-make} -s -f confmf > /dev/null 2>&1; then - am_cv_CC_dependencies_compiler_type=$depmode diff --git a/mail/bogofilter-current/files/patch-find_home.c b/mail/bogofilter-current/files/patch-find_home.c deleted file mode 100644 index 48db04825264..000000000000 --- a/mail/bogofilter-current/files/patch-find_home.c +++ /dev/null @@ -1,59 +0,0 @@ ---- bogofilter-0.8.0/find_home.c Thu Jan 1 01:00:00 1970 -+++ bogofilter-0.8.0.1/find_home.c Mon Nov 11 02:05:44 2002 -@@ -0,0 +1,56 @@ -+/* find_home.c -- library function to figure out the home dir of current user */ -+ -+/* (C) 2002 by Matthias Andree <matthias.andree@gmx.de> -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but -+ * WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * General Public License for more details, it is in the file named -+ * COPYING. -+ */ -+ -+/* $Id: find_home.c,v 1.5 2002/11/11 00:03:25 m-a Exp $ */ -+ -+#include <stdio.h> -+#include <stdlib.h> -+#include <string.h> -+ -+#include <unistd.h> -+#include <pwd.h> -+#include <sys/types.h> -+ -+#include "find_home.h" -+#include "xmalloc.h" -+#include "xstrdup.h" -+ -+/* This function will try to figure out the home directory of the user. -+ * -+ * If read_env is not zero, it will try to obtain the HOME environment -+ * variable and return if it is defined and not empty. -+ * -+ * Then, it will look up the password entry of the current effective -+ * user id and return the pw_dir field. -+ * -+ * This function returns NULL in case of failure. -+ */ -+const char *find_home(int read_env) { -+ char *r; -+ uid_t u; -+ struct passwd *pw; -+ -+ if (read_env) { -+ if ((r = getenv("HOME")) != NULL && *r != '\0') -+ return r; -+ } -+ -+ u = geteuid(); -+ pw = getpwuid(u); -+ if (pw != NULL) { -+ return pw -> pw_dir; -+ } -+ return NULL; -+} diff --git a/mail/bogofilter-current/files/patch-find_home.h b/mail/bogofilter-current/files/patch-find_home.h deleted file mode 100644 index 4049260c2d6e..000000000000 --- a/mail/bogofilter-current/files/patch-find_home.h +++ /dev/null @@ -1,36 +0,0 @@ ---- bogofilter-0.8.0/find_home.h Thu Jan 1 01:00:00 1970 -+++ bogofilter-0.8.0.1/find_home.h Mon Nov 11 02:05:44 2002 -@@ -0,0 +1,33 @@ -+/* $Id: find_home.h,v 1.7 2002/11/11 00:03:25 m-a Exp $ */ -+ -+/* find_home.h -- library function to figure out the home dir of current user */ -+ -+#ifndef FIND_HOME_H -+#define FIND_HOME_H -+ -+/* (C) 2002 by Matthias Andree <matthias.andree@gmx.de> -+ * -+ * This program is free software; you can redistribute it and/or modify -+ * it under the terms of version 2 of the GNU General Public License as -+ * published by the Free Software Foundation. -+ * -+ * This program is distributed in the hope that it will be useful, but -+ * WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * General Public License for more details, it is in the file named -+ * COPYING. -+ */ -+ -+/*@null@*/ /*@observer@*/ -+const char * -+find_home(int read_env) /*@globals errno@*/; -+ -+/*@null@*/ /*@observer@*/ -+const char * -+find_home_user(const char *username) /*@globals errno@*/; -+ -+/*@only@*/ -+char * -+tildeexpand(const char *filename) /*@globals errno@*/; -+ -+#endif diff --git a/mail/bogofilter-current/files/patch-main.c b/mail/bogofilter-current/files/patch-main.c deleted file mode 100644 index a29e9a1f5862..000000000000 --- a/mail/bogofilter-current/files/patch-main.c +++ /dev/null @@ -1,29 +0,0 @@ ---- bogofilter-0.8.0/main.c Wed Nov 6 01:07:59 2002 -+++ bogofilter-0.8.0.1/main.c Mon Nov 11 02:28:08 2002 -@@ -26,6 +26,9 @@ - #include "version.h" - #include "common.h" - #include "bogofilter.h" -+#include "find_home.h" -+#include "xmalloc.h" -+#include "xstrdup.h" - - #define BOGODIR ".bogofilter" - -@@ -254,6 +257,16 @@ - { - int exitcode; - -+ if (NULL == getenv("HOME")) { -+ const char *t; -+ if ((t = find_home(FALSE)) != NULL) { -+ char *t2 = xmalloc(strlen(t) + 6); -+ strcpy(t2, "HOME="); -+ strcat(t2, t); -+ putenv(xstrdup(t2)); /* putenv may leak memory by copying again */ -+ free(t2); -+ } -+ } - set_dir_from_env(directory, "HOME", BOGODIR); - set_dir_from_env(directory, "BOGOFILTER_DIR", NULL); - diff --git a/mail/bogofilter-current/files/patch-version.h b/mail/bogofilter-current/files/patch-version.h deleted file mode 100644 index a6cdb1d4607f..000000000000 --- a/mail/bogofilter-current/files/patch-version.h +++ /dev/null @@ -1,6 +0,0 @@ ---- bogofilter-0.8.0/version.h Sat Nov 9 19:22:01 2002 -+++ bogofilter-0.8.0.1/version.h Mon Nov 11 02:28:09 2002 -@@ -1,2 +1,2 @@ - #undef VERSION --#define VERSION "0.8.0" -+#define VERSION "0.8.0.1" diff --git a/mail/bogofilter-current/files/patch-z-stats b/mail/bogofilter-current/files/patch-z-stats deleted file mode 100644 index a77ce837140c..000000000000 --- a/mail/bogofilter-current/files/patch-z-stats +++ /dev/null @@ -1,57 +0,0 @@ ---- bogofilter.c Thu Nov 7 07:05:58 2002 -+++ bogofilter.c Fri Nov 22 12:51:33 2002 -@@ -255,10 +255,14 @@ - - int compare_extrema(const void *id1, const void *id2) - { -+ double d; - const discrim_t *d1 = id1; - const discrim_t *d2 = id2; -- return ( (d1->prob > d2->prob) || -- ((d1->prob == d2->prob) && (strcmp(d1->key, d2->key) > 0))); -+ d = d2->prob - d1->prob; -+ if (fabs(d) < EPS) return strcmp(d1->key, d2->key); -+ if (d1->prob > d2->prob) return 1; -+ if (d1->prob < d2->prob) return -1; -+ return 0; - } - - void init_bogostats(bogostat_t *bogostats) ---- common.h Mon Oct 28 03:46:17 2002 -+++ common.h Fri Nov 22 12:53:23 2002 -@@ -9,6 +9,10 @@ - #include <sys/param.h> - #endif - -+#include <float.h> -+#define EPS (100.0 * DBL_EPSILON) -+ -+ - #include "debug.h" - - #define GOODFILE "goodlist.db" ---- rstats.c Wed Nov 6 11:45:03 2002 -+++ rstats.c Fri Nov 22 12:52:12 2002 -@@ -84,10 +84,14 @@ - - int compare_rstats_t(const void *ir1, const void *ir2) - { -+ double d; - const rstats_t *r1 = *(rstats_t **)ir1; - const rstats_t *r2 = *(rstats_t **)ir2; -- return ( (r1->prob > r2->prob) || -- ((r1->prob == r2->prob) && (strcmp(r1->token, r2->token) > 0))); -+ d = r1->prob - r2->prob; -+ if (fabs(d) < EPS) return strcmp(r1->token, r2->token); -+ if (r1->prob > r2->prob) return 1; -+ if (r1->prob < r2->prob) return -1; -+ return 0; - } - - #define INTERVALS 10 ---- version.h Fri Nov 22 12:55:52 2002 -+++ version.h Fri Nov 22 12:55:13 2002 -@@ -1,2 +1,2 @@ - #undef VERSION --#define VERSION "0.8.0.1" -+#define VERSION "0.8.0.freebsd2" diff --git a/mail/bogofilter-current/pkg-comment b/mail/bogofilter-current/pkg-comment deleted file mode 100644 index e03981d2cfc2..000000000000 --- a/mail/bogofilter-current/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Fast, teachable, learning spam detector diff --git a/mail/bogofilter-current/pkg-descr b/mail/bogofilter-current/pkg-descr deleted file mode 100644 index df478ae026dc..000000000000 --- a/mail/bogofilter-current/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Bogofilter takes an email message or other text on standard input, does a -statistical check against lists of "good" and "bad" words, and returns a status -code indicating whether or not the message is spam. - -WWW: http://bogofilter.sourceforge.net/ diff --git a/mail/bogofilter-current/pkg-plist b/mail/bogofilter-current/pkg-plist deleted file mode 100644 index 24c00f6d1d90..000000000000 --- a/mail/bogofilter-current/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -bin/bogofilter -bin/bogolexer -bin/bogoutil -bin/bogoupgrade -%%PORTDOCS%%share/doc/bogofilter/AUTHORS -%%PORTDOCS%%share/doc/bogofilter/COPYING -%%PORTDOCS%%share/doc/bogofilter/INSTALL -%%PORTDOCS%%share/doc/bogofilter/NEWS -%%PORTDOCS%%share/doc/bogofilter/README -%%PORTDOCS%%share/doc/bogofilter/README.freebsd -%%PORTDOCS%%share/doc/bogofilter/README.hp-ux -%%PORTDOCS%%share/doc/bogofilter/README.solaris -%%PORTDOCS%%share/doc/bogofilter/README.unbase64 -%%PORTDOCS%%share/doc/bogofilter/TODO -%%PORTDOCS%%share/doc/bogofilter/UPGRADE -%%PORTDOCS%%share/doc/bogofilter/bogo.R -%%PORTDOCS%%share/doc/bogofilter/bogofilter-qfe -%%PORTDOCS%%share/doc/bogofilter/integrating-with-qmail -%%PORTDOCS%%share/doc/bogofilter/unbase64 -%%PORTDOCS%%@dirrm share/doc/bogofilter diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile deleted file mode 100644 index 5dc76dcc025e..000000000000 --- a/mail/claws-mail/Makefile +++ /dev/null @@ -1,146 +0,0 @@ -# New ports collection makefile for: sylpheed-claws -# Date created: 3 January 2002 -# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx> -# -# $FreeBSD$ -# - -PORTNAME= sylpheed-claws -PORTVERSION= 0.8.6 -CATEGORIES= mail news ipv6 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sylpheed-claws -DISTNAME= sylpheed-${PORTVERSION}claws -DISTFILES= ${EXTRACT_ONLY} \ - ${THEMEFILE} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= corecode@corecode.ath.cx - -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext - -THEMEVERSION= 0.8.3 -THEMEFILE= sylpheed-iconset-${THEMEVERSION}claws.tar.gz - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_LIBTOOL= yes -USE_GTK= yes -USE_REINPLACE= yes - -MAN1= sylpheed-claws.1 - -CONFIGURE_ARGS= --program-suffix="-claws" --enable-ipv6 - -CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${X11BASE}/lib -L${LOCALBASE}/lib" - -.if defined(WITH_PIXBUF) || defined(WITH_ALL) -LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf -CONFIGURE_ARGS+= --disable-imlib -.else -USE_IMLIB= yes -CONFIGURE_ARGS+= --disable-gdk-pixbuf -.endif -.if defined(WITH_GPGME) || defined(WITH_ALL) -LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -CONFIGURE_ARGS+= --enable-gpgme -.endif -.if defined(WITH_COMPFACE) || defined(WITH_ALL) -LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces -.else -CONFIGURE_ARGS+= --disable-compface -.endif -.if defined(WITH_JCONV) || defined(WITH_ALL) -LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv -.else -CONFIGURE_ARGS+= --disable-jconv -.endif -.if defined(WITH_ASPELL) || defined(WITH_ALL) -LIB_DEPENDS+= pspell.15:${PORTSDIR}/textproc/aspell -CONFIGURE_ARGS+= --enable-aspell -.endif -.if defined(WITH_JPILOT) || defined(WITH_ALL) -LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot -CONFIGURE_ARGS+= --enable-jpilot -.endif -.if defined(WITH_LDAP) || defined(WITH_ALL) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 -CONFIGURE_ARGS+= --enable-ldap -CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS:S/"//g} -.endif -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -CONFIGURE_ARGS+= --enable-ssl -.endif -.if defined(WITHOUT_THEMES) -PLIST_SUB+= THEMES="@comment " -.else -PLIST_SUB+= THEMES="" -.endif - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may define the following build options:" - @${ECHO} "" - @${ECHO} " WITH_ALL Enable all options below" - @${ECHO} "" - @${ECHO} " WITH_PIXBUF Enable GDK Pixbuf support" - @${ECHO} " WITH_GPGME Enable GnuPG support using GPGME" - @${ECHO} " WITH_COMPFACE Enable compface (X-Face) support" - @${ECHO} " WITH_JCONV Enable enhanced charset conversion" - @${ECHO} " WITH_ASPELL Enable spell-checking support" - @${ECHO} " WITH_JPILOT Enable JPilot support" - @${ECHO} " WITH_LDAP Enable LDAP access support" - @${ECHO} "" - @${ECHO} " WITHOUT_SSL Disable OpenSSL support" - @${ECHO} " WITHOUT_THEMES Don't install additional themes" - @${ECHO} "" - -post-extract: -.if !defined(WITHOUT_THEMES) - @${MKDIR} ${WRKSRC}/themes - @cd ${WRKDIR} && ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${THEMEFILE} ${EXTRACT_AFTER_ARGS} -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \ - ${WRKSRC}/tools/README.sylprint ${WRKSRC}/tools/sylprint.pl - @${REINPLACE_CMD} -e "s|po intl src|po src|" ${WRKSRC}/Makefile.in -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|src manual faq tools|src tools|' ${WRKSRC}/Makefile.in -.endif - -pre-build: - @${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool - -post-install: -.if !defined(NOPORTDOCS) -.for i in NEWS README README.jp README.claws RELEASE_NOTES.claws TODO TODO.jp tools/README.sylprint - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor - @${INSTALL_DATA} ${WRKSRC}/tools/README ${DOCSDIR}/README.tools -.endif - @${MKDIR} ${DATADIR} - @cd ${WRKSRC}/tools && \ - ${INSTALL_SCRIPT} OOo2sylpheed.pl calypso_convert.pl \ - eud2gc.py filter_conv.pl gif2xface.pl gpg-sign-syl \ - kmail2sylpheed.pl kmail2sylpheed_v2.pl newscache_clean.pl \ - outlook2sylpheed.pl tb2sylpheed update-po uudec ${DATADIR} -.if !defined(WITHOUT_THEMES) - @${MKDIR} ${DATADIR}/themes - @cd ${WRKDIR}/${THEMEFILE:C/.tar.gz//} && for d in `find .`; do \ - if ${TEST} -d $${d}; then ${MKDIR} ${DATADIR}/themes/$${d}; else \ - ${INSTALL_DATA} $${d} ${DATADIR}/themes/$${d}; fi; \ - done -.endif - @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylpheed-switcher ${PREFIX}/bin - @${INSTALL_SCRIPT} ${WRKSRC}/tools/sylprint.pl ${PREFIX}/bin - @${INSTALL_DATA} ${WRKSRC}/tools/sylprint.rc ${PREFIX}/etc/sylprint.rc.example - @${MKDIR} ${PREFIX}/share/pixmaps - @${INSTALL_DATA} ${WRKSRC}/sylpheed.png ${PREFIX}/share/pixmaps/sylpheed-claws.png - -.include <bsd.port.mk> diff --git a/mail/claws-mail/distinfo b/mail/claws-mail/distinfo deleted file mode 100644 index cf1494de3201..000000000000 --- a/mail/claws-mail/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (sylpheed-0.8.6claws.tar.bz2) = feeae3ce2a6eb0aba24c32475e762a4b -MD5 (sylpheed-iconset-0.8.3claws.tar.gz) = 7a6a1d4b25d1ddc726b244da8cd3fd84 diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure deleted file mode 100644 index cbf24e6d422f..000000000000 --- a/mail/claws-mail/files/patch-configure +++ /dev/null @@ -1,32 +0,0 @@ ---- configure.orig Mon Nov 25 14:32:13 2002 -+++ configure Mon Nov 25 16:11:32 2002 -@@ -1464,7 +1464,7 @@ - ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. - - --PACKAGE=sylpheed -+PACKAGE=sylpheed-claws - - MAJOR_VERSION=0 - MINOR_VERSION=8 -@@ -1861,7 +1861,7 @@ - fi - - --if test -d "$gnomedir"; then -+if false; then - SYLPHEED_GNOME_TRUE= - SYLPHEED_GNOME_FALSE='#' - else -@@ -11389,9 +11389,9 @@ - localedir='${prefix}/${DATADIRNAME}/locale' - - --manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual' -+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual' - --faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq' -+faqdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/faq' - - - if test "x${datadir}" = 'x${prefix}/share'; then diff --git a/mail/claws-mail/files/patch-tools-README.sylprint b/mail/claws-mail/files/patch-tools-README.sylprint deleted file mode 100644 index 22b5e00325d4..000000000000 --- a/mail/claws-mail/files/patch-tools-README.sylprint +++ /dev/null @@ -1,18 +0,0 @@ ---- tools/README.sylprint.orig Sun Jan 6 17:05:30 2002 -+++ tools/README.sylprint Tue Jan 15 00:19:12 2002 -@@ -144,11 +144,12 @@ - sylprint.pl - The script itself. - -- sylprint.rc -+ %%PREFIX%%/etc/sylprint.rc -+ ~/.sylpheed/sylprint.rc - Stores user default preferred configuration for the - script. Settings in this file may be overriden by -- command line options. Must be stored in the same -- directory of the script and/or in the ~/.sylpheed -+ command line options. Must be stored in the local -+ configuration directory and/or in the ~/.sylpheed - one (Sylpheed user's configuration directory). - - /tmp/sylprint.username.number diff --git a/mail/claws-mail/files/patch-tools-sylprint.pl b/mail/claws-mail/files/patch-tools-sylprint.pl deleted file mode 100644 index fce5e4ec5bbe..000000000000 --- a/mail/claws-mail/files/patch-tools-sylprint.pl +++ /dev/null @@ -1,14 +0,0 @@ ---- tools/sylprint.pl.orig Tue Jan 8 20:34:37 2002 -+++ tools/sylprint.pl Tue Jan 15 00:13:15 2002 -@@ -36,10 +36,7 @@ - # get user config - if (defined($ARGV[1]) && $ARGV[1] eq '-r') { $a++; } - else { -- @spp = split('/',$0); -- $spp[$#spp] = ''; -- $spp = join('/',@spp); -- $rcf="$spp$rc"; -+ $rcf="%%PREFIX%%/etc/$rc"; - if (-x $rcf) { do $rcf; } - $rcf="$ENV{'HOME'}/.sylpheed/$rc"; - if (-x $rcf) { do $rcf; } diff --git a/mail/claws-mail/pkg-comment b/mail/claws-mail/pkg-comment deleted file mode 100644 index 16bcefcf5ddd..000000000000 --- a/mail/claws-mail/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A lightweight and very featurefull GTK+ based e-mail and news client diff --git a/mail/claws-mail/pkg-descr b/mail/claws-mail/pkg-descr deleted file mode 100644 index b156b40ecf6c..000000000000 --- a/mail/claws-mail/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Sylpheed is an e-mail client (and news reader) based on GTK+ - -Currently, many features are supported including POP3, IMAP, NNTP, -multiple accounts, threading, filtering, MIME attachments, APOP, SMTP -AUTH, SSL, IPv6, GnuPG, internalization, and more. - -In addition to the above, Sylpheed-claws has the following extra features: -* allow colour labeling of emails based on filtering rules -* automatic mailing list reply, allow ignoring of mail threads -* selectable fonts, compface support, spell checking, SMTP AUTH -* encryption/decryption of GPG/PGP ascii-armored messages is supported -* folder properties: associate certain options per folder, - 'Request Return Receipt', 'Default To', and 'Default account' -* subject simplification for changing the display of subject lines via RegExp -* pixmap themes, delete news postings, new mail notification -* selectable pop download of messages, store GPG passphrase in memory -and much more... - -WWW: http://sylpheed-claws.sourceforge.net/ - -- Simon 'corecode' Schubert diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist deleted file mode 100644 index 3ac0e9abefb2..000000000000 --- a/mail/claws-mail/pkg-plist +++ /dev/null @@ -1,725 +0,0 @@ -bin/sylpheed-claws -bin/sylpheed-switcher -bin/sylprint.pl -etc/sylprint.rc.example -%%PORTDOCS%%share/doc/sylpheed-claws/NEWS -%%PORTDOCS%%share/doc/sylpheed-claws/README -%%PORTDOCS%%share/doc/sylpheed-claws/README.claws -%%PORTDOCS%%share/doc/sylpheed-claws/README.jp -%%PORTDOCS%%share/doc/sylpheed-claws/README.sylprint -%%PORTDOCS%%share/doc/sylpheed-claws/README.tools -%%PORTDOCS%%share/doc/sylpheed-claws/RELEASE_NOTES.claws -%%PORTDOCS%%share/doc/sylpheed-claws/TODO -%%PORTDOCS%%share/doc/sylpheed-claws/TODO.jp -%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/de/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq-4.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/en/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq-4.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/es/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/fr/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/faq/it/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-18.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-19.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-20.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/de/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-18.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-19.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-20.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-21.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/en/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-18.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-19.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-20.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/es/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-18.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-19.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-20.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/fr/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed-claws/manual/ja/sylpheed.sgml -share/locale/bg/LC_MESSAGES/sylpheed-claws.mo -share/locale/cs/LC_MESSAGES/sylpheed-claws.mo -share/locale/de/LC_MESSAGES/sylpheed-claws.mo -share/locale/el/LC_MESSAGES/sylpheed-claws.mo -share/locale/en_GB/LC_MESSAGES/sylpheed-claws.mo -share/locale/es/LC_MESSAGES/sylpheed-claws.mo -share/locale/fr/LC_MESSAGES/sylpheed-claws.mo -share/locale/hr/LC_MESSAGES/sylpheed-claws.mo -share/locale/it/LC_MESSAGES/sylpheed-claws.mo -share/locale/ja/LC_MESSAGES/sylpheed-claws.mo -share/locale/ko/LC_MESSAGES/sylpheed-claws.mo -share/locale/nl/LC_MESSAGES/sylpheed-claws.mo -share/locale/pl/LC_MESSAGES/sylpheed-claws.mo -share/locale/pt_BR/LC_MESSAGES/sylpheed-claws.mo -share/locale/ru/LC_MESSAGES/sylpheed-claws.mo -share/locale/sr/LC_MESSAGES/sylpheed-claws.mo -share/locale/sv/LC_MESSAGES/sylpheed-claws.mo -share/pixmaps/sylpheed-claws.png -share/sylpheed-claws/OOo2sylpheed.pl -share/sylpheed-claws/calypso_convert.pl -share/sylpheed-claws/eud2gc.py -share/sylpheed-claws/filter_conv.pl -share/sylpheed-claws/gif2xface.pl -share/sylpheed-claws/gpg-sign-syl -share/sylpheed-claws/kmail2sylpheed.pl -share/sylpheed-claws/kmail2sylpheed_v2.pl -share/sylpheed-claws/newscache_clean.pl -share/sylpheed-claws/outlook2sylpheed.pl -share/sylpheed-claws/tb2sylpheed -%%THEMES%%share/sylpheed-claws/themes/Crystal/close.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/continue.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/dir-close.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/dir-open.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/error.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/preferences.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/properties.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/search.xpm -%%THEMES%%share/sylpheed-claws/themes/Crystal/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/address.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/close.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/new.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Kovico-sylpheed/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/Readme.txt -%%THEMES%%share/sylpheed-claws/themes/New_Session/address.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/close.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/new.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/New_Session/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/address.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/close.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/new.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/Plain_and_Bluish/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/README -%%THEMES%%share/sylpheed-claws/themes/XeNtish/README -%%THEMES%%share/sylpheed-claws/themes/XeNtish/address.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/close.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/new.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/XeNtish/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/black/README -%%THEMES%%share/sylpheed-claws/themes/black/address.xpm -%%THEMES%%share/sylpheed-claws/themes/black/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/black/book.xpm -%%THEMES%%share/sylpheed-claws/themes/black/clip.xpm -%%THEMES%%share/sylpheed-claws/themes/black/clipkey.xpm -%%THEMES%%share/sylpheed-claws/themes/black/close.xpm -%%THEMES%%share/sylpheed-claws/themes/black/continue.xpm -%%THEMES%%share/sylpheed-claws/themes/black/deleted.xpm -%%THEMES%%share/sylpheed-claws/themes/black/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/black/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/black/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/black/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/black/error.xpm -%%THEMES%%share/sylpheed-claws/themes/black/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/black/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/black/group.xpm -%%THEMES%%share/sylpheed-claws/themes/black/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/black/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/black/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/black/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/black/interface.xpm -%%THEMES%%share/sylpheed-claws/themes/black/key.xpm -%%THEMES%%share/sylpheed-claws/themes/black/linewrap.xpm -%%THEMES%%share/sylpheed-claws/themes/black/locked.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/black/mark.xpm -%%THEMES%%share/sylpheed-claws/themes/black/new.xpm -%%THEMES%%share/sylpheed-claws/themes/black/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/black/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/black/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/black/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/black/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/black/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/black/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/black/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/black/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/black/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/black/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/black/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/black/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/close.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/linewrap.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/work_offline.xpm -%%THEMES%%share/sylpheed-claws/themes/mongrel/work_online.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/README -%%THEMES%%share/sylpheed-claws/themes/mozilla/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/close.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/linewrap.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/work_offline.xpm -%%THEMES%%share/sylpheed-claws/themes/mozilla/work_online.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/address.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/book.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/clip.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/clipkey.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/close.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/complete.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/continue.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/deleted.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/error.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/folder.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/interface.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/key.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/linewrap.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/locked.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/mark.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/new.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/stw/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/README -%%THEMES%%share/sylpheed-claws/themes/sylzilla/address.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/book.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/category.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/checkbox_off.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/checkbox_on.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/close.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/complete.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/continue.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/delete.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/deleted.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/error.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/group.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/interface.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/jpilot.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/key.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/ldap.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/linewrap.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/locked.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/mark.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/new.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/notice_error.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/notice_note.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/notice_warn.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/preferences.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/properties.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/quicksearch.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/search.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/work_offline.xpm -%%THEMES%%share/sylpheed-claws/themes/sylzilla/work_online.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/address.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/address_book.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/book.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/category.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/clip.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/clipkey.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/complete.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/continue.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/deleted.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/dir_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/down_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/edit_extern.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/error.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/exec.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/forwarded.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/ignorethread.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/inbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/insert_file.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/interface.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/jpilot.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/key.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/linewrap.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/locked.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_attach.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_forward.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_receive.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_receive_all.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_reply.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_reply_to_all.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_reply_to_author.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_send.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_send_queue.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mail_sign.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/mark.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/new.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/news_compose.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/outbox_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/paste.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/queue_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/replied.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_close.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_close_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_open.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/trash_open_hrm.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/unread.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/up_arrow.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/vcard.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/work_offline.xpm -%%THEMES%%share/sylpheed-claws/themes/tml02c/work_online.xpm -share/sylpheed-claws/update-po -share/sylpheed-claws/uudec -%%THEMES%%@dirrm share/sylpheed-claws/themes/tml02c -%%THEMES%%@dirrm share/sylpheed-claws/themes/sylzilla -%%THEMES%%@dirrm share/sylpheed-claws/themes/stw -%%THEMES%%@dirrm share/sylpheed-claws/themes/mozilla -%%THEMES%%@dirrm share/sylpheed-claws/themes/mongrel -%%THEMES%%@dirrm share/sylpheed-claws/themes/black -%%THEMES%%@dirrm share/sylpheed-claws/themes/XeNtish -%%THEMES%%@dirrm share/sylpheed-claws/themes/Plain_and_Bluish -%%THEMES%%@dirrm share/sylpheed-claws/themes/New_Session -%%THEMES%%@dirrm share/sylpheed-claws/themes/Kovico-sylpheed -%%THEMES%%@dirrm share/sylpheed-claws/themes/Crystal -%%THEMES%%@dirrm share/sylpheed-claws/themes -@dirrm share/sylpheed-claws -@unexec rmdir %D/share/pixmaps 2>/dev/null || true -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/ja -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/fr -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/es -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/en -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/de -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/it -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/fr -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/es -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/en -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq/de -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/faq -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile deleted file mode 100644 index 277f74b3f8d4..000000000000 --- a/mail/cyrus-imapd22/Makefile +++ /dev/null @@ -1,121 +0,0 @@ -# New ports collection makefile for: cyrus-imapd -# Date created: Jan 4th 2001 -# Whom: ume@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= cyrus-imapd -PORTVERSION= 2.1.11 -#PORTREVISION= 0 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ - ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ - -PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ -PATCHFILES= ${DISTNAME}-ipv6-20021205.diff.gz - -MAINTAINER= ume@FreeBSD.org - -LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \ - db3.3:${PORTSDIR}/databases/db3 -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ - ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2 -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp - -USE_PERL5= yes -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ - --with-cyrus-group=cyrus \ - --with-sasl=${LOCALBASE} \ - --with-dbdir=${LOCALBASE} \ - --with-auth=unix \ - --with-com_err - -.if defined(WITH_SNMP) -# It seems not compilable due to lack of auto_nlist_value() in libucdagent. -LIB_DEPENDS+= netsnmp.5:${PORTSDIR}/net/net-snmp -#CONFIGURE_ENV= LIBS=-lkvm -.else -CONFIGURE_ARGS+=--with-ucdsnmp=no -.endif - -MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 mupdatetest.1 \ - pop3test.1 sieveshell.1 sivtest.1 smtptest.1 -MAN3= imclient.3 -MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5 -MAN8= arbitron.8 chk_cyrus.8 collectnews.8 ctl_cyrusdb.8 \ - ctl_deliver.8 ctl_mboxlist.8 cvt_cyrusdb.8 cyrquota.8 \ - deliver.8 fud.8 idled.8 imapd.8 ipurge.8 lmtpd.8 master.8 \ - mbpath.8 notifyd.8 pop3d.8 reconstruct.8 rmnews.8 \ - squatter.8 syncnews.8 timsieved.8 tls_prune.8 - -DOCS= altnamespace anoncvs bugs changes faq feedback index \ - install install-admin-mb install-auth install-compile \ - install-configure install-murder install-perf \ - install-prereq install-sieve install-snmpmon install-testing \ - install-upgrade mailing-list man notes os overview questions \ - readme sieve sieve-protocol specs - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser -.endif - -post-patch: - @${SED} -e "s|/etc/|${PREFIX}/etc/|" ${WRKSRC}/tools/mkimap \ - > ${WRKSRC}/tools/mkimap.new - @${MV} ${WRKSRC}/tools/mkimap.new ${WRKSRC}/tools/mkimap - @${CP} ${WRKSRC}/man/quota.8 ${WRKSRC}/man/cyrquota.8 -.if ${OSVERSION} < 500000 - @${SED} -e "s|exec perl -x|exec perl -I${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -x|" \ - ${WRKSRC}/perl/sieve/scripts/sieveshell.pl \ - > ${WRKSRC}/perl/sieve/scripts/sieveshell.pl.new - @${MV} ${WRKSRC}/perl/sieve/scripts/sieveshell.pl.new \ - ${WRKSRC}/perl/sieve/scripts/sieveshell.pl -.endif - -post-install: - @${MV} ${PREFIX}/cyrus/bin/quota ${PREFIX}/cyrus/bin/cyrquota -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/cyrus-imapd2/man - ${MKDIR} ${PREFIX}/share/doc/cyrus-imapd2/text -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${file}.html \ - ${PREFIX}/share/doc/cyrus-imapd2 - @${ECHO} share/doc/cyrus-imapd2/${file}.html >>${TMPPLIST} -.endfor -.for file in ${MAN1} ${MAN3} ${MAN5} ${MAN8} - ofile=`echo ${file} | sed s/cyrquota/quota/`; \ - if [ -f ${WRKSRC}/doc/man/$${ofile}.html ]; then \ - ${INSTALL_DATA} ${WRKSRC}/doc/man/$${ofile}.html \ - ${PREFIX}/share/doc/cyrus-imapd2/man/$${ofile}.html; \ - ${ECHO} share/doc/cyrus-imapd2/man/$${ofile}.html \ - >>${TMPPLIST}; \ - fi -.endfor - ${INSTALL_DATA} ${WRKSRC}/doc/cyrusv2.mc \ - ${PREFIX}/share/doc/cyrus-imapd2 - @${ECHO} share/doc/cyrus-imapd2/cyrusv2.mc >>${TMPPLIST} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/text/${file} \ - ${PREFIX}/share/doc/cyrus-imapd2/text - @${ECHO} share/doc/cyrus-imapd2/text/${file} >>${TMPPLIST} -.endfor - @${ECHO} "@dirrm share/doc/cyrus-imapd2/text" >>${TMPPLIST} - @${ECHO} "@dirrm share/doc/cyrus-imapd2/man" >>${TMPPLIST} - @${ECHO} "@dirrm share/doc/cyrus-imapd2" >>${TMPPLIST} -.endif - ${INSTALL_SCRIPT} ${FILESDIR}/imapd.sh \ - ${PREFIX}/etc/rc.d/imapd.sh.sample - ${INSTALL_DATA} ${FILESDIR}/imapd.conf \ - ${PREFIX}/etc/imapd.conf.dist - ${INSTALL_DATA} ${WRKSRC}/master/conf/normal.conf \ - ${PREFIX}/etc/cyrus.conf.dist - ${INSTALL_SCRIPT} ${WRKSRC}/tools/mkimap \ - ${PREFIX}/cyrus/bin/mkimap - @PKG_PREFIX=${PREFIX} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/mail/cyrus-imapd22/distinfo b/mail/cyrus-imapd22/distinfo deleted file mode 100644 index 270d3e1fd9d1..000000000000 --- a/mail/cyrus-imapd22/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (cyrus-imapd-2.1.11.tar.gz) = 5742500ce1f6c655d1a49273d8b46261 -MD5 (cyrus-imapd-2.1.11-ipv6-20021205.diff.gz) = 1e998e159ceee46d2fcf485884ca4d61 diff --git a/mail/cyrus-imapd22/files/imapd.conf b/mail/cyrus-imapd22/files/imapd.conf deleted file mode 100644 index 8384d7892b02..000000000000 --- a/mail/cyrus-imapd22/files/imapd.conf +++ /dev/null @@ -1,373 +0,0 @@ -# -# $FreeBSD$ -# -# Sample configurations file for Cyrus IMAPd -# Most lines in this file are commented; in this case the default is used. -# The commented lines (usually) contain the default value - -# The pathname of the IMAP configuration directory -# -configdirectory: /var/imap - -# The partition name used by default for new mailboxes -# -#defaultpartition: default - -# The directory for the different partitions -# -partition-default: /var/spool/imap - -# Use the UNIX separator character '/' for delimiting levels of -# mailbox hierarchy. The default is to use the netnews separator -# character '.'. -#unixhierarchysep: no - -# Use the alternate IMAP namespace, where personal folders reside at -# the same level in the hierarchy as INBOX. -# -#altnamespace: no - -# If using the alternate IMAP namespace, the prefix for the other -# users namespace. The hierarchy delimiter will be automatically -# appended. -# -#userprefix: Other Users - -# If using the alternate IMAP namespace, the prefix for the shared -# namespace. The hierarchy delimiter will be automatically appended. -# -#sharedprefix: Shared Folders - -# The umask value used by various Cyrus IMAP programs -# -#umask: 077 - -# This is the hostname visible in the greeting messages of the POP, -# IMAP and LMTP daemons. If it is unset, then the result returned from -# gethostname(2) is used. -# -#servername: <result returned by gethostname(2)> - -# Whether to allow anonymous logins -# -#allowanonymouslogin: no - -# Allow the use of the SASL PLAIN mechanism. -# -#allowplaintext: yes - -# The percent of quota utilization over which the server generates -# warnings. -# -#quotawarn: 90 - -# The length of the IMAP server's inactivity autologout timer, in minutes. -# The minimum value is 30, the default. -# -#timeout: 30 - -# The interval (in seconds) for polling the mailbox for changes while -# running the IDLE command. This option is used when idled can not be -# contacted or when polling is used exclusively. The minimum value is -# 1. A value of 0 will disable polling (and disable IDLE if polling -# is the only method available). -# -#imapidlepoll: 60 - -# If enabled, the server responds to an ID command with a parameter -# list containing: version, vendor, support-url, os, os-version, -# command, arguments, environment. Otherwise the server returns NIL. -# -#imapidresponse: yes - -# Set the length of the POP server's inactivity autologout timer, in -# minutes. The minimum value is 10, the default. -# -#poptimeout: 10 - -# Set the minimum amount of time the server forces users to wait between -# successive POP logins, in minutes. The default is 0. -# -#popminpoll: 0 - -# The number of days advertised as being the minimum a message may be -# left on the POP server before it is deleted (via the CAPA command, -# defined in the POP3 Extension Mechanism, which some clients may -# support). "NEVER", the default, may be specified with a negative -# number. The Cyrus POP3 server never deletes mail, no matter what -# the value of this parameter is. However, if a site implements a -# less liberal policy, it needs to change this parameter accordingly. -# -#popexpiretime: 0 - -# The list of userids with administrative rights. Separate each userid -# with a space. We recommend that administrator userids be separate from -# standard userids. Sites using Kerberos authentication may use separate -# "admin" instances. -# -#admins: <none> - -# A list of users and groups that are allowed to proxy for other -# users, seperated by spaces. Any user listed in this will be allowed -# to login for any other user: use with caution. -# -#proxyservers: <none> - -# The Access Control List (ACL) placed on a newly-created (non-user) -# mailbox that does not have a parent mailbox. -# -#defaultacl: anyone lrs - -# The pathname of the news spool directory. Only used if the partition-news -# configuration option is set. -# -#newsspool: <no default> - -# Prefix to be prepended to newsgroup names to make the corresponding IMAP -# mailbox names. -# -#newsprefix: <none> - -# If nonzero, normal users may create their own IMAP accounts by creating -# the mailbox INBOX. The user's quota is set to the value if it is positive, -# otherwise the user has unlimited quota. -# -#autocreatequota: 0 - -# Include notations in the protocol telemetry logs indicating the number -# of seconds since the last command or response. -# -#logtimestamps: no - -# Number of seconds to pause after a successful plaintext login. For systems -# that support strong authentication, this permits users to perceive a cost -# of using plaintext passwords. -# -#plaintextloginpause: 0 - -# The pathname of srvtab file containing the server's private key. -# This option is passed to the SASL library and overrides its default -# setting. -# -#srvtab: /etc/srvtab - -# The list of remote realms whose users may log in using cross-realm -# authentications. Seperate each realm name by a space. This option is -# only used when the server is compiled with Kerberos authentication. -# -#loginrealms: <none> - -# If enabled, any authentication identity which has a rights on a user's -# INBOX may log in as that user. This option is only used when the server -# is compiled with Kerberos authentication. -# -#loginuseacl: no - -# If enabled, lmtpd attempts to only write one copy of a message per -# partition and create hard links, resulting in a potentially large -# disk savings. -# -#singleinstancestore: yes - -# If enabled, lmtpd will suppress delivery of a message to a mailbox -# if a message with the same message-id (or resent-message-id) is -# recorded as having already been delivered to the mailbox. Records -# the mailbox and message-id/resent-message-id of all successful -# deliveries. -# Note that duplicate delivery suppression is required for Sieve. -# Disabling duplicate delivery suppression will also disable Sieve, -# and as such should only be disabled for performance reasons. -# -#duplicatesuppression: yes - -# If enabled, lmtpd rejects messages with 8-bit characters in the -# headers. Otherwise, 8-bit characters are changed to `X'. (A proper -# soultion to non-ASCII characters in headers is offered by RFC 2047 -# and its predecessors.) -# -#reject8bit: no - -# Maximum incoming LMTP message size. If set, lmtpd will reject -# messages larger than maxmessagesize bytes. The default is to allow -# messages of any size. -# -#maxmessagesize: <unlimited> - -# Userid used to deliver messages to shared folders. For example, if -# set to "bb", email sent to "bb+shared.blah" would be delivered to -# the "shared.blah" folder. By default, an email address of -# "+shared.blah" would be used. -#postuser: <none> - -# If enabled at compile time, this specifies a URL to reply when -# Netscape asks the server where the mail administration HTTP server -# is. The default is a site at CMU with a hopefully informative -# message; administrators should set this to a local resource with -# some information of greater use. -# -#netscapeurl: http://andrew2.andrew.cmu.edu/cyrus/imapd/netscapeadmin.html - -# Notifyd(8) method to use for "MAIL" notifications. If not set, -# "MAIL" notifications are disabled. -# -#mailnotifier: <no default> - -# Notifyd(8) method to use for "SIEVE" notifications. If not set, -# "SIEVE" notifications are disabled. -# -# This method is only used when no method is specified in the script. -# -#sievenotifier: <no default> - -# If enabled, lmtpd will look for Sieve scripts in user's home -# directories: ~user/.sieve. -# -sieveusehomedir: false - -# If sieveusehomedir is false, this directory is searched for Sieve scripts. -# The active Sieve script is s called "default", placed in the users sieve -# sieve directory (ie. /var/imap/sieve/u/user). -# -sievedir: /var/imap/sieve - -# The pathname of the sendmail executable. Sieve uses sendmail for -# sending rejections, redirects and vaca- tion responses. -# -#sendmail: /usr/sbin/sendmail - -# Username that is used as the 'From' address in rejection MDNs -# produced by sieve. -# -#postmaster: postmaster - -# If enabled, the partitions will also be hashed, in addition to the hashing -# done on configuration directories. This is recommended if one partition has -# a very bushy mailbox tree. -# -#hashimapspool: false - -# Maximum size (in kilobytes) any sieve script can be, enforced at -# submission by timsieved(8). -# -#sieve_maxscriptsize: 32 - -# Maximum number of sieve scripts any user may have, enforced at -# submission by timsieved(8). -# -#sieve_maxscripts: 5 - -# Maximum SSF (security strength factor) that the server will allow a -# client to negotiate. -# -#sasl_maximum_layer: 256 - -# The minimum SSF that the server will allow a client to negotiate. A -# value of 1 requires integrity protection; any higher value requires -# some amount of encryption. -# -#sasl_minimum_layer: 0 - -# The mechanism used by the server to verify plaintext passwords. Possible -# values include "auxprop", "saslauthd", and "pwcheck" -# -sasl_pwcheck_method: saslauthd - -# If enabled, the SASL library will automatically create authentication -# secrets when given a plaintext password. See the SASL documentation. -# -#sasl_auto_transition: no - -# Location of the opiekeys file -# -#sasl_opiekeys: /etc/opiekeys - -# File containing the global certificate used for ALL services (imap, -# pop3, lmtp). -# -#tls_cert_file: <none> - -# File containing the private key belonging to the global server -# certificate. -# -#tls_key_file: <none> - -# File containing the certificate used for imap ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable SSL/TLS for imap. -# -#tls_imap_cert_file: <none> - -# File containing the private key belonging to the imap-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable SSL/TLS for imap. -# -#tls_imap_key_file: <none> - -# File containing the certificate used for pop3 ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable SSL/TLS for pop3. -# -#tls_pop3_cert_file: <none> - -# File containing the private key belonging to the pop3-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable SSL/TLS for pop3. -# -#tls_pop3_key_file: <none> - -# File containing the certificate used for lmtp ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable TLS for lmtp. -# -#tls_lmtp_cert_file: <none> - -# File containing the private key belonging to the lmtp-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable TLS for lmtp. -# -#tls_lmtp_key_file: <none> - -# File containing the certificate used for sieve ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable TLS for sieve. -# -#tls_sieve_cert_file: <none> - -# File containing the private key belonging to the sieve-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable TLS for sieve. -# -#tls_sieve_key_file: <none> - -# File containing one or more Certificate Authority (CA) certificates. -# -#tls_ca_file: <none> - -# Path to directory with certificates of CAs. -# -#tls_ca_path: <none> - -# The length of time (in minutes) that a TLS session will be cached -# for later reuse. The maximum value is 1440 (24 hours), the default. -# A value of 0 will disable session caching. -# -#tls_session_timeout: 1440 - -# The right that a user needs to delete a mailbox. -# -#deleteright: c - -# Unix domain socket that lmtpd listens on, used by deliver(8). -# -#lmtpsocket: /var/imap/socket/lmtp - -# Unix domain socket that idled listens on. -# -#idlesocket: /var/imap/socket/idle - -# Unix domain socket that the new mail notification daemon listens on. -# -#notifysocket: /var/imap/socket/notify - -# -# EOF diff --git a/mail/cyrus-imapd22/files/imapd.sh b/mail/cyrus-imapd22/files/imapd.sh deleted file mode 100644 index 5230d76473ae..000000000000 --- a/mail/cyrus-imapd22/files/imapd.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -# Start or stop cyrus-imapd -# $FreeBSD$ - -case "$1" in -start) - if [ -x /usr/local/cyrus/bin/master -a \ - -f /usr/local/etc/cyrus.conf -a \ - -f /usr/local/etc/imapd.conf ]; then - /usr/local/cyrus/bin/master & - echo -n ' imapd' - fi - ;; -stop) - kill `ps -U cyrus | awk '/master/ {print $1}'` && echo -n ' imapd' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/mail/cyrus-imapd22/files/patch-aa b/mail/cyrus-imapd22/files/patch-aa deleted file mode 100644 index 34dc4a7d4d9b..000000000000 --- a/mail/cyrus-imapd22/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- man/Makefile.in.orig Tue Sep 1 03:49:14 1998 -+++ man/Makefile.in Mon May 10 02:27:39 1999 -@@ -52,7 +52,7 @@ - MAN3 = $(srcdir)/imclient.3 - MAN5 = $(srcdir)/imapd.conf.5 $(srcdir)/krb.equiv.5 - MAN8 = $(srcdir)/arbitron.8 $(srcdir)/collectnews.8 $(srcdir)/deliver.8 \ -- $(srcdir)/fud.8 $(srcdir)/imapd.8 $(srcdir)/pop3d.8 $(srcdir)/quota.8 \ -+ $(srcdir)/fud.8 $(srcdir)/imapd.8 $(srcdir)/pop3d.8 $(srcdir)/cyrquota.8 \ - $(srcdir)/reconstruct.8 $(srcdir)/rmnews.8 $(srcdir)/syncnews.8 \ - $(srcdir)/mbpath.8 $(srcdir)/timsieved.8 - - diff --git a/mail/cyrus-imapd22/files/patch-ab b/mail/cyrus-imapd22/files/patch-ab deleted file mode 100644 index 1fc68c171063..000000000000 --- a/mail/cyrus-imapd22/files/patch-ab +++ /dev/null @@ -1,38 +0,0 @@ ---- man/quota.8.orig Sun May 4 22:26:33 1997 -+++ man/quota.8 Sun May 4 22:27:24 1997 -@@ -11,9 +11,9 @@ - .\" use of the code for commercial purposes or benefits by anyone - .\" without specific, additional permission by the owner of the code. - .SH NAME --quota \- report and optionally fix quota usage -+cyrquota \- report and optionally fix quota usage - .SH SYNOPSIS --.B quota -+.B cyrquota - [ - .B \-f - ] -@@ -21,12 +21,12 @@ - .IR mailbox-prefix ... - ] - .SH DESCRIPTION --.I Quota -+.I Cyrquota - generates a report listing quota roots, giving their limits and usage. - If the - .I \-f - option is given, --.I quota -+.I cyrquota - first fixes any inconsistencies in the quota subsystem, such as - mailboxes with the wrong quota root or quota roots with the wrong - quota usage reported. -@@ -37,7 +37,7 @@ - prefixes. - .PP - Running --.I quota -+.I cyrquota - with both the - .I \-f - option and diff --git a/mail/cyrus-imapd22/files/patch-ac b/mail/cyrus-imapd22/files/patch-ac deleted file mode 100644 index 6332c2f16e76..000000000000 --- a/mail/cyrus-imapd22/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -Index: configure -diff -u configure.orig configure ---- configure.orig Wed Dec 12 15:50:29 2001 -+++ configure Wed Dec 12 15:51:15 2001 -@@ -5542,7 +5542,7 @@ - #define HAVE_UCDSNMP 1 - EOF - -- LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp" -+ LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp -lkvm" - echo $ac_n "checking for rpmdbOpen in -lrpm""... $ac_c" 1>&6 - echo "configure:5548: checking for rpmdbOpen in -lrpm" >&5 - ac_lib_var=`echo rpm'_'rpmdbOpen | sed 'y%./+-%__p_%'` diff --git a/mail/cyrus-imapd22/files/patch-ah b/mail/cyrus-imapd22/files/patch-ah deleted file mode 100644 index 52c44e1c25db..000000000000 --- a/mail/cyrus-imapd22/files/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/lmtpengine.h -diff -u imap/lmtpengine.h.orig imap/lmtpengine.h ---- imap/lmtpengine.h.orig Sun Feb 10 10:53:58 2002 -+++ imap/lmtpengine.h Thu Feb 21 14:16:52 2002 -@@ -44,7 +44,7 @@ - #define LMTPENGINE_H - - /* configuration parameters */ --#define DEFAULT_SENDMAIL ("/usr/lib/sendmail") -+#define DEFAULT_SENDMAIL ("/usr/sbin/sendmail") - #define DEFAULT_POSTMASTER ("postmaster") - - #define SENDMAIL (config_getstring("sendmail", DEFAULT_SENDMAIL)) diff --git a/mail/cyrus-imapd22/files/patch-bc b/mail/cyrus-imapd22/files/patch-bc deleted file mode 100644 index ce5594805a0b..000000000000 --- a/mail/cyrus-imapd22/files/patch-bc +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/Makefile.in -diff -u imap/Makefile.in.orig imap/Makefile.in ---- imap/Makefile.in.orig Fri Apr 19 02:35:26 2002 -+++ imap/Makefile.in Thu May 2 04:02:37 2002 -@@ -61,7 +61,7 @@ - CYRUS_USER=@cyrus_user@ - CYRUS_GROUP=@cyrus_group@ - --DEFS = @DEFS@ @LOCALDEFS@ -+DEFS = @DEFS@ @LOCALDEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/imapd.conf\" - CPPFLAGS = -I. -I.. -I../sieve -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../acap -I../acap @COM_ERR_CPPFLAGS@ @SIEVE_CPPFLAGS@ @CPPFLAGS@ @SASLFLAGS@ - IMAP_LIBS = @IMAP_LIBS@ - SIEVE_LIBS = @SIEVE_LIBS@ diff --git a/mail/cyrus-imapd22/files/patch-bd b/mail/cyrus-imapd22/files/patch-bd deleted file mode 100644 index 83a7d53f4c40..000000000000 --- a/mail/cyrus-imapd22/files/patch-bd +++ /dev/null @@ -1,14 +0,0 @@ -*** imap/config.c.orig Thu Mar 9 19:07:14 2000 ---- imap/config.c Thu Mar 9 19:06:48 2000 -*************** -*** 39,45 **** ---- 39,47 ---- - - extern int errno; - -+ #if !defined(CONFIG_FILENAME) - #define CONFIG_FILENAME "/etc/imapd.conf" -+ #endif - - struct configlist { - char *key; diff --git a/mail/cyrus-imapd22/files/patch-be b/mail/cyrus-imapd22/files/patch-be deleted file mode 100644 index 707298b92662..000000000000 --- a/mail/cyrus-imapd22/files/patch-be +++ /dev/null @@ -1,13 +0,0 @@ ---- imap/krbck.c.orig Sat Dec 21 02:08:21 1996 -+++ imap/krbck.c Wed Oct 8 13:56:58 1997 -@@ -29,7 +29,9 @@ - - #define EXIT_CHOKE (int) 10 - --#define CONFIG_FILENAME "/etc/imapd.conf" -+#if !defined(CONFIG_FILENAME) -+ #define CONFIG_FILENAME "/etc/imapd.conf" -+#endif - #define MAX_FILENAME_LEN 255 - - int errno; diff --git a/mail/cyrus-imapd22/files/patch-dc b/mail/cyrus-imapd22/files/patch-dc deleted file mode 100644 index 4c2865a19c62..000000000000 --- a/mail/cyrus-imapd22/files/patch-dc +++ /dev/null @@ -1,13 +0,0 @@ -Index: master/Makefile.in -diff -u master/Makefile.in.orig master/Makefile.in ---- master/Makefile.in.orig Wed Dec 12 02:03:08 2001 -+++ master/Makefile.in Wed Dec 12 02:05:57 2001 -@@ -52,7 +52,7 @@ - CYRUS_USER=@cyrus_user@ - CYRUS_GROUP=@cyrus_group@ - --DEFS = @DEFS@ @LOCALDEFS@ -+DEFS = @DEFS@ @LOCALDEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/cyrus.conf\" - CPPFLAGS = -I. -I.. -I../lib -I$(srcdir) @CPPFLAGS@ @COM_ERR_CPPFLAGS@ - DEPLIBS = ../lib/libcyrus.a @DEPLIBS@ - diff --git a/mail/cyrus-imapd22/files/patch-dd b/mail/cyrus-imapd22/files/patch-dd deleted file mode 100644 index 94c0d694fa90..000000000000 --- a/mail/cyrus-imapd22/files/patch-dd +++ /dev/null @@ -1,14 +0,0 @@ -Index: master/masterconf.c -diff -u master/masterconf.c.orig master/masterconf.c ---- master/masterconf.c.orig Wed May 24 05:56:30 2000 -+++ master/masterconf.c Sat Jan 6 06:07:22 2001 -@@ -60,7 +60,9 @@ - - extern int errno; - -+#if !defined(CONFIG_FILENAME) - #define CONFIG_FILENAME "/etc/cyrus.conf" -+#endif - - struct configlist { - char *key; diff --git a/mail/cyrus-imapd22/files/patch-df b/mail/cyrus-imapd22/files/patch-df deleted file mode 100644 index e95e795d2092..000000000000 --- a/mail/cyrus-imapd22/files/patch-df +++ /dev/null @@ -1,19 +0,0 @@ -Index: master/service.c -diff -u master/service.c.orig master/service.c ---- master/service.c.orig Thu Aug 15 06:02:41 2002 -+++ master/service.c Fri Aug 16 00:28:31 2002 -@@ -103,8 +103,13 @@ - socklen_t len = sizeof(sin); - - /* is this a connection from the local host? */ -+ memset(&sin, 0, len); - if (getpeername(fd, (struct sockaddr *) &sin, &len) == 0) { -- if (((struct sockaddr *)&sin)->sa_family == AF_UNIX) { -+ switch (((struct sockaddr *)&sin)->sa_family) { -+ case AF_INET: -+ case AF_INET6: -+ break; -+ default: - return 1; - } - } diff --git a/mail/cyrus-imapd22/files/patch-dg b/mail/cyrus-imapd22/files/patch-dg deleted file mode 100644 index 94682461fa25..000000000000 --- a/mail/cyrus-imapd22/files/patch-dg +++ /dev/null @@ -1,29 +0,0 @@ -Index: tools/mkimap -diff -u tools/mkimap.orig tools/mkimap ---- tools/mkimap.orig Thu Jan 25 06:26:51 2001 -+++ tools/mkimap Sat Apr 7 05:42:24 2001 -@@ -119,6 +119,8 @@ - mkdir "deliverdb", 0755; - mkdir "deliverdb/db", 0755; - -+system "/usr/sbin/chown -R cyrus:cyrus ."; -+ - # create the sieve stuff - if (!$nosievedir) { - print "creating $sievedir...\n"; -@@ -127,6 +129,7 @@ - if (chdir $sievedir) { - foreach $i ("a".."z") { mkdir "$i", 0755; } - } -+ system "/usr/sbin/chown -R cyrus:cyrus $sievedir"; - } - - $flag = 0; -@@ -138,6 +141,7 @@ - chdir $part or die "couldn't change to partition $part"; - mkdir "stage.", 0755; - if ($hashispool) { foreach $i ("a".."z") { mkdir $i, 0755; } } -+ system "/usr/sbin/chown -R cyrus:cyrus $part"; - } - - print "done\n"; diff --git a/mail/cyrus-imapd22/files/patch-di b/mail/cyrus-imapd22/files/patch-di deleted file mode 100644 index ba35e969ab60..000000000000 --- a/mail/cyrus-imapd22/files/patch-di +++ /dev/null @@ -1,13 +0,0 @@ -Index: notifyd/notify_mailto.c -diff -u notifyd/notify_mailto.c.orig notifyd/notify_mailto.c ---- notifyd/notify_mailto.c.orig Tue Mar 19 00:14:17 2002 -+++ notifyd/notify_mailto.c Thu May 2 03:51:15 2002 -@@ -56,7 +56,7 @@ - #include "rfc822date.h" - #include <sieve_interface.h> - --#define DEFAULT_SENDMAIL ("/usr/lib/sendmail") -+#define DEFAULT_SENDMAIL ("/usr/sbin/sendmail") - #define DEFAULT_POSTMASTER ("postmaster") - - #define SENDMAIL (config_getstring("sendmail", DEFAULT_SENDMAIL)) diff --git a/mail/cyrus-imapd22/pkg-comment b/mail/cyrus-imapd22/pkg-comment deleted file mode 100644 index b829c82f694d..000000000000 --- a/mail/cyrus-imapd22/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The cyrus mail server, supporting POP3 and IMAP4 protocols diff --git a/mail/cyrus-imapd22/pkg-deinstall b/mail/cyrus-imapd22/pkg-deinstall deleted file mode 100644 index 07501c786c70..000000000000 --- a/mail/cyrus-imapd22/pkg-deinstall +++ /dev/null @@ -1,71 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Created by: hetzels@westbend.net - -#set -vx - -PKG_BATCH=${BATCH:=NO} - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -checkfile() { - diff -bBqw $1 $1.dist >/dev/null 2>&1 - case $? in - 0) # config file exists, but is the same - rm $1 - ;; - 1) # config file exists and differs - ;; - *) # no config file exists - ;; - esac -} - -# Uninstall timseived's Cyrus.conf file. - -cyrus_conf() { - if [ -f ${PKG_PREFIX}/lib/sasl/Cyrus.conf ]; then - echo "pwcheck_method: pwcheck" > ${PKG_PREFIX}/lib/sasl/Cyrus.conf.tmp - if cmp -s ${PKG_PREFIX}/lib/sasl/Cyrus.conf ${PKG_PREFIX}/lib/sasl/Cyrus.conf.tmp; then - rm -f ${PKG_PREFIX}/lib/sasl/Cyrus.conf - fi - rm -f ${PKG_PREFIX}/lib/sasl/Cyrus.conf.tmp - fi -} - -# -# Modify the 'cyrus' user created from the cyrus-sasl port -# - -modify_cyrus_user() { - USER=cyrus - PW=/usr/sbin/pw - if [ -x /sbin/nologin ]; then - shell=/sbin/nologin - else - shell=/nonexistent - fi - uhome=/nonexistent - - if ! ${PW} mod user ${USER} -d "${uhome}" -s "${shell}" \ ; then - e=$? - echo "*** Failed to update user \`${USER}'." - exit ${e} - fi - echo "*** Updated user \`${USER}'." -} - -case $2 in - DEINSTALL) - cd ${PKG_PREFIX} - cyrus_conf - checkfile ${PKG_PREIFX}/etc/imapd.conf - checkfile ${PKG_PREIFX}/etc/cyrus.conf - ;; - POST-DEINSTALL) - modify_cyrus_user - ;; - -esac diff --git a/mail/cyrus-imapd22/pkg-descr b/mail/cyrus-imapd22/pkg-descr deleted file mode 100644 index 79d06da9dd9b..000000000000 --- a/mail/cyrus-imapd22/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -The Cyrus IMAP (Internet Message Access Protocol) server provides access to -personal mail and system-wide bulletin boards through the IMAP protocol. -The Cyrus IMAP server is a scaleable enterprise mail system designed for use -from small to large enterprise environments using standards-based -technologies. - -A full Cyrus IMAP implementation allows a seamless mail and bulletin board -environment to be set up across multiple servers. It differs from other -IMAP server implementations in that it is run on "sealed" servers, where -users are not normally permitted to log in. The mailbox database is stored -in parts of the filesystem that are private to the Cyrus IMAP system. All -user access to mail is through software using the IMAP, POP3, or KPOP -protocols. - -The private mailbox database design gives the server large advantages in -efficiency, scalability, and administratability. Multiple concurrent -read/write connections to the same mailbox are permitted. The server -supports access control lists on mailboxes and storage quotas on mailbox -hierarchies. - -WWW: http://asg.web.cmu.edu/cyrus/ diff --git a/mail/cyrus-imapd22/pkg-install b/mail/cyrus-imapd22/pkg-install deleted file mode 100644 index 20f1fbb0ff7c..000000000000 --- a/mail/cyrus-imapd22/pkg-install +++ /dev/null @@ -1,70 +0,0 @@ -#!/bin/sh - -#set -vx - -PKG_BATCH=${BATCH:=NO} - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -# -# Modify the 'cyrus' user created from the cyrus-sasl port -# - -modify_cyrus_user() { - USER=cyrus - PW=/usr/sbin/pw - shell=/bin/csh - uhome=${PKG_PREFIX}/cyrus - - if ! ${PW} mod user ${USER} -d "${uhome}" -s "${shell}" \ ; then - e=$? - echo "*** Failed to update user \`${USER}'." - exit ${e} - fi - echo "*** Updated user \`${USER}'." -} - - -checkfile() { - diff -bBqw $1 $1.dist >/dev/null 2>&1 - case $? in - 0) # config file exists, but is the same - ;; - 1) # config file exists and differs - echo "** Make sure $1 is in sync with this version"; - echo " of the port. See $1.dist for details."; - ;; - *) # no config file exists, copy it - install -c -m 644 $1.dist $1 - ;; - esac -} - -# Install timseived's Cyrus.conf file - -cyrus_conf() { - if [ ! -f ${PKG_PREFIX}/lib/sasl2/Cyrus.conf ]; then - echo "pwcheck_method: saslauthd" > ${PKG_PREFIX}/lib/sasl2/Cyrus.conf - fi -} - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - modify_cyrus_user - cd ${PKG_PREFIX} - cyrus_conf - checkfile ${PKG_PREFIX}/etc/imapd.conf - checkfile ${PKG_PREFIX}/etc/cyrus.conf - if grep 'sieve' /etc/services; then - echo - else - echo - echo "** Please add an entry for the sieve protocol (2000/tcp)" - echo " to /etc/services" - echo - fi - ;; -esac diff --git a/mail/cyrus-imapd22/pkg-message b/mail/cyrus-imapd22/pkg-message deleted file mode 100644 index e4429259e376..000000000000 --- a/mail/cyrus-imapd22/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -**************************************************************************** - -To setup mail spool, modify /usr/local/etc/imapd.conf appropriately, -then run /usr/local/cyrus/bin/mkimap. - -**************************************************************************** diff --git a/mail/cyrus-imapd22/pkg-plist b/mail/cyrus-imapd22/pkg-plist deleted file mode 100644 index 33253d4af4a9..000000000000 --- a/mail/cyrus-imapd22/pkg-plist +++ /dev/null @@ -1,94 +0,0 @@ -bin/cyradm -bin/imtest -bin/installsieve -bin/lmtptest -bin/mupdatetest -bin/pop3test -bin/sieveshell -bin/sivtest -bin/smtptest -cyrus/bin/chk_cyrus -cyrus/bin/ctl_cyrusdb -cyrus/bin/ctl_deliver -cyrus/bin/ctl_mboxlist -cyrus/bin/cvt_cyrusdb -cyrus/bin/cyrdump -cyrus/bin/cyrquota -cyrus/bin/deliver -cyrus/bin/feedcyrus -cyrus/bin/fud -cyrus/bin/imapd -cyrus/bin/ipurge -cyrus/bin/lmtpd -cyrus/bin/master -cyrus/bin/mbpath -cyrus/bin/mkimap -cyrus/bin/notifyd -cyrus/bin/pop3d -cyrus/bin/reconstruct -cyrus/bin/squatter -cyrus/bin/timsieved -cyrus/bin/tls_prune -@unexec if cmp -s %D/etc/cyrus.conf %D/etc/cyrus.conf.dist; then rm -f %D/etc/cyrus.conf; fi -etc/cyrus.conf.dist -@exec [ -f %B/cyrus.conf ] || cp %B/%f %B/cyrus.conf -@unexec if cmp -s %D/etc/imapd.conf %D/etc/imapd.conf.dist; then rm -f %D/etc/imapd.conf; fi -etc/imapd.conf.dist -@exec [ -f %B/imapd.conf ] || cp %B/%f %B/imapd.conf -etc/rc.d/imapd.sh.sample -include/cyrus/acap.h -include/cyrus/acl.h -include/cyrus/assert.h -include/cyrus/auth.h -include/cyrus/bsearch.h -include/cyrus/charset.h -include/cyrus/cyrusdb.h -include/cyrus/glob.h -include/cyrus/gmtoff.h -include/cyrus/hash.h -include/cyrus/imapurl.h -include/cyrus/imclient.h -include/cyrus/imparse.h -include/cyrus/iptostring.h -include/cyrus/lock.h -include/cyrus/lsort.h -include/cyrus/map.h -include/cyrus/mkgmtime.h -include/cyrus/mpool.h -include/cyrus/nonblock.h -include/cyrus/parseaddr.h -include/cyrus/prot.h -include/cyrus/retry.h -include/cyrus/rfc822date.h -include/cyrus/stristr.h -include/cyrus/sysexits.h -include/cyrus/util.h -include/cyrus/xmalloc.h -lib/libacap.a -lib/libcyrus.a -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::Admin.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::IMSP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::Shell.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::SIEVE::managesieve.3 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP/Admin.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP/IMSP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP/Shell.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/SIEVE/managesieve.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/IMAP.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/IMAP.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/managesieve.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/managesieve.so -@dirrm cyrus/bin -@dirrm cyrus -@dirrm include/cyrus -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/SIEVE -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/IMAP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile deleted file mode 100644 index 277f74b3f8d4..000000000000 --- a/mail/cyrus-imapd23/Makefile +++ /dev/null @@ -1,121 +0,0 @@ -# New ports collection makefile for: cyrus-imapd -# Date created: Jan 4th 2001 -# Whom: ume@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= cyrus-imapd -PORTVERSION= 2.1.11 -#PORTREVISION= 0 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ - ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ - -PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ -PATCHFILES= ${DISTNAME}-ipv6-20021205.diff.gz - -MAINTAINER= ume@FreeBSD.org - -LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \ - db3.3:${PORTSDIR}/databases/db3 -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ - ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2 -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp - -USE_PERL5= yes -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ - --with-cyrus-group=cyrus \ - --with-sasl=${LOCALBASE} \ - --with-dbdir=${LOCALBASE} \ - --with-auth=unix \ - --with-com_err - -.if defined(WITH_SNMP) -# It seems not compilable due to lack of auto_nlist_value() in libucdagent. -LIB_DEPENDS+= netsnmp.5:${PORTSDIR}/net/net-snmp -#CONFIGURE_ENV= LIBS=-lkvm -.else -CONFIGURE_ARGS+=--with-ucdsnmp=no -.endif - -MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 mupdatetest.1 \ - pop3test.1 sieveshell.1 sivtest.1 smtptest.1 -MAN3= imclient.3 -MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5 -MAN8= arbitron.8 chk_cyrus.8 collectnews.8 ctl_cyrusdb.8 \ - ctl_deliver.8 ctl_mboxlist.8 cvt_cyrusdb.8 cyrquota.8 \ - deliver.8 fud.8 idled.8 imapd.8 ipurge.8 lmtpd.8 master.8 \ - mbpath.8 notifyd.8 pop3d.8 reconstruct.8 rmnews.8 \ - squatter.8 syncnews.8 timsieved.8 tls_prune.8 - -DOCS= altnamespace anoncvs bugs changes faq feedback index \ - install install-admin-mb install-auth install-compile \ - install-configure install-murder install-perf \ - install-prereq install-sieve install-snmpmon install-testing \ - install-upgrade mailing-list man notes os overview questions \ - readme sieve sieve-protocol specs - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser -.endif - -post-patch: - @${SED} -e "s|/etc/|${PREFIX}/etc/|" ${WRKSRC}/tools/mkimap \ - > ${WRKSRC}/tools/mkimap.new - @${MV} ${WRKSRC}/tools/mkimap.new ${WRKSRC}/tools/mkimap - @${CP} ${WRKSRC}/man/quota.8 ${WRKSRC}/man/cyrquota.8 -.if ${OSVERSION} < 500000 - @${SED} -e "s|exec perl -x|exec perl -I${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -x|" \ - ${WRKSRC}/perl/sieve/scripts/sieveshell.pl \ - > ${WRKSRC}/perl/sieve/scripts/sieveshell.pl.new - @${MV} ${WRKSRC}/perl/sieve/scripts/sieveshell.pl.new \ - ${WRKSRC}/perl/sieve/scripts/sieveshell.pl -.endif - -post-install: - @${MV} ${PREFIX}/cyrus/bin/quota ${PREFIX}/cyrus/bin/cyrquota -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/cyrus-imapd2/man - ${MKDIR} ${PREFIX}/share/doc/cyrus-imapd2/text -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${file}.html \ - ${PREFIX}/share/doc/cyrus-imapd2 - @${ECHO} share/doc/cyrus-imapd2/${file}.html >>${TMPPLIST} -.endfor -.for file in ${MAN1} ${MAN3} ${MAN5} ${MAN8} - ofile=`echo ${file} | sed s/cyrquota/quota/`; \ - if [ -f ${WRKSRC}/doc/man/$${ofile}.html ]; then \ - ${INSTALL_DATA} ${WRKSRC}/doc/man/$${ofile}.html \ - ${PREFIX}/share/doc/cyrus-imapd2/man/$${ofile}.html; \ - ${ECHO} share/doc/cyrus-imapd2/man/$${ofile}.html \ - >>${TMPPLIST}; \ - fi -.endfor - ${INSTALL_DATA} ${WRKSRC}/doc/cyrusv2.mc \ - ${PREFIX}/share/doc/cyrus-imapd2 - @${ECHO} share/doc/cyrus-imapd2/cyrusv2.mc >>${TMPPLIST} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/text/${file} \ - ${PREFIX}/share/doc/cyrus-imapd2/text - @${ECHO} share/doc/cyrus-imapd2/text/${file} >>${TMPPLIST} -.endfor - @${ECHO} "@dirrm share/doc/cyrus-imapd2/text" >>${TMPPLIST} - @${ECHO} "@dirrm share/doc/cyrus-imapd2/man" >>${TMPPLIST} - @${ECHO} "@dirrm share/doc/cyrus-imapd2" >>${TMPPLIST} -.endif - ${INSTALL_SCRIPT} ${FILESDIR}/imapd.sh \ - ${PREFIX}/etc/rc.d/imapd.sh.sample - ${INSTALL_DATA} ${FILESDIR}/imapd.conf \ - ${PREFIX}/etc/imapd.conf.dist - ${INSTALL_DATA} ${WRKSRC}/master/conf/normal.conf \ - ${PREFIX}/etc/cyrus.conf.dist - ${INSTALL_SCRIPT} ${WRKSRC}/tools/mkimap \ - ${PREFIX}/cyrus/bin/mkimap - @PKG_PREFIX=${PREFIX} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/mail/cyrus-imapd23/distinfo b/mail/cyrus-imapd23/distinfo deleted file mode 100644 index 270d3e1fd9d1..000000000000 --- a/mail/cyrus-imapd23/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (cyrus-imapd-2.1.11.tar.gz) = 5742500ce1f6c655d1a49273d8b46261 -MD5 (cyrus-imapd-2.1.11-ipv6-20021205.diff.gz) = 1e998e159ceee46d2fcf485884ca4d61 diff --git a/mail/cyrus-imapd23/files/imapd.conf b/mail/cyrus-imapd23/files/imapd.conf deleted file mode 100644 index 8384d7892b02..000000000000 --- a/mail/cyrus-imapd23/files/imapd.conf +++ /dev/null @@ -1,373 +0,0 @@ -# -# $FreeBSD$ -# -# Sample configurations file for Cyrus IMAPd -# Most lines in this file are commented; in this case the default is used. -# The commented lines (usually) contain the default value - -# The pathname of the IMAP configuration directory -# -configdirectory: /var/imap - -# The partition name used by default for new mailboxes -# -#defaultpartition: default - -# The directory for the different partitions -# -partition-default: /var/spool/imap - -# Use the UNIX separator character '/' for delimiting levels of -# mailbox hierarchy. The default is to use the netnews separator -# character '.'. -#unixhierarchysep: no - -# Use the alternate IMAP namespace, where personal folders reside at -# the same level in the hierarchy as INBOX. -# -#altnamespace: no - -# If using the alternate IMAP namespace, the prefix for the other -# users namespace. The hierarchy delimiter will be automatically -# appended. -# -#userprefix: Other Users - -# If using the alternate IMAP namespace, the prefix for the shared -# namespace. The hierarchy delimiter will be automatically appended. -# -#sharedprefix: Shared Folders - -# The umask value used by various Cyrus IMAP programs -# -#umask: 077 - -# This is the hostname visible in the greeting messages of the POP, -# IMAP and LMTP daemons. If it is unset, then the result returned from -# gethostname(2) is used. -# -#servername: <result returned by gethostname(2)> - -# Whether to allow anonymous logins -# -#allowanonymouslogin: no - -# Allow the use of the SASL PLAIN mechanism. -# -#allowplaintext: yes - -# The percent of quota utilization over which the server generates -# warnings. -# -#quotawarn: 90 - -# The length of the IMAP server's inactivity autologout timer, in minutes. -# The minimum value is 30, the default. -# -#timeout: 30 - -# The interval (in seconds) for polling the mailbox for changes while -# running the IDLE command. This option is used when idled can not be -# contacted or when polling is used exclusively. The minimum value is -# 1. A value of 0 will disable polling (and disable IDLE if polling -# is the only method available). -# -#imapidlepoll: 60 - -# If enabled, the server responds to an ID command with a parameter -# list containing: version, vendor, support-url, os, os-version, -# command, arguments, environment. Otherwise the server returns NIL. -# -#imapidresponse: yes - -# Set the length of the POP server's inactivity autologout timer, in -# minutes. The minimum value is 10, the default. -# -#poptimeout: 10 - -# Set the minimum amount of time the server forces users to wait between -# successive POP logins, in minutes. The default is 0. -# -#popminpoll: 0 - -# The number of days advertised as being the minimum a message may be -# left on the POP server before it is deleted (via the CAPA command, -# defined in the POP3 Extension Mechanism, which some clients may -# support). "NEVER", the default, may be specified with a negative -# number. The Cyrus POP3 server never deletes mail, no matter what -# the value of this parameter is. However, if a site implements a -# less liberal policy, it needs to change this parameter accordingly. -# -#popexpiretime: 0 - -# The list of userids with administrative rights. Separate each userid -# with a space. We recommend that administrator userids be separate from -# standard userids. Sites using Kerberos authentication may use separate -# "admin" instances. -# -#admins: <none> - -# A list of users and groups that are allowed to proxy for other -# users, seperated by spaces. Any user listed in this will be allowed -# to login for any other user: use with caution. -# -#proxyservers: <none> - -# The Access Control List (ACL) placed on a newly-created (non-user) -# mailbox that does not have a parent mailbox. -# -#defaultacl: anyone lrs - -# The pathname of the news spool directory. Only used if the partition-news -# configuration option is set. -# -#newsspool: <no default> - -# Prefix to be prepended to newsgroup names to make the corresponding IMAP -# mailbox names. -# -#newsprefix: <none> - -# If nonzero, normal users may create their own IMAP accounts by creating -# the mailbox INBOX. The user's quota is set to the value if it is positive, -# otherwise the user has unlimited quota. -# -#autocreatequota: 0 - -# Include notations in the protocol telemetry logs indicating the number -# of seconds since the last command or response. -# -#logtimestamps: no - -# Number of seconds to pause after a successful plaintext login. For systems -# that support strong authentication, this permits users to perceive a cost -# of using plaintext passwords. -# -#plaintextloginpause: 0 - -# The pathname of srvtab file containing the server's private key. -# This option is passed to the SASL library and overrides its default -# setting. -# -#srvtab: /etc/srvtab - -# The list of remote realms whose users may log in using cross-realm -# authentications. Seperate each realm name by a space. This option is -# only used when the server is compiled with Kerberos authentication. -# -#loginrealms: <none> - -# If enabled, any authentication identity which has a rights on a user's -# INBOX may log in as that user. This option is only used when the server -# is compiled with Kerberos authentication. -# -#loginuseacl: no - -# If enabled, lmtpd attempts to only write one copy of a message per -# partition and create hard links, resulting in a potentially large -# disk savings. -# -#singleinstancestore: yes - -# If enabled, lmtpd will suppress delivery of a message to a mailbox -# if a message with the same message-id (or resent-message-id) is -# recorded as having already been delivered to the mailbox. Records -# the mailbox and message-id/resent-message-id of all successful -# deliveries. -# Note that duplicate delivery suppression is required for Sieve. -# Disabling duplicate delivery suppression will also disable Sieve, -# and as such should only be disabled for performance reasons. -# -#duplicatesuppression: yes - -# If enabled, lmtpd rejects messages with 8-bit characters in the -# headers. Otherwise, 8-bit characters are changed to `X'. (A proper -# soultion to non-ASCII characters in headers is offered by RFC 2047 -# and its predecessors.) -# -#reject8bit: no - -# Maximum incoming LMTP message size. If set, lmtpd will reject -# messages larger than maxmessagesize bytes. The default is to allow -# messages of any size. -# -#maxmessagesize: <unlimited> - -# Userid used to deliver messages to shared folders. For example, if -# set to "bb", email sent to "bb+shared.blah" would be delivered to -# the "shared.blah" folder. By default, an email address of -# "+shared.blah" would be used. -#postuser: <none> - -# If enabled at compile time, this specifies a URL to reply when -# Netscape asks the server where the mail administration HTTP server -# is. The default is a site at CMU with a hopefully informative -# message; administrators should set this to a local resource with -# some information of greater use. -# -#netscapeurl: http://andrew2.andrew.cmu.edu/cyrus/imapd/netscapeadmin.html - -# Notifyd(8) method to use for "MAIL" notifications. If not set, -# "MAIL" notifications are disabled. -# -#mailnotifier: <no default> - -# Notifyd(8) method to use for "SIEVE" notifications. If not set, -# "SIEVE" notifications are disabled. -# -# This method is only used when no method is specified in the script. -# -#sievenotifier: <no default> - -# If enabled, lmtpd will look for Sieve scripts in user's home -# directories: ~user/.sieve. -# -sieveusehomedir: false - -# If sieveusehomedir is false, this directory is searched for Sieve scripts. -# The active Sieve script is s called "default", placed in the users sieve -# sieve directory (ie. /var/imap/sieve/u/user). -# -sievedir: /var/imap/sieve - -# The pathname of the sendmail executable. Sieve uses sendmail for -# sending rejections, redirects and vaca- tion responses. -# -#sendmail: /usr/sbin/sendmail - -# Username that is used as the 'From' address in rejection MDNs -# produced by sieve. -# -#postmaster: postmaster - -# If enabled, the partitions will also be hashed, in addition to the hashing -# done on configuration directories. This is recommended if one partition has -# a very bushy mailbox tree. -# -#hashimapspool: false - -# Maximum size (in kilobytes) any sieve script can be, enforced at -# submission by timsieved(8). -# -#sieve_maxscriptsize: 32 - -# Maximum number of sieve scripts any user may have, enforced at -# submission by timsieved(8). -# -#sieve_maxscripts: 5 - -# Maximum SSF (security strength factor) that the server will allow a -# client to negotiate. -# -#sasl_maximum_layer: 256 - -# The minimum SSF that the server will allow a client to negotiate. A -# value of 1 requires integrity protection; any higher value requires -# some amount of encryption. -# -#sasl_minimum_layer: 0 - -# The mechanism used by the server to verify plaintext passwords. Possible -# values include "auxprop", "saslauthd", and "pwcheck" -# -sasl_pwcheck_method: saslauthd - -# If enabled, the SASL library will automatically create authentication -# secrets when given a plaintext password. See the SASL documentation. -# -#sasl_auto_transition: no - -# Location of the opiekeys file -# -#sasl_opiekeys: /etc/opiekeys - -# File containing the global certificate used for ALL services (imap, -# pop3, lmtp). -# -#tls_cert_file: <none> - -# File containing the private key belonging to the global server -# certificate. -# -#tls_key_file: <none> - -# File containing the certificate used for imap ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable SSL/TLS for imap. -# -#tls_imap_cert_file: <none> - -# File containing the private key belonging to the imap-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable SSL/TLS for imap. -# -#tls_imap_key_file: <none> - -# File containing the certificate used for pop3 ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable SSL/TLS for pop3. -# -#tls_pop3_cert_file: <none> - -# File containing the private key belonging to the pop3-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable SSL/TLS for pop3. -# -#tls_pop3_key_file: <none> - -# File containing the certificate used for lmtp ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable TLS for lmtp. -# -#tls_lmtp_cert_file: <none> - -# File containing the private key belonging to the lmtp-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable TLS for lmtp. -# -#tls_lmtp_key_file: <none> - -# File containing the certificate used for sieve ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable TLS for sieve. -# -#tls_sieve_cert_file: <none> - -# File containing the private key belonging to the sieve-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable TLS for sieve. -# -#tls_sieve_key_file: <none> - -# File containing one or more Certificate Authority (CA) certificates. -# -#tls_ca_file: <none> - -# Path to directory with certificates of CAs. -# -#tls_ca_path: <none> - -# The length of time (in minutes) that a TLS session will be cached -# for later reuse. The maximum value is 1440 (24 hours), the default. -# A value of 0 will disable session caching. -# -#tls_session_timeout: 1440 - -# The right that a user needs to delete a mailbox. -# -#deleteright: c - -# Unix domain socket that lmtpd listens on, used by deliver(8). -# -#lmtpsocket: /var/imap/socket/lmtp - -# Unix domain socket that idled listens on. -# -#idlesocket: /var/imap/socket/idle - -# Unix domain socket that the new mail notification daemon listens on. -# -#notifysocket: /var/imap/socket/notify - -# -# EOF diff --git a/mail/cyrus-imapd23/files/imapd.sh b/mail/cyrus-imapd23/files/imapd.sh deleted file mode 100644 index 5230d76473ae..000000000000 --- a/mail/cyrus-imapd23/files/imapd.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -# Start or stop cyrus-imapd -# $FreeBSD$ - -case "$1" in -start) - if [ -x /usr/local/cyrus/bin/master -a \ - -f /usr/local/etc/cyrus.conf -a \ - -f /usr/local/etc/imapd.conf ]; then - /usr/local/cyrus/bin/master & - echo -n ' imapd' - fi - ;; -stop) - kill `ps -U cyrus | awk '/master/ {print $1}'` && echo -n ' imapd' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/mail/cyrus-imapd23/files/patch-aa b/mail/cyrus-imapd23/files/patch-aa deleted file mode 100644 index 34dc4a7d4d9b..000000000000 --- a/mail/cyrus-imapd23/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- man/Makefile.in.orig Tue Sep 1 03:49:14 1998 -+++ man/Makefile.in Mon May 10 02:27:39 1999 -@@ -52,7 +52,7 @@ - MAN3 = $(srcdir)/imclient.3 - MAN5 = $(srcdir)/imapd.conf.5 $(srcdir)/krb.equiv.5 - MAN8 = $(srcdir)/arbitron.8 $(srcdir)/collectnews.8 $(srcdir)/deliver.8 \ -- $(srcdir)/fud.8 $(srcdir)/imapd.8 $(srcdir)/pop3d.8 $(srcdir)/quota.8 \ -+ $(srcdir)/fud.8 $(srcdir)/imapd.8 $(srcdir)/pop3d.8 $(srcdir)/cyrquota.8 \ - $(srcdir)/reconstruct.8 $(srcdir)/rmnews.8 $(srcdir)/syncnews.8 \ - $(srcdir)/mbpath.8 $(srcdir)/timsieved.8 - - diff --git a/mail/cyrus-imapd23/files/patch-ab b/mail/cyrus-imapd23/files/patch-ab deleted file mode 100644 index 1fc68c171063..000000000000 --- a/mail/cyrus-imapd23/files/patch-ab +++ /dev/null @@ -1,38 +0,0 @@ ---- man/quota.8.orig Sun May 4 22:26:33 1997 -+++ man/quota.8 Sun May 4 22:27:24 1997 -@@ -11,9 +11,9 @@ - .\" use of the code for commercial purposes or benefits by anyone - .\" without specific, additional permission by the owner of the code. - .SH NAME --quota \- report and optionally fix quota usage -+cyrquota \- report and optionally fix quota usage - .SH SYNOPSIS --.B quota -+.B cyrquota - [ - .B \-f - ] -@@ -21,12 +21,12 @@ - .IR mailbox-prefix ... - ] - .SH DESCRIPTION --.I Quota -+.I Cyrquota - generates a report listing quota roots, giving their limits and usage. - If the - .I \-f - option is given, --.I quota -+.I cyrquota - first fixes any inconsistencies in the quota subsystem, such as - mailboxes with the wrong quota root or quota roots with the wrong - quota usage reported. -@@ -37,7 +37,7 @@ - prefixes. - .PP - Running --.I quota -+.I cyrquota - with both the - .I \-f - option and diff --git a/mail/cyrus-imapd23/files/patch-ac b/mail/cyrus-imapd23/files/patch-ac deleted file mode 100644 index 6332c2f16e76..000000000000 --- a/mail/cyrus-imapd23/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -Index: configure -diff -u configure.orig configure ---- configure.orig Wed Dec 12 15:50:29 2001 -+++ configure Wed Dec 12 15:51:15 2001 -@@ -5542,7 +5542,7 @@ - #define HAVE_UCDSNMP 1 - EOF - -- LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp" -+ LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp -lkvm" - echo $ac_n "checking for rpmdbOpen in -lrpm""... $ac_c" 1>&6 - echo "configure:5548: checking for rpmdbOpen in -lrpm" >&5 - ac_lib_var=`echo rpm'_'rpmdbOpen | sed 'y%./+-%__p_%'` diff --git a/mail/cyrus-imapd23/files/patch-ah b/mail/cyrus-imapd23/files/patch-ah deleted file mode 100644 index 52c44e1c25db..000000000000 --- a/mail/cyrus-imapd23/files/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/lmtpengine.h -diff -u imap/lmtpengine.h.orig imap/lmtpengine.h ---- imap/lmtpengine.h.orig Sun Feb 10 10:53:58 2002 -+++ imap/lmtpengine.h Thu Feb 21 14:16:52 2002 -@@ -44,7 +44,7 @@ - #define LMTPENGINE_H - - /* configuration parameters */ --#define DEFAULT_SENDMAIL ("/usr/lib/sendmail") -+#define DEFAULT_SENDMAIL ("/usr/sbin/sendmail") - #define DEFAULT_POSTMASTER ("postmaster") - - #define SENDMAIL (config_getstring("sendmail", DEFAULT_SENDMAIL)) diff --git a/mail/cyrus-imapd23/files/patch-bc b/mail/cyrus-imapd23/files/patch-bc deleted file mode 100644 index ce5594805a0b..000000000000 --- a/mail/cyrus-imapd23/files/patch-bc +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/Makefile.in -diff -u imap/Makefile.in.orig imap/Makefile.in ---- imap/Makefile.in.orig Fri Apr 19 02:35:26 2002 -+++ imap/Makefile.in Thu May 2 04:02:37 2002 -@@ -61,7 +61,7 @@ - CYRUS_USER=@cyrus_user@ - CYRUS_GROUP=@cyrus_group@ - --DEFS = @DEFS@ @LOCALDEFS@ -+DEFS = @DEFS@ @LOCALDEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/imapd.conf\" - CPPFLAGS = -I. -I.. -I../sieve -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../acap -I../acap @COM_ERR_CPPFLAGS@ @SIEVE_CPPFLAGS@ @CPPFLAGS@ @SASLFLAGS@ - IMAP_LIBS = @IMAP_LIBS@ - SIEVE_LIBS = @SIEVE_LIBS@ diff --git a/mail/cyrus-imapd23/files/patch-bd b/mail/cyrus-imapd23/files/patch-bd deleted file mode 100644 index 83a7d53f4c40..000000000000 --- a/mail/cyrus-imapd23/files/patch-bd +++ /dev/null @@ -1,14 +0,0 @@ -*** imap/config.c.orig Thu Mar 9 19:07:14 2000 ---- imap/config.c Thu Mar 9 19:06:48 2000 -*************** -*** 39,45 **** ---- 39,47 ---- - - extern int errno; - -+ #if !defined(CONFIG_FILENAME) - #define CONFIG_FILENAME "/etc/imapd.conf" -+ #endif - - struct configlist { - char *key; diff --git a/mail/cyrus-imapd23/files/patch-be b/mail/cyrus-imapd23/files/patch-be deleted file mode 100644 index 707298b92662..000000000000 --- a/mail/cyrus-imapd23/files/patch-be +++ /dev/null @@ -1,13 +0,0 @@ ---- imap/krbck.c.orig Sat Dec 21 02:08:21 1996 -+++ imap/krbck.c Wed Oct 8 13:56:58 1997 -@@ -29,7 +29,9 @@ - - #define EXIT_CHOKE (int) 10 - --#define CONFIG_FILENAME "/etc/imapd.conf" -+#if !defined(CONFIG_FILENAME) -+ #define CONFIG_FILENAME "/etc/imapd.conf" -+#endif - #define MAX_FILENAME_LEN 255 - - int errno; diff --git a/mail/cyrus-imapd23/files/patch-dc b/mail/cyrus-imapd23/files/patch-dc deleted file mode 100644 index 4c2865a19c62..000000000000 --- a/mail/cyrus-imapd23/files/patch-dc +++ /dev/null @@ -1,13 +0,0 @@ -Index: master/Makefile.in -diff -u master/Makefile.in.orig master/Makefile.in ---- master/Makefile.in.orig Wed Dec 12 02:03:08 2001 -+++ master/Makefile.in Wed Dec 12 02:05:57 2001 -@@ -52,7 +52,7 @@ - CYRUS_USER=@cyrus_user@ - CYRUS_GROUP=@cyrus_group@ - --DEFS = @DEFS@ @LOCALDEFS@ -+DEFS = @DEFS@ @LOCALDEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/cyrus.conf\" - CPPFLAGS = -I. -I.. -I../lib -I$(srcdir) @CPPFLAGS@ @COM_ERR_CPPFLAGS@ - DEPLIBS = ../lib/libcyrus.a @DEPLIBS@ - diff --git a/mail/cyrus-imapd23/files/patch-dd b/mail/cyrus-imapd23/files/patch-dd deleted file mode 100644 index 94c0d694fa90..000000000000 --- a/mail/cyrus-imapd23/files/patch-dd +++ /dev/null @@ -1,14 +0,0 @@ -Index: master/masterconf.c -diff -u master/masterconf.c.orig master/masterconf.c ---- master/masterconf.c.orig Wed May 24 05:56:30 2000 -+++ master/masterconf.c Sat Jan 6 06:07:22 2001 -@@ -60,7 +60,9 @@ - - extern int errno; - -+#if !defined(CONFIG_FILENAME) - #define CONFIG_FILENAME "/etc/cyrus.conf" -+#endif - - struct configlist { - char *key; diff --git a/mail/cyrus-imapd23/files/patch-df b/mail/cyrus-imapd23/files/patch-df deleted file mode 100644 index e95e795d2092..000000000000 --- a/mail/cyrus-imapd23/files/patch-df +++ /dev/null @@ -1,19 +0,0 @@ -Index: master/service.c -diff -u master/service.c.orig master/service.c ---- master/service.c.orig Thu Aug 15 06:02:41 2002 -+++ master/service.c Fri Aug 16 00:28:31 2002 -@@ -103,8 +103,13 @@ - socklen_t len = sizeof(sin); - - /* is this a connection from the local host? */ -+ memset(&sin, 0, len); - if (getpeername(fd, (struct sockaddr *) &sin, &len) == 0) { -- if (((struct sockaddr *)&sin)->sa_family == AF_UNIX) { -+ switch (((struct sockaddr *)&sin)->sa_family) { -+ case AF_INET: -+ case AF_INET6: -+ break; -+ default: - return 1; - } - } diff --git a/mail/cyrus-imapd23/files/patch-dg b/mail/cyrus-imapd23/files/patch-dg deleted file mode 100644 index 94682461fa25..000000000000 --- a/mail/cyrus-imapd23/files/patch-dg +++ /dev/null @@ -1,29 +0,0 @@ -Index: tools/mkimap -diff -u tools/mkimap.orig tools/mkimap ---- tools/mkimap.orig Thu Jan 25 06:26:51 2001 -+++ tools/mkimap Sat Apr 7 05:42:24 2001 -@@ -119,6 +119,8 @@ - mkdir "deliverdb", 0755; - mkdir "deliverdb/db", 0755; - -+system "/usr/sbin/chown -R cyrus:cyrus ."; -+ - # create the sieve stuff - if (!$nosievedir) { - print "creating $sievedir...\n"; -@@ -127,6 +129,7 @@ - if (chdir $sievedir) { - foreach $i ("a".."z") { mkdir "$i", 0755; } - } -+ system "/usr/sbin/chown -R cyrus:cyrus $sievedir"; - } - - $flag = 0; -@@ -138,6 +141,7 @@ - chdir $part or die "couldn't change to partition $part"; - mkdir "stage.", 0755; - if ($hashispool) { foreach $i ("a".."z") { mkdir $i, 0755; } } -+ system "/usr/sbin/chown -R cyrus:cyrus $part"; - } - - print "done\n"; diff --git a/mail/cyrus-imapd23/files/patch-di b/mail/cyrus-imapd23/files/patch-di deleted file mode 100644 index ba35e969ab60..000000000000 --- a/mail/cyrus-imapd23/files/patch-di +++ /dev/null @@ -1,13 +0,0 @@ -Index: notifyd/notify_mailto.c -diff -u notifyd/notify_mailto.c.orig notifyd/notify_mailto.c ---- notifyd/notify_mailto.c.orig Tue Mar 19 00:14:17 2002 -+++ notifyd/notify_mailto.c Thu May 2 03:51:15 2002 -@@ -56,7 +56,7 @@ - #include "rfc822date.h" - #include <sieve_interface.h> - --#define DEFAULT_SENDMAIL ("/usr/lib/sendmail") -+#define DEFAULT_SENDMAIL ("/usr/sbin/sendmail") - #define DEFAULT_POSTMASTER ("postmaster") - - #define SENDMAIL (config_getstring("sendmail", DEFAULT_SENDMAIL)) diff --git a/mail/cyrus-imapd23/pkg-comment b/mail/cyrus-imapd23/pkg-comment deleted file mode 100644 index b829c82f694d..000000000000 --- a/mail/cyrus-imapd23/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The cyrus mail server, supporting POP3 and IMAP4 protocols diff --git a/mail/cyrus-imapd23/pkg-deinstall b/mail/cyrus-imapd23/pkg-deinstall deleted file mode 100644 index 07501c786c70..000000000000 --- a/mail/cyrus-imapd23/pkg-deinstall +++ /dev/null @@ -1,71 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Created by: hetzels@westbend.net - -#set -vx - -PKG_BATCH=${BATCH:=NO} - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -checkfile() { - diff -bBqw $1 $1.dist >/dev/null 2>&1 - case $? in - 0) # config file exists, but is the same - rm $1 - ;; - 1) # config file exists and differs - ;; - *) # no config file exists - ;; - esac -} - -# Uninstall timseived's Cyrus.conf file. - -cyrus_conf() { - if [ -f ${PKG_PREFIX}/lib/sasl/Cyrus.conf ]; then - echo "pwcheck_method: pwcheck" > ${PKG_PREFIX}/lib/sasl/Cyrus.conf.tmp - if cmp -s ${PKG_PREFIX}/lib/sasl/Cyrus.conf ${PKG_PREFIX}/lib/sasl/Cyrus.conf.tmp; then - rm -f ${PKG_PREFIX}/lib/sasl/Cyrus.conf - fi - rm -f ${PKG_PREFIX}/lib/sasl/Cyrus.conf.tmp - fi -} - -# -# Modify the 'cyrus' user created from the cyrus-sasl port -# - -modify_cyrus_user() { - USER=cyrus - PW=/usr/sbin/pw - if [ -x /sbin/nologin ]; then - shell=/sbin/nologin - else - shell=/nonexistent - fi - uhome=/nonexistent - - if ! ${PW} mod user ${USER} -d "${uhome}" -s "${shell}" \ ; then - e=$? - echo "*** Failed to update user \`${USER}'." - exit ${e} - fi - echo "*** Updated user \`${USER}'." -} - -case $2 in - DEINSTALL) - cd ${PKG_PREFIX} - cyrus_conf - checkfile ${PKG_PREIFX}/etc/imapd.conf - checkfile ${PKG_PREIFX}/etc/cyrus.conf - ;; - POST-DEINSTALL) - modify_cyrus_user - ;; - -esac diff --git a/mail/cyrus-imapd23/pkg-descr b/mail/cyrus-imapd23/pkg-descr deleted file mode 100644 index 79d06da9dd9b..000000000000 --- a/mail/cyrus-imapd23/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -The Cyrus IMAP (Internet Message Access Protocol) server provides access to -personal mail and system-wide bulletin boards through the IMAP protocol. -The Cyrus IMAP server is a scaleable enterprise mail system designed for use -from small to large enterprise environments using standards-based -technologies. - -A full Cyrus IMAP implementation allows a seamless mail and bulletin board -environment to be set up across multiple servers. It differs from other -IMAP server implementations in that it is run on "sealed" servers, where -users are not normally permitted to log in. The mailbox database is stored -in parts of the filesystem that are private to the Cyrus IMAP system. All -user access to mail is through software using the IMAP, POP3, or KPOP -protocols. - -The private mailbox database design gives the server large advantages in -efficiency, scalability, and administratability. Multiple concurrent -read/write connections to the same mailbox are permitted. The server -supports access control lists on mailboxes and storage quotas on mailbox -hierarchies. - -WWW: http://asg.web.cmu.edu/cyrus/ diff --git a/mail/cyrus-imapd23/pkg-install b/mail/cyrus-imapd23/pkg-install deleted file mode 100644 index 20f1fbb0ff7c..000000000000 --- a/mail/cyrus-imapd23/pkg-install +++ /dev/null @@ -1,70 +0,0 @@ -#!/bin/sh - -#set -vx - -PKG_BATCH=${BATCH:=NO} - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -# -# Modify the 'cyrus' user created from the cyrus-sasl port -# - -modify_cyrus_user() { - USER=cyrus - PW=/usr/sbin/pw - shell=/bin/csh - uhome=${PKG_PREFIX}/cyrus - - if ! ${PW} mod user ${USER} -d "${uhome}" -s "${shell}" \ ; then - e=$? - echo "*** Failed to update user \`${USER}'." - exit ${e} - fi - echo "*** Updated user \`${USER}'." -} - - -checkfile() { - diff -bBqw $1 $1.dist >/dev/null 2>&1 - case $? in - 0) # config file exists, but is the same - ;; - 1) # config file exists and differs - echo "** Make sure $1 is in sync with this version"; - echo " of the port. See $1.dist for details."; - ;; - *) # no config file exists, copy it - install -c -m 644 $1.dist $1 - ;; - esac -} - -# Install timseived's Cyrus.conf file - -cyrus_conf() { - if [ ! -f ${PKG_PREFIX}/lib/sasl2/Cyrus.conf ]; then - echo "pwcheck_method: saslauthd" > ${PKG_PREFIX}/lib/sasl2/Cyrus.conf - fi -} - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - modify_cyrus_user - cd ${PKG_PREFIX} - cyrus_conf - checkfile ${PKG_PREFIX}/etc/imapd.conf - checkfile ${PKG_PREFIX}/etc/cyrus.conf - if grep 'sieve' /etc/services; then - echo - else - echo - echo "** Please add an entry for the sieve protocol (2000/tcp)" - echo " to /etc/services" - echo - fi - ;; -esac diff --git a/mail/cyrus-imapd23/pkg-message b/mail/cyrus-imapd23/pkg-message deleted file mode 100644 index e4429259e376..000000000000 --- a/mail/cyrus-imapd23/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -**************************************************************************** - -To setup mail spool, modify /usr/local/etc/imapd.conf appropriately, -then run /usr/local/cyrus/bin/mkimap. - -**************************************************************************** diff --git a/mail/cyrus-imapd23/pkg-plist b/mail/cyrus-imapd23/pkg-plist deleted file mode 100644 index 33253d4af4a9..000000000000 --- a/mail/cyrus-imapd23/pkg-plist +++ /dev/null @@ -1,94 +0,0 @@ -bin/cyradm -bin/imtest -bin/installsieve -bin/lmtptest -bin/mupdatetest -bin/pop3test -bin/sieveshell -bin/sivtest -bin/smtptest -cyrus/bin/chk_cyrus -cyrus/bin/ctl_cyrusdb -cyrus/bin/ctl_deliver -cyrus/bin/ctl_mboxlist -cyrus/bin/cvt_cyrusdb -cyrus/bin/cyrdump -cyrus/bin/cyrquota -cyrus/bin/deliver -cyrus/bin/feedcyrus -cyrus/bin/fud -cyrus/bin/imapd -cyrus/bin/ipurge -cyrus/bin/lmtpd -cyrus/bin/master -cyrus/bin/mbpath -cyrus/bin/mkimap -cyrus/bin/notifyd -cyrus/bin/pop3d -cyrus/bin/reconstruct -cyrus/bin/squatter -cyrus/bin/timsieved -cyrus/bin/tls_prune -@unexec if cmp -s %D/etc/cyrus.conf %D/etc/cyrus.conf.dist; then rm -f %D/etc/cyrus.conf; fi -etc/cyrus.conf.dist -@exec [ -f %B/cyrus.conf ] || cp %B/%f %B/cyrus.conf -@unexec if cmp -s %D/etc/imapd.conf %D/etc/imapd.conf.dist; then rm -f %D/etc/imapd.conf; fi -etc/imapd.conf.dist -@exec [ -f %B/imapd.conf ] || cp %B/%f %B/imapd.conf -etc/rc.d/imapd.sh.sample -include/cyrus/acap.h -include/cyrus/acl.h -include/cyrus/assert.h -include/cyrus/auth.h -include/cyrus/bsearch.h -include/cyrus/charset.h -include/cyrus/cyrusdb.h -include/cyrus/glob.h -include/cyrus/gmtoff.h -include/cyrus/hash.h -include/cyrus/imapurl.h -include/cyrus/imclient.h -include/cyrus/imparse.h -include/cyrus/iptostring.h -include/cyrus/lock.h -include/cyrus/lsort.h -include/cyrus/map.h -include/cyrus/mkgmtime.h -include/cyrus/mpool.h -include/cyrus/nonblock.h -include/cyrus/parseaddr.h -include/cyrus/prot.h -include/cyrus/retry.h -include/cyrus/rfc822date.h -include/cyrus/stristr.h -include/cyrus/sysexits.h -include/cyrus/util.h -include/cyrus/xmalloc.h -lib/libacap.a -lib/libcyrus.a -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::Admin.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::IMSP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::Shell.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::SIEVE::managesieve.3 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP/Admin.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP/IMSP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP/Shell.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/SIEVE/managesieve.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/IMAP.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/IMAP.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/managesieve.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/managesieve.so -@dirrm cyrus/bin -@dirrm cyrus -@dirrm include/cyrus -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/SIEVE -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/IMAP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile deleted file mode 100644 index 277f74b3f8d4..000000000000 --- a/mail/cyrus-imapd24/Makefile +++ /dev/null @@ -1,121 +0,0 @@ -# New ports collection makefile for: cyrus-imapd -# Date created: Jan 4th 2001 -# Whom: ume@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= cyrus-imapd -PORTVERSION= 2.1.11 -#PORTREVISION= 0 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ - ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ - -PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ -PATCHFILES= ${DISTNAME}-ipv6-20021205.diff.gz - -MAINTAINER= ume@FreeBSD.org - -LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \ - db3.3:${PORTSDIR}/databases/db3 -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ - ${LOCALBASE}/sbin/saslauthd:${PORTSDIR}/security/cyrus-sasl2 -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp - -USE_PERL5= yes -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ - --with-cyrus-group=cyrus \ - --with-sasl=${LOCALBASE} \ - --with-dbdir=${LOCALBASE} \ - --with-auth=unix \ - --with-com_err - -.if defined(WITH_SNMP) -# It seems not compilable due to lack of auto_nlist_value() in libucdagent. -LIB_DEPENDS+= netsnmp.5:${PORTSDIR}/net/net-snmp -#CONFIGURE_ENV= LIBS=-lkvm -.else -CONFIGURE_ARGS+=--with-ucdsnmp=no -.endif - -MAN1= cyradm.1 imtest.1 installsieve.1 lmtptest.1 mupdatetest.1 \ - pop3test.1 sieveshell.1 sivtest.1 smtptest.1 -MAN3= imclient.3 -MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5 -MAN8= arbitron.8 chk_cyrus.8 collectnews.8 ctl_cyrusdb.8 \ - ctl_deliver.8 ctl_mboxlist.8 cvt_cyrusdb.8 cyrquota.8 \ - deliver.8 fud.8 idled.8 imapd.8 ipurge.8 lmtpd.8 master.8 \ - mbpath.8 notifyd.8 pop3d.8 reconstruct.8 rmnews.8 \ - squatter.8 syncnews.8 timsieved.8 tls_prune.8 - -DOCS= altnamespace anoncvs bugs changes faq feedback index \ - install install-admin-mb install-auth install-compile \ - install-configure install-murder install-perf \ - install-prereq install-sieve install-snmpmon install-testing \ - install-upgrade mailing-list man notes os overview questions \ - readme sieve sieve-protocol specs - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -RUN_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser -.endif - -post-patch: - @${SED} -e "s|/etc/|${PREFIX}/etc/|" ${WRKSRC}/tools/mkimap \ - > ${WRKSRC}/tools/mkimap.new - @${MV} ${WRKSRC}/tools/mkimap.new ${WRKSRC}/tools/mkimap - @${CP} ${WRKSRC}/man/quota.8 ${WRKSRC}/man/cyrquota.8 -.if ${OSVERSION} < 500000 - @${SED} -e "s|exec perl -x|exec perl -I${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -x|" \ - ${WRKSRC}/perl/sieve/scripts/sieveshell.pl \ - > ${WRKSRC}/perl/sieve/scripts/sieveshell.pl.new - @${MV} ${WRKSRC}/perl/sieve/scripts/sieveshell.pl.new \ - ${WRKSRC}/perl/sieve/scripts/sieveshell.pl -.endif - -post-install: - @${MV} ${PREFIX}/cyrus/bin/quota ${PREFIX}/cyrus/bin/cyrquota -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/cyrus-imapd2/man - ${MKDIR} ${PREFIX}/share/doc/cyrus-imapd2/text -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${file}.html \ - ${PREFIX}/share/doc/cyrus-imapd2 - @${ECHO} share/doc/cyrus-imapd2/${file}.html >>${TMPPLIST} -.endfor -.for file in ${MAN1} ${MAN3} ${MAN5} ${MAN8} - ofile=`echo ${file} | sed s/cyrquota/quota/`; \ - if [ -f ${WRKSRC}/doc/man/$${ofile}.html ]; then \ - ${INSTALL_DATA} ${WRKSRC}/doc/man/$${ofile}.html \ - ${PREFIX}/share/doc/cyrus-imapd2/man/$${ofile}.html; \ - ${ECHO} share/doc/cyrus-imapd2/man/$${ofile}.html \ - >>${TMPPLIST}; \ - fi -.endfor - ${INSTALL_DATA} ${WRKSRC}/doc/cyrusv2.mc \ - ${PREFIX}/share/doc/cyrus-imapd2 - @${ECHO} share/doc/cyrus-imapd2/cyrusv2.mc >>${TMPPLIST} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/text/${file} \ - ${PREFIX}/share/doc/cyrus-imapd2/text - @${ECHO} share/doc/cyrus-imapd2/text/${file} >>${TMPPLIST} -.endfor - @${ECHO} "@dirrm share/doc/cyrus-imapd2/text" >>${TMPPLIST} - @${ECHO} "@dirrm share/doc/cyrus-imapd2/man" >>${TMPPLIST} - @${ECHO} "@dirrm share/doc/cyrus-imapd2" >>${TMPPLIST} -.endif - ${INSTALL_SCRIPT} ${FILESDIR}/imapd.sh \ - ${PREFIX}/etc/rc.d/imapd.sh.sample - ${INSTALL_DATA} ${FILESDIR}/imapd.conf \ - ${PREFIX}/etc/imapd.conf.dist - ${INSTALL_DATA} ${WRKSRC}/master/conf/normal.conf \ - ${PREFIX}/etc/cyrus.conf.dist - ${INSTALL_SCRIPT} ${WRKSRC}/tools/mkimap \ - ${PREFIX}/cyrus/bin/mkimap - @PKG_PREFIX=${PREFIX} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/mail/cyrus-imapd24/distinfo b/mail/cyrus-imapd24/distinfo deleted file mode 100644 index 270d3e1fd9d1..000000000000 --- a/mail/cyrus-imapd24/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (cyrus-imapd-2.1.11.tar.gz) = 5742500ce1f6c655d1a49273d8b46261 -MD5 (cyrus-imapd-2.1.11-ipv6-20021205.diff.gz) = 1e998e159ceee46d2fcf485884ca4d61 diff --git a/mail/cyrus-imapd24/files/imapd.conf b/mail/cyrus-imapd24/files/imapd.conf deleted file mode 100644 index 8384d7892b02..000000000000 --- a/mail/cyrus-imapd24/files/imapd.conf +++ /dev/null @@ -1,373 +0,0 @@ -# -# $FreeBSD$ -# -# Sample configurations file for Cyrus IMAPd -# Most lines in this file are commented; in this case the default is used. -# The commented lines (usually) contain the default value - -# The pathname of the IMAP configuration directory -# -configdirectory: /var/imap - -# The partition name used by default for new mailboxes -# -#defaultpartition: default - -# The directory for the different partitions -# -partition-default: /var/spool/imap - -# Use the UNIX separator character '/' for delimiting levels of -# mailbox hierarchy. The default is to use the netnews separator -# character '.'. -#unixhierarchysep: no - -# Use the alternate IMAP namespace, where personal folders reside at -# the same level in the hierarchy as INBOX. -# -#altnamespace: no - -# If using the alternate IMAP namespace, the prefix for the other -# users namespace. The hierarchy delimiter will be automatically -# appended. -# -#userprefix: Other Users - -# If using the alternate IMAP namespace, the prefix for the shared -# namespace. The hierarchy delimiter will be automatically appended. -# -#sharedprefix: Shared Folders - -# The umask value used by various Cyrus IMAP programs -# -#umask: 077 - -# This is the hostname visible in the greeting messages of the POP, -# IMAP and LMTP daemons. If it is unset, then the result returned from -# gethostname(2) is used. -# -#servername: <result returned by gethostname(2)> - -# Whether to allow anonymous logins -# -#allowanonymouslogin: no - -# Allow the use of the SASL PLAIN mechanism. -# -#allowplaintext: yes - -# The percent of quota utilization over which the server generates -# warnings. -# -#quotawarn: 90 - -# The length of the IMAP server's inactivity autologout timer, in minutes. -# The minimum value is 30, the default. -# -#timeout: 30 - -# The interval (in seconds) for polling the mailbox for changes while -# running the IDLE command. This option is used when idled can not be -# contacted or when polling is used exclusively. The minimum value is -# 1. A value of 0 will disable polling (and disable IDLE if polling -# is the only method available). -# -#imapidlepoll: 60 - -# If enabled, the server responds to an ID command with a parameter -# list containing: version, vendor, support-url, os, os-version, -# command, arguments, environment. Otherwise the server returns NIL. -# -#imapidresponse: yes - -# Set the length of the POP server's inactivity autologout timer, in -# minutes. The minimum value is 10, the default. -# -#poptimeout: 10 - -# Set the minimum amount of time the server forces users to wait between -# successive POP logins, in minutes. The default is 0. -# -#popminpoll: 0 - -# The number of days advertised as being the minimum a message may be -# left on the POP server before it is deleted (via the CAPA command, -# defined in the POP3 Extension Mechanism, which some clients may -# support). "NEVER", the default, may be specified with a negative -# number. The Cyrus POP3 server never deletes mail, no matter what -# the value of this parameter is. However, if a site implements a -# less liberal policy, it needs to change this parameter accordingly. -# -#popexpiretime: 0 - -# The list of userids with administrative rights. Separate each userid -# with a space. We recommend that administrator userids be separate from -# standard userids. Sites using Kerberos authentication may use separate -# "admin" instances. -# -#admins: <none> - -# A list of users and groups that are allowed to proxy for other -# users, seperated by spaces. Any user listed in this will be allowed -# to login for any other user: use with caution. -# -#proxyservers: <none> - -# The Access Control List (ACL) placed on a newly-created (non-user) -# mailbox that does not have a parent mailbox. -# -#defaultacl: anyone lrs - -# The pathname of the news spool directory. Only used if the partition-news -# configuration option is set. -# -#newsspool: <no default> - -# Prefix to be prepended to newsgroup names to make the corresponding IMAP -# mailbox names. -# -#newsprefix: <none> - -# If nonzero, normal users may create their own IMAP accounts by creating -# the mailbox INBOX. The user's quota is set to the value if it is positive, -# otherwise the user has unlimited quota. -# -#autocreatequota: 0 - -# Include notations in the protocol telemetry logs indicating the number -# of seconds since the last command or response. -# -#logtimestamps: no - -# Number of seconds to pause after a successful plaintext login. For systems -# that support strong authentication, this permits users to perceive a cost -# of using plaintext passwords. -# -#plaintextloginpause: 0 - -# The pathname of srvtab file containing the server's private key. -# This option is passed to the SASL library and overrides its default -# setting. -# -#srvtab: /etc/srvtab - -# The list of remote realms whose users may log in using cross-realm -# authentications. Seperate each realm name by a space. This option is -# only used when the server is compiled with Kerberos authentication. -# -#loginrealms: <none> - -# If enabled, any authentication identity which has a rights on a user's -# INBOX may log in as that user. This option is only used when the server -# is compiled with Kerberos authentication. -# -#loginuseacl: no - -# If enabled, lmtpd attempts to only write one copy of a message per -# partition and create hard links, resulting in a potentially large -# disk savings. -# -#singleinstancestore: yes - -# If enabled, lmtpd will suppress delivery of a message to a mailbox -# if a message with the same message-id (or resent-message-id) is -# recorded as having already been delivered to the mailbox. Records -# the mailbox and message-id/resent-message-id of all successful -# deliveries. -# Note that duplicate delivery suppression is required for Sieve. -# Disabling duplicate delivery suppression will also disable Sieve, -# and as such should only be disabled for performance reasons. -# -#duplicatesuppression: yes - -# If enabled, lmtpd rejects messages with 8-bit characters in the -# headers. Otherwise, 8-bit characters are changed to `X'. (A proper -# soultion to non-ASCII characters in headers is offered by RFC 2047 -# and its predecessors.) -# -#reject8bit: no - -# Maximum incoming LMTP message size. If set, lmtpd will reject -# messages larger than maxmessagesize bytes. The default is to allow -# messages of any size. -# -#maxmessagesize: <unlimited> - -# Userid used to deliver messages to shared folders. For example, if -# set to "bb", email sent to "bb+shared.blah" would be delivered to -# the "shared.blah" folder. By default, an email address of -# "+shared.blah" would be used. -#postuser: <none> - -# If enabled at compile time, this specifies a URL to reply when -# Netscape asks the server where the mail administration HTTP server -# is. The default is a site at CMU with a hopefully informative -# message; administrators should set this to a local resource with -# some information of greater use. -# -#netscapeurl: http://andrew2.andrew.cmu.edu/cyrus/imapd/netscapeadmin.html - -# Notifyd(8) method to use for "MAIL" notifications. If not set, -# "MAIL" notifications are disabled. -# -#mailnotifier: <no default> - -# Notifyd(8) method to use for "SIEVE" notifications. If not set, -# "SIEVE" notifications are disabled. -# -# This method is only used when no method is specified in the script. -# -#sievenotifier: <no default> - -# If enabled, lmtpd will look for Sieve scripts in user's home -# directories: ~user/.sieve. -# -sieveusehomedir: false - -# If sieveusehomedir is false, this directory is searched for Sieve scripts. -# The active Sieve script is s called "default", placed in the users sieve -# sieve directory (ie. /var/imap/sieve/u/user). -# -sievedir: /var/imap/sieve - -# The pathname of the sendmail executable. Sieve uses sendmail for -# sending rejections, redirects and vaca- tion responses. -# -#sendmail: /usr/sbin/sendmail - -# Username that is used as the 'From' address in rejection MDNs -# produced by sieve. -# -#postmaster: postmaster - -# If enabled, the partitions will also be hashed, in addition to the hashing -# done on configuration directories. This is recommended if one partition has -# a very bushy mailbox tree. -# -#hashimapspool: false - -# Maximum size (in kilobytes) any sieve script can be, enforced at -# submission by timsieved(8). -# -#sieve_maxscriptsize: 32 - -# Maximum number of sieve scripts any user may have, enforced at -# submission by timsieved(8). -# -#sieve_maxscripts: 5 - -# Maximum SSF (security strength factor) that the server will allow a -# client to negotiate. -# -#sasl_maximum_layer: 256 - -# The minimum SSF that the server will allow a client to negotiate. A -# value of 1 requires integrity protection; any higher value requires -# some amount of encryption. -# -#sasl_minimum_layer: 0 - -# The mechanism used by the server to verify plaintext passwords. Possible -# values include "auxprop", "saslauthd", and "pwcheck" -# -sasl_pwcheck_method: saslauthd - -# If enabled, the SASL library will automatically create authentication -# secrets when given a plaintext password. See the SASL documentation. -# -#sasl_auto_transition: no - -# Location of the opiekeys file -# -#sasl_opiekeys: /etc/opiekeys - -# File containing the global certificate used for ALL services (imap, -# pop3, lmtp). -# -#tls_cert_file: <none> - -# File containing the private key belonging to the global server -# certificate. -# -#tls_key_file: <none> - -# File containing the certificate used for imap ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable SSL/TLS for imap. -# -#tls_imap_cert_file: <none> - -# File containing the private key belonging to the imap-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable SSL/TLS for imap. -# -#tls_imap_key_file: <none> - -# File containing the certificate used for pop3 ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable SSL/TLS for pop3. -# -#tls_pop3_cert_file: <none> - -# File containing the private key belonging to the pop3-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable SSL/TLS for pop3. -# -#tls_pop3_key_file: <none> - -# File containing the certificate used for lmtp ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable TLS for lmtp. -# -#tls_lmtp_cert_file: <none> - -# File containing the private key belonging to the lmtp-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable TLS for lmtp. -# -#tls_lmtp_key_file: <none> - -# File containing the certificate used for sieve ONLY. If not -# specified, the global certificate is used. A value of "disabled" -# will disable TLS for sieve. -# -#tls_sieve_cert_file: <none> - -# File containing the private key belonging to the sieve-specific -# server certificate. If not specified, the global private key is -# used. A value of "disabled" will disable TLS for sieve. -# -#tls_sieve_key_file: <none> - -# File containing one or more Certificate Authority (CA) certificates. -# -#tls_ca_file: <none> - -# Path to directory with certificates of CAs. -# -#tls_ca_path: <none> - -# The length of time (in minutes) that a TLS session will be cached -# for later reuse. The maximum value is 1440 (24 hours), the default. -# A value of 0 will disable session caching. -# -#tls_session_timeout: 1440 - -# The right that a user needs to delete a mailbox. -# -#deleteright: c - -# Unix domain socket that lmtpd listens on, used by deliver(8). -# -#lmtpsocket: /var/imap/socket/lmtp - -# Unix domain socket that idled listens on. -# -#idlesocket: /var/imap/socket/idle - -# Unix domain socket that the new mail notification daemon listens on. -# -#notifysocket: /var/imap/socket/notify - -# -# EOF diff --git a/mail/cyrus-imapd24/files/imapd.sh b/mail/cyrus-imapd24/files/imapd.sh deleted file mode 100644 index 5230d76473ae..000000000000 --- a/mail/cyrus-imapd24/files/imapd.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -# Start or stop cyrus-imapd -# $FreeBSD$ - -case "$1" in -start) - if [ -x /usr/local/cyrus/bin/master -a \ - -f /usr/local/etc/cyrus.conf -a \ - -f /usr/local/etc/imapd.conf ]; then - /usr/local/cyrus/bin/master & - echo -n ' imapd' - fi - ;; -stop) - kill `ps -U cyrus | awk '/master/ {print $1}'` && echo -n ' imapd' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/mail/cyrus-imapd24/files/patch-aa b/mail/cyrus-imapd24/files/patch-aa deleted file mode 100644 index 34dc4a7d4d9b..000000000000 --- a/mail/cyrus-imapd24/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- man/Makefile.in.orig Tue Sep 1 03:49:14 1998 -+++ man/Makefile.in Mon May 10 02:27:39 1999 -@@ -52,7 +52,7 @@ - MAN3 = $(srcdir)/imclient.3 - MAN5 = $(srcdir)/imapd.conf.5 $(srcdir)/krb.equiv.5 - MAN8 = $(srcdir)/arbitron.8 $(srcdir)/collectnews.8 $(srcdir)/deliver.8 \ -- $(srcdir)/fud.8 $(srcdir)/imapd.8 $(srcdir)/pop3d.8 $(srcdir)/quota.8 \ -+ $(srcdir)/fud.8 $(srcdir)/imapd.8 $(srcdir)/pop3d.8 $(srcdir)/cyrquota.8 \ - $(srcdir)/reconstruct.8 $(srcdir)/rmnews.8 $(srcdir)/syncnews.8 \ - $(srcdir)/mbpath.8 $(srcdir)/timsieved.8 - - diff --git a/mail/cyrus-imapd24/files/patch-ab b/mail/cyrus-imapd24/files/patch-ab deleted file mode 100644 index 1fc68c171063..000000000000 --- a/mail/cyrus-imapd24/files/patch-ab +++ /dev/null @@ -1,38 +0,0 @@ ---- man/quota.8.orig Sun May 4 22:26:33 1997 -+++ man/quota.8 Sun May 4 22:27:24 1997 -@@ -11,9 +11,9 @@ - .\" use of the code for commercial purposes or benefits by anyone - .\" without specific, additional permission by the owner of the code. - .SH NAME --quota \- report and optionally fix quota usage -+cyrquota \- report and optionally fix quota usage - .SH SYNOPSIS --.B quota -+.B cyrquota - [ - .B \-f - ] -@@ -21,12 +21,12 @@ - .IR mailbox-prefix ... - ] - .SH DESCRIPTION --.I Quota -+.I Cyrquota - generates a report listing quota roots, giving their limits and usage. - If the - .I \-f - option is given, --.I quota -+.I cyrquota - first fixes any inconsistencies in the quota subsystem, such as - mailboxes with the wrong quota root or quota roots with the wrong - quota usage reported. -@@ -37,7 +37,7 @@ - prefixes. - .PP - Running --.I quota -+.I cyrquota - with both the - .I \-f - option and diff --git a/mail/cyrus-imapd24/files/patch-ac b/mail/cyrus-imapd24/files/patch-ac deleted file mode 100644 index 6332c2f16e76..000000000000 --- a/mail/cyrus-imapd24/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -Index: configure -diff -u configure.orig configure ---- configure.orig Wed Dec 12 15:50:29 2001 -+++ configure Wed Dec 12 15:51:15 2001 -@@ -5542,7 +5542,7 @@ - #define HAVE_UCDSNMP 1 - EOF - -- LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp" -+ LIB_UCDSNMP="-lucdagent -lucdmibs -lsnmp -lkvm" - echo $ac_n "checking for rpmdbOpen in -lrpm""... $ac_c" 1>&6 - echo "configure:5548: checking for rpmdbOpen in -lrpm" >&5 - ac_lib_var=`echo rpm'_'rpmdbOpen | sed 'y%./+-%__p_%'` diff --git a/mail/cyrus-imapd24/files/patch-ah b/mail/cyrus-imapd24/files/patch-ah deleted file mode 100644 index 52c44e1c25db..000000000000 --- a/mail/cyrus-imapd24/files/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/lmtpengine.h -diff -u imap/lmtpengine.h.orig imap/lmtpengine.h ---- imap/lmtpengine.h.orig Sun Feb 10 10:53:58 2002 -+++ imap/lmtpengine.h Thu Feb 21 14:16:52 2002 -@@ -44,7 +44,7 @@ - #define LMTPENGINE_H - - /* configuration parameters */ --#define DEFAULT_SENDMAIL ("/usr/lib/sendmail") -+#define DEFAULT_SENDMAIL ("/usr/sbin/sendmail") - #define DEFAULT_POSTMASTER ("postmaster") - - #define SENDMAIL (config_getstring("sendmail", DEFAULT_SENDMAIL)) diff --git a/mail/cyrus-imapd24/files/patch-bc b/mail/cyrus-imapd24/files/patch-bc deleted file mode 100644 index ce5594805a0b..000000000000 --- a/mail/cyrus-imapd24/files/patch-bc +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/Makefile.in -diff -u imap/Makefile.in.orig imap/Makefile.in ---- imap/Makefile.in.orig Fri Apr 19 02:35:26 2002 -+++ imap/Makefile.in Thu May 2 04:02:37 2002 -@@ -61,7 +61,7 @@ - CYRUS_USER=@cyrus_user@ - CYRUS_GROUP=@cyrus_group@ - --DEFS = @DEFS@ @LOCALDEFS@ -+DEFS = @DEFS@ @LOCALDEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/imapd.conf\" - CPPFLAGS = -I. -I.. -I../sieve -I$(srcdir) -I$(srcdir)/../lib -I$(srcdir)/../acap -I../acap @COM_ERR_CPPFLAGS@ @SIEVE_CPPFLAGS@ @CPPFLAGS@ @SASLFLAGS@ - IMAP_LIBS = @IMAP_LIBS@ - SIEVE_LIBS = @SIEVE_LIBS@ diff --git a/mail/cyrus-imapd24/files/patch-bd b/mail/cyrus-imapd24/files/patch-bd deleted file mode 100644 index 83a7d53f4c40..000000000000 --- a/mail/cyrus-imapd24/files/patch-bd +++ /dev/null @@ -1,14 +0,0 @@ -*** imap/config.c.orig Thu Mar 9 19:07:14 2000 ---- imap/config.c Thu Mar 9 19:06:48 2000 -*************** -*** 39,45 **** ---- 39,47 ---- - - extern int errno; - -+ #if !defined(CONFIG_FILENAME) - #define CONFIG_FILENAME "/etc/imapd.conf" -+ #endif - - struct configlist { - char *key; diff --git a/mail/cyrus-imapd24/files/patch-be b/mail/cyrus-imapd24/files/patch-be deleted file mode 100644 index 707298b92662..000000000000 --- a/mail/cyrus-imapd24/files/patch-be +++ /dev/null @@ -1,13 +0,0 @@ ---- imap/krbck.c.orig Sat Dec 21 02:08:21 1996 -+++ imap/krbck.c Wed Oct 8 13:56:58 1997 -@@ -29,7 +29,9 @@ - - #define EXIT_CHOKE (int) 10 - --#define CONFIG_FILENAME "/etc/imapd.conf" -+#if !defined(CONFIG_FILENAME) -+ #define CONFIG_FILENAME "/etc/imapd.conf" -+#endif - #define MAX_FILENAME_LEN 255 - - int errno; diff --git a/mail/cyrus-imapd24/files/patch-dc b/mail/cyrus-imapd24/files/patch-dc deleted file mode 100644 index 4c2865a19c62..000000000000 --- a/mail/cyrus-imapd24/files/patch-dc +++ /dev/null @@ -1,13 +0,0 @@ -Index: master/Makefile.in -diff -u master/Makefile.in.orig master/Makefile.in ---- master/Makefile.in.orig Wed Dec 12 02:03:08 2001 -+++ master/Makefile.in Wed Dec 12 02:05:57 2001 -@@ -52,7 +52,7 @@ - CYRUS_USER=@cyrus_user@ - CYRUS_GROUP=@cyrus_group@ - --DEFS = @DEFS@ @LOCALDEFS@ -+DEFS = @DEFS@ @LOCALDEFS@ -DCONFIG_FILENAME=\"$(prefix)/etc/cyrus.conf\" - CPPFLAGS = -I. -I.. -I../lib -I$(srcdir) @CPPFLAGS@ @COM_ERR_CPPFLAGS@ - DEPLIBS = ../lib/libcyrus.a @DEPLIBS@ - diff --git a/mail/cyrus-imapd24/files/patch-dd b/mail/cyrus-imapd24/files/patch-dd deleted file mode 100644 index 94c0d694fa90..000000000000 --- a/mail/cyrus-imapd24/files/patch-dd +++ /dev/null @@ -1,14 +0,0 @@ -Index: master/masterconf.c -diff -u master/masterconf.c.orig master/masterconf.c ---- master/masterconf.c.orig Wed May 24 05:56:30 2000 -+++ master/masterconf.c Sat Jan 6 06:07:22 2001 -@@ -60,7 +60,9 @@ - - extern int errno; - -+#if !defined(CONFIG_FILENAME) - #define CONFIG_FILENAME "/etc/cyrus.conf" -+#endif - - struct configlist { - char *key; diff --git a/mail/cyrus-imapd24/files/patch-df b/mail/cyrus-imapd24/files/patch-df deleted file mode 100644 index e95e795d2092..000000000000 --- a/mail/cyrus-imapd24/files/patch-df +++ /dev/null @@ -1,19 +0,0 @@ -Index: master/service.c -diff -u master/service.c.orig master/service.c ---- master/service.c.orig Thu Aug 15 06:02:41 2002 -+++ master/service.c Fri Aug 16 00:28:31 2002 -@@ -103,8 +103,13 @@ - socklen_t len = sizeof(sin); - - /* is this a connection from the local host? */ -+ memset(&sin, 0, len); - if (getpeername(fd, (struct sockaddr *) &sin, &len) == 0) { -- if (((struct sockaddr *)&sin)->sa_family == AF_UNIX) { -+ switch (((struct sockaddr *)&sin)->sa_family) { -+ case AF_INET: -+ case AF_INET6: -+ break; -+ default: - return 1; - } - } diff --git a/mail/cyrus-imapd24/files/patch-dg b/mail/cyrus-imapd24/files/patch-dg deleted file mode 100644 index 94682461fa25..000000000000 --- a/mail/cyrus-imapd24/files/patch-dg +++ /dev/null @@ -1,29 +0,0 @@ -Index: tools/mkimap -diff -u tools/mkimap.orig tools/mkimap ---- tools/mkimap.orig Thu Jan 25 06:26:51 2001 -+++ tools/mkimap Sat Apr 7 05:42:24 2001 -@@ -119,6 +119,8 @@ - mkdir "deliverdb", 0755; - mkdir "deliverdb/db", 0755; - -+system "/usr/sbin/chown -R cyrus:cyrus ."; -+ - # create the sieve stuff - if (!$nosievedir) { - print "creating $sievedir...\n"; -@@ -127,6 +129,7 @@ - if (chdir $sievedir) { - foreach $i ("a".."z") { mkdir "$i", 0755; } - } -+ system "/usr/sbin/chown -R cyrus:cyrus $sievedir"; - } - - $flag = 0; -@@ -138,6 +141,7 @@ - chdir $part or die "couldn't change to partition $part"; - mkdir "stage.", 0755; - if ($hashispool) { foreach $i ("a".."z") { mkdir $i, 0755; } } -+ system "/usr/sbin/chown -R cyrus:cyrus $part"; - } - - print "done\n"; diff --git a/mail/cyrus-imapd24/files/patch-di b/mail/cyrus-imapd24/files/patch-di deleted file mode 100644 index ba35e969ab60..000000000000 --- a/mail/cyrus-imapd24/files/patch-di +++ /dev/null @@ -1,13 +0,0 @@ -Index: notifyd/notify_mailto.c -diff -u notifyd/notify_mailto.c.orig notifyd/notify_mailto.c ---- notifyd/notify_mailto.c.orig Tue Mar 19 00:14:17 2002 -+++ notifyd/notify_mailto.c Thu May 2 03:51:15 2002 -@@ -56,7 +56,7 @@ - #include "rfc822date.h" - #include <sieve_interface.h> - --#define DEFAULT_SENDMAIL ("/usr/lib/sendmail") -+#define DEFAULT_SENDMAIL ("/usr/sbin/sendmail") - #define DEFAULT_POSTMASTER ("postmaster") - - #define SENDMAIL (config_getstring("sendmail", DEFAULT_SENDMAIL)) diff --git a/mail/cyrus-imapd24/pkg-comment b/mail/cyrus-imapd24/pkg-comment deleted file mode 100644 index b829c82f694d..000000000000 --- a/mail/cyrus-imapd24/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The cyrus mail server, supporting POP3 and IMAP4 protocols diff --git a/mail/cyrus-imapd24/pkg-deinstall b/mail/cyrus-imapd24/pkg-deinstall deleted file mode 100644 index 07501c786c70..000000000000 --- a/mail/cyrus-imapd24/pkg-deinstall +++ /dev/null @@ -1,71 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Created by: hetzels@westbend.net - -#set -vx - -PKG_BATCH=${BATCH:=NO} - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -checkfile() { - diff -bBqw $1 $1.dist >/dev/null 2>&1 - case $? in - 0) # config file exists, but is the same - rm $1 - ;; - 1) # config file exists and differs - ;; - *) # no config file exists - ;; - esac -} - -# Uninstall timseived's Cyrus.conf file. - -cyrus_conf() { - if [ -f ${PKG_PREFIX}/lib/sasl/Cyrus.conf ]; then - echo "pwcheck_method: pwcheck" > ${PKG_PREFIX}/lib/sasl/Cyrus.conf.tmp - if cmp -s ${PKG_PREFIX}/lib/sasl/Cyrus.conf ${PKG_PREFIX}/lib/sasl/Cyrus.conf.tmp; then - rm -f ${PKG_PREFIX}/lib/sasl/Cyrus.conf - fi - rm -f ${PKG_PREFIX}/lib/sasl/Cyrus.conf.tmp - fi -} - -# -# Modify the 'cyrus' user created from the cyrus-sasl port -# - -modify_cyrus_user() { - USER=cyrus - PW=/usr/sbin/pw - if [ -x /sbin/nologin ]; then - shell=/sbin/nologin - else - shell=/nonexistent - fi - uhome=/nonexistent - - if ! ${PW} mod user ${USER} -d "${uhome}" -s "${shell}" \ ; then - e=$? - echo "*** Failed to update user \`${USER}'." - exit ${e} - fi - echo "*** Updated user \`${USER}'." -} - -case $2 in - DEINSTALL) - cd ${PKG_PREFIX} - cyrus_conf - checkfile ${PKG_PREIFX}/etc/imapd.conf - checkfile ${PKG_PREIFX}/etc/cyrus.conf - ;; - POST-DEINSTALL) - modify_cyrus_user - ;; - -esac diff --git a/mail/cyrus-imapd24/pkg-descr b/mail/cyrus-imapd24/pkg-descr deleted file mode 100644 index 79d06da9dd9b..000000000000 --- a/mail/cyrus-imapd24/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -The Cyrus IMAP (Internet Message Access Protocol) server provides access to -personal mail and system-wide bulletin boards through the IMAP protocol. -The Cyrus IMAP server is a scaleable enterprise mail system designed for use -from small to large enterprise environments using standards-based -technologies. - -A full Cyrus IMAP implementation allows a seamless mail and bulletin board -environment to be set up across multiple servers. It differs from other -IMAP server implementations in that it is run on "sealed" servers, where -users are not normally permitted to log in. The mailbox database is stored -in parts of the filesystem that are private to the Cyrus IMAP system. All -user access to mail is through software using the IMAP, POP3, or KPOP -protocols. - -The private mailbox database design gives the server large advantages in -efficiency, scalability, and administratability. Multiple concurrent -read/write connections to the same mailbox are permitted. The server -supports access control lists on mailboxes and storage quotas on mailbox -hierarchies. - -WWW: http://asg.web.cmu.edu/cyrus/ diff --git a/mail/cyrus-imapd24/pkg-install b/mail/cyrus-imapd24/pkg-install deleted file mode 100644 index 20f1fbb0ff7c..000000000000 --- a/mail/cyrus-imapd24/pkg-install +++ /dev/null @@ -1,70 +0,0 @@ -#!/bin/sh - -#set -vx - -PKG_BATCH=${BATCH:=NO} - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -# -# Modify the 'cyrus' user created from the cyrus-sasl port -# - -modify_cyrus_user() { - USER=cyrus - PW=/usr/sbin/pw - shell=/bin/csh - uhome=${PKG_PREFIX}/cyrus - - if ! ${PW} mod user ${USER} -d "${uhome}" -s "${shell}" \ ; then - e=$? - echo "*** Failed to update user \`${USER}'." - exit ${e} - fi - echo "*** Updated user \`${USER}'." -} - - -checkfile() { - diff -bBqw $1 $1.dist >/dev/null 2>&1 - case $? in - 0) # config file exists, but is the same - ;; - 1) # config file exists and differs - echo "** Make sure $1 is in sync with this version"; - echo " of the port. See $1.dist for details."; - ;; - *) # no config file exists, copy it - install -c -m 644 $1.dist $1 - ;; - esac -} - -# Install timseived's Cyrus.conf file - -cyrus_conf() { - if [ ! -f ${PKG_PREFIX}/lib/sasl2/Cyrus.conf ]; then - echo "pwcheck_method: saslauthd" > ${PKG_PREFIX}/lib/sasl2/Cyrus.conf - fi -} - -case $2 in - PRE-INSTALL) - ;; - - POST-INSTALL) - modify_cyrus_user - cd ${PKG_PREFIX} - cyrus_conf - checkfile ${PKG_PREFIX}/etc/imapd.conf - checkfile ${PKG_PREFIX}/etc/cyrus.conf - if grep 'sieve' /etc/services; then - echo - else - echo - echo "** Please add an entry for the sieve protocol (2000/tcp)" - echo " to /etc/services" - echo - fi - ;; -esac diff --git a/mail/cyrus-imapd24/pkg-message b/mail/cyrus-imapd24/pkg-message deleted file mode 100644 index e4429259e376..000000000000 --- a/mail/cyrus-imapd24/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -**************************************************************************** - -To setup mail spool, modify /usr/local/etc/imapd.conf appropriately, -then run /usr/local/cyrus/bin/mkimap. - -**************************************************************************** diff --git a/mail/cyrus-imapd24/pkg-plist b/mail/cyrus-imapd24/pkg-plist deleted file mode 100644 index 33253d4af4a9..000000000000 --- a/mail/cyrus-imapd24/pkg-plist +++ /dev/null @@ -1,94 +0,0 @@ -bin/cyradm -bin/imtest -bin/installsieve -bin/lmtptest -bin/mupdatetest -bin/pop3test -bin/sieveshell -bin/sivtest -bin/smtptest -cyrus/bin/chk_cyrus -cyrus/bin/ctl_cyrusdb -cyrus/bin/ctl_deliver -cyrus/bin/ctl_mboxlist -cyrus/bin/cvt_cyrusdb -cyrus/bin/cyrdump -cyrus/bin/cyrquota -cyrus/bin/deliver -cyrus/bin/feedcyrus -cyrus/bin/fud -cyrus/bin/imapd -cyrus/bin/ipurge -cyrus/bin/lmtpd -cyrus/bin/master -cyrus/bin/mbpath -cyrus/bin/mkimap -cyrus/bin/notifyd -cyrus/bin/pop3d -cyrus/bin/reconstruct -cyrus/bin/squatter -cyrus/bin/timsieved -cyrus/bin/tls_prune -@unexec if cmp -s %D/etc/cyrus.conf %D/etc/cyrus.conf.dist; then rm -f %D/etc/cyrus.conf; fi -etc/cyrus.conf.dist -@exec [ -f %B/cyrus.conf ] || cp %B/%f %B/cyrus.conf -@unexec if cmp -s %D/etc/imapd.conf %D/etc/imapd.conf.dist; then rm -f %D/etc/imapd.conf; fi -etc/imapd.conf.dist -@exec [ -f %B/imapd.conf ] || cp %B/%f %B/imapd.conf -etc/rc.d/imapd.sh.sample -include/cyrus/acap.h -include/cyrus/acl.h -include/cyrus/assert.h -include/cyrus/auth.h -include/cyrus/bsearch.h -include/cyrus/charset.h -include/cyrus/cyrusdb.h -include/cyrus/glob.h -include/cyrus/gmtoff.h -include/cyrus/hash.h -include/cyrus/imapurl.h -include/cyrus/imclient.h -include/cyrus/imparse.h -include/cyrus/iptostring.h -include/cyrus/lock.h -include/cyrus/lsort.h -include/cyrus/map.h -include/cyrus/mkgmtime.h -include/cyrus/mpool.h -include/cyrus/nonblock.h -include/cyrus/parseaddr.h -include/cyrus/prot.h -include/cyrus/retry.h -include/cyrus/rfc822date.h -include/cyrus/stristr.h -include/cyrus/sysexits.h -include/cyrus/util.h -include/cyrus/xmalloc.h -lib/libacap.a -lib/libcyrus.a -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::Admin.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::IMSP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::Shell.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::SIEVE::managesieve.3 -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP/Admin.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP/IMSP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP/Shell.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/SIEVE/managesieve.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/IMAP.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/IMAP/IMAP.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/managesieve.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve/managesieve.so -@dirrm cyrus/bin -@dirrm cyrus -@dirrm include/cyrus -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/IMAP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus/SIEVE -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Cyrus -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/IMAP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/managesieve -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile deleted file mode 100644 index 6087982b2b12..000000000000 --- a/mail/dovecot-devel/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: dovecot -# Date created: 12/08/2002 -# Whom: Dominic Marks <d.marks@student.umist.ac.uk> -# -# $FreeBSD$ -# - -PORTNAME= dovecot -PORTVERSION= 0.98.4 -CATEGORIES= mail ipv6 -MASTER_SITES= http://dovecot.procontrol.fi/ - -MAINTAINER= d.marks@student.umist.ac.uk - -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-shadow --enable-ipv6 \ - --localstatedir=/var/dovecot - -pre-build: - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \ - ${WRKSRC}/dovecot-example.conf - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" \ - ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -post-install: - @${MKDIR} /var/dovecot - @${MKDIR} /var/dovecot/auth - @${MKDIR} /var/dovecot/login - @${CHOWN} imapd:imapd /var/dovecot - @if [ ! -f ${PREFIX}/etc/rc.d/dovecot-imapd.sh ]; then \ - ${ECHO} "Installing dovecot-imapd.sh startup file."; \ - ${INSTALL_SCRIPT} -m 751 ${FILESDIR}/dovecot-imapd.sh \ - ${PREFIX}/etc/rc.d/dovecot-imapd.sh; \ - fi -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/dovecot - @${INSTALL_DATA} \ - ${WRKSRC}/doc/auth.txt \ - ${WRKSRC}/doc/design.txt \ - ${WRKSRC}/doc/index.txt \ - ${WRKSRC}/doc/multiaccess.txt \ - ${WRKSRC}/doc/nfs.txt \ - ${PREFIX}/share/doc/dovecot -.endif - -.include <bsd.port.mk> diff --git a/mail/dovecot-devel/distinfo b/mail/dovecot-devel/distinfo deleted file mode 100644 index 16d5baf2e30d..000000000000 --- a/mail/dovecot-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dovecot-0.98.4.tar.gz) = 2b8087867cbfc4a85183daee2fe49854 diff --git a/mail/dovecot-devel/files/dovecot-imapd.sh b/mail/dovecot-devel/files/dovecot-imapd.sh deleted file mode 100644 index 8295fbea37ea..000000000000 --- a/mail/dovecot-devel/files/dovecot-imapd.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - [ -x ${PREFIX}/sbin/imap-master ] && \ - ${PREFIX}/sbin/imap-master && echo -n ' dovecot-imapd' - ;; -stop) - /usr/bin/killall imap-master && echo -n ' dovecot-imapd' - ;; -*) - echo "Usage: `basename $0` { start | stop }" >&2 - ;; -esac - -exit 0 diff --git a/mail/dovecot-devel/files/patch-aa b/mail/dovecot-devel/files/patch-aa deleted file mode 100644 index b9fb6fe42327..000000000000 --- a/mail/dovecot-devel/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- src/auth/userinfo-pam.c Thu Aug 1 05:16:44 2002 -+++ src/auth/userinfo-pam.c Mon Aug 12 23:41:48 2002 -@@ -21,7 +21,6 @@ - - #include <stdlib.h> - #include <unistd.h> --#include <shadow.h> - - #include <security/pam_appl.h> - diff --git a/mail/dovecot-devel/files/patch-dovecot-example.conf b/mail/dovecot-devel/files/patch-dovecot-example.conf deleted file mode 100644 index a78d0c468700..000000000000 --- a/mail/dovecot-devel/files/patch-dovecot-example.conf +++ /dev/null @@ -1,47 +0,0 @@ ---- dovecot-example.conf.orig Thu Aug 29 07:59:26 2002 -+++ dovecot-example.conf Sun Sep 1 22:07:55 2002 -@@ -38,7 +38,7 @@ - ## - - # Executable location --#login_executable = /usr/lib/dovecot/imap-login -+#login_executable = %%PREFIX%%/lib/dovecot/imap-login - - # User to use for imap-login process - #login_user = imapd -@@ -46,7 +46,7 @@ - # Directory where imap-auth places authentication UNIX sockets which login - # needs to be able to connect to. The sockets are created when running as - # root, so you don't need to give imap-auth any access for it. --#login_dir = /var/run/dovecot/login -+#login_dir = /var/dovecot/login - - # chroot() imap-login process to the login_dir. Only reason not to do this - # is if you wish to run the whole imapd without roots. -@@ -64,7 +64,7 @@ - ## - - # Executable location --#imap_executable = /usr/lib/dovecot/imap -+#imap_executable = %%PREFIX%%/lib/dovecot/imap - - # Maximum number of running imap processes. When this limit is reached, - # new users aren't allowed to log in. -@@ -139,7 +139,7 @@ - auth_userinfo = pam - - # Executable location --#auth_executable = /var/lib/dovecot/imap-auth -+#auth_executable = %%PREFIX%%/lib/dovecot/imap-auth - - # User to use for the process. Only shadow and pam authentication requires - # roots, so use something else if possible. -@@ -162,7 +162,7 @@ - #auth_realms = - #auth_userinfo = passwd-file /etc/passwd.imap - #auth_user = imapauth --#auth_chroot = /var/run/dovecot/auth -+#auth_chroot = /var/dovecot/auth - - # if you plan to use only passwd-file, you don't need the two auth processes, - # simply set "auth_methods = plain digest-md5" diff --git a/mail/dovecot-devel/pkg-comment b/mail/dovecot-devel/pkg-comment deleted file mode 100644 index 7eb50288824c..000000000000 --- a/mail/dovecot-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Secure and compact IMAP server diff --git a/mail/dovecot-devel/pkg-descr b/mail/dovecot-devel/pkg-descr deleted file mode 100644 index f0c0d704eadc..000000000000 --- a/mail/dovecot-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Dovecot is a secure and compact IMAP server which is in the early stages -of developement. It supports Maildirs and mbox formats and much of the -IMAP v4 protocol including SSL/TLS. IPv6 support is also included. - -WWW: http://dovecot.procontrol.fi/ diff --git a/mail/dovecot-devel/pkg-install b/mail/dovecot-devel/pkg-install deleted file mode 100644 index 423775324699..000000000000 --- a/mail/dovecot-devel/pkg-install +++ /dev/null @@ -1,70 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=imapd - GROUP=imapd - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -s /sbin/nologin \ - -c "Imap Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - -fi diff --git a/mail/dovecot-devel/pkg-plist b/mail/dovecot-devel/pkg-plist deleted file mode 100644 index 1323b7b443ac..000000000000 --- a/mail/dovecot-devel/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -etc/dovecot-example.conf -etc/rc.d/dovecot-imapd.sh -lib/dovecot/imap -lib/dovecot/imap-auth -lib/dovecot/imap-login -sbin/imap-master -%%PORTDOCS%%share/doc/dovecot/auth.txt -%%PORTDOCS%%share/doc/dovecot/design.txt -%%PORTDOCS%%share/doc/dovecot/nfs.txt -%%PORTDOCS%%share/doc/dovecot/index.txt -%%PORTDOCS%%share/doc/dovecot/multiaccess.txt -%%PORTDOCS%%@dirrm share/doc/dovecot -@dirrm lib/dovecot diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile deleted file mode 100644 index 00677daaddd0..000000000000 --- a/mail/evolution-devel/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# New ports collection makefile for: evolution -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= evolution -PORTVERSION= 1.2.0 -PORTREVISION= 4 -CATEGORIES= mail gnome -MASTER_SITES= ${MASTER_SITE_GNOME} \ - http://people.FreeBSD.org/~sobomax/:local -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2 \ - sobomax/:local -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - db-3.1.17${EXTRACT_SUFX}:local -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \ - nss3.1:${PORTSDIR}/security/nss \ - soup.5:${PORTSDIR}/devel/soup - -.if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 -.endif -RUN_DEPENDS= gnome-spell-component-0.5:${PORTSDIR}/textproc/gnomespell \ - gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter -.if !defined(WITHOUT_PILOT) -BUILD_DEPENDS+= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits -RUN_DEPENDS+= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits -.endif - -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= yes -USE_X_PREFIX= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs gal gtkhtml -USE_REINPLACE= yes -USE_OPENSSL= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \ - --with-db3-includes=${DB3_WRKSRC} \ - --with-nspr-includes=${LOCALBASE}/include/nspr \ - --with-nspr-libs=${LOCALBASE}/lib \ - --with-nss-includes=${LOCALBASE}/include/nss/security \ - --with-nss-libs=${LOCALBASE}/lib - -.if defined(WITH_LDAP) -CONFIGURE_ARGS+= --with-openldap=${LOCALBASE} -.endif - -.if !defined(WITHOUT_PILOT) -CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} \ - --enable-pilot-conduits=yes -PLIST_SUB= PILOT:="" -.else -PLIST_SUB= PILOT:="@comment " -.endif -CONFIGURE_ENV= CPPFLAGS="-I${DB3_WRKSRC} -I${LOCALBASE}/include" \ - LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" - -PLIST_SUB+= VERSION=${PORTVERSION} - -MAN1= evolution.1 - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l '<db.h>' | \ - ${XARGS} ${REINPLACE_CMD} -e 's|<db.h>|<db3/db.h>|g' - -# DB3 stuff. Ugly, I know, but that's life. -DB3_WRKSRC= ${WRKDIR}/db-3.1.17/build_unix -DB3_CONFIGURE_SCRIPT= ../dist/configure -DB3_CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 --enable-cxx \ - --enable-static \ - --disable-dynamic \ - --prefix=${PREFIX} \ - --includedir=${PREFIX}/include/db3 \ - --target=${ARCH}-unknown-freebsd${OSREL} - -pre-configure: - @(cd ${DB3_WRKSRC} && \ - ${SETENV} CC="${CC}" CXX="${CXX}" \ - CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ - INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - ${DB3_CONFIGURE_ENV} ./${DB3_CONFIGURE_SCRIPT} ${DB3_CONFIGURE_ARGS}) - @(cd ${DB3_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) - @${RM} -f ${DB3_WRKSRC}/db3 - @${LN} -s . ${DB3_WRKSRC}/db3 -# End of the DB3 stuff - -post-install: - @${FIND} ${PREFIX}/share/gnome/evolution/default_user -type f | \ - ${XARGS} ${CHMOD} 644 - -.include <bsd.port.mk> diff --git a/mail/evolution-devel/distinfo b/mail/evolution-devel/distinfo deleted file mode 100644 index eae12ea00087..000000000000 --- a/mail/evolution-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome/evolution-1.2.0.tar.bz2) = 949c31941e869606ab808ce42f3a8e98 -MD5 (gnome/db-3.1.17.tar.bz2) = b237f4e38a650d096389ff54d564928d diff --git a/mail/evolution-devel/files/patch-..::db-3.1.17::dist::Makefile.in b/mail/evolution-devel/files/patch-..::db-3.1.17::dist::Makefile.in deleted file mode 100644 index 8609f029b432..000000000000 --- a/mail/evolution-devel/files/patch-..::db-3.1.17::dist::Makefile.in +++ /dev/null @@ -1,44 +0,0 @@ - -$FreeBSD$ - ---- ../db-3.1.17/dist/Makefile.in.orig Tue Jul 18 18:37:57 2000 -+++ ../db-3.1.17/dist/Makefile.in Fri Dec 14 16:49:51 2001 -@@ -34,11 +34,11 @@ - libdb= libdb.a - - libso_base= libdb --libso_linkname= $(libso_base)-$(SOVERSION).la --libso= $(libso_base)-$(SOVERSION).@SOSUFFIX@ --libso_target= $(libso_base)-$(SOVERSION).la -+libso_linkname= $(libso_base)$(SOMAJOR).la -+libso= $(libso_base)$(SOMAJOR).@SOSUFFIX@ -+libso_target= $(libso_base)$(SOMAJOR).la - libso_default= $(libso_base).@SOSUFFIX@ --libso_major= $(libso_base)-$(SOMAJOR).@SOSUFFIX@ -+libso_major= $(libso_base)$(SOMAJOR).@SOSUFFIX@.1 - - ################################################## - # C++ -@@ -49,10 +49,10 @@ - ################################################## - libcxx= libdb_cxx.a - libxso_base= libdb_cxx --libxso= $(libxso_base)-$(SOVERSION).@SOSUFFIX@ --libxso_target= $(libxso_base)-$(SOVERSION).la -+libxso= $(libxso_base)$(SOMAJOR).@SOSUFFIX@ -+libxso_target= $(libxso_base)$(SOMAJOR).la - libxso_default= $(libxso_base).@SOSUFFIX@ --libxso_major= $(libxso_base)-$(SOMAJOR).@SOSUFFIX@ -+libxso_major= $(libxso_base)$(SOMAJOR).@SOSUFFIX@.1 - - ################################################## - # JAVA -@@ -112,7 +112,7 @@ - bindir= @bindir@ - includedir=@includedir@ - libdir= @libdir@ --docdir= $(prefix)/docs -+docdir= $(prefix)/share/doc/db3 - - dmode= 755 - emode= 555 diff --git a/mail/evolution-devel/files/patch-..::db-3.1.17::dist::ltmain.sh b/mail/evolution-devel/files/patch-..::db-3.1.17::dist::ltmain.sh deleted file mode 100644 index 902d705c895b..000000000000 --- a/mail/evolution-devel/files/patch-..::db-3.1.17::dist::ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ../db-3.1.17/dist/ltmain.sh.orig Sun Jul 30 20:45:53 2000 -+++ ../db-3.1.17/dist/ltmain.sh Fri Dec 14 19:32:11 2001 -@@ -2694,6 +2694,9 @@ - # Absolute path. - rpath="$rpath$dir:" - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Relative path: add a thisdir entry. - rpath="$rpath\$thisdir/$dir:" -@@ -3356,10 +3359,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/mail/evolution-devel/files/patch-Makefile.in b/mail/evolution-devel/files/patch-Makefile.in deleted file mode 100644 index c6cd1867e395..000000000000 --- a/mail/evolution-devel/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Nov 11 17:44:58 2002 -+++ Makefile.in Mon Nov 11 17:45:22 2002 -@@ -223,7 +223,7 @@ - changelogs = ChangeLog - - --confexecdir = $(libdir) -+confexecdir = $(prefix)/etc - confexec_DATA = camelConf.sh evolution_shellConf.sh evolution_addressbookConf.sh evolution_calendarConf.sh - - diff --git a/mail/evolution-devel/files/patch-aa b/mail/evolution-devel/files/patch-aa deleted file mode 100644 index 70faba8a88f6..000000000000 --- a/mail/evolution-devel/files/patch-aa +++ /dev/null @@ -1,57 +0,0 @@ ---- configure.orig Wed Nov 6 16:01:40 2002 -+++ configure Tue Nov 12 00:12:54 2002 -@@ -7260,7 +7260,7 @@ - fi - rm -f conftest* - --ALL_LINGUAS="az bg ca cs da de el en_AU en_GB es et eu fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv tr uk vi zh_CN zh_TW" -+ALL_LINGUAS="az bg ca cs da de el en_AU en_GB es et eu fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv tr uk vi zh_CN" - # Extract the first word of "ranlib", so it can be a program name with args. - set dummy ranlib; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -@@ -9636,7 +9636,7 @@ - - CPPFLAGS_save="$CPPFLAGS" - CPPFLAGS="$DB3_CFLAGS $CPPFLAGS" --for ac_hdr in db.h db3/db.h -+for ac_hdr in db3/db.h - do - ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -@@ -9710,7 +9710,7 @@ - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* -- { echo "configure: error: Found db.h is not version $evolution_db_version" 1>&2; exit 1; } -+# { echo "configure: error: Found db.h is not version $evolution_db_version" 1>&2; exit 1; } - fi - rm -f conftest* - -@@ -12054,10 +12054,10 @@ - Please specify the path to libnspr4.a - Example: --with-nspr-libs=/usr/lib" 1>&2; exit 1; } - else -- nsprlibs="-ldl $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB" -+ nsprlibs="$with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB" - fi - else -- nsprlibs="-ldl -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB" -+ nsprlibs="-lplc4 -lplds4 -lnspr4 $PTHREAD_LIB" - fi - - echo $ac_n "checking for Mozilla nspr libraries""... $ac_c" 1>&6 -@@ -13857,10 +13857,10 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac -+# case "$ac_given_INSTALL" in -+# [/$]*) INSTALL="$ac_given_INSTALL" ;; -+# *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -+# esac - - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. diff --git a/mail/evolution-devel/files/patch-ab b/mail/evolution-devel/files/patch-ab deleted file mode 100644 index 4a534e9b2df4..000000000000 --- a/mail/evolution-devel/files/patch-ab +++ /dev/null @@ -1,7 +0,0 @@ ---- calendar/gui/Makefile.in.orig Mon Jul 10 21:34:31 2000 -+++ calendar/gui/Makefile.in Tue Jul 11 22:41:10 2000 -@@ -593,3 +593,3 @@ - install-data-local: -- $(mkinstalldirs) $(DESTDIR)$(help_base)/C -+# $(mkinstalldirs) $(DESTDIR)$(help_base)/C - $(mkinstalldirs) $(Conduitsdir) diff --git a/mail/evolution-devel/files/patch-calendar_conduits_calendar_Makefile.in b/mail/evolution-devel/files/patch-calendar_conduits_calendar_Makefile.in deleted file mode 100644 index f80d5aaba6be..000000000000 --- a/mail/evolution-devel/files/patch-calendar_conduits_calendar_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- calendar/conduits/calendar/Makefile.in.orig Mon Dec 9 15:55:17 2002 -+++ calendar/conduits/calendar/Makefile.in Mon Dec 9 15:56:02 2002 -@@ -231,7 +231,7 @@ - - - libecalendar_conduit_la_LDFLAGS = -module -avoid-version --libecalendar_conduit_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/calendar/cal-client/libcal-client-static.la $(top_builddir)/calendar/cal-util/libcal-util-static.la $(top_builddir)/libversit/libversit.a $(top_builddir)/libical/src/libical/libical-static.la $(top_builddir)/libwombat/libwombat-static.la $(top_builddir)/e-util/libeconduit-static.la $(EVOLUTION_CALENDAR_CONDUIT_LIBS) -+libecalendar_conduit_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/calendar/cal-client/libcal-client.la $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/libversit/libversit.a $(top_builddir)/libical/src/libical/libical-static.la $(top_builddir)/libwombat/libwombat.la $(top_builddir)/e-util/libeconduit.la $(EVOLUTION_CALENDAR_CONDUIT_LIBS) - - - Conduitdir = $(datadir)/gnome-pilot/conduits/ diff --git a/mail/evolution-devel/files/patch-calendar_conduits_todo_Makefile.in b/mail/evolution-devel/files/patch-calendar_conduits_todo_Makefile.in deleted file mode 100644 index 62fd99aa6350..000000000000 --- a/mail/evolution-devel/files/patch-calendar_conduits_todo_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- calendar/conduits/todo/Makefile.in.orig Mon Dec 9 16:01:21 2002 -+++ calendar/conduits/todo/Makefile.in Mon Dec 9 16:01:48 2002 -@@ -231,7 +231,7 @@ - - - libetodo_conduit_la_LDFLAGS = -module -avoid-version --libetodo_conduit_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/calendar/cal-client/libcal-client-static.la $(top_builddir)/calendar/cal-util/libcal-util-static.la $(top_builddir)/libversit/libversit.a $(top_builddir)/libical/src/libical/libical-static.la $(top_builddir)/libwombat/libwombat-static.la $(top_builddir)/e-util/libeconduit-static.la $(EVOLUTION_CALENDAR_CONDUIT_LIBS) -+libetodo_conduit_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/calendar/cal-client/libcal-client.la $(top_builddir)/calendar/cal-util/libcal-util.la $(top_builddir)/libversit/libversit.a $(top_builddir)/libical/src/libical/libical-static.la $(top_builddir)/libwombat/libwombat.la $(top_builddir)/e-util/libeconduit.la $(EVOLUTION_CALENDAR_CONDUIT_LIBS) - - - Conduitdir = $(datadir)/gnome-pilot/conduits/ diff --git a/mail/evolution-devel/files/patch-camel::camel-store.h b/mail/evolution-devel/files/patch-camel::camel-store.h deleted file mode 100644 index ee23828d6428..000000000000 --- a/mail/evolution-devel/files/patch-camel::camel-store.h +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- camel/camel-store.h 2001/09/04 16:45:47 1.1 -+++ camel/camel-store.h 2001/09/04 16:46:32 -@@ -33,6 +33,7 @@ - #pragma } - #endif /* __cplusplus }*/ - -+#include <sys/types.h> - #include <camel/camel-object.h> - #include <camel/camel-service.h> - diff --git a/mail/evolution-devel/files/patch-camel_Makefile.in b/mail/evolution-devel/files/patch-camel_Makefile.in deleted file mode 100644 index 8cc05b89d6cb..000000000000 --- a/mail/evolution-devel/files/patch-camel_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- camel/Makefile.in.orig Thu Sep 19 15:23:54 2002 -+++ camel/Makefile.in Thu Sep 19 15:24:30 2002 -@@ -265,7 +265,7 @@ - DEFS = @DEFS@ -I. -I$(srcdir) -I.. - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ --LIBS = @LIBS@ -+LIBS = @LIBS@ -lintl - libcamel_la_DEPENDENCIES = $(top_builddir)/e-util/libeutil.la - libcamel_la_OBJECTS = broken-date-parser.lo camel-address.lo \ - camel-arg.lo camel-block-file.lo camel-certdb.lo camel-charset-map.lo \ diff --git a/mail/evolution-devel/files/patch-camel_camel-mime-utils.c b/mail/evolution-devel/files/patch-camel_camel-mime-utils.c deleted file mode 100644 index 33111196a800..000000000000 --- a/mail/evolution-devel/files/patch-camel_camel-mime-utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- camel/camel-mime-utils.c.orig Fri May 3 15:47:41 2002 -+++ camel/camel-mime-utils.c Sun May 5 18:09:24 2002 -@@ -3388,6 +3388,8 @@ - } - d(printf("named offset = %d\n", offset)); - } -+ -+ tm.tm_isdst = -1; - - t = mktime(&tm); - #if defined(HAVE_TIMEZONE) diff --git a/mail/evolution-devel/files/patch-importers::Makefile.in b/mail/evolution-devel/files/patch-importers::Makefile.in deleted file mode 100644 index d562548238d1..000000000000 --- a/mail/evolution-devel/files/patch-importers::Makefile.in +++ /dev/null @@ -1,35 +0,0 @@ ---- importers/Makefile.in.orig Thu Sep 19 00:27:31 2002 -+++ importers/Makefile.in Thu Sep 19 00:30:02 2002 -@@ -277,12 +277,12 @@ - $(top_builddir)/shell/importer/libevolution-importer.la \ - $(top_builddir)/camel/libcamel.la $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/filter/libfilter.la $(top_builddir)/shell/libeshell.la --evolution_netscape_importer_LDFLAGS = -+evolution_netscape_importer_LDFLAGS = -module -avoid-version - evolution_elm_importer_OBJECTS = elm-importer.$(OBJEXT) - evolution_elm_importer_DEPENDENCIES = \ - $(top_builddir)/shell/importer/libevolution-importer.la \ - $(top_builddir)/e-util/libeutil.la --evolution_elm_importer_LDFLAGS = -+evolution_elm_importer_LDFLAGS = -module -avoid-version - evolution_pine_importer_OBJECTS = pine-importer.$(OBJEXT) - evolution_pine_importer_DEPENDENCIES = \ - $(top_builddir)/shell/importer/libevolution-importer.la \ -@@ -290,7 +290,7 @@ - $(top_builddir)/camel/libcamel.la $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.a --evolution_pine_importer_LDFLAGS = -+evolution_pine_importer_LDFLAGS = -module -avoid-version - evolution_gnomecard_importer_OBJECTS = \ - evolution-gnomecard-importer.$(OBJEXT) - evolution_gnomecard_importer_DEPENDENCIES = \ -@@ -299,7 +299,7 @@ - $(top_builddir)/camel/libcamel.la $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.a --evolution_gnomecard_importer_LDFLAGS = -+evolution_gnomecard_importer_LDFLAGS = -module -avoid-version - CFLAGS = @CFLAGS@ - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) - LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/mail/evolution-devel/files/patch-ltmain.sh b/mail/evolution-devel/files/patch-ltmain.sh deleted file mode 100644 index 1c2fba5d533f..000000000000 --- a/mail/evolution-devel/files/patch-ltmain.sh +++ /dev/null @@ -1,42 +0,0 @@ ---- ltmain.sh.orig Fri Sep 13 15:38:11 2002 -+++ ltmain.sh Fri Oct 11 01:44:24 2002 -@@ -1073,8 +1073,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2502,6 +2510,9 @@ - *-*-openbsd*) - # Do not include libc due to us having libc/libc_r. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4286,10 +4297,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/mail/evolution-devel/files/patch-my-evolution::e-summary-preferences.c b/mail/evolution-devel/files/patch-my-evolution::e-summary-preferences.c deleted file mode 100644 index e7f22e6e7845..000000000000 --- a/mail/evolution-devel/files/patch-my-evolution::e-summary-preferences.c +++ /dev/null @@ -1,14 +0,0 @@ ---- my-evolution/e-summary-preferences.c.orig Thu Oct 24 18:14:17 2002 -+++ my-evolution/e-summary-preferences.c Sun Nov 24 01:23:59 2002 -@@ -581,8 +581,11 @@ - {"http://barrapunto.com/gnome.rdf", "Barrapunto GNOME", FALSE,}, - {"http://www.bsdtoday.com/backend/bt.rdf", "BSD Today", FALSE}, - {"http://beyond2000.com/b2k.rdf", "Beyond 2000", FALSE}, -+ {"http://daily.daemonnews.org/ddn.rdf.php3", "Daily Daemon News", FALSE}, - {"http://www.dictionary.com/wordoftheday/wotd.rss", N_("Dictionary.com Word of the Day"), FALSE}, - {"http://www.dvdreview.com/rss/newschannel.rss", "DVD Review", FALSE}, -+ {"http://www.freebsd.org/gnome/news.rdf", "FreeBSD GNOME Project News", FALSE}, -+ {"http://www.freebsd.org/news/news.rdf", "FreeBSD Newsflash", FALSE}, - {"http://freshmeat.net/backend/fm.rdf", "Freshmeat", FALSE}, - {"http://www.gnomedesktop.org/backend.php", "Footnotes - GNOME News", FALSE}, - {"http://headlines.internet.com/internetnews/prod-news/news.rss", "Internet.com", FALSE}, diff --git a/mail/evolution-devel/files/patch-po::Makefile.in.in b/mail/evolution-devel/files/patch-po::Makefile.in.in deleted file mode 100644 index 85c5f9db34b6..000000000000 --- a/mail/evolution-devel/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in.orig Thu Feb 7 14:34:39 2002 -+++ po/Makefile.in.in Thu Feb 7 14:36:07 2002 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/mail/evolution-devel/files/patch-shell::Makefile.in b/mail/evolution-devel/files/patch-shell::Makefile.in deleted file mode 100644 index aa610af86769..000000000000 --- a/mail/evolution-devel/files/patch-shell::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- shell/Makefile.in.orig Thu Sep 19 13:31:46 2002 -+++ shell/Makefile.in Thu Sep 19 13:38:39 2002 -@@ -217,7 +217,7 @@ - - SUBDIRS = glade importer - --INCLUDES = -O -I$(top_srcdir)/widgets -I$(top_srcdir)/widgets/misc -I$(top_srcdir)/libical/src/libical -I$(top_builddir)/libical/src/libical -I$(top_srcdir) -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" -DEVOLUTION_DATADIR=\""$(datadir)"\" -DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" -DPREFIX=\"$(prefix)\" -DG_LOG_DOMAIN=\"evolution-shell\" $(SHELL_CFLAGS) -+INCLUDES = -I$(top_srcdir)/widgets -I$(top_srcdir)/widgets/misc -I$(top_srcdir)/libical/src/libical -I$(top_builddir)/libical/src/libical -I$(top_srcdir) -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" -DEVOLUTION_DATADIR=\""$(datadir)"\" -DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" -DPREFIX=\"$(prefix)\" -DG_LOG_DOMAIN=\"evolution-shell\" $(SHELL_CFLAGS) - - - # Shell CORBA stuff diff --git a/mail/evolution-devel/pkg-comment b/mail/evolution-devel/pkg-comment deleted file mode 100644 index 017eaee53071..000000000000 --- a/mail/evolution-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An integrated mail, calendar and address book distributed suite diff --git a/mail/evolution-devel/pkg-descr b/mail/evolution-devel/pkg-descr deleted file mode 100644 index 5e9708594d54..000000000000 --- a/mail/evolution-devel/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Ximian Evolution[tm] is the premier personal and workgroup information -management solution for UNIX. The software seamlessly integrates email, -calendaring, meeting scheduling, contact management and online task lists in -one powerful, fast, and easy to use application. Ximian Evolution also -delivers a comprehensive set of features that help you keep your work -organized and your projects on track. Automatic email indexing keeps your -information at your fingertips. The unique Ximian vFolders[tm] are virtual -folders you use to create and save powerful contextual views of your email -messages. - -WWW: http://www.ximian.com/products/ximian_evolution/ diff --git a/mail/evolution-devel/pkg-plist b/mail/evolution-devel/pkg-plist deleted file mode 100644 index 2390096beb97..000000000000 --- a/mail/evolution-devel/pkg-plist +++ /dev/null @@ -1,1438 +0,0 @@ -bin/csv2vcard -bin/evolution -bin/evolution-addressbook -bin/evolution-addressbook-clean -bin/evolution-addressbook-export -bin/evolution-addressbook-import -bin/evolution-alarm-notify -bin/evolution-calendar -bin/evolution-calendar-importer -bin/evolution-elm-importer -bin/evolution-executive-summary -bin/evolution-gnomecard-importer -bin/evolution-ldif-importer -bin/evolution-mail -bin/evolution-mail-upgrade -bin/evolution-move-tasks -bin/evolution-netscape-importer -bin/evolution-pine-importer -bin/evolution-vcard-importer -bin/killev -bin/load-gnomecard-addressbook -bin/load-pine-addressbook -bin/wombat -etc/camelConf.sh -etc/evolution_addressbookConf.sh -etc/evolution_calendarConf.sh -etc/evolution_shellConf.sh -include/camel/broken-date-parser.h -include/camel/camel-address.h -include/camel/camel-arg.h -include/camel/camel-block-file.h -include/camel/camel-certdb.h -include/camel/camel-charset-map.h -include/camel/camel-cipher-context.h -include/camel/camel-cms-context.h -include/camel/camel-data-cache.h -include/camel/camel-data-wrapper.h -include/camel/camel-digest-folder.h -include/camel/camel-digest-store.h -include/camel/camel-digest-summary.h -include/camel/camel-disco-diary.h -include/camel/camel-disco-folder.h -include/camel/camel-disco-store.h -include/camel/camel-exception-list.def -include/camel/camel-exception.h -include/camel/camel-file-utils.h -include/camel/camel-filter-driver.h -include/camel/camel-filter-search.h -include/camel/camel-folder-search.h -include/camel/camel-folder-summary.h -include/camel/camel-folder-thread.h -include/camel/camel-folder.h -include/camel/camel-gpg-context.h -include/camel/camel-http-stream.h -include/camel/camel-imap-command.h -include/camel/camel-imap-folder.h -include/camel/camel-imap-message-cache.h -include/camel/camel-imap-search.h -include/camel/camel-imap-store-summary.h -include/camel/camel-imap-store.h -include/camel/camel-imap-summary.h -include/camel/camel-imap-types.h -include/camel/camel-imap-utils.h -include/camel/camel-imap-wrapper.h -include/camel/camel-index.h -include/camel/camel-internet-address.h -include/camel/camel-local-folder.h -include/camel/camel-local-store.h -include/camel/camel-local-summary.h -include/camel/camel-lock-client.h -include/camel/camel-lock.h -include/camel/camel-maildir-folder.h -include/camel/camel-maildir-store.h -include/camel/camel-maildir-summary.h -include/camel/camel-mbox-folder.h -include/camel/camel-mbox-store.h -include/camel/camel-mbox-summary.h -include/camel/camel-medium.h -include/camel/camel-mh-folder.h -include/camel/camel-mh-store.h -include/camel/camel-mh-summary.h -include/camel/camel-mime-filter-basic.h -include/camel/camel-mime-filter-bestenc.h -include/camel/camel-mime-filter-canon.h -include/camel/camel-mime-filter-charset.h -include/camel/camel-mime-filter-chomp.h -include/camel/camel-mime-filter-crlf.h -include/camel/camel-mime-filter-from.h -include/camel/camel-mime-filter-html.h -include/camel/camel-mime-filter-index.h -include/camel/camel-mime-filter-linewrap.h -include/camel/camel-mime-filter-save.h -include/camel/camel-mime-filter-tohtml.h -include/camel/camel-mime-filter.h -include/camel/camel-mime-message.h -include/camel/camel-mime-parser.h -include/camel/camel-mime-part-utils.h -include/camel/camel-mime-part.h -include/camel/camel-mime-utils.h -include/camel/camel-movemail.h -include/camel/camel-multipart-encrypted.h -include/camel/camel-multipart-signed.h -include/camel/camel-multipart.h -include/camel/camel-object.h -include/camel/camel-operation.h -include/camel/camel-partition-table.h -include/camel/camel-pgp-mime.h -include/camel/camel-pop3-engine.h -include/camel/camel-pop3-folder.h -include/camel/camel-pop3-store.h -include/camel/camel-pop3-stream.h -include/camel/camel-provider.h -include/camel/camel-sasl-anonymous.h -include/camel/camel-sasl-cram-md5.h -include/camel/camel-sasl-digest-md5.h -include/camel/camel-sasl-kerberos4.h -include/camel/camel-sasl-login.h -include/camel/camel-sasl-ntlm.h -include/camel/camel-sasl-plain.h -include/camel/camel-sasl-popb4smtp.h -include/camel/camel-sasl.h -include/camel/camel-seekable-stream.h -include/camel/camel-seekable-substream.h -include/camel/camel-sendmail-transport.h -include/camel/camel-service.h -include/camel/camel-session.h -include/camel/camel-smime-context.h -include/camel/camel-smime-utils.h -include/camel/camel-smtp-transport.h -include/camel/camel-spool-folder.h -include/camel/camel-spool-store.h -include/camel/camel-spool-summary.h -include/camel/camel-store-summary.h -include/camel/camel-store.h -include/camel/camel-stream-buffer.h -include/camel/camel-stream-filter.h -include/camel/camel-stream-fs.h -include/camel/camel-stream-mem.h -include/camel/camel-stream-null.h -include/camel/camel-stream.h -include/camel/camel-tcp-stream-raw.h -include/camel/camel-tcp-stream-ssl.h -include/camel/camel-tcp-stream.h -include/camel/camel-text-index.h -include/camel/camel-transport.h -include/camel/camel-types.h -include/camel/camel-uid-cache.h -include/camel/camel-url.h -include/camel/camel-utf8.h -include/camel/camel-vee-folder.h -include/camel/camel-vee-store.h -include/camel/camel-vtrash-folder.h -include/camel/camel.h -include/camel/gstring-util.h -include/camel/hash-table-utils.h -include/camel/string-utils.h -include/ename/e-address-western.h -include/ename/e-name-western-tables.h -include/ename/e-name-western.h -include/evolution/cal-client/cal-client-multi.h -include/evolution/cal-client/cal-client-types.h -include/evolution/cal-client/cal-client.h -include/evolution/cal-client/cal-query.h -include/evolution/cal-client/evolution-calendar.h -include/evolution/cal-util/cal-component.h -include/evolution/cal-util/cal-recur.h -include/evolution/cal-util/cal-util.h -include/evolution/cal-util/timeutil.h -include/evolution/e-conduit/e-pilot-map.h -include/evolution/e-conduit/e-pilot-settings.h -include/evolution/e-conduit/e-pilot-util.h -include/evolution/e-db3util/e-db3-utils.h -include/evolution/e-db3util/e-dbhash.h -include/evolution/e-util/e-bonobo-factory-util.h -include/evolution/e-util/e-categories-config.h -include/evolution/e-util/e-categories-master-list-wombat.h -include/evolution/e-util/e-component-listener.h -include/evolution/e-util/e-config-listener.h -include/evolution/e-util/e-corba-utils.h -include/evolution/e-util/e-dialog-utils.h -include/evolution/e-util/e-dialog-widgets.h -include/evolution/e-util/e-gtk-utils.h -include/evolution/e-util/e-gui-utils.h -include/evolution/e-util/e-host-utils.h -include/evolution/e-util/e-html-utils.h -include/evolution/e-util/e-iterator.h -include/evolution/e-util/e-lang-utils.h -include/evolution/e-util/e-list-iterator.h -include/evolution/e-util/e-list.h -include/evolution/e-util/e-memory.h -include/evolution/e-util/e-mktemp.h -include/evolution/e-util/e-msgport.h -include/evolution/e-util/e-passwords.h -include/evolution/e-util/e-path.h -include/evolution/e-util/e-proxy.h -include/evolution/e-util/e-request.h -include/evolution/e-util/e-sexp.h -include/evolution/e-util/e-time-utils.h -include/evolution/e-util/e-url.h -include/evolution/e-util/md5-utils.h -include/evolution/ebook/addressbook.h -include/evolution/ebook/e-book-listener.h -include/evolution/ebook/e-book-types.h -include/evolution/ebook/e-book-util.h -include/evolution/ebook/e-book-view-listener.h -include/evolution/ebook/e-book-view.h -include/evolution/ebook/e-book.h -include/evolution/ebook/e-card-compare.h -include/evolution/ebook/e-card-cursor.h -include/evolution/ebook/e-card-simple.h -include/evolution/ebook/e-card-types.h -include/evolution/ebook/e-card.h -include/evolution/ebook/e-destination.h -include/evolution/ical.h -include/evolution/importer/GNOME_Evolution_Importer.h -include/evolution/importer/evolution-importer-client.h -include/evolution/importer/evolution-importer-listener.h -include/evolution/importer/evolution-importer.h -include/evolution/importer/evolution-intelligent-importer.h -include/evolution/pas/addressbook.h -include/evolution/pas/pas-backend-card-sexp.h -include/evolution/pas/pas-backend-summary.h -include/evolution/pas/pas-backend.h -include/evolution/pas/pas-book-factory.h -include/evolution/pas/pas-book-view.h -include/evolution/pas/pas-book.h -include/evolution/pas/pas-card-cursor.h -include/evolution/pcs/cal-backend-util.h -include/evolution/pcs/cal-backend.h -include/evolution/pcs/cal-common.h -include/evolution/pcs/cal-factory.h -include/evolution/pcs/cal.h -include/evolution/pcs/evolution-calendar.h -include/evolution/pcs/job.h -include/evolution/pcs/query-backend.h -include/evolution/pcs/query.h -include/evolution/shell/Evolution.h -include/evolution/shell/e-folder-list.h -include/evolution/shell/e-folder-tree.h -include/evolution/shell/e-folder.h -include/evolution/shell/e-shell-corba-icon-utils.h -include/evolution/shell/evolution-activity-client.h -include/evolution/shell/evolution-config-control.h -include/evolution/shell/evolution-folder-selector-button.h -include/evolution/shell/evolution-session.h -include/evolution/shell/evolution-shell-client.h -include/evolution/shell/evolution-shell-component-client.h -include/evolution/shell/evolution-shell-component-dnd.h -include/evolution/shell/evolution-shell-component-utils.h -include/evolution/shell/evolution-shell-component.h -include/evolution/shell/evolution-shell-view.h -include/evolution/shell/evolution-storage-listener.h -include/evolution/shell/evolution-storage-set-view-listener.h -include/evolution/shell/evolution-storage.h -include/evolution/shell/evolution-wizard.h -include/evolution/widgets/e-bonobo-widget.h -include/evolution/widgets/e-calendar-item.h -include/evolution/widgets/e-calendar.h -include/evolution/widgets/e-cell-date-edit.h -include/evolution/widgets/e-cell-percent.h -include/evolution/widgets/e-charset-picker.h -include/evolution/widgets/e-clipped-label.h -include/evolution/widgets/e-combo-button.h -include/evolution/widgets/e-config-page.h -include/evolution/widgets/e-dateedit.h -include/evolution/widgets/e-dropdown-button.h -include/evolution/widgets/e-map.h -include/evolution/widgets/e-messagebox.h -include/evolution/widgets/e-multi-config-dialog.h -include/evolution/widgets/e-search-bar.h -include/evolution/widgets/e-title-bar.h -include/evolution/widgets/e-url-entry.h -include/evolution/wombat/wombat-client.h -lib/evolution/1.2/camel-providers/libcamelimap.so -lib/evolution/1.2/camel-providers/libcamelimap.urls -lib/evolution/1.2/camel-providers/libcamellocal.so -lib/evolution/1.2/camel-providers/libcamellocal.urls -lib/evolution/1.2/camel-providers/libcamelpop3.so -lib/evolution/1.2/camel-providers/libcamelpop3.urls -lib/evolution/1.2/camel-providers/libcamelsendmail.so -lib/evolution/1.2/camel-providers/libcamelsendmail.urls -lib/evolution/1.2/camel-providers/libcamelsmtp.so -lib/evolution/1.2/camel-providers/libcamelsmtp.urls -lib/evolution/1.2/evolution-mail-importers/libmbox.so -lib/evolution/1.2/evolution-mail-importers/liboutlook.so -lib/evolution/1.2/libcal-util-static.a -lib/evolution/1.2/libebook-static.a -lib/evolution/1.2/libebook.a -lib/evolution/1.2/libebook.so -lib/evolution/1.2/libebook.so.0 -lib/evolution/1.2/libeconduit.a -lib/evolution/1.2/libeconduit.so -lib/evolution/1.2/libeconduit.so.0 -lib/evolution/1.2/libedb3util.a -lib/evolution/1.2/libedb3util.so -lib/evolution/1.2/libedb3util.so.0 -lib/evolution/1.2/libemiscwidgets.a -lib/evolution/1.2/libeutil.a -lib/evolution/1.2/libeutil.so -lib/evolution/1.2/libeutil.so.0 -lib/evolution/1.2/libpas.a -lib/evolution/1.2/libpcs.a -lib/evolution/1.2/libversit.a -%%PILOT:%%lib/gnome-pilot/conduits/libeaddress_conduit.so -%%PILOT:%%lib/gnome-pilot/conduits/libecalendar_conduit.so -%%PILOT:%%lib/gnome-pilot/conduits/libetodo_conduit.so -lib/libcal-client.a -lib/libcal-client.so -lib/libcal-client.so.0 -lib/libcal-util.a -lib/libcal-util.so -lib/libcal-util.so.0 -lib/libcamel.a -lib/libcamel.so -lib/libcamel.so.0 -lib/libename.a -lib/libename.so -lib/libename.so.0 -lib/libeselectnames.a -lib/libeselectnames.so -lib/libeselectnames.so.0 -lib/libeshell.a -lib/libeshell.so -lib/libeshell.so.0 -lib/libevolution-importer.a -lib/libevolution-importer.so -lib/libevolution-importer.so.0 -lib/libical-evolution.a -lib/libical-evolution.so -lib/libical-evolution.so.0 -lib/libicalvcal-evolution.a -lib/libicalvcal-evolution.so -lib/libicalvcal-evolution.so.0 -lib/libwombat.a -lib/libwombat.so -lib/libwombat.so.0 -sbin/camel-index-control -sbin/camel-lock-helper -share/gnome/apps/Applications/evolution.desktop -share/gnome/evolution/Locations -share/gnome/evolution/addresstypes.xml -share/gnome/evolution/arrow.png -share/gnome/evolution/default_user/addressbook-sources.xml -share/gnome/evolution/default_user/local/Calendar/folder-metadata.xml -share/gnome/evolution/default_user/local/Contacts/create-initial -share/gnome/evolution/default_user/local/Contacts/folder-metadata.xml -share/gnome/evolution/default_user/local/Drafts/folder-metadata.xml -share/gnome/evolution/default_user/local/Drafts/mbox -share/gnome/evolution/default_user/local/Inbox/folder-metadata.xml -share/gnome/evolution/default_user/local/Inbox/mbox -share/gnome/evolution/default_user/local/Outbox/folder-metadata.xml -share/gnome/evolution/default_user/local/Outbox/mbox -share/gnome/evolution/default_user/local/Sent/folder-metadata.xml -share/gnome/evolution/default_user/local/Sent/mbox -share/gnome/evolution/default_user/local/Tasks/folder-metadata.xml -share/gnome/evolution/default_user/local/Trash/folder-metadata.xml -share/gnome/evolution/default_user/searches.xml -share/gnome/evolution/default_user/vfolders.xml -share/gnome/evolution/ecps/medbook.ecps -share/gnome/evolution/ecps/phonelist.ecps -share/gnome/evolution/ecps/smallbook.ecps -share/gnome/evolution/etspec/addressbook-config.etspec -share/gnome/evolution/etspec/e-addressbook-view.etspec -share/gnome/evolution/etspec/e-calendar-table.etspec -share/gnome/evolution/etspec/e-contact-list-editor.etspec -share/gnome/evolution/etspec/e-meeting-time-sel.etspec -share/gnome/evolution/etspec/e-storage-set-view.etspec -share/gnome/evolution/etspec/mail-accounts.etspec -share/gnome/evolution/etspec/meeting-page.etspec -share/gnome/evolution/etspec/message-list.etspec -share/gnome/evolution/etspec/e-select-names.etspec -share/gnome/evolution/etspec/subscribe-dialog.etspec -share/gnome/evolution/evolutionperson.schema -share/gnome/evolution/filtertypes.xml -share/gnome/evolution/glade/alarm-notify.glade -share/gnome/evolution/glade/alarm-options.glade -share/gnome/evolution/glade/alarm-page.glade -share/gnome/evolution/glade/cal-prefs-dialog.glade -share/gnome/evolution/glade/contact-editor.glade -share/gnome/evolution/glade/contact-list-editor.glade -share/gnome/evolution/glade/e-active-connection-dialog.glade -share/gnome/evolution/glade/e-card-duplicate-detected.glade -share/gnome/evolution/glade/e-card-merging-book-commit-duplicate-detected.glade -share/gnome/evolution/glade/e-contact-editor-confirm-delete.glade -share/gnome/evolution/glade/e-contact-print.glade -share/gnome/evolution/glade/e-delegate-dialog.glade -share/gnome/evolution/glade/e-folder-list.glade -share/gnome/evolution/glade/e-itip-control.glade -share/gnome/evolution/glade/e-msg-composer-attachment.glade -share/gnome/evolution/glade/e-shell-config-default-folders.glade -share/gnome/evolution/glade/e-shell-folder-creation-dialog.glade -share/gnome/evolution/glade/e-shell-shared-folder-picker-dialog.glade -share/gnome/evolution/glade/e-timezone-dialog.glade -share/gnome/evolution/glade/event-page.glade -share/gnome/evolution/glade/evolution-startup-wizard.glade -share/gnome/evolution/glade/evolution.png -share/gnome/evolution/glade/file-exists.glade -share/gnome/evolution/glade/filter.glade -share/gnome/evolution/glade/flag-for-followup-48.png -share/gnome/evolution/glade/fulladdr.glade -share/gnome/evolution/glade/fullname.glade -share/gnome/evolution/glade/goto-dialog.glade -share/gnome/evolution/glade/import.glade -share/gnome/evolution/glade/import.png -share/gnome/evolution/glade/ldap-config.glade -share/gnome/evolution/glade/local-config.glade -share/gnome/evolution/glade/mail-config-druid-account-name.png -share/gnome/evolution/glade/mail-config-druid-identity.png -share/gnome/evolution/glade/mail-config-druid-receive.png -share/gnome/evolution/glade/mail-config-druid-send.png -share/gnome/evolution/glade/mail-config-druid.png -share/gnome/evolution/glade/mail-config.glade -share/gnome/evolution/glade/meeting-page.glade -share/gnome/evolution/glade/message-tags.glade -share/gnome/evolution/glade/my-evolution.glade -share/gnome/evolution/glade/recurrence-page.glade -share/gnome/evolution/glade/schedule-page.glade -share/gnome/evolution/glade/select-names.glade -share/gnome/evolution/glade/subscribe-dialog.glade -share/gnome/evolution/glade/task-details-page.glade -share/gnome/evolution/glade/task-page.glade -share/gnome/evolution/glade/thankyou.png -share/gnome/evolution/glade/timezone-48.png -share/gnome/evolution/sounds/default_alarm.wav -share/gnome/evolution/vfoldertypes.xml -share/gnome/evolution/views/addressbook/Address_Cards.galview -share/gnome/evolution/views/addressbook/By_Company.galview -share/gnome/evolution/views/addressbook/Phone_List.galview -share/gnome/evolution/views/addressbook/galview.xml -share/gnome/evolution/views/calendar/galview.xml -share/gnome/evolution/views/mail/As_Sent_Folder.galview -share/gnome/evolution/views/mail/By_Follow_Up_Flag.galview -share/gnome/evolution/views/mail/By_Sender.galview -share/gnome/evolution/views/mail/By_Status.galview -share/gnome/evolution/views/mail/By_Subject.galview -share/gnome/evolution/views/mail/Messages.galview -share/gnome/evolution/views/mail/galview.xml -share/gnome/evolution/views/tasks/Tasks.galview -share/gnome/evolution/views/tasks/With_Category.galview -share/gnome/evolution/views/tasks/galview.xml -%%PILOT:%%share/gnome/gnome-pilot/conduits/e-address.conduit -%%PILOT:%%share/gnome/gnome-pilot/conduits/e-calendar.conduit -%%PILOT:%%share/gnome/gnome-pilot/conduits/e-todo.conduit -share/gnome/help/evolution/C/access.html -share/gnome/help/evolution/C/apx-gloss.html -share/gnome/help/evolution/C/authors.html -share/gnome/help/evolution/C/bugs.html -share/gnome/help/evolution/C/config-prefs-cal.html -share/gnome/help/evolution/C/config-prefs-contact.html -share/gnome/help/evolution/C/config-prefs.html -share/gnome/help/evolution/C/config-sync.html -share/gnome/help/evolution/C/config.html -share/gnome/help/evolution/C/configure.html -share/gnome/help/evolution/C/contact-automation-basic.html -share/gnome/help/evolution/C/contact-search.html -share/gnome/help/evolution/C/customizing-summary.html -share/gnome/help/evolution/C/docbook.css -share/gnome/help/evolution/C/encryption.html -share/gnome/help/evolution/C/figures/calendar.png -share/gnome/help/evolution/C/figures/config-cal.png -share/gnome/help/evolution/C/figures/config-mail.png -share/gnome/help/evolution/C/figures/contact-editor.png -share/gnome/help/evolution/C/figures/contact.png -share/gnome/help/evolution/C/figures/exchange-identity.png -share/gnome/help/evolution/C/figures/exchange-receive-options.png -share/gnome/help/evolution/C/figures/exchange-receive.png -share/gnome/help/evolution/C/figures/filter-assist-fig.png -share/gnome/help/evolution/C/figures/filter-new-fig.png -share/gnome/help/evolution/C/figures/full-1.png -share/gnome/help/evolution/C/figures/full-2.png -share/gnome/help/evolution/C/figures/full-3.png -share/gnome/help/evolution/C/figures/full-4.png -share/gnome/help/evolution/C/figures/full-5.png -share/gnome/help/evolution/C/figures/full-6.png -share/gnome/help/evolution/C/figures/full-7.png -share/gnome/help/evolution/C/figures/mail-composer.png -share/gnome/help/evolution/C/figures/mail-druid-pic.png -share/gnome/help/evolution/C/figures/mail-inbox.png -share/gnome/help/evolution/C/figures/mail-threaded.png -share/gnome/help/evolution/C/figures/mainwindow-pic.png -share/gnome/help/evolution/C/figures/newmsg.png -share/gnome/help/evolution/C/figures/print-dest.png -share/gnome/help/evolution/C/figures/print-preview.png -share/gnome/help/evolution/C/figures/replymsg.png -share/gnome/help/evolution/C/figures/schedule.png -share/gnome/help/evolution/C/figures/small_desktop.png -share/gnome/help/evolution/C/figures/summary.png -share/gnome/help/evolution/C/figures/vfolder-createrule-fig.png -share/gnome/help/evolution/C/full-advantage.html -share/gnome/help/evolution/C/importing-mail-from-clients.html -share/gnome/help/evolution/C/index.html -share/gnome/help/evolution/C/install.html -share/gnome/help/evolution/C/introduction.html -share/gnome/help/evolution/C/ln20.html -share/gnome/help/evolution/C/menuref.html -share/gnome/help/evolution/C/print-destination.html -share/gnome/help/evolution/C/quickref-cal.html -share/gnome/help/evolution/C/quickref-contact.html -share/gnome/help/evolution/C/quickref-mail.html -share/gnome/help/evolution/C/rsvp-stuff.html -share/gnome/help/evolution/C/sgml/apx-authors.sgml -share/gnome/help/evolution/C/sgml/apx-bugs.sgml -share/gnome/help/evolution/C/sgml/apx-gloss.sgml -share/gnome/help/evolution/C/sgml/config-prefs.sgml -share/gnome/help/evolution/C/sgml/config-sync.sgml -share/gnome/help/evolution/C/sgml/evolution.sgml -share/gnome/help/evolution/C/sgml/menuref.sgml -share/gnome/help/evolution/C/sgml/preface.sgml -share/gnome/help/evolution/C/sgml/usage-calendar.sgml -share/gnome/help/evolution/C/sgml/usage-contact.sgml -share/gnome/help/evolution/C/sgml/usage-exchange.sgml -share/gnome/help/evolution/C/sgml/usage-exec-summary.sgml -share/gnome/help/evolution/C/sgml/usage-mail-org.sgml -share/gnome/help/evolution/C/sgml/usage-mail.sgml -share/gnome/help/evolution/C/sgml/usage-mainwindow.sgml -share/gnome/help/evolution/C/sgml/usage-print.sgml -share/gnome/help/evolution/C/sgml/usage-sync.sgml -share/gnome/help/evolution/C/stylesheet-images/caution.gif -share/gnome/help/evolution/C/stylesheet-images/home.gif -share/gnome/help/evolution/C/stylesheet-images/important.gif -share/gnome/help/evolution/C/stylesheet-images/next.gif -share/gnome/help/evolution/C/stylesheet-images/note.gif -share/gnome/help/evolution/C/stylesheet-images/prev.gif -share/gnome/help/evolution/C/stylesheet-images/tip.gif -share/gnome/help/evolution/C/stylesheet-images/toc-blank.gif -share/gnome/help/evolution/C/stylesheet-images/toc-minus.gif -share/gnome/help/evolution/C/stylesheet-images/toc-plus.gif -share/gnome/help/evolution/C/stylesheet-images/up.gif -share/gnome/help/evolution/C/stylesheet-images/warning.gif -share/gnome/help/evolution/C/topic.dat -share/gnome/help/evolution/C/typography.html -share/gnome/help/evolution/C/ui-intro.html -share/gnome/help/evolution/C/usage-calendar-apts.html -share/gnome/help/evolution/C/usage-calendar-multiple.html -share/gnome/help/evolution/C/usage-calendar-todo.html -share/gnome/help/evolution/C/usage-calendar.html -share/gnome/help/evolution/C/usage-contact-organize.html -share/gnome/help/evolution/C/usage-contact-sharing.html -share/gnome/help/evolution/C/usage-contact.html -share/gnome/help/evolution/C/usage-exchange.html -share/gnome/help/evolution/C/usage-mail-getnsend-get.html -share/gnome/help/evolution/C/usage-mail-getnsend-send.html -share/gnome/help/evolution/C/usage-mail-organize-columns.html -share/gnome/help/evolution/C/usage-mail-organize-filters.html -share/gnome/help/evolution/C/usage-mail-organize-folders.html -share/gnome/help/evolution/C/usage-mail-organize-search.html -share/gnome/help/evolution/C/usage-mail-organize-vfolders.html -share/gnome/help/evolution/C/usage-mail-organize.html -share/gnome/help/evolution/C/usage-mail-subscriptions.html -share/gnome/help/evolution/C/usage-mail.html -share/gnome/help/evolution/C/usage-mainwindow-starting.html -share/gnome/help/evolution/C/usage-mainwindow.html -share/gnome/help/evolution/C/usage-print.html -share/gnome/help/evolution/C/usage-summary.html -share/gnome/help/evolution/C/usage-sync.html -share/gnome/help/evolution/C/usage.html -share/gnome/help/evolution/C/whats-new-in-one-two.html -share/gnome/help/evolution/no/apx-gloss.html -share/gnome/help/evolution/no/authors.html -share/gnome/help/evolution/no/bugs.html -share/gnome/help/evolution/no/config-prefs-cal.html -share/gnome/help/evolution/no/config-prefs-contact.html -share/gnome/help/evolution/no/config-prefs.html -share/gnome/help/evolution/no/config-sync.html -share/gnome/help/evolution/no/config.html -share/gnome/help/evolution/no/contact-automation-basic.html -share/gnome/help/evolution/no/contact-search.html -share/gnome/help/evolution/no/customizing-summary.html -share/gnome/help/evolution/no/docbook.css -share/gnome/help/evolution/no/encryption.html -share/gnome/help/evolution/no/figures/calendar.png -share/gnome/help/evolution/no/figures/config-cal.png -share/gnome/help/evolution/no/figures/config-mail.png -share/gnome/help/evolution/no/figures/contact-editor.png -share/gnome/help/evolution/no/figures/contact.png -share/gnome/help/evolution/no/figures/filter-assist-fig.png -share/gnome/help/evolution/no/figures/filter-new-fig.png -share/gnome/help/evolution/no/figures/full-1.png -share/gnome/help/evolution/no/figures/full-2.png -share/gnome/help/evolution/no/figures/full-3.png -share/gnome/help/evolution/no/figures/full-4.png -share/gnome/help/evolution/no/figures/full-5.png -share/gnome/help/evolution/no/figures/full-6.png -share/gnome/help/evolution/no/figures/full-7.png -share/gnome/help/evolution/no/figures/mail-composer.png -share/gnome/help/evolution/no/figures/mail-druid-pic.png -share/gnome/help/evolution/no/figures/mail-inbox.png -share/gnome/help/evolution/no/figures/mainwindow-pic.png -share/gnome/help/evolution/no/figures/newmsg.png -share/gnome/help/evolution/no/figures/print-dest.png -share/gnome/help/evolution/no/figures/print-preview.png -share/gnome/help/evolution/no/figures/replymsg.png -share/gnome/help/evolution/no/figures/vfolder-createrule-fig.png -share/gnome/help/evolution/no/index.html -share/gnome/help/evolution/no/introduction.html -share/gnome/help/evolution/no/ln20.html -share/gnome/help/evolution/no/menuref.html -share/gnome/help/evolution/no/print-destination.html -share/gnome/help/evolution/no/quickref-cal.html -share/gnome/help/evolution/no/quickref-contact.html -share/gnome/help/evolution/no/quickref-mail.html -share/gnome/help/evolution/no/rsvp-stuff.html -share/gnome/help/evolution/no/sgml/apx-authors.sgml -share/gnome/help/evolution/no/sgml/apx-bugs.sgml -share/gnome/help/evolution/no/sgml/apx-gloss.sgml -share/gnome/help/evolution/no/sgml/config-encryption.sgml -share/gnome/help/evolution/no/sgml/config-prefs.sgml -share/gnome/help/evolution/no/sgml/config-sync.sgml -share/gnome/help/evolution/no/sgml/evolution-faq.sgml -share/gnome/help/evolution/no/sgml/evolution.sgml -share/gnome/help/evolution/no/sgml/menuref.sgml -share/gnome/help/evolution/no/sgml/preface.sgml -share/gnome/help/evolution/no/sgml/usage-calendar.sgml -share/gnome/help/evolution/no/sgml/usage-contact.sgml -share/gnome/help/evolution/no/sgml/usage-encryption.sgml -share/gnome/help/evolution/no/sgml/usage-exec-summary.sgml -share/gnome/help/evolution/no/sgml/usage-mail-org.sgml -share/gnome/help/evolution/no/sgml/usage-mail.sgml -share/gnome/help/evolution/no/sgml/usage-mainwindow.sgml -share/gnome/help/evolution/no/sgml/usage-print.sgml -share/gnome/help/evolution/no/sgml/usage-sync.sgml -share/gnome/help/evolution/no/stylesheet-images/caution.gif -share/gnome/help/evolution/no/stylesheet-images/home.gif -share/gnome/help/evolution/no/stylesheet-images/important.gif -share/gnome/help/evolution/no/stylesheet-images/next.gif -share/gnome/help/evolution/no/stylesheet-images/note.gif -share/gnome/help/evolution/no/stylesheet-images/prev.gif -share/gnome/help/evolution/no/stylesheet-images/tip.gif -share/gnome/help/evolution/no/stylesheet-images/toc-blank.gif -share/gnome/help/evolution/no/stylesheet-images/toc-minus.gif -share/gnome/help/evolution/no/stylesheet-images/toc-plus.gif -share/gnome/help/evolution/no/stylesheet-images/up.gif -share/gnome/help/evolution/no/stylesheet-images/warning.gif -share/gnome/help/evolution/no/topic.dat -share/gnome/help/evolution/no/typography.html -share/gnome/help/evolution/no/ui-intro.html -share/gnome/help/evolution/no/usage-calendar-apts.html -share/gnome/help/evolution/no/usage-calendar-multiple.html -share/gnome/help/evolution/no/usage-calendar-todo.html -share/gnome/help/evolution/no/usage-calendar.html -share/gnome/help/evolution/no/usage-contact-organize.html -share/gnome/help/evolution/no/usage-contact-sharing.html -share/gnome/help/evolution/no/usage-contact.html -share/gnome/help/evolution/no/usage-mail-getnsend-get.html -share/gnome/help/evolution/no/usage-mail-getnsend-send.html -share/gnome/help/evolution/no/usage-mail-organize-columns.html -share/gnome/help/evolution/no/usage-mail-organize-filters.html -share/gnome/help/evolution/no/usage-mail-organize-folders.html -share/gnome/help/evolution/no/usage-mail-organize-search.html -share/gnome/help/evolution/no/usage-mail-organize-vfolders.html -share/gnome/help/evolution/no/usage-mail-organize.html -share/gnome/help/evolution/no/usage-mail-subscriptions.html -share/gnome/help/evolution/no/usage-mail.html -share/gnome/help/evolution/no/usage-mainwindow-starting.html -share/gnome/help/evolution/no/usage-mainwindow.html -share/gnome/help/evolution/no/usage-print.html -share/gnome/help/evolution/no/usage-summary.html -share/gnome/help/evolution/no/usage-sync.html -share/gnome/help/evolution/no/usage.html -share/gnome/html/evolution-devel-guide/alarm-trigger-generation-code.html -share/gnome/html/evolution-devel-guide/calclient.html -share/gnome/html/evolution-devel-guide/calcomponent.html -share/gnome/html/evolution-devel-guide/calendar-alarm-generation.html -share/gnome/html/evolution-devel-guide/calendar-architecture.html -share/gnome/html/evolution-devel-guide/calendar-public-reference.html -share/gnome/html/evolution-devel-guide/evolution-api-reference.html -share/gnome/html/evolution-devel-guide/evolution-cal-util-cal-recur.html -share/gnome/html/evolution-devel-guide/evolution-cal-util-cal-util.html -share/gnome/html/evolution-devel-guide/evolution-cal-util-timeutil.html -share/gnome/html/evolution-devel-guide/evolution-calendar.html -share/gnome/html/evolution-devel-guide/fdl-section1.html -share/gnome/html/evolution-devel-guide/fdl-section10.html -share/gnome/html/evolution-devel-guide/fdl-section2.html -share/gnome/html/evolution-devel-guide/fdl-section3.html -share/gnome/html/evolution-devel-guide/fdl-section4.html -share/gnome/html/evolution-devel-guide/fdl-section5.html -share/gnome/html/evolution-devel-guide/fdl-section6.html -share/gnome/html/evolution-devel-guide/fdl-section7.html -share/gnome/html/evolution-devel-guide/fdl-section8.html -share/gnome/html/evolution-devel-guide/fdl-section9.html -share/gnome/html/evolution-devel-guide/fdl-using.html -share/gnome/html/evolution-devel-guide/fdl.html -share/gnome/html/evolution-devel-guide/generating-trigger-instances.html -share/gnome/html/evolution-devel-guide/index.html -share/gnome/html/evolution-devel-guide/introduction.html -share/gnome/html/evolution-devel-guide/x102.html -share/gnome/html/evolution-devel-guide/x125.html -share/gnome/html/evolution-devel-guide/x134.html -share/gnome/idl/Composer.idl -share/gnome/idl/Evolution-Activity.idl -share/gnome/idl/Evolution-Addressbook-SelectNames.idl -share/gnome/idl/Evolution-Composer.idl -share/gnome/idl/Evolution-ConfigControl.idl -share/gnome/idl/Evolution-Offline.idl -share/gnome/idl/Evolution-Session.idl -share/gnome/idl/Evolution-Shell.idl -share/gnome/idl/Evolution-ShellComponent.idl -share/gnome/idl/Evolution-ShellComponentDnd.idl -share/gnome/idl/Evolution-ShellView.idl -share/gnome/idl/Evolution-Shortcuts.idl -share/gnome/idl/Evolution-Storage.idl -share/gnome/idl/Evolution-StorageSetView.idl -share/gnome/idl/Evolution-Wizard.idl -share/gnome/idl/Evolution-Wombat.idl -share/gnome/idl/Evolution-common.idl -share/gnome/idl/Evolution.idl -share/gnome/idl/GNOME_Evolution_Importer.idl -share/gnome/idl/Mailer.idl -share/gnome/idl/addressbook.idl -share/gnome/idl/evolution-calendar.idl -share/gnome/images/evolution/16_copy.png -share/gnome/images/evolution/16_customize.png -share/gnome/images/evolution/16_cut.png -share/gnome/images/evolution/16_paste.png -share/gnome/images/evolution/about-box.png -share/gnome/images/evolution/alarm.png -share/gnome/images/evolution/all_contacts.xpm -share/gnome/images/evolution/apply-filters-16.xpm -share/gnome/images/evolution/bcg.png -share/gnome/images/evolution/briefcase.png -share/gnome/images/evolution/butterfly.png -share/gnome/images/evolution/buttons/add-attachment.png -share/gnome/images/evolution/buttons/add-service.png -share/gnome/images/evolution/buttons/arrow-left-24.png -share/gnome/images/evolution/buttons/arrow-right-24.png -share/gnome/images/evolution/buttons/compose-message.png -share/gnome/images/evolution/buttons/copy-message.png -share/gnome/images/evolution/buttons/copy.png -share/gnome/images/evolution/buttons/cut.png -share/gnome/images/evolution/buttons/dayview.xpm -share/gnome/images/evolution/buttons/delete-message.png -share/gnome/images/evolution/buttons/fetch-mail.png -share/gnome/images/evolution/buttons/forward.png -share/gnome/images/evolution/buttons/goto-24.png -share/gnome/images/evolution/buttons/monthview.xpm -share/gnome/images/evolution/buttons/move-message.png -share/gnome/images/evolution/buttons/new_appointment.png -share/gnome/images/evolution/buttons/new_task.png -share/gnome/images/evolution/buttons/next-message.png -share/gnome/images/evolution/buttons/paste.png -share/gnome/images/evolution/buttons/previous-message.png -share/gnome/images/evolution/buttons/print-preview-24.png -share/gnome/images/evolution/buttons/print.png -share/gnome/images/evolution/buttons/receive-24.png -share/gnome/images/evolution/buttons/reply-to-all.png -share/gnome/images/evolution/buttons/reply.png -share/gnome/images/evolution/buttons/save-24.png -share/gnome/images/evolution/buttons/send-24-receive.png -share/gnome/images/evolution/buttons/send-24.png -share/gnome/images/evolution/buttons/weekview.xpm -share/gnome/images/evolution/buttons/workweekview.xpm -share/gnome/images/evolution/buttons/yearview.xpm -share/gnome/images/evolution/calendar-and-tasks-settings.png -share/gnome/images/evolution/cellphone.png -share/gnome/images/evolution/compose-message.png -share/gnome/images/evolution/composer-settings.png -share/gnome/images/evolution/conduits/evo-16-address-conduit.png -share/gnome/images/evolution/conduits/evo-16-calendar-conduit.png -share/gnome/images/evolution/conduits/evo-16-todo-conduit.png -share/gnome/images/evolution/conduits/evo-48-address-conduit.png -share/gnome/images/evolution/conduits/evo-48-calendar-conduit.png -share/gnome/images/evolution/conduits/evo-48-todo-conduit.png -share/gnome/images/evolution/configure_16_addressbook.xpm -share/gnome/images/evolution/configure_16_calendar.xpm -share/gnome/images/evolution/configure_16_folder.xpm -share/gnome/images/evolution/configure_16_mail.xpm -share/gnome/images/evolution/connect_to_url-16.xpm -share/gnome/images/evolution/contact-is-a-list.png -share/gnome/images/evolution/contact-list-16.png -share/gnome/images/evolution/copy_16_message.xpm -share/gnome/images/evolution/edit.xpm -share/gnome/images/evolution/empty.gif -share/gnome/images/evolution/encrypt.xpm -share/gnome/images/evolution/envelope.png -share/gnome/images/evolution/es-appointments.png -share/gnome/images/evolution/es-weather.png -share/gnome/images/evolution/evolution-calendar-mini.png -share/gnome/images/evolution/evolution-calendar.png -share/gnome/images/evolution/evolution-contacts-mini.png -share/gnome/images/evolution/evolution-contacts-plain.png -share/gnome/images/evolution/evolution-contacts.png -share/gnome/images/evolution/evolution-inbox-mini.png -share/gnome/images/evolution/evolution-inbox.png -share/gnome/images/evolution/evolution-notes-mini.png -share/gnome/images/evolution/evolution-notes.png -share/gnome/images/evolution/evolution-tasks-mini.png -share/gnome/images/evolution/evolution-tasks.png -share/gnome/images/evolution/evolution-today-mini.png -share/gnome/images/evolution/evolution-today.png -share/gnome/images/evolution/evolution-trash-mini.png -share/gnome/images/evolution/evolution-trash.png -share/gnome/images/evolution/executive-summary-bg.png -share/gnome/images/evolution/executive-summary-curve.png -share/gnome/images/evolution/faq-16.png -share/gnome/images/evolution/fetch-mail.png -share/gnome/images/evolution/find_contact.xpm -share/gnome/images/evolution/find_message.xpm -share/gnome/images/evolution/flag-for-followup-16.png -share/gnome/images/evolution/folder-copy-16.png -share/gnome/images/evolution/folder-mini.png -share/gnome/images/evolution/folder-move-16.png -share/gnome/images/evolution/folder-settings.png -share/gnome/images/evolution/folder.png -share/gnome/images/evolution/folder.xpm -share/gnome/images/evolution/font.png -share/gnome/images/evolution/forward.xpm -share/gnome/images/evolution/globe.png -share/gnome/images/evolution/goto-16.png -share/gnome/images/evolution/hide_deleted_messages.xpm -share/gnome/images/evolution/hide_read_messages.xpm -share/gnome/images/evolution/hide_selected_messages.xpm -share/gnome/images/evolution/house.png -share/gnome/images/evolution/ico-calendar.png -share/gnome/images/evolution/ico-mail.png -share/gnome/images/evolution/ico-rdf.png -share/gnome/images/evolution/ico-weather.png -share/gnome/images/evolution/import.png -share/gnome/images/evolution/import.xpm -share/gnome/images/evolution/inbox-mini.png -share/gnome/images/evolution/inbox.png -share/gnome/images/evolution/info-bulb.png -share/gnome/images/evolution/ldap-mini.png -share/gnome/images/evolution/ldap-settings.png -share/gnome/images/evolution/ldap.png -share/gnome/images/evolution/mail-accounts-settings.png -share/gnome/images/evolution/mail-config-druid-account-name.png -share/gnome/images/evolution/mail-config-druid-identity.png -share/gnome/images/evolution/mail-config-druid-receive.png -share/gnome/images/evolution/mail-config-druid-send.png -share/gnome/images/evolution/mail-config-druid.png -share/gnome/images/evolution/mail-new.xpm -share/gnome/images/evolution/mail-read.xpm -share/gnome/images/evolution/mail.png -share/gnome/images/evolution/malehead.png -share/gnome/images/evolution/mark-as-important-16.png -share/gnome/images/evolution/meeting-request-16.png -share/gnome/images/evolution/meeting-request.png -share/gnome/images/evolution/monkey-16.png -share/gnome/images/evolution/move_message.xpm -share/gnome/images/evolution/myevo-appointments.png -share/gnome/images/evolution/myevo-mail-summary.png -share/gnome/images/evolution/myevo-post-it.png -share/gnome/images/evolution/myweather-clouds.png -share/gnome/images/evolution/myweather-fog.png -share/gnome/images/evolution/myweather-rain.png -share/gnome/images/evolution/myweather-snow.png -share/gnome/images/evolution/myweather-storm.png -share/gnome/images/evolution/myweather-sun.png -share/gnome/images/evolution/myweather-suncloud.png -share/gnome/images/evolution/new-message.xpm -share/gnome/images/evolution/new_all_day_event.png -share/gnome/images/evolution/new_appointment.xpm -share/gnome/images/evolution/new_contact.xpm -share/gnome/images/evolution/new_task-16.png -share/gnome/images/evolution/offline.png -share/gnome/images/evolution/online.png -share/gnome/images/evolution/open-in-new-window-16.png -share/gnome/images/evolution/outbox-mini.png -share/gnome/images/evolution/outbox.png -share/gnome/images/evolution/pattern.png -share/gnome/images/evolution/pgp-signature-bad.png -share/gnome/images/evolution/pgp-signature-nokey.png -share/gnome/images/evolution/pgp-signature-ok.png -share/gnome/images/evolution/post-message-16.png -share/gnome/images/evolution/post-reply-24.png -share/gnome/images/evolution/print-preview.xpm -share/gnome/images/evolution/print.xpm -share/gnome/images/evolution/priority-high.xpm -share/gnome/images/evolution/public-folder-mini.png -share/gnome/images/evolution/public-folder.png -share/gnome/images/evolution/rdf.png -share/gnome/images/evolution/reply.xpm -share/gnome/images/evolution/reply_to_all.xpm -share/gnome/images/evolution/save-16.png -share/gnome/images/evolution/save-as-16.png -share/gnome/images/evolution/save.xpm -share/gnome/images/evolution/schedule-meeting-16.xpm -share/gnome/images/evolution/schedule-meeting-24.png -share/gnome/images/evolution/search-16.png -share/gnome/images/evolution/search-and-replace-16.png -share/gnome/images/evolution/send-16.png -share/gnome/images/evolution/send-later-16.png -share/gnome/images/evolution/send-receive.xpm -share/gnome/images/evolution/service-close.png -share/gnome/images/evolution/service-configure.png -share/gnome/images/evolution/service-down-disabled.png -share/gnome/images/evolution/service-down.png -share/gnome/images/evolution/service-left-disabled.png -share/gnome/images/evolution/service-left.png -share/gnome/images/evolution/service-right-disabled.png -share/gnome/images/evolution/service-right.png -share/gnome/images/evolution/service-up-disabled.png -share/gnome/images/evolution/service-up.png -share/gnome/images/evolution/settings-16.png -share/gnome/images/evolution/settings.png -share/gnome/images/evolution/show_all_messages.xpm -share/gnome/images/evolution/splash.png -share/gnome/images/evolution/summary-settings.png -share/gnome/images/evolution/summary_preferences-16.png -share/gnome/images/evolution/talking-heads.png -share/gnome/images/evolution/task.png -share/gnome/images/evolution/task.xpm -share/gnome/images/evolution/thankyou.png -share/gnome/images/evolution/timezone-16.xpm -share/gnome/images/evolution/timezone-48.png -share/gnome/images/evolution/undelete_message-16.png -share/gnome/images/evolution/wax-seal-broken.png -share/gnome/images/evolution/wax-seal.png -share/gnome/images/evolution/work_offline.xpm -share/gnome/images/evolution/work_online-16.png -share/gnome/images/evolution/working-16.png -share/gnome/images/evolution/world_map-960.png -share/gnome/libical-evolution/zoneinfo/Africa/Abidjan.ics -share/gnome/libical-evolution/zoneinfo/Africa/Accra.ics -share/gnome/libical-evolution/zoneinfo/Africa/Addis_Ababa.ics -share/gnome/libical-evolution/zoneinfo/Africa/Algiers.ics -share/gnome/libical-evolution/zoneinfo/Africa/Asmera.ics -share/gnome/libical-evolution/zoneinfo/Africa/Bamako.ics -share/gnome/libical-evolution/zoneinfo/Africa/Bangui.ics -share/gnome/libical-evolution/zoneinfo/Africa/Banjul.ics -share/gnome/libical-evolution/zoneinfo/Africa/Bissau.ics -share/gnome/libical-evolution/zoneinfo/Africa/Blantyre.ics -share/gnome/libical-evolution/zoneinfo/Africa/Brazzaville.ics -share/gnome/libical-evolution/zoneinfo/Africa/Bujumbura.ics -share/gnome/libical-evolution/zoneinfo/Africa/Cairo.ics -share/gnome/libical-evolution/zoneinfo/Africa/Casablanca.ics -share/gnome/libical-evolution/zoneinfo/Africa/Ceuta.ics -share/gnome/libical-evolution/zoneinfo/Africa/Conakry.ics -share/gnome/libical-evolution/zoneinfo/Africa/Dakar.ics -share/gnome/libical-evolution/zoneinfo/Africa/Dar_es_Salaam.ics -share/gnome/libical-evolution/zoneinfo/Africa/Djibouti.ics -share/gnome/libical-evolution/zoneinfo/Africa/Douala.ics -share/gnome/libical-evolution/zoneinfo/Africa/El_Aaiun.ics -share/gnome/libical-evolution/zoneinfo/Africa/Freetown.ics -share/gnome/libical-evolution/zoneinfo/Africa/Gaborone.ics -share/gnome/libical-evolution/zoneinfo/Africa/Harare.ics -share/gnome/libical-evolution/zoneinfo/Africa/Johannesburg.ics -share/gnome/libical-evolution/zoneinfo/Africa/Kampala.ics -share/gnome/libical-evolution/zoneinfo/Africa/Khartoum.ics -share/gnome/libical-evolution/zoneinfo/Africa/Kigali.ics -share/gnome/libical-evolution/zoneinfo/Africa/Kinshasa.ics -share/gnome/libical-evolution/zoneinfo/Africa/Lagos.ics -share/gnome/libical-evolution/zoneinfo/Africa/Libreville.ics -share/gnome/libical-evolution/zoneinfo/Africa/Lome.ics -share/gnome/libical-evolution/zoneinfo/Africa/Luanda.ics -share/gnome/libical-evolution/zoneinfo/Africa/Lubumbashi.ics -share/gnome/libical-evolution/zoneinfo/Africa/Lusaka.ics -share/gnome/libical-evolution/zoneinfo/Africa/Malabo.ics -share/gnome/libical-evolution/zoneinfo/Africa/Maputo.ics -share/gnome/libical-evolution/zoneinfo/Africa/Maseru.ics -share/gnome/libical-evolution/zoneinfo/Africa/Mbabane.ics -share/gnome/libical-evolution/zoneinfo/Africa/Mogadishu.ics -share/gnome/libical-evolution/zoneinfo/Africa/Monrovia.ics -share/gnome/libical-evolution/zoneinfo/Africa/Nairobi.ics -share/gnome/libical-evolution/zoneinfo/Africa/Ndjamena.ics -share/gnome/libical-evolution/zoneinfo/Africa/Niamey.ics -share/gnome/libical-evolution/zoneinfo/Africa/Nouakchott.ics -share/gnome/libical-evolution/zoneinfo/Africa/Ouagadougou.ics -share/gnome/libical-evolution/zoneinfo/Africa/Porto-Novo.ics -share/gnome/libical-evolution/zoneinfo/Africa/Sao_Tome.ics -share/gnome/libical-evolution/zoneinfo/Africa/Timbuktu.ics -share/gnome/libical-evolution/zoneinfo/Africa/Tripoli.ics -share/gnome/libical-evolution/zoneinfo/Africa/Tunis.ics -share/gnome/libical-evolution/zoneinfo/Africa/Windhoek.ics -share/gnome/libical-evolution/zoneinfo/America/Adak.ics -share/gnome/libical-evolution/zoneinfo/America/Anchorage.ics -share/gnome/libical-evolution/zoneinfo/America/Anguilla.ics -share/gnome/libical-evolution/zoneinfo/America/Antigua.ics -share/gnome/libical-evolution/zoneinfo/America/Araguaina.ics -share/gnome/libical-evolution/zoneinfo/America/Aruba.ics -share/gnome/libical-evolution/zoneinfo/America/Asuncion.ics -share/gnome/libical-evolution/zoneinfo/America/Barbados.ics -share/gnome/libical-evolution/zoneinfo/America/Belem.ics -share/gnome/libical-evolution/zoneinfo/America/Belize.ics -share/gnome/libical-evolution/zoneinfo/America/Boa_Vista.ics -share/gnome/libical-evolution/zoneinfo/America/Bogota.ics -share/gnome/libical-evolution/zoneinfo/America/Boise.ics -share/gnome/libical-evolution/zoneinfo/America/Buenos_Aires.ics -share/gnome/libical-evolution/zoneinfo/America/Cambridge_Bay.ics -share/gnome/libical-evolution/zoneinfo/America/Cancun.ics -share/gnome/libical-evolution/zoneinfo/America/Caracas.ics -share/gnome/libical-evolution/zoneinfo/America/Catamarca.ics -share/gnome/libical-evolution/zoneinfo/America/Cayenne.ics -share/gnome/libical-evolution/zoneinfo/America/Cayman.ics -share/gnome/libical-evolution/zoneinfo/America/Chicago.ics -share/gnome/libical-evolution/zoneinfo/America/Chihuahua.ics -share/gnome/libical-evolution/zoneinfo/America/Cordoba.ics -share/gnome/libical-evolution/zoneinfo/America/Costa_Rica.ics -share/gnome/libical-evolution/zoneinfo/America/Cuiaba.ics -share/gnome/libical-evolution/zoneinfo/America/Curacao.ics -share/gnome/libical-evolution/zoneinfo/America/Danmarkshavn.ics -share/gnome/libical-evolution/zoneinfo/America/Dawson.ics -share/gnome/libical-evolution/zoneinfo/America/Dawson_Creek.ics -share/gnome/libical-evolution/zoneinfo/America/Denver.ics -share/gnome/libical-evolution/zoneinfo/America/Detroit.ics -share/gnome/libical-evolution/zoneinfo/America/Dominica.ics -share/gnome/libical-evolution/zoneinfo/America/Edmonton.ics -share/gnome/libical-evolution/zoneinfo/America/Eirunepe.ics -share/gnome/libical-evolution/zoneinfo/America/El_Salvador.ics -share/gnome/libical-evolution/zoneinfo/America/Fortaleza.ics -share/gnome/libical-evolution/zoneinfo/America/Glace_Bay.ics -share/gnome/libical-evolution/zoneinfo/America/Godthab.ics -share/gnome/libical-evolution/zoneinfo/America/Goose_Bay.ics -share/gnome/libical-evolution/zoneinfo/America/Grand_Turk.ics -share/gnome/libical-evolution/zoneinfo/America/Grenada.ics -share/gnome/libical-evolution/zoneinfo/America/Guadeloupe.ics -share/gnome/libical-evolution/zoneinfo/America/Guatemala.ics -share/gnome/libical-evolution/zoneinfo/America/Guayaquil.ics -share/gnome/libical-evolution/zoneinfo/America/Guyana.ics -share/gnome/libical-evolution/zoneinfo/America/Halifax.ics -share/gnome/libical-evolution/zoneinfo/America/Havana.ics -share/gnome/libical-evolution/zoneinfo/America/Hermosillo.ics -share/gnome/libical-evolution/zoneinfo/America/Indiana/Indianapolis.ics -share/gnome/libical-evolution/zoneinfo/America/Indiana/Knox.ics -share/gnome/libical-evolution/zoneinfo/America/Indiana/Marengo.ics -share/gnome/libical-evolution/zoneinfo/America/Indiana/Vevay.ics -share/gnome/libical-evolution/zoneinfo/America/Indianapolis.ics -share/gnome/libical-evolution/zoneinfo/America/Inuvik.ics -share/gnome/libical-evolution/zoneinfo/America/Iqaluit.ics -share/gnome/libical-evolution/zoneinfo/America/Jamaica.ics -share/gnome/libical-evolution/zoneinfo/America/Jujuy.ics -share/gnome/libical-evolution/zoneinfo/America/Juneau.ics -share/gnome/libical-evolution/zoneinfo/America/Kentucky/Louisville.ics -share/gnome/libical-evolution/zoneinfo/America/Kentucky/Monticello.ics -share/gnome/libical-evolution/zoneinfo/America/La_Paz.ics -share/gnome/libical-evolution/zoneinfo/America/Lima.ics -share/gnome/libical-evolution/zoneinfo/America/Los_Angeles.ics -share/gnome/libical-evolution/zoneinfo/America/Louisville.ics -share/gnome/libical-evolution/zoneinfo/America/Maceio.ics -share/gnome/libical-evolution/zoneinfo/America/Managua.ics -share/gnome/libical-evolution/zoneinfo/America/Manaus.ics -share/gnome/libical-evolution/zoneinfo/America/Martinique.ics -share/gnome/libical-evolution/zoneinfo/America/Mazatlan.ics -share/gnome/libical-evolution/zoneinfo/America/Mendoza.ics -share/gnome/libical-evolution/zoneinfo/America/Menominee.ics -share/gnome/libical-evolution/zoneinfo/America/Merida.ics -share/gnome/libical-evolution/zoneinfo/America/Mexico_City.ics -share/gnome/libical-evolution/zoneinfo/America/Miquelon.ics -share/gnome/libical-evolution/zoneinfo/America/Monterrey.ics -share/gnome/libical-evolution/zoneinfo/America/Montevideo.ics -share/gnome/libical-evolution/zoneinfo/America/Montreal.ics -share/gnome/libical-evolution/zoneinfo/America/Montserrat.ics -share/gnome/libical-evolution/zoneinfo/America/Nassau.ics -share/gnome/libical-evolution/zoneinfo/America/New_York.ics -share/gnome/libical-evolution/zoneinfo/America/Nipigon.ics -share/gnome/libical-evolution/zoneinfo/America/Nome.ics -share/gnome/libical-evolution/zoneinfo/America/Noronha.ics -share/gnome/libical-evolution/zoneinfo/America/North_Dakota/Center.ics -share/gnome/libical-evolution/zoneinfo/America/Panama.ics -share/gnome/libical-evolution/zoneinfo/America/Pangnirtung.ics -share/gnome/libical-evolution/zoneinfo/America/Paramaribo.ics -share/gnome/libical-evolution/zoneinfo/America/Phoenix.ics -share/gnome/libical-evolution/zoneinfo/America/Port-au-Prince.ics -share/gnome/libical-evolution/zoneinfo/America/Port_of_Spain.ics -share/gnome/libical-evolution/zoneinfo/America/Porto_Velho.ics -share/gnome/libical-evolution/zoneinfo/America/Puerto_Rico.ics -share/gnome/libical-evolution/zoneinfo/America/Rainy_River.ics -share/gnome/libical-evolution/zoneinfo/America/Rankin_Inlet.ics -share/gnome/libical-evolution/zoneinfo/America/Recife.ics -share/gnome/libical-evolution/zoneinfo/America/Regina.ics -share/gnome/libical-evolution/zoneinfo/America/Rio_Branco.ics -share/gnome/libical-evolution/zoneinfo/America/Rosario.ics -share/gnome/libical-evolution/zoneinfo/America/Santiago.ics -share/gnome/libical-evolution/zoneinfo/America/Santo_Domingo.ics -share/gnome/libical-evolution/zoneinfo/America/Sao_Paulo.ics -share/gnome/libical-evolution/zoneinfo/America/Scoresbysund.ics -share/gnome/libical-evolution/zoneinfo/America/Shiprock.ics -share/gnome/libical-evolution/zoneinfo/America/St_Johns.ics -share/gnome/libical-evolution/zoneinfo/America/St_Kitts.ics -share/gnome/libical-evolution/zoneinfo/America/St_Lucia.ics -share/gnome/libical-evolution/zoneinfo/America/St_Thomas.ics -share/gnome/libical-evolution/zoneinfo/America/St_Vincent.ics -share/gnome/libical-evolution/zoneinfo/America/Swift_Current.ics -share/gnome/libical-evolution/zoneinfo/America/Tegucigalpa.ics -share/gnome/libical-evolution/zoneinfo/America/Thule.ics -share/gnome/libical-evolution/zoneinfo/America/Thunder_Bay.ics -share/gnome/libical-evolution/zoneinfo/America/Tijuana.ics -share/gnome/libical-evolution/zoneinfo/America/Tortola.ics -share/gnome/libical-evolution/zoneinfo/America/Vancouver.ics -share/gnome/libical-evolution/zoneinfo/America/Whitehorse.ics -share/gnome/libical-evolution/zoneinfo/America/Winnipeg.ics -share/gnome/libical-evolution/zoneinfo/America/Yakutat.ics -share/gnome/libical-evolution/zoneinfo/America/Yellowknife.ics -share/gnome/libical-evolution/zoneinfo/Antarctica/Casey.ics -share/gnome/libical-evolution/zoneinfo/Antarctica/Davis.ics -share/gnome/libical-evolution/zoneinfo/Antarctica/DumontDUrville.ics -share/gnome/libical-evolution/zoneinfo/Antarctica/Mawson.ics -share/gnome/libical-evolution/zoneinfo/Antarctica/McMurdo.ics -share/gnome/libical-evolution/zoneinfo/Antarctica/Palmer.ics -share/gnome/libical-evolution/zoneinfo/Antarctica/South_Pole.ics -share/gnome/libical-evolution/zoneinfo/Antarctica/Syowa.ics -share/gnome/libical-evolution/zoneinfo/Antarctica/Vostok.ics -share/gnome/libical-evolution/zoneinfo/Arctic/Longyearbyen.ics -share/gnome/libical-evolution/zoneinfo/Asia/Aden.ics -share/gnome/libical-evolution/zoneinfo/Asia/Almaty.ics -share/gnome/libical-evolution/zoneinfo/Asia/Amman.ics -share/gnome/libical-evolution/zoneinfo/Asia/Anadyr.ics -share/gnome/libical-evolution/zoneinfo/Asia/Aqtau.ics -share/gnome/libical-evolution/zoneinfo/Asia/Aqtobe.ics -share/gnome/libical-evolution/zoneinfo/Asia/Ashgabat.ics -share/gnome/libical-evolution/zoneinfo/Asia/Baghdad.ics -share/gnome/libical-evolution/zoneinfo/Asia/Bahrain.ics -share/gnome/libical-evolution/zoneinfo/Asia/Baku.ics -share/gnome/libical-evolution/zoneinfo/Asia/Bangkok.ics -share/gnome/libical-evolution/zoneinfo/Asia/Beirut.ics -share/gnome/libical-evolution/zoneinfo/Asia/Bishkek.ics -share/gnome/libical-evolution/zoneinfo/Asia/Brunei.ics -share/gnome/libical-evolution/zoneinfo/Asia/Calcutta.ics -share/gnome/libical-evolution/zoneinfo/Asia/Choibalsan.ics -share/gnome/libical-evolution/zoneinfo/Asia/Chongqing.ics -share/gnome/libical-evolution/zoneinfo/Asia/Chungking.ics -share/gnome/libical-evolution/zoneinfo/Asia/Colombo.ics -share/gnome/libical-evolution/zoneinfo/Asia/Damascus.ics -share/gnome/libical-evolution/zoneinfo/Asia/Dhaka.ics -share/gnome/libical-evolution/zoneinfo/Asia/Dili.ics -share/gnome/libical-evolution/zoneinfo/Asia/Dubai.ics -share/gnome/libical-evolution/zoneinfo/Asia/Dushanbe.ics -share/gnome/libical-evolution/zoneinfo/Asia/Gaza.ics -share/gnome/libical-evolution/zoneinfo/Asia/Harbin.ics -share/gnome/libical-evolution/zoneinfo/Asia/Hong_Kong.ics -share/gnome/libical-evolution/zoneinfo/Asia/Hovd.ics -share/gnome/libical-evolution/zoneinfo/Asia/Irkutsk.ics -share/gnome/libical-evolution/zoneinfo/Asia/Istanbul.ics -share/gnome/libical-evolution/zoneinfo/Asia/Jakarta.ics -share/gnome/libical-evolution/zoneinfo/Asia/Jayapura.ics -share/gnome/libical-evolution/zoneinfo/Asia/Jerusalem.ics -share/gnome/libical-evolution/zoneinfo/Asia/Kabul.ics -share/gnome/libical-evolution/zoneinfo/Asia/Kamchatka.ics -share/gnome/libical-evolution/zoneinfo/Asia/Karachi.ics -share/gnome/libical-evolution/zoneinfo/Asia/Kashgar.ics -share/gnome/libical-evolution/zoneinfo/Asia/Katmandu.ics -share/gnome/libical-evolution/zoneinfo/Asia/Krasnoyarsk.ics -share/gnome/libical-evolution/zoneinfo/Asia/Kuala_Lumpur.ics -share/gnome/libical-evolution/zoneinfo/Asia/Kuching.ics -share/gnome/libical-evolution/zoneinfo/Asia/Kuwait.ics -share/gnome/libical-evolution/zoneinfo/Asia/Macao.ics -share/gnome/libical-evolution/zoneinfo/Asia/Magadan.ics -share/gnome/libical-evolution/zoneinfo/Asia/Manila.ics -share/gnome/libical-evolution/zoneinfo/Asia/Muscat.ics -share/gnome/libical-evolution/zoneinfo/Asia/Nicosia.ics -share/gnome/libical-evolution/zoneinfo/Asia/Novosibirsk.ics -share/gnome/libical-evolution/zoneinfo/Asia/Omsk.ics -share/gnome/libical-evolution/zoneinfo/Asia/Phnom_Penh.ics -share/gnome/libical-evolution/zoneinfo/Asia/Pontianak.ics -share/gnome/libical-evolution/zoneinfo/Asia/Pyongyang.ics -share/gnome/libical-evolution/zoneinfo/Asia/Qatar.ics -share/gnome/libical-evolution/zoneinfo/Asia/Rangoon.ics -share/gnome/libical-evolution/zoneinfo/Asia/Riyadh.ics -share/gnome/libical-evolution/zoneinfo/Asia/Saigon.ics -share/gnome/libical-evolution/zoneinfo/Asia/Sakhalin.ics -share/gnome/libical-evolution/zoneinfo/Asia/Samarkand.ics -share/gnome/libical-evolution/zoneinfo/Asia/Seoul.ics -share/gnome/libical-evolution/zoneinfo/Asia/Shanghai.ics -share/gnome/libical-evolution/zoneinfo/Asia/Singapore.ics -share/gnome/libical-evolution/zoneinfo/Asia/Taipei.ics -share/gnome/libical-evolution/zoneinfo/Asia/Tashkent.ics -share/gnome/libical-evolution/zoneinfo/Asia/Tbilisi.ics -share/gnome/libical-evolution/zoneinfo/Asia/Tehran.ics -share/gnome/libical-evolution/zoneinfo/Asia/Thimphu.ics -share/gnome/libical-evolution/zoneinfo/Asia/Tokyo.ics -share/gnome/libical-evolution/zoneinfo/Asia/Ujung_Pandang.ics -share/gnome/libical-evolution/zoneinfo/Asia/Ulaanbaatar.ics -share/gnome/libical-evolution/zoneinfo/Asia/Urumqi.ics -share/gnome/libical-evolution/zoneinfo/Asia/Vientiane.ics -share/gnome/libical-evolution/zoneinfo/Asia/Vladivostok.ics -share/gnome/libical-evolution/zoneinfo/Asia/Yakutsk.ics -share/gnome/libical-evolution/zoneinfo/Asia/Yekaterinburg.ics -share/gnome/libical-evolution/zoneinfo/Asia/Yerevan.ics -share/gnome/libical-evolution/zoneinfo/Atlantic/Azores.ics -share/gnome/libical-evolution/zoneinfo/Atlantic/Bermuda.ics -share/gnome/libical-evolution/zoneinfo/Atlantic/Canary.ics -share/gnome/libical-evolution/zoneinfo/Atlantic/Cape_Verde.ics -share/gnome/libical-evolution/zoneinfo/Atlantic/Faeroe.ics -share/gnome/libical-evolution/zoneinfo/Atlantic/Jan_Mayen.ics -share/gnome/libical-evolution/zoneinfo/Atlantic/Madeira.ics -share/gnome/libical-evolution/zoneinfo/Atlantic/Reykjavik.ics -share/gnome/libical-evolution/zoneinfo/Atlantic/South_Georgia.ics -share/gnome/libical-evolution/zoneinfo/Atlantic/St_Helena.ics -share/gnome/libical-evolution/zoneinfo/Atlantic/Stanley.ics -share/gnome/libical-evolution/zoneinfo/Australia/Adelaide.ics -share/gnome/libical-evolution/zoneinfo/Australia/Brisbane.ics -share/gnome/libical-evolution/zoneinfo/Australia/Broken_Hill.ics -share/gnome/libical-evolution/zoneinfo/Australia/Darwin.ics -share/gnome/libical-evolution/zoneinfo/Australia/Hobart.ics -share/gnome/libical-evolution/zoneinfo/Australia/Lindeman.ics -share/gnome/libical-evolution/zoneinfo/Australia/Lord_Howe.ics -share/gnome/libical-evolution/zoneinfo/Australia/Melbourne.ics -share/gnome/libical-evolution/zoneinfo/Australia/Perth.ics -share/gnome/libical-evolution/zoneinfo/Australia/Sydney.ics -share/gnome/libical-evolution/zoneinfo/Europe/Amsterdam.ics -share/gnome/libical-evolution/zoneinfo/Europe/Andorra.ics -share/gnome/libical-evolution/zoneinfo/Europe/Athens.ics -share/gnome/libical-evolution/zoneinfo/Europe/Belfast.ics -share/gnome/libical-evolution/zoneinfo/Europe/Belgrade.ics -share/gnome/libical-evolution/zoneinfo/Europe/Berlin.ics -share/gnome/libical-evolution/zoneinfo/Europe/Bratislava.ics -share/gnome/libical-evolution/zoneinfo/Europe/Brussels.ics -share/gnome/libical-evolution/zoneinfo/Europe/Bucharest.ics -share/gnome/libical-evolution/zoneinfo/Europe/Budapest.ics -share/gnome/libical-evolution/zoneinfo/Europe/Chisinau.ics -share/gnome/libical-evolution/zoneinfo/Europe/Copenhagen.ics -share/gnome/libical-evolution/zoneinfo/Europe/Dublin.ics -share/gnome/libical-evolution/zoneinfo/Europe/Gibraltar.ics -share/gnome/libical-evolution/zoneinfo/Europe/Helsinki.ics -share/gnome/libical-evolution/zoneinfo/Europe/Istanbul.ics -share/gnome/libical-evolution/zoneinfo/Europe/Kaliningrad.ics -share/gnome/libical-evolution/zoneinfo/Europe/Kiev.ics -share/gnome/libical-evolution/zoneinfo/Europe/Lisbon.ics -share/gnome/libical-evolution/zoneinfo/Europe/Ljubljana.ics -share/gnome/libical-evolution/zoneinfo/Europe/London.ics -share/gnome/libical-evolution/zoneinfo/Europe/Luxembourg.ics -share/gnome/libical-evolution/zoneinfo/Europe/Madrid.ics -share/gnome/libical-evolution/zoneinfo/Europe/Malta.ics -share/gnome/libical-evolution/zoneinfo/Europe/Minsk.ics -share/gnome/libical-evolution/zoneinfo/Europe/Monaco.ics -share/gnome/libical-evolution/zoneinfo/Europe/Moscow.ics -share/gnome/libical-evolution/zoneinfo/Europe/Nicosia.ics -share/gnome/libical-evolution/zoneinfo/Europe/Oslo.ics -share/gnome/libical-evolution/zoneinfo/Europe/Paris.ics -share/gnome/libical-evolution/zoneinfo/Europe/Prague.ics -share/gnome/libical-evolution/zoneinfo/Europe/Riga.ics -share/gnome/libical-evolution/zoneinfo/Europe/Rome.ics -share/gnome/libical-evolution/zoneinfo/Europe/Samara.ics -share/gnome/libical-evolution/zoneinfo/Europe/San_Marino.ics -share/gnome/libical-evolution/zoneinfo/Europe/Sarajevo.ics -share/gnome/libical-evolution/zoneinfo/Europe/Simferopol.ics -share/gnome/libical-evolution/zoneinfo/Europe/Skopje.ics -share/gnome/libical-evolution/zoneinfo/Europe/Sofia.ics -share/gnome/libical-evolution/zoneinfo/Europe/Stockholm.ics -share/gnome/libical-evolution/zoneinfo/Europe/Tallinn.ics -share/gnome/libical-evolution/zoneinfo/Europe/Tirane.ics -share/gnome/libical-evolution/zoneinfo/Europe/Uzhgorod.ics -share/gnome/libical-evolution/zoneinfo/Europe/Vaduz.ics -share/gnome/libical-evolution/zoneinfo/Europe/Vatican.ics -share/gnome/libical-evolution/zoneinfo/Europe/Vienna.ics -share/gnome/libical-evolution/zoneinfo/Europe/Vilnius.ics -share/gnome/libical-evolution/zoneinfo/Europe/Warsaw.ics -share/gnome/libical-evolution/zoneinfo/Europe/Zagreb.ics -share/gnome/libical-evolution/zoneinfo/Europe/Zaporozhye.ics -share/gnome/libical-evolution/zoneinfo/Europe/Zurich.ics -share/gnome/libical-evolution/zoneinfo/Indian/Antananarivo.ics -share/gnome/libical-evolution/zoneinfo/Indian/Chagos.ics -share/gnome/libical-evolution/zoneinfo/Indian/Christmas.ics -share/gnome/libical-evolution/zoneinfo/Indian/Cocos.ics -share/gnome/libical-evolution/zoneinfo/Indian/Comoro.ics -share/gnome/libical-evolution/zoneinfo/Indian/Kerguelen.ics -share/gnome/libical-evolution/zoneinfo/Indian/Mahe.ics -share/gnome/libical-evolution/zoneinfo/Indian/Maldives.ics -share/gnome/libical-evolution/zoneinfo/Indian/Mauritius.ics -share/gnome/libical-evolution/zoneinfo/Indian/Mayotte.ics -share/gnome/libical-evolution/zoneinfo/Indian/Reunion.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Apia.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Auckland.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Chatham.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Easter.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Efate.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Enderbury.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Fakaofo.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Fiji.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Funafuti.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Galapagos.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Gambier.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Guadalcanal.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Guam.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Honolulu.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Johnston.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Kiritimati.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Kosrae.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Kwajalein.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Majuro.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Marquesas.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Midway.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Nauru.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Niue.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Norfolk.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Noumea.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Pago_Pago.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Palau.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Pitcairn.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Ponape.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Port_Moresby.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Rarotonga.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Saipan.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Tahiti.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Tarawa.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Tongatapu.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Truk.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Wake.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Wallis.ics -share/gnome/libical-evolution/zoneinfo/Pacific/Yap.ics -share/gnome/libical-evolution/zoneinfo/zones.tab -share/gnome/mime-info/evolution.keys -share/gnome/mime-info/evolution.mime -share/gnome/oaf/GNOME_Evolution_Addressbook.oaf -share/gnome/oaf/GNOME_Evolution_Addressbook_LDIF_Importer.oaf -share/gnome/oaf/GNOME_Evolution_Addressbook_SelectNames.oaf -share/gnome/oaf/GNOME_Evolution_Addressbook_VCard_Importer.oaf -share/gnome/oaf/GNOME_Evolution_Calendar.oaf -share/gnome/oaf/GNOME_Evolution_Calendar_AlarmNotify.oaf -share/gnome/oaf/GNOME_Evolution_Calendar_Importer.oaf -share/gnome/oaf/GNOME_Evolution_Elm_Intelligent_Importer.oaf -share/gnome/oaf/GNOME_Evolution_GnomeCard_Intelligent_Importer.oaf -share/gnome/oaf/GNOME_Evolution_Mail.oaf -share/gnome/oaf/GNOME_Evolution_Mail_Mbox_Importer.oaf -share/gnome/oaf/GNOME_Evolution_Mail_Outlook_Importer.oaf -share/gnome/oaf/GNOME_Evolution_Netscape_Intelligent_Importer.oaf -share/gnome/oaf/GNOME_Evolution_Pine_Intelligent_Importer.oaf -share/gnome/oaf/GNOME_Evolution_Shell.oaf -share/gnome/oaf/GNOME_Evolution_Summary.oaf -share/gnome/oaf/GNOME_Evolution_Wombat.oaf -share/gnome/omf/evolution/evolution-C.omf -share/gnome/omf/evolution/evolution-no.omf -share/gnome/pixmaps/evolution.png -share/gnome/ui/evolution-addressbook.xml -share/gnome/ui/evolution-calendar.xml -share/gnome/ui/evolution-comp-editor.xml -share/gnome/ui/evolution-contact-editor.xml -share/gnome/ui/evolution-contact-list-editor.xml -share/gnome/ui/evolution-event-editor.xml -share/gnome/ui/evolution-executive-summary.xml -share/gnome/ui/evolution-mail-global.xml -share/gnome/ui/evolution-mail-list.xml -share/gnome/ui/evolution-mail-message.xml -share/gnome/ui/evolution-mail-messagedisplay.xml -share/gnome/ui/evolution-message-composer.xml -share/gnome/ui/evolution-signature-editor.xml -share/gnome/ui/evolution-subscribe.xml -share/gnome/ui/evolution-task-editor.xml -share/gnome/ui/evolution-tasks.xml -share/gnome/ui/evolution.xml -share/gnome/ui/my-evolution.xml -share/locale/az/LC_MESSAGES/evolution.mo -share/locale/bg/LC_MESSAGES/evolution.mo -share/locale/ca/LC_MESSAGES/evolution.mo -share/locale/cs/LC_MESSAGES/evolution.mo -share/locale/da/LC_MESSAGES/evolution.mo -share/locale/de/LC_MESSAGES/evolution.mo -share/locale/el/LC_MESSAGES/evolution.mo -share/locale/en_AU/LC_MESSAGES/evolution.mo -share/locale/en_GB/LC_MESSAGES/evolution.mo -share/locale/es/LC_MESSAGES/evolution.mo -share/locale/et/LC_MESSAGES/evolution.mo -share/locale/eu/LC_MESSAGES/evolution.mo -share/locale/fi/LC_MESSAGES/evolution.mo -share/locale/fr/LC_MESSAGES/evolution.mo -share/locale/ga/LC_MESSAGES/evolution.mo -share/locale/gl/LC_MESSAGES/evolution.mo -share/locale/hu/LC_MESSAGES/evolution.mo -share/locale/it/LC_MESSAGES/evolution.mo -share/locale/ja/LC_MESSAGES/evolution.mo -share/locale/ko/LC_MESSAGES/evolution.mo -share/locale/lt/LC_MESSAGES/evolution.mo -share/locale/lv/LC_MESSAGES/evolution.mo -share/locale/nl/LC_MESSAGES/evolution.mo -share/locale/nn/LC_MESSAGES/evolution.mo -share/locale/no/LC_MESSAGES/evolution.mo -share/locale/pl/LC_MESSAGES/evolution.mo -share/locale/pt/LC_MESSAGES/evolution.mo -share/locale/pt_BR/LC_MESSAGES/evolution.mo -share/locale/ro/LC_MESSAGES/evolution.mo -share/locale/ru/LC_MESSAGES/evolution.mo -share/locale/sk/LC_MESSAGES/evolution.mo -share/locale/sl/LC_MESSAGES/evolution.mo -share/locale/sv/LC_MESSAGES/evolution.mo -share/locale/tr/LC_MESSAGES/evolution.mo -share/locale/uk/LC_MESSAGES/evolution.mo -share/locale/vi/LC_MESSAGES/evolution.mo -share/locale/zh_CN/LC_MESSAGES/evolution.mo -@dirrm share/gnome/omf/evolution -@dirrm share/gnome/libical-evolution/zoneinfo/Pacific -@dirrm share/gnome/libical-evolution/zoneinfo/Indian -@dirrm share/gnome/libical-evolution/zoneinfo/Europe -@dirrm share/gnome/libical-evolution/zoneinfo/Australia -@dirrm share/gnome/libical-evolution/zoneinfo/Atlantic -@dirrm share/gnome/libical-evolution/zoneinfo/Asia -@dirrm share/gnome/libical-evolution/zoneinfo/Arctic -@dirrm share/gnome/libical-evolution/zoneinfo/Antarctica -@dirrm share/gnome/libical-evolution/zoneinfo/America/North_Dakota -@dirrm share/gnome/libical-evolution/zoneinfo/America/Kentucky -@dirrm share/gnome/libical-evolution/zoneinfo/America/Indiana -@dirrm share/gnome/libical-evolution/zoneinfo/America -@dirrm share/gnome/libical-evolution/zoneinfo/Africa -@dirrm share/gnome/libical-evolution/zoneinfo -@dirrm share/gnome/images/evolution/conduits -@dirrm share/gnome/images/evolution/buttons -@dirrm share/gnome/images/evolution -@dirrm share/gnome/html/evolution-devel-guide -@dirrm share/gnome/help/evolution/no/stylesheet-images -@dirrm share/gnome/help/evolution/no/sgml -@dirrm share/gnome/help/evolution/no/figures -@dirrm share/gnome/help/evolution/no -@dirrm share/gnome/help/evolution/C/stylesheet-images -@dirrm share/gnome/help/evolution/C/sgml -@dirrm share/gnome/help/evolution/C/figures -@dirrm share/gnome/help/evolution/C -@dirrm share/gnome/help/evolution -@dirrm share/gnome/evolution/views/tasks -@dirrm share/gnome/evolution/views/mail -@dirrm share/gnome/evolution/views/calendar -@dirrm share/gnome/evolution/views/addressbook -@dirrm share/gnome/evolution/views -@dirrm share/gnome/evolution/sounds -@dirrm share/gnome/evolution/glade -@dirrm share/gnome/evolution/etspec -@dirrm share/gnome/evolution/ecps -@dirrm share/gnome/evolution/default_user/private -@dirrm share/gnome/evolution/default_user/local/Trash -@dirrm share/gnome/evolution/default_user/local/Tasks -@dirrm share/gnome/evolution/default_user/local/Sent -@dirrm share/gnome/evolution/default_user/local/Outbox -@dirrm share/gnome/evolution/default_user/local/Inbox -@dirrm share/gnome/evolution/default_user/local/Drafts -@dirrm share/gnome/evolution/default_user/local/Contacts -@dirrm share/gnome/evolution/default_user/local/Calendar -@dirrm share/gnome/evolution/default_user/local -@dirrm share/gnome/evolution/default_user -@dirrm share/gnome/evolution -@dirrm share/doc/evolution-cal-util -@dirrm share/doc/evolution-cal-client -@dirrm lib/evolution/1.2/evolution-mail-importers -@dirrm lib/evolution/1.2/camel-providers -@dirrm lib/evolution/1.2 -@dirrm lib/evolution -@dirrm include/evolution/wombat -@dirrm include/evolution/widgets -@dirrm include/evolution/shell -@dirrm include/evolution/pcs -@dirrm include/evolution/pas -@dirrm include/evolution/importer -@dirrm include/evolution/ebook -@dirrm include/evolution/e-util -@dirrm include/evolution/e-db3util -@dirrm include/evolution/e-conduit -@dirrm include/evolution/cal-util -@dirrm include/evolution/cal-client -@dirrm include/evolution -@dirrm include/ename -@dirrm include/camel diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile deleted file mode 100644 index b2eb842d47e0..000000000000 --- a/mail/heirloom-mailx/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: nail -# Date created: 20 October 2000 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= nail -PORTVERSION= 10.1 -CATEGORIES= mail -MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -liconv" -CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc/nail.rc" - -MAN1= nail.1 - -.include <bsd.port.mk> diff --git a/mail/heirloom-mailx/distinfo b/mail/heirloom-mailx/distinfo deleted file mode 100644 index 844df609ae44..000000000000 --- a/mail/heirloom-mailx/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nail-10.1.tar.gz) = 410d0d8205159e9012cba0199fc20cd3 diff --git a/mail/heirloom-mailx/pkg-comment b/mail/heirloom-mailx/pkg-comment deleted file mode 100644 index 42d27213389f..000000000000 --- a/mail/heirloom-mailx/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -BSD mail utility with MIME extensions diff --git a/mail/heirloom-mailx/pkg-descr b/mail/heirloom-mailx/pkg-descr deleted file mode 100644 index 49dcf73bbaff..000000000000 --- a/mail/heirloom-mailx/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -BSD mail utility with MIME extensions - -WWW: http://omnibus.ruf.uni-freiburg.de/~gritter/ diff --git a/mail/heirloom-mailx/pkg-plist b/mail/heirloom-mailx/pkg-plist deleted file mode 100644 index 1dc97bf3c1b1..000000000000 --- a/mail/heirloom-mailx/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@comment $FreeBSD$ -bin/nail -etc/nail.rc diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile deleted file mode 100644 index d71c04a3b821..000000000000 --- a/mail/horde-imp/Makefile +++ /dev/null @@ -1,258 +0,0 @@ -# Ports collection makefile for: imp -# Date created: Sun Jul 08, 2001 -# Whom: Thierry Thomas (<thierry@thomas.as>) -# N.B.: parts of this ports come from the Horde's port by NetBSD (jlam@netbsd.org) -# -# $FreeBSD$ -# - -PORTNAME= imp -PORTVERSION= 2.2.8 -CATEGORIES= mail www -MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/ - -MAINTAINER= thierry@pompo.net - -#----------------------------------------------------------------------- -# You may define these options: -# -# - WITHOUT_LDAP : if you do not need OpenLDAP; -# - WITH_LDAP2 : if you prefer OpenLDAP2. -# -# - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree; -# -# - WITHOUT_WV : if your users never receive MS-Word docs; -# -# - WITHOUT_XL : if your users never receive MS-Excel sheets; -# -# - WITHOUT_ZIP : if not interested by zipinfo; -# -# - WITHOUT_ISPELL : for spelling bees... -# -# - WITHOUT_IMAPSERVER : if your IMAP server runs on another machine; -# -# or you can select to work with one of these servers: -# -# - WITH_CYRUS-IMAPD : IMP will work with cyrus-imapd; -# -# - WITH_CYRUS : IMP will work with cyrus; -# -# - WITH_IMAP-UW : IMP will work with imap-uw; -# -# - WITH_COURIER-IMAP : IMP will work with courier-imap. -# -# These choice are mutually exclusive, and imap-uw is the default. -# -#----------------------------------------------------------------------- - -LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient - -.if !defined(WITHOUT_LDAP) -.if defined(WITH_LDAP2) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 \ - lber.2:${PORTSDIR}/net/openldap2 -.else -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap \ - lber.1:${PORTSDIR}/net/openldap -.endif -.endif - -RUN_DEPENDS+= ${LOCALBASE}/www/horde/index.php3:${PORTSDIR}/www/horde - -# I have no report about the support of dkimap4 by IMP, -# but I shall be happy to add it if somebody report success with it. -# If an IMAP server is already installed, we just record the dependence, -# else we shall install imap-uw. -# IMAP servers are ordered according to my tastes, if several are -# installed, we just record the first one. -.if !defined(WITHOUT_IMAPSERVER) -.if defined(WITH_IMAP-UW) -RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw -.elif defined(WITH_CYRUS-IMAPD) -RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd -.elif defined(WITH_CYRUS) -RUN_DEPENDS+= ${LOCALBASE}/cyrus/:${PORTSDIR}/mail/cyrus -.elif defined(WITH_COURIER-IMAP) -RUN_DEPENDS+= ${LOCALBASE}/libexec/courier-imap/:${PORTSDIR}/mail/courier-imap -.else -RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw -.endif -.endif - -.if !defined(WITHOUT_WV) -RUN_DEPENDS+= ${LOCALBASE}/bin/wvHtml:${PORTSDIR}/textproc/wv -.endif -.if !defined(WITHOUT_XL) -RUN_DEPENDS+= ${LOCALBASE}/bin/xlhtml:${PORTSDIR}/textproc/xlhtml -.endif -.if !defined(WITHOUT_ZIP) -RUN_DEPENDS+= ${LOCALBASE}/bin/zipinfo:${PORTSDIR}/archivers/unzip -.endif -.if !defined(WITHOUT_ISPELL) -RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell -.endif - -NO_BUILD= yes -USE_REINPLACE= yes - -REINPLACE_ARGS= -i.beforeImp -DOCS= COPYING README docs/CHANGES docs/CREDITS docs/DATABASE \ - docs/HELP docs/INSTALL docs/SECURITY docs/KNOWN_BUGS \ - docs/PACKAGES - -LHORDEDIR?= www/horde -LIMPDIR?= ${LHORDEDIR}/imp -HORDESBIN?= ${PREFIX}/sbin - -PLIST_SUB= HORDEDIR=${LHORDEDIR} IMPDIR=${LIMPDIR} - -HORDEDIR= ${PREFIX}/${LHORDEDIR} -IMPDIR= ${PREFIX}/${LIMPDIR} - -APACHE_CNFDIR?= ${LOCALBASE}/etc/apache -APACHE_CONF= ${APACHE_CNFDIR}/httpd.conf - -pre-everything:: -.if !defined(WITHOUT_IMAPSERVER) - @${ECHO_MSG} "" - @${ECHO_MSG} "Press CTRL-C and define WITHOUT_IMAPSERVER" - @${ECHO_MSG} "if you intend to run an IMAP server on an other machine." - @${ECHO_MSG} "" -.endif - -pre-install: -# N.B.: database dependencies are binded with mod_php#, neither by Horde nor IMP. - @if [ -f ${IMPDIR}/index.php ]; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please deinstall the port mail/imp3." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi - @if ! ${LDCONFIG} -r | ${GREP} -q -e "c-client4.8"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with IMAP support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.if !defined(WITHOUT_LDAP) -.if defined(WITH_LDAP2) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "ldap.2"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with OpenLDAP2 support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.else - @if ! ${LDCONFIG} -r | ${GREP} -q -e "ldap.1"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with OpenLDAP support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.endif -.endif -.if !defined(WITHOUT_SUPPORTED_DB) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "mysqlclient.10" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "pq.2" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "sybdb.1" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "ct.0" ; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with a database support." ; \ - ${ECHO_MSG} "MySQL, PostgreSQL and Sybase (CTLIB or DBLIB)" ; \ - ${ECHO_MSG} "can be used with PHP AND IMP." ; \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "(If everything will run on this machine, do not" ; \ - ${ECHO_MSG} " forget to install the database server-side!)" ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi ; \ - fi ; \ - fi ; \ - fi -.endif - -do-install: - ${MKDIR} ${IMPDIR} - ${CP} -Rp ${WRKSRC}/config ${WRKSRC}/graphics ${WRKSRC}/lib ${IMPDIR} - ${CP} -Rp ${WRKSRC}/locale ${WRKSRC}/scripts ${WRKSRC}/templates ${IMPDIR} - ${CP} -p ${WRKSRC}/*.php3 ${WRKSRC}/*.css ${IMPDIR} - ${REINPLACE_CMD} -e "s:/usr/bin/ispell:${LOCALBASE}/bin/ispell:g ; \ - s:/usr/bin/wvHtml:${LOCALBASE}/bin/wvHtml:g ; \ - s:/usr/bin/xlHtml:${LOCALBASE}/bin/xlhtml:g ; \ - s:/bin/tar:/usr/bin/tar:g ; \ - s:/usr/bin/zipinfo:${LOCALBASE}/bin/zipinfo:g" \ - ${IMPDIR}/config/defaults.php3.dist - @${RM} ${IMPDIR}/config/defaults.php3.dist.beforeImp - ${REINPLACE_CMD} -e "s:sh ./secure.sh:${HORDESBIN}/horde_secure.sh:g ; \ - s:sh ./install.sh:${HORDESBIN}/horde_setup.sh:g" \ - ${IMPDIR}/templates/index/imp_notconfigured.inc - @${RM} ${IMPDIR}/templates/index/imp_notconfigured.inc.beforeImp - @if [ ! -f ${IMPDIR}/config/defaults.php3 ]; then \ - ${CP} ${IMPDIR}/config/defaults.php3.dist ${IMPDIR}/config/defaults.php3; \ - fi - ${CHMOD} 777 ${IMPDIR}/config/defaults.php3 - @if [ ! -f ${IMPDIR}/config/mime.php3 ]; then \ - ${CP} ${IMPDIR}/config/mime.php3.dist ${IMPDIR}/config/mime.php3; \ - fi - @if [ ! -f ${IMPDIR}/config/ldap.php3 ]; then \ - ${CP} ${IMPDIR}/config/ldap.php3.dist ${IMPDIR}/config/ldap.php3; \ - fi - @if [ ! -f ${IMPDIR}/config/servers.php3 ]; then \ - ${CP} ${IMPDIR}/config/servers.php3.dist ${IMPDIR}/config/servers.php3; \ - fi - ${CHOWN} -R www:www ${IMPDIR} - ${CHMOD} 444 ${HORDEDIR}/setup.php3 - @(if [ -f ${APACHE_CONF} ] ; then \ - (if [ ! -f ${APACHE_CONF}.beforeIMP ] ; then \ - ${ECHO} "===> Updating ${APACHE_CONF}..." ; \ - ${CP} -p ${.CURDIR}/httpd.conf.imp ${WRKDIR}/httpd.conf.imp ; \ - ${REINPLACE_CMD} -e "s:/home/httpd/html/horde/imp:${IMPDIR}:g" \ - ${WRKDIR}/httpd.conf.imp ; \ - ${CP} -p ${APACHE_CONF} ${APACHE_CONF}.beforeIMP ; \ - ${GREP} -qw 'Added for IMP' ${APACHE_CONF} || ${CAT} ${WRKDIR}/httpd.conf.imp \ - >> ${APACHE_CONF} ; \ - fi) ; \ - fi) -.if !defined(NOPORTDOCS) - ${REINPLACE_CMD} -e "s:/home/httpd/html/horde:${HORDEDIR}:g ; \ - s:/home/httpd/horde-phplib:${HORDEDIR}/phplib:g ; \ - s:nobody:www:g" \ - ${WRKSRC}/docs/SECURITY - ${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor - @${ECHO} "Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${ECHO} "******************************************************************" - @${ECHO} "IMP has been installed in ${IMPDIR} with your blank" - @${ECHO} "configuration files." - @${ECHO} "" - @${ECHO} "Please refer to the file ${DOCSDIR}/SECURITY" - @${ECHO} "on how to secure the IMP installation." - @${ECHO} "It is at least recommended that you change the default database" - @${ECHO} "password used by horde-phplib and imp." - @${ECHO} "" - @${ECHO} "In order to end IMP's configuration, please read the" - @${ECHO} "file ${DOCSDIR}/INSTALL." - @${ECHO} "" - @${ECHO} "If ${APACHE_CONF} has been updated," - @${ECHO} "you have to restart Apache." - @${ECHO} "" - @${ECHO} "The configuration utitility is located at" - @${ECHO} "<URL:http://localhost/horde/setup.php3>". - @${ECHO} "" - @${ECHO} "IMP requires an IMAP server. If you want to install one on this" - @${ECHO} "machine, you may install the ports mail/cyrus-imapd, or" - @${ECHO} "mail/imap-uw, or mail/courier-imap." - @${ECHO} "" - @${ECHO} "IMP uses c-client (from the port mail/cclient), the client of" - @${ECHO} "IMAP-UW; you may want to reinstall it with SSL support, or" - @${ECHO} "if you need an SSL connection to your IMAP server, you can" - @${ECHO} "install the port security/stunnel." - @${ECHO} "Note: without SSL, you have to choose the IMAP port 143/notls" - @${ECHO} "******************************************************************" - -.include <bsd.port.mk> diff --git a/mail/horde-imp/distinfo b/mail/horde-imp/distinfo deleted file mode 100644 index c610ad00a6ef..000000000000 --- a/mail/horde-imp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (imp-2.2.8.tar.gz) = 9f0e442f61ce542b945016bee2736d2f diff --git a/mail/horde-imp/files/patch-lib_mimetypes.lib b/mail/horde-imp/files/patch-lib_mimetypes.lib deleted file mode 100644 index 4b87c5512d65..000000000000 --- a/mail/horde-imp/files/patch-lib_mimetypes.lib +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/mimetypes.lib.orig Wed Jul 18 16:23:58 2001 -+++ lib/mimetypes.lib Sun Mar 10 16:26:33 2002 -@@ -449,7 +449,7 @@ - fwrite( $fh, imap_base64($contents)); - fclose( $fh ); - -- $pipe = popen("$default->path_to_mswordview $word_name 2>&1","r"); -+ $pipe = popen("$default->path_to_mswordview $word_name - 2>&1","r"); - $data = "<b><u>MS Word Viewer</u></b><br><table><tr><td align=left>"; - while( ($rc=fgets($pipe,8192)) ) - $data.=$rc; diff --git a/mail/horde-imp/httpd.conf.imp b/mail/horde-imp/httpd.conf.imp deleted file mode 100644 index eddffb5b5f1c..000000000000 --- a/mail/horde-imp/httpd.conf.imp +++ /dev/null @@ -1,24 +0,0 @@ - -# Added for IMP -# -# For security, don't serve pages from the IMP configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/imp/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/imp/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/imp/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/imp/templates"> - order deny,allow - deny from all -</Directory> -# End of IMP configuration ================ - diff --git a/mail/horde-imp/pkg-comment b/mail/horde-imp/pkg-comment deleted file mode 100644 index 46c5ace08f7e..000000000000 --- a/mail/horde-imp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A webmail system which accesses mail over IMAP diff --git a/mail/horde-imp/pkg-deinstall b/mail/horde-imp/pkg-deinstall deleted file mode 100644 index ee55cbb6519e..000000000000 --- a/mail/horde-imp/pkg-deinstall +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# Try to restore httpd.conf when deinstalling IMP - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -f ${PKG_PREFIX}/etc/apache/httpd.conf.beforeIMP ] ; then - echo "Restoring httpd.conf..." - cp ${PKG_PREFIX}/etc/apache/httpd.conf ${PKG_PREFIX}/etc/apache/httpd.conf.deinstIMP - mv ${PKG_PREFIX}/etc/apache/httpd.conf.beforeIMP ${PKG_PREFIX}/etc/apache/httpd.conf -fi diff --git a/mail/horde-imp/pkg-descr b/mail/horde-imp/pkg-descr deleted file mode 100644 index 91595ebce568..000000000000 --- a/mail/horde-imp/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Note: this port is mostly for sites running PHP3. - For a new installation, please consider the port mail/imp3. - -IMP is a set of PHP3 scripts that implement an IMAP based webmail system. -Assuming you have an account on a server that supports IMAP, you can use -an installation of IMP to check your mail from anywhere that you have web -access. - -WWW: http://www.horde.org/imp/ diff --git a/mail/horde-imp/pkg-plist b/mail/horde-imp/pkg-plist deleted file mode 100644 index 4c26c83ec949..000000000000 --- a/mail/horde-imp/pkg-plist +++ /dev/null @@ -1,912 +0,0 @@ -%%PORTDOCS%%share/doc/imp/CHANGES -%%PORTDOCS%%share/doc/imp/COPYING -%%PORTDOCS%%share/doc/imp/CREDITS -%%PORTDOCS%%share/doc/imp/DATABASE -%%PORTDOCS%%share/doc/imp/HELP -%%PORTDOCS%%share/doc/imp/INSTALL -%%PORTDOCS%%share/doc/imp/KNOWN_BUGS -%%PORTDOCS%%share/doc/imp/PACKAGES -%%PORTDOCS%%share/doc/imp/README -%%PORTDOCS%%share/doc/imp/SECURITY -%%IMPDIR%%/addcontact.php3 -%%IMPDIR%%/compose.php3 -%%IMPDIR%%/config/defaults.php3.dist -%%IMPDIR%%/config/ldap.php3.dist -%%IMPDIR%%/config/ldap.php3 -%%IMPDIR%%/config/mime.php3.dist -%%IMPDIR%%/config/mime.php3 -%%IMPDIR%%/config/servers.php3.dist -%%IMPDIR%%/config/servers.php3 -%%IMPDIR%%/config/MOTD.html -%%IMPDIR%%/config/defaults.php3 -%%IMPDIR%%/config/header.txt -%%IMPDIR%%/config/html.php3 -%%IMPDIR%%/config/imp_module_config.php3 -%%IMPDIR%%/config/lang.php3 -%%IMPDIR%%/config/mailbox.php3 -%%IMPDIR%%/config/menu.txt -%%IMPDIR%%/config/trailer.txt -%%IMPDIR%%/contacts.php3 -%%IMPDIR%%/contactsFrame.php3 -%%IMPDIR%%/contactsLdapFrame.php3 -%%IMPDIR%%/folders.php3 -%%IMPDIR%%/graphics/addressbook-blue.gif -%%IMPDIR%%/graphics/addressbook-red.gif -%%IMPDIR%%/graphics/addressbook-yellow.gif -%%IMPDIR%%/graphics/addressbook.gif -%%IMPDIR%%/graphics/answered.gif -%%IMPDIR%%/graphics/attachment.gif -%%IMPDIR%%/graphics/check.gif -%%IMPDIR%%/graphics/compose.gif -%%IMPDIR%%/graphics/deleted.gif -%%IMPDIR%%/graphics/down.gif -%%IMPDIR%%/graphics/download.gif -%%IMPDIR%%/graphics/exclamation.gif -%%IMPDIR%%/graphics/first-grey.gif -%%IMPDIR%%/graphics/first.gif -%%IMPDIR%%/graphics/folder.gif -%%IMPDIR%%/graphics/green.gif -%%IMPDIR%%/graphics/impsmall.gif -%%IMPDIR%%/graphics/inbox.gif -%%IMPDIR%%/graphics/last-grey.gif -%%IMPDIR%%/graphics/last.gif -%%IMPDIR%%/graphics/lhand.gif -%%IMPDIR%%/graphics/lock.gif -%%IMPDIR%%/graphics/login.gif -%%IMPDIR%%/graphics/logout.gif -%%IMPDIR%%/graphics/mime_audio.gif -%%IMPDIR%%/graphics/mime_broken.gif -%%IMPDIR%%/graphics/mime_compressed.gif -%%IMPDIR%%/graphics/mime_deb.gif -%%IMPDIR%%/graphics/mime_excel.gif -%%IMPDIR%%/graphics/mime_html.gif -%%IMPDIR%%/graphics/mime_image.gif -%%IMPDIR%%/graphics/mime_imp_signature.gif -%%IMPDIR%%/graphics/mime_mail.gif -%%IMPDIR%%/graphics/mime_msword.gif -%%IMPDIR%%/graphics/mime_pdf.gif -%%IMPDIR%%/graphics/mime_php.gif -%%IMPDIR%%/graphics/mime_text.gif -%%IMPDIR%%/graphics/mime_unknown.gif -%%IMPDIR%%/graphics/newmail.gif -%%IMPDIR%%/graphics/next-grey.gif -%%IMPDIR%%/graphics/next.gif -%%IMPDIR%%/graphics/open_folder.gif -%%IMPDIR%%/graphics/prefs.gif -%%IMPDIR%%/graphics/prev-grey.gif -%%IMPDIR%%/graphics/prev.gif -%%IMPDIR%%/graphics/red.gif -%%IMPDIR%%/graphics/reload.gif -%%IMPDIR%%/graphics/rhand.gif -%%IMPDIR%%/graphics/search.gif -%%IMPDIR%%/graphics/sm-lg.gif -%%IMPDIR%%/graphics/source.gif -%%IMPDIR%%/graphics/up.gif -%%IMPDIR%%/imp.css -%%IMPDIR%%/index.php3 -%%IMPDIR%%/ldap.result.php3 -%%IMPDIR%%/ldap.search.php3 -%%IMPDIR%%/lib/db.dummy -%%IMPDIR%%/lib/db.informix -%%IMPDIR%%/lib/db.mysql -%%IMPDIR%%/lib/db.oci8 -%%IMPDIR%%/lib/db.oracle -%%IMPDIR%%/lib/db.pgsql -%%IMPDIR%%/lib/db.sybase -%%IMPDIR%%/lib/imp.lib -%%IMPDIR%%/lib/js/browser_detect.js -%%IMPDIR%%/lib/js/browser_detect_full.js -%%IMPDIR%%/lib/js/msie_generic_help.js -%%IMPDIR%%/lib/js/ns_generic_help.js -%%IMPDIR%%/lib/js/open_compose_win.js -%%IMPDIR%%/lib/js/open_contacts.js -%%IMPDIR%%/lib/mimetypes.lib -%%IMPDIR%%/lib/mimetypes.lib.orig -%%IMPDIR%%/lib/postconf.php3 -%%IMPDIR%%/lib/version.php -%%IMPDIR%%/locale/ca/compose.help -%%IMPDIR%%/locale/ca/compose.lang -%%IMPDIR%%/locale/ca/contacts.help -%%IMPDIR%%/locale/ca/contacts.lang -%%IMPDIR%%/locale/ca/folders.help -%%IMPDIR%%/locale/ca/folders.lang -%%IMPDIR%%/locale/ca/help.lang -%%IMPDIR%%/locale/ca/horde.lang -%%IMPDIR%%/locale/ca/login.help -%%IMPDIR%%/locale/ca/login.lang -%%IMPDIR%%/locale/ca/mailbox.lang -%%IMPDIR%%/locale/ca/menu.lang -%%IMPDIR%%/locale/ca/message.lang -%%IMPDIR%%/locale/ca/newuser.entro.txt -%%IMPDIR%%/locale/ca/newuser.intro.txt -%%IMPDIR%%/locale/ca/newuser.lang -%%IMPDIR%%/locale/ca/newuser.start.txt -%%IMPDIR%%/locale/ca/openwin.lang -%%IMPDIR%%/locale/ca/passwd.lang -%%IMPDIR%%/locale/ca/prefs.lang -%%IMPDIR%%/locale/ca/select.lang -%%IMPDIR%%/locale/ca/spelling.lang -%%IMPDIR%%/locale/ca/status.lang -%%IMPDIR%%/locale/cs/compose.help -%%IMPDIR%%/locale/cs/compose.lang -%%IMPDIR%%/locale/cs/contacts.help -%%IMPDIR%%/locale/cs/contacts.lang -%%IMPDIR%%/locale/cs/folders.help -%%IMPDIR%%/locale/cs/folders.lang -%%IMPDIR%%/locale/cs/help.lang -%%IMPDIR%%/locale/cs/horde.lang -%%IMPDIR%%/locale/cs/login.help -%%IMPDIR%%/locale/cs/login.lang -%%IMPDIR%%/locale/cs/mailbox.lang -%%IMPDIR%%/locale/cs/menu.lang -%%IMPDIR%%/locale/cs/message.lang -%%IMPDIR%%/locale/cs/newuser.entro.txt -%%IMPDIR%%/locale/cs/newuser.intro.txt -%%IMPDIR%%/locale/cs/newuser.lang -%%IMPDIR%%/locale/cs/newuser.start.txt -%%IMPDIR%%/locale/cs/openwin.lang -%%IMPDIR%%/locale/cs/passwd.lang -%%IMPDIR%%/locale/cs/prefs.lang -%%IMPDIR%%/locale/cs/select.lang -%%IMPDIR%%/locale/cs/spelling.lang -%%IMPDIR%%/locale/cs/status.lang -%%IMPDIR%%/locale/da/compose.help -%%IMPDIR%%/locale/da/compose.lang -%%IMPDIR%%/locale/da/contacts.help -%%IMPDIR%%/locale/da/contacts.lang -%%IMPDIR%%/locale/da/folders.help -%%IMPDIR%%/locale/da/folders.lang -%%IMPDIR%%/locale/da/help.lang -%%IMPDIR%%/locale/da/horde.lang -%%IMPDIR%%/locale/da/login.help -%%IMPDIR%%/locale/da/login.lang -%%IMPDIR%%/locale/da/mailbox.lang -%%IMPDIR%%/locale/da/menu.lang -%%IMPDIR%%/locale/da/message.lang -%%IMPDIR%%/locale/da/newuser.entro.txt -%%IMPDIR%%/locale/da/newuser.intro.txt -%%IMPDIR%%/locale/da/newuser.lang -%%IMPDIR%%/locale/da/newuser.start.txt -%%IMPDIR%%/locale/da/openwin.lang -%%IMPDIR%%/locale/da/passwd.lang -%%IMPDIR%%/locale/da/prefs.lang -%%IMPDIR%%/locale/da/select.lang -%%IMPDIR%%/locale/da/spelling.lang -%%IMPDIR%%/locale/da/status.lang -%%IMPDIR%%/locale/de/compose.help -%%IMPDIR%%/locale/de/compose.lang -%%IMPDIR%%/locale/de/contacts.help -%%IMPDIR%%/locale/de/contacts.lang -%%IMPDIR%%/locale/de/folders.help -%%IMPDIR%%/locale/de/folders.lang -%%IMPDIR%%/locale/de/help.lang -%%IMPDIR%%/locale/de/horde.lang -%%IMPDIR%%/locale/de/login.help -%%IMPDIR%%/locale/de/login.lang -%%IMPDIR%%/locale/de/mailbox.lang -%%IMPDIR%%/locale/de/menu.lang -%%IMPDIR%%/locale/de/message.lang -%%IMPDIR%%/locale/de/newuser.entro.txt -%%IMPDIR%%/locale/de/newuser.intro.txt -%%IMPDIR%%/locale/de/newuser.lang -%%IMPDIR%%/locale/de/newuser.start.txt -%%IMPDIR%%/locale/de/openwin.lang -%%IMPDIR%%/locale/de/passwd.lang -%%IMPDIR%%/locale/de/prefs.lang -%%IMPDIR%%/locale/de/select.lang -%%IMPDIR%%/locale/de/spelling.lang -%%IMPDIR%%/locale/de/status.lang -%%IMPDIR%%/locale/defines/compose.help -%%IMPDIR%%/locale/defines/contacts.help -%%IMPDIR%%/locale/defines/folders.help -%%IMPDIR%%/locale/defines/login.help -%%IMPDIR%%/locale/el/compose.help -%%IMPDIR%%/locale/el/compose.lang -%%IMPDIR%%/locale/el/contacts.help -%%IMPDIR%%/locale/el/contacts.lang -%%IMPDIR%%/locale/el/folders.help -%%IMPDIR%%/locale/el/folders.lang -%%IMPDIR%%/locale/el/help.lang -%%IMPDIR%%/locale/el/horde.lang -%%IMPDIR%%/locale/el/login.help -%%IMPDIR%%/locale/el/login.lang -%%IMPDIR%%/locale/el/mailbox.lang -%%IMPDIR%%/locale/el/menu.lang -%%IMPDIR%%/locale/el/message.lang -%%IMPDIR%%/locale/el/newuser.entro.txt -%%IMPDIR%%/locale/el/newuser.intro.txt -%%IMPDIR%%/locale/el/newuser.lang -%%IMPDIR%%/locale/el/newuser.start.txt -%%IMPDIR%%/locale/el/openwin.lang -%%IMPDIR%%/locale/el/passwd.lang -%%IMPDIR%%/locale/el/prefs.lang -%%IMPDIR%%/locale/el/select.lang -%%IMPDIR%%/locale/el/spelling.lang -%%IMPDIR%%/locale/el/status.lang -%%IMPDIR%%/locale/en/compose.help -%%IMPDIR%%/locale/en/compose.lang -%%IMPDIR%%/locale/en/contacts.help -%%IMPDIR%%/locale/en/contacts.lang -%%IMPDIR%%/locale/en/folders.help -%%IMPDIR%%/locale/en/folders.lang -%%IMPDIR%%/locale/en/help.lang -%%IMPDIR%%/locale/en/horde.lang -%%IMPDIR%%/locale/en/login.help -%%IMPDIR%%/locale/en/login.lang -%%IMPDIR%%/locale/en/mailbox.lang -%%IMPDIR%%/locale/en/menu.lang -%%IMPDIR%%/locale/en/message.lang -%%IMPDIR%%/locale/en/newuser.entro.txt -%%IMPDIR%%/locale/en/newuser.intro.txt -%%IMPDIR%%/locale/en/newuser.lang -%%IMPDIR%%/locale/en/newuser.start.txt -%%IMPDIR%%/locale/en/openwin.lang -%%IMPDIR%%/locale/en/passwd.lang -%%IMPDIR%%/locale/en/prefs.lang -%%IMPDIR%%/locale/en/select.lang -%%IMPDIR%%/locale/en/spelling.lang -%%IMPDIR%%/locale/en/status.lang -%%IMPDIR%%/locale/es/compose.help -%%IMPDIR%%/locale/es/compose.lang -%%IMPDIR%%/locale/es/contacts.help -%%IMPDIR%%/locale/es/contacts.lang -%%IMPDIR%%/locale/es/folders.help -%%IMPDIR%%/locale/es/folders.lang -%%IMPDIR%%/locale/es/help.lang -%%IMPDIR%%/locale/es/horde.lang -%%IMPDIR%%/locale/es/login.help -%%IMPDIR%%/locale/es/login.lang -%%IMPDIR%%/locale/es/mailbox.lang -%%IMPDIR%%/locale/es/menu.lang -%%IMPDIR%%/locale/es/message.lang -%%IMPDIR%%/locale/es/newuser.entro.txt -%%IMPDIR%%/locale/es/newuser.intro.txt -%%IMPDIR%%/locale/es/newuser.lang -%%IMPDIR%%/locale/es/newuser.start.txt -%%IMPDIR%%/locale/es/openwin.lang -%%IMPDIR%%/locale/es/passwd.lang -%%IMPDIR%%/locale/es/prefs.lang -%%IMPDIR%%/locale/es/select.lang -%%IMPDIR%%/locale/es/spelling.lang -%%IMPDIR%%/locale/es/status.lang -%%IMPDIR%%/locale/et/compose.help -%%IMPDIR%%/locale/et/compose.lang -%%IMPDIR%%/locale/et/contacts.help -%%IMPDIR%%/locale/et/contacts.lang -%%IMPDIR%%/locale/et/folders.help -%%IMPDIR%%/locale/et/folders.lang -%%IMPDIR%%/locale/et/help.lang -%%IMPDIR%%/locale/et/horde.lang -%%IMPDIR%%/locale/et/login.help -%%IMPDIR%%/locale/et/login.lang -%%IMPDIR%%/locale/et/mailbox.lang -%%IMPDIR%%/locale/et/menu.lang -%%IMPDIR%%/locale/et/message.lang -%%IMPDIR%%/locale/et/newuser.entro.txt -%%IMPDIR%%/locale/et/newuser.intro.txt -%%IMPDIR%%/locale/et/newuser.lang -%%IMPDIR%%/locale/et/newuser.start.txt -%%IMPDIR%%/locale/et/openwin.lang -%%IMPDIR%%/locale/et/passwd.lang -%%IMPDIR%%/locale/et/prefs.lang -%%IMPDIR%%/locale/et/select.lang -%%IMPDIR%%/locale/et/spelling.lang -%%IMPDIR%%/locale/et/status.lang -%%IMPDIR%%/locale/fi/compose.help -%%IMPDIR%%/locale/fi/compose.lang -%%IMPDIR%%/locale/fi/contacts.help -%%IMPDIR%%/locale/fi/contacts.lang -%%IMPDIR%%/locale/fi/folders.help -%%IMPDIR%%/locale/fi/folders.lang -%%IMPDIR%%/locale/fi/help.lang -%%IMPDIR%%/locale/fi/horde.lang -%%IMPDIR%%/locale/fi/login.help -%%IMPDIR%%/locale/fi/login.lang -%%IMPDIR%%/locale/fi/mailbox.lang -%%IMPDIR%%/locale/fi/menu.lang -%%IMPDIR%%/locale/fi/message.lang -%%IMPDIR%%/locale/fi/newuser.entro.txt -%%IMPDIR%%/locale/fi/newuser.intro.txt -%%IMPDIR%%/locale/fi/newuser.lang -%%IMPDIR%%/locale/fi/newuser.start.txt -%%IMPDIR%%/locale/fi/openwin.lang -%%IMPDIR%%/locale/fi/passwd.lang -%%IMPDIR%%/locale/fi/prefs.lang -%%IMPDIR%%/locale/fi/select.lang -%%IMPDIR%%/locale/fi/spelling.lang -%%IMPDIR%%/locale/fi/status.lang -%%IMPDIR%%/locale/fr/compose.help -%%IMPDIR%%/locale/fr/compose.lang -%%IMPDIR%%/locale/fr/contacts.help -%%IMPDIR%%/locale/fr/contacts.lang -%%IMPDIR%%/locale/fr/folders.help -%%IMPDIR%%/locale/fr/folders.lang -%%IMPDIR%%/locale/fr/help.lang -%%IMPDIR%%/locale/fr/horde.lang -%%IMPDIR%%/locale/fr/lang.lang -%%IMPDIR%%/locale/fr/login.help -%%IMPDIR%%/locale/fr/login.lang -%%IMPDIR%%/locale/fr/mailbox.lang -%%IMPDIR%%/locale/fr/menu.lang -%%IMPDIR%%/locale/fr/message.lang -%%IMPDIR%%/locale/fr/newuser.entro.txt -%%IMPDIR%%/locale/fr/newuser.intro.txt -%%IMPDIR%%/locale/fr/newuser.lang -%%IMPDIR%%/locale/fr/newuser.start.txt -%%IMPDIR%%/locale/fr/openwin.lang -%%IMPDIR%%/locale/fr/passwd.lang -%%IMPDIR%%/locale/fr/prefs.lang -%%IMPDIR%%/locale/fr/select.lang -%%IMPDIR%%/locale/fr/spelling.lang -%%IMPDIR%%/locale/fr/status.lang -%%IMPDIR%%/locale/hu/compose.help -%%IMPDIR%%/locale/hu/compose.lang -%%IMPDIR%%/locale/hu/contacts.help -%%IMPDIR%%/locale/hu/contacts.lang -%%IMPDIR%%/locale/hu/folders.help -%%IMPDIR%%/locale/hu/folders.lang -%%IMPDIR%%/locale/hu/help.lang -%%IMPDIR%%/locale/hu/horde.lang -%%IMPDIR%%/locale/hu/login.help -%%IMPDIR%%/locale/hu/login.lang -%%IMPDIR%%/locale/hu/mailbox.lang -%%IMPDIR%%/locale/hu/menu.lang -%%IMPDIR%%/locale/hu/message.lang -%%IMPDIR%%/locale/hu/newuser.entro.txt -%%IMPDIR%%/locale/hu/newuser.intro.txt -%%IMPDIR%%/locale/hu/newuser.lang -%%IMPDIR%%/locale/hu/newuser.start.txt -%%IMPDIR%%/locale/hu/openwin.lang -%%IMPDIR%%/locale/hu/passwd.lang -%%IMPDIR%%/locale/hu/prefs.lang -%%IMPDIR%%/locale/hu/select.lang -%%IMPDIR%%/locale/hu/spelling.lang -%%IMPDIR%%/locale/hu/status.lang -%%IMPDIR%%/locale/id/compose.help -%%IMPDIR%%/locale/id/compose.lang -%%IMPDIR%%/locale/id/contacts.help -%%IMPDIR%%/locale/id/contacts.lang -%%IMPDIR%%/locale/id/folders.help -%%IMPDIR%%/locale/id/folders.lang -%%IMPDIR%%/locale/id/help.lang -%%IMPDIR%%/locale/id/horde.lang -%%IMPDIR%%/locale/id/login.help -%%IMPDIR%%/locale/id/login.lang -%%IMPDIR%%/locale/id/mailbox.lang -%%IMPDIR%%/locale/id/menu.lang -%%IMPDIR%%/locale/id/message.lang -%%IMPDIR%%/locale/id/newuser.entro.txt -%%IMPDIR%%/locale/id/newuser.intro.txt -%%IMPDIR%%/locale/id/newuser.lang -%%IMPDIR%%/locale/id/newuser.start.txt -%%IMPDIR%%/locale/id/openwin.lang -%%IMPDIR%%/locale/id/passwd.lang -%%IMPDIR%%/locale/id/prefs.lang -%%IMPDIR%%/locale/id/select.lang -%%IMPDIR%%/locale/id/spelling.lang -%%IMPDIR%%/locale/id/status.lang -%%IMPDIR%%/locale/is/compose.help -%%IMPDIR%%/locale/is/compose.lang -%%IMPDIR%%/locale/is/contacts.help -%%IMPDIR%%/locale/is/contacts.lang -%%IMPDIR%%/locale/is/folders.help -%%IMPDIR%%/locale/is/folders.lang -%%IMPDIR%%/locale/is/help.lang -%%IMPDIR%%/locale/is/horde.lang -%%IMPDIR%%/locale/is/login.help -%%IMPDIR%%/locale/is/login.lang -%%IMPDIR%%/locale/is/mailbox.lang -%%IMPDIR%%/locale/is/menu.lang -%%IMPDIR%%/locale/is/message.lang -%%IMPDIR%%/locale/is/newuser.entro.txt -%%IMPDIR%%/locale/is/newuser.intro.txt -%%IMPDIR%%/locale/is/newuser.lang -%%IMPDIR%%/locale/is/newuser.start.txt -%%IMPDIR%%/locale/is/openwin.lang -%%IMPDIR%%/locale/is/passwd.lang -%%IMPDIR%%/locale/is/prefs.lang -%%IMPDIR%%/locale/is/select.lang -%%IMPDIR%%/locale/is/spelling.lang -%%IMPDIR%%/locale/is/status.lang -%%IMPDIR%%/locale/it/compose.help -%%IMPDIR%%/locale/it/compose.lang -%%IMPDIR%%/locale/it/contacts.help -%%IMPDIR%%/locale/it/contacts.lang -%%IMPDIR%%/locale/it/folders.help -%%IMPDIR%%/locale/it/folders.lang -%%IMPDIR%%/locale/it/help.lang -%%IMPDIR%%/locale/it/horde.lang -%%IMPDIR%%/locale/it/login.help -%%IMPDIR%%/locale/it/login.lang -%%IMPDIR%%/locale/it/mailbox.lang -%%IMPDIR%%/locale/it/menu.lang -%%IMPDIR%%/locale/it/message.lang -%%IMPDIR%%/locale/it/newuser.entro.txt -%%IMPDIR%%/locale/it/newuser.intro.txt -%%IMPDIR%%/locale/it/newuser.lang -%%IMPDIR%%/locale/it/newuser.start.txt -%%IMPDIR%%/locale/it/openwin.lang -%%IMPDIR%%/locale/it/passwd.lang -%%IMPDIR%%/locale/it/prefs.lang -%%IMPDIR%%/locale/it/select.lang -%%IMPDIR%%/locale/it/spelling.lang -%%IMPDIR%%/locale/it/status.lang -%%IMPDIR%%/locale/kr/compose.help -%%IMPDIR%%/locale/kr/compose.lang -%%IMPDIR%%/locale/kr/contacts.help -%%IMPDIR%%/locale/kr/contacts.lang -%%IMPDIR%%/locale/kr/folders.help -%%IMPDIR%%/locale/kr/folders.lang -%%IMPDIR%%/locale/kr/help.lang -%%IMPDIR%%/locale/kr/horde.lang -%%IMPDIR%%/locale/kr/login.help -%%IMPDIR%%/locale/kr/login.lang -%%IMPDIR%%/locale/kr/mailbox.lang -%%IMPDIR%%/locale/kr/menu.lang -%%IMPDIR%%/locale/kr/message.lang -%%IMPDIR%%/locale/kr/newuser.entro.txt -%%IMPDIR%%/locale/kr/newuser.intro.txt -%%IMPDIR%%/locale/kr/newuser.lang -%%IMPDIR%%/locale/kr/newuser.start.txt -%%IMPDIR%%/locale/kr/openwin.lang -%%IMPDIR%%/locale/kr/passwd.lang -%%IMPDIR%%/locale/kr/prefs.lang -%%IMPDIR%%/locale/kr/select.lang -%%IMPDIR%%/locale/kr/spelling.lang -%%IMPDIR%%/locale/kr/status.lang -%%IMPDIR%%/locale/local/compose.help -%%IMPDIR%%/locale/local/compose.lang -%%IMPDIR%%/locale/local/contacts.help -%%IMPDIR%%/locale/local/contacts.lang -%%IMPDIR%%/locale/local/folders.help -%%IMPDIR%%/locale/local/folders.lang -%%IMPDIR%%/locale/local/help.lang -%%IMPDIR%%/locale/local/horde.lang -%%IMPDIR%%/locale/local/lang.lang -%%IMPDIR%%/locale/local/login.help -%%IMPDIR%%/locale/local/login.lang -%%IMPDIR%%/locale/local/mailbox.lang -%%IMPDIR%%/locale/local/menu.lang -%%IMPDIR%%/locale/local/message.lang -%%IMPDIR%%/locale/local/newuser.lang -%%IMPDIR%%/locale/local/openwin.lang -%%IMPDIR%%/locale/local/passwd.lang -%%IMPDIR%%/locale/local/prefs.lang -%%IMPDIR%%/locale/local/select.lang -%%IMPDIR%%/locale/local/spelling.lang -%%IMPDIR%%/locale/local/status.lang -%%IMPDIR%%/locale/lt/compose.help -%%IMPDIR%%/locale/lt/compose.lang -%%IMPDIR%%/locale/lt/contacts.help -%%IMPDIR%%/locale/lt/contacts.lang -%%IMPDIR%%/locale/lt/folders.help -%%IMPDIR%%/locale/lt/folders.lang -%%IMPDIR%%/locale/lt/help.lang -%%IMPDIR%%/locale/lt/horde.lang -%%IMPDIR%%/locale/lt/ldap.result.lang -%%IMPDIR%%/locale/lt/ldap.search.lang -%%IMPDIR%%/locale/lt/login.help -%%IMPDIR%%/locale/lt/login.lang -%%IMPDIR%%/locale/lt/mailbox.lang -%%IMPDIR%%/locale/lt/menu.lang -%%IMPDIR%%/locale/lt/message.lang -%%IMPDIR%%/locale/lt/newuser.entro.txt -%%IMPDIR%%/locale/lt/newuser.intro.txt -%%IMPDIR%%/locale/lt/newuser.lang -%%IMPDIR%%/locale/lt/newuser.start.txt -%%IMPDIR%%/locale/lt/openwin.lang -%%IMPDIR%%/locale/lt/passwd.lang -%%IMPDIR%%/locale/lt/prefs.lang -%%IMPDIR%%/locale/lt/select.lang -%%IMPDIR%%/locale/lt/spelling.lang -%%IMPDIR%%/locale/lt/status.lang -%%IMPDIR%%/locale/nl/compose.help -%%IMPDIR%%/locale/nl/compose.lang -%%IMPDIR%%/locale/nl/contacts.help -%%IMPDIR%%/locale/nl/contacts.lang -%%IMPDIR%%/locale/nl/folders.help -%%IMPDIR%%/locale/nl/folders.lang -%%IMPDIR%%/locale/nl/help.lang -%%IMPDIR%%/locale/nl/horde.lang -%%IMPDIR%%/locale/nl/login.help -%%IMPDIR%%/locale/nl/login.lang -%%IMPDIR%%/locale/nl/mailbox.lang -%%IMPDIR%%/locale/nl/menu.lang -%%IMPDIR%%/locale/nl/message.lang -%%IMPDIR%%/locale/nl/newuser.entro.txt -%%IMPDIR%%/locale/nl/newuser.intro.txt -%%IMPDIR%%/locale/nl/newuser.lang -%%IMPDIR%%/locale/nl/newuser.start.txt -%%IMPDIR%%/locale/nl/openwin.lang -%%IMPDIR%%/locale/nl/passwd.lang -%%IMPDIR%%/locale/nl/prefs.lang -%%IMPDIR%%/locale/nl/select.lang -%%IMPDIR%%/locale/nl/spelling.lang -%%IMPDIR%%/locale/nl/status.lang -%%IMPDIR%%/locale/no-bok/compose.help -%%IMPDIR%%/locale/no-bok/compose.lang -%%IMPDIR%%/locale/no-bok/contacts.help -%%IMPDIR%%/locale/no-bok/contacts.lang -%%IMPDIR%%/locale/no-bok/folders.help -%%IMPDIR%%/locale/no-bok/folders.lang -%%IMPDIR%%/locale/no-bok/help.lang -%%IMPDIR%%/locale/no-bok/horde.lang -%%IMPDIR%%/locale/no-bok/login.help -%%IMPDIR%%/locale/no-bok/login.lang -%%IMPDIR%%/locale/no-bok/mailbox.lang -%%IMPDIR%%/locale/no-bok/menu.lang -%%IMPDIR%%/locale/no-bok/message.lang -%%IMPDIR%%/locale/no-bok/newuser.entro.txt -%%IMPDIR%%/locale/no-bok/newuser.intro.txt -%%IMPDIR%%/locale/no-bok/newuser.lang -%%IMPDIR%%/locale/no-bok/newuser.start.txt -%%IMPDIR%%/locale/no-bok/openwin.lang -%%IMPDIR%%/locale/no-bok/passwd.lang -%%IMPDIR%%/locale/no-bok/prefs.lang -%%IMPDIR%%/locale/no-bok/select.lang -%%IMPDIR%%/locale/no-bok/spelling.lang -%%IMPDIR%%/locale/no-bok/status.lang -%%IMPDIR%%/locale/no-nyn/compose.help -%%IMPDIR%%/locale/no-nyn/compose.lang -%%IMPDIR%%/locale/no-nyn/contacts.help -%%IMPDIR%%/locale/no-nyn/contacts.lang -%%IMPDIR%%/locale/no-nyn/folders.help -%%IMPDIR%%/locale/no-nyn/folders.lang -%%IMPDIR%%/locale/no-nyn/help.lang -%%IMPDIR%%/locale/no-nyn/horde.lang -%%IMPDIR%%/locale/no-nyn/login.help -%%IMPDIR%%/locale/no-nyn/login.lang -%%IMPDIR%%/locale/no-nyn/mailbox.lang -%%IMPDIR%%/locale/no-nyn/menu.lang -%%IMPDIR%%/locale/no-nyn/message.lang -%%IMPDIR%%/locale/no-nyn/newuser.entro.txt -%%IMPDIR%%/locale/no-nyn/newuser.intro.txt -%%IMPDIR%%/locale/no-nyn/newuser.lang -%%IMPDIR%%/locale/no-nyn/newuser.start.txt -%%IMPDIR%%/locale/no-nyn/openwin.lang -%%IMPDIR%%/locale/no-nyn/passwd.lang -%%IMPDIR%%/locale/no-nyn/prefs.lang -%%IMPDIR%%/locale/no-nyn/select.lang -%%IMPDIR%%/locale/no-nyn/spelling.lang -%%IMPDIR%%/locale/no-nyn/status.lang -%%IMPDIR%%/locale/pl/compose.help -%%IMPDIR%%/locale/pl/compose.lang -%%IMPDIR%%/locale/pl/contacts.help -%%IMPDIR%%/locale/pl/contacts.lang -%%IMPDIR%%/locale/pl/folders.help -%%IMPDIR%%/locale/pl/folders.lang -%%IMPDIR%%/locale/pl/help.lang -%%IMPDIR%%/locale/pl/horde.lang -%%IMPDIR%%/locale/pl/login.help -%%IMPDIR%%/locale/pl/login.lang -%%IMPDIR%%/locale/pl/mailbox.lang -%%IMPDIR%%/locale/pl/menu.lang -%%IMPDIR%%/locale/pl/message.lang -%%IMPDIR%%/locale/pl/newuser.entro.txt -%%IMPDIR%%/locale/pl/newuser.intro.txt -%%IMPDIR%%/locale/pl/newuser.lang -%%IMPDIR%%/locale/pl/newuser.start.txt -%%IMPDIR%%/locale/pl/openwin.lang -%%IMPDIR%%/locale/pl/passwd.lang -%%IMPDIR%%/locale/pl/prefs.lang -%%IMPDIR%%/locale/pl/select.lang -%%IMPDIR%%/locale/pl/spelling.lang -%%IMPDIR%%/locale/pl/status.lang -%%IMPDIR%%/locale/pt-BR/compose.help -%%IMPDIR%%/locale/pt-BR/compose.lang -%%IMPDIR%%/locale/pt-BR/contacts.help -%%IMPDIR%%/locale/pt-BR/contacts.lang -%%IMPDIR%%/locale/pt-BR/folders.help -%%IMPDIR%%/locale/pt-BR/folders.lang -%%IMPDIR%%/locale/pt-BR/help.lang -%%IMPDIR%%/locale/pt-BR/horde.lang -%%IMPDIR%%/locale/pt-BR/login.help -%%IMPDIR%%/locale/pt-BR/login.lang -%%IMPDIR%%/locale/pt-BR/mailbox.lang -%%IMPDIR%%/locale/pt-BR/menu.lang -%%IMPDIR%%/locale/pt-BR/message.lang -%%IMPDIR%%/locale/pt-BR/newuser.entro.txt -%%IMPDIR%%/locale/pt-BR/newuser.intro.txt -%%IMPDIR%%/locale/pt-BR/newuser.lang -%%IMPDIR%%/locale/pt-BR/newuser.start.txt -%%IMPDIR%%/locale/pt-BR/openwin.lang -%%IMPDIR%%/locale/pt-BR/passwd.lang -%%IMPDIR%%/locale/pt-BR/prefs.lang -%%IMPDIR%%/locale/pt-BR/select.lang -%%IMPDIR%%/locale/pt-BR/spelling.lang -%%IMPDIR%%/locale/pt-BR/status.lang -%%IMPDIR%%/locale/pt/compose.help -%%IMPDIR%%/locale/pt/compose.lang -%%IMPDIR%%/locale/pt/contacts.help -%%IMPDIR%%/locale/pt/contacts.lang -%%IMPDIR%%/locale/pt/folders.help -%%IMPDIR%%/locale/pt/folders.lang -%%IMPDIR%%/locale/pt/help.lang -%%IMPDIR%%/locale/pt/horde.lang -%%IMPDIR%%/locale/pt/login.help -%%IMPDIR%%/locale/pt/login.lang -%%IMPDIR%%/locale/pt/mailbox.lang -%%IMPDIR%%/locale/pt/menu.lang -%%IMPDIR%%/locale/pt/message.lang -%%IMPDIR%%/locale/pt/newuser.entro.txt -%%IMPDIR%%/locale/pt/newuser.intro.txt -%%IMPDIR%%/locale/pt/newuser.lang -%%IMPDIR%%/locale/pt/newuser.start.txt -%%IMPDIR%%/locale/pt/openwin.lang -%%IMPDIR%%/locale/pt/passwd.lang -%%IMPDIR%%/locale/pt/prefs.lang -%%IMPDIR%%/locale/pt/select.lang -%%IMPDIR%%/locale/pt/spelling.lang -%%IMPDIR%%/locale/pt/status.lang -%%IMPDIR%%/locale/ru/compose.help -%%IMPDIR%%/locale/ru/compose.lang -%%IMPDIR%%/locale/ru/contacts.help -%%IMPDIR%%/locale/ru/contacts.lang -%%IMPDIR%%/locale/ru/folders.help -%%IMPDIR%%/locale/ru/folders.lang -%%IMPDIR%%/locale/ru/help.lang -%%IMPDIR%%/locale/ru/horde.lang -%%IMPDIR%%/locale/ru/login.help -%%IMPDIR%%/locale/ru/login.lang -%%IMPDIR%%/locale/ru/mailbox.lang -%%IMPDIR%%/locale/ru/menu.lang -%%IMPDIR%%/locale/ru/message.lang -%%IMPDIR%%/locale/ru/newuser.entro.txt -%%IMPDIR%%/locale/ru/newuser.intro.txt -%%IMPDIR%%/locale/ru/newuser.lang -%%IMPDIR%%/locale/ru/newuser.start.txt -%%IMPDIR%%/locale/ru/openwin.lang -%%IMPDIR%%/locale/ru/passwd.lang -%%IMPDIR%%/locale/ru/prefs.lang -%%IMPDIR%%/locale/ru/select.lang -%%IMPDIR%%/locale/ru/spelling.lang -%%IMPDIR%%/locale/ru/status.lang -%%IMPDIR%%/locale/se/compose.help -%%IMPDIR%%/locale/se/compose.lang -%%IMPDIR%%/locale/se/contacts.help -%%IMPDIR%%/locale/se/contacts.lang -%%IMPDIR%%/locale/se/folders.help -%%IMPDIR%%/locale/se/folders.lang -%%IMPDIR%%/locale/se/help.lang -%%IMPDIR%%/locale/se/horde.lang -%%IMPDIR%%/locale/se/login.help -%%IMPDIR%%/locale/se/login.lang -%%IMPDIR%%/locale/se/mailbox.lang -%%IMPDIR%%/locale/se/menu.lang -%%IMPDIR%%/locale/se/message.lang -%%IMPDIR%%/locale/se/newuser.entro.txt -%%IMPDIR%%/locale/se/newuser.intro.txt -%%IMPDIR%%/locale/se/newuser.lang -%%IMPDIR%%/locale/se/newuser.start.txt -%%IMPDIR%%/locale/se/openwin.lang -%%IMPDIR%%/locale/se/passwd.lang -%%IMPDIR%%/locale/se/prefs.lang -%%IMPDIR%%/locale/se/select.lang -%%IMPDIR%%/locale/se/spelling.lang -%%IMPDIR%%/locale/se/status.lang -%%IMPDIR%%/locale/sk/compose.help -%%IMPDIR%%/locale/sk/compose.lang -%%IMPDIR%%/locale/sk/contacts.help -%%IMPDIR%%/locale/sk/contacts.lang -%%IMPDIR%%/locale/sk/folders.help -%%IMPDIR%%/locale/sk/folders.lang -%%IMPDIR%%/locale/sk/help.lang -%%IMPDIR%%/locale/sk/horde.lang -%%IMPDIR%%/locale/sk/login.help -%%IMPDIR%%/locale/sk/login.lang -%%IMPDIR%%/locale/sk/mailbox.lang -%%IMPDIR%%/locale/sk/menu.lang -%%IMPDIR%%/locale/sk/message.lang -%%IMPDIR%%/locale/sk/newuser.entro.txt -%%IMPDIR%%/locale/sk/newuser.intro.txt -%%IMPDIR%%/locale/sk/newuser.lang -%%IMPDIR%%/locale/sk/newuser.start.txt -%%IMPDIR%%/locale/sk/openwin.lang -%%IMPDIR%%/locale/sk/passwd.lang -%%IMPDIR%%/locale/sk/prefs.lang -%%IMPDIR%%/locale/sk/select.lang -%%IMPDIR%%/locale/sk/spelling.lang -%%IMPDIR%%/locale/sk/status.lang -%%IMPDIR%%/locale/sl/compose.help -%%IMPDIR%%/locale/sl/compose.lang -%%IMPDIR%%/locale/sl/contacts.help -%%IMPDIR%%/locale/sl/contacts.lang -%%IMPDIR%%/locale/sl/folders.help -%%IMPDIR%%/locale/sl/folders.lang -%%IMPDIR%%/locale/sl/help.lang -%%IMPDIR%%/locale/sl/horde.lang -%%IMPDIR%%/locale/sl/login.help -%%IMPDIR%%/locale/sl/login.lang -%%IMPDIR%%/locale/sl/mailbox.lang -%%IMPDIR%%/locale/sl/menu.lang -%%IMPDIR%%/locale/sl/message.lang -%%IMPDIR%%/locale/sl/newuser.entro.txt -%%IMPDIR%%/locale/sl/newuser.intro.txt -%%IMPDIR%%/locale/sl/newuser.lang -%%IMPDIR%%/locale/sl/newuser.start.txt -%%IMPDIR%%/locale/sl/openwin.lang -%%IMPDIR%%/locale/sl/passwd.lang -%%IMPDIR%%/locale/sl/prefs.lang -%%IMPDIR%%/locale/sl/select.lang -%%IMPDIR%%/locale/sl/spelling.lang -%%IMPDIR%%/locale/sl/status.lang -%%IMPDIR%%/locale/zh/compose.help -%%IMPDIR%%/locale/zh/compose.lang -%%IMPDIR%%/locale/zh/contacts.help -%%IMPDIR%%/locale/zh/contacts.lang -%%IMPDIR%%/locale/zh/folders.help -%%IMPDIR%%/locale/zh/folders.lang -%%IMPDIR%%/locale/zh/help.lang -%%IMPDIR%%/locale/zh/horde.lang -%%IMPDIR%%/locale/zh/login.help -%%IMPDIR%%/locale/zh/login.lang -%%IMPDIR%%/locale/zh/mailbox.lang -%%IMPDIR%%/locale/zh/menu.lang -%%IMPDIR%%/locale/zh/message.lang -%%IMPDIR%%/locale/zh/newuser.entro.txt -%%IMPDIR%%/locale/zh/newuser.intro.txt -%%IMPDIR%%/locale/zh/newuser.lang -%%IMPDIR%%/locale/zh/newuser.start.txt -%%IMPDIR%%/locale/zh/openwin.lang -%%IMPDIR%%/locale/zh/passwd.lang -%%IMPDIR%%/locale/zh/prefs.lang -%%IMPDIR%%/locale/zh/select.lang -%%IMPDIR%%/locale/zh/spelling.lang -%%IMPDIR%%/locale/zh/status.lang -%%IMPDIR%%/locale/zh-tw/compose.help -%%IMPDIR%%/locale/zh-tw/compose.lang -%%IMPDIR%%/locale/zh-tw/contacts.help -%%IMPDIR%%/locale/zh-tw/contacts.lang -%%IMPDIR%%/locale/zh-tw/folders.help -%%IMPDIR%%/locale/zh-tw/folders.lang -%%IMPDIR%%/locale/zh-tw/help.lang -%%IMPDIR%%/locale/zh-tw/horde.lang -%%IMPDIR%%/locale/zh-tw/login.help -%%IMPDIR%%/locale/zh-tw/login.lang -%%IMPDIR%%/locale/zh-tw/mailbox.lang -%%IMPDIR%%/locale/zh-tw/menu.lang -%%IMPDIR%%/locale/zh-tw/message.lang -%%IMPDIR%%/locale/zh-tw/newuser.entro.txt -%%IMPDIR%%/locale/zh-tw/newuser.intro.txt -%%IMPDIR%%/locale/zh-tw/newuser.lang -%%IMPDIR%%/locale/zh-tw/newuser.start.txt -%%IMPDIR%%/locale/zh-tw/openwin.lang -%%IMPDIR%%/locale/zh-tw/passwd.lang -%%IMPDIR%%/locale/zh-tw/prefs.lang -%%IMPDIR%%/locale/zh-tw/select.lang -%%IMPDIR%%/locale/zh-tw/spelling.lang -%%IMPDIR%%/locale/zh-tw/status.lang -%%IMPDIR%%/login.php3 -%%IMPDIR%%/mailbox.php3 -%%IMPDIR%%/menu.php3 -%%IMPDIR%%/message.php3 -%%IMPDIR%%/newuser.php3 -%%IMPDIR%%/poppassd.php3 -%%IMPDIR%%/prefs.php3 -%%IMPDIR%%/remote_login.php3 -%%IMPDIR%%/scripts/imp-cleanup.cron -%%IMPDIR%%/scripts/pine2imp.pl -%%IMPDIR%%/scripts/realsecure.sh -%%IMPDIR%%/select.php3 -%%IMPDIR%%/spelling.php3 -%%IMPDIR%%/status.php3 -%%IMPDIR%%/templates/common-footer.inc -%%IMPDIR%%/templates/common-header.inc -%%IMPDIR%%/templates/compose/bounce.inc -%%IMPDIR%%/templates/compose/compose.inc -%%IMPDIR%%/templates/compose/javascript.inc -%%IMPDIR%%/templates/compose/lynx_bounce.inc -%%IMPDIR%%/templates/compose/lynx_compose.inc -%%IMPDIR%%/templates/compose/results.inc -%%IMPDIR%%/templates/contacts/add-contact-php3.inc -%%IMPDIR%%/templates/contacts/addr-php3.inc -%%IMPDIR%%/templates/contacts/header.inc -%%IMPDIR%%/templates/contacts/javascript.inc -%%IMPDIR%%/templates/contacts/ldap-php3.inc -%%IMPDIR%%/templates/doctype.inc -%%IMPDIR%%/templates/folders/create.inc -%%IMPDIR%%/templates/folders/delete.inc -%%IMPDIR%%/templates/folders/header.inc -%%IMPDIR%%/templates/folders/rename.inc -%%IMPDIR%%/templates/folders/subscribe.inc -%%IMPDIR%%/templates/generic-footer.inc -%%IMPDIR%%/templates/generic-header.inc -%%IMPDIR%%/templates/generic-header_reload.inc -%%IMPDIR%%/templates/index/frames_mode.inc -%%IMPDIR%%/templates/index/imp_configurable.inc -%%IMPDIR%%/templates/index/imp_notconfigured.inc -%%IMPDIR%%/templates/index/imp_notsecure.inc -%%IMPDIR%%/templates/login/login.inc -%%IMPDIR%%/templates/login/login_lynx.inc -%%IMPDIR%%/templates/mailbox/actions.inc -%%IMPDIR%%/templates/mailbox/deleted_summary.inc -%%IMPDIR%%/templates/mailbox/empty_mailbox.inc -%%IMPDIR%%/templates/mailbox/footer.inc -%%IMPDIR%%/templates/mailbox/header.inc -%%IMPDIR%%/templates/mailbox/javascript.inc -%%IMPDIR%%/templates/mailbox/lynx_actions.inc -%%IMPDIR%%/templates/mailbox/lynx_header.inc -%%IMPDIR%%/templates/mailbox/lynx_message_headers.inc -%%IMPDIR%%/templates/mailbox/lynx_navbar_top.inc -%%IMPDIR%%/templates/mailbox/message_footers.inc -%%IMPDIR%%/templates/mailbox/message_headers.inc -%%IMPDIR%%/templates/mailbox/message_summaries.inc -%%IMPDIR%%/templates/mailbox/navbar_bottom.inc -%%IMPDIR%%/templates/mailbox/navbar_top.inc -%%IMPDIR%%/templates/mailbox/refresh_menu.inc -%%IMPDIR%%/templates/mailbox/refresh_toolbar-javascript.inc -%%IMPDIR%%/templates/menu/lynx_main.inc -%%IMPDIR%%/templates/menu/menu.inc -%%IMPDIR%%/templates/message/headers.inc -%%IMPDIR%%/templates/message/javascript.inc -%%IMPDIR%%/templates/message/message.inc -%%IMPDIR%%/templates/message/navbar.inc -%%IMPDIR%%/templates/message/navbar_aux_bottom.inc -%%IMPDIR%%/templates/message/navbar_aux_top.inc -%%IMPDIR%%/templates/newuser/intro.inc -%%IMPDIR%%/templates/passwd/poppassd_error.inc -%%IMPDIR%%/templates/passwd/poppassd_input.inc -%%IMPDIR%%/templates/prefs/begin.inc -%%IMPDIR%%/templates/prefs/end.inc -%%IMPDIR%%/templates/prefs/from.inc -%%IMPDIR%%/templates/prefs/fullname.inc -%%IMPDIR%%/templates/prefs/lang.inc -%%IMPDIR%%/templates/prefs/signature.inc -%%IMPDIR%%/templates/select/body.inc -%%IMPDIR%%/templates/select/header.inc -%%IMPDIR%%/templates/spelling/footer.inc -%%IMPDIR%%/templates/status/body.inc -%%IMPDIR%%/view.php3 -@dirrm %%IMPDIR%%/templates/status -@dirrm %%IMPDIR%%/templates/spelling -@dirrm %%IMPDIR%%/templates/select -@dirrm %%IMPDIR%%/templates/prefs -@dirrm %%IMPDIR%%/templates/passwd -@dirrm %%IMPDIR%%/templates/newuser -@dirrm %%IMPDIR%%/templates/message -@dirrm %%IMPDIR%%/templates/menu -@dirrm %%IMPDIR%%/templates/mailbox -@dirrm %%IMPDIR%%/templates/login -@dirrm %%IMPDIR%%/templates/index -@dirrm %%IMPDIR%%/templates/folders -@dirrm %%IMPDIR%%/templates/contacts -@dirrm %%IMPDIR%%/templates/compose -@dirrm %%IMPDIR%%/templates -@dirrm %%IMPDIR%%/scripts -@dirrm %%IMPDIR%%/locale/zh-tw -@dirrm %%IMPDIR%%/locale/zh -@dirrm %%IMPDIR%%/locale/sl -@dirrm %%IMPDIR%%/locale/sk -@dirrm %%IMPDIR%%/locale/se -@dirrm %%IMPDIR%%/locale/ru -@dirrm %%IMPDIR%%/locale/pt-BR -@dirrm %%IMPDIR%%/locale/pt -@dirrm %%IMPDIR%%/locale/pl -@dirrm %%IMPDIR%%/locale/no-nyn -@dirrm %%IMPDIR%%/locale/no-bok -@dirrm %%IMPDIR%%/locale/nl -@dirrm %%IMPDIR%%/locale/lt -@dirrm %%IMPDIR%%/locale/local -@dirrm %%IMPDIR%%/locale/kr -@dirrm %%IMPDIR%%/locale/it -@dirrm %%IMPDIR%%/locale/is -@dirrm %%IMPDIR%%/locale/id -@dirrm %%IMPDIR%%/locale/hu -@dirrm %%IMPDIR%%/locale/fr -@dirrm %%IMPDIR%%/locale/fi -@dirrm %%IMPDIR%%/locale/et -@dirrm %%IMPDIR%%/locale/es -@dirrm %%IMPDIR%%/locale/en -@dirrm %%IMPDIR%%/locale/el -@dirrm %%IMPDIR%%/locale/defines -@dirrm %%IMPDIR%%/locale/de -@dirrm %%IMPDIR%%/locale/da -@dirrm %%IMPDIR%%/locale/cs -@dirrm %%IMPDIR%%/locale/ca -@dirrm %%IMPDIR%%/locale -@dirrm %%IMPDIR%%/lib/js -@dirrm %%IMPDIR%%/lib -@dirrm %%IMPDIR%%/graphics -@dirrm %%IMPDIR%%/config -@dirrm %%IMPDIR%% -%%PORTDOCS%%@dirrm share/doc/imp diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile deleted file mode 100644 index 850e007e9ae5..000000000000 --- a/mail/horde-turba/Makefile +++ /dev/null @@ -1,136 +0,0 @@ -# Ports collection makefile for: turba -# Date created: Sat Nov 16, 2001 -# Whom: Thierry Thomas (<thierry@thomas.as>) -# -# $FreeBSD$ -# - -PORTNAME= turba -PORTVERSION= 1.1 -PORTREVISION= 2 -CATEGORIES= mail www -MASTER_SITES= ftp://ftp.horde.org/pub/turba/tarballs/%SUBDIR%/ -MASTER_SITE_SUBDIR= . old - -MAINTAINER= thierry@pompo.net - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -#----------------------------------------------------------------------- -# You may define these options: -# -# - WITHOUT_LDAP : if you do not need OpenLDAP; -# - WITH_LDAP1 : if you prefer OpenLDAP1. -# -# - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree; -# -#----------------------------------------------------------------------- - -.if !defined(WITHOUT_LDAP) -.if defined(WITH_LDAP1) -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap \ - lber.1:${PORTSDIR}/net/openldap -.else -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 \ - lber.2:${PORTSDIR}/net/openldap2 -.endif -.endif - -RUN_DEPENDS+= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 - -NO_BUILD= yes -USE_REINPLACE= yes - -REINPLACE_ARGS= -i.beforeTurba -DOCS= COPYING README docs/CHANGES docs/CREDITS \ - docs/INSTALL docs/turba.dia docs/turba.pdf -CONFFILE= attributes.php conf.php html.php menu.php \ - prefs.php sources.php -SUB_DIRS= config graphics lib locale scripts templates po - -LHORDEDIR?= www/horde -LTURBADIR?= ${LHORDEDIR}/turba - -PLIST_SUB= HORDEDIR=${LHORDEDIR} TURBADIR=${LTURBADIR} - -HORDEDIR= ${PREFIX}/${LHORDEDIR} -TURBADIR= ${PREFIX}/${LTURBADIR} -CONFDIR= ${TURBADIR}/config - -HORDE_INC= ${LOCALBASE}/etc/horde - -pre-install: -# N.B.: database dependencies are binded with mod_php#, neither by Horde nor Turba. -.if !defined(WITHOUT_SUPPORTED_DB) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "mysqlclient.10" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "pq.2" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "sybdb.1" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "ct.0" ; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with a database support." ; \ - ${ECHO_MSG} "MySQL, PostgreSQL and Sybase (CTLIB or DBLIB)" ; \ - ${ECHO_MSG} "can be used with PHP AND Turba." ; \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "(If everything will run on this machine, do not" ; \ - ${ECHO_MSG} " forget to install the database server-side!)" ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi ; \ - fi ; \ - fi ; \ - fi -.endif -.if !defined(WITHOUT_LDAP) -.if defined(WITH_LDAP1) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "ldap.1"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with OpenLDAP support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.else - @if ! ${LDCONFIG} -r | ${GREP} -q -e "ldap.2"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with OpenLDAP2 support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.endif -.endif - -do-install: - @${MKDIR} ${TURBADIR} -.for REP in ${SUB_DIRS} - @${CP} -Rp ${WRKSRC}/${REP} ${TURBADIR} -.endfor - @${CP} -p ${WRKSRC}/*.php ${TURBADIR} -.for FILE in ${CONFFILE} - @if [ ! -f ${CONFDIR}/${FILE} ]; then \ - ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ - fi -.endfor - @${CHOWN} -R www:www ${TURBADIR} - @${CHMOD} -R o-rwx ${CONFDIR} - @${CP} -p ${FILESDIR}/httpd.conf.turba ${HORDE_INC} - @${REINPLACE_CMD} -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \ - ${HORDE_INC}/httpd.conf.turba - @${RM} ${HORDE_INC}/httpd.conf.turba.beforeTurba - @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTTURBA::" \ - ${HORDEDIR}/config/registry.php - @${CP} -p ${HORDEDIR}/config/registry.php \ - ${HORDEDIR}/config/registry.php.afterTurba -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} | \ - ${SED} -e "s:%%TURBADIR%%:${TURBADIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g;s:%%CONFDIR%%:${CONFDIR}:g" - @${ECHO_MSG} - -.include <bsd.port.mk> diff --git a/mail/horde-turba/distinfo b/mail/horde-turba/distinfo deleted file mode 100644 index 9b728689ffda..000000000000 --- a/mail/horde-turba/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (turba-1.1.tar.gz) = 1b5b3cdf1eeb80fe8a1e9a2ae9000723 diff --git a/mail/horde-turba/files/httpd.conf.turba b/mail/horde-turba/files/httpd.conf.turba deleted file mode 100644 index f6674cbb9700..000000000000 --- a/mail/horde-turba/files/httpd.conf.turba +++ /dev/null @@ -1,31 +0,0 @@ -# This is included in Apache's httpd.conf for Turba -# -# For security, don't serve pages from the Turba configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/turba/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/scripts"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/templates"> - order deny,allow - deny from all -</Directory> -# End of Turba configuration ================ - diff --git a/mail/horde-turba/files/patch-aa b/mail/horde-turba/files/patch-aa deleted file mode 100644 index 81d0eeaf6419..000000000000 --- a/mail/horde-turba/files/patch-aa +++ /dev/null @@ -1,7 +0,0 @@ ---- config/conf.php.dist.orig Fri Apr 12 18:21:30 2002 -+++ config/conf.php.dist Sun May 19 00:11:06 2002 -@@ -30,3 +30,4 @@ - // example providing a link to IMP (an email program) would be: - // $conf['menu']['apps'] = array('imp'); - $conf['menu']['apps'] = array(); -+//UNCOMMENTWHENINSTIMP$conf['menu']['apps'] = array('imp'); diff --git a/mail/horde-turba/files/patch-ab b/mail/horde-turba/files/patch-ab deleted file mode 100644 index 195d806b3b34..000000000000 --- a/mail/horde-turba/files/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ ---- config/sources.php.dist.orig Thu Jun 6 16:06:36 2002 -+++ config/sources.php.dist Tue Jun 11 19:28:01 2002 -@@ -134,10 +134,11 @@ - 'title' => 'My Addressbook', - 'type' => 'sql', - 'params' => array( -+// 'phptype' => 'pgsql', - 'phptype' => 'mysql', - 'hostspec' => 'localhost', -- 'username' => 'horde', -- 'password' => '*****', -+ 'username' => 'hordemgr', -+ 'password' => 'hordemgr', - 'database' => 'horde', - 'table' => 'turba_objects' - ), diff --git a/mail/horde-turba/files/patch-ac b/mail/horde-turba/files/patch-ac deleted file mode 100644 index 74914cb6d40e..000000000000 --- a/mail/horde-turba/files/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ ---- config/prefs.php.dist.orig Mon Oct 22 09:09:23 2001 -+++ config/prefs.php.dist Sun Nov 18 01:21:42 2001 -@@ -16,4 +16,13 @@ - 'type' => 'select', - 'desc' => _("Select your preferred language:") - ); -+ -+// Addressbook -+$_prefs['searchsource'] = array( -+ 'value' => 'localsql', -+ 'locked' => false, -+ 'shared' => true, -+ 'type' => 'select', -+ 'desc' => _("from") -+); - ?> diff --git a/mail/horde-turba/pkg-comment b/mail/horde-turba/pkg-comment deleted file mode 100644 index aa37eca86b3d..000000000000 --- a/mail/horde-turba/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Horde contact management application diff --git a/mail/horde-turba/pkg-descr b/mail/horde-turba/pkg-descr deleted file mode 100644 index 7ad5e825db08..000000000000 --- a/mail/horde-turba/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Turba is the Horde contact management application. It makes heavy use -of the Horde framework to provide integration with other applications. - -Turba is a fairly complete basic contact management application. -SQL and LDAP backends are available. -You can define the fields in your addressbooks in a very flexible way, -just by changing the config files. -And there are Horde API functions to add and search for contacts. - -WWW: http://horde.org/turba/ diff --git a/mail/horde-turba/pkg-message b/mail/horde-turba/pkg-message deleted file mode 100644 index 85ffa7b6262b..000000000000 --- a/mail/horde-turba/pkg-message +++ /dev/null @@ -1,16 +0,0 @@ -************************************************************************ -Turba has been installed in %%TURBADIR%% with your blank -configuration files. - -Horde must be configured; if not, see -%%PORTSDIR%%/www/horde2/pkg-message. - -Then, you will have to tune the configuration files located in -%%CONFDIR%%/, specially the files conf.php and -sources.php. - -You have to create a table in your database; please see -%%TURBADIR%%/scripts/drivers. - -To protect your configuration files, you have to restart Apache. -************************************************************************ diff --git a/mail/horde-turba/pkg-plist b/mail/horde-turba/pkg-plist deleted file mode 100644 index 16813d6a8c7d..000000000000 --- a/mail/horde-turba/pkg-plist +++ /dev/null @@ -1,238 +0,0 @@ -%%PORTDOCS%%share/doc/turba/CHANGES -%%PORTDOCS%%share/doc/turba/COPYING -%%PORTDOCS%%share/doc/turba/CREDITS -%%PORTDOCS%%share/doc/turba/INSTALL -%%PORTDOCS%%share/doc/turba/README -%%PORTDOCS%%share/doc/turba/turba.dia -%%PORTDOCS%%share/doc/turba/turba.pdf -%%TURBADIR%%/addobject.php -%%TURBADIR%%/addobjectaction.php -%%TURBADIR%%/advanced.php -%%TURBADIR%%/browse.php -%%TURBADIR%%/config/.htaccess -%%TURBADIR%%/config/attributes.php -%%TURBADIR%%/config/attributes.php.dist -%%TURBADIR%%/config/conf.php -%%TURBADIR%%/config/conf.php.dist -%%TURBADIR%%/config/conf.php.dist.orig -%%TURBADIR%%/config/html.php -%%TURBADIR%%/config/html.php.dist -%%TURBADIR%%/config/menu.php -%%TURBADIR%%/config/menu.php.dist -%%TURBADIR%%/config/prefs.php -%%TURBADIR%%/config/prefs.php.dist -%%TURBADIR%%/config/prefs.php.dist.orig -%%TURBADIR%%/config/sources.php -%%TURBADIR%%/config/sources.php.dist -%%TURBADIR%%/config/sources.php.dist.orig -%%TURBADIR%%/data.php -%%TURBADIR%%/deleteobject.php -%%TURBADIR%%/displayobject.php -%%TURBADIR%%/editobject.php -%%TURBADIR%%/editobjectaction.php -%%TURBADIR%%/graphics/add.gif -%%TURBADIR%%/graphics/down.gif -%%TURBADIR%%/graphics/group.gif -%%TURBADIR%%/graphics/lhand.gif -%%TURBADIR%%/graphics/rhand.gif -%%TURBADIR%%/graphics/search.gif -%%TURBADIR%%/graphics/turba.gif -%%TURBADIR%%/graphics/up.gif -%%TURBADIR%%/graphics/user.gif -%%TURBADIR%%/index.php -%%TURBADIR%%/lib/.htaccess -%%TURBADIR%%/lib/AbstractObject.php -%%TURBADIR%%/lib/Driver.php -%%TURBADIR%%/lib/Driver/ldap.php -%%TURBADIR%%/lib/Driver/sql.php -%%TURBADIR%%/lib/Group.php -%%TURBADIR%%/lib/List.php -%%TURBADIR%%/lib/List/Plain.php -%%TURBADIR%%/lib/List/Tree.php -%%TURBADIR%%/lib/ListView.php -%%TURBADIR%%/lib/ListView/Rolodex.php -%%TURBADIR%%/lib/ListView/Tree.php -%%TURBADIR%%/lib/Object.php -%%TURBADIR%%/lib/ObjectView.php -%%TURBADIR%%/lib/ObjectView/List.php -%%TURBADIR%%/lib/ObjectView/PhotoID.php -%%TURBADIR%%/lib/Source.php -%%TURBADIR%%/lib/Turba.php -%%TURBADIR%%/lib/api.php -%%TURBADIR%%/lib/base.php -%%TURBADIR%%/lib/version.php -%%TURBADIR%%/locale/.htaccess -%%TURBADIR%%/locale/cs_CZ/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/da_DK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/de_DE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/el_GR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/es_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/et_EE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fi_FI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fr_FR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/hu_HU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/it_IT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ja_JP/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ko_KR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nb_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nl_NL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nn_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pl_PL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_BR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_PT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_TW/LC_MESSAGES/turba.mo -%%TURBADIR%%/menu.php -%%TURBADIR%%/po/.htaccess -%%TURBADIR%%/po/Makefile -%%TURBADIR%%/po/README -%%TURBADIR%%/po/cs_CZ.po -%%TURBADIR%%/po/da_DK.po -%%TURBADIR%%/po/de_DE.po -%%TURBADIR%%/po/el_GR.po -%%TURBADIR%%/po/es_ES.po -%%TURBADIR%%/po/et_EE.po -%%TURBADIR%%/po/extract.pl -%%TURBADIR%%/po/fi_FI.po -%%TURBADIR%%/po/fr_FR.po -%%TURBADIR%%/po/hu_HU.po -%%TURBADIR%%/po/it_IT.po -%%TURBADIR%%/po/ja_JP.po -%%TURBADIR%%/po/ko_KR.po -%%TURBADIR%%/po/nb_NO.po -%%TURBADIR%%/po/nl_NL.po -%%TURBADIR%%/po/nn_NO.po -%%TURBADIR%%/po/pl_PL.po -%%TURBADIR%%/po/pt_BR.po -%%TURBADIR%%/po/pt_PT.po -%%TURBADIR%%/po/ru_RU.po -%%TURBADIR%%/po/ru_RU.KOI8-R.po -%%TURBADIR%%/po/shtool -%%TURBADIR%%/po/sk_SK.po -%%TURBADIR%%/po/sl_SI.po -%%TURBADIR%%/po/sv_SE.po -%%TURBADIR%%/po/uk_UA.po -%%TURBADIR%%/po/xgettext.sh -%%TURBADIR%%/po/zh_CN.po -%%TURBADIR%%/po/zh_TW.po -%%TURBADIR%%/prefs.php -%%TURBADIR%%/scripts/.htaccess -%%TURBADIR%%/scripts/drivers/turba.sql -%%TURBADIR%%/search.php -%%TURBADIR%%/status.php -%%TURBADIR%%/templates/.htaccess -%%TURBADIR%%/templates/add/add.inc -%%TURBADIR%%/templates/add/noadd.inc -%%TURBADIR%%/templates/add/select.inc -%%TURBADIR%%/templates/advanced/criteria.inc -%%TURBADIR%%/templates/advanced/foot.inc -%%TURBADIR%%/templates/advanced/head.inc -%%TURBADIR%%/templates/advanced/results_head.inc -%%TURBADIR%%/templates/browse/foot.inc -%%TURBADIR%%/templates/browse/head.inc -%%TURBADIR%%/templates/common-footer.inc -%%TURBADIR%%/templates/common-header.inc -%%TURBADIR%%/templates/data/export.inc -%%TURBADIR%%/templates/data/import.inc -%%TURBADIR%%/templates/display/display.inc -%%TURBADIR%%/templates/edit/edit.inc -%%TURBADIR%%/templates/index/css.inc -%%TURBADIR%%/templates/index/notconfigured.inc -%%TURBADIR%%/templates/menu/menu.inc -%%TURBADIR%%/templates/prefs/columnselect.inc -%%TURBADIR%%/templates/search/foot.inc -%%TURBADIR%%/templates/search/head.inc -%%TURBADIR%%/templates/search/row.inc -%%TURBADIR%%/templates/wml/common-footer.inc -%%TURBADIR%%/templates/wml/common-header.inc -%%TURBADIR%%/templates/wml/menu/menu.inc -%%TURBADIR%%/templates/wml/search/foot.inc -%%TURBADIR%%/templates/wml/search/head.inc -%%TURBADIR%%/templates/wml/search/row.inc -etc/horde/httpd.conf.turba -%%PORTDOCS%%@dirrm share/doc/turba -@dirrm %%TURBADIR%%/config -@dirrm %%TURBADIR%%/graphics -@dirrm %%TURBADIR%%/lib/Driver -@dirrm %%TURBADIR%%/lib/List -@dirrm %%TURBADIR%%/lib/ListView -@dirrm %%TURBADIR%%/lib/ObjectView -@dirrm %%TURBADIR%%/lib -@dirrm %%TURBADIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/cs_CZ -@dirrm %%TURBADIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/da_DK -@dirrm %%TURBADIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/de_DE -@dirrm %%TURBADIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/el_GR -@dirrm %%TURBADIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/es_ES -@dirrm %%TURBADIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/et_EE -@dirrm %%TURBADIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fi_FI -@dirrm %%TURBADIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fr_FR -@dirrm %%TURBADIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/hu_HU -@dirrm %%TURBADIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/it_IT -@dirrm %%TURBADIR%%/locale/ja_JP/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ja_JP -@dirrm %%TURBADIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ko_KR -@dirrm %%TURBADIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nb_NO -@dirrm %%TURBADIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nl_NL -@dirrm %%TURBADIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nn_NO -@dirrm %%TURBADIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pl_PL -@dirrm %%TURBADIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_BR -@dirrm %%TURBADIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_PT -@dirrm %%TURBADIR%%/locale/ru_RU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ru_RU -@dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R -@dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sk_SK -@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sl_SI -@dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sv_SE -@dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/uk_UA -@dirrm %%TURBADIR%%/locale/zh_CN/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_CN -@dirrm %%TURBADIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_TW -@dirrm %%TURBADIR%%/locale -@dirrm %%TURBADIR%%/po -@dirrm %%TURBADIR%%/scripts/drivers -@dirrm %%TURBADIR%%/scripts -@dirrm %%TURBADIR%%/templates/add -@dirrm %%TURBADIR%%/templates/advanced -@dirrm %%TURBADIR%%/templates/browse -@dirrm %%TURBADIR%%/templates/data -@dirrm %%TURBADIR%%/templates/display -@dirrm %%TURBADIR%%/templates/edit -@dirrm %%TURBADIR%%/templates/index -@dirrm %%TURBADIR%%/templates/menu -@dirrm %%TURBADIR%%/templates/prefs -@dirrm %%TURBADIR%%/templates/search -@dirrm %%TURBADIR%%/templates/wml/menu -@dirrm %%TURBADIR%%/templates/wml/search -@dirrm %%TURBADIR%%/templates/wml -@dirrm %%TURBADIR%%/templates -@dirrm %%TURBADIR%% -@unexec if cmp -s %D/www/horde/config/registry.php %D/www/horde/config/registry.php.afterTurba; then rm -f %D/www/horde/config/registry.php.afterTurba; mv %D/www/horde/config/registry.php.beforeTurba %D/www/horde/config/registry.php; fi diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile deleted file mode 100644 index d71c04a3b821..000000000000 --- a/mail/horde4-imp/Makefile +++ /dev/null @@ -1,258 +0,0 @@ -# Ports collection makefile for: imp -# Date created: Sun Jul 08, 2001 -# Whom: Thierry Thomas (<thierry@thomas.as>) -# N.B.: parts of this ports come from the Horde's port by NetBSD (jlam@netbsd.org) -# -# $FreeBSD$ -# - -PORTNAME= imp -PORTVERSION= 2.2.8 -CATEGORIES= mail www -MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/ - -MAINTAINER= thierry@pompo.net - -#----------------------------------------------------------------------- -# You may define these options: -# -# - WITHOUT_LDAP : if you do not need OpenLDAP; -# - WITH_LDAP2 : if you prefer OpenLDAP2. -# -# - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree; -# -# - WITHOUT_WV : if your users never receive MS-Word docs; -# -# - WITHOUT_XL : if your users never receive MS-Excel sheets; -# -# - WITHOUT_ZIP : if not interested by zipinfo; -# -# - WITHOUT_ISPELL : for spelling bees... -# -# - WITHOUT_IMAPSERVER : if your IMAP server runs on another machine; -# -# or you can select to work with one of these servers: -# -# - WITH_CYRUS-IMAPD : IMP will work with cyrus-imapd; -# -# - WITH_CYRUS : IMP will work with cyrus; -# -# - WITH_IMAP-UW : IMP will work with imap-uw; -# -# - WITH_COURIER-IMAP : IMP will work with courier-imap. -# -# These choice are mutually exclusive, and imap-uw is the default. -# -#----------------------------------------------------------------------- - -LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient - -.if !defined(WITHOUT_LDAP) -.if defined(WITH_LDAP2) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 \ - lber.2:${PORTSDIR}/net/openldap2 -.else -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap \ - lber.1:${PORTSDIR}/net/openldap -.endif -.endif - -RUN_DEPENDS+= ${LOCALBASE}/www/horde/index.php3:${PORTSDIR}/www/horde - -# I have no report about the support of dkimap4 by IMP, -# but I shall be happy to add it if somebody report success with it. -# If an IMAP server is already installed, we just record the dependence, -# else we shall install imap-uw. -# IMAP servers are ordered according to my tastes, if several are -# installed, we just record the first one. -.if !defined(WITHOUT_IMAPSERVER) -.if defined(WITH_IMAP-UW) -RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw -.elif defined(WITH_CYRUS-IMAPD) -RUN_DEPENDS+= ${LOCALBASE}/lib/libacap.a:${PORTSDIR}/mail/cyrus-imapd -.elif defined(WITH_CYRUS) -RUN_DEPENDS+= ${LOCALBASE}/cyrus/:${PORTSDIR}/mail/cyrus -.elif defined(WITH_COURIER-IMAP) -RUN_DEPENDS+= ${LOCALBASE}/libexec/courier-imap/:${PORTSDIR}/mail/courier-imap -.else -RUN_DEPENDS+= ${LOCALBASE}/libexec/imapd:${PORTSDIR}/mail/imap-uw -.endif -.endif - -.if !defined(WITHOUT_WV) -RUN_DEPENDS+= ${LOCALBASE}/bin/wvHtml:${PORTSDIR}/textproc/wv -.endif -.if !defined(WITHOUT_XL) -RUN_DEPENDS+= ${LOCALBASE}/bin/xlhtml:${PORTSDIR}/textproc/xlhtml -.endif -.if !defined(WITHOUT_ZIP) -RUN_DEPENDS+= ${LOCALBASE}/bin/zipinfo:${PORTSDIR}/archivers/unzip -.endif -.if !defined(WITHOUT_ISPELL) -RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell -.endif - -NO_BUILD= yes -USE_REINPLACE= yes - -REINPLACE_ARGS= -i.beforeImp -DOCS= COPYING README docs/CHANGES docs/CREDITS docs/DATABASE \ - docs/HELP docs/INSTALL docs/SECURITY docs/KNOWN_BUGS \ - docs/PACKAGES - -LHORDEDIR?= www/horde -LIMPDIR?= ${LHORDEDIR}/imp -HORDESBIN?= ${PREFIX}/sbin - -PLIST_SUB= HORDEDIR=${LHORDEDIR} IMPDIR=${LIMPDIR} - -HORDEDIR= ${PREFIX}/${LHORDEDIR} -IMPDIR= ${PREFIX}/${LIMPDIR} - -APACHE_CNFDIR?= ${LOCALBASE}/etc/apache -APACHE_CONF= ${APACHE_CNFDIR}/httpd.conf - -pre-everything:: -.if !defined(WITHOUT_IMAPSERVER) - @${ECHO_MSG} "" - @${ECHO_MSG} "Press CTRL-C and define WITHOUT_IMAPSERVER" - @${ECHO_MSG} "if you intend to run an IMAP server on an other machine." - @${ECHO_MSG} "" -.endif - -pre-install: -# N.B.: database dependencies are binded with mod_php#, neither by Horde nor IMP. - @if [ -f ${IMPDIR}/index.php ]; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please deinstall the port mail/imp3." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi - @if ! ${LDCONFIG} -r | ${GREP} -q -e "c-client4.8"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with IMAP support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.if !defined(WITHOUT_LDAP) -.if defined(WITH_LDAP2) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "ldap.2"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with OpenLDAP2 support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.else - @if ! ${LDCONFIG} -r | ${GREP} -q -e "ldap.1"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with OpenLDAP support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.endif -.endif -.if !defined(WITHOUT_SUPPORTED_DB) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "mysqlclient.10" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "pq.2" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "sybdb.1" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "ct.0" ; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with a database support." ; \ - ${ECHO_MSG} "MySQL, PostgreSQL and Sybase (CTLIB or DBLIB)" ; \ - ${ECHO_MSG} "can be used with PHP AND IMP." ; \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "(If everything will run on this machine, do not" ; \ - ${ECHO_MSG} " forget to install the database server-side!)" ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi ; \ - fi ; \ - fi ; \ - fi -.endif - -do-install: - ${MKDIR} ${IMPDIR} - ${CP} -Rp ${WRKSRC}/config ${WRKSRC}/graphics ${WRKSRC}/lib ${IMPDIR} - ${CP} -Rp ${WRKSRC}/locale ${WRKSRC}/scripts ${WRKSRC}/templates ${IMPDIR} - ${CP} -p ${WRKSRC}/*.php3 ${WRKSRC}/*.css ${IMPDIR} - ${REINPLACE_CMD} -e "s:/usr/bin/ispell:${LOCALBASE}/bin/ispell:g ; \ - s:/usr/bin/wvHtml:${LOCALBASE}/bin/wvHtml:g ; \ - s:/usr/bin/xlHtml:${LOCALBASE}/bin/xlhtml:g ; \ - s:/bin/tar:/usr/bin/tar:g ; \ - s:/usr/bin/zipinfo:${LOCALBASE}/bin/zipinfo:g" \ - ${IMPDIR}/config/defaults.php3.dist - @${RM} ${IMPDIR}/config/defaults.php3.dist.beforeImp - ${REINPLACE_CMD} -e "s:sh ./secure.sh:${HORDESBIN}/horde_secure.sh:g ; \ - s:sh ./install.sh:${HORDESBIN}/horde_setup.sh:g" \ - ${IMPDIR}/templates/index/imp_notconfigured.inc - @${RM} ${IMPDIR}/templates/index/imp_notconfigured.inc.beforeImp - @if [ ! -f ${IMPDIR}/config/defaults.php3 ]; then \ - ${CP} ${IMPDIR}/config/defaults.php3.dist ${IMPDIR}/config/defaults.php3; \ - fi - ${CHMOD} 777 ${IMPDIR}/config/defaults.php3 - @if [ ! -f ${IMPDIR}/config/mime.php3 ]; then \ - ${CP} ${IMPDIR}/config/mime.php3.dist ${IMPDIR}/config/mime.php3; \ - fi - @if [ ! -f ${IMPDIR}/config/ldap.php3 ]; then \ - ${CP} ${IMPDIR}/config/ldap.php3.dist ${IMPDIR}/config/ldap.php3; \ - fi - @if [ ! -f ${IMPDIR}/config/servers.php3 ]; then \ - ${CP} ${IMPDIR}/config/servers.php3.dist ${IMPDIR}/config/servers.php3; \ - fi - ${CHOWN} -R www:www ${IMPDIR} - ${CHMOD} 444 ${HORDEDIR}/setup.php3 - @(if [ -f ${APACHE_CONF} ] ; then \ - (if [ ! -f ${APACHE_CONF}.beforeIMP ] ; then \ - ${ECHO} "===> Updating ${APACHE_CONF}..." ; \ - ${CP} -p ${.CURDIR}/httpd.conf.imp ${WRKDIR}/httpd.conf.imp ; \ - ${REINPLACE_CMD} -e "s:/home/httpd/html/horde/imp:${IMPDIR}:g" \ - ${WRKDIR}/httpd.conf.imp ; \ - ${CP} -p ${APACHE_CONF} ${APACHE_CONF}.beforeIMP ; \ - ${GREP} -qw 'Added for IMP' ${APACHE_CONF} || ${CAT} ${WRKDIR}/httpd.conf.imp \ - >> ${APACHE_CONF} ; \ - fi) ; \ - fi) -.if !defined(NOPORTDOCS) - ${REINPLACE_CMD} -e "s:/home/httpd/html/horde:${HORDEDIR}:g ; \ - s:/home/httpd/horde-phplib:${HORDEDIR}/phplib:g ; \ - s:nobody:www:g" \ - ${WRKSRC}/docs/SECURITY - ${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor - @${ECHO} "Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${ECHO} "******************************************************************" - @${ECHO} "IMP has been installed in ${IMPDIR} with your blank" - @${ECHO} "configuration files." - @${ECHO} "" - @${ECHO} "Please refer to the file ${DOCSDIR}/SECURITY" - @${ECHO} "on how to secure the IMP installation." - @${ECHO} "It is at least recommended that you change the default database" - @${ECHO} "password used by horde-phplib and imp." - @${ECHO} "" - @${ECHO} "In order to end IMP's configuration, please read the" - @${ECHO} "file ${DOCSDIR}/INSTALL." - @${ECHO} "" - @${ECHO} "If ${APACHE_CONF} has been updated," - @${ECHO} "you have to restart Apache." - @${ECHO} "" - @${ECHO} "The configuration utitility is located at" - @${ECHO} "<URL:http://localhost/horde/setup.php3>". - @${ECHO} "" - @${ECHO} "IMP requires an IMAP server. If you want to install one on this" - @${ECHO} "machine, you may install the ports mail/cyrus-imapd, or" - @${ECHO} "mail/imap-uw, or mail/courier-imap." - @${ECHO} "" - @${ECHO} "IMP uses c-client (from the port mail/cclient), the client of" - @${ECHO} "IMAP-UW; you may want to reinstall it with SSL support, or" - @${ECHO} "if you need an SSL connection to your IMAP server, you can" - @${ECHO} "install the port security/stunnel." - @${ECHO} "Note: without SSL, you have to choose the IMAP port 143/notls" - @${ECHO} "******************************************************************" - -.include <bsd.port.mk> diff --git a/mail/horde4-imp/distinfo b/mail/horde4-imp/distinfo deleted file mode 100644 index c610ad00a6ef..000000000000 --- a/mail/horde4-imp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (imp-2.2.8.tar.gz) = 9f0e442f61ce542b945016bee2736d2f diff --git a/mail/horde4-imp/files/patch-lib_mimetypes.lib b/mail/horde4-imp/files/patch-lib_mimetypes.lib deleted file mode 100644 index 4b87c5512d65..000000000000 --- a/mail/horde4-imp/files/patch-lib_mimetypes.lib +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/mimetypes.lib.orig Wed Jul 18 16:23:58 2001 -+++ lib/mimetypes.lib Sun Mar 10 16:26:33 2002 -@@ -449,7 +449,7 @@ - fwrite( $fh, imap_base64($contents)); - fclose( $fh ); - -- $pipe = popen("$default->path_to_mswordview $word_name 2>&1","r"); -+ $pipe = popen("$default->path_to_mswordview $word_name - 2>&1","r"); - $data = "<b><u>MS Word Viewer</u></b><br><table><tr><td align=left>"; - while( ($rc=fgets($pipe,8192)) ) - $data.=$rc; diff --git a/mail/horde4-imp/httpd.conf.imp b/mail/horde4-imp/httpd.conf.imp deleted file mode 100644 index eddffb5b5f1c..000000000000 --- a/mail/horde4-imp/httpd.conf.imp +++ /dev/null @@ -1,24 +0,0 @@ - -# Added for IMP -# -# For security, don't serve pages from the IMP configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/imp/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/imp/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/imp/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/imp/templates"> - order deny,allow - deny from all -</Directory> -# End of IMP configuration ================ - diff --git a/mail/horde4-imp/pkg-comment b/mail/horde4-imp/pkg-comment deleted file mode 100644 index 46c5ace08f7e..000000000000 --- a/mail/horde4-imp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A webmail system which accesses mail over IMAP diff --git a/mail/horde4-imp/pkg-deinstall b/mail/horde4-imp/pkg-deinstall deleted file mode 100644 index ee55cbb6519e..000000000000 --- a/mail/horde4-imp/pkg-deinstall +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# Try to restore httpd.conf when deinstalling IMP - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -f ${PKG_PREFIX}/etc/apache/httpd.conf.beforeIMP ] ; then - echo "Restoring httpd.conf..." - cp ${PKG_PREFIX}/etc/apache/httpd.conf ${PKG_PREFIX}/etc/apache/httpd.conf.deinstIMP - mv ${PKG_PREFIX}/etc/apache/httpd.conf.beforeIMP ${PKG_PREFIX}/etc/apache/httpd.conf -fi diff --git a/mail/horde4-imp/pkg-descr b/mail/horde4-imp/pkg-descr deleted file mode 100644 index 91595ebce568..000000000000 --- a/mail/horde4-imp/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Note: this port is mostly for sites running PHP3. - For a new installation, please consider the port mail/imp3. - -IMP is a set of PHP3 scripts that implement an IMAP based webmail system. -Assuming you have an account on a server that supports IMAP, you can use -an installation of IMP to check your mail from anywhere that you have web -access. - -WWW: http://www.horde.org/imp/ diff --git a/mail/horde4-imp/pkg-plist b/mail/horde4-imp/pkg-plist deleted file mode 100644 index 4c26c83ec949..000000000000 --- a/mail/horde4-imp/pkg-plist +++ /dev/null @@ -1,912 +0,0 @@ -%%PORTDOCS%%share/doc/imp/CHANGES -%%PORTDOCS%%share/doc/imp/COPYING -%%PORTDOCS%%share/doc/imp/CREDITS -%%PORTDOCS%%share/doc/imp/DATABASE -%%PORTDOCS%%share/doc/imp/HELP -%%PORTDOCS%%share/doc/imp/INSTALL -%%PORTDOCS%%share/doc/imp/KNOWN_BUGS -%%PORTDOCS%%share/doc/imp/PACKAGES -%%PORTDOCS%%share/doc/imp/README -%%PORTDOCS%%share/doc/imp/SECURITY -%%IMPDIR%%/addcontact.php3 -%%IMPDIR%%/compose.php3 -%%IMPDIR%%/config/defaults.php3.dist -%%IMPDIR%%/config/ldap.php3.dist -%%IMPDIR%%/config/ldap.php3 -%%IMPDIR%%/config/mime.php3.dist -%%IMPDIR%%/config/mime.php3 -%%IMPDIR%%/config/servers.php3.dist -%%IMPDIR%%/config/servers.php3 -%%IMPDIR%%/config/MOTD.html -%%IMPDIR%%/config/defaults.php3 -%%IMPDIR%%/config/header.txt -%%IMPDIR%%/config/html.php3 -%%IMPDIR%%/config/imp_module_config.php3 -%%IMPDIR%%/config/lang.php3 -%%IMPDIR%%/config/mailbox.php3 -%%IMPDIR%%/config/menu.txt -%%IMPDIR%%/config/trailer.txt -%%IMPDIR%%/contacts.php3 -%%IMPDIR%%/contactsFrame.php3 -%%IMPDIR%%/contactsLdapFrame.php3 -%%IMPDIR%%/folders.php3 -%%IMPDIR%%/graphics/addressbook-blue.gif -%%IMPDIR%%/graphics/addressbook-red.gif -%%IMPDIR%%/graphics/addressbook-yellow.gif -%%IMPDIR%%/graphics/addressbook.gif -%%IMPDIR%%/graphics/answered.gif -%%IMPDIR%%/graphics/attachment.gif -%%IMPDIR%%/graphics/check.gif -%%IMPDIR%%/graphics/compose.gif -%%IMPDIR%%/graphics/deleted.gif -%%IMPDIR%%/graphics/down.gif -%%IMPDIR%%/graphics/download.gif -%%IMPDIR%%/graphics/exclamation.gif -%%IMPDIR%%/graphics/first-grey.gif -%%IMPDIR%%/graphics/first.gif -%%IMPDIR%%/graphics/folder.gif -%%IMPDIR%%/graphics/green.gif -%%IMPDIR%%/graphics/impsmall.gif -%%IMPDIR%%/graphics/inbox.gif -%%IMPDIR%%/graphics/last-grey.gif -%%IMPDIR%%/graphics/last.gif -%%IMPDIR%%/graphics/lhand.gif -%%IMPDIR%%/graphics/lock.gif -%%IMPDIR%%/graphics/login.gif -%%IMPDIR%%/graphics/logout.gif -%%IMPDIR%%/graphics/mime_audio.gif -%%IMPDIR%%/graphics/mime_broken.gif -%%IMPDIR%%/graphics/mime_compressed.gif -%%IMPDIR%%/graphics/mime_deb.gif -%%IMPDIR%%/graphics/mime_excel.gif -%%IMPDIR%%/graphics/mime_html.gif -%%IMPDIR%%/graphics/mime_image.gif -%%IMPDIR%%/graphics/mime_imp_signature.gif -%%IMPDIR%%/graphics/mime_mail.gif -%%IMPDIR%%/graphics/mime_msword.gif -%%IMPDIR%%/graphics/mime_pdf.gif -%%IMPDIR%%/graphics/mime_php.gif -%%IMPDIR%%/graphics/mime_text.gif -%%IMPDIR%%/graphics/mime_unknown.gif -%%IMPDIR%%/graphics/newmail.gif -%%IMPDIR%%/graphics/next-grey.gif -%%IMPDIR%%/graphics/next.gif -%%IMPDIR%%/graphics/open_folder.gif -%%IMPDIR%%/graphics/prefs.gif -%%IMPDIR%%/graphics/prev-grey.gif -%%IMPDIR%%/graphics/prev.gif -%%IMPDIR%%/graphics/red.gif -%%IMPDIR%%/graphics/reload.gif -%%IMPDIR%%/graphics/rhand.gif -%%IMPDIR%%/graphics/search.gif -%%IMPDIR%%/graphics/sm-lg.gif -%%IMPDIR%%/graphics/source.gif -%%IMPDIR%%/graphics/up.gif -%%IMPDIR%%/imp.css -%%IMPDIR%%/index.php3 -%%IMPDIR%%/ldap.result.php3 -%%IMPDIR%%/ldap.search.php3 -%%IMPDIR%%/lib/db.dummy -%%IMPDIR%%/lib/db.informix -%%IMPDIR%%/lib/db.mysql -%%IMPDIR%%/lib/db.oci8 -%%IMPDIR%%/lib/db.oracle -%%IMPDIR%%/lib/db.pgsql -%%IMPDIR%%/lib/db.sybase -%%IMPDIR%%/lib/imp.lib -%%IMPDIR%%/lib/js/browser_detect.js -%%IMPDIR%%/lib/js/browser_detect_full.js -%%IMPDIR%%/lib/js/msie_generic_help.js -%%IMPDIR%%/lib/js/ns_generic_help.js -%%IMPDIR%%/lib/js/open_compose_win.js -%%IMPDIR%%/lib/js/open_contacts.js -%%IMPDIR%%/lib/mimetypes.lib -%%IMPDIR%%/lib/mimetypes.lib.orig -%%IMPDIR%%/lib/postconf.php3 -%%IMPDIR%%/lib/version.php -%%IMPDIR%%/locale/ca/compose.help -%%IMPDIR%%/locale/ca/compose.lang -%%IMPDIR%%/locale/ca/contacts.help -%%IMPDIR%%/locale/ca/contacts.lang -%%IMPDIR%%/locale/ca/folders.help -%%IMPDIR%%/locale/ca/folders.lang -%%IMPDIR%%/locale/ca/help.lang -%%IMPDIR%%/locale/ca/horde.lang -%%IMPDIR%%/locale/ca/login.help -%%IMPDIR%%/locale/ca/login.lang -%%IMPDIR%%/locale/ca/mailbox.lang -%%IMPDIR%%/locale/ca/menu.lang -%%IMPDIR%%/locale/ca/message.lang -%%IMPDIR%%/locale/ca/newuser.entro.txt -%%IMPDIR%%/locale/ca/newuser.intro.txt -%%IMPDIR%%/locale/ca/newuser.lang -%%IMPDIR%%/locale/ca/newuser.start.txt -%%IMPDIR%%/locale/ca/openwin.lang -%%IMPDIR%%/locale/ca/passwd.lang -%%IMPDIR%%/locale/ca/prefs.lang -%%IMPDIR%%/locale/ca/select.lang -%%IMPDIR%%/locale/ca/spelling.lang -%%IMPDIR%%/locale/ca/status.lang -%%IMPDIR%%/locale/cs/compose.help -%%IMPDIR%%/locale/cs/compose.lang -%%IMPDIR%%/locale/cs/contacts.help -%%IMPDIR%%/locale/cs/contacts.lang -%%IMPDIR%%/locale/cs/folders.help -%%IMPDIR%%/locale/cs/folders.lang -%%IMPDIR%%/locale/cs/help.lang -%%IMPDIR%%/locale/cs/horde.lang -%%IMPDIR%%/locale/cs/login.help -%%IMPDIR%%/locale/cs/login.lang -%%IMPDIR%%/locale/cs/mailbox.lang -%%IMPDIR%%/locale/cs/menu.lang -%%IMPDIR%%/locale/cs/message.lang -%%IMPDIR%%/locale/cs/newuser.entro.txt -%%IMPDIR%%/locale/cs/newuser.intro.txt -%%IMPDIR%%/locale/cs/newuser.lang -%%IMPDIR%%/locale/cs/newuser.start.txt -%%IMPDIR%%/locale/cs/openwin.lang -%%IMPDIR%%/locale/cs/passwd.lang -%%IMPDIR%%/locale/cs/prefs.lang -%%IMPDIR%%/locale/cs/select.lang -%%IMPDIR%%/locale/cs/spelling.lang -%%IMPDIR%%/locale/cs/status.lang -%%IMPDIR%%/locale/da/compose.help -%%IMPDIR%%/locale/da/compose.lang -%%IMPDIR%%/locale/da/contacts.help -%%IMPDIR%%/locale/da/contacts.lang -%%IMPDIR%%/locale/da/folders.help -%%IMPDIR%%/locale/da/folders.lang -%%IMPDIR%%/locale/da/help.lang -%%IMPDIR%%/locale/da/horde.lang -%%IMPDIR%%/locale/da/login.help -%%IMPDIR%%/locale/da/login.lang -%%IMPDIR%%/locale/da/mailbox.lang -%%IMPDIR%%/locale/da/menu.lang -%%IMPDIR%%/locale/da/message.lang -%%IMPDIR%%/locale/da/newuser.entro.txt -%%IMPDIR%%/locale/da/newuser.intro.txt -%%IMPDIR%%/locale/da/newuser.lang -%%IMPDIR%%/locale/da/newuser.start.txt -%%IMPDIR%%/locale/da/openwin.lang -%%IMPDIR%%/locale/da/passwd.lang -%%IMPDIR%%/locale/da/prefs.lang -%%IMPDIR%%/locale/da/select.lang -%%IMPDIR%%/locale/da/spelling.lang -%%IMPDIR%%/locale/da/status.lang -%%IMPDIR%%/locale/de/compose.help -%%IMPDIR%%/locale/de/compose.lang -%%IMPDIR%%/locale/de/contacts.help -%%IMPDIR%%/locale/de/contacts.lang -%%IMPDIR%%/locale/de/folders.help -%%IMPDIR%%/locale/de/folders.lang -%%IMPDIR%%/locale/de/help.lang -%%IMPDIR%%/locale/de/horde.lang -%%IMPDIR%%/locale/de/login.help -%%IMPDIR%%/locale/de/login.lang -%%IMPDIR%%/locale/de/mailbox.lang -%%IMPDIR%%/locale/de/menu.lang -%%IMPDIR%%/locale/de/message.lang -%%IMPDIR%%/locale/de/newuser.entro.txt -%%IMPDIR%%/locale/de/newuser.intro.txt -%%IMPDIR%%/locale/de/newuser.lang -%%IMPDIR%%/locale/de/newuser.start.txt -%%IMPDIR%%/locale/de/openwin.lang -%%IMPDIR%%/locale/de/passwd.lang -%%IMPDIR%%/locale/de/prefs.lang -%%IMPDIR%%/locale/de/select.lang -%%IMPDIR%%/locale/de/spelling.lang -%%IMPDIR%%/locale/de/status.lang -%%IMPDIR%%/locale/defines/compose.help -%%IMPDIR%%/locale/defines/contacts.help -%%IMPDIR%%/locale/defines/folders.help -%%IMPDIR%%/locale/defines/login.help -%%IMPDIR%%/locale/el/compose.help -%%IMPDIR%%/locale/el/compose.lang -%%IMPDIR%%/locale/el/contacts.help -%%IMPDIR%%/locale/el/contacts.lang -%%IMPDIR%%/locale/el/folders.help -%%IMPDIR%%/locale/el/folders.lang -%%IMPDIR%%/locale/el/help.lang -%%IMPDIR%%/locale/el/horde.lang -%%IMPDIR%%/locale/el/login.help -%%IMPDIR%%/locale/el/login.lang -%%IMPDIR%%/locale/el/mailbox.lang -%%IMPDIR%%/locale/el/menu.lang -%%IMPDIR%%/locale/el/message.lang -%%IMPDIR%%/locale/el/newuser.entro.txt -%%IMPDIR%%/locale/el/newuser.intro.txt -%%IMPDIR%%/locale/el/newuser.lang -%%IMPDIR%%/locale/el/newuser.start.txt -%%IMPDIR%%/locale/el/openwin.lang -%%IMPDIR%%/locale/el/passwd.lang -%%IMPDIR%%/locale/el/prefs.lang -%%IMPDIR%%/locale/el/select.lang -%%IMPDIR%%/locale/el/spelling.lang -%%IMPDIR%%/locale/el/status.lang -%%IMPDIR%%/locale/en/compose.help -%%IMPDIR%%/locale/en/compose.lang -%%IMPDIR%%/locale/en/contacts.help -%%IMPDIR%%/locale/en/contacts.lang -%%IMPDIR%%/locale/en/folders.help -%%IMPDIR%%/locale/en/folders.lang -%%IMPDIR%%/locale/en/help.lang -%%IMPDIR%%/locale/en/horde.lang -%%IMPDIR%%/locale/en/login.help -%%IMPDIR%%/locale/en/login.lang -%%IMPDIR%%/locale/en/mailbox.lang -%%IMPDIR%%/locale/en/menu.lang -%%IMPDIR%%/locale/en/message.lang -%%IMPDIR%%/locale/en/newuser.entro.txt -%%IMPDIR%%/locale/en/newuser.intro.txt -%%IMPDIR%%/locale/en/newuser.lang -%%IMPDIR%%/locale/en/newuser.start.txt -%%IMPDIR%%/locale/en/openwin.lang -%%IMPDIR%%/locale/en/passwd.lang -%%IMPDIR%%/locale/en/prefs.lang -%%IMPDIR%%/locale/en/select.lang -%%IMPDIR%%/locale/en/spelling.lang -%%IMPDIR%%/locale/en/status.lang -%%IMPDIR%%/locale/es/compose.help -%%IMPDIR%%/locale/es/compose.lang -%%IMPDIR%%/locale/es/contacts.help -%%IMPDIR%%/locale/es/contacts.lang -%%IMPDIR%%/locale/es/folders.help -%%IMPDIR%%/locale/es/folders.lang -%%IMPDIR%%/locale/es/help.lang -%%IMPDIR%%/locale/es/horde.lang -%%IMPDIR%%/locale/es/login.help -%%IMPDIR%%/locale/es/login.lang -%%IMPDIR%%/locale/es/mailbox.lang -%%IMPDIR%%/locale/es/menu.lang -%%IMPDIR%%/locale/es/message.lang -%%IMPDIR%%/locale/es/newuser.entro.txt -%%IMPDIR%%/locale/es/newuser.intro.txt -%%IMPDIR%%/locale/es/newuser.lang -%%IMPDIR%%/locale/es/newuser.start.txt -%%IMPDIR%%/locale/es/openwin.lang -%%IMPDIR%%/locale/es/passwd.lang -%%IMPDIR%%/locale/es/prefs.lang -%%IMPDIR%%/locale/es/select.lang -%%IMPDIR%%/locale/es/spelling.lang -%%IMPDIR%%/locale/es/status.lang -%%IMPDIR%%/locale/et/compose.help -%%IMPDIR%%/locale/et/compose.lang -%%IMPDIR%%/locale/et/contacts.help -%%IMPDIR%%/locale/et/contacts.lang -%%IMPDIR%%/locale/et/folders.help -%%IMPDIR%%/locale/et/folders.lang -%%IMPDIR%%/locale/et/help.lang -%%IMPDIR%%/locale/et/horde.lang -%%IMPDIR%%/locale/et/login.help -%%IMPDIR%%/locale/et/login.lang -%%IMPDIR%%/locale/et/mailbox.lang -%%IMPDIR%%/locale/et/menu.lang -%%IMPDIR%%/locale/et/message.lang -%%IMPDIR%%/locale/et/newuser.entro.txt -%%IMPDIR%%/locale/et/newuser.intro.txt -%%IMPDIR%%/locale/et/newuser.lang -%%IMPDIR%%/locale/et/newuser.start.txt -%%IMPDIR%%/locale/et/openwin.lang -%%IMPDIR%%/locale/et/passwd.lang -%%IMPDIR%%/locale/et/prefs.lang -%%IMPDIR%%/locale/et/select.lang -%%IMPDIR%%/locale/et/spelling.lang -%%IMPDIR%%/locale/et/status.lang -%%IMPDIR%%/locale/fi/compose.help -%%IMPDIR%%/locale/fi/compose.lang -%%IMPDIR%%/locale/fi/contacts.help -%%IMPDIR%%/locale/fi/contacts.lang -%%IMPDIR%%/locale/fi/folders.help -%%IMPDIR%%/locale/fi/folders.lang -%%IMPDIR%%/locale/fi/help.lang -%%IMPDIR%%/locale/fi/horde.lang -%%IMPDIR%%/locale/fi/login.help -%%IMPDIR%%/locale/fi/login.lang -%%IMPDIR%%/locale/fi/mailbox.lang -%%IMPDIR%%/locale/fi/menu.lang -%%IMPDIR%%/locale/fi/message.lang -%%IMPDIR%%/locale/fi/newuser.entro.txt -%%IMPDIR%%/locale/fi/newuser.intro.txt -%%IMPDIR%%/locale/fi/newuser.lang -%%IMPDIR%%/locale/fi/newuser.start.txt -%%IMPDIR%%/locale/fi/openwin.lang -%%IMPDIR%%/locale/fi/passwd.lang -%%IMPDIR%%/locale/fi/prefs.lang -%%IMPDIR%%/locale/fi/select.lang -%%IMPDIR%%/locale/fi/spelling.lang -%%IMPDIR%%/locale/fi/status.lang -%%IMPDIR%%/locale/fr/compose.help -%%IMPDIR%%/locale/fr/compose.lang -%%IMPDIR%%/locale/fr/contacts.help -%%IMPDIR%%/locale/fr/contacts.lang -%%IMPDIR%%/locale/fr/folders.help -%%IMPDIR%%/locale/fr/folders.lang -%%IMPDIR%%/locale/fr/help.lang -%%IMPDIR%%/locale/fr/horde.lang -%%IMPDIR%%/locale/fr/lang.lang -%%IMPDIR%%/locale/fr/login.help -%%IMPDIR%%/locale/fr/login.lang -%%IMPDIR%%/locale/fr/mailbox.lang -%%IMPDIR%%/locale/fr/menu.lang -%%IMPDIR%%/locale/fr/message.lang -%%IMPDIR%%/locale/fr/newuser.entro.txt -%%IMPDIR%%/locale/fr/newuser.intro.txt -%%IMPDIR%%/locale/fr/newuser.lang -%%IMPDIR%%/locale/fr/newuser.start.txt -%%IMPDIR%%/locale/fr/openwin.lang -%%IMPDIR%%/locale/fr/passwd.lang -%%IMPDIR%%/locale/fr/prefs.lang -%%IMPDIR%%/locale/fr/select.lang -%%IMPDIR%%/locale/fr/spelling.lang -%%IMPDIR%%/locale/fr/status.lang -%%IMPDIR%%/locale/hu/compose.help -%%IMPDIR%%/locale/hu/compose.lang -%%IMPDIR%%/locale/hu/contacts.help -%%IMPDIR%%/locale/hu/contacts.lang -%%IMPDIR%%/locale/hu/folders.help -%%IMPDIR%%/locale/hu/folders.lang -%%IMPDIR%%/locale/hu/help.lang -%%IMPDIR%%/locale/hu/horde.lang -%%IMPDIR%%/locale/hu/login.help -%%IMPDIR%%/locale/hu/login.lang -%%IMPDIR%%/locale/hu/mailbox.lang -%%IMPDIR%%/locale/hu/menu.lang -%%IMPDIR%%/locale/hu/message.lang -%%IMPDIR%%/locale/hu/newuser.entro.txt -%%IMPDIR%%/locale/hu/newuser.intro.txt -%%IMPDIR%%/locale/hu/newuser.lang -%%IMPDIR%%/locale/hu/newuser.start.txt -%%IMPDIR%%/locale/hu/openwin.lang -%%IMPDIR%%/locale/hu/passwd.lang -%%IMPDIR%%/locale/hu/prefs.lang -%%IMPDIR%%/locale/hu/select.lang -%%IMPDIR%%/locale/hu/spelling.lang -%%IMPDIR%%/locale/hu/status.lang -%%IMPDIR%%/locale/id/compose.help -%%IMPDIR%%/locale/id/compose.lang -%%IMPDIR%%/locale/id/contacts.help -%%IMPDIR%%/locale/id/contacts.lang -%%IMPDIR%%/locale/id/folders.help -%%IMPDIR%%/locale/id/folders.lang -%%IMPDIR%%/locale/id/help.lang -%%IMPDIR%%/locale/id/horde.lang -%%IMPDIR%%/locale/id/login.help -%%IMPDIR%%/locale/id/login.lang -%%IMPDIR%%/locale/id/mailbox.lang -%%IMPDIR%%/locale/id/menu.lang -%%IMPDIR%%/locale/id/message.lang -%%IMPDIR%%/locale/id/newuser.entro.txt -%%IMPDIR%%/locale/id/newuser.intro.txt -%%IMPDIR%%/locale/id/newuser.lang -%%IMPDIR%%/locale/id/newuser.start.txt -%%IMPDIR%%/locale/id/openwin.lang -%%IMPDIR%%/locale/id/passwd.lang -%%IMPDIR%%/locale/id/prefs.lang -%%IMPDIR%%/locale/id/select.lang -%%IMPDIR%%/locale/id/spelling.lang -%%IMPDIR%%/locale/id/status.lang -%%IMPDIR%%/locale/is/compose.help -%%IMPDIR%%/locale/is/compose.lang -%%IMPDIR%%/locale/is/contacts.help -%%IMPDIR%%/locale/is/contacts.lang -%%IMPDIR%%/locale/is/folders.help -%%IMPDIR%%/locale/is/folders.lang -%%IMPDIR%%/locale/is/help.lang -%%IMPDIR%%/locale/is/horde.lang -%%IMPDIR%%/locale/is/login.help -%%IMPDIR%%/locale/is/login.lang -%%IMPDIR%%/locale/is/mailbox.lang -%%IMPDIR%%/locale/is/menu.lang -%%IMPDIR%%/locale/is/message.lang -%%IMPDIR%%/locale/is/newuser.entro.txt -%%IMPDIR%%/locale/is/newuser.intro.txt -%%IMPDIR%%/locale/is/newuser.lang -%%IMPDIR%%/locale/is/newuser.start.txt -%%IMPDIR%%/locale/is/openwin.lang -%%IMPDIR%%/locale/is/passwd.lang -%%IMPDIR%%/locale/is/prefs.lang -%%IMPDIR%%/locale/is/select.lang -%%IMPDIR%%/locale/is/spelling.lang -%%IMPDIR%%/locale/is/status.lang -%%IMPDIR%%/locale/it/compose.help -%%IMPDIR%%/locale/it/compose.lang -%%IMPDIR%%/locale/it/contacts.help -%%IMPDIR%%/locale/it/contacts.lang -%%IMPDIR%%/locale/it/folders.help -%%IMPDIR%%/locale/it/folders.lang -%%IMPDIR%%/locale/it/help.lang -%%IMPDIR%%/locale/it/horde.lang -%%IMPDIR%%/locale/it/login.help -%%IMPDIR%%/locale/it/login.lang -%%IMPDIR%%/locale/it/mailbox.lang -%%IMPDIR%%/locale/it/menu.lang -%%IMPDIR%%/locale/it/message.lang -%%IMPDIR%%/locale/it/newuser.entro.txt -%%IMPDIR%%/locale/it/newuser.intro.txt -%%IMPDIR%%/locale/it/newuser.lang -%%IMPDIR%%/locale/it/newuser.start.txt -%%IMPDIR%%/locale/it/openwin.lang -%%IMPDIR%%/locale/it/passwd.lang -%%IMPDIR%%/locale/it/prefs.lang -%%IMPDIR%%/locale/it/select.lang -%%IMPDIR%%/locale/it/spelling.lang -%%IMPDIR%%/locale/it/status.lang -%%IMPDIR%%/locale/kr/compose.help -%%IMPDIR%%/locale/kr/compose.lang -%%IMPDIR%%/locale/kr/contacts.help -%%IMPDIR%%/locale/kr/contacts.lang -%%IMPDIR%%/locale/kr/folders.help -%%IMPDIR%%/locale/kr/folders.lang -%%IMPDIR%%/locale/kr/help.lang -%%IMPDIR%%/locale/kr/horde.lang -%%IMPDIR%%/locale/kr/login.help -%%IMPDIR%%/locale/kr/login.lang -%%IMPDIR%%/locale/kr/mailbox.lang -%%IMPDIR%%/locale/kr/menu.lang -%%IMPDIR%%/locale/kr/message.lang -%%IMPDIR%%/locale/kr/newuser.entro.txt -%%IMPDIR%%/locale/kr/newuser.intro.txt -%%IMPDIR%%/locale/kr/newuser.lang -%%IMPDIR%%/locale/kr/newuser.start.txt -%%IMPDIR%%/locale/kr/openwin.lang -%%IMPDIR%%/locale/kr/passwd.lang -%%IMPDIR%%/locale/kr/prefs.lang -%%IMPDIR%%/locale/kr/select.lang -%%IMPDIR%%/locale/kr/spelling.lang -%%IMPDIR%%/locale/kr/status.lang -%%IMPDIR%%/locale/local/compose.help -%%IMPDIR%%/locale/local/compose.lang -%%IMPDIR%%/locale/local/contacts.help -%%IMPDIR%%/locale/local/contacts.lang -%%IMPDIR%%/locale/local/folders.help -%%IMPDIR%%/locale/local/folders.lang -%%IMPDIR%%/locale/local/help.lang -%%IMPDIR%%/locale/local/horde.lang -%%IMPDIR%%/locale/local/lang.lang -%%IMPDIR%%/locale/local/login.help -%%IMPDIR%%/locale/local/login.lang -%%IMPDIR%%/locale/local/mailbox.lang -%%IMPDIR%%/locale/local/menu.lang -%%IMPDIR%%/locale/local/message.lang -%%IMPDIR%%/locale/local/newuser.lang -%%IMPDIR%%/locale/local/openwin.lang -%%IMPDIR%%/locale/local/passwd.lang -%%IMPDIR%%/locale/local/prefs.lang -%%IMPDIR%%/locale/local/select.lang -%%IMPDIR%%/locale/local/spelling.lang -%%IMPDIR%%/locale/local/status.lang -%%IMPDIR%%/locale/lt/compose.help -%%IMPDIR%%/locale/lt/compose.lang -%%IMPDIR%%/locale/lt/contacts.help -%%IMPDIR%%/locale/lt/contacts.lang -%%IMPDIR%%/locale/lt/folders.help -%%IMPDIR%%/locale/lt/folders.lang -%%IMPDIR%%/locale/lt/help.lang -%%IMPDIR%%/locale/lt/horde.lang -%%IMPDIR%%/locale/lt/ldap.result.lang -%%IMPDIR%%/locale/lt/ldap.search.lang -%%IMPDIR%%/locale/lt/login.help -%%IMPDIR%%/locale/lt/login.lang -%%IMPDIR%%/locale/lt/mailbox.lang -%%IMPDIR%%/locale/lt/menu.lang -%%IMPDIR%%/locale/lt/message.lang -%%IMPDIR%%/locale/lt/newuser.entro.txt -%%IMPDIR%%/locale/lt/newuser.intro.txt -%%IMPDIR%%/locale/lt/newuser.lang -%%IMPDIR%%/locale/lt/newuser.start.txt -%%IMPDIR%%/locale/lt/openwin.lang -%%IMPDIR%%/locale/lt/passwd.lang -%%IMPDIR%%/locale/lt/prefs.lang -%%IMPDIR%%/locale/lt/select.lang -%%IMPDIR%%/locale/lt/spelling.lang -%%IMPDIR%%/locale/lt/status.lang -%%IMPDIR%%/locale/nl/compose.help -%%IMPDIR%%/locale/nl/compose.lang -%%IMPDIR%%/locale/nl/contacts.help -%%IMPDIR%%/locale/nl/contacts.lang -%%IMPDIR%%/locale/nl/folders.help -%%IMPDIR%%/locale/nl/folders.lang -%%IMPDIR%%/locale/nl/help.lang -%%IMPDIR%%/locale/nl/horde.lang -%%IMPDIR%%/locale/nl/login.help -%%IMPDIR%%/locale/nl/login.lang -%%IMPDIR%%/locale/nl/mailbox.lang -%%IMPDIR%%/locale/nl/menu.lang -%%IMPDIR%%/locale/nl/message.lang -%%IMPDIR%%/locale/nl/newuser.entro.txt -%%IMPDIR%%/locale/nl/newuser.intro.txt -%%IMPDIR%%/locale/nl/newuser.lang -%%IMPDIR%%/locale/nl/newuser.start.txt -%%IMPDIR%%/locale/nl/openwin.lang -%%IMPDIR%%/locale/nl/passwd.lang -%%IMPDIR%%/locale/nl/prefs.lang -%%IMPDIR%%/locale/nl/select.lang -%%IMPDIR%%/locale/nl/spelling.lang -%%IMPDIR%%/locale/nl/status.lang -%%IMPDIR%%/locale/no-bok/compose.help -%%IMPDIR%%/locale/no-bok/compose.lang -%%IMPDIR%%/locale/no-bok/contacts.help -%%IMPDIR%%/locale/no-bok/contacts.lang -%%IMPDIR%%/locale/no-bok/folders.help -%%IMPDIR%%/locale/no-bok/folders.lang -%%IMPDIR%%/locale/no-bok/help.lang -%%IMPDIR%%/locale/no-bok/horde.lang -%%IMPDIR%%/locale/no-bok/login.help -%%IMPDIR%%/locale/no-bok/login.lang -%%IMPDIR%%/locale/no-bok/mailbox.lang -%%IMPDIR%%/locale/no-bok/menu.lang -%%IMPDIR%%/locale/no-bok/message.lang -%%IMPDIR%%/locale/no-bok/newuser.entro.txt -%%IMPDIR%%/locale/no-bok/newuser.intro.txt -%%IMPDIR%%/locale/no-bok/newuser.lang -%%IMPDIR%%/locale/no-bok/newuser.start.txt -%%IMPDIR%%/locale/no-bok/openwin.lang -%%IMPDIR%%/locale/no-bok/passwd.lang -%%IMPDIR%%/locale/no-bok/prefs.lang -%%IMPDIR%%/locale/no-bok/select.lang -%%IMPDIR%%/locale/no-bok/spelling.lang -%%IMPDIR%%/locale/no-bok/status.lang -%%IMPDIR%%/locale/no-nyn/compose.help -%%IMPDIR%%/locale/no-nyn/compose.lang -%%IMPDIR%%/locale/no-nyn/contacts.help -%%IMPDIR%%/locale/no-nyn/contacts.lang -%%IMPDIR%%/locale/no-nyn/folders.help -%%IMPDIR%%/locale/no-nyn/folders.lang -%%IMPDIR%%/locale/no-nyn/help.lang -%%IMPDIR%%/locale/no-nyn/horde.lang -%%IMPDIR%%/locale/no-nyn/login.help -%%IMPDIR%%/locale/no-nyn/login.lang -%%IMPDIR%%/locale/no-nyn/mailbox.lang -%%IMPDIR%%/locale/no-nyn/menu.lang -%%IMPDIR%%/locale/no-nyn/message.lang -%%IMPDIR%%/locale/no-nyn/newuser.entro.txt -%%IMPDIR%%/locale/no-nyn/newuser.intro.txt -%%IMPDIR%%/locale/no-nyn/newuser.lang -%%IMPDIR%%/locale/no-nyn/newuser.start.txt -%%IMPDIR%%/locale/no-nyn/openwin.lang -%%IMPDIR%%/locale/no-nyn/passwd.lang -%%IMPDIR%%/locale/no-nyn/prefs.lang -%%IMPDIR%%/locale/no-nyn/select.lang -%%IMPDIR%%/locale/no-nyn/spelling.lang -%%IMPDIR%%/locale/no-nyn/status.lang -%%IMPDIR%%/locale/pl/compose.help -%%IMPDIR%%/locale/pl/compose.lang -%%IMPDIR%%/locale/pl/contacts.help -%%IMPDIR%%/locale/pl/contacts.lang -%%IMPDIR%%/locale/pl/folders.help -%%IMPDIR%%/locale/pl/folders.lang -%%IMPDIR%%/locale/pl/help.lang -%%IMPDIR%%/locale/pl/horde.lang -%%IMPDIR%%/locale/pl/login.help -%%IMPDIR%%/locale/pl/login.lang -%%IMPDIR%%/locale/pl/mailbox.lang -%%IMPDIR%%/locale/pl/menu.lang -%%IMPDIR%%/locale/pl/message.lang -%%IMPDIR%%/locale/pl/newuser.entro.txt -%%IMPDIR%%/locale/pl/newuser.intro.txt -%%IMPDIR%%/locale/pl/newuser.lang -%%IMPDIR%%/locale/pl/newuser.start.txt -%%IMPDIR%%/locale/pl/openwin.lang -%%IMPDIR%%/locale/pl/passwd.lang -%%IMPDIR%%/locale/pl/prefs.lang -%%IMPDIR%%/locale/pl/select.lang -%%IMPDIR%%/locale/pl/spelling.lang -%%IMPDIR%%/locale/pl/status.lang -%%IMPDIR%%/locale/pt-BR/compose.help -%%IMPDIR%%/locale/pt-BR/compose.lang -%%IMPDIR%%/locale/pt-BR/contacts.help -%%IMPDIR%%/locale/pt-BR/contacts.lang -%%IMPDIR%%/locale/pt-BR/folders.help -%%IMPDIR%%/locale/pt-BR/folders.lang -%%IMPDIR%%/locale/pt-BR/help.lang -%%IMPDIR%%/locale/pt-BR/horde.lang -%%IMPDIR%%/locale/pt-BR/login.help -%%IMPDIR%%/locale/pt-BR/login.lang -%%IMPDIR%%/locale/pt-BR/mailbox.lang -%%IMPDIR%%/locale/pt-BR/menu.lang -%%IMPDIR%%/locale/pt-BR/message.lang -%%IMPDIR%%/locale/pt-BR/newuser.entro.txt -%%IMPDIR%%/locale/pt-BR/newuser.intro.txt -%%IMPDIR%%/locale/pt-BR/newuser.lang -%%IMPDIR%%/locale/pt-BR/newuser.start.txt -%%IMPDIR%%/locale/pt-BR/openwin.lang -%%IMPDIR%%/locale/pt-BR/passwd.lang -%%IMPDIR%%/locale/pt-BR/prefs.lang -%%IMPDIR%%/locale/pt-BR/select.lang -%%IMPDIR%%/locale/pt-BR/spelling.lang -%%IMPDIR%%/locale/pt-BR/status.lang -%%IMPDIR%%/locale/pt/compose.help -%%IMPDIR%%/locale/pt/compose.lang -%%IMPDIR%%/locale/pt/contacts.help -%%IMPDIR%%/locale/pt/contacts.lang -%%IMPDIR%%/locale/pt/folders.help -%%IMPDIR%%/locale/pt/folders.lang -%%IMPDIR%%/locale/pt/help.lang -%%IMPDIR%%/locale/pt/horde.lang -%%IMPDIR%%/locale/pt/login.help -%%IMPDIR%%/locale/pt/login.lang -%%IMPDIR%%/locale/pt/mailbox.lang -%%IMPDIR%%/locale/pt/menu.lang -%%IMPDIR%%/locale/pt/message.lang -%%IMPDIR%%/locale/pt/newuser.entro.txt -%%IMPDIR%%/locale/pt/newuser.intro.txt -%%IMPDIR%%/locale/pt/newuser.lang -%%IMPDIR%%/locale/pt/newuser.start.txt -%%IMPDIR%%/locale/pt/openwin.lang -%%IMPDIR%%/locale/pt/passwd.lang -%%IMPDIR%%/locale/pt/prefs.lang -%%IMPDIR%%/locale/pt/select.lang -%%IMPDIR%%/locale/pt/spelling.lang -%%IMPDIR%%/locale/pt/status.lang -%%IMPDIR%%/locale/ru/compose.help -%%IMPDIR%%/locale/ru/compose.lang -%%IMPDIR%%/locale/ru/contacts.help -%%IMPDIR%%/locale/ru/contacts.lang -%%IMPDIR%%/locale/ru/folders.help -%%IMPDIR%%/locale/ru/folders.lang -%%IMPDIR%%/locale/ru/help.lang -%%IMPDIR%%/locale/ru/horde.lang -%%IMPDIR%%/locale/ru/login.help -%%IMPDIR%%/locale/ru/login.lang -%%IMPDIR%%/locale/ru/mailbox.lang -%%IMPDIR%%/locale/ru/menu.lang -%%IMPDIR%%/locale/ru/message.lang -%%IMPDIR%%/locale/ru/newuser.entro.txt -%%IMPDIR%%/locale/ru/newuser.intro.txt -%%IMPDIR%%/locale/ru/newuser.lang -%%IMPDIR%%/locale/ru/newuser.start.txt -%%IMPDIR%%/locale/ru/openwin.lang -%%IMPDIR%%/locale/ru/passwd.lang -%%IMPDIR%%/locale/ru/prefs.lang -%%IMPDIR%%/locale/ru/select.lang -%%IMPDIR%%/locale/ru/spelling.lang -%%IMPDIR%%/locale/ru/status.lang -%%IMPDIR%%/locale/se/compose.help -%%IMPDIR%%/locale/se/compose.lang -%%IMPDIR%%/locale/se/contacts.help -%%IMPDIR%%/locale/se/contacts.lang -%%IMPDIR%%/locale/se/folders.help -%%IMPDIR%%/locale/se/folders.lang -%%IMPDIR%%/locale/se/help.lang -%%IMPDIR%%/locale/se/horde.lang -%%IMPDIR%%/locale/se/login.help -%%IMPDIR%%/locale/se/login.lang -%%IMPDIR%%/locale/se/mailbox.lang -%%IMPDIR%%/locale/se/menu.lang -%%IMPDIR%%/locale/se/message.lang -%%IMPDIR%%/locale/se/newuser.entro.txt -%%IMPDIR%%/locale/se/newuser.intro.txt -%%IMPDIR%%/locale/se/newuser.lang -%%IMPDIR%%/locale/se/newuser.start.txt -%%IMPDIR%%/locale/se/openwin.lang -%%IMPDIR%%/locale/se/passwd.lang -%%IMPDIR%%/locale/se/prefs.lang -%%IMPDIR%%/locale/se/select.lang -%%IMPDIR%%/locale/se/spelling.lang -%%IMPDIR%%/locale/se/status.lang -%%IMPDIR%%/locale/sk/compose.help -%%IMPDIR%%/locale/sk/compose.lang -%%IMPDIR%%/locale/sk/contacts.help -%%IMPDIR%%/locale/sk/contacts.lang -%%IMPDIR%%/locale/sk/folders.help -%%IMPDIR%%/locale/sk/folders.lang -%%IMPDIR%%/locale/sk/help.lang -%%IMPDIR%%/locale/sk/horde.lang -%%IMPDIR%%/locale/sk/login.help -%%IMPDIR%%/locale/sk/login.lang -%%IMPDIR%%/locale/sk/mailbox.lang -%%IMPDIR%%/locale/sk/menu.lang -%%IMPDIR%%/locale/sk/message.lang -%%IMPDIR%%/locale/sk/newuser.entro.txt -%%IMPDIR%%/locale/sk/newuser.intro.txt -%%IMPDIR%%/locale/sk/newuser.lang -%%IMPDIR%%/locale/sk/newuser.start.txt -%%IMPDIR%%/locale/sk/openwin.lang -%%IMPDIR%%/locale/sk/passwd.lang -%%IMPDIR%%/locale/sk/prefs.lang -%%IMPDIR%%/locale/sk/select.lang -%%IMPDIR%%/locale/sk/spelling.lang -%%IMPDIR%%/locale/sk/status.lang -%%IMPDIR%%/locale/sl/compose.help -%%IMPDIR%%/locale/sl/compose.lang -%%IMPDIR%%/locale/sl/contacts.help -%%IMPDIR%%/locale/sl/contacts.lang -%%IMPDIR%%/locale/sl/folders.help -%%IMPDIR%%/locale/sl/folders.lang -%%IMPDIR%%/locale/sl/help.lang -%%IMPDIR%%/locale/sl/horde.lang -%%IMPDIR%%/locale/sl/login.help -%%IMPDIR%%/locale/sl/login.lang -%%IMPDIR%%/locale/sl/mailbox.lang -%%IMPDIR%%/locale/sl/menu.lang -%%IMPDIR%%/locale/sl/message.lang -%%IMPDIR%%/locale/sl/newuser.entro.txt -%%IMPDIR%%/locale/sl/newuser.intro.txt -%%IMPDIR%%/locale/sl/newuser.lang -%%IMPDIR%%/locale/sl/newuser.start.txt -%%IMPDIR%%/locale/sl/openwin.lang -%%IMPDIR%%/locale/sl/passwd.lang -%%IMPDIR%%/locale/sl/prefs.lang -%%IMPDIR%%/locale/sl/select.lang -%%IMPDIR%%/locale/sl/spelling.lang -%%IMPDIR%%/locale/sl/status.lang -%%IMPDIR%%/locale/zh/compose.help -%%IMPDIR%%/locale/zh/compose.lang -%%IMPDIR%%/locale/zh/contacts.help -%%IMPDIR%%/locale/zh/contacts.lang -%%IMPDIR%%/locale/zh/folders.help -%%IMPDIR%%/locale/zh/folders.lang -%%IMPDIR%%/locale/zh/help.lang -%%IMPDIR%%/locale/zh/horde.lang -%%IMPDIR%%/locale/zh/login.help -%%IMPDIR%%/locale/zh/login.lang -%%IMPDIR%%/locale/zh/mailbox.lang -%%IMPDIR%%/locale/zh/menu.lang -%%IMPDIR%%/locale/zh/message.lang -%%IMPDIR%%/locale/zh/newuser.entro.txt -%%IMPDIR%%/locale/zh/newuser.intro.txt -%%IMPDIR%%/locale/zh/newuser.lang -%%IMPDIR%%/locale/zh/newuser.start.txt -%%IMPDIR%%/locale/zh/openwin.lang -%%IMPDIR%%/locale/zh/passwd.lang -%%IMPDIR%%/locale/zh/prefs.lang -%%IMPDIR%%/locale/zh/select.lang -%%IMPDIR%%/locale/zh/spelling.lang -%%IMPDIR%%/locale/zh/status.lang -%%IMPDIR%%/locale/zh-tw/compose.help -%%IMPDIR%%/locale/zh-tw/compose.lang -%%IMPDIR%%/locale/zh-tw/contacts.help -%%IMPDIR%%/locale/zh-tw/contacts.lang -%%IMPDIR%%/locale/zh-tw/folders.help -%%IMPDIR%%/locale/zh-tw/folders.lang -%%IMPDIR%%/locale/zh-tw/help.lang -%%IMPDIR%%/locale/zh-tw/horde.lang -%%IMPDIR%%/locale/zh-tw/login.help -%%IMPDIR%%/locale/zh-tw/login.lang -%%IMPDIR%%/locale/zh-tw/mailbox.lang -%%IMPDIR%%/locale/zh-tw/menu.lang -%%IMPDIR%%/locale/zh-tw/message.lang -%%IMPDIR%%/locale/zh-tw/newuser.entro.txt -%%IMPDIR%%/locale/zh-tw/newuser.intro.txt -%%IMPDIR%%/locale/zh-tw/newuser.lang -%%IMPDIR%%/locale/zh-tw/newuser.start.txt -%%IMPDIR%%/locale/zh-tw/openwin.lang -%%IMPDIR%%/locale/zh-tw/passwd.lang -%%IMPDIR%%/locale/zh-tw/prefs.lang -%%IMPDIR%%/locale/zh-tw/select.lang -%%IMPDIR%%/locale/zh-tw/spelling.lang -%%IMPDIR%%/locale/zh-tw/status.lang -%%IMPDIR%%/login.php3 -%%IMPDIR%%/mailbox.php3 -%%IMPDIR%%/menu.php3 -%%IMPDIR%%/message.php3 -%%IMPDIR%%/newuser.php3 -%%IMPDIR%%/poppassd.php3 -%%IMPDIR%%/prefs.php3 -%%IMPDIR%%/remote_login.php3 -%%IMPDIR%%/scripts/imp-cleanup.cron -%%IMPDIR%%/scripts/pine2imp.pl -%%IMPDIR%%/scripts/realsecure.sh -%%IMPDIR%%/select.php3 -%%IMPDIR%%/spelling.php3 -%%IMPDIR%%/status.php3 -%%IMPDIR%%/templates/common-footer.inc -%%IMPDIR%%/templates/common-header.inc -%%IMPDIR%%/templates/compose/bounce.inc -%%IMPDIR%%/templates/compose/compose.inc -%%IMPDIR%%/templates/compose/javascript.inc -%%IMPDIR%%/templates/compose/lynx_bounce.inc -%%IMPDIR%%/templates/compose/lynx_compose.inc -%%IMPDIR%%/templates/compose/results.inc -%%IMPDIR%%/templates/contacts/add-contact-php3.inc -%%IMPDIR%%/templates/contacts/addr-php3.inc -%%IMPDIR%%/templates/contacts/header.inc -%%IMPDIR%%/templates/contacts/javascript.inc -%%IMPDIR%%/templates/contacts/ldap-php3.inc -%%IMPDIR%%/templates/doctype.inc -%%IMPDIR%%/templates/folders/create.inc -%%IMPDIR%%/templates/folders/delete.inc -%%IMPDIR%%/templates/folders/header.inc -%%IMPDIR%%/templates/folders/rename.inc -%%IMPDIR%%/templates/folders/subscribe.inc -%%IMPDIR%%/templates/generic-footer.inc -%%IMPDIR%%/templates/generic-header.inc -%%IMPDIR%%/templates/generic-header_reload.inc -%%IMPDIR%%/templates/index/frames_mode.inc -%%IMPDIR%%/templates/index/imp_configurable.inc -%%IMPDIR%%/templates/index/imp_notconfigured.inc -%%IMPDIR%%/templates/index/imp_notsecure.inc -%%IMPDIR%%/templates/login/login.inc -%%IMPDIR%%/templates/login/login_lynx.inc -%%IMPDIR%%/templates/mailbox/actions.inc -%%IMPDIR%%/templates/mailbox/deleted_summary.inc -%%IMPDIR%%/templates/mailbox/empty_mailbox.inc -%%IMPDIR%%/templates/mailbox/footer.inc -%%IMPDIR%%/templates/mailbox/header.inc -%%IMPDIR%%/templates/mailbox/javascript.inc -%%IMPDIR%%/templates/mailbox/lynx_actions.inc -%%IMPDIR%%/templates/mailbox/lynx_header.inc -%%IMPDIR%%/templates/mailbox/lynx_message_headers.inc -%%IMPDIR%%/templates/mailbox/lynx_navbar_top.inc -%%IMPDIR%%/templates/mailbox/message_footers.inc -%%IMPDIR%%/templates/mailbox/message_headers.inc -%%IMPDIR%%/templates/mailbox/message_summaries.inc -%%IMPDIR%%/templates/mailbox/navbar_bottom.inc -%%IMPDIR%%/templates/mailbox/navbar_top.inc -%%IMPDIR%%/templates/mailbox/refresh_menu.inc -%%IMPDIR%%/templates/mailbox/refresh_toolbar-javascript.inc -%%IMPDIR%%/templates/menu/lynx_main.inc -%%IMPDIR%%/templates/menu/menu.inc -%%IMPDIR%%/templates/message/headers.inc -%%IMPDIR%%/templates/message/javascript.inc -%%IMPDIR%%/templates/message/message.inc -%%IMPDIR%%/templates/message/navbar.inc -%%IMPDIR%%/templates/message/navbar_aux_bottom.inc -%%IMPDIR%%/templates/message/navbar_aux_top.inc -%%IMPDIR%%/templates/newuser/intro.inc -%%IMPDIR%%/templates/passwd/poppassd_error.inc -%%IMPDIR%%/templates/passwd/poppassd_input.inc -%%IMPDIR%%/templates/prefs/begin.inc -%%IMPDIR%%/templates/prefs/end.inc -%%IMPDIR%%/templates/prefs/from.inc -%%IMPDIR%%/templates/prefs/fullname.inc -%%IMPDIR%%/templates/prefs/lang.inc -%%IMPDIR%%/templates/prefs/signature.inc -%%IMPDIR%%/templates/select/body.inc -%%IMPDIR%%/templates/select/header.inc -%%IMPDIR%%/templates/spelling/footer.inc -%%IMPDIR%%/templates/status/body.inc -%%IMPDIR%%/view.php3 -@dirrm %%IMPDIR%%/templates/status -@dirrm %%IMPDIR%%/templates/spelling -@dirrm %%IMPDIR%%/templates/select -@dirrm %%IMPDIR%%/templates/prefs -@dirrm %%IMPDIR%%/templates/passwd -@dirrm %%IMPDIR%%/templates/newuser -@dirrm %%IMPDIR%%/templates/message -@dirrm %%IMPDIR%%/templates/menu -@dirrm %%IMPDIR%%/templates/mailbox -@dirrm %%IMPDIR%%/templates/login -@dirrm %%IMPDIR%%/templates/index -@dirrm %%IMPDIR%%/templates/folders -@dirrm %%IMPDIR%%/templates/contacts -@dirrm %%IMPDIR%%/templates/compose -@dirrm %%IMPDIR%%/templates -@dirrm %%IMPDIR%%/scripts -@dirrm %%IMPDIR%%/locale/zh-tw -@dirrm %%IMPDIR%%/locale/zh -@dirrm %%IMPDIR%%/locale/sl -@dirrm %%IMPDIR%%/locale/sk -@dirrm %%IMPDIR%%/locale/se -@dirrm %%IMPDIR%%/locale/ru -@dirrm %%IMPDIR%%/locale/pt-BR -@dirrm %%IMPDIR%%/locale/pt -@dirrm %%IMPDIR%%/locale/pl -@dirrm %%IMPDIR%%/locale/no-nyn -@dirrm %%IMPDIR%%/locale/no-bok -@dirrm %%IMPDIR%%/locale/nl -@dirrm %%IMPDIR%%/locale/lt -@dirrm %%IMPDIR%%/locale/local -@dirrm %%IMPDIR%%/locale/kr -@dirrm %%IMPDIR%%/locale/it -@dirrm %%IMPDIR%%/locale/is -@dirrm %%IMPDIR%%/locale/id -@dirrm %%IMPDIR%%/locale/hu -@dirrm %%IMPDIR%%/locale/fr -@dirrm %%IMPDIR%%/locale/fi -@dirrm %%IMPDIR%%/locale/et -@dirrm %%IMPDIR%%/locale/es -@dirrm %%IMPDIR%%/locale/en -@dirrm %%IMPDIR%%/locale/el -@dirrm %%IMPDIR%%/locale/defines -@dirrm %%IMPDIR%%/locale/de -@dirrm %%IMPDIR%%/locale/da -@dirrm %%IMPDIR%%/locale/cs -@dirrm %%IMPDIR%%/locale/ca -@dirrm %%IMPDIR%%/locale -@dirrm %%IMPDIR%%/lib/js -@dirrm %%IMPDIR%%/lib -@dirrm %%IMPDIR%%/graphics -@dirrm %%IMPDIR%%/config -@dirrm %%IMPDIR%% -%%PORTDOCS%%@dirrm share/doc/imp diff --git a/mail/horde4-turba/Makefile b/mail/horde4-turba/Makefile deleted file mode 100644 index 850e007e9ae5..000000000000 --- a/mail/horde4-turba/Makefile +++ /dev/null @@ -1,136 +0,0 @@ -# Ports collection makefile for: turba -# Date created: Sat Nov 16, 2001 -# Whom: Thierry Thomas (<thierry@thomas.as>) -# -# $FreeBSD$ -# - -PORTNAME= turba -PORTVERSION= 1.1 -PORTREVISION= 2 -CATEGORIES= mail www -MASTER_SITES= ftp://ftp.horde.org/pub/turba/tarballs/%SUBDIR%/ -MASTER_SITE_SUBDIR= . old - -MAINTAINER= thierry@pompo.net - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -#----------------------------------------------------------------------- -# You may define these options: -# -# - WITHOUT_LDAP : if you do not need OpenLDAP; -# - WITH_LDAP1 : if you prefer OpenLDAP1. -# -# - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree; -# -#----------------------------------------------------------------------- - -.if !defined(WITHOUT_LDAP) -.if defined(WITH_LDAP1) -LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap \ - lber.1:${PORTSDIR}/net/openldap -.else -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 \ - lber.2:${PORTSDIR}/net/openldap2 -.endif -.endif - -RUN_DEPENDS+= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2 - -NO_BUILD= yes -USE_REINPLACE= yes - -REINPLACE_ARGS= -i.beforeTurba -DOCS= COPYING README docs/CHANGES docs/CREDITS \ - docs/INSTALL docs/turba.dia docs/turba.pdf -CONFFILE= attributes.php conf.php html.php menu.php \ - prefs.php sources.php -SUB_DIRS= config graphics lib locale scripts templates po - -LHORDEDIR?= www/horde -LTURBADIR?= ${LHORDEDIR}/turba - -PLIST_SUB= HORDEDIR=${LHORDEDIR} TURBADIR=${LTURBADIR} - -HORDEDIR= ${PREFIX}/${LHORDEDIR} -TURBADIR= ${PREFIX}/${LTURBADIR} -CONFDIR= ${TURBADIR}/config - -HORDE_INC= ${LOCALBASE}/etc/horde - -pre-install: -# N.B.: database dependencies are binded with mod_php#, neither by Horde nor Turba. -.if !defined(WITHOUT_SUPPORTED_DB) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "mysqlclient.10" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "pq.2" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "sybdb.1" ; then \ - if ! ${LDCONFIG} -r | ${GREP} -q -e "ct.0" ; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with a database support." ; \ - ${ECHO_MSG} "MySQL, PostgreSQL and Sybase (CTLIB or DBLIB)" ; \ - ${ECHO_MSG} "can be used with PHP AND Turba." ; \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "(If everything will run on this machine, do not" ; \ - ${ECHO_MSG} " forget to install the database server-side!)" ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi ; \ - fi ; \ - fi ; \ - fi -.endif -.if !defined(WITHOUT_LDAP) -.if defined(WITH_LDAP1) - @if ! ${LDCONFIG} -r | ${GREP} -q -e "ldap.1"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with OpenLDAP support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.else - @if ! ${LDCONFIG} -r | ${GREP} -q -e "ldap.2"; then \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "Please configure PHP with OpenLDAP2 support." ; \ - ${ECHO_MSG} "" ; \ - ${FALSE} ; \ - fi -.endif -.endif - -do-install: - @${MKDIR} ${TURBADIR} -.for REP in ${SUB_DIRS} - @${CP} -Rp ${WRKSRC}/${REP} ${TURBADIR} -.endfor - @${CP} -p ${WRKSRC}/*.php ${TURBADIR} -.for FILE in ${CONFFILE} - @if [ ! -f ${CONFDIR}/${FILE} ]; then \ - ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ - fi -.endfor - @${CHOWN} -R www:www ${TURBADIR} - @${CHMOD} -R o-rwx ${CONFDIR} - @${CP} -p ${FILESDIR}/httpd.conf.turba ${HORDE_INC} - @${REINPLACE_CMD} -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \ - ${HORDE_INC}/httpd.conf.turba - @${RM} ${HORDE_INC}/httpd.conf.turba.beforeTurba - @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTTURBA::" \ - ${HORDEDIR}/config/registry.php - @${CP} -p ${HORDEDIR}/config/registry.php \ - ${HORDEDIR}/config/registry.php.afterTurba -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} | \ - ${SED} -e "s:%%TURBADIR%%:${TURBADIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g;s:%%CONFDIR%%:${CONFDIR}:g" - @${ECHO_MSG} - -.include <bsd.port.mk> diff --git a/mail/horde4-turba/distinfo b/mail/horde4-turba/distinfo deleted file mode 100644 index 9b728689ffda..000000000000 --- a/mail/horde4-turba/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (turba-1.1.tar.gz) = 1b5b3cdf1eeb80fe8a1e9a2ae9000723 diff --git a/mail/horde4-turba/files/httpd.conf.turba b/mail/horde4-turba/files/httpd.conf.turba deleted file mode 100644 index f6674cbb9700..000000000000 --- a/mail/horde4-turba/files/httpd.conf.turba +++ /dev/null @@ -1,31 +0,0 @@ -# This is included in Apache's httpd.conf for Turba -# -# For security, don't serve pages from the Turba configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/turba/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/scripts"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/templates"> - order deny,allow - deny from all -</Directory> -# End of Turba configuration ================ - diff --git a/mail/horde4-turba/files/patch-aa b/mail/horde4-turba/files/patch-aa deleted file mode 100644 index 81d0eeaf6419..000000000000 --- a/mail/horde4-turba/files/patch-aa +++ /dev/null @@ -1,7 +0,0 @@ ---- config/conf.php.dist.orig Fri Apr 12 18:21:30 2002 -+++ config/conf.php.dist Sun May 19 00:11:06 2002 -@@ -30,3 +30,4 @@ - // example providing a link to IMP (an email program) would be: - // $conf['menu']['apps'] = array('imp'); - $conf['menu']['apps'] = array(); -+//UNCOMMENTWHENINSTIMP$conf['menu']['apps'] = array('imp'); diff --git a/mail/horde4-turba/files/patch-ab b/mail/horde4-turba/files/patch-ab deleted file mode 100644 index 195d806b3b34..000000000000 --- a/mail/horde4-turba/files/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ ---- config/sources.php.dist.orig Thu Jun 6 16:06:36 2002 -+++ config/sources.php.dist Tue Jun 11 19:28:01 2002 -@@ -134,10 +134,11 @@ - 'title' => 'My Addressbook', - 'type' => 'sql', - 'params' => array( -+// 'phptype' => 'pgsql', - 'phptype' => 'mysql', - 'hostspec' => 'localhost', -- 'username' => 'horde', -- 'password' => '*****', -+ 'username' => 'hordemgr', -+ 'password' => 'hordemgr', - 'database' => 'horde', - 'table' => 'turba_objects' - ), diff --git a/mail/horde4-turba/files/patch-ac b/mail/horde4-turba/files/patch-ac deleted file mode 100644 index 74914cb6d40e..000000000000 --- a/mail/horde4-turba/files/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ ---- config/prefs.php.dist.orig Mon Oct 22 09:09:23 2001 -+++ config/prefs.php.dist Sun Nov 18 01:21:42 2001 -@@ -16,4 +16,13 @@ - 'type' => 'select', - 'desc' => _("Select your preferred language:") - ); -+ -+// Addressbook -+$_prefs['searchsource'] = array( -+ 'value' => 'localsql', -+ 'locked' => false, -+ 'shared' => true, -+ 'type' => 'select', -+ 'desc' => _("from") -+); - ?> diff --git a/mail/horde4-turba/pkg-comment b/mail/horde4-turba/pkg-comment deleted file mode 100644 index aa37eca86b3d..000000000000 --- a/mail/horde4-turba/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Horde contact management application diff --git a/mail/horde4-turba/pkg-descr b/mail/horde4-turba/pkg-descr deleted file mode 100644 index 7ad5e825db08..000000000000 --- a/mail/horde4-turba/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Turba is the Horde contact management application. It makes heavy use -of the Horde framework to provide integration with other applications. - -Turba is a fairly complete basic contact management application. -SQL and LDAP backends are available. -You can define the fields in your addressbooks in a very flexible way, -just by changing the config files. -And there are Horde API functions to add and search for contacts. - -WWW: http://horde.org/turba/ diff --git a/mail/horde4-turba/pkg-message b/mail/horde4-turba/pkg-message deleted file mode 100644 index 85ffa7b6262b..000000000000 --- a/mail/horde4-turba/pkg-message +++ /dev/null @@ -1,16 +0,0 @@ -************************************************************************ -Turba has been installed in %%TURBADIR%% with your blank -configuration files. - -Horde must be configured; if not, see -%%PORTSDIR%%/www/horde2/pkg-message. - -Then, you will have to tune the configuration files located in -%%CONFDIR%%/, specially the files conf.php and -sources.php. - -You have to create a table in your database; please see -%%TURBADIR%%/scripts/drivers. - -To protect your configuration files, you have to restart Apache. -************************************************************************ diff --git a/mail/horde4-turba/pkg-plist b/mail/horde4-turba/pkg-plist deleted file mode 100644 index 16813d6a8c7d..000000000000 --- a/mail/horde4-turba/pkg-plist +++ /dev/null @@ -1,238 +0,0 @@ -%%PORTDOCS%%share/doc/turba/CHANGES -%%PORTDOCS%%share/doc/turba/COPYING -%%PORTDOCS%%share/doc/turba/CREDITS -%%PORTDOCS%%share/doc/turba/INSTALL -%%PORTDOCS%%share/doc/turba/README -%%PORTDOCS%%share/doc/turba/turba.dia -%%PORTDOCS%%share/doc/turba/turba.pdf -%%TURBADIR%%/addobject.php -%%TURBADIR%%/addobjectaction.php -%%TURBADIR%%/advanced.php -%%TURBADIR%%/browse.php -%%TURBADIR%%/config/.htaccess -%%TURBADIR%%/config/attributes.php -%%TURBADIR%%/config/attributes.php.dist -%%TURBADIR%%/config/conf.php -%%TURBADIR%%/config/conf.php.dist -%%TURBADIR%%/config/conf.php.dist.orig -%%TURBADIR%%/config/html.php -%%TURBADIR%%/config/html.php.dist -%%TURBADIR%%/config/menu.php -%%TURBADIR%%/config/menu.php.dist -%%TURBADIR%%/config/prefs.php -%%TURBADIR%%/config/prefs.php.dist -%%TURBADIR%%/config/prefs.php.dist.orig -%%TURBADIR%%/config/sources.php -%%TURBADIR%%/config/sources.php.dist -%%TURBADIR%%/config/sources.php.dist.orig -%%TURBADIR%%/data.php -%%TURBADIR%%/deleteobject.php -%%TURBADIR%%/displayobject.php -%%TURBADIR%%/editobject.php -%%TURBADIR%%/editobjectaction.php -%%TURBADIR%%/graphics/add.gif -%%TURBADIR%%/graphics/down.gif -%%TURBADIR%%/graphics/group.gif -%%TURBADIR%%/graphics/lhand.gif -%%TURBADIR%%/graphics/rhand.gif -%%TURBADIR%%/graphics/search.gif -%%TURBADIR%%/graphics/turba.gif -%%TURBADIR%%/graphics/up.gif -%%TURBADIR%%/graphics/user.gif -%%TURBADIR%%/index.php -%%TURBADIR%%/lib/.htaccess -%%TURBADIR%%/lib/AbstractObject.php -%%TURBADIR%%/lib/Driver.php -%%TURBADIR%%/lib/Driver/ldap.php -%%TURBADIR%%/lib/Driver/sql.php -%%TURBADIR%%/lib/Group.php -%%TURBADIR%%/lib/List.php -%%TURBADIR%%/lib/List/Plain.php -%%TURBADIR%%/lib/List/Tree.php -%%TURBADIR%%/lib/ListView.php -%%TURBADIR%%/lib/ListView/Rolodex.php -%%TURBADIR%%/lib/ListView/Tree.php -%%TURBADIR%%/lib/Object.php -%%TURBADIR%%/lib/ObjectView.php -%%TURBADIR%%/lib/ObjectView/List.php -%%TURBADIR%%/lib/ObjectView/PhotoID.php -%%TURBADIR%%/lib/Source.php -%%TURBADIR%%/lib/Turba.php -%%TURBADIR%%/lib/api.php -%%TURBADIR%%/lib/base.php -%%TURBADIR%%/lib/version.php -%%TURBADIR%%/locale/.htaccess -%%TURBADIR%%/locale/cs_CZ/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/da_DK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/de_DE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/el_GR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/es_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/et_EE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fi_FI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fr_FR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/hu_HU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/it_IT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ja_JP/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ko_KR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nb_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nl_NL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nn_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pl_PL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_BR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_PT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_TW/LC_MESSAGES/turba.mo -%%TURBADIR%%/menu.php -%%TURBADIR%%/po/.htaccess -%%TURBADIR%%/po/Makefile -%%TURBADIR%%/po/README -%%TURBADIR%%/po/cs_CZ.po -%%TURBADIR%%/po/da_DK.po -%%TURBADIR%%/po/de_DE.po -%%TURBADIR%%/po/el_GR.po -%%TURBADIR%%/po/es_ES.po -%%TURBADIR%%/po/et_EE.po -%%TURBADIR%%/po/extract.pl -%%TURBADIR%%/po/fi_FI.po -%%TURBADIR%%/po/fr_FR.po -%%TURBADIR%%/po/hu_HU.po -%%TURBADIR%%/po/it_IT.po -%%TURBADIR%%/po/ja_JP.po -%%TURBADIR%%/po/ko_KR.po -%%TURBADIR%%/po/nb_NO.po -%%TURBADIR%%/po/nl_NL.po -%%TURBADIR%%/po/nn_NO.po -%%TURBADIR%%/po/pl_PL.po -%%TURBADIR%%/po/pt_BR.po -%%TURBADIR%%/po/pt_PT.po -%%TURBADIR%%/po/ru_RU.po -%%TURBADIR%%/po/ru_RU.KOI8-R.po -%%TURBADIR%%/po/shtool -%%TURBADIR%%/po/sk_SK.po -%%TURBADIR%%/po/sl_SI.po -%%TURBADIR%%/po/sv_SE.po -%%TURBADIR%%/po/uk_UA.po -%%TURBADIR%%/po/xgettext.sh -%%TURBADIR%%/po/zh_CN.po -%%TURBADIR%%/po/zh_TW.po -%%TURBADIR%%/prefs.php -%%TURBADIR%%/scripts/.htaccess -%%TURBADIR%%/scripts/drivers/turba.sql -%%TURBADIR%%/search.php -%%TURBADIR%%/status.php -%%TURBADIR%%/templates/.htaccess -%%TURBADIR%%/templates/add/add.inc -%%TURBADIR%%/templates/add/noadd.inc -%%TURBADIR%%/templates/add/select.inc -%%TURBADIR%%/templates/advanced/criteria.inc -%%TURBADIR%%/templates/advanced/foot.inc -%%TURBADIR%%/templates/advanced/head.inc -%%TURBADIR%%/templates/advanced/results_head.inc -%%TURBADIR%%/templates/browse/foot.inc -%%TURBADIR%%/templates/browse/head.inc -%%TURBADIR%%/templates/common-footer.inc -%%TURBADIR%%/templates/common-header.inc -%%TURBADIR%%/templates/data/export.inc -%%TURBADIR%%/templates/data/import.inc -%%TURBADIR%%/templates/display/display.inc -%%TURBADIR%%/templates/edit/edit.inc -%%TURBADIR%%/templates/index/css.inc -%%TURBADIR%%/templates/index/notconfigured.inc -%%TURBADIR%%/templates/menu/menu.inc -%%TURBADIR%%/templates/prefs/columnselect.inc -%%TURBADIR%%/templates/search/foot.inc -%%TURBADIR%%/templates/search/head.inc -%%TURBADIR%%/templates/search/row.inc -%%TURBADIR%%/templates/wml/common-footer.inc -%%TURBADIR%%/templates/wml/common-header.inc -%%TURBADIR%%/templates/wml/menu/menu.inc -%%TURBADIR%%/templates/wml/search/foot.inc -%%TURBADIR%%/templates/wml/search/head.inc -%%TURBADIR%%/templates/wml/search/row.inc -etc/horde/httpd.conf.turba -%%PORTDOCS%%@dirrm share/doc/turba -@dirrm %%TURBADIR%%/config -@dirrm %%TURBADIR%%/graphics -@dirrm %%TURBADIR%%/lib/Driver -@dirrm %%TURBADIR%%/lib/List -@dirrm %%TURBADIR%%/lib/ListView -@dirrm %%TURBADIR%%/lib/ObjectView -@dirrm %%TURBADIR%%/lib -@dirrm %%TURBADIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/cs_CZ -@dirrm %%TURBADIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/da_DK -@dirrm %%TURBADIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/de_DE -@dirrm %%TURBADIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/el_GR -@dirrm %%TURBADIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/es_ES -@dirrm %%TURBADIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/et_EE -@dirrm %%TURBADIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fi_FI -@dirrm %%TURBADIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fr_FR -@dirrm %%TURBADIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/hu_HU -@dirrm %%TURBADIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/it_IT -@dirrm %%TURBADIR%%/locale/ja_JP/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ja_JP -@dirrm %%TURBADIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ko_KR -@dirrm %%TURBADIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nb_NO -@dirrm %%TURBADIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nl_NL -@dirrm %%TURBADIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nn_NO -@dirrm %%TURBADIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pl_PL -@dirrm %%TURBADIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_BR -@dirrm %%TURBADIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_PT -@dirrm %%TURBADIR%%/locale/ru_RU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ru_RU -@dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R -@dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sk_SK -@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sl_SI -@dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sv_SE -@dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/uk_UA -@dirrm %%TURBADIR%%/locale/zh_CN/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_CN -@dirrm %%TURBADIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_TW -@dirrm %%TURBADIR%%/locale -@dirrm %%TURBADIR%%/po -@dirrm %%TURBADIR%%/scripts/drivers -@dirrm %%TURBADIR%%/scripts -@dirrm %%TURBADIR%%/templates/add -@dirrm %%TURBADIR%%/templates/advanced -@dirrm %%TURBADIR%%/templates/browse -@dirrm %%TURBADIR%%/templates/data -@dirrm %%TURBADIR%%/templates/display -@dirrm %%TURBADIR%%/templates/edit -@dirrm %%TURBADIR%%/templates/index -@dirrm %%TURBADIR%%/templates/menu -@dirrm %%TURBADIR%%/templates/prefs -@dirrm %%TURBADIR%%/templates/search -@dirrm %%TURBADIR%%/templates/wml/menu -@dirrm %%TURBADIR%%/templates/wml/search -@dirrm %%TURBADIR%%/templates/wml -@dirrm %%TURBADIR%%/templates -@dirrm %%TURBADIR%% -@unexec if cmp -s %D/www/horde/config/registry.php %D/www/horde/config/registry.php.afterTurba; then rm -f %D/www/horde/config/registry.php.afterTurba; mv %D/www/horde/config/registry.php.beforeTurba %D/www/horde/config/registry.php; fi diff --git a/mail/mew3-emacs20/Makefile b/mail/mew3-emacs20/Makefile deleted file mode 100644 index 8f361c433798..000000000000 --- a/mail/mew3-emacs20/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: Mew (for xemacs21) -# Date created: 21 November 1997 -# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -MAINTAINER?= kiri@FreeBSD.org - -# Mew major version -MEW_MAJOR_VER?= 2 - -# This is a slave port. -MASTERDIR= ${.CURDIR}/../mew${MEW_MAJOR_VER} - -# use pkg-* files in ${.CURDIR} -PKGDIR= ${.CURDIR} - -# set emacs port -EMACS_PORT_NAME= emacs20 - -.include "${MASTERDIR}/Makefile" diff --git a/mail/mew3-emacs20/pkg-comment b/mail/mew3-emacs20/pkg-comment deleted file mode 100644 index 716e8e2868af..000000000000 --- a/mail/mew3-emacs20/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Message interface to Emacs Window (version 2) for emacs20 diff --git a/mail/mew3-emacs20/pkg-descr b/mail/mew3-emacs20/pkg-descr deleted file mode 100644 index eb6791574b91..000000000000 --- a/mail/mew3-emacs20/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Mew is a "Message interface to Emacs Window" to integrate - - - Email - - MIME(Multipurpose Internet Mail Extensions) - - PGP(Pretty Good Privacy) - -and to make it easy to view and compose them. With Mew you can send a -picture of a birthday cake with the song "Happy Birthday to you" to your -friend, which is encrypted by strong cryptograph. - -This port is the Mew2(Mew with version 2) for emacs-20.7(editors/emacs20). -The Mew2 port and corresponding Emacs port are listed bellow and elisp -`site-lisp' directory(elisp load path), info path and etc directory(only -effective for xemacs ports) are shown as well. - -mail/mew2-emacs20(mew-emacs20-2.0) ===> editors/emacs20(emacs-20.7) - Lisp directory : /usr/local/share/emacs/site-lisp/mew - Info directory : /usr/local/info - ETC directory : /usr/local/share/emacs/etc/mew diff --git a/mail/mew3-emacs20/pkg-message b/mail/mew3-emacs20/pkg-message deleted file mode 100644 index 7e59eb498790..000000000000 --- a/mail/mew3-emacs20/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -************************************************************************* -* You must set at least following elisps to your own dot.emacs file: * -* * -* (autoload 'mew "mew" nil t) * -* (autoload 'mew-send "mew" nil t) * -* (setq mew-mail-domain "domain of e-mail address") * -* (setq mew-pop-server "your POP server") ;; if not localhost * -* (setq mew-smtp-server "your SMTP server") ;; if not localhost * -* (setq mew-prog-pgpkey "fetch") ;; for PGP use * -* (setq mew-prog-pgpkey-arg '("-q" "-o" "-"));; for PGP use * -* * -************************************************************************* diff --git a/mail/mew3-emacs20/pkg-plist b/mail/mew3-emacs20/pkg-plist deleted file mode 100644 index 2e7a38b4494e..000000000000 --- a/mail/mew3-emacs20/pkg-plist +++ /dev/null @@ -1,177 +0,0 @@ -bin/incm -bin/mewcat -bin/mewdecode -bin/mewencode -bin/mewls -@unexec install-info --delete %D/info/mew%%MEW_MAJOR_VER%%.info %D/info/dir -@unexec install-info --delete %D/info/mew%%MEW_MAJOR_VER%%.jis.info %D/info/dir -info/mew%%MEW_MAJOR_VER%%.info -info/mew%%MEW_MAJOR_VER%%.info-1 -info/mew%%MEW_MAJOR_VER%%.info-2 -info/mew%%MEW_MAJOR_VER%%.info-3 -info/mew%%MEW_MAJOR_VER%%.jis.info -info/mew%%MEW_MAJOR_VER%%.jis.info-1 -info/mew%%MEW_MAJOR_VER%%.jis.info-2 -info/mew%%MEW_MAJOR_VER%%.jis.info-3 -@exec install-info %D/info/mew%%MEW_MAJOR_VER%%.info %D/info/dir -@exec install-info %D/info/mew%%MEW_MAJOR_VER%%.jis.info %D/info/dir -share/doc/mew%%MEW_MAJOR_VER%%/00api -share/doc/mew%%MEW_MAJOR_VER%%/00changes -share/doc/mew%%MEW_MAJOR_VER%%/00copyright -share/doc/mew%%MEW_MAJOR_VER%%/00copyright.jis -share/doc/mew%%MEW_MAJOR_VER%%/00diff -share/doc/mew%%MEW_MAJOR_VER%%/00readme -share/doc/mew%%MEW_MAJOR_VER%%/contrib/00readme -share/doc/mew%%MEW_MAJOR_VER%%/contrib/00readme-namazu.jis -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-browse.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-caesar.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-fancy-summary.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-gnus.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-nmz-fixer.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-nmz.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-refile-view.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-smime-ja.texi -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-toolbar-frame.el -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.img -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.png -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.xbm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/COLOR -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-Plain.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-curr.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-folder.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-inc2.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-kill.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Audio.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Blank.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-External.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Folder.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Image.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Octet-Stream.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Postscript.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Rfc822.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Text.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Unknown.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Video.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-attach.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-cite.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-comp.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-forward.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-inc.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-next.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-pgp-enc.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-pgp-sigenc.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-pgp-sign.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-prev.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-queue.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-refile.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-reply.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-send.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-sep.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-show.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-write.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-yank.xpm -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-addrbook.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-addrbook.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-attach.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-attach.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-auth.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-auth.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-blvs.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-blvs.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-bq.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-bq.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-cache.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-cache.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-complete.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-complete.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-config.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-config.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-const.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-const.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-decode.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-decode.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-demo.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-demo.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-draft.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-draft.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-edit.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-edit.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-encode.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-encode.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-env.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-env.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-ext.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-ext.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-fib.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-fib.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-func.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-func.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-gemacs.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-header.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-header.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-highlight.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-highlight.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-key.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-key.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-lang-jp.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-mark.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-mark.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-md5.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-md5.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-message.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-message.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-mime.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-mime.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-minibuf.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-minibuf.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-mule.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-mule0.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-mule3.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-nntp.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-nntp.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-pgp.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-pgp.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-pick.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-pick.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-pop.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-pop.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-refile.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-refile.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-scan.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-scan.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-smime.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-smime.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-smtp.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-smtp.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-sort.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-sort.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-ssh.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-ssh.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-summary.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-summary.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-syntax.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-syntax.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-temacs.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-theme.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-theme.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-thread.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-thread.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-unix.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-vars.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-vars.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-vars2.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-vars2.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-virtual.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-virtual.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-win32.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-xemacs.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew.elc -@dirrm %%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%% -@unexec rmdir %D/%%EMACS_LIBDIR%%/site-lisp 2>/dev/null || true -@dirrm %%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc -@dirrm %%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%% -@unexec rmdir %D/%%EMACS_LIBDIR%%/etc 2>/dev/null || true -@dirrm share/doc/mew%%MEW_MAJOR_VER%%/contrib -@dirrm share/doc/mew%%MEW_MAJOR_VER%% diff --git a/mail/mew3-xemacs21-mule/Makefile b/mail/mew3-xemacs21-mule/Makefile deleted file mode 100644 index 4ef2c12d9af9..000000000000 --- a/mail/mew3-xemacs21-mule/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: Mew (for xemacs21-mule) -# Date created: 17 January 1998 -# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -MAINTAINER= kiri@FreeBSD.org - -# Mew major version -MEW_MAJOR_VER= 2 - -# This is a slave port. -MASTERDIR= ${.CURDIR}/../mew${MEW_MAJOR_VER} - -# Set emacs port -EMACS_PORT_NAME= xemacs21-mule -EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages - -# Has common part -EMACS_COMMON_PORT= YES - -SCRIPTS_ENV= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} -MAKE_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} XEMACS_PKGNAME=${XEMACS_PKGNAME} \ - XEMACS_PKGVER=${XEMACS_PKGVER} \ - EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} -PLIST_SUB= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} - -# use pkg-* files in ${.CURDIR} -PKGDIR= ${.CURDIR} - -# how to install -ALL_TARGET= package info jinfo -INSTALL_TARGET= install-mule-package - -# for xemacs package -XEMACS_PKGNAME= mew${MEW_MAJOR_VER} -XEMACS_PKGVER= 2.00 -#MEW_DOCDIR= ${EMACS_PACKAGESDIR}/etc/${XEMACS_PKGNAME} - -.include "${MASTERDIR}/Makefile" diff --git a/mail/mew3-xemacs21-mule/pkg-comment b/mail/mew3-xemacs21-mule/pkg-comment deleted file mode 100644 index 21ff490a5b1c..000000000000 --- a/mail/mew3-xemacs21-mule/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Message interface to Emacs Window (version 2) for xemacs21-mule diff --git a/mail/mew3-xemacs21-mule/pkg-descr b/mail/mew3-xemacs21-mule/pkg-descr deleted file mode 100644 index f08121f9940a..000000000000 --- a/mail/mew3-xemacs21-mule/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Mew is a "Message interface to Emacs Window" to integrate - - - Email - - MIME(Multipurpose Internet Mail Extensions) - - PGP(Pretty Good Privacy) - -and to make it easy to view and compose them. With Mew you can send a -picture of a birthday cake with the song "Happy Birthday to you" to your -friend, which is encrypted by strong cryptograph. - -This port is the Mew2(Mew with version 2) for xemacs-21.1.14(editors/xemacs21-mule). -The Mew2 port and corresponding Emacs port are listed bellow and elisp -`site-lisp' directory(elisp load path), info path and etc directory(only -effective for xemacs ports) are shown as well. - -mail/mew2-xemacs21-mule(mew-xemacs21-mule-2.0) ===> editors/xemacs21-mule(xemacs-21.1.14) - Lisp directory : /usr/local/lib/xemacs/site-packages/lisp/mew2 - Info directory : /usr/local/lib/xemacs/site-packages/info - ETC directory : /usr/local/lib/xemacs/site-packages/etc/mew2 diff --git a/mail/mew3-xemacs21-mule/pkg-message b/mail/mew3-xemacs21-mule/pkg-message deleted file mode 100644 index 575fbc4093d6..000000000000 --- a/mail/mew3-xemacs21-mule/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -************************************************************************* -* You must set at least following elisps to your own dot.emacs file: * -* * -* (autoload 'mew "mew" nil t) * -* (autoload 'mew-send "mew" nil t) * -* (setq mew-mail-domain "domain of e-mail address") * -* (setq mew-pop-server "your POP server") ;; if not localhost * -* (setq mew-smtp-server "your SMTP server") ;; if not localhost * -* (setq mew-icon-directory "icon directory") ;; if using XEmacs * -* (setq mew-prog-pgpkey "fetch") ;; for PGP use * -* (setq mew-prog-pgpkey-arg '("-q" "-o" "-"));; for PGP use * -* * -************************************************************************* diff --git a/mail/mew3-xemacs21-mule/pkg-plist b/mail/mew3-xemacs21-mule/pkg-plist deleted file mode 100644 index d0fb8163dc30..000000000000 --- a/mail/mew3-xemacs21-mule/pkg-plist +++ /dev/null @@ -1,186 +0,0 @@ -bin/incm -bin/mewcat -bin/mewdecode -bin/mewencode -bin/mewls -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.img -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.png -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.xbm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/COLOR -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-Plain.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-curr.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-folder.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-inc2.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-kill.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Audio.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Blank.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-External.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Folder.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Image.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Octet-Stream.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Postscript.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Rfc82%%MEW_MAJOR_VER%%.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Text.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Unknown.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Video.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-attach.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-cite.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-comp.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-forward.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-inc.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-next.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-pgp-enc.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-pgp-sigenc.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-pgp-sign.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-prev.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-queue.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-refile.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-reply.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-send.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-sep.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-show.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-write.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-yank.xpm -%%EMACS_PACKAGESDIR%%/info/mew%%MEW_MAJOR_VER%%.info -%%EMACS_PACKAGESDIR%%/info/mew%%MEW_MAJOR_VER%%.info-1 -%%EMACS_PACKAGESDIR%%/info/mew%%MEW_MAJOR_VER%%.info-2 -%%EMACS_PACKAGESDIR%%/info/mew%%MEW_MAJOR_VER%%.info-3 -%%EMACS_PACKAGESDIR%%/info/mew%%MEW_MAJOR_VER%%.jis.info -%%EMACS_PACKAGESDIR%%/info/mew%%MEW_MAJOR_VER%%.jis.info-1 -%%EMACS_PACKAGESDIR%%/info/mew%%MEW_MAJOR_VER%%.jis.info-2 -%%EMACS_PACKAGESDIR%%/info/mew%%MEW_MAJOR_VER%%.jis.info-3 -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/_pkg.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/auto-autoloads.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/auto-autoloads.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/custom-load.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/custom-load.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-addrbook.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-addrbook.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-attach.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-attach.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-auth.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-auth.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-blvs.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-blvs.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-bq.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-bq.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-cache.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-cache.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-complete.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-complete.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-config.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-config.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-const.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-const.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-decode.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-decode.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-demo.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-demo.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-draft.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-draft.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-edit.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-edit.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-encode.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-encode.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-env.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-env.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-ext.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-ext.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-fib.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-fib.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-func.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-func.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-gemacs.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-header.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-header.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-highlight.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-highlight.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-key.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-key.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-lang-jp.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-mark.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-mark.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-md5.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-md5.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-message.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-message.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-mime.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-mime.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-minibuf.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-minibuf.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-mule.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-mule0.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-mule3.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-nntp.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-nntp.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-pgp.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-pgp.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-pick.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-pick.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-pop.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-pop.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-refile.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-refile.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-scan.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-scan.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-smime.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-smime.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-smtp.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-smtp.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-sort.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-sort.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-ssh.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-ssh.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-summary.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-summary.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-syntax.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-syntax.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-temacs.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-theme.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-theme.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-thread.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-thread.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-unix.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-vars.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-vars.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-vars2.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-vars2.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-virtual.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-virtual.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-win32.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-xemacs.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew.elc -%%EMACS_PACKAGESDIR%%/man/mew%%MEW_MAJOR_VER%%/00readme -%%EMACS_PACKAGESDIR%%/man/mew%%MEW_MAJOR_VER%%/mew.texi -%%EMACS_PACKAGESDIR%%/pkginfo/MANIFEST.mew%%MEW_MAJOR_VER%% -share/doc/mew%%MEW_MAJOR_VER%%/00api -share/doc/mew%%MEW_MAJOR_VER%%/00changes -share/doc/mew%%MEW_MAJOR_VER%%/00copyright -share/doc/mew%%MEW_MAJOR_VER%%/00copyright.jis -share/doc/mew%%MEW_MAJOR_VER%%/00diff -share/doc/mew%%MEW_MAJOR_VER%%/00readme -share/doc/mew%%MEW_MAJOR_VER%%/contrib/00readme -share/doc/mew%%MEW_MAJOR_VER%%/contrib/00readme-namazu.jis -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-browse.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-caesar.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-fancy-summary.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-gnus.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-nmz-fixer.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-nmz.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-refile-view.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-smime-ja.texi -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-toolbar-frame.el -@dirrm share/doc/mew%%MEW_MAJOR_VER%%/contrib -@dirrm share/doc/mew%%MEW_MAJOR_VER%% -@unexec rmdir %D/%%EMACS_PACKAGESDIR%%/pkginfo 2>/dev/null || true -@dirrm %%EMACS_PACKAGESDIR%%/man/mew%%MEW_MAJOR_VER%% -@unexec rmdir %D/%%EMACS_PACKAGESDIR%%/man 2>/dev/null || true -@dirrm %%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%% -@unexec rmdir %D/%%EMACS_PACKAGESDIR%%/lisp 2>/dev/null || true -@unexec rmdir %D/%%EMACS_PACKAGESDIR%%/info 2>/dev/null || true -@dirrm %%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc -@dirrm %%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%% -@unexec rmdir %D/%%EMACS_PACKAGESDIR%%/etc 2>/dev/null || true -@unexec rmdir %D/%%EMACS_PACKAGESDIR%% 2>/dev/null || true diff --git a/mail/mew3-xemacs21/Makefile b/mail/mew3-xemacs21/Makefile deleted file mode 100644 index 2b4d0461f36a..000000000000 --- a/mail/mew3-xemacs21/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: Mew (for xemacs21) -# Date created: 17 January 1998 -# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -MAINTAINER= kiri@FreeBSD.org - -# Mew major version -MEW_MAJOR_VER= 2 - -# This is a slave port. -MASTERDIR= ${.CURDIR}/../mew${MEW_MAJOR_VER} - -# set emacs port -EMACS_PORT_NAME= xemacs21 -EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages - -SCRIPTS_ENV= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} -MAKE_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} XEMACS_PKGNAME=${XEMACS_PKGNAME} \ - XEMACS_PKGVER=${XEMACS_PKGVER} \ - EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} -PLIST_SUB= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} - -# use pkg-* files in ${.CURDIR} -PKGDIR= ${.CURDIR} - -# how to install -ALL_TARGET= package info -INSTALL_TARGET= install-package - -# for xemacs package -XEMACS_PKGNAME= mew${MEW_MAJOR_VER} -XEMACS_PKGVER= 2.00 -#MEW_DOCDIR= ${EMACS_PACKAGESDIR}/etc/${XEMACS_PKGNAME} - -.include "${MASTERDIR}/Makefile" diff --git a/mail/mew3-xemacs21/pkg-comment b/mail/mew3-xemacs21/pkg-comment deleted file mode 100644 index 63b5259e4c8a..000000000000 --- a/mail/mew3-xemacs21/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Message interface to Emacs Window (version 2) for xemacs21 diff --git a/mail/mew3-xemacs21/pkg-descr b/mail/mew3-xemacs21/pkg-descr deleted file mode 100644 index 28249daa43cd..000000000000 --- a/mail/mew3-xemacs21/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Mew is a "Message interface to Emacs Window" to integrate - - - Email - - MIME(Multipurpose Internet Mail Extensions) - - PGP(Pretty Good Privacy) - -and to make it easy to view and compose them. With Mew you can send a -picture of a birthday cake with the song "Happy Birthday to you" to your -friend, which is encrypted by strong cryptograph. - -This port is the Mew2(Mew with version 2) for xemacs-21.1.14(editors/xemacs21). -The Mew2 port and corresponding Emacs port are listed bellow and elisp -`site-lisp' directory(elisp load path), info path and etc directory(only -effective for xemacs ports) are shown as well. - -mail/mew2-xemacs21(mew-xemacs21-2.0) ===> editors/xemacs21(xemacs-21.1.14) - Lisp directory : /usr/local/lib/xemacs/site-packages/lisp/mew2 - Info directory : /usr/local/lib/xemacs/site-packages/info - ETC directory : /usr/local/lib/xemacs/site-packages/etc/mew2 diff --git a/mail/mew3-xemacs21/pkg-message b/mail/mew3-xemacs21/pkg-message deleted file mode 100644 index 575fbc4093d6..000000000000 --- a/mail/mew3-xemacs21/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -************************************************************************* -* You must set at least following elisps to your own dot.emacs file: * -* * -* (autoload 'mew "mew" nil t) * -* (autoload 'mew-send "mew" nil t) * -* (setq mew-mail-domain "domain of e-mail address") * -* (setq mew-pop-server "your POP server") ;; if not localhost * -* (setq mew-smtp-server "your SMTP server") ;; if not localhost * -* (setq mew-icon-directory "icon directory") ;; if using XEmacs * -* (setq mew-prog-pgpkey "fetch") ;; for PGP use * -* (setq mew-prog-pgpkey-arg '("-q" "-o" "-"));; for PGP use * -* * -************************************************************************* diff --git a/mail/mew3-xemacs21/pkg-plist b/mail/mew3-xemacs21/pkg-plist deleted file mode 100644 index 7e5b2d7b4d2a..000000000000 --- a/mail/mew3-xemacs21/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -bin/incm -bin/mewcat -bin/mewdecode -bin/mewencode -bin/mewls -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.img -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.png -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.xbm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/COLOR -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-Plain.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-curr.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-folder.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-inc2.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-kill.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Audio.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Blank.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-External.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Folder.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Image.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Octet-Stream.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Postscript.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Rfc82%%MEW_MAJOR_VER%%.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Text.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Unknown.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Video.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-attach.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-cite.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-comp.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-forward.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-inc.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-next.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-pgp-enc.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-pgp-sigenc.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-pgp-sign.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-prev.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-queue.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-refile.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-reply.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-send.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-sep.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-show.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-write.xpm -%%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-yank.xpm -%%EMACS_PACKAGESDIR%%/info/mew%%MEW_MAJOR_VER%%.info -%%EMACS_PACKAGESDIR%%/info/mew%%MEW_MAJOR_VER%%.info-1 -%%EMACS_PACKAGESDIR%%/info/mew%%MEW_MAJOR_VER%%.info-2 -%%EMACS_PACKAGESDIR%%/info/mew%%MEW_MAJOR_VER%%.info-3 -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/_pkg.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/auto-autoloads.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/auto-autoloads.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/custom-load.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/custom-load.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-addrbook.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-addrbook.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-attach.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-attach.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-auth.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-auth.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-blvs.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-blvs.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-bq.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-bq.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-cache.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-cache.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-complete.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-complete.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-config.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-config.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-const.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-const.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-decode.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-decode.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-demo.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-demo.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-draft.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-draft.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-edit.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-edit.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-encode.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-encode.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-env.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-env.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-ext.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-ext.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-fib.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-fib.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-func.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-func.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-gemacs.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-header.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-header.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-highlight.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-highlight.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-key.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-key.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-lang-jp.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-mark.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-mark.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-md5.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-md5.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-message.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-message.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-mime.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-mime.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-minibuf.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-minibuf.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-mule.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-mule0.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-mule3.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-nntp.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-nntp.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-pgp.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-pgp.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-pick.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-pick.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-pop.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-pop.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-refile.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-refile.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-scan.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-scan.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-smime.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-smime.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-smtp.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-smtp.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-sort.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-sort.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-ssh.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-ssh.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-summary.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-summary.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-syntax.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-syntax.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-temacs.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-theme.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-theme.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-thread.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-thread.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-unix.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-vars.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-vars.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-vars2.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-vars2.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-virtual.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-virtual.elc -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-win32.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew-xemacs.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew.el -%%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%%/mew.elc -%%EMACS_PACKAGESDIR%%/man/mew%%MEW_MAJOR_VER%%/00readme -%%EMACS_PACKAGESDIR%%/man/mew%%MEW_MAJOR_VER%%/mew.texi -%%EMACS_PACKAGESDIR%%/pkginfo/MANIFEST.mew%%MEW_MAJOR_VER%% -share/doc/mew%%MEW_MAJOR_VER%%/00api -share/doc/mew%%MEW_MAJOR_VER%%/00changes -share/doc/mew%%MEW_MAJOR_VER%%/00copyright -share/doc/mew%%MEW_MAJOR_VER%%/00copyright.jis -share/doc/mew%%MEW_MAJOR_VER%%/00diff -share/doc/mew%%MEW_MAJOR_VER%%/00readme -share/doc/mew%%MEW_MAJOR_VER%%/contrib/00readme -share/doc/mew%%MEW_MAJOR_VER%%/contrib/00readme-namazu.jis -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-browse.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-caesar.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-fancy-summary.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-gnus.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-nmz-fixer.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-nmz.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-refile-view.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-smime-ja.texi -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-toolbar-frame.el -@dirrm share/doc/mew%%MEW_MAJOR_VER%%/contrib -@dirrm share/doc/mew%%MEW_MAJOR_VER%% -@unexec rmdir %D/%%EMACS_PACKAGESDIR%%/pkginfo 2>/dev/null || true -@dirrm %%EMACS_PACKAGESDIR%%/man/mew%%MEW_MAJOR_VER%% -@unexec rmdir %D/%%EMACS_PACKAGESDIR%%/man 2>/dev/null || true -@dirrm %%EMACS_PACKAGESDIR%%/lisp/mew%%MEW_MAJOR_VER%% -@unexec rmdir %D/%%EMACS_PACKAGESDIR%%/lisp 2>/dev/null || true -@unexec rmdir %D/%%EMACS_PACKAGESDIR%%/info 2>/dev/null || true -@dirrm %%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc -@dirrm %%EMACS_PACKAGESDIR%%/etc/mew%%MEW_MAJOR_VER%% -@unexec rmdir %D/%%EMACS_PACKAGESDIR%%/etc 2>/dev/null || true -@unexec rmdir %D/%%EMACS_PACKAGESDIR%% 2>/dev/null || true diff --git a/mail/mew3/Makefile b/mail/mew3/Makefile deleted file mode 100644 index f7656689ba2d..000000000000 --- a/mail/mew3/Makefile +++ /dev/null @@ -1,108 +0,0 @@ -# New ports collection makefile for: Mew -# Date created: 21 November 1997 -# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= mew -PORTVERSION= ${MEW_VER} -CATEGORIES= mail elisp -MASTER_SITES= ftp://ftp.mew.org/pub/Mew/ \ - ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/ \ - ${MASTER_SITE_PORTS_JP} -PKGNAMESUFFIX= -${EMACS_PORT_NAME} - -MAINTAINER?= kiri@FreeBSD.org - -# Mew major version -MEW_MAJOR_VER?= 2 - -# distfile version -MEW_VER= ${MEW_MAJOR_VER}.2 - -# document install directory by install-doc target -MEW_DOCDIR?= share/doc/${PORTNAME}${MEW_MAJOR_VER} - -# emacs port setup -EMACS_PORT_NAME?= emacs21 - -# target name for make build and install -ALL_TARGET?= all info jinfo -INSTALL_TARGET?= install install-info install-jinfo install-etc - -# environments -MAKE_ENV+= EMACS_LIBDIR=${EMACS_LIBDIR} MEW_MAJOR_VER=${MEW_MAJOR_VER} -PLIST_SUB+= MEW_MAJOR_VER=${MEW_MAJOR_VER} - -# manuals -MAN1= mewcat.1 mewdecode.1 mewencode.1 mewls.1 incm.1 - -post-patch: - for f in mew-key.el info/mew.texi; do \ - ${PERL} -i -pe 's,%%MEW_MAJOR_VER%%,${MEW_MAJOR_VER},g' ${WRKSRC}/$${f}; \ - done - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/${MEW_DOCDIR} - (cd ${WRKSRC} ; \ - ${INSTALL_DATA} 00* ${PREFIX}/${MEW_DOCDIR}/ ; \ - for dir in contrib; do \ - ${CP} -R $${dir} ${PREFIX}/${MEW_DOCDIR}/ ; \ - done) - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${MEW_DOCDIR} -.endif - -############################################################ -## Make DESCR,COMMENT and PLIST (only for MAINTAINER use) -############################################################ -#COMMENT_TEXT= 'Message interface to Emacs Window (version ${MEW_MAJOR_VER}) for ${EMACS_PORT_NAME}' -#.if ${EMACS_PORT_NAME} == "xemacs21" || ${EMACS_PORT_NAME} == "xemacs21-mule" -#ELISPDIR= ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/${PORTNAME}${MEW_MAJOR_VER} -#INFODIR= ${PREFIX}/${EMACS_PACKAGESDIR}/info -#ETCDIR= ${PREFIX}/${EMACS_PACKAGESDIR}/etc/${PORTNAME}${MEW_MAJOR_VER} -#.else -#ELISPDIR= ${PREFIX}/${EMACS_SITE_LISPDIR}/${PORTNAME}${MEW_MAJOR_VER} -#INFODIR= ${PREFIX}/info -#ETCDIR= ${PREFIX}/${EMACS_LIBDIR}/etc/${PORTNAME}${MEW_MAJOR_VER} -#.endif -#SCRIPTS_ENV+= EMACS_PORTSDIR=${EMACS_PORTSDIR:S,^${PORTSDIR}/,,} \ -# PKGNAME=${PKGNAME} ELISPDIR=${ELISPDIR} INFODIR=${INFODIR} \ -# ETCDIR=${ETCDIR} EMACS_CMD=${EMACS_CMD:S,${PREFIX}/bin/,,} \ -# PORTNAME=${PORTNAME} EMACS_PORT_NAME=${EMACS_PORT_NAME} -# -#pre-plist: -# mkdir -p ${ELISPDIR} ${INFODIR} ${ETCDIR} \ -# ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp -# -#pre-arrange: -# ${ECHO_CMD} ${COMMENT_TEXT} > ${PKGDIR}/pkg-comment -# ${SETENV} ${SCRIPTS_ENV} WRKTMPDIR=${PKGDIR} TMPL_FILES=pkg-descr \ -# MEW_MAJOR_VER=${MEW_MAJOR_VER} \ -# ${SH} ${FILESDIR}/tmpl2file.sh -# ${SETENV} EMACS_PORT_NAME=${EMACS_PORT_NAME} WRKTMPDIR=${PKGDIR} \ -# ${SH} ${FILESDIR}/message.sh -# ${CHOWN} kiri:staff ${PKGDIR}/pkg-comment ${PKGDIR}/pkg-descr ${PKGDIR}/pkg-message -# -#arrange: -#.if ${EMACS_PORT_NAME} == "xemacs21" || ${EMACS_PORT_NAME} == "xemacs21-mule" -# ${MAKE} PLIST_SUB_EXCLS="${PLIST_SUB_EXCLS}" \ -# DIRRM2RMDIRS="${ETCDIR:S,^${PREFIX}/,,:S,/${PORTNAME}${MEW_MAJOR_VER}$,,} \ -# ${ELISPDIR:S,^${PREFIX}/,,:S,/${PORTNAME}${MEW_MAJOR_VER}$,,} \ -# ${EMACS_PACKAGESDIR} ${EMACS_PACKAGESDIR}/lisp \ -# ${EMACS_PACKAGESDIR}/info ${EMACS_PACKAGESDIR}/etc \ -# ${EMACS_PACKAGESDIR}/man ${EMACS_PACKAGESDIR}/pkginfo" \ -# DIRRMDEPTH=2 plist -#.else -# ${MAKE} PLIST_SUB_EXCLS="${PLIST_SUB_EXCLS}" \ -# DIRRM2RMDIRS="${ETCDIR:S,^${PREFIX}/,,:S,/${PORTNAME}${MEW_MAJOR_VER}$,,} \ -# ${ELISPDIR:S,^${PREFIX}/,,:S,/${PORTNAME}${MEW_MAJOR_VER}$,,} \ -# ${EMACS_LIBDIR}/${EMACS_VER}/site-lisp \ -# ${EMACS_LIBDIR}/${EMACS_VER}" \ -# INFOFILES="mew.info mew.jis.info" DIRRMDEPTH=2 plist -#.endif -# ${INSTALL} -c -m 644 -o kiri -g staff ${WRKPLIST} ${PLIST} -# ${PERL} -i -pe 's@((?!mew)...|^.{0,2})%%MEW_MAJOR_VER%%@$$1\x32@g' ${PLIST} - -.include <bsd.port.mk> diff --git a/mail/mew3/distinfo b/mail/mew3/distinfo deleted file mode 100644 index 268e0c1cdc02..000000000000 --- a/mail/mew3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mew-2.2.tar.gz) = 2758098d970f253fa5bb8cf86244c0d7 diff --git a/mail/mew3/files/Addrbook b/mail/mew3/files/Addrbook deleted file mode 100644 index 45ad31e9223c..000000000000 --- a/mail/mew3/files/Addrbook +++ /dev/null @@ -1,25 +0,0 @@ -; See comments at end of this file -; This file is almost empty as MH now supports personal aliases. - -;everyone: * - -; Blank lines and lines beginning with a ; are ignored. -; < file -> read more aliases from "file" -; foo: fum -> simple replacement -; foo: fum, fie -> list replacement -; foo: < file -> list replacement from "file" -; foo: = group -> list replacement from UNIX group -; foo: + group -> list replacement by ALL users in /etc/passwd -; with gid == group -; foo: * -> list replacement by ALL users in /etc/passwd -; with uid >= 200 -; foo*: fum -> matches foo<string> (including the empty string) -; -; using a ';' instead of a ':' indicates that the alias should be displayed -; along with the addresses used (normally, the addresses replace the alias -; completely) -ML-FreeBSD: FreeBSD-users-jp@jp.freebsd.org -ML-fvwm: fvwm-users-jp@skylark.ics.es.osaka-u.ac.jp -ML-SKK: skk@sato.kuis.kyoto-u.ac.jp -ML-infotalk:infotalk-request@square.brl.ntt.jp -ML-skkfep: skkfep@chanchan.suri.co.jp diff --git a/mail/mew3/files/dot.emacs.el.in b/mail/mew3/files/dot.emacs.el.in deleted file mode 100644 index 8cfe348595fa..000000000000 --- a/mail/mew3/files/dot.emacs.el.in +++ /dev/null @@ -1,95 +0,0 @@ -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Mew ;;;;;;;;; -;;; Mew (Ver.%%version%%) ;;; -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; -;;; Site configuration -;;; -%%REQUIRE%% -(autoload 'mew "mew" nil t) -(autoload 'mew-send "mew" nil t) -(setq mew-mail-domain-list '("%%nameserver%%")) -(setq mew-icon-directory "%%emacsdir%%/etc/mew") -;;; -;;; Window tips -;;; -;; If you use XEmacs and your video chip provides only limited -;; color map(e.g. 256), put the following line to avoid exhaustion -;; of colors. -;(setq mew-demo-picture nil) -(cond - ((string-match "XEmacs" emacs-version) -; (setq url-be-asynchronous t) -; (setq-default buffer-file-coding-system 'iso-2022-jp) -; (setq keyboard-coding-system 'iso-2022-jp) -; (setq terminal-coding-system 'iso-2022-jp) - (add-menu-item '("Apps") "Read Mail (Mew)" 'mew t "Read Mail (VM)...") - (add-menu-item '("Apps") "Send Mail (Mew)" 'mew-send t "Read Mail (VM)...") -; (delete-menu-item '("Apps" "Read Mail (VM)...")) -; (delete-menu-item '("Apps" "Read Mail (MH)...")) -; (delete-menu-item '("Apps" "Send mail...")) - (setq toolbar-mail-reader 'Mew) - (setq toolbar-mail-commands-alist - (cons '(Mew . mew) toolbar-mail-commands-alist)) - ) - ((string< "20" emacs-version) -; (setq standard-fontset-spec14 -; "-*-fixed-medium-r-normal-*-14-*-*-*-*-*-fontset-standard") -; (create-fontset-from-fontset-spec standard-fontset-spec14 nil 'noerror) -; (set-default-font standard-fontset-spec14) - (setup-japanese-environment) - ) - (t ;; Mule 2.3 or Emacs 19 - ) - ) -;;; -;;; Citation tip -;;; -(setq mew-cite-fields '("From:" "Subject:" "Date:" "Message-ID:")) -(setq mew-cite-format "From: %s\nSubject: %s\nDate: %s\nMessage-ID: %s\n\n") -(setq mew-cite-prefix-function 'mew-cite-prefix-username) -;(setq mew-cite-fields '("Message-ID:" "From:")) -;(setq mew-cite-format "Message-ID: %s ¤Îµ»ö¤Ë¤Æ\n%s ¤µ¤ó¤Ï½ñ¤«¤ì¤Þ¤·¤¿ :\n\n") -;; Change citation according to the message body language. -;(setq mew-cite-fields '("Message-ID:" "From:")) -;(defadvice mew-draft-cite (before my-add activate) -; (save-excursion -; (set-buffer (or mew-message-citation-buffer (mew-buffer-message))) -; (if (string= (mew-charset-guess-region (point-min) (point-max)) -; "us-ascii" ) -; ;; us-ascii -; (setq mew-cite-format "In Message-ID: %s\n%s wrote :\n\n") -; ;; others -; (setq mew-cite-format "Message-ID: %s ¤Îµ»ö¤Ë¤Æ\n%s ¤µ¤ó¤Ï½ñ¤«¤ì¤Þ¤·¤¿ :\n\n") ))) -;;; -;;; Signature tip -;;; -;; Change signature according to the message body language. -;(setq mew-signature-file "~/.signature") -;(make-local-variable 'mew-signature-file) -;(defadvice mew-draft-insert-signature (before my-add activate) -; ;; ËÜʸ¤¬±Ñ¸ì¤Ê¤é mew-signature-file ¤Ë ~/.signature.eng ¤òÂåÆþ¤¹¤ë¡£ -; ;; ËÜʸ¤¬±Ñ¸ì°Ê³°¤Ê¤é mew-signature-file ¤Ë ~/.signature ¤òÂåÆþ¤¹¤ë¡£ -; ;; ~/.signature.eng ¤Ë±Ñ¸ìÍѤνð̾¤ò½ñ¤¤¤Æ¤ª¤¯¤³¤È¡£ -; (save-match-data -; (let ((eng (string-match "\\.eng$" mew-signature-file))) -; (if (string= (mew-charset-guess-region (point-min) (point-max)) -; "us-ascii" ) -; (if (not eng) -; (setq mew-signature-file (concat mew-signature-file ".eng")) ) -; (if eng -; (setq mew-signature-file (substring mew-signature-file 0 -4)) ))))) -; -(setq mew-signature-insert-last t) -(add-hook 'mew-send-hook 'mew-draft-insert-signature) -;;; -;;; Thread tip -;;; -;; Now threading is insufficient,but partially makes enough by comment out following line. -;(setq mew-prog-imls-arg-list '("--thread=yes" "--indent=2")) -;;; -;;; Miscellaneous -;;; -(setq mew-underline-lines-use t) -(setq mew-use-highlight-body t) -;; If you use Wnn4/6,sj3 or Canna, comment out following line. -;(setq mew-use-overlay-keymap nil) diff --git a/mail/mew3/files/message.sh b/mail/mew3/files/message.sh deleted file mode 100644 index c4941cbfed1b..000000000000 --- a/mail/mew3/files/message.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -case ${EMACS_PORT_NAME} in - emacs20) - cat <<EOF > ${WRKTMPDIR}/pkg-message -************************************************************************* -* You must set at least following elisps to your own dot.emacs file: * -* * -* (autoload 'mew "mew" nil t) * -* (autoload 'mew-send "mew" nil t) * -* (setq mew-mail-domain "domain of e-mail address") * -* (setq mew-pop-server "your POP server") ;; if not localhost * -* (setq mew-smtp-server "your SMTP server") ;; if not localhost * -* (setq mew-prog-pgpkey "fetch") ;; for PGP use * -* (setq mew-prog-pgpkey-arg '("-q" "-o" "-"));; for PGP use * -* * -************************************************************************* -EOF - ;; - xemacs21*) - cat <<EOF > ${WRKTMPDIR}/pkg-message -************************************************************************* -* You must set at least following elisps to your own dot.emacs file: * -* * -* (autoload 'mew "mew" nil t) * -* (autoload 'mew-send "mew" nil t) * -* (setq mew-mail-domain "domain of e-mail address") * -* (setq mew-pop-server "your POP server") ;; if not localhost * -* (setq mew-smtp-server "your SMTP server") ;; if not localhost * -* (setq mew-icon-directory "icon directory") ;; if using XEmacs * -* (setq mew-prog-pgpkey "fetch") ;; for PGP use * -* (setq mew-prog-pgpkey-arg '("-q" "-o" "-"));; for PGP use * -* * -************************************************************************* -EOF - ;; -esac diff --git a/mail/mew3/files/patch-aa b/mail/mew3/files/patch-aa deleted file mode 100644 index ba398cffa9ea..000000000000 --- a/mail/mew3/files/patch-aa +++ /dev/null @@ -1,171 +0,0 @@ ---- Makefile.orig Wed Jul 18 08:20:40 2001 -+++ Makefile Fri Aug 3 22:18:35 2001 -@@ -19,14 +19,14 @@ - ## EDIT THE FOLLOWINGS - ## - --prefix=/usr/local -+prefix=${PREFIX} - infodir=$(prefix)/info - - ## - ## Compile engines - ## - --EMACS = emacs -+EMACS = ${EMACS_CMD} - #EMACS = xemacs - #EMACS = mule - -@@ -34,7 +34,7 @@ - ## A directory where mew*.el[c] will be installed. - ## - --elispdir = $(prefix)/share/emacs/site-lisp/mew -+elispdir = $(prefix)/${EMACS_LIBDIR}/site-lisp/mew${MEW_MAJOR_VER} - #elispdir = $(prefix)/lib/$(EMACS)/site-lisp - #elispdir = $(prefix)/lib/emacs - -@@ -42,7 +42,10 @@ - ## A directory where etc file will be installed. - ## - --etcdir = $(prefix)/lib/$(EMACS)/etc/Mew -+etcdir = $(prefix)/${EMACS_LIBDIR}/etc/mew${MEW_MAJOR_VER} -+ -+# For XEmacs packages -+XPKGDIR= $(prefix)/${EMACS_PACKAGESDIR} - - ################################################################ - ## -@@ -67,6 +70,8 @@ - mew-key.elc mew-thread.elc mew-smime.elc \ - mew-theme.elc mew.elc - -+OBJS_PKG= auto-autoloads.elc custom-load.elc -+ - SRCS = mew-addrbook.el mew-attach.el mew-blvs.el \ - mew-bq.el mew-cache.el mew-complete.el \ - mew-config.el mew-const.el mew-decode.el \ -@@ -87,6 +92,8 @@ - mew-thread.el mew-smime.el mew-theme.el \ - mew.el - -+SRCS_PKG= auto-autoloads.el custom-load.el -+ - TEMPFILE = temp.el - - CP = cp -@@ -103,7 +110,9 @@ - - ################################################################ - --el: $(TEMPFILE) mew.el -+el: $(OBJS) -+ -+$(OBJS): $(TEMPFILE) mew.el - @echo 'Compiling EL files of Mew ... ' - @echo 'PLEASE IGNORE WARNINGS IF DISPLAYED. TAKE IT EASY!' - $(EMACS) -batch -q -no-site-file -l ./$(TEMPFILE) -f mew-compile -@@ -116,11 +125,11 @@ - @echo ')))' >> $(TEMPFILE) - - install-el: $(OBJS) -- -@if [ ! -d $(elispdir) ]; then \ -+ if [ ! -d $(elispdir) ]; then \ - $(MKDIR) $(elispdir); \ - fi -- $(CP) $(SRCS) $(elispdir) -- $(CP) $(OBJS) $(elispdir) -+ ${BSD_INSTALL_DATA} $(SRCS) $(elispdir) -+ ${BSD_INSTALL_DATA} $(OBJS) $(elispdir) - - ################################################################ - -@@ -136,7 +145,9 @@ - cd info; $(MAKE) info EMACS=$(EMACS) - - install-info: -- cd info; $(MAKE) install-info infodir=$(infodir) -+ ${MKDIR} $(infodir) -+ cd info; $(MAKE) install-info infodir=$(infodir) \ -+ XEMACS_VER_OVER20="${XEMACS_VER_OVER20}" - - ################################################################ - -@@ -144,15 +155,72 @@ - cd info; $(MAKE) jinfo EMACS=$(EMACS) - - install-jinfo: -- cd info; $(MAKE) install-jinfo infodir=$(infodir) -+ ${MKDIR} $(infodir) -+ cd info; $(MAKE) install-jinfo infodir=$(infodir) \ -+ XEMACS_VER_OVER20="${XEMACS_VER_OVER20}" -+ -+install-man: -+ ${MKDIR} ${MANDIR} -+ cd info; $(MAKE) install-man MANDIR=$(MANDIR) - - ################################################################ - - install-etc: -- -@if [ ! -d $(etcdir) ]; then \ -+ if [ ! -d $(etcdir) ]; then \ - $(MKDIR) $(etcdir); \ - fi -- cd etc; $(CP) -r * $(etcdir)/ -+ cd etc; $(CP) -R * $(etcdir)/ -+ -+################################################################ -+ -+package: ${OBJS} ${OBJS_PKG} bin -+ -+${OBJS_PKG}: ${SRCS_PKG} -+ ${EMACS} -vanilla -batch -eval "(push \"./\" load-path)" -l bytecomp \ -+ -f batch-byte-compile ${.ALLSRC} -+ -+auto-autoloads.el : ${OBJS} _pkg.el -+ ${EMACS} -vanilla -batch \ -+ -eval "(setq autoload-package-name \"${XEMACS_PKGNAME}\")" \ -+ -l autoload -f batch-update-directory . -+ ${RM} -f auto-autoloads.el~ -+ -+custom-load.el : ${OBJS} -+ ${EMACS} -vanilla -batch -l cus-dep -f Custom-make-dependencies . -+ if [ ! -f ${.TARGET} ]; then \ -+ touch ${.TARGET}; \ -+ fi -+ -+_pkg.el: -+ @echo Creating _pkg.el -+ @echo ";;;###autoload" > _pkg.el -+ @echo "(package-provide '${XEMACS_PKGNAME}" >> _pkg.el -+ @echo " :version $(XEMACS_PKGVER)" >> _pkg.el -+ @echo " :type 'regular)" >> _pkg.el -+ -+install-mule-package: install-package -+ ${MAKE} infodir=${XPKGDIR}/info XEMACS_VER_OVER20="yes" install-jinfo -+ ${MAKE} manifest -+ -+install-package: -+ ${MKDIR} ${XPKGDIR}/pkginfo -+ ${MAKE} install-bin -+ ${MAKE} elispdir=${XPKGDIR}/lisp/mew${MEW_MAJOR_VER} install-el -+ ${BSD_INSTALL_DATA} _pkg.el ${OBJS_PKG} ${SRCS_PKG} \ -+ ${XPKGDIR}/lisp/mew${MEW_MAJOR_VER} -+ ${MAKE} infodir=${XPKGDIR}/info XEMACS_VER_OVER20="yes" \ -+ install-info -+ ${MAKE} MANDIR=${XPKGDIR}/man/mew${MEW_MAJOR_VER} install-man -+ ${MAKE} etcdir=${XPKGDIR}/etc/mew${MEW_MAJOR_VER} install-etc -+ ${MAKE} manifest -+ -+manifest: -+ (cd ${XPKGDIR}; \ -+ ls -d1 lisp/mew${MEW_MAJOR_VER}/* info/mew${MEW_MAJOR_VER}.* \ -+ man/mew${MEW_MAJOR_VER}/* etc/mew${MEW_MAJOR_VER}/* \ -+ > ${XPKGDIR}/pkginfo/MANIFEST.mew${MEW_MAJOR_VER}) -+ ${ECHO} "pkginfo/MANIFEST.mew${MEW_MAJOR_VER}" \ -+ >> ${XPKGDIR}/pkginfo/MANIFEST.mew${MEW_MAJOR_VER} - - ################################################################ - diff --git a/mail/mew3/files/patch-ab b/mail/mew3/files/patch-ab deleted file mode 100644 index c62db0f83d4a..000000000000 --- a/mail/mew3/files/patch-ab +++ /dev/null @@ -1,29 +0,0 @@ ---- bin/Makefile.in.orig Thu Jan 17 20:26:55 2002 -+++ bin/Makefile.in Sun Feb 3 18:19:20 2002 -@@ -69,7 +69,7 @@ - $(CC) $(COFLAG) $(OBJ1) $(LIBS) - $(RM) $(ALT) - for f in $(ALT); do \ -- $(LN) $(PRG1) $${f}; done -+ $(LN) -sf $(PRG1) $${f}; done - - $(PRG2): $(OBJ2) - $(CC) $(COFLAG) $(CFLAGS) $(OBJ2) -@@ -95,7 +95,7 @@ - fi - $(INSTALL) -m 555 $(PRG1) $(bindir) - for f in $(ALT); do \ -- $(RM) $(bindir)/$${f}; $(LN) $(bindir)/$(PRG1) $(bindir)/$${f}; done -+ $(RM) $(bindir)/$${f}; $(LN) -sf $(bindir)/$(PRG1) $(bindir)/$${f}; done - $(INSTALL) -m 555 $(PRG2) $(bindir) - $(INSTALL) -m 555 $(PRG3) $(bindir) - -@if [ ! -d $(mandir) ]; then \ -@@ -103,7 +103,7 @@ - fi - $(INSTALL) -m 444 $(MAN1) $(mandir) - for f in $(MALT); do \ -- $(RM) $(mandir)/$${f}; $(LN) $(mandir)/$(MAN1) $(mandir)/$${f}; done -+ $(RM) $(mandir)/$${f}; $(LN) -sf $(mandir)/$(MAN1) $(mandir)/$${f}; done - $(INSTALL) -m 444 $(MAN2) $(mandir) - $(INSTALL) -m 444 $(MAN3) $(mandir) - diff --git a/mail/mew3/files/patch-ac b/mail/mew3/files/patch-ac deleted file mode 100644 index 6f0863d8ccd4..000000000000 --- a/mail/mew3/files/patch-ac +++ /dev/null @@ -1,95 +0,0 @@ ---- info/Makefile.orig Fri Aug 17 21:26:00 2001 -+++ info/Makefile Tue Nov 20 10:18:58 2001 -@@ -28,9 +28,9 @@ - #INSTALLINFO_OPTIONS = --section Emacs Emacs - #INSTALLINFO_JOPTIONS = - #infodir = --INSTALLINFO_ARGS = mew.info $(infodir)/dir -+INSTALLINFO_ARGS = mew${MEW_MAJOR_VER}.info $(infodir)/dir - #INSTALLINFO_ARGS = mew.info --INSTALLINFO_JARGS = mew.jis.info $(infodir)/dir -+INSTALLINFO_JARGS = mew${MEW_MAJOR_VER}.jis.info $(infodir)/dir - - - RM = rm -f -@@ -44,50 +44,60 @@ - ## DO NOT EDIT THE FOLLOWINGS - ## - --INFO = mew.info mew.info-1 mew.info-2 mew.info-3 --JINFO = mew.jis.info mew.jis.info-1 mew.jis.info-2 mew.jis.info-3 -+INFO = mew${MEW_MAJOR_VER}.info mew${MEW_MAJOR_VER}.info-1 mew${MEW_MAJOR_VER}.info-2 mew${MEW_MAJOR_VER}.info-3 -+JINFO = mew${MEW_MAJOR_VER}.jis.info mew${MEW_MAJOR_VER}.jis.info-1 mew${MEW_MAJOR_VER}.jis.info-2 mew${MEW_MAJOR_VER}.jis.info-3 -+MANUALS= 00readme mew.texi - - all: info - info: -- sed -e 's/@setfilename mew.jis.info/@setfilename mew.info/' \ -+ sed -e "s/@setfilename mew${MEW_MAJOR_VER}\.jis\.info/@setfilename mew${MEW_MAJOR_VER}\.info/" \ - -e 's/@set jp/@set us/' mew.texi > tmp.texi - mv tmp.texi mew.texi -- $(RM) mew.info* -- $(TOUCH) mew.info -+ $(RM) mew${MEW_MAJOR_VER}.info* -+ $(TOUCH) mew${MEW_MAJOR_VER}.info - $(EMACS) -batch -q -no-site-file -l texinfmt \ - -f batch-texinfo-format mew.texi - - jinfo: -- sed -e 's/@setfilename mew.info/@setfilename mew.jis.info/' \ -+ sed -e "s/@setfilename mew${MEW_MAJOR_VER}\.info/@setfilename mew${MEW_MAJOR_VER}\.jis.info/" \ - -e 's/@set us/@set jp/' mew.texi > tmp.texi - mv tmp.texi mew.texi -- $(RM) mew.jis.info* -- $(TOUCH) mew.jis.info -+ $(RM) mew${MEW_MAJOR_VER}.jis.info* -+ $(TOUCH) mew${MEW_MAJOR_VER}.jis.info - $(EMACS) -batch -q -no-site-file -l texinfmt \ - -f batch-texinfo-format mew.texi - - install: install-info - install-info: -- -@if [ ! -d $(infodir) ]; then \ -+ -if [ ! -d $(infodir) ]; then \ - $(MKDIR) $(infodir); \ - fi; \ -- cp $(INFO) $(infodir) -- -@if [ -x "$(INSTALLINFO)" ]; then \ -- $(INSTALLINFO) $(INSTALLINFO_OPTIONS) $(INSTALLINFO_ARGS); \ -- else \ -- echo "Don't forget to edit $(infodir)/dir for Mew."; \ -+ ${BSD_INSTALL_DATA} $(INFO) $(infodir)/ -+ -if [ -z "${XEMACS_VER_OVER20}" ]; then \ -+ if [ -x "$(INSTALLINFO)" ]; then \ -+ $(INSTALLINFO) $(INSTALLINFO_OPTIONS) $(INSTALLINFO_ARGS); \ -+ else \ -+ echo "Don't forget to edit $(infodir)/dir for Mew."; \ -+ fi; \ - fi - - install-jinfo: -- -@if [ ! -d $(infodir) ]; then \ -+ -if [ ! -d $(infodir) ]; then \ - $(MKDIR) $(infodir); \ - fi; \ -- cp $(JINFO) $(infodir) -- -@if [ -x "$(INSTALLINFO)" ]; then \ -- $(INSTALLINFO) $(INSTALLINFO_JOPTIONS) $(INSTALLINFO_JARGS); \ -- else \ -- echo "Don't forget to edit $(infodir)/dir for Mew."; \ -+ ${BSD_INSTALL_DATA} $(JINFO) $(infodir)/ -+ -if [ -z "${XEMACS_VER_OVER20}" ]; then \ -+ if [ -x "$(INSTALLINFO)" ]; then \ -+ $(INSTALLINFO) $(INSTALLINFO_JOPTIONS) $(INSTALLINFO_JARGS); \ -+ else \ -+ echo "Don't forget to edit $(infodir)/dir for Mew."; \ -+ fi; \ - fi -+ -+install-man: -+ ${MKDIR} ${MANDIR} -+ ${BSD_INSTALL_DATA} ${MANUALS} ${MANDIR} -+ - ## - ## End of Makefile - ## diff --git a/mail/mew3/files/patch-ad b/mail/mew3/files/patch-ad deleted file mode 100644 index 933ef45d9e73..000000000000 --- a/mail/mew3/files/patch-ad +++ /dev/null @@ -1,27 +0,0 @@ ---- info/mew.texi~ Thu Aug 2 22:31:28 2001 -+++ info/mew.texi Fri Aug 3 11:01:40 2001 -@@ -1,6 +1,6 @@ - \input texinfo @c -*-texinfo-*- - @c %**start of header --@setfilename mew.jis.info -+@setfilename mew%%MEW_MAJOR_VER%%.jis.info - @settitle Mew (Messaging in the Emacs World) - @c %**end of header - -@@ -41,14 +41,14 @@ - @ifset jp - @dircategory Message User Agent - @direntry --* Mew-J: (mew.jis.info). Messaging in the Emacs World. -+* Mew-J: (mew%%MEW_MAJOR_VER%%.jis.info). Messaging in the Emacs World. - @end direntry - @end ifset - - @ifset us - @dircategory Message User Agent - @direntry --* Mew: (mew.info). Messaging in the Emacs World. -+* Mew: (mew%%MEW_MAJOR_VER%%.info). Messaging in the Emacs World. - @end direntry - @end ifset - diff --git a/mail/mew3/files/patch-ae b/mail/mew3/files/patch-ae deleted file mode 100644 index d1647a30fb9c..000000000000 --- a/mail/mew3/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- mew-key.el~ Wed Jul 18 08:19:11 2001 -+++ mew-key.el Fri Aug 3 11:30:10 2001 -@@ -507,7 +507,7 @@ - ;;; - - (defvar mew-icon-directory (if (fboundp 'locate-data-directory) -- (locate-data-directory "mew") nil)) -+ (locate-data-directory "mew%%MEW_MAJOR_VER%%") nil)) - - (defvar mew-icon-separate nil) - (defvar mew-icon-blank nil) diff --git a/mail/mew3/files/pkg-descr.tmpl b/mail/mew3/files/pkg-descr.tmpl deleted file mode 100644 index 60fa7d3f4f6e..000000000000 --- a/mail/mew3/files/pkg-descr.tmpl +++ /dev/null @@ -1,19 +0,0 @@ -Mew is a "Message interface to Emacs Window" to integrate - - - Email - - MIME(Multipurpose Internet Mail Extensions) - - PGP(Pretty Good Privacy) - -and to make it easy to view and compose them. With Mew you can send a -picture of a birthday cake with the song "Happy Birthday to you" to your -friend, which is encrypted by strong cryptograph. - -This port is the Mew%%MEW_MAJOR_VER%%(Mew with version %%MEW_MAJOR_VER%%) for %%EMACS_CMD%%(%%EMACS_PORTSDIR%%). -The Mew%%MEW_MAJOR_VER%% port and corresponding Emacs port are listed bellow and elisp -`site-lisp' directory(elisp load path), info path and etc directory(only -effective for xemacs ports) are shown as well. - -mail/%%PORTNAME%%%%MEW_MAJOR_VER%%-%%EMACS_PORT_NAME%%(%%PKGNAME%%) ===> %%EMACS_PORTSDIR%%(%%EMACS_CMD%%) - Lisp directory : %%ELISPDIR%% - Info directory : %%INFODIR%% - ETC directory : %%ETCDIR%% diff --git a/mail/mew3/files/tmpl2file.sh b/mail/mew3/files/tmpl2file.sh deleted file mode 100644 index d8e1a662ca53..000000000000 --- a/mail/mew3/files/tmpl2file.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -for f in ${TMPL_FILES}; do - sed \ - -e "s,%%EMACS_CMD%%,${EMACS_CMD},g" \ - -e "s,%%EMACS_PORTSDIR%%,${EMACS_PORTSDIR},g" \ - -e "s,%%PKGNAME%%,${PKGNAME},g" \ - -e "s,%%EMACS_PORT_NAME%%,${EMACS_PORT_NAME},g" \ - -e "s,%%MEW_MAJOR_VER%%,${MEW_MAJOR_VER},g" \ - -e "s,%%PORTNAME%%,${PORTNAME},g" \ - -e "s,%%ELISPDIR%%,${ELISPDIR},g" \ - -e "s,%%INFODIR%%,${INFODIR},g" \ - -e "s,%%ETCDIR%%,${ETCDIR},g" \ - < ${FILESDIR}/${f}.tmpl > ${WRKTMPDIR}/${f} -done diff --git a/mail/mew3/files/user-install.in b/mail/mew3/files/user-install.in deleted file mode 100644 index ee1a7ad4d9f4..000000000000 --- a/mail/mew3/files/user-install.in +++ /dev/null @@ -1,374 +0,0 @@ -#!/bin/sh - -PREFIX=%%PREFIX%% -EMACSDIR=%%EMACSDIR%% -ELISPDIR=%%ELISPDIR%% -SAMPLEDIR=%%SAMPLEDIR%% - -AWK=%%AWK%% -CAT=%%CAT%% -CP=%%CP%% -ECHO=%%ECHO%% -MKDIR="%%MKDIR%%" -RM=%%RM%% -SED=%%SED%% -TOUCH=%%TOUCH%% -DIALOG=/usr/bin/dialog - -select() -{ - local Language key - Language="\ -Choose a language when you write mails.\n\ - (Now is \"${language}\" selected.)" - ${DIALOG} --title "Choose the Language" \ - --hline "Select Items and Quit when finished" \ - --menu "${Language}" -1 -1 2 \ - English "English" \ - Japanese "japanese" \ - 2> /tmp/menu.$$ - retval=$? - key=`${CAT} /tmp/menu.$$|${SED} -e 's/\"//g'` - ${RM} -f /tmp/menu.$$ - case $retval in - 0) if [ -z ${key} ]; then return; fi ;; - 1) return ;; - 255) return ;; - esac - language=${key} -# echo citation:key=${key},dot_emacs=${dot_emacs}>>/tmp/temp -} - -input_data() -# argument No.1 ($1) : Key words (string) -# argument No.2 ($2) : Variable for the Key words (string) -# argument No.3 ($3) : unit for the variable (string) -{ - local key -# echo '$1='$1 -# echo '$2='$2 -# echo '$3='$3 -# exit 1 -# echo '${nameserver}='${mail_address} -# eval echo '${'$2'}' - eval key='${'$2'}' -# echo key=${key} -# exit 1 - if [ ! -z ${key} ]; then - ${DIALOG} --title "Confirm $1" \ - --hline "Press Yes/No" \ - --yesno "$1 $3 has set \"${key}\". Is this OK?" -1 -1 - retval=$? - if [ X"${retval}" = "X0" -o X"${retval}" = "X255" ]; then return; fi - fi - ${DIALOG} --title "Set $1 $3" \ - --hline "Write $1 $3" \ - --inputbox "Specify $1 $3" -1 -1 \ - 2> /tmp/input.$$ - eval $2=`${CAT} /tmp/input.$$` - ${RM} -f /tmp/input.$$ -} - -options() -{ - local Options keys del_keys - Options="\ -Please select Mew functions that you want to. To select a function, \n\ -use the arrow keys to move to it and press [SPACE]. To de-select it, \n\ -press [SPACE] again. Select OK or Cancel to leave this menu." - del_keys="Highlight Citation Cite_Change Sign_Change" - ${DIALOG} --title "Select Mew functions" \ - --hline "" \ - --checklist "${Options}" -1 -1 4 \ - Highlight "highlight body for Mew(Japanese)" ${options_Highlight} \ - Citation "Citation with the mail." ${options_Citation} \ - Cite_Change "Change citation English <--> Japanese." ${options_Cite_Change} \ - Sign_Change "Change signature English <--> Japanese." ${options_Sign_Change} \ - 2> /tmp/checklist.$$ - retval=$? - keys=`${CAT} /tmp/checklist.$$|${SED} -e 's/\"//g'` - ${RM} -f /tmp/checklist.$$ - case $retval in - 1) return ;; - 255) return ;; - esac - dot_emacs="" -# echo keys=$keys - for k in ${keys}; do - del_keys=`${ECHO} ${del_keys}|${SED} -e "s/ *${k}//g"` -# echo del_keys=${del_keys} -# echo k=$k - case ${k} in - Highlight) - dot_emacs="${dot_emacs} dot.emacs-highlight-body.el" - options_Highlight=ON - ;; - Citation) - citation -# echo options:key=${k},dot_emacs=${dot_emacs}>>/tmp/temp - options_Citation=ON - ;; - Cite_Change) - dot_emacs="${dot_emacs} dot.emacs-cite-change.el" - options_Cite_Change=ON - ;; - Sign_Change) - dot_emacs="${dot_emacs} dot.emacs-signature-change.el" - options_Sign_Change=ON - ;; - esac - done -# exit 1 - for k in ${del_keys}; do -# echo k=$k - case ${k} in - Highlight) - dot_emacs=`${ECHO} ${dot_emacs}|${SED} -e "s/ *dot\.emacs-highlight-body\.el//"` - options_Highlight=OFF - ;; - Citation) - options_Citation=OFF - ;; - Cite_Change) - dot_emacs=`${ECHO} ${dot_emacs}|${SED} -e "s/ *dot\.emacs-cite-change\.el//"` - options_Cite_Change=OFF - ;; - Sign_Change) - dot_emacs=`${ECHO} ${dot_emacs}|${SED} -e "s/ *dot\.emacs-signature-change\.el//"` - options_Sign_Change=OFF - ;; - esac - done -# echo dot_emacs=${dot_emacs} -# echo del_keys=${del_keys} -# exit 1 -} - -citation() -{ - dot_emacs=`${ECHO} ${dot_emacs}|${SED} -e "s/ *dot\.emacs-cite.[a-z]*//g"` - case ${language} in - English) - dot_emacs="${dot_emacs} dot.emacs-cite.el" - ;; - Japanese) - dot_emacs="${dot_emacs} dot.emacs-cite.ja.el" - ;; - esac -# echo citation:key=${key},dot_emacs=${dot_emacs}>>/tmp/temp -} - -case ${TERM} in -emacs) - ${ECHO} "Here is \"Emacs\" shell. Try on other terminal." - exit 1 - ;; -esac - -version="%%VERSION%%" -#version="1.92" - -SEDCMD='${SED} - -e "s,%%prefix%%,${PREFIX},g" - -e "s,%%emacsdir%%,${EMACSDIR},g" - -e "s,%%elispdir%%,${ELISPDIR},g" - -e "s,%%version%%,${version},g" - -e "s,%%nameserver%%,${nameserver},g" - -e "s,%%mail_address%%,${mail_address},g" - -e "s,%%domain_name%%,${domain_name},g" - -e "s,%%default_domain_name%%,${default_domain_name},g" - -e "s,%%signature%%,${signature},g"' - -### -# Check ~/.backup directory exist. -# -${MKDIR} ${HOME}/.backup - -### -# Backup all files. -# -${CP} ${HOME}/${dot_emacs_file} ${HOME}/.backup/${dot_emacs_file}.$$ -${CP} ${HOME}/.im/Config ${HOME}/.backup/Config.$$ - -### -# Check ~/.im/Config file exist. -# -if [ ! -f ${HOME}/.im/Config ]; then - ${ECHO} "${HOME}/.im/Config: Not found. Do imsetup first." - exit 1 -else - mail_address=`${AWK} '/^Address=/{sub(/^Address=/,"");print}' ${HOME}/.im/Config` - domain_name=`${AWK} '/^FromDomain=/{sub(/^FromDomain=/,"");print}' ${HOME}/.im/Config` - default_domain_name=`${AWK} '/^ToDomain=/{sub(/^ToDomain=/,"");print}' ${HOME}/.im/Config` - if [ X"${mail_address}" = "X%%mail_address%%" ]; then - mail_address="" - else - ${CP} ${HOME}/.im/Config ${HOME}/.backup/Config - ${SED} -e 's/^\(Address=\).*$/\1%%mail_address%%/' \ - < ${HOME}/.backup/Config > ${HOME}/.im/Config - fi - if [ X"${domain_name}" = "X%%domain_name%%" ]; then - domain_name="" - else - ${CP} ${HOME}/.im/Config ${HOME}/.backup/Config - ${SED} -e 's/^\(FromDomain=\).*$/\1%%domain_name%%/' \ - < ${HOME}/.backup/Config > ${HOME}/.im/Config - fi - if [ X"${default_domain_name}" = "X%%default_domain_name%%" ]; then - default_domain_name="" - else - ${CP} ${HOME}/.im/Config ${HOME}/.backup/Config - ${SED} -e 's/^\(ToDomain=\).*$/\1%%default_domain_name%%/' \ - < ${HOME}/.backup/Config > ${HOME}/.im/Config - fi -fi - -### -# Copy "aliases" if none -# -if [ ! -f ${HOME}/.im/Aliases ]; then - ${CP} ${SAMPLEDIR}/Aliases ${HOME}/.im -fi - -### -# Set user environment : nameserver, signature -# -options_Highlight=OFF -options_Citation=OFF -options_Cite_Change=OFF -options_Sign_Change=OFF -language=English -dot_emacs_file=.emacs - -PreSet="\ -This is the main menu of the Mew configuration pre-settings. Please \n\ -select one of the options below by using the arrow keys or typing the \n\ -first character of the option name you intend to set. Invoke an option \n\ -by pressing [ENTER] or [TAB-ENTER] to exit the settings." - -answer=None -while [ ! X"${answer}" = "XQuit" ]; do - ${DIALOG} --title "Pre-set Mew configurations" \ - --hline "To select an item press [Enter] on the item" \ - --menu "${PreSet}" -1 -1 3 \ - Language "Determine language in use on Mew" \ - DotEmacs "Choose dot.emacs files being to use" \ - Quit "Quit this menu" \ - 2> /tmp/menu.$$ - retval=$? - answer=`${CAT} /tmp/menu.$$|${SED} -e 's/\"//g'` - ${RM} -f /tmp/menu.$$ - case $retval in - 0) if [ -z ${answer} ]; then ${ECHO} "Nothing selected"; contiue; fi ;; - 1) break ;; - 255) break ;; - esac - case ${answer} in - Language) - select - ;; - DotEmacs) - input_data "Emacs dot.emacs file name" "dot_emacs_file" "" - ;; - Quit) - answer=Quit - ;; - esac -done - -#echo language=${language} -#echo dot_emacs_file=${dot_emacs_file} -#exit 1 - -MainMenu="\ -This is the main menu of the Mew configuration settings. Please select \n\ -one of the options below by using the arrow keys or typing the first \n\ -character of the option name you intend to set. Invoke an option by \n\ -pressing [ENTER] or [TAB-ENTER] to exit the settings." - -answer=None -while [ ! X"${answer}" = "XQuit" ]; do - ${DIALOG} --title "Set Mew configurations" \ - --hline "Select Items and Quit when finished" \ - --menu "${MainMenu}" -1 -1 6 \ - NameServer "Name server Domain name" \ - MailAddress "Your mail address (with FQDN)" \ - DomainName "Your domain name" \ - DefaultDomain "Default domain name in abbrivation" \ - Options "Various options on using Mew" \ - Quit "Quit this menu" \ - 2> /tmp/menu.$$ - retval=$? - answer=`${CAT} /tmp/menu.$$` - ${RM} -f /tmp/menu.$$ - case $retval in - 0) if [ -z ${answer} ]; then - ${ECHO} "Nothing selected" - exit 1 - fi - ;; - 1) ${ECHO} "Cancel pressed." - exit 1 - ;; - 255) ${ECHO} "ESC pressed." - exit 1 - ;; - esac - case ${answer} in - NameServer) - input_data "Name Server" "nameserver" "" - ;; - MailAddress) - input_data "Mail Address" "mail_address" "" - ;; - DomainName) - input_data "Domain Name" "domain_name" "" - ;; - DefaultDomain) - input_data "Default Domain Name" "default_domain_name" "" - ;; - Options) -# options - ;; - Quit) - answer=Quit - ;; - esac -done - -#echo 'nameserver='${nameserver} -#echo 'mail_address='${mail_address} -#echo 'domain_name='${domain_name} -#echo 'defaut_domain_name='${default_domain_name} - -#exit 1 - -### -# Custumize startup files with selected options. -# -dot_emacs="dot.emacs.el ${dot_emacs}" -eval ${SEDCMD} < ${HOME}/.im/Config > ${HOME}/.backup/Config - -### -# Add Mew startup setting to ~/.emacs -# -if [ -f ${dot_emacs_file} ]; then - ${SED} -e '/^;;;* Mew ;*$/,/^;;; *Mew end$/d' < ${HOME}/${dot_emacs_file} \ - > ${HOME}/.backup/${dot_emacs_file} -else - ${ECHO} "Create new \"dot.emacs\" file: ${dot_emacs_file}" -fi - -#echo 'dot_emacs='${dot_emacs} -for f in ${dot_emacs}; do - ${CAT} ${SAMPLEDIR}/dot.emacs/${f} |\ - eval ${SEDCMD} >> ${HOME}/.backup/${dot_emacs_file} -done -${ECHO} ";;; Mew end" \ - >> ${HOME}/.backup/${dot_emacs_file} -${CP} ${HOME}/.backup/${dot_emacs_file} ${HOME}/${dot_emacs_file} - -### -# Copy im Config file to ~/.im -# -${CP} ${HOME}/.backup/Config ${HOME}/.im/Config diff --git a/mail/mew3/pkg-comment b/mail/mew3/pkg-comment deleted file mode 100644 index a31b49d89530..000000000000 --- a/mail/mew3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Message interface to Emacs Window (version 2) for emacs21 diff --git a/mail/mew3/pkg-descr b/mail/mew3/pkg-descr deleted file mode 100644 index a1ee92480f9b..000000000000 --- a/mail/mew3/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Mew is a "Message interface to Emacs Window" to integrate - - - Email - - MIME(Multipurpose Internet Mail Extensions) - - PGP(Pretty Good Privacy) - -and to make it easy to view and compose them. With Mew you can send a -picture of a birthday cake with the song "Happy Birthday to you" to your -friend, which is encrypted by strong cryptograph. - -This port is the Mew2(Mew with version 2) for emacs-21.x (editors/emacs21). -The Mew2 port and corresponding Emacs port are listed bellow and elisp -`site-lisp' directory(elisp load path), info path and etc directory(only -effective for xemacs ports) are shown as well. - -mail/mew2 (mew-emacs21-2.x) ===> editors/emacs21 (emacs-21.x) - Lisp directory : /usr/local/share/emacs/site-lisp/mew - Info directory : /usr/local/info - ETC directory : /usr/local/share/emacs/etc/mew diff --git a/mail/mew3/pkg-message b/mail/mew3/pkg-message deleted file mode 100644 index 7e59eb498790..000000000000 --- a/mail/mew3/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -************************************************************************* -* You must set at least following elisps to your own dot.emacs file: * -* * -* (autoload 'mew "mew" nil t) * -* (autoload 'mew-send "mew" nil t) * -* (setq mew-mail-domain "domain of e-mail address") * -* (setq mew-pop-server "your POP server") ;; if not localhost * -* (setq mew-smtp-server "your SMTP server") ;; if not localhost * -* (setq mew-prog-pgpkey "fetch") ;; for PGP use * -* (setq mew-prog-pgpkey-arg '("-q" "-o" "-"));; for PGP use * -* * -************************************************************************* diff --git a/mail/mew3/pkg-plist b/mail/mew3/pkg-plist deleted file mode 100644 index 2e7a38b4494e..000000000000 --- a/mail/mew3/pkg-plist +++ /dev/null @@ -1,177 +0,0 @@ -bin/incm -bin/mewcat -bin/mewdecode -bin/mewencode -bin/mewls -@unexec install-info --delete %D/info/mew%%MEW_MAJOR_VER%%.info %D/info/dir -@unexec install-info --delete %D/info/mew%%MEW_MAJOR_VER%%.jis.info %D/info/dir -info/mew%%MEW_MAJOR_VER%%.info -info/mew%%MEW_MAJOR_VER%%.info-1 -info/mew%%MEW_MAJOR_VER%%.info-2 -info/mew%%MEW_MAJOR_VER%%.info-3 -info/mew%%MEW_MAJOR_VER%%.jis.info -info/mew%%MEW_MAJOR_VER%%.jis.info-1 -info/mew%%MEW_MAJOR_VER%%.jis.info-2 -info/mew%%MEW_MAJOR_VER%%.jis.info-3 -@exec install-info %D/info/mew%%MEW_MAJOR_VER%%.info %D/info/dir -@exec install-info %D/info/mew%%MEW_MAJOR_VER%%.jis.info %D/info/dir -share/doc/mew%%MEW_MAJOR_VER%%/00api -share/doc/mew%%MEW_MAJOR_VER%%/00changes -share/doc/mew%%MEW_MAJOR_VER%%/00copyright -share/doc/mew%%MEW_MAJOR_VER%%/00copyright.jis -share/doc/mew%%MEW_MAJOR_VER%%/00diff -share/doc/mew%%MEW_MAJOR_VER%%/00readme -share/doc/mew%%MEW_MAJOR_VER%%/contrib/00readme -share/doc/mew%%MEW_MAJOR_VER%%/contrib/00readme-namazu.jis -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-browse.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-caesar.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-fancy-summary.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-gnus.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-nmz-fixer.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-nmz.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-refile-view.el -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-smime-ja.texi -share/doc/mew%%MEW_MAJOR_VER%%/contrib/mew-toolbar-frame.el -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.img -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.png -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.xbm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/Mew.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/COLOR -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-Plain.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-curr.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-folder.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-inc2.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc/mew-kill.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Audio.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Blank.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-External.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Folder.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Image.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Octet-Stream.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Postscript.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Rfc822.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Text.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Unknown.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-Video.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-attach.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-cite.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-comp.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-forward.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-inc.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-next.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-pgp-enc.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-pgp-sigenc.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-pgp-sign.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-prev.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-queue.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-refile.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-reply.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-send.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-sep.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-show.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-write.xpm -%%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/mew-yank.xpm -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-addrbook.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-addrbook.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-attach.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-attach.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-auth.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-auth.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-blvs.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-blvs.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-bq.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-bq.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-cache.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-cache.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-complete.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-complete.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-config.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-config.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-const.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-const.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-decode.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-decode.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-demo.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-demo.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-draft.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-draft.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-edit.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-edit.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-encode.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-encode.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-env.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-env.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-ext.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-ext.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-fib.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-fib.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-func.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-func.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-gemacs.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-header.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-header.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-highlight.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-highlight.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-key.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-key.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-lang-jp.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-mark.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-mark.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-md5.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-md5.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-message.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-message.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-mime.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-mime.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-minibuf.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-minibuf.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-mule.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-mule0.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-mule3.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-nntp.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-nntp.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-pgp.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-pgp.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-pick.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-pick.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-pop.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-pop.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-refile.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-refile.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-scan.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-scan.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-smime.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-smime.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-smtp.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-smtp.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-sort.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-sort.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-ssh.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-ssh.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-summary.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-summary.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-syntax.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-syntax.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-temacs.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-theme.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-theme.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-thread.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-thread.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-unix.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-vars.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-vars.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-vars2.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-vars2.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-virtual.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-virtual.elc -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-win32.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew-xemacs.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew.el -%%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%%/mew.elc -@dirrm %%EMACS_LIBDIR%%/site-lisp/mew%%MEW_MAJOR_VER%% -@unexec rmdir %D/%%EMACS_LIBDIR%%/site-lisp 2>/dev/null || true -@dirrm %%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%%/etc -@dirrm %%EMACS_LIBDIR%%/etc/mew%%MEW_MAJOR_VER%% -@unexec rmdir %D/%%EMACS_LIBDIR%%/etc 2>/dev/null || true -@dirrm share/doc/mew%%MEW_MAJOR_VER%%/contrib -@dirrm share/doc/mew%%MEW_MAJOR_VER%% diff --git a/mail/mutt/patches/patch-09 b/mail/mutt/patches/patch-09 deleted file mode 100644 index 1e585b79d328..000000000000 --- a/mail/mutt/patches/patch-09 +++ /dev/null @@ -1,16 +0,0 @@ ---- po/zh_TW.Big5.po.orig Fri Oct 22 00:47:15 1999 -+++ po/zh_TW.Big5.po Sun Oct 24 20:40:31 1999 -@@ -555,11 +555,11 @@ - - #: curs_lib.c:136 - msgid "yes" --msgstr "" -+msgstr "y¬O" - - #: curs_lib.c:137 - msgid "no" --msgstr "" -+msgstr "n§_" - - #. restore blocking operation - #: curs_lib.c:176 diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile deleted file mode 100644 index 6ffbf4359994..000000000000 --- a/mail/mutt14/Makefile +++ /dev/null @@ -1,126 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: mutt w/pgp hooks -# Date created: Thur July 25, 1996 -# Whom: David O'Brien (obrien@NUXI.com) -# -# $FreeBSD$ -# - -PORTNAME= mutt -PORTVERSION= 1.4 -PORTREVISION= 0 -CATEGORIES+= mail -MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ - ftp://ftp.gbnet.net/pub/mutt-international/ \ - ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ - ftp://ftp.demon.co.uk/pub/mirrors/mutt/ \ - ftp://ftp.parodius.com/pub/mutt/ \ - ftp://pgp.rasip.fer.hr/pub/mutt/international/ -DISTFILES= ${DISTNAME}i${EXTRACT_SUFX} - -PATCH_SITES= http://www.mutt.org.ua/download/${PKGNAME}/ \ - http://www.spinnaker.de/mutt/compressed/ \ - http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \ - http://www.math.fu-berlin.de/~leitner/mutt/${PKGNAME:S/^mutt-//}/ \ - http://www.efrei.fr/~parmelan/mutt/${PKGNAME:S/^mutt-//}/ \ - ftp://www.frmug.org/pub/mutt/mutt/${PKGNAME:S/^mutt-//}/ \ - ftp://riemann.iam.uni-bonn.de/pub/mutt/ -PATCHFILES= patch-${PORTVERSION}.rr.compressed.1.gz \ - patch-${PORTVERSION}.vvv.initials.gz -PATCH_DIST_STRIP= -p1 - -MAINTAINER?= udo.schweigert@siemens.com - -.if defined(PACKAGE_BUILDING) -WITH_SLANG= yes -BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell \ - urlview:${PORTSDIR}/textproc/urlview -.endif -.if ${MACHINE_ARCH} != "alpha" -# coredump in sgmls -WITH_SGML_DOCS?=yes -.endif - -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext -.if defined(WITH_SLANG) -LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang -.elif defined(WITH_NCURSES_PORT) -LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses -.endif -.if defined(WITH_MUTT_CYRUS_SASL) -LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl -.endif -.if defined(WITH_SGML_DOCS) && ${WITH_SGML_DOCS} != "no" -BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat -.endif - -DIST_SUBDIR= mutt -WRKSRC= ${WRKDIR}/${DISTNAME:S/i$//} -USE_OPENSSL= yes -GNU_CONFIGURE= yes -USE_AUTOMAKE= yes # configure.in is patched by <PATCHFILES> -USE_REINPLACE= yes -CONFIGURE_TARGET=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib -CONFIGURE_ARGS= --enable-pop --enable-imap --enable-flock --disable-fcntl \ - --with-ssl=${OPENSSLBASE} --sysconfdir=${PREFIX}/etc \ - --with-sharedir=${PREFIX}/share/mutt \ - --with-docdir=${PREFIX}/share/doc/mutt --with-charmaps \ - --with-libiconv-prefix=${PREFIX} \ - --enable-compressed -.if defined(WITH_LOCALES_FIX) -CONFIGURE_ARGS+= --enable-locales-fix -.endif -.if defined(WITH_SLANG) -CONFIGURE_ARGS+= --with-slang=${PREFIX} -.elif defined(WITH_NCURSES_PORT) -CONFIGURE_ARGS+= --with-curses=${PREFIX} -CFLAGS+= -I${PREFIX}/include/ncurses -I${PREFIX}/include -.endif -.if defined(WITH_MUTT_CYRUS_SASL) -CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} -.endif -MAN1= flea.1 mutt.1 mutt_dotlock.1 muttbug.1 -MAN5= mbox.5 muttrc.5 - -# XXX -# this should be done automagically by aclocal but .... -# for now, this will have to do -pre-build: - ${REINPLACE_CMD} -E -e "s|^(ACLOCAL = ).+|\1${ACLOCAL}|" \ - -e "s|^(AUTOCONF = ).+|\1${AUTOCONF}|" \ - -e "s|^(AUTOMAKE = ).+|\1${AUTOMAKE}|" \ - -e "s|^(AUTOHEADER = ).+|\1${AUTOHEADER}|" \ - ${BUILD_WRKSRC}/Makefile - -.if !defined(NOPORTDOCS) -post-build: - ${TOUCH} ${WRKSRC}/doc/mutt.man ${WRKSRC}/doc/manual.sgml - ${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-doc-ref - printf ",s|\$${PREFIX}|%s|g\nw\nq\n" ${PREFIX} | \ - ed -s ${WRKSRC}/doc/mutt.man -.if defined(WITH_SGML_DOCS) && ${WITH_SGML_DOCS} != "no" -PLIST:= ${WRKDIR}/PLIST -pre-install: - @${CAT} ${PKGDIR}/pkg-plist.htmlfiles > ${PLIST} - @${CAT} ${PKGDIR}/pkg-plist >> ${PLIST} -.endif -.endif - -post-install: - @strip ${PREFIX}/bin/mutt -.if !defined(NOPORTDOCS) - @${ECHO} "===> Installing Mutt documentation" - @${MKDIR} ${PREFIX}/share/doc/mutt && ${CHMOD} a+rx ${PREFIX}/share/doc/mutt - @cd ${WRKSRC}/doc ; ${INSTALL_MAN} manual.txt PGP-Notes.txt \ - ${PREFIX}/share/doc/mutt -.if defined(WITH_SGML_DOCS) && ${WITH_SGML_DOCS} != "no" - ${INSTALL} ${COPY} -o ${MANOWN} -g ${MANGRP} -m 0755 \ - -d ${PREFIX}/share/doc/mutt/html - ${INSTALL_MAN} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/mutt/html - ${INSTALL_MAN} ${WRKSRC}/doc/*.latin1 ${PREFIX}/share/doc/mutt -.endif -.endif - -.include <bsd.port.mk> diff --git a/mail/mutt14/distinfo b/mail/mutt14/distinfo deleted file mode 100644 index 5eaf67da7067..000000000000 --- a/mail/mutt14/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mutt/mutt-1.4i.tar.gz) = a67bcdf1a1cd53d61ccd3ebf3993ba59 -MD5 (mutt/patch-1.4.rr.compressed.1.gz) = 57b241046d0c0bbfe6a4fe7e3ba5f0ec -MD5 (mutt/patch-1.4.vvv.initials.gz) = 43b4c482d9f8164a016d6d869328ad66 diff --git a/mail/mutt14/files/extra-patch-doc-ref b/mail/mutt14/files/extra-patch-doc-ref deleted file mode 100644 index ee044b188b0b..000000000000 --- a/mail/mutt14/files/extra-patch-doc-ref +++ /dev/null @@ -1,12 +0,0 @@ ---- doc/mutt.man.orig Mon Jul 13 12:50:38 1998 -+++ doc/mutt.man Thu Oct 1 22:15:40 1998 -@@ -20,7 +20,8 @@ - .SH DESCRIPTION - Mutt is a small but very powerful text based program for reading electronic - mail under unix operating systems, including support color terminals, MIME, --and a threaded sorting mode. -+and a threaded sorting mode. Details of how to use all of this is -+available in \fI${PREFIX}/share/doc/mutt/\fP. - .SH OPTIONS - .IP "-a \fIfile\fP" - Attach a file to your message using MIME. diff --git a/mail/mutt14/files/patch-02 b/mail/mutt14/files/patch-02 deleted file mode 100644 index 3717189e334f..000000000000 --- a/mail/mutt14/files/patch-02 +++ /dev/null @@ -1,63 +0,0 @@ ---- doc/Makefile.in.orig Tue Nov 6 11:12:31 2001 -+++ doc/Makefile.in Fri Jun 21 12:00:28 2002 -@@ -60,13 +60,19 @@ - topsrcdir_DOCFILES = COPYRIGHT GPL INSTALL ChangeLog \ - README NEWS TODO README.SECURITY README.SSL - --all: muttrc.man try-html try-txt -+all: muttrc.man try-html try-txt try-latin1 - - try-html: ../makedoc -- test -f manual.html || $(MAKE) manual.html || cp $(srcdir)/manual*.html ./ -+ rm -f *.html && $(MAKE) manual.html || cp $(srcdir)/manual*.html ./ -+ touch $@ - - try-txt: ../makedoc -- test -f manual.txt || $(MAKE) manual.txt || cp $(srcdir)/manual.txt ./ -+ $(MAKE) manual.txt || cp $(srcdir)/manual.txt ./ -+ touch $@ -+ -+try-latin1: -+ $(MAKE) manual.latin1 || cp $(srcdir)/manual.latin1 ./ -+ touch $@ - - install: all instdoc - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man1 -@@ -86,10 +92,10 @@ - $(INSTALL) -m 644 $(top_srcdir)/$$f $(DESTDIR)$(docdir) ; \ - done - $(INSTALL) -m 644 manual.txt $(DESTDIR)$(docdir) || true -- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/html -- for file in manual*.html ; do \ -- $(INSTALL) -m 644 $$file $(DESTDIR)$(docdir)/html/ || true ;\ -- done -+ # $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/html -+ # for file in manual*.html ; do \ -+ # $(INSTALL) -m 644 $$file $(DESTDIR)$(docdir)/html/ || true ;\ -+ # done - - uninstall: - -rm -f $(DESTDIR)$(mandir)/man1/mutt.1 -@@ -99,14 +105,18 @@ - - check: - manual.txt: manual.sgml -- if sgml2txt -c latin manual ; then \ -- uniq < manual.txt | expand > _manual.txt ; \ -- rm manual.txt ; \ -+ if sgmlfmt -f ascii manual; then \ -+ uniq < manual.ascii | expand > _manual.txt ; \ -+ rm -f manual.txt manual.ascii; \ - mv _manual.txt manual.txt ;\ - fi - - manual.html: manual.sgml -- sgml2html manual || true -+ @# sgml2html manual || true -+ sgmlfmt -f html manual || true -+ -+manual.latin1: manual.sgml -+ sgmlfmt -f latin1 manual || true - - manual.ps: manual.sgml - sgml2latex --output=ps manual || true diff --git a/mail/mutt14/files/patch-03 b/mail/mutt14/files/patch-03 deleted file mode 100644 index b870f7f7aaec..000000000000 --- a/mail/mutt14/files/patch-03 +++ /dev/null @@ -1,13 +0,0 @@ ---- doc/manual.sgml.orig Tue May 9 17:15:26 2000 -+++ doc/manual.sgml Fri May 12 11:05:40 2000 -@@ -1,5 +1,8 @@ --<!doctype linuxdoc system> -- -+<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [ -+<!ENTITY dquot """> -+]> -+<linuxdoc> -+ - <article> - - <title>The Mutt E-Mail Client diff --git a/mail/mutt14/files/patch-05 b/mail/mutt14/files/patch-05 deleted file mode 100644 index 13a52d9daa40..000000000000 --- a/mail/mutt14/files/patch-05 +++ /dev/null @@ -1,87 +0,0 @@ ---- curs_lib.c.old Wed Sep 1 19:39:20 1999 -+++ curs_lib.c Sun Sep 26 23:47:03 1999 -@@ -156,6 +156,16 @@ - def = 0; - break; - } -+ else if (tolower(ch.ch) == 'y') -+ { -+ def = 1; -+ break; -+ } -+ else if (tolower(ch.ch) == 'n') -+ { -+ def = 0; -+ break; -+ } - else - { - BEEP(); -@@ -413,8 +423,9 @@ - { - event_t ch; - int choice; -- char *p; -+ char *p, *nletters; - -+ nletters = _(letters); - mvaddstr (LINES - 1, 0, prompt); - clrtoeol (); - FOREVER -@@ -428,6 +439,12 @@ - } - else - { -+ p = strchr (nletters, ch.ch); -+ if (p) -+ { -+ choice = p - nletters + 1; -+ break; -+ } - p = strchr (letters, ch.ch); - if (p) - { ---- browser.c.orig Fri Sep 24 01:08:08 1999 -+++ browser.c Sun Sep 26 23:46:25 1999 -@@ -750,7 +750,7 @@ - switch (mutt_multi_choice ((reverse) ? - _("Reverse sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? ") : - _("Sort by (d)ate, (a)lpha, si(z)e or do(n)'t sort? "), -- _("dazn"))) -+ N_("dazn"))) - { - case -1: /* abort */ - resort = 0; ---- commands.c.orig Wed Jul 7 02:56:24 1999 -+++ commands.c Sun Sep 26 23:46:25 1999 -@@ -337,7 +337,7 @@ - switch (mutt_multi_choice (reverse ? - _("Rev-Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: ") : - _("Sort (d)ate/(f)rm/(r)ecv/(s)ubj/t(o)/(t)hread/(u)nsort/si(z)e/s(c)ore?: "), -- _("dfrsotuzc"))) -+ N_("dfrsotuzc"))) - { - case -1: /* abort - don't resort */ - return -1; ---- compose.c.orig Mon Feb 12 18:02:38 2001 -+++ compose.c Fri Mar 30 17:04:09 2001 -@@ -130,7 +130,7 @@ - char input_signas[SHORT_STRING]; - - switch (mutt_multi_choice (_("(e)ncrypt, (s)ign, sign (a)s, (b)oth, or (f)orget it? "), -- _("esabf"))) -+ N_("esabf"))) - { - case 1: /* (e)ncrypt */ - bits |= PGPENCRYPT; ---- muttlib.c.orig Sun Apr 9 14:39:02 2000 -+++ muttlib.c Fri May 12 11:26:58 2000 -@@ -671,7 +671,7 @@ - if (*append == 0 && access (fname, F_OK) == 0) - { - switch (mutt_multi_choice -- (_("File exists, (o)verwrite, (a)ppend, or (c)ancel?"), _("oac"))) -+ (_("File exists, (o)verwrite, (a)ppend, or (c)ancel?"), N_("oac"))) - { - case -1: /* abort */ - case 3: /* cancel */ diff --git a/mail/mutt14/files/patch-08 b/mail/mutt14/files/patch-08 deleted file mode 100644 index 3e50cbd13779..000000000000 --- a/mail/mutt14/files/patch-08 +++ /dev/null @@ -1,10 +0,0 @@ ---- Muttrc.orig Sat May 13 08:30:44 2000 -+++ Muttrc Sat May 13 08:32:05 2000 -@@ -629,6 +629,7 @@ - # Type: boolean - # Default: yes - # -+set followup_to=no - # - # Controls whether or not the Mail-Followup-To header field is - # generated when sending mail. When set, Mutt will generate this diff --git a/mail/mutt14/files/patch-aclocal.m4 b/mail/mutt14/files/patch-aclocal.m4 deleted file mode 100644 index 6635a1a90fa6..000000000000 --- a/mail/mutt14/files/patch-aclocal.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- aclocal.m4.orig Fri Jul 28 11:50:25 2000 -+++ aclocal.m4 Wed Dec 5 12:10:16 2001 -@@ -62,4 +62,4 @@ --AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) --AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir) --AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir) --AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir) -+AM_MISSING_PROG(ACLOCAL, aclocal14, $missing_dir) -+AM_MISSING_PROG(AUTOCONF, autoconf213, $missing_dir) -+AM_MISSING_PROG(AUTOMAKE, automake14, $missing_dir) -+AM_MISSING_PROG(AUTOHEADER, autoheader213, $missing_dir) diff --git a/mail/mutt14/files/patch-configure.in b/mail/mutt14/files/patch-configure.in deleted file mode 100644 index 0b37933c1c62..000000000000 --- a/mail/mutt14/files/patch-configure.in +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.in.orig Mon Nov 11 14:11:26 2002 -+++ configure.in Mon Nov 11 14:12:09 2002 -@@ -515,7 +515,7 @@ - AC_MSG_ERROR([SSL support is only useful with POP or IMAP support]) - fi - -- if test "$with_ssl" != "yes" -+ if test "$with_ssl" != "yes" && x$withval != x/usr - then - LDFLAGS="$LDFLAGS -L$withval/lib" - CPPFLAGS="$CPPFLAGS -I$withval/include" -@@ -572,7 +572,7 @@ - then - if test "$with_sasl" != "yes" - then -- CPPFLAGS="$CPPFLAGS -I$with_sasl/include" -+ CPPFLAGS="$CPPFLAGS -I$with_sasl/include/sasl1" - LDFLAGS="$LDFLAGS -L$with_sasl/lib" - fi - -@@ -625,7 +625,7 @@ - fi]) - - if test x$GCC = xyes -a $mutt_cv_warnings = yes; then -- CFLAGS="-Wall -pedantic $CFLAGS" -+ CFLAGS="-Wall $CFLAGS" - fi - - AC_ARG_ENABLE(nfs-fix, [ --enable-nfs-fix Work around an NFS with broken attributes caching ], diff --git a/mail/mutt14/patches/patch-09 b/mail/mutt14/patches/patch-09 deleted file mode 100644 index 1e585b79d328..000000000000 --- a/mail/mutt14/patches/patch-09 +++ /dev/null @@ -1,16 +0,0 @@ ---- po/zh_TW.Big5.po.orig Fri Oct 22 00:47:15 1999 -+++ po/zh_TW.Big5.po Sun Oct 24 20:40:31 1999 -@@ -555,11 +555,11 @@ - - #: curs_lib.c:136 - msgid "yes" --msgstr "" -+msgstr "y¬O" - - #: curs_lib.c:137 - msgid "no" --msgstr "" -+msgstr "n§_" - - #. restore blocking operation - #: curs_lib.c:176 diff --git a/mail/mutt14/pkg-comment b/mail/mutt14/pkg-comment deleted file mode 100644 index ab9538328bb4..000000000000 --- a/mail/mutt14/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc.) diff --git a/mail/mutt14/pkg-descr b/mail/mutt14/pkg-descr deleted file mode 100644 index 68d853aebed8..000000000000 --- a/mail/mutt14/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Mutt -- "The Mongrel of Mail User Agents" (part Elm, part Pine, part mh, -part slrn, part everything else) is an interactive screen-oriented mailer -program that supersedes Elm, Pine, mail and mailx. - -Features include color support, message threading, MIME support (including -RFC1522 support for encoded headers), customizable key bindings, POP3, -Delivery Status Notification (DSN) support, and PGP/MIME. - -WWW: http://www.mutt.org/ -Mutt User Information: http://www.math.fu-berlin.de/~guckes/mutt/ - - -- David (obrien@cs.ucdavis.edu) diff --git a/mail/mutt14/pkg-plist b/mail/mutt14/pkg-plist deleted file mode 100644 index f95d3e5cdd1c..000000000000 --- a/mail/mutt14/pkg-plist +++ /dev/null @@ -1,80 +0,0 @@ -@comment $FreeBSD$ -bin/flea -bin/mutt -bin/mutt_dotlock -bin/muttbug -bin/pgpewrap -bin/pgpring -etc/Muttrc -etc/mime.types -share/doc/mutt/COPYRIGHT -share/doc/mutt/ChangeLog -share/doc/mutt/GPL -share/doc/mutt/INSTALL -share/doc/mutt/NEWS -share/doc/mutt/PGP-Notes.txt -share/doc/mutt/README -share/doc/mutt/README.SECURITY -share/doc/mutt/README.SSL -share/doc/mutt/TODO -share/doc/mutt/applying-patches.txt -share/doc/mutt/devel-notes.txt -share/doc/mutt/manual.txt -share/doc/mutt/patch-notes.txt -share/doc/mutt/samples/Mush.rc -share/doc/mutt/samples/Pine.rc -share/doc/mutt/samples/Tin.rc -share/doc/mutt/samples/gpg.rc -share/doc/mutt/samples/iconv/iconv.aix-3.2.5.rc -share/doc/mutt/samples/iconv/iconv.aix-4.1.5.rc -share/doc/mutt/samples/iconv/iconv.aix-4.2.0.rc -share/doc/mutt/samples/iconv/iconv.aix-4.3.2.rc -share/doc/mutt/samples/iconv/iconv.freebsd-3.3.rc -share/doc/mutt/samples/iconv/iconv.glibc-2.1.3.rc -share/doc/mutt/samples/iconv/iconv.glibc-2.1.90.rc -share/doc/mutt/samples/iconv/iconv.hpux-10.01.rc -share/doc/mutt/samples/iconv/iconv.hpux-10.20.rc -share/doc/mutt/samples/iconv/iconv.hpux-11.00.rc -share/doc/mutt/samples/iconv/iconv.irix-6.5.rc -share/doc/mutt/samples/iconv/iconv.osf1-4.0a.rc -share/doc/mutt/samples/iconv/iconv.osf1-4.0d.rc -share/doc/mutt/samples/iconv/iconv.solaris-2.4.rc -share/doc/mutt/samples/iconv/iconv.solaris-2.5.1.rc -share/doc/mutt/samples/iconv/iconv.solaris-2.6-cjk.rc -share/doc/mutt/samples/iconv/iconv.solaris-2.6.rc -share/doc/mutt/samples/iconv/iconv.solaris-2.7.rc -share/doc/mutt/samples/pgp2.rc -share/doc/mutt/samples/pgp5.rc -share/doc/mutt/samples/pgp6.rc -share/doc/mutt/samples/sample.mailcap -share/doc/mutt/samples/sample.muttrc -share/doc/mutt/samples/sample.muttrc-tlr -share/locale/ca/LC_MESSAGES/mutt.mo -share/locale/cs/LC_MESSAGES/mutt.mo -share/locale/da/LC_MESSAGES/mutt.mo -share/locale/de/LC_MESSAGES/mutt.mo -share/locale/el/LC_MESSAGES/mutt.mo -share/locale/eo/LC_MESSAGES/mutt.mo -share/locale/es/LC_MESSAGES/mutt.mo -share/locale/et/LC_MESSAGES/mutt.mo -share/locale/fr/LC_MESSAGES/mutt.mo -share/locale/gl/LC_MESSAGES/mutt.mo -share/locale/hu/LC_MESSAGES/mutt.mo -share/locale/id/LC_MESSAGES/mutt.mo -share/locale/it/LC_MESSAGES/mutt.mo -share/locale/ja/LC_MESSAGES/mutt.mo -share/locale/ko/LC_MESSAGES/mutt.mo -share/locale/lt/LC_MESSAGES/mutt.mo -share/locale/nl/LC_MESSAGES/mutt.mo -share/locale/pl/LC_MESSAGES/mutt.mo -share/locale/pt_BR/LC_MESSAGES/mutt.mo -share/locale/ru/LC_MESSAGES/mutt.mo -share/locale/sk/LC_MESSAGES/mutt.mo -share/locale/sv/LC_MESSAGES/mutt.mo -share/locale/tr/LC_MESSAGES/mutt.mo -share/locale/uk/LC_MESSAGES/mutt.mo -share/locale/zh_CN/LC_MESSAGES/mutt.mo -share/locale/zh_TW/LC_MESSAGES/mutt.mo -@dirrm share/doc/mutt/samples/iconv -@dirrm share/doc/mutt/samples -@dirrm share/doc/mutt diff --git a/mail/mutt14/pkg-plist.htmlfiles b/mail/mutt14/pkg-plist.htmlfiles deleted file mode 100644 index baabdf27f412..000000000000 --- a/mail/mutt14/pkg-plist.htmlfiles +++ /dev/null @@ -1,346 +0,0 @@ -share/doc/mutt/html/manual.html -share/doc/mutt/html/manual1.html -share/doc/mutt/html/manual10.html -share/doc/mutt/html/manual100.html -share/doc/mutt/html/manual101.html -share/doc/mutt/html/manual102.html -share/doc/mutt/html/manual103.html -share/doc/mutt/html/manual104.html -share/doc/mutt/html/manual105.html -share/doc/mutt/html/manual106.html -share/doc/mutt/html/manual107.html -share/doc/mutt/html/manual108.html -share/doc/mutt/html/manual109.html -share/doc/mutt/html/manual11.html -share/doc/mutt/html/manual110.html -share/doc/mutt/html/manual111.html -share/doc/mutt/html/manual112.html -share/doc/mutt/html/manual113.html -share/doc/mutt/html/manual114.html -share/doc/mutt/html/manual115.html -share/doc/mutt/html/manual116.html -share/doc/mutt/html/manual117.html -share/doc/mutt/html/manual118.html -share/doc/mutt/html/manual119.html -share/doc/mutt/html/manual12.html -share/doc/mutt/html/manual120.html -share/doc/mutt/html/manual121.html -share/doc/mutt/html/manual122.html -share/doc/mutt/html/manual123.html -share/doc/mutt/html/manual124.html -share/doc/mutt/html/manual125.html -share/doc/mutt/html/manual126.html -share/doc/mutt/html/manual127.html -share/doc/mutt/html/manual128.html -share/doc/mutt/html/manual129.html -share/doc/mutt/html/manual13.html -share/doc/mutt/html/manual130.html -share/doc/mutt/html/manual131.html -share/doc/mutt/html/manual132.html -share/doc/mutt/html/manual133.html -share/doc/mutt/html/manual134.html -share/doc/mutt/html/manual135.html -share/doc/mutt/html/manual136.html -share/doc/mutt/html/manual137.html -share/doc/mutt/html/manual138.html -share/doc/mutt/html/manual139.html -share/doc/mutt/html/manual14.html -share/doc/mutt/html/manual140.html -share/doc/mutt/html/manual141.html -share/doc/mutt/html/manual142.html -share/doc/mutt/html/manual143.html -share/doc/mutt/html/manual144.html -share/doc/mutt/html/manual145.html -share/doc/mutt/html/manual146.html -share/doc/mutt/html/manual147.html -share/doc/mutt/html/manual148.html -share/doc/mutt/html/manual149.html -share/doc/mutt/html/manual15.html -share/doc/mutt/html/manual150.html -share/doc/mutt/html/manual151.html -share/doc/mutt/html/manual152.html -share/doc/mutt/html/manual153.html -share/doc/mutt/html/manual154.html -share/doc/mutt/html/manual155.html -share/doc/mutt/html/manual156.html -share/doc/mutt/html/manual157.html -share/doc/mutt/html/manual158.html -share/doc/mutt/html/manual159.html -share/doc/mutt/html/manual16.html -share/doc/mutt/html/manual160.html -share/doc/mutt/html/manual161.html -share/doc/mutt/html/manual162.html -share/doc/mutt/html/manual163.html -share/doc/mutt/html/manual164.html -share/doc/mutt/html/manual165.html -share/doc/mutt/html/manual166.html -share/doc/mutt/html/manual167.html -share/doc/mutt/html/manual168.html -share/doc/mutt/html/manual169.html -share/doc/mutt/html/manual17.html -share/doc/mutt/html/manual170.html -share/doc/mutt/html/manual171.html -share/doc/mutt/html/manual172.html -share/doc/mutt/html/manual173.html -share/doc/mutt/html/manual174.html -share/doc/mutt/html/manual175.html -share/doc/mutt/html/manual176.html -share/doc/mutt/html/manual177.html -share/doc/mutt/html/manual178.html -share/doc/mutt/html/manual179.html -share/doc/mutt/html/manual18.html -share/doc/mutt/html/manual180.html -share/doc/mutt/html/manual181.html -share/doc/mutt/html/manual182.html -share/doc/mutt/html/manual183.html -share/doc/mutt/html/manual184.html -share/doc/mutt/html/manual185.html -share/doc/mutt/html/manual186.html -share/doc/mutt/html/manual187.html -share/doc/mutt/html/manual188.html -share/doc/mutt/html/manual189.html -share/doc/mutt/html/manual19.html -share/doc/mutt/html/manual190.html -share/doc/mutt/html/manual191.html -share/doc/mutt/html/manual192.html -share/doc/mutt/html/manual193.html -share/doc/mutt/html/manual194.html -share/doc/mutt/html/manual195.html -share/doc/mutt/html/manual196.html -share/doc/mutt/html/manual197.html -share/doc/mutt/html/manual198.html -share/doc/mutt/html/manual199.html -share/doc/mutt/html/manual2.html -share/doc/mutt/html/manual20.html -share/doc/mutt/html/manual200.html -share/doc/mutt/html/manual201.html -share/doc/mutt/html/manual202.html -share/doc/mutt/html/manual203.html -share/doc/mutt/html/manual204.html -share/doc/mutt/html/manual205.html -share/doc/mutt/html/manual206.html -share/doc/mutt/html/manual207.html -share/doc/mutt/html/manual208.html -share/doc/mutt/html/manual209.html -share/doc/mutt/html/manual21.html -share/doc/mutt/html/manual210.html -share/doc/mutt/html/manual211.html -share/doc/mutt/html/manual212.html -share/doc/mutt/html/manual213.html -share/doc/mutt/html/manual214.html -share/doc/mutt/html/manual215.html -share/doc/mutt/html/manual216.html -share/doc/mutt/html/manual217.html -share/doc/mutt/html/manual218.html -share/doc/mutt/html/manual219.html -share/doc/mutt/html/manual22.html -share/doc/mutt/html/manual220.html -share/doc/mutt/html/manual221.html -share/doc/mutt/html/manual222.html -share/doc/mutt/html/manual223.html -share/doc/mutt/html/manual224.html -share/doc/mutt/html/manual225.html -share/doc/mutt/html/manual226.html -share/doc/mutt/html/manual227.html -share/doc/mutt/html/manual228.html -share/doc/mutt/html/manual229.html -share/doc/mutt/html/manual23.html -share/doc/mutt/html/manual230.html -share/doc/mutt/html/manual231.html -share/doc/mutt/html/manual232.html -share/doc/mutt/html/manual233.html -share/doc/mutt/html/manual234.html -share/doc/mutt/html/manual235.html -share/doc/mutt/html/manual236.html -share/doc/mutt/html/manual237.html -share/doc/mutt/html/manual238.html -share/doc/mutt/html/manual239.html -share/doc/mutt/html/manual24.html -share/doc/mutt/html/manual240.html -share/doc/mutt/html/manual241.html -share/doc/mutt/html/manual242.html -share/doc/mutt/html/manual243.html -share/doc/mutt/html/manual244.html -share/doc/mutt/html/manual245.html -share/doc/mutt/html/manual246.html -share/doc/mutt/html/manual247.html -share/doc/mutt/html/manual248.html -share/doc/mutt/html/manual249.html -share/doc/mutt/html/manual25.html -share/doc/mutt/html/manual250.html -share/doc/mutt/html/manual251.html -share/doc/mutt/html/manual252.html -share/doc/mutt/html/manual253.html -share/doc/mutt/html/manual254.html -share/doc/mutt/html/manual255.html -share/doc/mutt/html/manual256.html -share/doc/mutt/html/manual257.html -share/doc/mutt/html/manual258.html -share/doc/mutt/html/manual259.html -share/doc/mutt/html/manual26.html -share/doc/mutt/html/manual260.html -share/doc/mutt/html/manual261.html -share/doc/mutt/html/manual262.html -share/doc/mutt/html/manual263.html -share/doc/mutt/html/manual264.html -share/doc/mutt/html/manual265.html -share/doc/mutt/html/manual266.html -share/doc/mutt/html/manual267.html -share/doc/mutt/html/manual268.html -share/doc/mutt/html/manual269.html -share/doc/mutt/html/manual27.html -share/doc/mutt/html/manual270.html -share/doc/mutt/html/manual271.html -share/doc/mutt/html/manual272.html -share/doc/mutt/html/manual273.html -share/doc/mutt/html/manual274.html -share/doc/mutt/html/manual275.html -share/doc/mutt/html/manual276.html -share/doc/mutt/html/manual277.html -share/doc/mutt/html/manual278.html -share/doc/mutt/html/manual279.html -share/doc/mutt/html/manual28.html -share/doc/mutt/html/manual280.html -share/doc/mutt/html/manual281.html -share/doc/mutt/html/manual282.html -share/doc/mutt/html/manual283.html -share/doc/mutt/html/manual284.html -share/doc/mutt/html/manual285.html -share/doc/mutt/html/manual286.html -share/doc/mutt/html/manual287.html -share/doc/mutt/html/manual288.html -share/doc/mutt/html/manual289.html -share/doc/mutt/html/manual29.html -share/doc/mutt/html/manual290.html -share/doc/mutt/html/manual291.html -share/doc/mutt/html/manual292.html -share/doc/mutt/html/manual293.html -share/doc/mutt/html/manual294.html -share/doc/mutt/html/manual295.html -share/doc/mutt/html/manual296.html -share/doc/mutt/html/manual297.html -share/doc/mutt/html/manual298.html -share/doc/mutt/html/manual299.html -share/doc/mutt/html/manual3.html -share/doc/mutt/html/manual30.html -share/doc/mutt/html/manual300.html -share/doc/mutt/html/manual301.html -share/doc/mutt/html/manual302.html -share/doc/mutt/html/manual303.html -share/doc/mutt/html/manual304.html -share/doc/mutt/html/manual305.html -share/doc/mutt/html/manual306.html -share/doc/mutt/html/manual307.html -share/doc/mutt/html/manual308.html -share/doc/mutt/html/manual309.html -share/doc/mutt/html/manual31.html -share/doc/mutt/html/manual310.html -share/doc/mutt/html/manual311.html -share/doc/mutt/html/manual312.html -share/doc/mutt/html/manual313.html -share/doc/mutt/html/manual314.html -share/doc/mutt/html/manual315.html -share/doc/mutt/html/manual316.html -share/doc/mutt/html/manual317.html -share/doc/mutt/html/manual318.html -share/doc/mutt/html/manual319.html -share/doc/mutt/html/manual32.html -share/doc/mutt/html/manual320.html -share/doc/mutt/html/manual321.html -share/doc/mutt/html/manual322.html -share/doc/mutt/html/manual323.html -share/doc/mutt/html/manual324.html -share/doc/mutt/html/manual325.html -share/doc/mutt/html/manual326.html -share/doc/mutt/html/manual327.html -share/doc/mutt/html/manual328.html -share/doc/mutt/html/manual329.html -share/doc/mutt/html/manual33.html -share/doc/mutt/html/manual330.html -share/doc/mutt/html/manual331.html -share/doc/mutt/html/manual332.html -share/doc/mutt/html/manual333.html -share/doc/mutt/html/manual334.html -share/doc/mutt/html/manual335.html -share/doc/mutt/html/manual336.html -share/doc/mutt/html/manual337.html -share/doc/mutt/html/manual338.html -share/doc/mutt/html/manual339.html -share/doc/mutt/html/manual34.html -share/doc/mutt/html/manual340.html -share/doc/mutt/html/manual341.html -share/doc/mutt/html/manual342.html -share/doc/mutt/html/manual35.html -share/doc/mutt/html/manual36.html -share/doc/mutt/html/manual37.html -share/doc/mutt/html/manual38.html -share/doc/mutt/html/manual39.html -share/doc/mutt/html/manual4.html -share/doc/mutt/html/manual40.html -share/doc/mutt/html/manual41.html -share/doc/mutt/html/manual42.html -share/doc/mutt/html/manual43.html -share/doc/mutt/html/manual44.html -share/doc/mutt/html/manual45.html -share/doc/mutt/html/manual46.html -share/doc/mutt/html/manual47.html -share/doc/mutt/html/manual48.html -share/doc/mutt/html/manual49.html -share/doc/mutt/html/manual5.html -share/doc/mutt/html/manual50.html -share/doc/mutt/html/manual51.html -share/doc/mutt/html/manual52.html -share/doc/mutt/html/manual53.html -share/doc/mutt/html/manual54.html -share/doc/mutt/html/manual55.html -share/doc/mutt/html/manual56.html -share/doc/mutt/html/manual57.html -share/doc/mutt/html/manual58.html -share/doc/mutt/html/manual59.html -share/doc/mutt/html/manual6.html -share/doc/mutt/html/manual60.html -share/doc/mutt/html/manual61.html -share/doc/mutt/html/manual62.html -share/doc/mutt/html/manual63.html -share/doc/mutt/html/manual64.html -share/doc/mutt/html/manual65.html -share/doc/mutt/html/manual66.html -share/doc/mutt/html/manual67.html -share/doc/mutt/html/manual68.html -share/doc/mutt/html/manual69.html -share/doc/mutt/html/manual7.html -share/doc/mutt/html/manual70.html -share/doc/mutt/html/manual71.html -share/doc/mutt/html/manual72.html -share/doc/mutt/html/manual73.html -share/doc/mutt/html/manual74.html -share/doc/mutt/html/manual75.html -share/doc/mutt/html/manual76.html -share/doc/mutt/html/manual77.html -share/doc/mutt/html/manual78.html -share/doc/mutt/html/manual79.html -share/doc/mutt/html/manual8.html -share/doc/mutt/html/manual80.html -share/doc/mutt/html/manual81.html -share/doc/mutt/html/manual82.html -share/doc/mutt/html/manual83.html -share/doc/mutt/html/manual84.html -share/doc/mutt/html/manual85.html -share/doc/mutt/html/manual86.html -share/doc/mutt/html/manual87.html -share/doc/mutt/html/manual88.html -share/doc/mutt/html/manual89.html -share/doc/mutt/html/manual9.html -share/doc/mutt/html/manual90.html -share/doc/mutt/html/manual91.html -share/doc/mutt/html/manual92.html -share/doc/mutt/html/manual93.html -share/doc/mutt/html/manual94.html -share/doc/mutt/html/manual95.html -share/doc/mutt/html/manual96.html -share/doc/mutt/html/manual97.html -share/doc/mutt/html/manual98.html -share/doc/mutt/html/manual99.html -share/doc/mutt/html/manual_toc.html -share/doc/mutt/manual.latin1 -@dirrm share/doc/mutt/html diff --git a/mail/p5-Mail-Box1/Makefile b/mail/p5-Mail-Box1/Makefile deleted file mode 100644 index dff9ecc5e149..000000000000 --- a/mail/p5-Mail-Box1/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: Mail-Box -# Date created: Wed Jan 3 12:54:59 2001 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= Mail-Box -PORTVERSION= 1.324 -CATEGORIES= mail perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Mail -PKGNAMEPREFIX= p5- - -MAINTAINER= tobez@FreeBSD.org - -BUILD_DEPENDS= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ - ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate -RUN_DEPENDS= ${BUILD_DEPENDS} - -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -PERL_CONFIGURE= yes - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Mail::Box.3 \ - Mail::Box::Index.3 \ - Mail::Box::Locker.3 \ - Mail::Box::MH.3 \ - Mail::Box::MH::Message.3 \ - Mail::Box::Manager.3 \ - Mail::Box::Mbox.3 \ - Mail::Box::Mbox::Message.3 \ - Mail::Box::Message.3 \ - Mail::Box::Threads.3 \ - Mail::Box::Tie.3 \ - Mail::Box::Tie::ARRAY.3 \ - Mail::Box::Tie::HASH.3 \ - Mail::Message.3 - -post-patch: - ${PERL} -pi -e 's/^our\s+([\$$\@]\w+)/use vars qw($$1);$$1/' \ - ${WRKSRC}/Message.pm - -.include <bsd.port.mk> diff --git a/mail/p5-Mail-Box1/distinfo b/mail/p5-Mail-Box1/distinfo deleted file mode 100644 index f9e830797c32..000000000000 --- a/mail/p5-Mail-Box1/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Mail-Box-1.324.tar.gz) = aecc24868fb16d97c910d3c59ca787fa diff --git a/mail/p5-Mail-Box1/pkg-comment b/mail/p5-Mail-Box1/pkg-comment deleted file mode 100644 index 41f112d42206..000000000000 --- a/mail/p5-Mail-Box1/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl module implementing a modern mail-folder managerat diff --git a/mail/p5-Mail-Box1/pkg-descr b/mail/p5-Mail-Box1/pkg-descr deleted file mode 100644 index 440d2deb696f..000000000000 --- a/mail/p5-Mail-Box1/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The Mail::Box folder is a modern mail-folder manager (at least on the -moment of this writing). It is written to replace Mail::Folder, -although it interface is different. - -Author: Mark Overmeer <mark@overmeer.net> -WWW: http://search.cpan.org/search?dist=Mail-Box - ---will diff --git a/mail/p5-Mail-Box1/pkg-plist b/mail/p5-Mail-Box1/pkg-plist deleted file mode 100644 index 3f30987b987c..000000000000 --- a/mail/p5-Mail-Box1/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Index.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Locker.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Locker/DotLock.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Locker/File.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Locker/NFS.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/MH.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/MH/Message.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Manager.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Mbox.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Mbox/Message.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Message.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Threads.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Tie.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Tie/ARRAY.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Tie/HASH.pm -lib/perl5/site_perl/%%PERL_VER%%/Mail/Message.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Box/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Box -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Locker -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Mbox -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/MH -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box/Tie -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail/Box -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Mail 2>/dev/null || true diff --git a/mail/p5-POE-Component-Client-POP3/Makefile b/mail/p5-POE-Component-Client-POP3/Makefile deleted file mode 100644 index b62ad9e90686..000000000000 --- a/mail/p5-POE-Component-Client-POP3/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: POE-Component-Client-POP3 -# Date created: 17 March 2002 -# Whom: Sergey Skvortsov <skv@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= POE-Component-Client-POP3 -PORTVERSION= 0.02 -CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= POE -PKGNAMEPREFIX= p5- - -MAINTAINER= skv@FreeBSD.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS= ${BUILD_DEPENDS} - -PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" -PERL_CONFIGURE= yes - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= POE::Component::Client::POP3.3 - -post-install: -.ifndef(NOPORTDOCS) - @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/samples/* ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/mail/p5-POE-Component-Client-POP3/distinfo b/mail/p5-POE-Component-Client-POP3/distinfo deleted file mode 100644 index a4ee1217272c..000000000000 --- a/mail/p5-POE-Component-Client-POP3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (POE-Component-Client-POP3-0.02.tar.gz) = 95728dfddce8af663ea61449beb265f1 diff --git a/mail/p5-POE-Component-Client-POP3/pkg-comment b/mail/p5-POE-Component-Client-POP3/pkg-comment deleted file mode 100644 index e053ffd9104e..000000000000 --- a/mail/p5-POE-Component-Client-POP3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Impliment a POP3 client POE component diff --git a/mail/p5-POE-Component-Client-POP3/pkg-descr b/mail/p5-POE-Component-Client-POP3/pkg-descr deleted file mode 100644 index 8d4662304ba0..000000000000 --- a/mail/p5-POE-Component-Client-POP3/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -POE::Component::Client::POP3 is a POE component for interacting with a -POP3 server. This means it is an event driven way to communicate with a -server that impliments Post Office Protocol Version 3 see rfc 1939 for -details on the protocol. - -WWW: http://search.cpan.org/search?dist=POE-Component-Client-POP3 - --- Sergey Skvortsov -skv@FreeBSD.org diff --git a/mail/p5-POE-Component-Client-POP3/pkg-plist b/mail/p5-POE-Component-Client-POP3/pkg-plist deleted file mode 100644 index eed6aad99217..000000000000 --- a/mail/p5-POE-Component-Client-POP3/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3/.packlist -lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client/POP3.pm -%%PORTDOCS%%%%EXAMPLESDIR%%/test.perl -%%PORTDOCS%%%%EXAMPLESDIR%%/term.perl -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client/POP3 -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE/Component 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/POE 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile deleted file mode 100644 index 6b47f15e39d2..000000000000 --- a/mail/postfix1/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 PCRE" -# -# the options are the same names as in the scripts/configure.postfix file - -PORTNAME= postfix -PORTVERSION= 1.1.11 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= khera@kciLink.com - -USE_SUBMAKE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 qmgr.8 qmqpd.8 showq.8 smtp.8 \ - smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; sh postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix1/distinfo b/mail/postfix1/distinfo deleted file mode 100644 index 379358ed4749..000000000000 --- a/mail/postfix1/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (postfix/postfix-1.1.11.tar.gz) = b34bb2b5018327c19456a77814141208 -MD5 (postfix/pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz) = 11d82e9a3482f64af9d228f7a4319566 -MD5 (postfix/postfix-1.1.11+ipv6.patch.gz) = dc2a6362518025583a17305607eb8f0e -MD5 (postfix/postfix-pg.postfix-1.1.8.patch) = e0f4d910a6d6648d9b48e2244f2764ba diff --git a/mail/postfix1/files/patch-aa b/mail/postfix1/files/patch-aa deleted file mode 100644 index 51b40396bd5e..000000000000 --- a/mail/postfix1/files/patch-aa +++ /dev/null @@ -1,86 +0,0 @@ -*** ./conf/main.cf.orig Fri Jan 4 13:09:04 2002 ---- ./conf/main.cf Tue Jan 8 22:41:50 2002 -*************** -*** 31,44 **** - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = /usr/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = /usr/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # ---- 31,44 ---- - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -*************** -*** 325,332 **** - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/spool/mail/user or /var/mail/user. Specify -! # "Maildir/" for qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ ---- 325,332 ---- - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/mail/user. Specify "Maildir/" for -! # qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ -*************** -*** 424,430 **** - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:/etc/postfix/header_checks - - # FAST ETRN SERVICE - # ---- 424,430 ---- - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - - # FAST ETRN SERVICE - # -*************** -*** 525,531 **** - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = - - # manpage_path: The location of the Postfix on-line manual pages. - # ---- 525,531 ---- - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = maildrop - - # manpage_path: The location of the Postfix on-line manual pages. - # diff --git a/mail/postfix1/files/patch-ab b/mail/postfix1/files/patch-ab deleted file mode 100644 index 7c81d3dc12c9..000000000000 --- a/mail/postfix1/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/canonical.orig Tue Mar 7 10:42:58 2000 ---- ./conf/canonical Thu Jun 1 21:53:23 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/canonical - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/canonical - # diff --git a/mail/postfix1/files/patch-ac b/mail/postfix1/files/patch-ac deleted file mode 100644 index 0fb2192cdd84..000000000000 --- a/mail/postfix1/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/access.orig Tue Mar 7 10:42:58 2000 ---- ./conf/access Thu Jun 1 21:53:36 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/access - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/access - # diff --git a/mail/postfix1/files/patch-ad b/mail/postfix1/files/patch-ad deleted file mode 100644 index c1b102574165..000000000000 --- a/mail/postfix1/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/pcre_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/pcre_table Thu Jun 1 22:02:08 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix1/files/patch-ae b/mail/postfix1/files/patch-ae deleted file mode 100644 index e396dd8626db..000000000000 --- a/mail/postfix1/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/regexp_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/regexp_table Thu Jun 1 22:03:27 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix1/files/patch-af b/mail/postfix1/files/patch-af deleted file mode 100644 index 8fca6b208941..000000000000 --- a/mail/postfix1/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/relocated.orig Tue Mar 7 10:42:58 2000 ---- ./conf/relocated Thu Jun 1 22:03:59 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/relocated - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/relocated - # diff --git a/mail/postfix1/files/patch-ag b/mail/postfix1/files/patch-ag deleted file mode 100644 index 54c0fa918d3b..000000000000 --- a/mail/postfix1/files/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ -*** ./conf/sample-auth.cf.orig Sun May 28 17:55:19 2000 ---- ./conf/sample-auth.cf Thu Jun 1 22:05:32 2000 -*************** -*** 91,95 **** - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in /etc/postfix. - # -! smtp_sasl_password_maps = hash:/etc/postfix/saslpass - ---- 91,95 ---- - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in !!PREFIX!!/etc/postfix. - # -! smtp_sasl_password_maps = hash:!!PREFIX!!/etc/postfix/saslpass - diff --git a/mail/postfix1/files/patch-ah b/mail/postfix1/files/patch-ah deleted file mode 100644 index a8c70a15a78d..000000000000 --- a/mail/postfix1/files/patch-ah +++ /dev/null @@ -1,44 +0,0 @@ -*** ./conf/sample-canonical.cf.orig Thu Sep 23 14:10:38 1999 ---- ./conf/sample-canonical.cf Thu Jun 1 22:07:23 2000 -*************** -*** 14,16 **** - # -! # If you use this feature, run "postmap /etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes ---- 14,16 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes -*************** -*** 19,24 **** - # -! #canonical_maps = dbm:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:/etc/postfix/canonical, netinfo:/canonical - canonical_maps = ---- 19,24 ---- - # -! #canonical_maps = dbm:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, netinfo:/canonical - canonical_maps = -*************** -*** 32,34 **** - # -! #recipient_canonical_maps = hash:/etc/postfix/recipient_canonical - recipient_canonical_maps = ---- 32,34 ---- - # -! #recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical - recipient_canonical_maps = -*************** -*** 46,48 **** - # -! #sender_canonical_maps = hash:/etc/postfix/sender_canonical - sender_canonical_maps = ---- 46,48 ---- - # -! #sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical - sender_canonical_maps = diff --git a/mail/postfix1/files/patch-ai b/mail/postfix1/files/patch-ai deleted file mode 100644 index f7aa2fd5f4c6..000000000000 --- a/mail/postfix1/files/patch-ai +++ /dev/null @@ -1,18 +0,0 @@ -*** ./conf/sample-filter.cf.orig Mon May 29 11:30:44 2000 ---- ./conf/sample-filter.cf Thu Jun 1 22:07:58 2000 -*************** -*** 15,17 **** - # -! header_checks = regexp:/etc/postfix/header_checks - ---- 15,17 ---- - # -! header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - -*************** -*** 26,27 **** - # -! body_checks = regexp:/etc/postfix/body_checks ---- 26,27 ---- - # -! body_checks = regexp:!!PREFIX!!/etc/postfix/body_checks diff --git a/mail/postfix1/files/patch-aj b/mail/postfix1/files/patch-aj deleted file mode 100644 index 241d48132551..000000000000 --- a/mail/postfix1/files/patch-aj +++ /dev/null @@ -1,24 +0,0 @@ -*** ./conf/sample-misc.cf.orig Thu Sep 23 14:10:52 1999 ---- ./conf/sample-misc.cf Thu Jun 1 22:09:39 2000 -*************** -*** 220,222 **** - # -! program_directory = /usr/libexec/postfix - ---- 220,222 ---- - # -! program_directory = !!PREFIX!!/libexec/postfix - -*************** -*** 263,267 **** - # Specify the types and names of databases to use. After change, -! # run "postmap /etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:/etc/postfix/relocated - relocated_maps = ---- 263,267 ---- - # Specify the types and names of databases to use. After change, -! # run "postmap !!PREFIX!!/etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated - relocated_maps = diff --git a/mail/postfix1/files/patch-ak b/mail/postfix1/files/patch-ak deleted file mode 100644 index 250dd411a4bd..000000000000 --- a/mail/postfix1/files/patch-ak +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-relocated.cf.orig Thu Sep 23 14:11:17 1999 ---- ./conf/sample-relocated.cf Thu Jun 1 22:10:43 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix -*************** -*** 16,21 **** - # -! #relocated_maps = dbm:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:/etc/postfix/relocated, netinfo:/relocated - relocated_maps = ---- 16,21 ---- - # -! #relocated_maps = dbm:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, netinfo:/relocated - relocated_maps = diff --git a/mail/postfix1/files/patch-al b/mail/postfix1/files/patch-al deleted file mode 100644 index 799206da0c96..000000000000 --- a/mail/postfix1/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/sample-smtpd.cf.orig Mon Dec 27 19:41:37 1999 ---- ./conf/sample-smtpd.cf Thu Jun 1 22:11:22 2000 -*************** -*** 183,185 **** - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:/etc/postfix/access - smtpd_sender_restrictions = ---- 183,185 ---- - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:!!PREFIX!!/etc/postfix/access - smtpd_sender_restrictions = diff --git a/mail/postfix1/files/patch-am b/mail/postfix1/files/patch-am deleted file mode 100644 index 2d395fa9ca03..000000000000 --- a/mail/postfix1/files/patch-am +++ /dev/null @@ -1,23 +0,0 @@ -*** ./conf/sample-transport.cf.orig Thu Dec 23 10:50:00 1999 ---- ./conf/sample-transport.cf Thu Jun 1 22:13:09 2000 -*************** -*** 10,18 **** - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap /etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport, nis:transport -! #transport_maps = hash:/etc/postfix/transport, netinfo:/transport - transport_maps = ---- 10,18 ---- - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap !!PREFIX!!/etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, nis:transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, netinfo:/transport - transport_maps = diff --git a/mail/postfix1/files/patch-an b/mail/postfix1/files/patch-an deleted file mode 100644 index af5ac7cc031b..000000000000 --- a/mail/postfix1/files/patch-an +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-virtual.cf.orig Mon Dec 20 21:00:42 1999 ---- ./conf/sample-virtual.cf Thu Jun 1 22:13:32 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/virtual" to - # build the necessary DBM or DB file after change. ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/virtual" to - # build the necessary DBM or DB file after change. -*************** -*** 18,23 **** - # -! #virtual_maps = dbm:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:/etc/postfix/virtual, netinfo:/virtual - virtual_maps = ---- 18,23 ---- - # -! #virtual_maps = dbm:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, netinfo:/virtual - virtual_maps = diff --git a/mail/postfix1/files/patch-ao b/mail/postfix1/files/patch-ao deleted file mode 100644 index fd854e181601..000000000000 --- a/mail/postfix1/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/transport.orig Tue Mar 7 10:42:58 2000 ---- ./conf/transport Thu Jun 1 22:13:41 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/transport - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/transport - # diff --git a/mail/postfix1/files/patch-ap b/mail/postfix1/files/patch-ap deleted file mode 100644 index 4598192cd5c1..000000000000 --- a/mail/postfix1/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/virtual.orig Tue Mar 7 10:42:59 2000 ---- ./conf/virtual Thu Jun 1 22:13:54 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/virtual - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/virtual - # diff --git a/mail/postfix1/files/patch-ba b/mail/postfix1/files/patch-ba deleted file mode 100644 index ccb54ec60a7a..000000000000 --- a/mail/postfix1/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ -*** ./html/mailq.1.html.orig Sat Apr 22 20:28:36 2000 ---- ./html/mailq.1.html Thu Jun 1 22:19:24 2000 -*************** -*** 83,85 **** - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>/etc/postfix</b>. - ---- 83,85 ---- - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>!!PREFIX!!/etc/postfix</b>. - -*************** -*** 231,233 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 231,233 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix1/files/patch-bb b/mail/postfix1/files/patch-bb deleted file mode 100644 index ea744664dfa7..000000000000 --- a/mail/postfix1/files/patch-bb +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/access.5.html.orig Tue Nov 21 21:24:13 2000 -+++ ./html/access.5.html Tue Nov 21 21:24:34 2000 -@@ -9,7 +9,7 @@ - access - format of Postfix access table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/access</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> - - <b>DESCRIPTION</b> - The optional <b>access</b> table directs the Postfix SMTP server -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/access</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> in order to rebuild the - indexed file after changing the access table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix1/files/patch-bc b/mail/postfix1/files/patch-bc deleted file mode 100644 index e407a9650585..000000000000 --- a/mail/postfix1/files/patch-bc +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/canonical.5.html.orig Tue Nov 21 21:32:38 2000 -+++ ./html/canonical.5.html Tue Nov 21 21:33:21 2000 -@@ -9,7 +9,7 @@ - canonical - format of Postfix canonical table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/canonical</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> - - <b>DESCRIPTION</b> - The optional <b>canonical</b> table specifies an address mapping -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/canonical</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix1/files/patch-bd b/mail/postfix1/files/patch-bd deleted file mode 100644 index ce79695f1341..000000000000 --- a/mail/postfix1/files/patch-bd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/local.8.html.orig Thu Feb 3 21:15:02 2000 ---- ./html/local.8.html Thu Jun 1 22:22:30 2000 -*************** -*** 99,101 **** - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i> or <b>/var/spool/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> ---- 99,101 ---- - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> diff --git a/mail/postfix1/files/patch-be b/mail/postfix1/files/patch-be deleted file mode 100644 index bef6a3bfaf73..000000000000 --- a/mail/postfix1/files/patch-be +++ /dev/null @@ -1,10 +0,0 @@ ---- ./html/faq.html.orig Sat Oct 28 23:34:51 2000 -+++ ./html/faq.html Sat Oct 28 23:36:04 2000 -@@ -2572,7 +2572,7 @@ - - Answer: instead of using <b>/usr/include/ndbm.h</b>, you're building - Postfix with some incompatible third-party file, typically --<b>/usr/local/include/ndbm.h</b>. -+<b>!!PREFIX!!/include/ndbm.h</b>. - - <p> diff --git a/mail/postfix1/files/patch-bf b/mail/postfix1/files/patch-bf deleted file mode 100644 index d652e1e567b3..000000000000 --- a/mail/postfix1/files/patch-bf +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/cleanup.8.html.orig Sun May 28 21:58:41 2000 ---- ./html/cleanup.8.html Thu Jun 1 22:29:04 2000 -*************** -*** 174,177 **** - <b>FILES</b> -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - ---- 174,177 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - diff --git a/mail/postfix1/files/patch-bg b/mail/postfix1/files/patch-bg deleted file mode 100644 index ce2454eaef01..000000000000 --- a/mail/postfix1/files/patch-bg +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/master.8.html.orig Tue Mar 7 10:48:56 2000 ---- ./html/master.8.html Thu Jun 1 22:29:24 2000 -*************** -*** 148,151 **** - <b>FILES</b> -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 148,151 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix1/files/patch-bh b/mail/postfix1/files/patch-bh deleted file mode 100644 index a20232e6796a..000000000000 --- a/mail/postfix1/files/patch-bh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/goals.html.orig Sun May 9 15:44:18 1999 ---- ./html/goals.html Thu Jun 1 22:30:14 2000 -*************** -*** 45,47 **** - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var[/spool]/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. ---- 45,47 ---- - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. diff --git a/mail/postfix1/files/patch-bi b/mail/postfix1/files/patch-bi deleted file mode 100644 index 7e4acdb0c126..000000000000 --- a/mail/postfix1/files/patch-bi +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/postdrop.1.html.orig Mon May 3 15:05:12 1999 ---- ./html/postdrop.1.html Thu Jun 1 22:30:47 2000 -*************** -*** 48,50 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 48,50 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix1/files/patch-bj b/mail/postfix1/files/patch-bj deleted file mode 100644 index 00e78d01ba5a..000000000000 --- a/mail/postfix1/files/patch-bj +++ /dev/null @@ -1,42 +0,0 @@ -*** ./html/uce.html.orig Fri Dec 31 15:06:07 1999 ---- ./html/uce.html Thu Jun 1 22:31:37 2000 -*************** -*** 126,130 **** - -! <dd> <b>header_checks = regexp:/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:/etc/postfix/header_checks</b> - ---- 126,130 ---- - -! <dd> <b>header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:!!PREFIX!!/etc/postfix/header_checks</b> - -*************** -*** 169,171 **** - -! <dd> <b>smtpd_client_restrictions = hash:/etc/postfix/access, - reject_maps_rbl</b> ---- 169,171 ---- - -! <dd> <b>smtpd_client_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_maps_rbl</b> -*************** -*** 474,476 **** - -! <dd> <b>smtpd_sender_restrictions = hash:/etc/postfix/access, - reject_unknown_sender_domain</b> ---- 474,476 ---- - -! <dd> <b>smtpd_sender_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_unknown_sender_domain</b> -*************** -*** 856,858 **** - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:/etc/postfix/etrn_access, reject</b> - ---- 856,858 ---- - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:!!PREFIX!!/etc/postfix/etrn_access, reject</b> - diff --git a/mail/postfix1/files/patch-bk b/mail/postfix1/files/patch-bk deleted file mode 100644 index 62a0573559ae..000000000000 --- a/mail/postfix1/files/patch-bk +++ /dev/null @@ -1,29 +0,0 @@ -*** ./html/rate.html.orig Wed Mar 17 17:55:22 1999 ---- ./html/rate.html Thu Jun 1 22:32:19 2000 -*************** -*** 224,226 **** - -! <dt>/etc/postfix/main.cf: - ---- 224,226 ---- - -! <dt>!!PREFIX!!/etc/postfix/main.cf: - -*************** -*** 237,239 **** - -! <dt>/etc/postfix/<a href="transport.5.html">transport</a>: - ---- 237,239 ---- - -! <dt>!!PREFIX!!/etc/postfix/<a href="transport.5.html">transport</a>: - -*************** -*** 253,255 **** - -! <dt>/etc/postfix/master.cf: - ---- 253,255 ---- - -! <dt>!!PREFIX!!/etc/postfix/master.cf: - diff --git a/mail/postfix1/files/patch-bl b/mail/postfix1/files/patch-bl deleted file mode 100644 index 176c7d1b64de..000000000000 --- a/mail/postfix1/files/patch-bl +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/regexp_table.5.html.orig Sat Apr 22 20:28:38 2000 ---- ./html/regexp_table.5.html Thu Jun 1 22:32:44 2000 -*************** -*** 11,13 **** - <b>SYNOPSIS</b> -! regexp:/etc/postfix/filename - ---- 11,13 ---- - <b>SYNOPSIS</b> -! regexp:!!PREFIX!!/etc/postfix/filename - diff --git a/mail/postfix1/files/patch-bm b/mail/postfix1/files/patch-bm deleted file mode 100644 index e5ccc2c50b94..000000000000 --- a/mail/postfix1/files/patch-bm +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/relocated.5.html.orig Tue Nov 21 21:37:54 2000 -+++ ./html/relocated.5.html Tue Nov 21 21:38:08 2000 -@@ -9,7 +9,7 @@ - relocated - format of Postfix relocated table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/relocated</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> - - <b>DESCRIPTION</b> - The optional <b>relocated</b> table provides the information that -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/relocated</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> in order to rebuild the - indexed file after changing the relocated table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix1/files/patch-bn b/mail/postfix1/files/patch-bn deleted file mode 100644 index 21e69dcaa40c..000000000000 --- a/mail/postfix1/files/patch-bn +++ /dev/null @@ -1,56 +0,0 @@ -*** ./html/rewrite.html.orig Sat May 8 17:51:41 1999 ---- ./html/rewrite.html Thu Jun 1 22:34:21 2000 -*************** -*** 194,196 **** - -! <dd><b>canonical_maps = hash:/etc/postfix/canonical</b> - ---- 194,196 ---- - -! <dd><b>canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical</b> - -*************** -*** 207,209 **** - -! <dd><b>sender_canonical_maps = hash:/etc/postfix/sender_canonical</b> - ---- 207,209 ---- - -! <dd><b>sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical</b> - -*************** -*** 211,213 **** - -! <dd><b>recipient_canonical_maps = hash:/etc/postfix/recipient_canonical</b> - ---- 211,213 ---- - -! <dd><b>recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical</b> - -*************** -*** 295,297 **** - -! <dd><b>virtual_maps = hash:/etc/postfix/virtual</b> - ---- 295,297 ---- - -! <dd><b>virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual</b> - -*************** -*** 323,325 **** - -! <dd><b>relocated_maps = hash:/etc/postfix/relocated</b> - ---- 323,325 ---- - -! <dd><b>relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated</b> - -*************** -*** 348,350 **** - -! <dd><b>transport_maps = hash:/etc/postfix/transport</b> - ---- 348,350 ---- - -! <dd><b>transport_maps = hash:!!PREFIX!!/etc/postfix/transport</b> - diff --git a/mail/postfix1/files/patch-bo b/mail/postfix1/files/patch-bo deleted file mode 100644 index b45270be8151..000000000000 --- a/mail/postfix1/files/patch-bo +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/transport.5.html.orig Tue Nov 21 21:43:00 2000 -+++ ./html/transport.5.html Tue Nov 21 21:43:20 2000 -@@ -9,7 +9,7 @@ - transport - format of Postfix transport table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/transport</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> - - <b>DESCRIPTION</b> - The optional <b>transport</b> table specifies a mapping from -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/transport</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> in order to rebuild the - indexed file after changing the transport table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix1/files/patch-bp b/mail/postfix1/files/patch-bp deleted file mode 100644 index 5206bfd4bfd0..000000000000 --- a/mail/postfix1/files/patch-bp +++ /dev/null @@ -1,43 +0,0 @@ ---- ./html/virtual.5.html.orig Tue Nov 21 21:46:50 2000 -+++ ./html/virtual.5.html Tue Nov 21 21:47:17 2000 -@@ -9,7 +9,7 @@ - virtual - format of Postfix virtual table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/virtual</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> - - <b>DESCRIPTION</b> - The optional <b>virtual</b> table specifies address redirections -@@ -27,7 +27,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/virtual</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, -@@ -52,7 +52,7 @@ - - Support for a Postfix-style virtual domain looks like: - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>virtual.domain</i> <i>anything</i> (right-hand content does not matter) - <i>postmaster@virtual.domain</i> <i>postmaster</i> - <i>user1@virtual.domain</i> <i>address1</i> -@@ -94,11 +94,11 @@ - - Support for a Sendmail-style virtual domain looks like: - -- /etc/postfix/main.cf: -+ !!PREFIX!!/etc/postfix/main.cf: - mydestination = $myhostname localhost.$mydomain $mydomain - <i>virtual.domain</i> - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>user1@virtual.domain</i> <i>address1</i> - <i>user2@virtual.domain</i> <i>address2,</i> <i>address3</i> - diff --git a/mail/postfix1/files/patch-ca b/mail/postfix1/files/patch-ca deleted file mode 100644 index 86d56f80be30..000000000000 --- a/mail/postfix1/files/patch-ca +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man1/postdrop.1.orig Mon May 3 15:03:29 1999 ---- ./man/man1/postdrop.1 Thu Jun 1 22:38:54 2000 -*************** -*** 53,55 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 53,55 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix1/files/patch-cb b/mail/postfix1/files/patch-cb deleted file mode 100644 index 58559c7273d1..000000000000 --- a/mail/postfix1/files/patch-cb +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man1/sendmail.1.orig Thu Mar 30 14:05:28 2000 ---- ./man/man1/sendmail.1 Thu Jun 1 22:39:16 2000 -*************** -*** 63,65 **** - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR ---- 63,65 ---- - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB!!PREFIX!!/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR -*************** -*** 173,175 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 173,175 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix1/files/patch-cc b/mail/postfix1/files/patch-cc deleted file mode 100644 index cd6946003217..000000000000 --- a/mail/postfix1/files/patch-cc +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/pcre_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/pcre_table.5 Thu Jun 1 22:39:34 2000 -*************** -*** 10,12 **** - .nf -! pcre:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! pcre:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix1/files/patch-cd b/mail/postfix1/files/patch-cd deleted file mode 100644 index b51de44d0bee..000000000000 --- a/mail/postfix1/files/patch-cd +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/access.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/access.5 Thu Jun 1 22:39:55 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/access\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. diff --git a/mail/postfix1/files/patch-ce b/mail/postfix1/files/patch-ce deleted file mode 100644 index f77053f8b3aa..000000000000 --- a/mail/postfix1/files/patch-ce +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/canonical.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/canonical.5 Thu Jun 1 22:40:18 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/canonical\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. diff --git a/mail/postfix1/files/patch-cf b/mail/postfix1/files/patch-cf deleted file mode 100644 index 28fb053b94a7..000000000000 --- a/mail/postfix1/files/patch-cf +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/regexp_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/regexp_table.5 Thu Jun 1 22:40:43 2000 -*************** -*** 10,12 **** - .nf -! regexp:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! regexp:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix1/files/patch-cg b/mail/postfix1/files/patch-cg deleted file mode 100644 index 0ae82cc57669..000000000000 --- a/mail/postfix1/files/patch-cg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/relocated.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/relocated.5 Thu Jun 1 22:41:05 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/relocated\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - .SH DESCRIPTION -*************** -*** 20,22 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. ---- 20,22 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. diff --git a/mail/postfix1/files/patch-ch b/mail/postfix1/files/patch-ch deleted file mode 100644 index 3ed047ea474c..000000000000 --- a/mail/postfix1/files/patch-ch +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/transport.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/transport.5 Thu Jun 1 22:41:26 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/transport\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. ---- 21,23 ---- - for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. diff --git a/mail/postfix1/files/patch-ci b/mail/postfix1/files/patch-ci deleted file mode 100644 index 1a7cf4abbac7..000000000000 --- a/mail/postfix1/files/patch-ci +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/virtual.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/virtual.5 Thu Jun 1 22:41:51 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/virtual\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - .SH DESCRIPTION -*************** -*** 26,28 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. ---- 26,28 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. diff --git a/mail/postfix1/files/patch-cj b/mail/postfix1/files/patch-cj deleted file mode 100644 index 50448f2ec26d..000000000000 --- a/mail/postfix1/files/patch-cj +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/cleanup.8.orig Sun May 28 21:58:32 2000 ---- ./man/man8/cleanup.8 Thu Jun 1 22:42:21 2000 -*************** -*** 136,139 **** - .nf -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - .SH LICENSE ---- 136,139 ---- - .nf -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - .SH LICENSE diff --git a/mail/postfix1/files/patch-ck b/mail/postfix1/files/patch-ck deleted file mode 100644 index 6e1ddce3c8f9..000000000000 --- a/mail/postfix1/files/patch-ck +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man8/local.8.orig Thu Feb 3 21:14:53 2000 ---- ./man/man8/local.8 Thu Jun 1 22:42:43 2000 -*************** -*** 96,98 **** - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR ---- 96,98 ---- - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR diff --git a/mail/postfix1/files/patch-cl b/mail/postfix1/files/patch-cl deleted file mode 100644 index 44c8a3a7aae0..000000000000 --- a/mail/postfix1/files/patch-cl +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/master.8.orig Tue Mar 7 10:48:19 2000 ---- ./man/man8/master.8 Thu Jun 1 22:43:02 2000 -*************** -*** 120,123 **** - .nf -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 120,123 ---- - .nf -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix1/files/patch-da b/mail/postfix1/files/patch-da deleted file mode 100644 index e57e31750d18..000000000000 --- a/mail/postfix1/files/patch-da +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/regexp_table.orig Wed Mar 8 19:18:20 2000 ---- ./proto/regexp_table Thu Jun 1 22:44:43 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix1/files/patch-db b/mail/postfix1/files/patch-db deleted file mode 100644 index 7f89fb770783..000000000000 --- a/mail/postfix1/files/patch-db +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/access.orig Sun Apr 9 16:44:45 2000 ---- ./proto/access Thu Jun 1 22:45:05 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/access\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. diff --git a/mail/postfix1/files/patch-dc b/mail/postfix1/files/patch-dc deleted file mode 100644 index 786f2da45c32..000000000000 --- a/mail/postfix1/files/patch-dc +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/canonical.orig Sun Apr 9 16:43:37 2000 ---- ./proto/canonical Thu Jun 1 22:45:28 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/canonical\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. diff --git a/mail/postfix1/files/patch-dd b/mail/postfix1/files/patch-dd deleted file mode 100644 index b65a57ff7d57..000000000000 --- a/mail/postfix1/files/patch-dd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/pcre_table.orig Wed Mar 8 19:18:11 2000 ---- ./proto/pcre_table Thu Jun 1 22:45:41 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix1/files/patch-de b/mail/postfix1/files/patch-de deleted file mode 100644 index 73bb2af2261d..000000000000 --- a/mail/postfix1/files/patch-de +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/relocated.orig Sun Apr 9 16:47:31 2000 ---- ./proto/relocated Thu Jun 1 22:46:02 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/relocated\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - # DESCRIPTION -*************** -*** 14,16 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. ---- 14,16 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. diff --git a/mail/postfix1/files/patch-df b/mail/postfix1/files/patch-df deleted file mode 100644 index 8d3fba96a224..000000000000 --- a/mail/postfix1/files/patch-df +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/transport.orig Sun Apr 9 17:05:45 2000 ---- ./proto/transport Thu Jun 1 22:46:23 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/transport\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - # DESCRIPTION -*************** -*** 15,17 **** - # for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. ---- 15,17 ---- - # for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. diff --git a/mail/postfix1/files/patch-dg b/mail/postfix1/files/patch-dg deleted file mode 100644 index bff20a2cff3e..000000000000 --- a/mail/postfix1/files/patch-dg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/virtual.orig Sun Apr 9 17:14:14 2000 ---- ./proto/virtual Thu Jun 1 22:46:40 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/virtual\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - # DESCRIPTION -*************** -*** 20,22 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. ---- 20,22 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. diff --git a/mail/postfix1/files/patch-ea b/mail/postfix1/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix1/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix1/files/patch-eb b/mail/postfix1/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix1/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix1/files/patch-ec b/mail/postfix1/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix1/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix1/files/patch-ed b/mail/postfix1/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix1/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix1/files/patch-ee b/mail/postfix1/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix1/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix1/files/patch-ef b/mail/postfix1/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix1/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix1/files/patch-eg b/mail/postfix1/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix1/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix1/files/patch-eh b/mail/postfix1/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix1/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix1/files/patch-ei b/mail/postfix1/files/patch-ei deleted file mode 100644 index 8f03b69ccc52..000000000000 --- a/mail/postfix1/files/patch-ei +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000 ---- ./src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix1/files/patch-ej b/mail/postfix1/files/patch-ej deleted file mode 100644 index 329d7bb1cf96..000000000000 --- a/mail/postfix1/files/patch-ej +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000 ---- ./src/smtp/smtp.h Thu Sep 14 13:04:53 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix1/files/patch-lmtp.h b/mail/postfix1/files/patch-lmtp.h deleted file mode 100644 index 86d5975b2b4d..000000000000 --- a/mail/postfix1/files/patch-lmtp.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001 -+++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001 -@@ -12,8 +12,8 @@ - * SASL library. - */ - #ifdef USE_SASL_AUTH --#include <sasl.h> --#include <saslutil.h> -+#include <sasl1/sasl.h> -+#include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix1/files/patch-post-install b/mail/postfix1/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix1/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix1/pkg-comment b/mail/postfix1/pkg-comment deleted file mode 100644 index f2bec12d80ca..000000000000 --- a/mail/postfix1/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An alternative to widely-used Sendmail diff --git a/mail/postfix1/pkg-descr b/mail/postfix1/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix1/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix1/pkg-install b/mail/postfix1/pkg-install deleted file mode 100644 index 1ef1fb5b2089..000000000000 --- a/mail/postfix1/pkg-install +++ /dev/null @@ -1,169 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" n; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix1/pkg-message b/mail/postfix1/pkg-message deleted file mode 100644 index a7ae2b17e2a6..000000000000 --- a/mail/postfix1/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - - -Also, you may wish to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). diff --git a/mail/postfix1/pkg-plist b/mail/postfix1/pkg-plist deleted file mode 100644 index 5b6c3c55d5b6..000000000000 --- a/mail/postfix1/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%share/doc/postfix/DB_README -%%PORTDOCS%%share/doc/postfix/DEBUG_README -%%PORTDOCS%%share/doc/postfix/ETRN_README -%%PORTDOCS%%share/doc/postfix/FILTER_README -%%PORTDOCS%%share/doc/postfix/INSTALL -%%PORTDOCS%%share/doc/postfix/LDAP_README -%%PORTDOCS%%share/doc/postfix/LINUX_README -%%PORTDOCS%%share/doc/postfix/LMTP_README -%%PORTDOCS%%share/doc/postfix/MACOSX_README -%%PORTDOCS%%share/doc/postfix/MYSQL_README -%%PORTDOCS%%share/doc/postfix/NFS_README -%%PORTDOCS%%share/doc/postfix/PACKAGE_README -%%PORTDOCS%%share/doc/postfix/PCRE_README -%%PORTDOCS%%share/doc/postfix/QMQP_README -%%PORTDOCS%%share/doc/postfix/RESTRICTION_CLASS_README -%%PORTDOCS%%share/doc/postfix/SASL_README -%%PORTDOCS%%share/doc/postfix/ULTRIX_README -%%PORTDOCS%%share/doc/postfix/UUCP_README -%%PORTDOCS%%share/doc/postfix/VERP_README -%%PORTDOCS%%share/doc/postfix/VIRTUAL_README -%%PORTDOCS%%share/doc/postfix/access.5.html -%%PORTDOCS%%share/doc/postfix/aliases.5.html -%%PORTDOCS%%share/doc/postfix/architecture.html -%%PORTDOCS%%share/doc/postfix/backstage.html -%%PORTDOCS%%share/doc/postfix/basic.html -%%PORTDOCS%%share/doc/postfix/big-picture.gif -%%PORTDOCS%%share/doc/postfix/big-picture.html -%%PORTDOCS%%share/doc/postfix/bounce.8.html -%%PORTDOCS%%share/doc/postfix/canonical.5.html -%%PORTDOCS%%share/doc/postfix/cleanup.8.html -%%PORTDOCS%%share/doc/postfix/commands.html -%%PORTDOCS%%share/doc/postfix/defer.8.html -%%PORTDOCS%%share/doc/postfix/delivering.html -%%PORTDOCS%%share/doc/postfix/error.8.html -%%PORTDOCS%%share/doc/postfix/faq.html -%%PORTDOCS%%share/doc/postfix/flush.8.html -%%PORTDOCS%%share/doc/postfix/goals.html -%%PORTDOCS%%share/doc/postfix/inbound.gif -%%PORTDOCS%%share/doc/postfix/index.html -%%PORTDOCS%%share/doc/postfix/lmtp.8.html -%%PORTDOCS%%share/doc/postfix/local.8.html -%%PORTDOCS%%share/doc/postfix/mailq.1.html -%%PORTDOCS%%share/doc/postfix/master.8.html -%%PORTDOCS%%share/doc/postfix/motivation.html -%%PORTDOCS%%share/doc/postfix/newaliases.1.html -%%PORTDOCS%%share/doc/postfix/nqmgr.8.html -%%PORTDOCS%%share/doc/postfix/outbound.gif -%%PORTDOCS%%share/doc/postfix/pcre_table.5.html -%%PORTDOCS%%share/doc/postfix/pickup.8.html -%%PORTDOCS%%share/doc/postfix/pipe.8.html -%%PORTDOCS%%share/doc/postfix/postalias.1.html -%%PORTDOCS%%share/doc/postfix/postcat.1.html -%%PORTDOCS%%share/doc/postfix/postconf.1.html -%%PORTDOCS%%share/doc/postfix/postdrop.1.html -%%PORTDOCS%%share/doc/postfix/postfix.1.html -%%PORTDOCS%%share/doc/postfix/postkick.1.html -%%PORTDOCS%%share/doc/postfix/postlock.1.html -%%PORTDOCS%%share/doc/postfix/postlog.1.html -%%PORTDOCS%%share/doc/postfix/postmap.1.html -%%PORTDOCS%%share/doc/postfix/postqueue.1.html -%%PORTDOCS%%share/doc/postfix/postsuper.1.html -%%PORTDOCS%%share/doc/postfix/qmgr.8.html -%%PORTDOCS%%share/doc/postfix/qmqpd.8.html -%%PORTDOCS%%share/doc/postfix/queuing.html -%%PORTDOCS%%share/doc/postfix/rate.html -%%PORTDOCS%%share/doc/postfix/receiving.html -%%PORTDOCS%%share/doc/postfix/regexp_table.5.html -%%PORTDOCS%%share/doc/postfix/relocated.5.html -%%PORTDOCS%%share/doc/postfix/resource.html -%%PORTDOCS%%share/doc/postfix/rewrite.html -%%PORTDOCS%%share/doc/postfix/security.html -%%PORTDOCS%%share/doc/postfix/sendmail.1.html -%%PORTDOCS%%share/doc/postfix/showq.8.html -%%PORTDOCS%%share/doc/postfix/small-picture.gif -%%PORTDOCS%%share/doc/postfix/smtp.8.html -%%PORTDOCS%%share/doc/postfix/smtpd.8.html -%%PORTDOCS%%share/doc/postfix/spawn.8.html -%%PORTDOCS%%share/doc/postfix/transport.5.html -%%PORTDOCS%%share/doc/postfix/trivial-rewrite.8.html -%%PORTDOCS%%share/doc/postfix/uce.html -%%PORTDOCS%%share/doc/postfix/virtual.5.html -%%PORTDOCS%%share/doc/postfix/virtual.8.html -%%PORTDOCS%%@dirrm share/doc/postfix -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix1/scripts/configure b/mail/postfix1/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix1/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix1/scripts/configure.postfix b/mail/postfix1/scripts/configure.postfix deleted file mode 100644 index c7d01cba9bea..000000000000 --- a/mail/postfix1/scripts/configure.postfix +++ /dev/null @@ -1,164 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix1/scripts/Attic/configure.postfix,v 1.24 2002-08-26 21:33:57 dwcjr Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -else - set PCRE -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -PCRE "Perl Compatible Regular Expressions" "$status_PCRE" \ -SASL "Cyrus SASL (Simple Authentication and Security Layer)" "$status_SASL" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL map lookups" "$status_PgSQL" \ -OpenLDAP "OpenLDAP map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -TLS "Secure Sockets Layer and Transport Layer Security" "$status_TLS" \ -IPv6 "IPv6 support (not KAME official)" "$status_IPv6" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " - -for i; do - case $i in - PCRE) - echo "LIB_DEPENDS+= pcre.0:\${PORTSDIR}/devel/pcre" - echo "POSTFIX_CCARGS+= -DHAS_PCRE -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lpcre" - echo "PCRE_SUFFIX= +pcre" - SUB_PCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - else - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - echo ".if exists(/usr/lib/libkrb.a)" - echo "POSTFIX_AUXLIBS+= -lkrb -ldes -lcom_err" - echo ".endif" - SUB_SASL="" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" - echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.11a-1.1.11-0.9.6g/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB3_SUFFIX= +db3" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PGSQL_SUFFIX= +pgsql" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-1.1.8.patch" - echo "PATCH_DIST_STRIP= -p1" - ;; - OpenLDAP) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ `uname -m` != "i386" ]; then - /usr/bin/dialog --msgbox "IPv6 patch currently only supported on i386!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - if [ -z $SUB_TLS ]; then - /usr/bin/dialog --msgbox "IPv6 and TLS patch cannot be used simultaneously!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.cyber-magic.org/~taka/misc/" - echo "PATCHFILES+= postfix-1.1.11+ipv6.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - ;; - "") - ;; - *) - echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${PCRE_SUFFIX}\${SASL_SUFFIX}\${DB3_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix1/scripts/fix-files-list b/mail/postfix1/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix1/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile deleted file mode 100644 index 6b47f15e39d2..000000000000 --- a/mail/postfix20/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 PCRE" -# -# the options are the same names as in the scripts/configure.postfix file - -PORTNAME= postfix -PORTVERSION= 1.1.11 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= khera@kciLink.com - -USE_SUBMAKE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 qmgr.8 qmqpd.8 showq.8 smtp.8 \ - smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; sh postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix20/distinfo b/mail/postfix20/distinfo deleted file mode 100644 index 379358ed4749..000000000000 --- a/mail/postfix20/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (postfix/postfix-1.1.11.tar.gz) = b34bb2b5018327c19456a77814141208 -MD5 (postfix/pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz) = 11d82e9a3482f64af9d228f7a4319566 -MD5 (postfix/postfix-1.1.11+ipv6.patch.gz) = dc2a6362518025583a17305607eb8f0e -MD5 (postfix/postfix-pg.postfix-1.1.8.patch) = e0f4d910a6d6648d9b48e2244f2764ba diff --git a/mail/postfix20/files/patch-aa b/mail/postfix20/files/patch-aa deleted file mode 100644 index 51b40396bd5e..000000000000 --- a/mail/postfix20/files/patch-aa +++ /dev/null @@ -1,86 +0,0 @@ -*** ./conf/main.cf.orig Fri Jan 4 13:09:04 2002 ---- ./conf/main.cf Tue Jan 8 22:41:50 2002 -*************** -*** 31,44 **** - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = /usr/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = /usr/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # ---- 31,44 ---- - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -*************** -*** 325,332 **** - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/spool/mail/user or /var/mail/user. Specify -! # "Maildir/" for qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ ---- 325,332 ---- - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/mail/user. Specify "Maildir/" for -! # qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ -*************** -*** 424,430 **** - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:/etc/postfix/header_checks - - # FAST ETRN SERVICE - # ---- 424,430 ---- - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - - # FAST ETRN SERVICE - # -*************** -*** 525,531 **** - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = - - # manpage_path: The location of the Postfix on-line manual pages. - # ---- 525,531 ---- - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = maildrop - - # manpage_path: The location of the Postfix on-line manual pages. - # diff --git a/mail/postfix20/files/patch-ab b/mail/postfix20/files/patch-ab deleted file mode 100644 index 7c81d3dc12c9..000000000000 --- a/mail/postfix20/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/canonical.orig Tue Mar 7 10:42:58 2000 ---- ./conf/canonical Thu Jun 1 21:53:23 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/canonical - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/canonical - # diff --git a/mail/postfix20/files/patch-ac b/mail/postfix20/files/patch-ac deleted file mode 100644 index 0fb2192cdd84..000000000000 --- a/mail/postfix20/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/access.orig Tue Mar 7 10:42:58 2000 ---- ./conf/access Thu Jun 1 21:53:36 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/access - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/access - # diff --git a/mail/postfix20/files/patch-ad b/mail/postfix20/files/patch-ad deleted file mode 100644 index c1b102574165..000000000000 --- a/mail/postfix20/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/pcre_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/pcre_table Thu Jun 1 22:02:08 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix20/files/patch-ae b/mail/postfix20/files/patch-ae deleted file mode 100644 index e396dd8626db..000000000000 --- a/mail/postfix20/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/regexp_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/regexp_table Thu Jun 1 22:03:27 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix20/files/patch-af b/mail/postfix20/files/patch-af deleted file mode 100644 index 8fca6b208941..000000000000 --- a/mail/postfix20/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/relocated.orig Tue Mar 7 10:42:58 2000 ---- ./conf/relocated Thu Jun 1 22:03:59 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/relocated - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/relocated - # diff --git a/mail/postfix20/files/patch-ag b/mail/postfix20/files/patch-ag deleted file mode 100644 index 54c0fa918d3b..000000000000 --- a/mail/postfix20/files/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ -*** ./conf/sample-auth.cf.orig Sun May 28 17:55:19 2000 ---- ./conf/sample-auth.cf Thu Jun 1 22:05:32 2000 -*************** -*** 91,95 **** - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in /etc/postfix. - # -! smtp_sasl_password_maps = hash:/etc/postfix/saslpass - ---- 91,95 ---- - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in !!PREFIX!!/etc/postfix. - # -! smtp_sasl_password_maps = hash:!!PREFIX!!/etc/postfix/saslpass - diff --git a/mail/postfix20/files/patch-ah b/mail/postfix20/files/patch-ah deleted file mode 100644 index a8c70a15a78d..000000000000 --- a/mail/postfix20/files/patch-ah +++ /dev/null @@ -1,44 +0,0 @@ -*** ./conf/sample-canonical.cf.orig Thu Sep 23 14:10:38 1999 ---- ./conf/sample-canonical.cf Thu Jun 1 22:07:23 2000 -*************** -*** 14,16 **** - # -! # If you use this feature, run "postmap /etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes ---- 14,16 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes -*************** -*** 19,24 **** - # -! #canonical_maps = dbm:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:/etc/postfix/canonical, netinfo:/canonical - canonical_maps = ---- 19,24 ---- - # -! #canonical_maps = dbm:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, netinfo:/canonical - canonical_maps = -*************** -*** 32,34 **** - # -! #recipient_canonical_maps = hash:/etc/postfix/recipient_canonical - recipient_canonical_maps = ---- 32,34 ---- - # -! #recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical - recipient_canonical_maps = -*************** -*** 46,48 **** - # -! #sender_canonical_maps = hash:/etc/postfix/sender_canonical - sender_canonical_maps = ---- 46,48 ---- - # -! #sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical - sender_canonical_maps = diff --git a/mail/postfix20/files/patch-ai b/mail/postfix20/files/patch-ai deleted file mode 100644 index f7aa2fd5f4c6..000000000000 --- a/mail/postfix20/files/patch-ai +++ /dev/null @@ -1,18 +0,0 @@ -*** ./conf/sample-filter.cf.orig Mon May 29 11:30:44 2000 ---- ./conf/sample-filter.cf Thu Jun 1 22:07:58 2000 -*************** -*** 15,17 **** - # -! header_checks = regexp:/etc/postfix/header_checks - ---- 15,17 ---- - # -! header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - -*************** -*** 26,27 **** - # -! body_checks = regexp:/etc/postfix/body_checks ---- 26,27 ---- - # -! body_checks = regexp:!!PREFIX!!/etc/postfix/body_checks diff --git a/mail/postfix20/files/patch-aj b/mail/postfix20/files/patch-aj deleted file mode 100644 index 241d48132551..000000000000 --- a/mail/postfix20/files/patch-aj +++ /dev/null @@ -1,24 +0,0 @@ -*** ./conf/sample-misc.cf.orig Thu Sep 23 14:10:52 1999 ---- ./conf/sample-misc.cf Thu Jun 1 22:09:39 2000 -*************** -*** 220,222 **** - # -! program_directory = /usr/libexec/postfix - ---- 220,222 ---- - # -! program_directory = !!PREFIX!!/libexec/postfix - -*************** -*** 263,267 **** - # Specify the types and names of databases to use. After change, -! # run "postmap /etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:/etc/postfix/relocated - relocated_maps = ---- 263,267 ---- - # Specify the types and names of databases to use. After change, -! # run "postmap !!PREFIX!!/etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated - relocated_maps = diff --git a/mail/postfix20/files/patch-ak b/mail/postfix20/files/patch-ak deleted file mode 100644 index 250dd411a4bd..000000000000 --- a/mail/postfix20/files/patch-ak +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-relocated.cf.orig Thu Sep 23 14:11:17 1999 ---- ./conf/sample-relocated.cf Thu Jun 1 22:10:43 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix -*************** -*** 16,21 **** - # -! #relocated_maps = dbm:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:/etc/postfix/relocated, netinfo:/relocated - relocated_maps = ---- 16,21 ---- - # -! #relocated_maps = dbm:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, netinfo:/relocated - relocated_maps = diff --git a/mail/postfix20/files/patch-al b/mail/postfix20/files/patch-al deleted file mode 100644 index 799206da0c96..000000000000 --- a/mail/postfix20/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/sample-smtpd.cf.orig Mon Dec 27 19:41:37 1999 ---- ./conf/sample-smtpd.cf Thu Jun 1 22:11:22 2000 -*************** -*** 183,185 **** - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:/etc/postfix/access - smtpd_sender_restrictions = ---- 183,185 ---- - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:!!PREFIX!!/etc/postfix/access - smtpd_sender_restrictions = diff --git a/mail/postfix20/files/patch-am b/mail/postfix20/files/patch-am deleted file mode 100644 index 2d395fa9ca03..000000000000 --- a/mail/postfix20/files/patch-am +++ /dev/null @@ -1,23 +0,0 @@ -*** ./conf/sample-transport.cf.orig Thu Dec 23 10:50:00 1999 ---- ./conf/sample-transport.cf Thu Jun 1 22:13:09 2000 -*************** -*** 10,18 **** - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap /etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport, nis:transport -! #transport_maps = hash:/etc/postfix/transport, netinfo:/transport - transport_maps = ---- 10,18 ---- - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap !!PREFIX!!/etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, nis:transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, netinfo:/transport - transport_maps = diff --git a/mail/postfix20/files/patch-an b/mail/postfix20/files/patch-an deleted file mode 100644 index af5ac7cc031b..000000000000 --- a/mail/postfix20/files/patch-an +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-virtual.cf.orig Mon Dec 20 21:00:42 1999 ---- ./conf/sample-virtual.cf Thu Jun 1 22:13:32 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/virtual" to - # build the necessary DBM or DB file after change. ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/virtual" to - # build the necessary DBM or DB file after change. -*************** -*** 18,23 **** - # -! #virtual_maps = dbm:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:/etc/postfix/virtual, netinfo:/virtual - virtual_maps = ---- 18,23 ---- - # -! #virtual_maps = dbm:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, netinfo:/virtual - virtual_maps = diff --git a/mail/postfix20/files/patch-ao b/mail/postfix20/files/patch-ao deleted file mode 100644 index fd854e181601..000000000000 --- a/mail/postfix20/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/transport.orig Tue Mar 7 10:42:58 2000 ---- ./conf/transport Thu Jun 1 22:13:41 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/transport - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/transport - # diff --git a/mail/postfix20/files/patch-ap b/mail/postfix20/files/patch-ap deleted file mode 100644 index 4598192cd5c1..000000000000 --- a/mail/postfix20/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/virtual.orig Tue Mar 7 10:42:59 2000 ---- ./conf/virtual Thu Jun 1 22:13:54 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/virtual - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/virtual - # diff --git a/mail/postfix20/files/patch-ba b/mail/postfix20/files/patch-ba deleted file mode 100644 index ccb54ec60a7a..000000000000 --- a/mail/postfix20/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ -*** ./html/mailq.1.html.orig Sat Apr 22 20:28:36 2000 ---- ./html/mailq.1.html Thu Jun 1 22:19:24 2000 -*************** -*** 83,85 **** - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>/etc/postfix</b>. - ---- 83,85 ---- - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>!!PREFIX!!/etc/postfix</b>. - -*************** -*** 231,233 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 231,233 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix20/files/patch-bb b/mail/postfix20/files/patch-bb deleted file mode 100644 index ea744664dfa7..000000000000 --- a/mail/postfix20/files/patch-bb +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/access.5.html.orig Tue Nov 21 21:24:13 2000 -+++ ./html/access.5.html Tue Nov 21 21:24:34 2000 -@@ -9,7 +9,7 @@ - access - format of Postfix access table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/access</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> - - <b>DESCRIPTION</b> - The optional <b>access</b> table directs the Postfix SMTP server -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/access</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> in order to rebuild the - indexed file after changing the access table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix20/files/patch-bc b/mail/postfix20/files/patch-bc deleted file mode 100644 index e407a9650585..000000000000 --- a/mail/postfix20/files/patch-bc +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/canonical.5.html.orig Tue Nov 21 21:32:38 2000 -+++ ./html/canonical.5.html Tue Nov 21 21:33:21 2000 -@@ -9,7 +9,7 @@ - canonical - format of Postfix canonical table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/canonical</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> - - <b>DESCRIPTION</b> - The optional <b>canonical</b> table specifies an address mapping -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/canonical</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix20/files/patch-bd b/mail/postfix20/files/patch-bd deleted file mode 100644 index ce79695f1341..000000000000 --- a/mail/postfix20/files/patch-bd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/local.8.html.orig Thu Feb 3 21:15:02 2000 ---- ./html/local.8.html Thu Jun 1 22:22:30 2000 -*************** -*** 99,101 **** - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i> or <b>/var/spool/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> ---- 99,101 ---- - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> diff --git a/mail/postfix20/files/patch-be b/mail/postfix20/files/patch-be deleted file mode 100644 index bef6a3bfaf73..000000000000 --- a/mail/postfix20/files/patch-be +++ /dev/null @@ -1,10 +0,0 @@ ---- ./html/faq.html.orig Sat Oct 28 23:34:51 2000 -+++ ./html/faq.html Sat Oct 28 23:36:04 2000 -@@ -2572,7 +2572,7 @@ - - Answer: instead of using <b>/usr/include/ndbm.h</b>, you're building - Postfix with some incompatible third-party file, typically --<b>/usr/local/include/ndbm.h</b>. -+<b>!!PREFIX!!/include/ndbm.h</b>. - - <p> diff --git a/mail/postfix20/files/patch-bf b/mail/postfix20/files/patch-bf deleted file mode 100644 index d652e1e567b3..000000000000 --- a/mail/postfix20/files/patch-bf +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/cleanup.8.html.orig Sun May 28 21:58:41 2000 ---- ./html/cleanup.8.html Thu Jun 1 22:29:04 2000 -*************** -*** 174,177 **** - <b>FILES</b> -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - ---- 174,177 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - diff --git a/mail/postfix20/files/patch-bg b/mail/postfix20/files/patch-bg deleted file mode 100644 index ce2454eaef01..000000000000 --- a/mail/postfix20/files/patch-bg +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/master.8.html.orig Tue Mar 7 10:48:56 2000 ---- ./html/master.8.html Thu Jun 1 22:29:24 2000 -*************** -*** 148,151 **** - <b>FILES</b> -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 148,151 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix20/files/patch-bh b/mail/postfix20/files/patch-bh deleted file mode 100644 index a20232e6796a..000000000000 --- a/mail/postfix20/files/patch-bh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/goals.html.orig Sun May 9 15:44:18 1999 ---- ./html/goals.html Thu Jun 1 22:30:14 2000 -*************** -*** 45,47 **** - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var[/spool]/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. ---- 45,47 ---- - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. diff --git a/mail/postfix20/files/patch-bi b/mail/postfix20/files/patch-bi deleted file mode 100644 index 7e4acdb0c126..000000000000 --- a/mail/postfix20/files/patch-bi +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/postdrop.1.html.orig Mon May 3 15:05:12 1999 ---- ./html/postdrop.1.html Thu Jun 1 22:30:47 2000 -*************** -*** 48,50 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 48,50 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix20/files/patch-bj b/mail/postfix20/files/patch-bj deleted file mode 100644 index 00e78d01ba5a..000000000000 --- a/mail/postfix20/files/patch-bj +++ /dev/null @@ -1,42 +0,0 @@ -*** ./html/uce.html.orig Fri Dec 31 15:06:07 1999 ---- ./html/uce.html Thu Jun 1 22:31:37 2000 -*************** -*** 126,130 **** - -! <dd> <b>header_checks = regexp:/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:/etc/postfix/header_checks</b> - ---- 126,130 ---- - -! <dd> <b>header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:!!PREFIX!!/etc/postfix/header_checks</b> - -*************** -*** 169,171 **** - -! <dd> <b>smtpd_client_restrictions = hash:/etc/postfix/access, - reject_maps_rbl</b> ---- 169,171 ---- - -! <dd> <b>smtpd_client_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_maps_rbl</b> -*************** -*** 474,476 **** - -! <dd> <b>smtpd_sender_restrictions = hash:/etc/postfix/access, - reject_unknown_sender_domain</b> ---- 474,476 ---- - -! <dd> <b>smtpd_sender_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_unknown_sender_domain</b> -*************** -*** 856,858 **** - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:/etc/postfix/etrn_access, reject</b> - ---- 856,858 ---- - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:!!PREFIX!!/etc/postfix/etrn_access, reject</b> - diff --git a/mail/postfix20/files/patch-bk b/mail/postfix20/files/patch-bk deleted file mode 100644 index 62a0573559ae..000000000000 --- a/mail/postfix20/files/patch-bk +++ /dev/null @@ -1,29 +0,0 @@ -*** ./html/rate.html.orig Wed Mar 17 17:55:22 1999 ---- ./html/rate.html Thu Jun 1 22:32:19 2000 -*************** -*** 224,226 **** - -! <dt>/etc/postfix/main.cf: - ---- 224,226 ---- - -! <dt>!!PREFIX!!/etc/postfix/main.cf: - -*************** -*** 237,239 **** - -! <dt>/etc/postfix/<a href="transport.5.html">transport</a>: - ---- 237,239 ---- - -! <dt>!!PREFIX!!/etc/postfix/<a href="transport.5.html">transport</a>: - -*************** -*** 253,255 **** - -! <dt>/etc/postfix/master.cf: - ---- 253,255 ---- - -! <dt>!!PREFIX!!/etc/postfix/master.cf: - diff --git a/mail/postfix20/files/patch-bl b/mail/postfix20/files/patch-bl deleted file mode 100644 index 176c7d1b64de..000000000000 --- a/mail/postfix20/files/patch-bl +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/regexp_table.5.html.orig Sat Apr 22 20:28:38 2000 ---- ./html/regexp_table.5.html Thu Jun 1 22:32:44 2000 -*************** -*** 11,13 **** - <b>SYNOPSIS</b> -! regexp:/etc/postfix/filename - ---- 11,13 ---- - <b>SYNOPSIS</b> -! regexp:!!PREFIX!!/etc/postfix/filename - diff --git a/mail/postfix20/files/patch-bm b/mail/postfix20/files/patch-bm deleted file mode 100644 index e5ccc2c50b94..000000000000 --- a/mail/postfix20/files/patch-bm +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/relocated.5.html.orig Tue Nov 21 21:37:54 2000 -+++ ./html/relocated.5.html Tue Nov 21 21:38:08 2000 -@@ -9,7 +9,7 @@ - relocated - format of Postfix relocated table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/relocated</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> - - <b>DESCRIPTION</b> - The optional <b>relocated</b> table provides the information that -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/relocated</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> in order to rebuild the - indexed file after changing the relocated table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix20/files/patch-bn b/mail/postfix20/files/patch-bn deleted file mode 100644 index 21e69dcaa40c..000000000000 --- a/mail/postfix20/files/patch-bn +++ /dev/null @@ -1,56 +0,0 @@ -*** ./html/rewrite.html.orig Sat May 8 17:51:41 1999 ---- ./html/rewrite.html Thu Jun 1 22:34:21 2000 -*************** -*** 194,196 **** - -! <dd><b>canonical_maps = hash:/etc/postfix/canonical</b> - ---- 194,196 ---- - -! <dd><b>canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical</b> - -*************** -*** 207,209 **** - -! <dd><b>sender_canonical_maps = hash:/etc/postfix/sender_canonical</b> - ---- 207,209 ---- - -! <dd><b>sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical</b> - -*************** -*** 211,213 **** - -! <dd><b>recipient_canonical_maps = hash:/etc/postfix/recipient_canonical</b> - ---- 211,213 ---- - -! <dd><b>recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical</b> - -*************** -*** 295,297 **** - -! <dd><b>virtual_maps = hash:/etc/postfix/virtual</b> - ---- 295,297 ---- - -! <dd><b>virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual</b> - -*************** -*** 323,325 **** - -! <dd><b>relocated_maps = hash:/etc/postfix/relocated</b> - ---- 323,325 ---- - -! <dd><b>relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated</b> - -*************** -*** 348,350 **** - -! <dd><b>transport_maps = hash:/etc/postfix/transport</b> - ---- 348,350 ---- - -! <dd><b>transport_maps = hash:!!PREFIX!!/etc/postfix/transport</b> - diff --git a/mail/postfix20/files/patch-bo b/mail/postfix20/files/patch-bo deleted file mode 100644 index b45270be8151..000000000000 --- a/mail/postfix20/files/patch-bo +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/transport.5.html.orig Tue Nov 21 21:43:00 2000 -+++ ./html/transport.5.html Tue Nov 21 21:43:20 2000 -@@ -9,7 +9,7 @@ - transport - format of Postfix transport table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/transport</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> - - <b>DESCRIPTION</b> - The optional <b>transport</b> table specifies a mapping from -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/transport</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> in order to rebuild the - indexed file after changing the transport table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix20/files/patch-bp b/mail/postfix20/files/patch-bp deleted file mode 100644 index 5206bfd4bfd0..000000000000 --- a/mail/postfix20/files/patch-bp +++ /dev/null @@ -1,43 +0,0 @@ ---- ./html/virtual.5.html.orig Tue Nov 21 21:46:50 2000 -+++ ./html/virtual.5.html Tue Nov 21 21:47:17 2000 -@@ -9,7 +9,7 @@ - virtual - format of Postfix virtual table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/virtual</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> - - <b>DESCRIPTION</b> - The optional <b>virtual</b> table specifies address redirections -@@ -27,7 +27,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/virtual</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, -@@ -52,7 +52,7 @@ - - Support for a Postfix-style virtual domain looks like: - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>virtual.domain</i> <i>anything</i> (right-hand content does not matter) - <i>postmaster@virtual.domain</i> <i>postmaster</i> - <i>user1@virtual.domain</i> <i>address1</i> -@@ -94,11 +94,11 @@ - - Support for a Sendmail-style virtual domain looks like: - -- /etc/postfix/main.cf: -+ !!PREFIX!!/etc/postfix/main.cf: - mydestination = $myhostname localhost.$mydomain $mydomain - <i>virtual.domain</i> - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>user1@virtual.domain</i> <i>address1</i> - <i>user2@virtual.domain</i> <i>address2,</i> <i>address3</i> - diff --git a/mail/postfix20/files/patch-ca b/mail/postfix20/files/patch-ca deleted file mode 100644 index 86d56f80be30..000000000000 --- a/mail/postfix20/files/patch-ca +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man1/postdrop.1.orig Mon May 3 15:03:29 1999 ---- ./man/man1/postdrop.1 Thu Jun 1 22:38:54 2000 -*************** -*** 53,55 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 53,55 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix20/files/patch-cb b/mail/postfix20/files/patch-cb deleted file mode 100644 index 58559c7273d1..000000000000 --- a/mail/postfix20/files/patch-cb +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man1/sendmail.1.orig Thu Mar 30 14:05:28 2000 ---- ./man/man1/sendmail.1 Thu Jun 1 22:39:16 2000 -*************** -*** 63,65 **** - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR ---- 63,65 ---- - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB!!PREFIX!!/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR -*************** -*** 173,175 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 173,175 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix20/files/patch-cc b/mail/postfix20/files/patch-cc deleted file mode 100644 index cd6946003217..000000000000 --- a/mail/postfix20/files/patch-cc +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/pcre_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/pcre_table.5 Thu Jun 1 22:39:34 2000 -*************** -*** 10,12 **** - .nf -! pcre:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! pcre:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix20/files/patch-cd b/mail/postfix20/files/patch-cd deleted file mode 100644 index b51de44d0bee..000000000000 --- a/mail/postfix20/files/patch-cd +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/access.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/access.5 Thu Jun 1 22:39:55 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/access\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. diff --git a/mail/postfix20/files/patch-ce b/mail/postfix20/files/patch-ce deleted file mode 100644 index f77053f8b3aa..000000000000 --- a/mail/postfix20/files/patch-ce +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/canonical.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/canonical.5 Thu Jun 1 22:40:18 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/canonical\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. diff --git a/mail/postfix20/files/patch-cf b/mail/postfix20/files/patch-cf deleted file mode 100644 index 28fb053b94a7..000000000000 --- a/mail/postfix20/files/patch-cf +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/regexp_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/regexp_table.5 Thu Jun 1 22:40:43 2000 -*************** -*** 10,12 **** - .nf -! regexp:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! regexp:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix20/files/patch-cg b/mail/postfix20/files/patch-cg deleted file mode 100644 index 0ae82cc57669..000000000000 --- a/mail/postfix20/files/patch-cg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/relocated.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/relocated.5 Thu Jun 1 22:41:05 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/relocated\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - .SH DESCRIPTION -*************** -*** 20,22 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. ---- 20,22 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. diff --git a/mail/postfix20/files/patch-ch b/mail/postfix20/files/patch-ch deleted file mode 100644 index 3ed047ea474c..000000000000 --- a/mail/postfix20/files/patch-ch +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/transport.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/transport.5 Thu Jun 1 22:41:26 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/transport\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. ---- 21,23 ---- - for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. diff --git a/mail/postfix20/files/patch-ci b/mail/postfix20/files/patch-ci deleted file mode 100644 index 1a7cf4abbac7..000000000000 --- a/mail/postfix20/files/patch-ci +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/virtual.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/virtual.5 Thu Jun 1 22:41:51 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/virtual\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - .SH DESCRIPTION -*************** -*** 26,28 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. ---- 26,28 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. diff --git a/mail/postfix20/files/patch-cj b/mail/postfix20/files/patch-cj deleted file mode 100644 index 50448f2ec26d..000000000000 --- a/mail/postfix20/files/patch-cj +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/cleanup.8.orig Sun May 28 21:58:32 2000 ---- ./man/man8/cleanup.8 Thu Jun 1 22:42:21 2000 -*************** -*** 136,139 **** - .nf -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - .SH LICENSE ---- 136,139 ---- - .nf -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - .SH LICENSE diff --git a/mail/postfix20/files/patch-ck b/mail/postfix20/files/patch-ck deleted file mode 100644 index 6e1ddce3c8f9..000000000000 --- a/mail/postfix20/files/patch-ck +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man8/local.8.orig Thu Feb 3 21:14:53 2000 ---- ./man/man8/local.8 Thu Jun 1 22:42:43 2000 -*************** -*** 96,98 **** - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR ---- 96,98 ---- - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR diff --git a/mail/postfix20/files/patch-cl b/mail/postfix20/files/patch-cl deleted file mode 100644 index 44c8a3a7aae0..000000000000 --- a/mail/postfix20/files/patch-cl +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/master.8.orig Tue Mar 7 10:48:19 2000 ---- ./man/man8/master.8 Thu Jun 1 22:43:02 2000 -*************** -*** 120,123 **** - .nf -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 120,123 ---- - .nf -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix20/files/patch-da b/mail/postfix20/files/patch-da deleted file mode 100644 index e57e31750d18..000000000000 --- a/mail/postfix20/files/patch-da +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/regexp_table.orig Wed Mar 8 19:18:20 2000 ---- ./proto/regexp_table Thu Jun 1 22:44:43 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix20/files/patch-db b/mail/postfix20/files/patch-db deleted file mode 100644 index 7f89fb770783..000000000000 --- a/mail/postfix20/files/patch-db +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/access.orig Sun Apr 9 16:44:45 2000 ---- ./proto/access Thu Jun 1 22:45:05 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/access\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. diff --git a/mail/postfix20/files/patch-dc b/mail/postfix20/files/patch-dc deleted file mode 100644 index 786f2da45c32..000000000000 --- a/mail/postfix20/files/patch-dc +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/canonical.orig Sun Apr 9 16:43:37 2000 ---- ./proto/canonical Thu Jun 1 22:45:28 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/canonical\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. diff --git a/mail/postfix20/files/patch-dd b/mail/postfix20/files/patch-dd deleted file mode 100644 index b65a57ff7d57..000000000000 --- a/mail/postfix20/files/patch-dd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/pcre_table.orig Wed Mar 8 19:18:11 2000 ---- ./proto/pcre_table Thu Jun 1 22:45:41 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix20/files/patch-de b/mail/postfix20/files/patch-de deleted file mode 100644 index 73bb2af2261d..000000000000 --- a/mail/postfix20/files/patch-de +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/relocated.orig Sun Apr 9 16:47:31 2000 ---- ./proto/relocated Thu Jun 1 22:46:02 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/relocated\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - # DESCRIPTION -*************** -*** 14,16 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. ---- 14,16 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. diff --git a/mail/postfix20/files/patch-df b/mail/postfix20/files/patch-df deleted file mode 100644 index 8d3fba96a224..000000000000 --- a/mail/postfix20/files/patch-df +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/transport.orig Sun Apr 9 17:05:45 2000 ---- ./proto/transport Thu Jun 1 22:46:23 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/transport\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - # DESCRIPTION -*************** -*** 15,17 **** - # for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. ---- 15,17 ---- - # for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. diff --git a/mail/postfix20/files/patch-dg b/mail/postfix20/files/patch-dg deleted file mode 100644 index bff20a2cff3e..000000000000 --- a/mail/postfix20/files/patch-dg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/virtual.orig Sun Apr 9 17:14:14 2000 ---- ./proto/virtual Thu Jun 1 22:46:40 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/virtual\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - # DESCRIPTION -*************** -*** 20,22 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. ---- 20,22 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. diff --git a/mail/postfix20/files/patch-ea b/mail/postfix20/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix20/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix20/files/patch-eb b/mail/postfix20/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix20/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix20/files/patch-ec b/mail/postfix20/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix20/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix20/files/patch-ed b/mail/postfix20/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix20/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix20/files/patch-ee b/mail/postfix20/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix20/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix20/files/patch-ef b/mail/postfix20/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix20/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix20/files/patch-eg b/mail/postfix20/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix20/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix20/files/patch-eh b/mail/postfix20/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix20/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix20/files/patch-ei b/mail/postfix20/files/patch-ei deleted file mode 100644 index 8f03b69ccc52..000000000000 --- a/mail/postfix20/files/patch-ei +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000 ---- ./src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix20/files/patch-ej b/mail/postfix20/files/patch-ej deleted file mode 100644 index 329d7bb1cf96..000000000000 --- a/mail/postfix20/files/patch-ej +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000 ---- ./src/smtp/smtp.h Thu Sep 14 13:04:53 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix20/files/patch-lmtp.h b/mail/postfix20/files/patch-lmtp.h deleted file mode 100644 index 86d5975b2b4d..000000000000 --- a/mail/postfix20/files/patch-lmtp.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001 -+++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001 -@@ -12,8 +12,8 @@ - * SASL library. - */ - #ifdef USE_SASL_AUTH --#include <sasl.h> --#include <saslutil.h> -+#include <sasl1/sasl.h> -+#include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix20/files/patch-post-install b/mail/postfix20/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix20/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix20/pkg-comment b/mail/postfix20/pkg-comment deleted file mode 100644 index f2bec12d80ca..000000000000 --- a/mail/postfix20/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An alternative to widely-used Sendmail diff --git a/mail/postfix20/pkg-descr b/mail/postfix20/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix20/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix20/pkg-install b/mail/postfix20/pkg-install deleted file mode 100644 index 1ef1fb5b2089..000000000000 --- a/mail/postfix20/pkg-install +++ /dev/null @@ -1,169 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" n; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix20/pkg-message b/mail/postfix20/pkg-message deleted file mode 100644 index a7ae2b17e2a6..000000000000 --- a/mail/postfix20/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - - -Also, you may wish to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). diff --git a/mail/postfix20/pkg-plist b/mail/postfix20/pkg-plist deleted file mode 100644 index 5b6c3c55d5b6..000000000000 --- a/mail/postfix20/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%share/doc/postfix/DB_README -%%PORTDOCS%%share/doc/postfix/DEBUG_README -%%PORTDOCS%%share/doc/postfix/ETRN_README -%%PORTDOCS%%share/doc/postfix/FILTER_README -%%PORTDOCS%%share/doc/postfix/INSTALL -%%PORTDOCS%%share/doc/postfix/LDAP_README -%%PORTDOCS%%share/doc/postfix/LINUX_README -%%PORTDOCS%%share/doc/postfix/LMTP_README -%%PORTDOCS%%share/doc/postfix/MACOSX_README -%%PORTDOCS%%share/doc/postfix/MYSQL_README -%%PORTDOCS%%share/doc/postfix/NFS_README -%%PORTDOCS%%share/doc/postfix/PACKAGE_README -%%PORTDOCS%%share/doc/postfix/PCRE_README -%%PORTDOCS%%share/doc/postfix/QMQP_README -%%PORTDOCS%%share/doc/postfix/RESTRICTION_CLASS_README -%%PORTDOCS%%share/doc/postfix/SASL_README -%%PORTDOCS%%share/doc/postfix/ULTRIX_README -%%PORTDOCS%%share/doc/postfix/UUCP_README -%%PORTDOCS%%share/doc/postfix/VERP_README -%%PORTDOCS%%share/doc/postfix/VIRTUAL_README -%%PORTDOCS%%share/doc/postfix/access.5.html -%%PORTDOCS%%share/doc/postfix/aliases.5.html -%%PORTDOCS%%share/doc/postfix/architecture.html -%%PORTDOCS%%share/doc/postfix/backstage.html -%%PORTDOCS%%share/doc/postfix/basic.html -%%PORTDOCS%%share/doc/postfix/big-picture.gif -%%PORTDOCS%%share/doc/postfix/big-picture.html -%%PORTDOCS%%share/doc/postfix/bounce.8.html -%%PORTDOCS%%share/doc/postfix/canonical.5.html -%%PORTDOCS%%share/doc/postfix/cleanup.8.html -%%PORTDOCS%%share/doc/postfix/commands.html -%%PORTDOCS%%share/doc/postfix/defer.8.html -%%PORTDOCS%%share/doc/postfix/delivering.html -%%PORTDOCS%%share/doc/postfix/error.8.html -%%PORTDOCS%%share/doc/postfix/faq.html -%%PORTDOCS%%share/doc/postfix/flush.8.html -%%PORTDOCS%%share/doc/postfix/goals.html -%%PORTDOCS%%share/doc/postfix/inbound.gif -%%PORTDOCS%%share/doc/postfix/index.html -%%PORTDOCS%%share/doc/postfix/lmtp.8.html -%%PORTDOCS%%share/doc/postfix/local.8.html -%%PORTDOCS%%share/doc/postfix/mailq.1.html -%%PORTDOCS%%share/doc/postfix/master.8.html -%%PORTDOCS%%share/doc/postfix/motivation.html -%%PORTDOCS%%share/doc/postfix/newaliases.1.html -%%PORTDOCS%%share/doc/postfix/nqmgr.8.html -%%PORTDOCS%%share/doc/postfix/outbound.gif -%%PORTDOCS%%share/doc/postfix/pcre_table.5.html -%%PORTDOCS%%share/doc/postfix/pickup.8.html -%%PORTDOCS%%share/doc/postfix/pipe.8.html -%%PORTDOCS%%share/doc/postfix/postalias.1.html -%%PORTDOCS%%share/doc/postfix/postcat.1.html -%%PORTDOCS%%share/doc/postfix/postconf.1.html -%%PORTDOCS%%share/doc/postfix/postdrop.1.html -%%PORTDOCS%%share/doc/postfix/postfix.1.html -%%PORTDOCS%%share/doc/postfix/postkick.1.html -%%PORTDOCS%%share/doc/postfix/postlock.1.html -%%PORTDOCS%%share/doc/postfix/postlog.1.html -%%PORTDOCS%%share/doc/postfix/postmap.1.html -%%PORTDOCS%%share/doc/postfix/postqueue.1.html -%%PORTDOCS%%share/doc/postfix/postsuper.1.html -%%PORTDOCS%%share/doc/postfix/qmgr.8.html -%%PORTDOCS%%share/doc/postfix/qmqpd.8.html -%%PORTDOCS%%share/doc/postfix/queuing.html -%%PORTDOCS%%share/doc/postfix/rate.html -%%PORTDOCS%%share/doc/postfix/receiving.html -%%PORTDOCS%%share/doc/postfix/regexp_table.5.html -%%PORTDOCS%%share/doc/postfix/relocated.5.html -%%PORTDOCS%%share/doc/postfix/resource.html -%%PORTDOCS%%share/doc/postfix/rewrite.html -%%PORTDOCS%%share/doc/postfix/security.html -%%PORTDOCS%%share/doc/postfix/sendmail.1.html -%%PORTDOCS%%share/doc/postfix/showq.8.html -%%PORTDOCS%%share/doc/postfix/small-picture.gif -%%PORTDOCS%%share/doc/postfix/smtp.8.html -%%PORTDOCS%%share/doc/postfix/smtpd.8.html -%%PORTDOCS%%share/doc/postfix/spawn.8.html -%%PORTDOCS%%share/doc/postfix/transport.5.html -%%PORTDOCS%%share/doc/postfix/trivial-rewrite.8.html -%%PORTDOCS%%share/doc/postfix/uce.html -%%PORTDOCS%%share/doc/postfix/virtual.5.html -%%PORTDOCS%%share/doc/postfix/virtual.8.html -%%PORTDOCS%%@dirrm share/doc/postfix -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix20/scripts/configure b/mail/postfix20/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix20/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix20/scripts/configure.postfix b/mail/postfix20/scripts/configure.postfix deleted file mode 100644 index af7eb044326d..000000000000 --- a/mail/postfix20/scripts/configure.postfix +++ /dev/null @@ -1,164 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix20/scripts/Attic/configure.postfix,v 1.24 2002-08-26 21:33:57 dwcjr Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -else - set PCRE -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -PCRE "Perl Compatible Regular Expressions" "$status_PCRE" \ -SASL "Cyrus SASL (Simple Authentication and Security Layer)" "$status_SASL" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL map lookups" "$status_PgSQL" \ -OpenLDAP "OpenLDAP map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -TLS "Secure Sockets Layer and Transport Layer Security" "$status_TLS" \ -IPv6 "IPv6 support (not KAME official)" "$status_IPv6" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " - -for i; do - case $i in - PCRE) - echo "LIB_DEPENDS+= pcre.0:\${PORTSDIR}/devel/pcre" - echo "POSTFIX_CCARGS+= -DHAS_PCRE -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lpcre" - echo "PCRE_SUFFIX= +pcre" - SUB_PCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - else - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - echo ".if exists(/usr/lib/libkrb.a)" - echo "POSTFIX_AUXLIBS+= -lkrb -ldes -lcom_err" - echo ".endif" - SUB_SASL="" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" - echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.11a-1.1.11-0.9.6g/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB3_SUFFIX= +db3" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PGSQL_SUFFIX= +pgsql" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-1.1.8.patch" - echo "PATCH_DIST_STRIP= -p1" - ;; - OpenLDAP) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ `uname -m` != "i386" ]; then - /usr/bin/dialog --msgbox "IPv6 patch currently only supported on i386!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - if [ -z $SUB_TLS ]; then - /usr/bin/dialog --msgbox "IPv6 and TLS patch cannot be used simultaneously!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.cyber-magic.org/~taka/misc/" - echo "PATCHFILES+= postfix-1.1.11+ipv6.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - ;; - "") - ;; - *) - echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${PCRE_SUFFIX}\${SASL_SUFFIX}\${DB3_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix20/scripts/fix-files-list b/mail/postfix20/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix20/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile deleted file mode 100644 index 6b47f15e39d2..000000000000 --- a/mail/postfix21/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 PCRE" -# -# the options are the same names as in the scripts/configure.postfix file - -PORTNAME= postfix -PORTVERSION= 1.1.11 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= khera@kciLink.com - -USE_SUBMAKE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 qmgr.8 qmqpd.8 showq.8 smtp.8 \ - smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; sh postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix21/distinfo b/mail/postfix21/distinfo deleted file mode 100644 index 379358ed4749..000000000000 --- a/mail/postfix21/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (postfix/postfix-1.1.11.tar.gz) = b34bb2b5018327c19456a77814141208 -MD5 (postfix/pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz) = 11d82e9a3482f64af9d228f7a4319566 -MD5 (postfix/postfix-1.1.11+ipv6.patch.gz) = dc2a6362518025583a17305607eb8f0e -MD5 (postfix/postfix-pg.postfix-1.1.8.patch) = e0f4d910a6d6648d9b48e2244f2764ba diff --git a/mail/postfix21/files/patch-aa b/mail/postfix21/files/patch-aa deleted file mode 100644 index 51b40396bd5e..000000000000 --- a/mail/postfix21/files/patch-aa +++ /dev/null @@ -1,86 +0,0 @@ -*** ./conf/main.cf.orig Fri Jan 4 13:09:04 2002 ---- ./conf/main.cf Tue Jan 8 22:41:50 2002 -*************** -*** 31,44 **** - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = /usr/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = /usr/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # ---- 31,44 ---- - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -*************** -*** 325,332 **** - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/spool/mail/user or /var/mail/user. Specify -! # "Maildir/" for qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ ---- 325,332 ---- - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/mail/user. Specify "Maildir/" for -! # qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ -*************** -*** 424,430 **** - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:/etc/postfix/header_checks - - # FAST ETRN SERVICE - # ---- 424,430 ---- - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - - # FAST ETRN SERVICE - # -*************** -*** 525,531 **** - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = - - # manpage_path: The location of the Postfix on-line manual pages. - # ---- 525,531 ---- - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = maildrop - - # manpage_path: The location of the Postfix on-line manual pages. - # diff --git a/mail/postfix21/files/patch-ab b/mail/postfix21/files/patch-ab deleted file mode 100644 index 7c81d3dc12c9..000000000000 --- a/mail/postfix21/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/canonical.orig Tue Mar 7 10:42:58 2000 ---- ./conf/canonical Thu Jun 1 21:53:23 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/canonical - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/canonical - # diff --git a/mail/postfix21/files/patch-ac b/mail/postfix21/files/patch-ac deleted file mode 100644 index 0fb2192cdd84..000000000000 --- a/mail/postfix21/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/access.orig Tue Mar 7 10:42:58 2000 ---- ./conf/access Thu Jun 1 21:53:36 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/access - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/access - # diff --git a/mail/postfix21/files/patch-ad b/mail/postfix21/files/patch-ad deleted file mode 100644 index c1b102574165..000000000000 --- a/mail/postfix21/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/pcre_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/pcre_table Thu Jun 1 22:02:08 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix21/files/patch-ae b/mail/postfix21/files/patch-ae deleted file mode 100644 index e396dd8626db..000000000000 --- a/mail/postfix21/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/regexp_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/regexp_table Thu Jun 1 22:03:27 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix21/files/patch-af b/mail/postfix21/files/patch-af deleted file mode 100644 index 8fca6b208941..000000000000 --- a/mail/postfix21/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/relocated.orig Tue Mar 7 10:42:58 2000 ---- ./conf/relocated Thu Jun 1 22:03:59 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/relocated - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/relocated - # diff --git a/mail/postfix21/files/patch-ag b/mail/postfix21/files/patch-ag deleted file mode 100644 index 54c0fa918d3b..000000000000 --- a/mail/postfix21/files/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ -*** ./conf/sample-auth.cf.orig Sun May 28 17:55:19 2000 ---- ./conf/sample-auth.cf Thu Jun 1 22:05:32 2000 -*************** -*** 91,95 **** - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in /etc/postfix. - # -! smtp_sasl_password_maps = hash:/etc/postfix/saslpass - ---- 91,95 ---- - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in !!PREFIX!!/etc/postfix. - # -! smtp_sasl_password_maps = hash:!!PREFIX!!/etc/postfix/saslpass - diff --git a/mail/postfix21/files/patch-ah b/mail/postfix21/files/patch-ah deleted file mode 100644 index a8c70a15a78d..000000000000 --- a/mail/postfix21/files/patch-ah +++ /dev/null @@ -1,44 +0,0 @@ -*** ./conf/sample-canonical.cf.orig Thu Sep 23 14:10:38 1999 ---- ./conf/sample-canonical.cf Thu Jun 1 22:07:23 2000 -*************** -*** 14,16 **** - # -! # If you use this feature, run "postmap /etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes ---- 14,16 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes -*************** -*** 19,24 **** - # -! #canonical_maps = dbm:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:/etc/postfix/canonical, netinfo:/canonical - canonical_maps = ---- 19,24 ---- - # -! #canonical_maps = dbm:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, netinfo:/canonical - canonical_maps = -*************** -*** 32,34 **** - # -! #recipient_canonical_maps = hash:/etc/postfix/recipient_canonical - recipient_canonical_maps = ---- 32,34 ---- - # -! #recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical - recipient_canonical_maps = -*************** -*** 46,48 **** - # -! #sender_canonical_maps = hash:/etc/postfix/sender_canonical - sender_canonical_maps = ---- 46,48 ---- - # -! #sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical - sender_canonical_maps = diff --git a/mail/postfix21/files/patch-ai b/mail/postfix21/files/patch-ai deleted file mode 100644 index f7aa2fd5f4c6..000000000000 --- a/mail/postfix21/files/patch-ai +++ /dev/null @@ -1,18 +0,0 @@ -*** ./conf/sample-filter.cf.orig Mon May 29 11:30:44 2000 ---- ./conf/sample-filter.cf Thu Jun 1 22:07:58 2000 -*************** -*** 15,17 **** - # -! header_checks = regexp:/etc/postfix/header_checks - ---- 15,17 ---- - # -! header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - -*************** -*** 26,27 **** - # -! body_checks = regexp:/etc/postfix/body_checks ---- 26,27 ---- - # -! body_checks = regexp:!!PREFIX!!/etc/postfix/body_checks diff --git a/mail/postfix21/files/patch-aj b/mail/postfix21/files/patch-aj deleted file mode 100644 index 241d48132551..000000000000 --- a/mail/postfix21/files/patch-aj +++ /dev/null @@ -1,24 +0,0 @@ -*** ./conf/sample-misc.cf.orig Thu Sep 23 14:10:52 1999 ---- ./conf/sample-misc.cf Thu Jun 1 22:09:39 2000 -*************** -*** 220,222 **** - # -! program_directory = /usr/libexec/postfix - ---- 220,222 ---- - # -! program_directory = !!PREFIX!!/libexec/postfix - -*************** -*** 263,267 **** - # Specify the types and names of databases to use. After change, -! # run "postmap /etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:/etc/postfix/relocated - relocated_maps = ---- 263,267 ---- - # Specify the types and names of databases to use. After change, -! # run "postmap !!PREFIX!!/etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated - relocated_maps = diff --git a/mail/postfix21/files/patch-ak b/mail/postfix21/files/patch-ak deleted file mode 100644 index 250dd411a4bd..000000000000 --- a/mail/postfix21/files/patch-ak +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-relocated.cf.orig Thu Sep 23 14:11:17 1999 ---- ./conf/sample-relocated.cf Thu Jun 1 22:10:43 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix -*************** -*** 16,21 **** - # -! #relocated_maps = dbm:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:/etc/postfix/relocated, netinfo:/relocated - relocated_maps = ---- 16,21 ---- - # -! #relocated_maps = dbm:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, netinfo:/relocated - relocated_maps = diff --git a/mail/postfix21/files/patch-al b/mail/postfix21/files/patch-al deleted file mode 100644 index 799206da0c96..000000000000 --- a/mail/postfix21/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/sample-smtpd.cf.orig Mon Dec 27 19:41:37 1999 ---- ./conf/sample-smtpd.cf Thu Jun 1 22:11:22 2000 -*************** -*** 183,185 **** - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:/etc/postfix/access - smtpd_sender_restrictions = ---- 183,185 ---- - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:!!PREFIX!!/etc/postfix/access - smtpd_sender_restrictions = diff --git a/mail/postfix21/files/patch-am b/mail/postfix21/files/patch-am deleted file mode 100644 index 2d395fa9ca03..000000000000 --- a/mail/postfix21/files/patch-am +++ /dev/null @@ -1,23 +0,0 @@ -*** ./conf/sample-transport.cf.orig Thu Dec 23 10:50:00 1999 ---- ./conf/sample-transport.cf Thu Jun 1 22:13:09 2000 -*************** -*** 10,18 **** - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap /etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport, nis:transport -! #transport_maps = hash:/etc/postfix/transport, netinfo:/transport - transport_maps = ---- 10,18 ---- - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap !!PREFIX!!/etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, nis:transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, netinfo:/transport - transport_maps = diff --git a/mail/postfix21/files/patch-an b/mail/postfix21/files/patch-an deleted file mode 100644 index af5ac7cc031b..000000000000 --- a/mail/postfix21/files/patch-an +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-virtual.cf.orig Mon Dec 20 21:00:42 1999 ---- ./conf/sample-virtual.cf Thu Jun 1 22:13:32 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/virtual" to - # build the necessary DBM or DB file after change. ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/virtual" to - # build the necessary DBM or DB file after change. -*************** -*** 18,23 **** - # -! #virtual_maps = dbm:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:/etc/postfix/virtual, netinfo:/virtual - virtual_maps = ---- 18,23 ---- - # -! #virtual_maps = dbm:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, netinfo:/virtual - virtual_maps = diff --git a/mail/postfix21/files/patch-ao b/mail/postfix21/files/patch-ao deleted file mode 100644 index fd854e181601..000000000000 --- a/mail/postfix21/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/transport.orig Tue Mar 7 10:42:58 2000 ---- ./conf/transport Thu Jun 1 22:13:41 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/transport - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/transport - # diff --git a/mail/postfix21/files/patch-ap b/mail/postfix21/files/patch-ap deleted file mode 100644 index 4598192cd5c1..000000000000 --- a/mail/postfix21/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/virtual.orig Tue Mar 7 10:42:59 2000 ---- ./conf/virtual Thu Jun 1 22:13:54 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/virtual - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/virtual - # diff --git a/mail/postfix21/files/patch-ba b/mail/postfix21/files/patch-ba deleted file mode 100644 index ccb54ec60a7a..000000000000 --- a/mail/postfix21/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ -*** ./html/mailq.1.html.orig Sat Apr 22 20:28:36 2000 ---- ./html/mailq.1.html Thu Jun 1 22:19:24 2000 -*************** -*** 83,85 **** - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>/etc/postfix</b>. - ---- 83,85 ---- - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>!!PREFIX!!/etc/postfix</b>. - -*************** -*** 231,233 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 231,233 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix21/files/patch-bb b/mail/postfix21/files/patch-bb deleted file mode 100644 index ea744664dfa7..000000000000 --- a/mail/postfix21/files/patch-bb +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/access.5.html.orig Tue Nov 21 21:24:13 2000 -+++ ./html/access.5.html Tue Nov 21 21:24:34 2000 -@@ -9,7 +9,7 @@ - access - format of Postfix access table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/access</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> - - <b>DESCRIPTION</b> - The optional <b>access</b> table directs the Postfix SMTP server -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/access</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> in order to rebuild the - indexed file after changing the access table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix21/files/patch-bc b/mail/postfix21/files/patch-bc deleted file mode 100644 index e407a9650585..000000000000 --- a/mail/postfix21/files/patch-bc +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/canonical.5.html.orig Tue Nov 21 21:32:38 2000 -+++ ./html/canonical.5.html Tue Nov 21 21:33:21 2000 -@@ -9,7 +9,7 @@ - canonical - format of Postfix canonical table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/canonical</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> - - <b>DESCRIPTION</b> - The optional <b>canonical</b> table specifies an address mapping -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/canonical</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix21/files/patch-bd b/mail/postfix21/files/patch-bd deleted file mode 100644 index ce79695f1341..000000000000 --- a/mail/postfix21/files/patch-bd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/local.8.html.orig Thu Feb 3 21:15:02 2000 ---- ./html/local.8.html Thu Jun 1 22:22:30 2000 -*************** -*** 99,101 **** - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i> or <b>/var/spool/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> ---- 99,101 ---- - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> diff --git a/mail/postfix21/files/patch-be b/mail/postfix21/files/patch-be deleted file mode 100644 index bef6a3bfaf73..000000000000 --- a/mail/postfix21/files/patch-be +++ /dev/null @@ -1,10 +0,0 @@ ---- ./html/faq.html.orig Sat Oct 28 23:34:51 2000 -+++ ./html/faq.html Sat Oct 28 23:36:04 2000 -@@ -2572,7 +2572,7 @@ - - Answer: instead of using <b>/usr/include/ndbm.h</b>, you're building - Postfix with some incompatible third-party file, typically --<b>/usr/local/include/ndbm.h</b>. -+<b>!!PREFIX!!/include/ndbm.h</b>. - - <p> diff --git a/mail/postfix21/files/patch-bf b/mail/postfix21/files/patch-bf deleted file mode 100644 index d652e1e567b3..000000000000 --- a/mail/postfix21/files/patch-bf +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/cleanup.8.html.orig Sun May 28 21:58:41 2000 ---- ./html/cleanup.8.html Thu Jun 1 22:29:04 2000 -*************** -*** 174,177 **** - <b>FILES</b> -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - ---- 174,177 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - diff --git a/mail/postfix21/files/patch-bg b/mail/postfix21/files/patch-bg deleted file mode 100644 index ce2454eaef01..000000000000 --- a/mail/postfix21/files/patch-bg +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/master.8.html.orig Tue Mar 7 10:48:56 2000 ---- ./html/master.8.html Thu Jun 1 22:29:24 2000 -*************** -*** 148,151 **** - <b>FILES</b> -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 148,151 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix21/files/patch-bh b/mail/postfix21/files/patch-bh deleted file mode 100644 index a20232e6796a..000000000000 --- a/mail/postfix21/files/patch-bh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/goals.html.orig Sun May 9 15:44:18 1999 ---- ./html/goals.html Thu Jun 1 22:30:14 2000 -*************** -*** 45,47 **** - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var[/spool]/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. ---- 45,47 ---- - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. diff --git a/mail/postfix21/files/patch-bi b/mail/postfix21/files/patch-bi deleted file mode 100644 index 7e4acdb0c126..000000000000 --- a/mail/postfix21/files/patch-bi +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/postdrop.1.html.orig Mon May 3 15:05:12 1999 ---- ./html/postdrop.1.html Thu Jun 1 22:30:47 2000 -*************** -*** 48,50 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 48,50 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix21/files/patch-bj b/mail/postfix21/files/patch-bj deleted file mode 100644 index 00e78d01ba5a..000000000000 --- a/mail/postfix21/files/patch-bj +++ /dev/null @@ -1,42 +0,0 @@ -*** ./html/uce.html.orig Fri Dec 31 15:06:07 1999 ---- ./html/uce.html Thu Jun 1 22:31:37 2000 -*************** -*** 126,130 **** - -! <dd> <b>header_checks = regexp:/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:/etc/postfix/header_checks</b> - ---- 126,130 ---- - -! <dd> <b>header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:!!PREFIX!!/etc/postfix/header_checks</b> - -*************** -*** 169,171 **** - -! <dd> <b>smtpd_client_restrictions = hash:/etc/postfix/access, - reject_maps_rbl</b> ---- 169,171 ---- - -! <dd> <b>smtpd_client_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_maps_rbl</b> -*************** -*** 474,476 **** - -! <dd> <b>smtpd_sender_restrictions = hash:/etc/postfix/access, - reject_unknown_sender_domain</b> ---- 474,476 ---- - -! <dd> <b>smtpd_sender_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_unknown_sender_domain</b> -*************** -*** 856,858 **** - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:/etc/postfix/etrn_access, reject</b> - ---- 856,858 ---- - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:!!PREFIX!!/etc/postfix/etrn_access, reject</b> - diff --git a/mail/postfix21/files/patch-bk b/mail/postfix21/files/patch-bk deleted file mode 100644 index 62a0573559ae..000000000000 --- a/mail/postfix21/files/patch-bk +++ /dev/null @@ -1,29 +0,0 @@ -*** ./html/rate.html.orig Wed Mar 17 17:55:22 1999 ---- ./html/rate.html Thu Jun 1 22:32:19 2000 -*************** -*** 224,226 **** - -! <dt>/etc/postfix/main.cf: - ---- 224,226 ---- - -! <dt>!!PREFIX!!/etc/postfix/main.cf: - -*************** -*** 237,239 **** - -! <dt>/etc/postfix/<a href="transport.5.html">transport</a>: - ---- 237,239 ---- - -! <dt>!!PREFIX!!/etc/postfix/<a href="transport.5.html">transport</a>: - -*************** -*** 253,255 **** - -! <dt>/etc/postfix/master.cf: - ---- 253,255 ---- - -! <dt>!!PREFIX!!/etc/postfix/master.cf: - diff --git a/mail/postfix21/files/patch-bl b/mail/postfix21/files/patch-bl deleted file mode 100644 index 176c7d1b64de..000000000000 --- a/mail/postfix21/files/patch-bl +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/regexp_table.5.html.orig Sat Apr 22 20:28:38 2000 ---- ./html/regexp_table.5.html Thu Jun 1 22:32:44 2000 -*************** -*** 11,13 **** - <b>SYNOPSIS</b> -! regexp:/etc/postfix/filename - ---- 11,13 ---- - <b>SYNOPSIS</b> -! regexp:!!PREFIX!!/etc/postfix/filename - diff --git a/mail/postfix21/files/patch-bm b/mail/postfix21/files/patch-bm deleted file mode 100644 index e5ccc2c50b94..000000000000 --- a/mail/postfix21/files/patch-bm +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/relocated.5.html.orig Tue Nov 21 21:37:54 2000 -+++ ./html/relocated.5.html Tue Nov 21 21:38:08 2000 -@@ -9,7 +9,7 @@ - relocated - format of Postfix relocated table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/relocated</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> - - <b>DESCRIPTION</b> - The optional <b>relocated</b> table provides the information that -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/relocated</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> in order to rebuild the - indexed file after changing the relocated table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix21/files/patch-bn b/mail/postfix21/files/patch-bn deleted file mode 100644 index 21e69dcaa40c..000000000000 --- a/mail/postfix21/files/patch-bn +++ /dev/null @@ -1,56 +0,0 @@ -*** ./html/rewrite.html.orig Sat May 8 17:51:41 1999 ---- ./html/rewrite.html Thu Jun 1 22:34:21 2000 -*************** -*** 194,196 **** - -! <dd><b>canonical_maps = hash:/etc/postfix/canonical</b> - ---- 194,196 ---- - -! <dd><b>canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical</b> - -*************** -*** 207,209 **** - -! <dd><b>sender_canonical_maps = hash:/etc/postfix/sender_canonical</b> - ---- 207,209 ---- - -! <dd><b>sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical</b> - -*************** -*** 211,213 **** - -! <dd><b>recipient_canonical_maps = hash:/etc/postfix/recipient_canonical</b> - ---- 211,213 ---- - -! <dd><b>recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical</b> - -*************** -*** 295,297 **** - -! <dd><b>virtual_maps = hash:/etc/postfix/virtual</b> - ---- 295,297 ---- - -! <dd><b>virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual</b> - -*************** -*** 323,325 **** - -! <dd><b>relocated_maps = hash:/etc/postfix/relocated</b> - ---- 323,325 ---- - -! <dd><b>relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated</b> - -*************** -*** 348,350 **** - -! <dd><b>transport_maps = hash:/etc/postfix/transport</b> - ---- 348,350 ---- - -! <dd><b>transport_maps = hash:!!PREFIX!!/etc/postfix/transport</b> - diff --git a/mail/postfix21/files/patch-bo b/mail/postfix21/files/patch-bo deleted file mode 100644 index b45270be8151..000000000000 --- a/mail/postfix21/files/patch-bo +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/transport.5.html.orig Tue Nov 21 21:43:00 2000 -+++ ./html/transport.5.html Tue Nov 21 21:43:20 2000 -@@ -9,7 +9,7 @@ - transport - format of Postfix transport table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/transport</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> - - <b>DESCRIPTION</b> - The optional <b>transport</b> table specifies a mapping from -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/transport</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> in order to rebuild the - indexed file after changing the transport table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix21/files/patch-bp b/mail/postfix21/files/patch-bp deleted file mode 100644 index 5206bfd4bfd0..000000000000 --- a/mail/postfix21/files/patch-bp +++ /dev/null @@ -1,43 +0,0 @@ ---- ./html/virtual.5.html.orig Tue Nov 21 21:46:50 2000 -+++ ./html/virtual.5.html Tue Nov 21 21:47:17 2000 -@@ -9,7 +9,7 @@ - virtual - format of Postfix virtual table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/virtual</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> - - <b>DESCRIPTION</b> - The optional <b>virtual</b> table specifies address redirections -@@ -27,7 +27,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/virtual</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, -@@ -52,7 +52,7 @@ - - Support for a Postfix-style virtual domain looks like: - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>virtual.domain</i> <i>anything</i> (right-hand content does not matter) - <i>postmaster@virtual.domain</i> <i>postmaster</i> - <i>user1@virtual.domain</i> <i>address1</i> -@@ -94,11 +94,11 @@ - - Support for a Sendmail-style virtual domain looks like: - -- /etc/postfix/main.cf: -+ !!PREFIX!!/etc/postfix/main.cf: - mydestination = $myhostname localhost.$mydomain $mydomain - <i>virtual.domain</i> - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>user1@virtual.domain</i> <i>address1</i> - <i>user2@virtual.domain</i> <i>address2,</i> <i>address3</i> - diff --git a/mail/postfix21/files/patch-ca b/mail/postfix21/files/patch-ca deleted file mode 100644 index 86d56f80be30..000000000000 --- a/mail/postfix21/files/patch-ca +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man1/postdrop.1.orig Mon May 3 15:03:29 1999 ---- ./man/man1/postdrop.1 Thu Jun 1 22:38:54 2000 -*************** -*** 53,55 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 53,55 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix21/files/patch-cb b/mail/postfix21/files/patch-cb deleted file mode 100644 index 58559c7273d1..000000000000 --- a/mail/postfix21/files/patch-cb +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man1/sendmail.1.orig Thu Mar 30 14:05:28 2000 ---- ./man/man1/sendmail.1 Thu Jun 1 22:39:16 2000 -*************** -*** 63,65 **** - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR ---- 63,65 ---- - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB!!PREFIX!!/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR -*************** -*** 173,175 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 173,175 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix21/files/patch-cc b/mail/postfix21/files/patch-cc deleted file mode 100644 index cd6946003217..000000000000 --- a/mail/postfix21/files/patch-cc +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/pcre_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/pcre_table.5 Thu Jun 1 22:39:34 2000 -*************** -*** 10,12 **** - .nf -! pcre:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! pcre:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix21/files/patch-cd b/mail/postfix21/files/patch-cd deleted file mode 100644 index b51de44d0bee..000000000000 --- a/mail/postfix21/files/patch-cd +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/access.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/access.5 Thu Jun 1 22:39:55 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/access\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. diff --git a/mail/postfix21/files/patch-ce b/mail/postfix21/files/patch-ce deleted file mode 100644 index f77053f8b3aa..000000000000 --- a/mail/postfix21/files/patch-ce +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/canonical.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/canonical.5 Thu Jun 1 22:40:18 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/canonical\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. diff --git a/mail/postfix21/files/patch-cf b/mail/postfix21/files/patch-cf deleted file mode 100644 index 28fb053b94a7..000000000000 --- a/mail/postfix21/files/patch-cf +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/regexp_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/regexp_table.5 Thu Jun 1 22:40:43 2000 -*************** -*** 10,12 **** - .nf -! regexp:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! regexp:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix21/files/patch-cg b/mail/postfix21/files/patch-cg deleted file mode 100644 index 0ae82cc57669..000000000000 --- a/mail/postfix21/files/patch-cg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/relocated.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/relocated.5 Thu Jun 1 22:41:05 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/relocated\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - .SH DESCRIPTION -*************** -*** 20,22 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. ---- 20,22 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. diff --git a/mail/postfix21/files/patch-ch b/mail/postfix21/files/patch-ch deleted file mode 100644 index 3ed047ea474c..000000000000 --- a/mail/postfix21/files/patch-ch +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/transport.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/transport.5 Thu Jun 1 22:41:26 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/transport\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. ---- 21,23 ---- - for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. diff --git a/mail/postfix21/files/patch-ci b/mail/postfix21/files/patch-ci deleted file mode 100644 index 1a7cf4abbac7..000000000000 --- a/mail/postfix21/files/patch-ci +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/virtual.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/virtual.5 Thu Jun 1 22:41:51 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/virtual\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - .SH DESCRIPTION -*************** -*** 26,28 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. ---- 26,28 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. diff --git a/mail/postfix21/files/patch-cj b/mail/postfix21/files/patch-cj deleted file mode 100644 index 50448f2ec26d..000000000000 --- a/mail/postfix21/files/patch-cj +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/cleanup.8.orig Sun May 28 21:58:32 2000 ---- ./man/man8/cleanup.8 Thu Jun 1 22:42:21 2000 -*************** -*** 136,139 **** - .nf -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - .SH LICENSE ---- 136,139 ---- - .nf -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - .SH LICENSE diff --git a/mail/postfix21/files/patch-ck b/mail/postfix21/files/patch-ck deleted file mode 100644 index 6e1ddce3c8f9..000000000000 --- a/mail/postfix21/files/patch-ck +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man8/local.8.orig Thu Feb 3 21:14:53 2000 ---- ./man/man8/local.8 Thu Jun 1 22:42:43 2000 -*************** -*** 96,98 **** - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR ---- 96,98 ---- - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR diff --git a/mail/postfix21/files/patch-cl b/mail/postfix21/files/patch-cl deleted file mode 100644 index 44c8a3a7aae0..000000000000 --- a/mail/postfix21/files/patch-cl +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/master.8.orig Tue Mar 7 10:48:19 2000 ---- ./man/man8/master.8 Thu Jun 1 22:43:02 2000 -*************** -*** 120,123 **** - .nf -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 120,123 ---- - .nf -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix21/files/patch-da b/mail/postfix21/files/patch-da deleted file mode 100644 index e57e31750d18..000000000000 --- a/mail/postfix21/files/patch-da +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/regexp_table.orig Wed Mar 8 19:18:20 2000 ---- ./proto/regexp_table Thu Jun 1 22:44:43 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix21/files/patch-db b/mail/postfix21/files/patch-db deleted file mode 100644 index 7f89fb770783..000000000000 --- a/mail/postfix21/files/patch-db +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/access.orig Sun Apr 9 16:44:45 2000 ---- ./proto/access Thu Jun 1 22:45:05 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/access\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. diff --git a/mail/postfix21/files/patch-dc b/mail/postfix21/files/patch-dc deleted file mode 100644 index 786f2da45c32..000000000000 --- a/mail/postfix21/files/patch-dc +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/canonical.orig Sun Apr 9 16:43:37 2000 ---- ./proto/canonical Thu Jun 1 22:45:28 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/canonical\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. diff --git a/mail/postfix21/files/patch-dd b/mail/postfix21/files/patch-dd deleted file mode 100644 index b65a57ff7d57..000000000000 --- a/mail/postfix21/files/patch-dd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/pcre_table.orig Wed Mar 8 19:18:11 2000 ---- ./proto/pcre_table Thu Jun 1 22:45:41 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix21/files/patch-de b/mail/postfix21/files/patch-de deleted file mode 100644 index 73bb2af2261d..000000000000 --- a/mail/postfix21/files/patch-de +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/relocated.orig Sun Apr 9 16:47:31 2000 ---- ./proto/relocated Thu Jun 1 22:46:02 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/relocated\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - # DESCRIPTION -*************** -*** 14,16 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. ---- 14,16 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. diff --git a/mail/postfix21/files/patch-df b/mail/postfix21/files/patch-df deleted file mode 100644 index 8d3fba96a224..000000000000 --- a/mail/postfix21/files/patch-df +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/transport.orig Sun Apr 9 17:05:45 2000 ---- ./proto/transport Thu Jun 1 22:46:23 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/transport\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - # DESCRIPTION -*************** -*** 15,17 **** - # for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. ---- 15,17 ---- - # for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. diff --git a/mail/postfix21/files/patch-dg b/mail/postfix21/files/patch-dg deleted file mode 100644 index bff20a2cff3e..000000000000 --- a/mail/postfix21/files/patch-dg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/virtual.orig Sun Apr 9 17:14:14 2000 ---- ./proto/virtual Thu Jun 1 22:46:40 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/virtual\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - # DESCRIPTION -*************** -*** 20,22 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. ---- 20,22 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. diff --git a/mail/postfix21/files/patch-ea b/mail/postfix21/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix21/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix21/files/patch-eb b/mail/postfix21/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix21/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix21/files/patch-ec b/mail/postfix21/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix21/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix21/files/patch-ed b/mail/postfix21/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix21/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix21/files/patch-ee b/mail/postfix21/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix21/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix21/files/patch-ef b/mail/postfix21/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix21/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix21/files/patch-eg b/mail/postfix21/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix21/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix21/files/patch-eh b/mail/postfix21/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix21/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix21/files/patch-ei b/mail/postfix21/files/patch-ei deleted file mode 100644 index 8f03b69ccc52..000000000000 --- a/mail/postfix21/files/patch-ei +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000 ---- ./src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix21/files/patch-ej b/mail/postfix21/files/patch-ej deleted file mode 100644 index 329d7bb1cf96..000000000000 --- a/mail/postfix21/files/patch-ej +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000 ---- ./src/smtp/smtp.h Thu Sep 14 13:04:53 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix21/files/patch-lmtp.h b/mail/postfix21/files/patch-lmtp.h deleted file mode 100644 index 86d5975b2b4d..000000000000 --- a/mail/postfix21/files/patch-lmtp.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001 -+++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001 -@@ -12,8 +12,8 @@ - * SASL library. - */ - #ifdef USE_SASL_AUTH --#include <sasl.h> --#include <saslutil.h> -+#include <sasl1/sasl.h> -+#include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix21/files/patch-post-install b/mail/postfix21/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix21/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix21/pkg-comment b/mail/postfix21/pkg-comment deleted file mode 100644 index f2bec12d80ca..000000000000 --- a/mail/postfix21/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An alternative to widely-used Sendmail diff --git a/mail/postfix21/pkg-descr b/mail/postfix21/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix21/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix21/pkg-install b/mail/postfix21/pkg-install deleted file mode 100644 index 1ef1fb5b2089..000000000000 --- a/mail/postfix21/pkg-install +++ /dev/null @@ -1,169 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" n; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix21/pkg-message b/mail/postfix21/pkg-message deleted file mode 100644 index a7ae2b17e2a6..000000000000 --- a/mail/postfix21/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - - -Also, you may wish to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). diff --git a/mail/postfix21/pkg-plist b/mail/postfix21/pkg-plist deleted file mode 100644 index 5b6c3c55d5b6..000000000000 --- a/mail/postfix21/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%share/doc/postfix/DB_README -%%PORTDOCS%%share/doc/postfix/DEBUG_README -%%PORTDOCS%%share/doc/postfix/ETRN_README -%%PORTDOCS%%share/doc/postfix/FILTER_README -%%PORTDOCS%%share/doc/postfix/INSTALL -%%PORTDOCS%%share/doc/postfix/LDAP_README -%%PORTDOCS%%share/doc/postfix/LINUX_README -%%PORTDOCS%%share/doc/postfix/LMTP_README -%%PORTDOCS%%share/doc/postfix/MACOSX_README -%%PORTDOCS%%share/doc/postfix/MYSQL_README -%%PORTDOCS%%share/doc/postfix/NFS_README -%%PORTDOCS%%share/doc/postfix/PACKAGE_README -%%PORTDOCS%%share/doc/postfix/PCRE_README -%%PORTDOCS%%share/doc/postfix/QMQP_README -%%PORTDOCS%%share/doc/postfix/RESTRICTION_CLASS_README -%%PORTDOCS%%share/doc/postfix/SASL_README -%%PORTDOCS%%share/doc/postfix/ULTRIX_README -%%PORTDOCS%%share/doc/postfix/UUCP_README -%%PORTDOCS%%share/doc/postfix/VERP_README -%%PORTDOCS%%share/doc/postfix/VIRTUAL_README -%%PORTDOCS%%share/doc/postfix/access.5.html -%%PORTDOCS%%share/doc/postfix/aliases.5.html -%%PORTDOCS%%share/doc/postfix/architecture.html -%%PORTDOCS%%share/doc/postfix/backstage.html -%%PORTDOCS%%share/doc/postfix/basic.html -%%PORTDOCS%%share/doc/postfix/big-picture.gif -%%PORTDOCS%%share/doc/postfix/big-picture.html -%%PORTDOCS%%share/doc/postfix/bounce.8.html -%%PORTDOCS%%share/doc/postfix/canonical.5.html -%%PORTDOCS%%share/doc/postfix/cleanup.8.html -%%PORTDOCS%%share/doc/postfix/commands.html -%%PORTDOCS%%share/doc/postfix/defer.8.html -%%PORTDOCS%%share/doc/postfix/delivering.html -%%PORTDOCS%%share/doc/postfix/error.8.html -%%PORTDOCS%%share/doc/postfix/faq.html -%%PORTDOCS%%share/doc/postfix/flush.8.html -%%PORTDOCS%%share/doc/postfix/goals.html -%%PORTDOCS%%share/doc/postfix/inbound.gif -%%PORTDOCS%%share/doc/postfix/index.html -%%PORTDOCS%%share/doc/postfix/lmtp.8.html -%%PORTDOCS%%share/doc/postfix/local.8.html -%%PORTDOCS%%share/doc/postfix/mailq.1.html -%%PORTDOCS%%share/doc/postfix/master.8.html -%%PORTDOCS%%share/doc/postfix/motivation.html -%%PORTDOCS%%share/doc/postfix/newaliases.1.html -%%PORTDOCS%%share/doc/postfix/nqmgr.8.html -%%PORTDOCS%%share/doc/postfix/outbound.gif -%%PORTDOCS%%share/doc/postfix/pcre_table.5.html -%%PORTDOCS%%share/doc/postfix/pickup.8.html -%%PORTDOCS%%share/doc/postfix/pipe.8.html -%%PORTDOCS%%share/doc/postfix/postalias.1.html -%%PORTDOCS%%share/doc/postfix/postcat.1.html -%%PORTDOCS%%share/doc/postfix/postconf.1.html -%%PORTDOCS%%share/doc/postfix/postdrop.1.html -%%PORTDOCS%%share/doc/postfix/postfix.1.html -%%PORTDOCS%%share/doc/postfix/postkick.1.html -%%PORTDOCS%%share/doc/postfix/postlock.1.html -%%PORTDOCS%%share/doc/postfix/postlog.1.html -%%PORTDOCS%%share/doc/postfix/postmap.1.html -%%PORTDOCS%%share/doc/postfix/postqueue.1.html -%%PORTDOCS%%share/doc/postfix/postsuper.1.html -%%PORTDOCS%%share/doc/postfix/qmgr.8.html -%%PORTDOCS%%share/doc/postfix/qmqpd.8.html -%%PORTDOCS%%share/doc/postfix/queuing.html -%%PORTDOCS%%share/doc/postfix/rate.html -%%PORTDOCS%%share/doc/postfix/receiving.html -%%PORTDOCS%%share/doc/postfix/regexp_table.5.html -%%PORTDOCS%%share/doc/postfix/relocated.5.html -%%PORTDOCS%%share/doc/postfix/resource.html -%%PORTDOCS%%share/doc/postfix/rewrite.html -%%PORTDOCS%%share/doc/postfix/security.html -%%PORTDOCS%%share/doc/postfix/sendmail.1.html -%%PORTDOCS%%share/doc/postfix/showq.8.html -%%PORTDOCS%%share/doc/postfix/small-picture.gif -%%PORTDOCS%%share/doc/postfix/smtp.8.html -%%PORTDOCS%%share/doc/postfix/smtpd.8.html -%%PORTDOCS%%share/doc/postfix/spawn.8.html -%%PORTDOCS%%share/doc/postfix/transport.5.html -%%PORTDOCS%%share/doc/postfix/trivial-rewrite.8.html -%%PORTDOCS%%share/doc/postfix/uce.html -%%PORTDOCS%%share/doc/postfix/virtual.5.html -%%PORTDOCS%%share/doc/postfix/virtual.8.html -%%PORTDOCS%%@dirrm share/doc/postfix -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix21/scripts/configure b/mail/postfix21/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix21/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix21/scripts/configure.postfix b/mail/postfix21/scripts/configure.postfix deleted file mode 100644 index ab884c198dd8..000000000000 --- a/mail/postfix21/scripts/configure.postfix +++ /dev/null @@ -1,164 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.24 2002-08-26 21:33:57 dwcjr Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -else - set PCRE -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -PCRE "Perl Compatible Regular Expressions" "$status_PCRE" \ -SASL "Cyrus SASL (Simple Authentication and Security Layer)" "$status_SASL" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL map lookups" "$status_PgSQL" \ -OpenLDAP "OpenLDAP map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -TLS "Secure Sockets Layer and Transport Layer Security" "$status_TLS" \ -IPv6 "IPv6 support (not KAME official)" "$status_IPv6" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " - -for i; do - case $i in - PCRE) - echo "LIB_DEPENDS+= pcre.0:\${PORTSDIR}/devel/pcre" - echo "POSTFIX_CCARGS+= -DHAS_PCRE -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lpcre" - echo "PCRE_SUFFIX= +pcre" - SUB_PCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - else - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - echo ".if exists(/usr/lib/libkrb.a)" - echo "POSTFIX_AUXLIBS+= -lkrb -ldes -lcom_err" - echo ".endif" - SUB_SASL="" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" - echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.11a-1.1.11-0.9.6g/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB3_SUFFIX= +db3" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PGSQL_SUFFIX= +pgsql" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-1.1.8.patch" - echo "PATCH_DIST_STRIP= -p1" - ;; - OpenLDAP) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ `uname -m` != "i386" ]; then - /usr/bin/dialog --msgbox "IPv6 patch currently only supported on i386!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - if [ -z $SUB_TLS ]; then - /usr/bin/dialog --msgbox "IPv6 and TLS patch cannot be used simultaneously!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.cyber-magic.org/~taka/misc/" - echo "PATCHFILES+= postfix-1.1.11+ipv6.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - ;; - "") - ;; - *) - echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${PCRE_SUFFIX}\${SASL_SUFFIX}\${DB3_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix21/scripts/fix-files-list b/mail/postfix21/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix21/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile deleted file mode 100644 index 6b47f15e39d2..000000000000 --- a/mail/postfix22/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 PCRE" -# -# the options are the same names as in the scripts/configure.postfix file - -PORTNAME= postfix -PORTVERSION= 1.1.11 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= khera@kciLink.com - -USE_SUBMAKE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 qmgr.8 qmqpd.8 showq.8 smtp.8 \ - smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; sh postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix22/distinfo b/mail/postfix22/distinfo deleted file mode 100644 index 379358ed4749..000000000000 --- a/mail/postfix22/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (postfix/postfix-1.1.11.tar.gz) = b34bb2b5018327c19456a77814141208 -MD5 (postfix/pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz) = 11d82e9a3482f64af9d228f7a4319566 -MD5 (postfix/postfix-1.1.11+ipv6.patch.gz) = dc2a6362518025583a17305607eb8f0e -MD5 (postfix/postfix-pg.postfix-1.1.8.patch) = e0f4d910a6d6648d9b48e2244f2764ba diff --git a/mail/postfix22/files/patch-aa b/mail/postfix22/files/patch-aa deleted file mode 100644 index 51b40396bd5e..000000000000 --- a/mail/postfix22/files/patch-aa +++ /dev/null @@ -1,86 +0,0 @@ -*** ./conf/main.cf.orig Fri Jan 4 13:09:04 2002 ---- ./conf/main.cf Tue Jan 8 22:41:50 2002 -*************** -*** 31,44 **** - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = /usr/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = /usr/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # ---- 31,44 ---- - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -*************** -*** 325,332 **** - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/spool/mail/user or /var/mail/user. Specify -! # "Maildir/" for qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ ---- 325,332 ---- - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/mail/user. Specify "Maildir/" for -! # qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ -*************** -*** 424,430 **** - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:/etc/postfix/header_checks - - # FAST ETRN SERVICE - # ---- 424,430 ---- - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - - # FAST ETRN SERVICE - # -*************** -*** 525,531 **** - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = - - # manpage_path: The location of the Postfix on-line manual pages. - # ---- 525,531 ---- - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = maildrop - - # manpage_path: The location of the Postfix on-line manual pages. - # diff --git a/mail/postfix22/files/patch-ab b/mail/postfix22/files/patch-ab deleted file mode 100644 index 7c81d3dc12c9..000000000000 --- a/mail/postfix22/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/canonical.orig Tue Mar 7 10:42:58 2000 ---- ./conf/canonical Thu Jun 1 21:53:23 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/canonical - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/canonical - # diff --git a/mail/postfix22/files/patch-ac b/mail/postfix22/files/patch-ac deleted file mode 100644 index 0fb2192cdd84..000000000000 --- a/mail/postfix22/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/access.orig Tue Mar 7 10:42:58 2000 ---- ./conf/access Thu Jun 1 21:53:36 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/access - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/access - # diff --git a/mail/postfix22/files/patch-ad b/mail/postfix22/files/patch-ad deleted file mode 100644 index c1b102574165..000000000000 --- a/mail/postfix22/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/pcre_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/pcre_table Thu Jun 1 22:02:08 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix22/files/patch-ae b/mail/postfix22/files/patch-ae deleted file mode 100644 index e396dd8626db..000000000000 --- a/mail/postfix22/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/regexp_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/regexp_table Thu Jun 1 22:03:27 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix22/files/patch-af b/mail/postfix22/files/patch-af deleted file mode 100644 index 8fca6b208941..000000000000 --- a/mail/postfix22/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/relocated.orig Tue Mar 7 10:42:58 2000 ---- ./conf/relocated Thu Jun 1 22:03:59 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/relocated - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/relocated - # diff --git a/mail/postfix22/files/patch-ag b/mail/postfix22/files/patch-ag deleted file mode 100644 index 54c0fa918d3b..000000000000 --- a/mail/postfix22/files/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ -*** ./conf/sample-auth.cf.orig Sun May 28 17:55:19 2000 ---- ./conf/sample-auth.cf Thu Jun 1 22:05:32 2000 -*************** -*** 91,95 **** - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in /etc/postfix. - # -! smtp_sasl_password_maps = hash:/etc/postfix/saslpass - ---- 91,95 ---- - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in !!PREFIX!!/etc/postfix. - # -! smtp_sasl_password_maps = hash:!!PREFIX!!/etc/postfix/saslpass - diff --git a/mail/postfix22/files/patch-ah b/mail/postfix22/files/patch-ah deleted file mode 100644 index a8c70a15a78d..000000000000 --- a/mail/postfix22/files/patch-ah +++ /dev/null @@ -1,44 +0,0 @@ -*** ./conf/sample-canonical.cf.orig Thu Sep 23 14:10:38 1999 ---- ./conf/sample-canonical.cf Thu Jun 1 22:07:23 2000 -*************** -*** 14,16 **** - # -! # If you use this feature, run "postmap /etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes ---- 14,16 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes -*************** -*** 19,24 **** - # -! #canonical_maps = dbm:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:/etc/postfix/canonical, netinfo:/canonical - canonical_maps = ---- 19,24 ---- - # -! #canonical_maps = dbm:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, netinfo:/canonical - canonical_maps = -*************** -*** 32,34 **** - # -! #recipient_canonical_maps = hash:/etc/postfix/recipient_canonical - recipient_canonical_maps = ---- 32,34 ---- - # -! #recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical - recipient_canonical_maps = -*************** -*** 46,48 **** - # -! #sender_canonical_maps = hash:/etc/postfix/sender_canonical - sender_canonical_maps = ---- 46,48 ---- - # -! #sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical - sender_canonical_maps = diff --git a/mail/postfix22/files/patch-ai b/mail/postfix22/files/patch-ai deleted file mode 100644 index f7aa2fd5f4c6..000000000000 --- a/mail/postfix22/files/patch-ai +++ /dev/null @@ -1,18 +0,0 @@ -*** ./conf/sample-filter.cf.orig Mon May 29 11:30:44 2000 ---- ./conf/sample-filter.cf Thu Jun 1 22:07:58 2000 -*************** -*** 15,17 **** - # -! header_checks = regexp:/etc/postfix/header_checks - ---- 15,17 ---- - # -! header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - -*************** -*** 26,27 **** - # -! body_checks = regexp:/etc/postfix/body_checks ---- 26,27 ---- - # -! body_checks = regexp:!!PREFIX!!/etc/postfix/body_checks diff --git a/mail/postfix22/files/patch-aj b/mail/postfix22/files/patch-aj deleted file mode 100644 index 241d48132551..000000000000 --- a/mail/postfix22/files/patch-aj +++ /dev/null @@ -1,24 +0,0 @@ -*** ./conf/sample-misc.cf.orig Thu Sep 23 14:10:52 1999 ---- ./conf/sample-misc.cf Thu Jun 1 22:09:39 2000 -*************** -*** 220,222 **** - # -! program_directory = /usr/libexec/postfix - ---- 220,222 ---- - # -! program_directory = !!PREFIX!!/libexec/postfix - -*************** -*** 263,267 **** - # Specify the types and names of databases to use. After change, -! # run "postmap /etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:/etc/postfix/relocated - relocated_maps = ---- 263,267 ---- - # Specify the types and names of databases to use. After change, -! # run "postmap !!PREFIX!!/etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated - relocated_maps = diff --git a/mail/postfix22/files/patch-ak b/mail/postfix22/files/patch-ak deleted file mode 100644 index 250dd411a4bd..000000000000 --- a/mail/postfix22/files/patch-ak +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-relocated.cf.orig Thu Sep 23 14:11:17 1999 ---- ./conf/sample-relocated.cf Thu Jun 1 22:10:43 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix -*************** -*** 16,21 **** - # -! #relocated_maps = dbm:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:/etc/postfix/relocated, netinfo:/relocated - relocated_maps = ---- 16,21 ---- - # -! #relocated_maps = dbm:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, netinfo:/relocated - relocated_maps = diff --git a/mail/postfix22/files/patch-al b/mail/postfix22/files/patch-al deleted file mode 100644 index 799206da0c96..000000000000 --- a/mail/postfix22/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/sample-smtpd.cf.orig Mon Dec 27 19:41:37 1999 ---- ./conf/sample-smtpd.cf Thu Jun 1 22:11:22 2000 -*************** -*** 183,185 **** - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:/etc/postfix/access - smtpd_sender_restrictions = ---- 183,185 ---- - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:!!PREFIX!!/etc/postfix/access - smtpd_sender_restrictions = diff --git a/mail/postfix22/files/patch-am b/mail/postfix22/files/patch-am deleted file mode 100644 index 2d395fa9ca03..000000000000 --- a/mail/postfix22/files/patch-am +++ /dev/null @@ -1,23 +0,0 @@ -*** ./conf/sample-transport.cf.orig Thu Dec 23 10:50:00 1999 ---- ./conf/sample-transport.cf Thu Jun 1 22:13:09 2000 -*************** -*** 10,18 **** - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap /etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport, nis:transport -! #transport_maps = hash:/etc/postfix/transport, netinfo:/transport - transport_maps = ---- 10,18 ---- - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap !!PREFIX!!/etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, nis:transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, netinfo:/transport - transport_maps = diff --git a/mail/postfix22/files/patch-an b/mail/postfix22/files/patch-an deleted file mode 100644 index af5ac7cc031b..000000000000 --- a/mail/postfix22/files/patch-an +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-virtual.cf.orig Mon Dec 20 21:00:42 1999 ---- ./conf/sample-virtual.cf Thu Jun 1 22:13:32 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/virtual" to - # build the necessary DBM or DB file after change. ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/virtual" to - # build the necessary DBM or DB file after change. -*************** -*** 18,23 **** - # -! #virtual_maps = dbm:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:/etc/postfix/virtual, netinfo:/virtual - virtual_maps = ---- 18,23 ---- - # -! #virtual_maps = dbm:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, netinfo:/virtual - virtual_maps = diff --git a/mail/postfix22/files/patch-ao b/mail/postfix22/files/patch-ao deleted file mode 100644 index fd854e181601..000000000000 --- a/mail/postfix22/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/transport.orig Tue Mar 7 10:42:58 2000 ---- ./conf/transport Thu Jun 1 22:13:41 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/transport - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/transport - # diff --git a/mail/postfix22/files/patch-ap b/mail/postfix22/files/patch-ap deleted file mode 100644 index 4598192cd5c1..000000000000 --- a/mail/postfix22/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/virtual.orig Tue Mar 7 10:42:59 2000 ---- ./conf/virtual Thu Jun 1 22:13:54 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/virtual - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/virtual - # diff --git a/mail/postfix22/files/patch-ba b/mail/postfix22/files/patch-ba deleted file mode 100644 index ccb54ec60a7a..000000000000 --- a/mail/postfix22/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ -*** ./html/mailq.1.html.orig Sat Apr 22 20:28:36 2000 ---- ./html/mailq.1.html Thu Jun 1 22:19:24 2000 -*************** -*** 83,85 **** - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>/etc/postfix</b>. - ---- 83,85 ---- - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>!!PREFIX!!/etc/postfix</b>. - -*************** -*** 231,233 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 231,233 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix22/files/patch-bb b/mail/postfix22/files/patch-bb deleted file mode 100644 index ea744664dfa7..000000000000 --- a/mail/postfix22/files/patch-bb +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/access.5.html.orig Tue Nov 21 21:24:13 2000 -+++ ./html/access.5.html Tue Nov 21 21:24:34 2000 -@@ -9,7 +9,7 @@ - access - format of Postfix access table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/access</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> - - <b>DESCRIPTION</b> - The optional <b>access</b> table directs the Postfix SMTP server -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/access</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> in order to rebuild the - indexed file after changing the access table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix22/files/patch-bc b/mail/postfix22/files/patch-bc deleted file mode 100644 index e407a9650585..000000000000 --- a/mail/postfix22/files/patch-bc +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/canonical.5.html.orig Tue Nov 21 21:32:38 2000 -+++ ./html/canonical.5.html Tue Nov 21 21:33:21 2000 -@@ -9,7 +9,7 @@ - canonical - format of Postfix canonical table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/canonical</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> - - <b>DESCRIPTION</b> - The optional <b>canonical</b> table specifies an address mapping -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/canonical</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix22/files/patch-bd b/mail/postfix22/files/patch-bd deleted file mode 100644 index ce79695f1341..000000000000 --- a/mail/postfix22/files/patch-bd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/local.8.html.orig Thu Feb 3 21:15:02 2000 ---- ./html/local.8.html Thu Jun 1 22:22:30 2000 -*************** -*** 99,101 **** - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i> or <b>/var/spool/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> ---- 99,101 ---- - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> diff --git a/mail/postfix22/files/patch-be b/mail/postfix22/files/patch-be deleted file mode 100644 index bef6a3bfaf73..000000000000 --- a/mail/postfix22/files/patch-be +++ /dev/null @@ -1,10 +0,0 @@ ---- ./html/faq.html.orig Sat Oct 28 23:34:51 2000 -+++ ./html/faq.html Sat Oct 28 23:36:04 2000 -@@ -2572,7 +2572,7 @@ - - Answer: instead of using <b>/usr/include/ndbm.h</b>, you're building - Postfix with some incompatible third-party file, typically --<b>/usr/local/include/ndbm.h</b>. -+<b>!!PREFIX!!/include/ndbm.h</b>. - - <p> diff --git a/mail/postfix22/files/patch-bf b/mail/postfix22/files/patch-bf deleted file mode 100644 index d652e1e567b3..000000000000 --- a/mail/postfix22/files/patch-bf +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/cleanup.8.html.orig Sun May 28 21:58:41 2000 ---- ./html/cleanup.8.html Thu Jun 1 22:29:04 2000 -*************** -*** 174,177 **** - <b>FILES</b> -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - ---- 174,177 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - diff --git a/mail/postfix22/files/patch-bg b/mail/postfix22/files/patch-bg deleted file mode 100644 index ce2454eaef01..000000000000 --- a/mail/postfix22/files/patch-bg +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/master.8.html.orig Tue Mar 7 10:48:56 2000 ---- ./html/master.8.html Thu Jun 1 22:29:24 2000 -*************** -*** 148,151 **** - <b>FILES</b> -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 148,151 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix22/files/patch-bh b/mail/postfix22/files/patch-bh deleted file mode 100644 index a20232e6796a..000000000000 --- a/mail/postfix22/files/patch-bh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/goals.html.orig Sun May 9 15:44:18 1999 ---- ./html/goals.html Thu Jun 1 22:30:14 2000 -*************** -*** 45,47 **** - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var[/spool]/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. ---- 45,47 ---- - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. diff --git a/mail/postfix22/files/patch-bi b/mail/postfix22/files/patch-bi deleted file mode 100644 index 7e4acdb0c126..000000000000 --- a/mail/postfix22/files/patch-bi +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/postdrop.1.html.orig Mon May 3 15:05:12 1999 ---- ./html/postdrop.1.html Thu Jun 1 22:30:47 2000 -*************** -*** 48,50 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 48,50 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix22/files/patch-bj b/mail/postfix22/files/patch-bj deleted file mode 100644 index 00e78d01ba5a..000000000000 --- a/mail/postfix22/files/patch-bj +++ /dev/null @@ -1,42 +0,0 @@ -*** ./html/uce.html.orig Fri Dec 31 15:06:07 1999 ---- ./html/uce.html Thu Jun 1 22:31:37 2000 -*************** -*** 126,130 **** - -! <dd> <b>header_checks = regexp:/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:/etc/postfix/header_checks</b> - ---- 126,130 ---- - -! <dd> <b>header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:!!PREFIX!!/etc/postfix/header_checks</b> - -*************** -*** 169,171 **** - -! <dd> <b>smtpd_client_restrictions = hash:/etc/postfix/access, - reject_maps_rbl</b> ---- 169,171 ---- - -! <dd> <b>smtpd_client_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_maps_rbl</b> -*************** -*** 474,476 **** - -! <dd> <b>smtpd_sender_restrictions = hash:/etc/postfix/access, - reject_unknown_sender_domain</b> ---- 474,476 ---- - -! <dd> <b>smtpd_sender_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_unknown_sender_domain</b> -*************** -*** 856,858 **** - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:/etc/postfix/etrn_access, reject</b> - ---- 856,858 ---- - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:!!PREFIX!!/etc/postfix/etrn_access, reject</b> - diff --git a/mail/postfix22/files/patch-bk b/mail/postfix22/files/patch-bk deleted file mode 100644 index 62a0573559ae..000000000000 --- a/mail/postfix22/files/patch-bk +++ /dev/null @@ -1,29 +0,0 @@ -*** ./html/rate.html.orig Wed Mar 17 17:55:22 1999 ---- ./html/rate.html Thu Jun 1 22:32:19 2000 -*************** -*** 224,226 **** - -! <dt>/etc/postfix/main.cf: - ---- 224,226 ---- - -! <dt>!!PREFIX!!/etc/postfix/main.cf: - -*************** -*** 237,239 **** - -! <dt>/etc/postfix/<a href="transport.5.html">transport</a>: - ---- 237,239 ---- - -! <dt>!!PREFIX!!/etc/postfix/<a href="transport.5.html">transport</a>: - -*************** -*** 253,255 **** - -! <dt>/etc/postfix/master.cf: - ---- 253,255 ---- - -! <dt>!!PREFIX!!/etc/postfix/master.cf: - diff --git a/mail/postfix22/files/patch-bl b/mail/postfix22/files/patch-bl deleted file mode 100644 index 176c7d1b64de..000000000000 --- a/mail/postfix22/files/patch-bl +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/regexp_table.5.html.orig Sat Apr 22 20:28:38 2000 ---- ./html/regexp_table.5.html Thu Jun 1 22:32:44 2000 -*************** -*** 11,13 **** - <b>SYNOPSIS</b> -! regexp:/etc/postfix/filename - ---- 11,13 ---- - <b>SYNOPSIS</b> -! regexp:!!PREFIX!!/etc/postfix/filename - diff --git a/mail/postfix22/files/patch-bm b/mail/postfix22/files/patch-bm deleted file mode 100644 index e5ccc2c50b94..000000000000 --- a/mail/postfix22/files/patch-bm +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/relocated.5.html.orig Tue Nov 21 21:37:54 2000 -+++ ./html/relocated.5.html Tue Nov 21 21:38:08 2000 -@@ -9,7 +9,7 @@ - relocated - format of Postfix relocated table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/relocated</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> - - <b>DESCRIPTION</b> - The optional <b>relocated</b> table provides the information that -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/relocated</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> in order to rebuild the - indexed file after changing the relocated table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix22/files/patch-bn b/mail/postfix22/files/patch-bn deleted file mode 100644 index 21e69dcaa40c..000000000000 --- a/mail/postfix22/files/patch-bn +++ /dev/null @@ -1,56 +0,0 @@ -*** ./html/rewrite.html.orig Sat May 8 17:51:41 1999 ---- ./html/rewrite.html Thu Jun 1 22:34:21 2000 -*************** -*** 194,196 **** - -! <dd><b>canonical_maps = hash:/etc/postfix/canonical</b> - ---- 194,196 ---- - -! <dd><b>canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical</b> - -*************** -*** 207,209 **** - -! <dd><b>sender_canonical_maps = hash:/etc/postfix/sender_canonical</b> - ---- 207,209 ---- - -! <dd><b>sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical</b> - -*************** -*** 211,213 **** - -! <dd><b>recipient_canonical_maps = hash:/etc/postfix/recipient_canonical</b> - ---- 211,213 ---- - -! <dd><b>recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical</b> - -*************** -*** 295,297 **** - -! <dd><b>virtual_maps = hash:/etc/postfix/virtual</b> - ---- 295,297 ---- - -! <dd><b>virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual</b> - -*************** -*** 323,325 **** - -! <dd><b>relocated_maps = hash:/etc/postfix/relocated</b> - ---- 323,325 ---- - -! <dd><b>relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated</b> - -*************** -*** 348,350 **** - -! <dd><b>transport_maps = hash:/etc/postfix/transport</b> - ---- 348,350 ---- - -! <dd><b>transport_maps = hash:!!PREFIX!!/etc/postfix/transport</b> - diff --git a/mail/postfix22/files/patch-bo b/mail/postfix22/files/patch-bo deleted file mode 100644 index b45270be8151..000000000000 --- a/mail/postfix22/files/patch-bo +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/transport.5.html.orig Tue Nov 21 21:43:00 2000 -+++ ./html/transport.5.html Tue Nov 21 21:43:20 2000 -@@ -9,7 +9,7 @@ - transport - format of Postfix transport table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/transport</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> - - <b>DESCRIPTION</b> - The optional <b>transport</b> table specifies a mapping from -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/transport</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> in order to rebuild the - indexed file after changing the transport table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix22/files/patch-bp b/mail/postfix22/files/patch-bp deleted file mode 100644 index 5206bfd4bfd0..000000000000 --- a/mail/postfix22/files/patch-bp +++ /dev/null @@ -1,43 +0,0 @@ ---- ./html/virtual.5.html.orig Tue Nov 21 21:46:50 2000 -+++ ./html/virtual.5.html Tue Nov 21 21:47:17 2000 -@@ -9,7 +9,7 @@ - virtual - format of Postfix virtual table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/virtual</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> - - <b>DESCRIPTION</b> - The optional <b>virtual</b> table specifies address redirections -@@ -27,7 +27,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/virtual</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, -@@ -52,7 +52,7 @@ - - Support for a Postfix-style virtual domain looks like: - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>virtual.domain</i> <i>anything</i> (right-hand content does not matter) - <i>postmaster@virtual.domain</i> <i>postmaster</i> - <i>user1@virtual.domain</i> <i>address1</i> -@@ -94,11 +94,11 @@ - - Support for a Sendmail-style virtual domain looks like: - -- /etc/postfix/main.cf: -+ !!PREFIX!!/etc/postfix/main.cf: - mydestination = $myhostname localhost.$mydomain $mydomain - <i>virtual.domain</i> - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>user1@virtual.domain</i> <i>address1</i> - <i>user2@virtual.domain</i> <i>address2,</i> <i>address3</i> - diff --git a/mail/postfix22/files/patch-ca b/mail/postfix22/files/patch-ca deleted file mode 100644 index 86d56f80be30..000000000000 --- a/mail/postfix22/files/patch-ca +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man1/postdrop.1.orig Mon May 3 15:03:29 1999 ---- ./man/man1/postdrop.1 Thu Jun 1 22:38:54 2000 -*************** -*** 53,55 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 53,55 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix22/files/patch-cb b/mail/postfix22/files/patch-cb deleted file mode 100644 index 58559c7273d1..000000000000 --- a/mail/postfix22/files/patch-cb +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man1/sendmail.1.orig Thu Mar 30 14:05:28 2000 ---- ./man/man1/sendmail.1 Thu Jun 1 22:39:16 2000 -*************** -*** 63,65 **** - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR ---- 63,65 ---- - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB!!PREFIX!!/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR -*************** -*** 173,175 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 173,175 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix22/files/patch-cc b/mail/postfix22/files/patch-cc deleted file mode 100644 index cd6946003217..000000000000 --- a/mail/postfix22/files/patch-cc +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/pcre_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/pcre_table.5 Thu Jun 1 22:39:34 2000 -*************** -*** 10,12 **** - .nf -! pcre:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! pcre:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix22/files/patch-cd b/mail/postfix22/files/patch-cd deleted file mode 100644 index b51de44d0bee..000000000000 --- a/mail/postfix22/files/patch-cd +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/access.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/access.5 Thu Jun 1 22:39:55 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/access\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. diff --git a/mail/postfix22/files/patch-ce b/mail/postfix22/files/patch-ce deleted file mode 100644 index f77053f8b3aa..000000000000 --- a/mail/postfix22/files/patch-ce +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/canonical.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/canonical.5 Thu Jun 1 22:40:18 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/canonical\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. diff --git a/mail/postfix22/files/patch-cf b/mail/postfix22/files/patch-cf deleted file mode 100644 index 28fb053b94a7..000000000000 --- a/mail/postfix22/files/patch-cf +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/regexp_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/regexp_table.5 Thu Jun 1 22:40:43 2000 -*************** -*** 10,12 **** - .nf -! regexp:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! regexp:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix22/files/patch-cg b/mail/postfix22/files/patch-cg deleted file mode 100644 index 0ae82cc57669..000000000000 --- a/mail/postfix22/files/patch-cg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/relocated.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/relocated.5 Thu Jun 1 22:41:05 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/relocated\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - .SH DESCRIPTION -*************** -*** 20,22 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. ---- 20,22 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. diff --git a/mail/postfix22/files/patch-ch b/mail/postfix22/files/patch-ch deleted file mode 100644 index 3ed047ea474c..000000000000 --- a/mail/postfix22/files/patch-ch +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/transport.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/transport.5 Thu Jun 1 22:41:26 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/transport\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. ---- 21,23 ---- - for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. diff --git a/mail/postfix22/files/patch-ci b/mail/postfix22/files/patch-ci deleted file mode 100644 index 1a7cf4abbac7..000000000000 --- a/mail/postfix22/files/patch-ci +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/virtual.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/virtual.5 Thu Jun 1 22:41:51 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/virtual\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - .SH DESCRIPTION -*************** -*** 26,28 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. ---- 26,28 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. diff --git a/mail/postfix22/files/patch-cj b/mail/postfix22/files/patch-cj deleted file mode 100644 index 50448f2ec26d..000000000000 --- a/mail/postfix22/files/patch-cj +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/cleanup.8.orig Sun May 28 21:58:32 2000 ---- ./man/man8/cleanup.8 Thu Jun 1 22:42:21 2000 -*************** -*** 136,139 **** - .nf -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - .SH LICENSE ---- 136,139 ---- - .nf -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - .SH LICENSE diff --git a/mail/postfix22/files/patch-ck b/mail/postfix22/files/patch-ck deleted file mode 100644 index 6e1ddce3c8f9..000000000000 --- a/mail/postfix22/files/patch-ck +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man8/local.8.orig Thu Feb 3 21:14:53 2000 ---- ./man/man8/local.8 Thu Jun 1 22:42:43 2000 -*************** -*** 96,98 **** - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR ---- 96,98 ---- - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR diff --git a/mail/postfix22/files/patch-cl b/mail/postfix22/files/patch-cl deleted file mode 100644 index 44c8a3a7aae0..000000000000 --- a/mail/postfix22/files/patch-cl +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/master.8.orig Tue Mar 7 10:48:19 2000 ---- ./man/man8/master.8 Thu Jun 1 22:43:02 2000 -*************** -*** 120,123 **** - .nf -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 120,123 ---- - .nf -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix22/files/patch-da b/mail/postfix22/files/patch-da deleted file mode 100644 index e57e31750d18..000000000000 --- a/mail/postfix22/files/patch-da +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/regexp_table.orig Wed Mar 8 19:18:20 2000 ---- ./proto/regexp_table Thu Jun 1 22:44:43 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix22/files/patch-db b/mail/postfix22/files/patch-db deleted file mode 100644 index 7f89fb770783..000000000000 --- a/mail/postfix22/files/patch-db +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/access.orig Sun Apr 9 16:44:45 2000 ---- ./proto/access Thu Jun 1 22:45:05 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/access\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. diff --git a/mail/postfix22/files/patch-dc b/mail/postfix22/files/patch-dc deleted file mode 100644 index 786f2da45c32..000000000000 --- a/mail/postfix22/files/patch-dc +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/canonical.orig Sun Apr 9 16:43:37 2000 ---- ./proto/canonical Thu Jun 1 22:45:28 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/canonical\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. diff --git a/mail/postfix22/files/patch-dd b/mail/postfix22/files/patch-dd deleted file mode 100644 index b65a57ff7d57..000000000000 --- a/mail/postfix22/files/patch-dd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/pcre_table.orig Wed Mar 8 19:18:11 2000 ---- ./proto/pcre_table Thu Jun 1 22:45:41 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix22/files/patch-de b/mail/postfix22/files/patch-de deleted file mode 100644 index 73bb2af2261d..000000000000 --- a/mail/postfix22/files/patch-de +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/relocated.orig Sun Apr 9 16:47:31 2000 ---- ./proto/relocated Thu Jun 1 22:46:02 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/relocated\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - # DESCRIPTION -*************** -*** 14,16 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. ---- 14,16 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. diff --git a/mail/postfix22/files/patch-df b/mail/postfix22/files/patch-df deleted file mode 100644 index 8d3fba96a224..000000000000 --- a/mail/postfix22/files/patch-df +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/transport.orig Sun Apr 9 17:05:45 2000 ---- ./proto/transport Thu Jun 1 22:46:23 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/transport\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - # DESCRIPTION -*************** -*** 15,17 **** - # for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. ---- 15,17 ---- - # for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. diff --git a/mail/postfix22/files/patch-dg b/mail/postfix22/files/patch-dg deleted file mode 100644 index bff20a2cff3e..000000000000 --- a/mail/postfix22/files/patch-dg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/virtual.orig Sun Apr 9 17:14:14 2000 ---- ./proto/virtual Thu Jun 1 22:46:40 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/virtual\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - # DESCRIPTION -*************** -*** 20,22 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. ---- 20,22 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. diff --git a/mail/postfix22/files/patch-ea b/mail/postfix22/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix22/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix22/files/patch-eb b/mail/postfix22/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix22/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix22/files/patch-ec b/mail/postfix22/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix22/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix22/files/patch-ed b/mail/postfix22/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix22/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix22/files/patch-ee b/mail/postfix22/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix22/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix22/files/patch-ef b/mail/postfix22/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix22/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix22/files/patch-eg b/mail/postfix22/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix22/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix22/files/patch-eh b/mail/postfix22/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix22/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix22/files/patch-ei b/mail/postfix22/files/patch-ei deleted file mode 100644 index 8f03b69ccc52..000000000000 --- a/mail/postfix22/files/patch-ei +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000 ---- ./src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix22/files/patch-ej b/mail/postfix22/files/patch-ej deleted file mode 100644 index 329d7bb1cf96..000000000000 --- a/mail/postfix22/files/patch-ej +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000 ---- ./src/smtp/smtp.h Thu Sep 14 13:04:53 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix22/files/patch-lmtp.h b/mail/postfix22/files/patch-lmtp.h deleted file mode 100644 index 86d5975b2b4d..000000000000 --- a/mail/postfix22/files/patch-lmtp.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001 -+++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001 -@@ -12,8 +12,8 @@ - * SASL library. - */ - #ifdef USE_SASL_AUTH --#include <sasl.h> --#include <saslutil.h> -+#include <sasl1/sasl.h> -+#include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix22/files/patch-post-install b/mail/postfix22/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix22/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix22/pkg-comment b/mail/postfix22/pkg-comment deleted file mode 100644 index f2bec12d80ca..000000000000 --- a/mail/postfix22/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An alternative to widely-used Sendmail diff --git a/mail/postfix22/pkg-descr b/mail/postfix22/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix22/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix22/pkg-install b/mail/postfix22/pkg-install deleted file mode 100644 index 1ef1fb5b2089..000000000000 --- a/mail/postfix22/pkg-install +++ /dev/null @@ -1,169 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" n; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix22/pkg-message b/mail/postfix22/pkg-message deleted file mode 100644 index a7ae2b17e2a6..000000000000 --- a/mail/postfix22/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - - -Also, you may wish to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). diff --git a/mail/postfix22/pkg-plist b/mail/postfix22/pkg-plist deleted file mode 100644 index 5b6c3c55d5b6..000000000000 --- a/mail/postfix22/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%share/doc/postfix/DB_README -%%PORTDOCS%%share/doc/postfix/DEBUG_README -%%PORTDOCS%%share/doc/postfix/ETRN_README -%%PORTDOCS%%share/doc/postfix/FILTER_README -%%PORTDOCS%%share/doc/postfix/INSTALL -%%PORTDOCS%%share/doc/postfix/LDAP_README -%%PORTDOCS%%share/doc/postfix/LINUX_README -%%PORTDOCS%%share/doc/postfix/LMTP_README -%%PORTDOCS%%share/doc/postfix/MACOSX_README -%%PORTDOCS%%share/doc/postfix/MYSQL_README -%%PORTDOCS%%share/doc/postfix/NFS_README -%%PORTDOCS%%share/doc/postfix/PACKAGE_README -%%PORTDOCS%%share/doc/postfix/PCRE_README -%%PORTDOCS%%share/doc/postfix/QMQP_README -%%PORTDOCS%%share/doc/postfix/RESTRICTION_CLASS_README -%%PORTDOCS%%share/doc/postfix/SASL_README -%%PORTDOCS%%share/doc/postfix/ULTRIX_README -%%PORTDOCS%%share/doc/postfix/UUCP_README -%%PORTDOCS%%share/doc/postfix/VERP_README -%%PORTDOCS%%share/doc/postfix/VIRTUAL_README -%%PORTDOCS%%share/doc/postfix/access.5.html -%%PORTDOCS%%share/doc/postfix/aliases.5.html -%%PORTDOCS%%share/doc/postfix/architecture.html -%%PORTDOCS%%share/doc/postfix/backstage.html -%%PORTDOCS%%share/doc/postfix/basic.html -%%PORTDOCS%%share/doc/postfix/big-picture.gif -%%PORTDOCS%%share/doc/postfix/big-picture.html -%%PORTDOCS%%share/doc/postfix/bounce.8.html -%%PORTDOCS%%share/doc/postfix/canonical.5.html -%%PORTDOCS%%share/doc/postfix/cleanup.8.html -%%PORTDOCS%%share/doc/postfix/commands.html -%%PORTDOCS%%share/doc/postfix/defer.8.html -%%PORTDOCS%%share/doc/postfix/delivering.html -%%PORTDOCS%%share/doc/postfix/error.8.html -%%PORTDOCS%%share/doc/postfix/faq.html -%%PORTDOCS%%share/doc/postfix/flush.8.html -%%PORTDOCS%%share/doc/postfix/goals.html -%%PORTDOCS%%share/doc/postfix/inbound.gif -%%PORTDOCS%%share/doc/postfix/index.html -%%PORTDOCS%%share/doc/postfix/lmtp.8.html -%%PORTDOCS%%share/doc/postfix/local.8.html -%%PORTDOCS%%share/doc/postfix/mailq.1.html -%%PORTDOCS%%share/doc/postfix/master.8.html -%%PORTDOCS%%share/doc/postfix/motivation.html -%%PORTDOCS%%share/doc/postfix/newaliases.1.html -%%PORTDOCS%%share/doc/postfix/nqmgr.8.html -%%PORTDOCS%%share/doc/postfix/outbound.gif -%%PORTDOCS%%share/doc/postfix/pcre_table.5.html -%%PORTDOCS%%share/doc/postfix/pickup.8.html -%%PORTDOCS%%share/doc/postfix/pipe.8.html -%%PORTDOCS%%share/doc/postfix/postalias.1.html -%%PORTDOCS%%share/doc/postfix/postcat.1.html -%%PORTDOCS%%share/doc/postfix/postconf.1.html -%%PORTDOCS%%share/doc/postfix/postdrop.1.html -%%PORTDOCS%%share/doc/postfix/postfix.1.html -%%PORTDOCS%%share/doc/postfix/postkick.1.html -%%PORTDOCS%%share/doc/postfix/postlock.1.html -%%PORTDOCS%%share/doc/postfix/postlog.1.html -%%PORTDOCS%%share/doc/postfix/postmap.1.html -%%PORTDOCS%%share/doc/postfix/postqueue.1.html -%%PORTDOCS%%share/doc/postfix/postsuper.1.html -%%PORTDOCS%%share/doc/postfix/qmgr.8.html -%%PORTDOCS%%share/doc/postfix/qmqpd.8.html -%%PORTDOCS%%share/doc/postfix/queuing.html -%%PORTDOCS%%share/doc/postfix/rate.html -%%PORTDOCS%%share/doc/postfix/receiving.html -%%PORTDOCS%%share/doc/postfix/regexp_table.5.html -%%PORTDOCS%%share/doc/postfix/relocated.5.html -%%PORTDOCS%%share/doc/postfix/resource.html -%%PORTDOCS%%share/doc/postfix/rewrite.html -%%PORTDOCS%%share/doc/postfix/security.html -%%PORTDOCS%%share/doc/postfix/sendmail.1.html -%%PORTDOCS%%share/doc/postfix/showq.8.html -%%PORTDOCS%%share/doc/postfix/small-picture.gif -%%PORTDOCS%%share/doc/postfix/smtp.8.html -%%PORTDOCS%%share/doc/postfix/smtpd.8.html -%%PORTDOCS%%share/doc/postfix/spawn.8.html -%%PORTDOCS%%share/doc/postfix/transport.5.html -%%PORTDOCS%%share/doc/postfix/trivial-rewrite.8.html -%%PORTDOCS%%share/doc/postfix/uce.html -%%PORTDOCS%%share/doc/postfix/virtual.5.html -%%PORTDOCS%%share/doc/postfix/virtual.8.html -%%PORTDOCS%%@dirrm share/doc/postfix -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix22/scripts/configure b/mail/postfix22/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix22/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix deleted file mode 100644 index 95854f0e47fd..000000000000 --- a/mail/postfix22/scripts/configure.postfix +++ /dev/null @@ -1,164 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.24 2002-08-26 21:33:57 dwcjr Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -else - set PCRE -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -PCRE "Perl Compatible Regular Expressions" "$status_PCRE" \ -SASL "Cyrus SASL (Simple Authentication and Security Layer)" "$status_SASL" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL map lookups" "$status_PgSQL" \ -OpenLDAP "OpenLDAP map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -TLS "Secure Sockets Layer and Transport Layer Security" "$status_TLS" \ -IPv6 "IPv6 support (not KAME official)" "$status_IPv6" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " - -for i; do - case $i in - PCRE) - echo "LIB_DEPENDS+= pcre.0:\${PORTSDIR}/devel/pcre" - echo "POSTFIX_CCARGS+= -DHAS_PCRE -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lpcre" - echo "PCRE_SUFFIX= +pcre" - SUB_PCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - else - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - echo ".if exists(/usr/lib/libkrb.a)" - echo "POSTFIX_AUXLIBS+= -lkrb -ldes -lcom_err" - echo ".endif" - SUB_SASL="" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" - echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.11a-1.1.11-0.9.6g/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB3_SUFFIX= +db3" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PGSQL_SUFFIX= +pgsql" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-1.1.8.patch" - echo "PATCH_DIST_STRIP= -p1" - ;; - OpenLDAP) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ `uname -m` != "i386" ]; then - /usr/bin/dialog --msgbox "IPv6 patch currently only supported on i386!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - if [ -z $SUB_TLS ]; then - /usr/bin/dialog --msgbox "IPv6 and TLS patch cannot be used simultaneously!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.cyber-magic.org/~taka/misc/" - echo "PATCHFILES+= postfix-1.1.11+ipv6.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - ;; - "") - ;; - *) - echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${PCRE_SUFFIX}\${SASL_SUFFIX}\${DB3_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix22/scripts/fix-files-list b/mail/postfix22/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix22/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile deleted file mode 100644 index 6b47f15e39d2..000000000000 --- a/mail/postfix23/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 PCRE" -# -# the options are the same names as in the scripts/configure.postfix file - -PORTNAME= postfix -PORTVERSION= 1.1.11 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= khera@kciLink.com - -USE_SUBMAKE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 qmgr.8 qmqpd.8 showq.8 smtp.8 \ - smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; sh postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix23/distinfo b/mail/postfix23/distinfo deleted file mode 100644 index 379358ed4749..000000000000 --- a/mail/postfix23/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (postfix/postfix-1.1.11.tar.gz) = b34bb2b5018327c19456a77814141208 -MD5 (postfix/pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz) = 11d82e9a3482f64af9d228f7a4319566 -MD5 (postfix/postfix-1.1.11+ipv6.patch.gz) = dc2a6362518025583a17305607eb8f0e -MD5 (postfix/postfix-pg.postfix-1.1.8.patch) = e0f4d910a6d6648d9b48e2244f2764ba diff --git a/mail/postfix23/files/patch-aa b/mail/postfix23/files/patch-aa deleted file mode 100644 index 51b40396bd5e..000000000000 --- a/mail/postfix23/files/patch-aa +++ /dev/null @@ -1,86 +0,0 @@ -*** ./conf/main.cf.orig Fri Jan 4 13:09:04 2002 ---- ./conf/main.cf Tue Jan 8 22:41:50 2002 -*************** -*** 31,44 **** - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = /usr/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = /usr/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # ---- 31,44 ---- - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -*************** -*** 325,332 **** - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/spool/mail/user or /var/mail/user. Specify -! # "Maildir/" for qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ ---- 325,332 ---- - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/mail/user. Specify "Maildir/" for -! # qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ -*************** -*** 424,430 **** - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:/etc/postfix/header_checks - - # FAST ETRN SERVICE - # ---- 424,430 ---- - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - - # FAST ETRN SERVICE - # -*************** -*** 525,531 **** - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = - - # manpage_path: The location of the Postfix on-line manual pages. - # ---- 525,531 ---- - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = maildrop - - # manpage_path: The location of the Postfix on-line manual pages. - # diff --git a/mail/postfix23/files/patch-ab b/mail/postfix23/files/patch-ab deleted file mode 100644 index 7c81d3dc12c9..000000000000 --- a/mail/postfix23/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/canonical.orig Tue Mar 7 10:42:58 2000 ---- ./conf/canonical Thu Jun 1 21:53:23 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/canonical - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/canonical - # diff --git a/mail/postfix23/files/patch-ac b/mail/postfix23/files/patch-ac deleted file mode 100644 index 0fb2192cdd84..000000000000 --- a/mail/postfix23/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/access.orig Tue Mar 7 10:42:58 2000 ---- ./conf/access Thu Jun 1 21:53:36 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/access - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/access - # diff --git a/mail/postfix23/files/patch-ad b/mail/postfix23/files/patch-ad deleted file mode 100644 index c1b102574165..000000000000 --- a/mail/postfix23/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/pcre_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/pcre_table Thu Jun 1 22:02:08 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix23/files/patch-ae b/mail/postfix23/files/patch-ae deleted file mode 100644 index e396dd8626db..000000000000 --- a/mail/postfix23/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/regexp_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/regexp_table Thu Jun 1 22:03:27 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix23/files/patch-af b/mail/postfix23/files/patch-af deleted file mode 100644 index 8fca6b208941..000000000000 --- a/mail/postfix23/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/relocated.orig Tue Mar 7 10:42:58 2000 ---- ./conf/relocated Thu Jun 1 22:03:59 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/relocated - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/relocated - # diff --git a/mail/postfix23/files/patch-ag b/mail/postfix23/files/patch-ag deleted file mode 100644 index 54c0fa918d3b..000000000000 --- a/mail/postfix23/files/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ -*** ./conf/sample-auth.cf.orig Sun May 28 17:55:19 2000 ---- ./conf/sample-auth.cf Thu Jun 1 22:05:32 2000 -*************** -*** 91,95 **** - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in /etc/postfix. - # -! smtp_sasl_password_maps = hash:/etc/postfix/saslpass - ---- 91,95 ---- - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in !!PREFIX!!/etc/postfix. - # -! smtp_sasl_password_maps = hash:!!PREFIX!!/etc/postfix/saslpass - diff --git a/mail/postfix23/files/patch-ah b/mail/postfix23/files/patch-ah deleted file mode 100644 index a8c70a15a78d..000000000000 --- a/mail/postfix23/files/patch-ah +++ /dev/null @@ -1,44 +0,0 @@ -*** ./conf/sample-canonical.cf.orig Thu Sep 23 14:10:38 1999 ---- ./conf/sample-canonical.cf Thu Jun 1 22:07:23 2000 -*************** -*** 14,16 **** - # -! # If you use this feature, run "postmap /etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes ---- 14,16 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes -*************** -*** 19,24 **** - # -! #canonical_maps = dbm:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:/etc/postfix/canonical, netinfo:/canonical - canonical_maps = ---- 19,24 ---- - # -! #canonical_maps = dbm:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, netinfo:/canonical - canonical_maps = -*************** -*** 32,34 **** - # -! #recipient_canonical_maps = hash:/etc/postfix/recipient_canonical - recipient_canonical_maps = ---- 32,34 ---- - # -! #recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical - recipient_canonical_maps = -*************** -*** 46,48 **** - # -! #sender_canonical_maps = hash:/etc/postfix/sender_canonical - sender_canonical_maps = ---- 46,48 ---- - # -! #sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical - sender_canonical_maps = diff --git a/mail/postfix23/files/patch-ai b/mail/postfix23/files/patch-ai deleted file mode 100644 index f7aa2fd5f4c6..000000000000 --- a/mail/postfix23/files/patch-ai +++ /dev/null @@ -1,18 +0,0 @@ -*** ./conf/sample-filter.cf.orig Mon May 29 11:30:44 2000 ---- ./conf/sample-filter.cf Thu Jun 1 22:07:58 2000 -*************** -*** 15,17 **** - # -! header_checks = regexp:/etc/postfix/header_checks - ---- 15,17 ---- - # -! header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - -*************** -*** 26,27 **** - # -! body_checks = regexp:/etc/postfix/body_checks ---- 26,27 ---- - # -! body_checks = regexp:!!PREFIX!!/etc/postfix/body_checks diff --git a/mail/postfix23/files/patch-aj b/mail/postfix23/files/patch-aj deleted file mode 100644 index 241d48132551..000000000000 --- a/mail/postfix23/files/patch-aj +++ /dev/null @@ -1,24 +0,0 @@ -*** ./conf/sample-misc.cf.orig Thu Sep 23 14:10:52 1999 ---- ./conf/sample-misc.cf Thu Jun 1 22:09:39 2000 -*************** -*** 220,222 **** - # -! program_directory = /usr/libexec/postfix - ---- 220,222 ---- - # -! program_directory = !!PREFIX!!/libexec/postfix - -*************** -*** 263,267 **** - # Specify the types and names of databases to use. After change, -! # run "postmap /etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:/etc/postfix/relocated - relocated_maps = ---- 263,267 ---- - # Specify the types and names of databases to use. After change, -! # run "postmap !!PREFIX!!/etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated - relocated_maps = diff --git a/mail/postfix23/files/patch-ak b/mail/postfix23/files/patch-ak deleted file mode 100644 index 250dd411a4bd..000000000000 --- a/mail/postfix23/files/patch-ak +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-relocated.cf.orig Thu Sep 23 14:11:17 1999 ---- ./conf/sample-relocated.cf Thu Jun 1 22:10:43 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix -*************** -*** 16,21 **** - # -! #relocated_maps = dbm:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:/etc/postfix/relocated, netinfo:/relocated - relocated_maps = ---- 16,21 ---- - # -! #relocated_maps = dbm:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, netinfo:/relocated - relocated_maps = diff --git a/mail/postfix23/files/patch-al b/mail/postfix23/files/patch-al deleted file mode 100644 index 799206da0c96..000000000000 --- a/mail/postfix23/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/sample-smtpd.cf.orig Mon Dec 27 19:41:37 1999 ---- ./conf/sample-smtpd.cf Thu Jun 1 22:11:22 2000 -*************** -*** 183,185 **** - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:/etc/postfix/access - smtpd_sender_restrictions = ---- 183,185 ---- - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:!!PREFIX!!/etc/postfix/access - smtpd_sender_restrictions = diff --git a/mail/postfix23/files/patch-am b/mail/postfix23/files/patch-am deleted file mode 100644 index 2d395fa9ca03..000000000000 --- a/mail/postfix23/files/patch-am +++ /dev/null @@ -1,23 +0,0 @@ -*** ./conf/sample-transport.cf.orig Thu Dec 23 10:50:00 1999 ---- ./conf/sample-transport.cf Thu Jun 1 22:13:09 2000 -*************** -*** 10,18 **** - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap /etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport, nis:transport -! #transport_maps = hash:/etc/postfix/transport, netinfo:/transport - transport_maps = ---- 10,18 ---- - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap !!PREFIX!!/etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, nis:transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, netinfo:/transport - transport_maps = diff --git a/mail/postfix23/files/patch-an b/mail/postfix23/files/patch-an deleted file mode 100644 index af5ac7cc031b..000000000000 --- a/mail/postfix23/files/patch-an +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-virtual.cf.orig Mon Dec 20 21:00:42 1999 ---- ./conf/sample-virtual.cf Thu Jun 1 22:13:32 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/virtual" to - # build the necessary DBM or DB file after change. ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/virtual" to - # build the necessary DBM or DB file after change. -*************** -*** 18,23 **** - # -! #virtual_maps = dbm:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:/etc/postfix/virtual, netinfo:/virtual - virtual_maps = ---- 18,23 ---- - # -! #virtual_maps = dbm:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, netinfo:/virtual - virtual_maps = diff --git a/mail/postfix23/files/patch-ao b/mail/postfix23/files/patch-ao deleted file mode 100644 index fd854e181601..000000000000 --- a/mail/postfix23/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/transport.orig Tue Mar 7 10:42:58 2000 ---- ./conf/transport Thu Jun 1 22:13:41 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/transport - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/transport - # diff --git a/mail/postfix23/files/patch-ap b/mail/postfix23/files/patch-ap deleted file mode 100644 index 4598192cd5c1..000000000000 --- a/mail/postfix23/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/virtual.orig Tue Mar 7 10:42:59 2000 ---- ./conf/virtual Thu Jun 1 22:13:54 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/virtual - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/virtual - # diff --git a/mail/postfix23/files/patch-ba b/mail/postfix23/files/patch-ba deleted file mode 100644 index ccb54ec60a7a..000000000000 --- a/mail/postfix23/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ -*** ./html/mailq.1.html.orig Sat Apr 22 20:28:36 2000 ---- ./html/mailq.1.html Thu Jun 1 22:19:24 2000 -*************** -*** 83,85 **** - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>/etc/postfix</b>. - ---- 83,85 ---- - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>!!PREFIX!!/etc/postfix</b>. - -*************** -*** 231,233 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 231,233 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix23/files/patch-bb b/mail/postfix23/files/patch-bb deleted file mode 100644 index ea744664dfa7..000000000000 --- a/mail/postfix23/files/patch-bb +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/access.5.html.orig Tue Nov 21 21:24:13 2000 -+++ ./html/access.5.html Tue Nov 21 21:24:34 2000 -@@ -9,7 +9,7 @@ - access - format of Postfix access table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/access</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> - - <b>DESCRIPTION</b> - The optional <b>access</b> table directs the Postfix SMTP server -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/access</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> in order to rebuild the - indexed file after changing the access table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix23/files/patch-bc b/mail/postfix23/files/patch-bc deleted file mode 100644 index e407a9650585..000000000000 --- a/mail/postfix23/files/patch-bc +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/canonical.5.html.orig Tue Nov 21 21:32:38 2000 -+++ ./html/canonical.5.html Tue Nov 21 21:33:21 2000 -@@ -9,7 +9,7 @@ - canonical - format of Postfix canonical table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/canonical</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> - - <b>DESCRIPTION</b> - The optional <b>canonical</b> table specifies an address mapping -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/canonical</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix23/files/patch-bd b/mail/postfix23/files/patch-bd deleted file mode 100644 index ce79695f1341..000000000000 --- a/mail/postfix23/files/patch-bd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/local.8.html.orig Thu Feb 3 21:15:02 2000 ---- ./html/local.8.html Thu Jun 1 22:22:30 2000 -*************** -*** 99,101 **** - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i> or <b>/var/spool/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> ---- 99,101 ---- - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> diff --git a/mail/postfix23/files/patch-be b/mail/postfix23/files/patch-be deleted file mode 100644 index bef6a3bfaf73..000000000000 --- a/mail/postfix23/files/patch-be +++ /dev/null @@ -1,10 +0,0 @@ ---- ./html/faq.html.orig Sat Oct 28 23:34:51 2000 -+++ ./html/faq.html Sat Oct 28 23:36:04 2000 -@@ -2572,7 +2572,7 @@ - - Answer: instead of using <b>/usr/include/ndbm.h</b>, you're building - Postfix with some incompatible third-party file, typically --<b>/usr/local/include/ndbm.h</b>. -+<b>!!PREFIX!!/include/ndbm.h</b>. - - <p> diff --git a/mail/postfix23/files/patch-bf b/mail/postfix23/files/patch-bf deleted file mode 100644 index d652e1e567b3..000000000000 --- a/mail/postfix23/files/patch-bf +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/cleanup.8.html.orig Sun May 28 21:58:41 2000 ---- ./html/cleanup.8.html Thu Jun 1 22:29:04 2000 -*************** -*** 174,177 **** - <b>FILES</b> -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - ---- 174,177 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - diff --git a/mail/postfix23/files/patch-bg b/mail/postfix23/files/patch-bg deleted file mode 100644 index ce2454eaef01..000000000000 --- a/mail/postfix23/files/patch-bg +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/master.8.html.orig Tue Mar 7 10:48:56 2000 ---- ./html/master.8.html Thu Jun 1 22:29:24 2000 -*************** -*** 148,151 **** - <b>FILES</b> -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 148,151 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix23/files/patch-bh b/mail/postfix23/files/patch-bh deleted file mode 100644 index a20232e6796a..000000000000 --- a/mail/postfix23/files/patch-bh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/goals.html.orig Sun May 9 15:44:18 1999 ---- ./html/goals.html Thu Jun 1 22:30:14 2000 -*************** -*** 45,47 **** - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var[/spool]/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. ---- 45,47 ---- - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. diff --git a/mail/postfix23/files/patch-bi b/mail/postfix23/files/patch-bi deleted file mode 100644 index 7e4acdb0c126..000000000000 --- a/mail/postfix23/files/patch-bi +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/postdrop.1.html.orig Mon May 3 15:05:12 1999 ---- ./html/postdrop.1.html Thu Jun 1 22:30:47 2000 -*************** -*** 48,50 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 48,50 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix23/files/patch-bj b/mail/postfix23/files/patch-bj deleted file mode 100644 index 00e78d01ba5a..000000000000 --- a/mail/postfix23/files/patch-bj +++ /dev/null @@ -1,42 +0,0 @@ -*** ./html/uce.html.orig Fri Dec 31 15:06:07 1999 ---- ./html/uce.html Thu Jun 1 22:31:37 2000 -*************** -*** 126,130 **** - -! <dd> <b>header_checks = regexp:/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:/etc/postfix/header_checks</b> - ---- 126,130 ---- - -! <dd> <b>header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:!!PREFIX!!/etc/postfix/header_checks</b> - -*************** -*** 169,171 **** - -! <dd> <b>smtpd_client_restrictions = hash:/etc/postfix/access, - reject_maps_rbl</b> ---- 169,171 ---- - -! <dd> <b>smtpd_client_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_maps_rbl</b> -*************** -*** 474,476 **** - -! <dd> <b>smtpd_sender_restrictions = hash:/etc/postfix/access, - reject_unknown_sender_domain</b> ---- 474,476 ---- - -! <dd> <b>smtpd_sender_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_unknown_sender_domain</b> -*************** -*** 856,858 **** - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:/etc/postfix/etrn_access, reject</b> - ---- 856,858 ---- - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:!!PREFIX!!/etc/postfix/etrn_access, reject</b> - diff --git a/mail/postfix23/files/patch-bk b/mail/postfix23/files/patch-bk deleted file mode 100644 index 62a0573559ae..000000000000 --- a/mail/postfix23/files/patch-bk +++ /dev/null @@ -1,29 +0,0 @@ -*** ./html/rate.html.orig Wed Mar 17 17:55:22 1999 ---- ./html/rate.html Thu Jun 1 22:32:19 2000 -*************** -*** 224,226 **** - -! <dt>/etc/postfix/main.cf: - ---- 224,226 ---- - -! <dt>!!PREFIX!!/etc/postfix/main.cf: - -*************** -*** 237,239 **** - -! <dt>/etc/postfix/<a href="transport.5.html">transport</a>: - ---- 237,239 ---- - -! <dt>!!PREFIX!!/etc/postfix/<a href="transport.5.html">transport</a>: - -*************** -*** 253,255 **** - -! <dt>/etc/postfix/master.cf: - ---- 253,255 ---- - -! <dt>!!PREFIX!!/etc/postfix/master.cf: - diff --git a/mail/postfix23/files/patch-bl b/mail/postfix23/files/patch-bl deleted file mode 100644 index 176c7d1b64de..000000000000 --- a/mail/postfix23/files/patch-bl +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/regexp_table.5.html.orig Sat Apr 22 20:28:38 2000 ---- ./html/regexp_table.5.html Thu Jun 1 22:32:44 2000 -*************** -*** 11,13 **** - <b>SYNOPSIS</b> -! regexp:/etc/postfix/filename - ---- 11,13 ---- - <b>SYNOPSIS</b> -! regexp:!!PREFIX!!/etc/postfix/filename - diff --git a/mail/postfix23/files/patch-bm b/mail/postfix23/files/patch-bm deleted file mode 100644 index e5ccc2c50b94..000000000000 --- a/mail/postfix23/files/patch-bm +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/relocated.5.html.orig Tue Nov 21 21:37:54 2000 -+++ ./html/relocated.5.html Tue Nov 21 21:38:08 2000 -@@ -9,7 +9,7 @@ - relocated - format of Postfix relocated table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/relocated</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> - - <b>DESCRIPTION</b> - The optional <b>relocated</b> table provides the information that -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/relocated</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> in order to rebuild the - indexed file after changing the relocated table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix23/files/patch-bn b/mail/postfix23/files/patch-bn deleted file mode 100644 index 21e69dcaa40c..000000000000 --- a/mail/postfix23/files/patch-bn +++ /dev/null @@ -1,56 +0,0 @@ -*** ./html/rewrite.html.orig Sat May 8 17:51:41 1999 ---- ./html/rewrite.html Thu Jun 1 22:34:21 2000 -*************** -*** 194,196 **** - -! <dd><b>canonical_maps = hash:/etc/postfix/canonical</b> - ---- 194,196 ---- - -! <dd><b>canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical</b> - -*************** -*** 207,209 **** - -! <dd><b>sender_canonical_maps = hash:/etc/postfix/sender_canonical</b> - ---- 207,209 ---- - -! <dd><b>sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical</b> - -*************** -*** 211,213 **** - -! <dd><b>recipient_canonical_maps = hash:/etc/postfix/recipient_canonical</b> - ---- 211,213 ---- - -! <dd><b>recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical</b> - -*************** -*** 295,297 **** - -! <dd><b>virtual_maps = hash:/etc/postfix/virtual</b> - ---- 295,297 ---- - -! <dd><b>virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual</b> - -*************** -*** 323,325 **** - -! <dd><b>relocated_maps = hash:/etc/postfix/relocated</b> - ---- 323,325 ---- - -! <dd><b>relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated</b> - -*************** -*** 348,350 **** - -! <dd><b>transport_maps = hash:/etc/postfix/transport</b> - ---- 348,350 ---- - -! <dd><b>transport_maps = hash:!!PREFIX!!/etc/postfix/transport</b> - diff --git a/mail/postfix23/files/patch-bo b/mail/postfix23/files/patch-bo deleted file mode 100644 index b45270be8151..000000000000 --- a/mail/postfix23/files/patch-bo +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/transport.5.html.orig Tue Nov 21 21:43:00 2000 -+++ ./html/transport.5.html Tue Nov 21 21:43:20 2000 -@@ -9,7 +9,7 @@ - transport - format of Postfix transport table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/transport</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> - - <b>DESCRIPTION</b> - The optional <b>transport</b> table specifies a mapping from -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/transport</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> in order to rebuild the - indexed file after changing the transport table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix23/files/patch-bp b/mail/postfix23/files/patch-bp deleted file mode 100644 index 5206bfd4bfd0..000000000000 --- a/mail/postfix23/files/patch-bp +++ /dev/null @@ -1,43 +0,0 @@ ---- ./html/virtual.5.html.orig Tue Nov 21 21:46:50 2000 -+++ ./html/virtual.5.html Tue Nov 21 21:47:17 2000 -@@ -9,7 +9,7 @@ - virtual - format of Postfix virtual table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/virtual</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> - - <b>DESCRIPTION</b> - The optional <b>virtual</b> table specifies address redirections -@@ -27,7 +27,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/virtual</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, -@@ -52,7 +52,7 @@ - - Support for a Postfix-style virtual domain looks like: - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>virtual.domain</i> <i>anything</i> (right-hand content does not matter) - <i>postmaster@virtual.domain</i> <i>postmaster</i> - <i>user1@virtual.domain</i> <i>address1</i> -@@ -94,11 +94,11 @@ - - Support for a Sendmail-style virtual domain looks like: - -- /etc/postfix/main.cf: -+ !!PREFIX!!/etc/postfix/main.cf: - mydestination = $myhostname localhost.$mydomain $mydomain - <i>virtual.domain</i> - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>user1@virtual.domain</i> <i>address1</i> - <i>user2@virtual.domain</i> <i>address2,</i> <i>address3</i> - diff --git a/mail/postfix23/files/patch-ca b/mail/postfix23/files/patch-ca deleted file mode 100644 index 86d56f80be30..000000000000 --- a/mail/postfix23/files/patch-ca +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man1/postdrop.1.orig Mon May 3 15:03:29 1999 ---- ./man/man1/postdrop.1 Thu Jun 1 22:38:54 2000 -*************** -*** 53,55 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 53,55 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix23/files/patch-cb b/mail/postfix23/files/patch-cb deleted file mode 100644 index 58559c7273d1..000000000000 --- a/mail/postfix23/files/patch-cb +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man1/sendmail.1.orig Thu Mar 30 14:05:28 2000 ---- ./man/man1/sendmail.1 Thu Jun 1 22:39:16 2000 -*************** -*** 63,65 **** - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR ---- 63,65 ---- - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB!!PREFIX!!/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR -*************** -*** 173,175 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 173,175 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix23/files/patch-cc b/mail/postfix23/files/patch-cc deleted file mode 100644 index cd6946003217..000000000000 --- a/mail/postfix23/files/patch-cc +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/pcre_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/pcre_table.5 Thu Jun 1 22:39:34 2000 -*************** -*** 10,12 **** - .nf -! pcre:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! pcre:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix23/files/patch-cd b/mail/postfix23/files/patch-cd deleted file mode 100644 index b51de44d0bee..000000000000 --- a/mail/postfix23/files/patch-cd +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/access.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/access.5 Thu Jun 1 22:39:55 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/access\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. diff --git a/mail/postfix23/files/patch-ce b/mail/postfix23/files/patch-ce deleted file mode 100644 index f77053f8b3aa..000000000000 --- a/mail/postfix23/files/patch-ce +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/canonical.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/canonical.5 Thu Jun 1 22:40:18 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/canonical\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. diff --git a/mail/postfix23/files/patch-cf b/mail/postfix23/files/patch-cf deleted file mode 100644 index 28fb053b94a7..000000000000 --- a/mail/postfix23/files/patch-cf +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/regexp_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/regexp_table.5 Thu Jun 1 22:40:43 2000 -*************** -*** 10,12 **** - .nf -! regexp:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! regexp:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix23/files/patch-cg b/mail/postfix23/files/patch-cg deleted file mode 100644 index 0ae82cc57669..000000000000 --- a/mail/postfix23/files/patch-cg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/relocated.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/relocated.5 Thu Jun 1 22:41:05 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/relocated\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - .SH DESCRIPTION -*************** -*** 20,22 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. ---- 20,22 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. diff --git a/mail/postfix23/files/patch-ch b/mail/postfix23/files/patch-ch deleted file mode 100644 index 3ed047ea474c..000000000000 --- a/mail/postfix23/files/patch-ch +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/transport.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/transport.5 Thu Jun 1 22:41:26 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/transport\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. ---- 21,23 ---- - for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. diff --git a/mail/postfix23/files/patch-ci b/mail/postfix23/files/patch-ci deleted file mode 100644 index 1a7cf4abbac7..000000000000 --- a/mail/postfix23/files/patch-ci +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/virtual.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/virtual.5 Thu Jun 1 22:41:51 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/virtual\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - .SH DESCRIPTION -*************** -*** 26,28 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. ---- 26,28 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. diff --git a/mail/postfix23/files/patch-cj b/mail/postfix23/files/patch-cj deleted file mode 100644 index 50448f2ec26d..000000000000 --- a/mail/postfix23/files/patch-cj +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/cleanup.8.orig Sun May 28 21:58:32 2000 ---- ./man/man8/cleanup.8 Thu Jun 1 22:42:21 2000 -*************** -*** 136,139 **** - .nf -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - .SH LICENSE ---- 136,139 ---- - .nf -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - .SH LICENSE diff --git a/mail/postfix23/files/patch-ck b/mail/postfix23/files/patch-ck deleted file mode 100644 index 6e1ddce3c8f9..000000000000 --- a/mail/postfix23/files/patch-ck +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man8/local.8.orig Thu Feb 3 21:14:53 2000 ---- ./man/man8/local.8 Thu Jun 1 22:42:43 2000 -*************** -*** 96,98 **** - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR ---- 96,98 ---- - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR diff --git a/mail/postfix23/files/patch-cl b/mail/postfix23/files/patch-cl deleted file mode 100644 index 44c8a3a7aae0..000000000000 --- a/mail/postfix23/files/patch-cl +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/master.8.orig Tue Mar 7 10:48:19 2000 ---- ./man/man8/master.8 Thu Jun 1 22:43:02 2000 -*************** -*** 120,123 **** - .nf -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 120,123 ---- - .nf -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix23/files/patch-da b/mail/postfix23/files/patch-da deleted file mode 100644 index e57e31750d18..000000000000 --- a/mail/postfix23/files/patch-da +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/regexp_table.orig Wed Mar 8 19:18:20 2000 ---- ./proto/regexp_table Thu Jun 1 22:44:43 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix23/files/patch-db b/mail/postfix23/files/patch-db deleted file mode 100644 index 7f89fb770783..000000000000 --- a/mail/postfix23/files/patch-db +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/access.orig Sun Apr 9 16:44:45 2000 ---- ./proto/access Thu Jun 1 22:45:05 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/access\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. diff --git a/mail/postfix23/files/patch-dc b/mail/postfix23/files/patch-dc deleted file mode 100644 index 786f2da45c32..000000000000 --- a/mail/postfix23/files/patch-dc +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/canonical.orig Sun Apr 9 16:43:37 2000 ---- ./proto/canonical Thu Jun 1 22:45:28 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/canonical\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. diff --git a/mail/postfix23/files/patch-dd b/mail/postfix23/files/patch-dd deleted file mode 100644 index b65a57ff7d57..000000000000 --- a/mail/postfix23/files/patch-dd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/pcre_table.orig Wed Mar 8 19:18:11 2000 ---- ./proto/pcre_table Thu Jun 1 22:45:41 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix23/files/patch-de b/mail/postfix23/files/patch-de deleted file mode 100644 index 73bb2af2261d..000000000000 --- a/mail/postfix23/files/patch-de +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/relocated.orig Sun Apr 9 16:47:31 2000 ---- ./proto/relocated Thu Jun 1 22:46:02 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/relocated\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - # DESCRIPTION -*************** -*** 14,16 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. ---- 14,16 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. diff --git a/mail/postfix23/files/patch-df b/mail/postfix23/files/patch-df deleted file mode 100644 index 8d3fba96a224..000000000000 --- a/mail/postfix23/files/patch-df +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/transport.orig Sun Apr 9 17:05:45 2000 ---- ./proto/transport Thu Jun 1 22:46:23 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/transport\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - # DESCRIPTION -*************** -*** 15,17 **** - # for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. ---- 15,17 ---- - # for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. diff --git a/mail/postfix23/files/patch-dg b/mail/postfix23/files/patch-dg deleted file mode 100644 index bff20a2cff3e..000000000000 --- a/mail/postfix23/files/patch-dg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/virtual.orig Sun Apr 9 17:14:14 2000 ---- ./proto/virtual Thu Jun 1 22:46:40 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/virtual\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - # DESCRIPTION -*************** -*** 20,22 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. ---- 20,22 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. diff --git a/mail/postfix23/files/patch-ea b/mail/postfix23/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix23/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix23/files/patch-eb b/mail/postfix23/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix23/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix23/files/patch-ec b/mail/postfix23/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix23/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix23/files/patch-ed b/mail/postfix23/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix23/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix23/files/patch-ee b/mail/postfix23/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix23/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix23/files/patch-ef b/mail/postfix23/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix23/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix23/files/patch-eg b/mail/postfix23/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix23/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix23/files/patch-eh b/mail/postfix23/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix23/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix23/files/patch-ei b/mail/postfix23/files/patch-ei deleted file mode 100644 index 8f03b69ccc52..000000000000 --- a/mail/postfix23/files/patch-ei +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000 ---- ./src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix23/files/patch-ej b/mail/postfix23/files/patch-ej deleted file mode 100644 index 329d7bb1cf96..000000000000 --- a/mail/postfix23/files/patch-ej +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000 ---- ./src/smtp/smtp.h Thu Sep 14 13:04:53 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix23/files/patch-lmtp.h b/mail/postfix23/files/patch-lmtp.h deleted file mode 100644 index 86d5975b2b4d..000000000000 --- a/mail/postfix23/files/patch-lmtp.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001 -+++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001 -@@ -12,8 +12,8 @@ - * SASL library. - */ - #ifdef USE_SASL_AUTH --#include <sasl.h> --#include <saslutil.h> -+#include <sasl1/sasl.h> -+#include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix23/files/patch-post-install b/mail/postfix23/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix23/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix23/pkg-comment b/mail/postfix23/pkg-comment deleted file mode 100644 index f2bec12d80ca..000000000000 --- a/mail/postfix23/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An alternative to widely-used Sendmail diff --git a/mail/postfix23/pkg-descr b/mail/postfix23/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix23/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix23/pkg-install b/mail/postfix23/pkg-install deleted file mode 100644 index 1ef1fb5b2089..000000000000 --- a/mail/postfix23/pkg-install +++ /dev/null @@ -1,169 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" n; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix23/pkg-message b/mail/postfix23/pkg-message deleted file mode 100644 index a7ae2b17e2a6..000000000000 --- a/mail/postfix23/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - - -Also, you may wish to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). diff --git a/mail/postfix23/pkg-plist b/mail/postfix23/pkg-plist deleted file mode 100644 index 5b6c3c55d5b6..000000000000 --- a/mail/postfix23/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%share/doc/postfix/DB_README -%%PORTDOCS%%share/doc/postfix/DEBUG_README -%%PORTDOCS%%share/doc/postfix/ETRN_README -%%PORTDOCS%%share/doc/postfix/FILTER_README -%%PORTDOCS%%share/doc/postfix/INSTALL -%%PORTDOCS%%share/doc/postfix/LDAP_README -%%PORTDOCS%%share/doc/postfix/LINUX_README -%%PORTDOCS%%share/doc/postfix/LMTP_README -%%PORTDOCS%%share/doc/postfix/MACOSX_README -%%PORTDOCS%%share/doc/postfix/MYSQL_README -%%PORTDOCS%%share/doc/postfix/NFS_README -%%PORTDOCS%%share/doc/postfix/PACKAGE_README -%%PORTDOCS%%share/doc/postfix/PCRE_README -%%PORTDOCS%%share/doc/postfix/QMQP_README -%%PORTDOCS%%share/doc/postfix/RESTRICTION_CLASS_README -%%PORTDOCS%%share/doc/postfix/SASL_README -%%PORTDOCS%%share/doc/postfix/ULTRIX_README -%%PORTDOCS%%share/doc/postfix/UUCP_README -%%PORTDOCS%%share/doc/postfix/VERP_README -%%PORTDOCS%%share/doc/postfix/VIRTUAL_README -%%PORTDOCS%%share/doc/postfix/access.5.html -%%PORTDOCS%%share/doc/postfix/aliases.5.html -%%PORTDOCS%%share/doc/postfix/architecture.html -%%PORTDOCS%%share/doc/postfix/backstage.html -%%PORTDOCS%%share/doc/postfix/basic.html -%%PORTDOCS%%share/doc/postfix/big-picture.gif -%%PORTDOCS%%share/doc/postfix/big-picture.html -%%PORTDOCS%%share/doc/postfix/bounce.8.html -%%PORTDOCS%%share/doc/postfix/canonical.5.html -%%PORTDOCS%%share/doc/postfix/cleanup.8.html -%%PORTDOCS%%share/doc/postfix/commands.html -%%PORTDOCS%%share/doc/postfix/defer.8.html -%%PORTDOCS%%share/doc/postfix/delivering.html -%%PORTDOCS%%share/doc/postfix/error.8.html -%%PORTDOCS%%share/doc/postfix/faq.html -%%PORTDOCS%%share/doc/postfix/flush.8.html -%%PORTDOCS%%share/doc/postfix/goals.html -%%PORTDOCS%%share/doc/postfix/inbound.gif -%%PORTDOCS%%share/doc/postfix/index.html -%%PORTDOCS%%share/doc/postfix/lmtp.8.html -%%PORTDOCS%%share/doc/postfix/local.8.html -%%PORTDOCS%%share/doc/postfix/mailq.1.html -%%PORTDOCS%%share/doc/postfix/master.8.html -%%PORTDOCS%%share/doc/postfix/motivation.html -%%PORTDOCS%%share/doc/postfix/newaliases.1.html -%%PORTDOCS%%share/doc/postfix/nqmgr.8.html -%%PORTDOCS%%share/doc/postfix/outbound.gif -%%PORTDOCS%%share/doc/postfix/pcre_table.5.html -%%PORTDOCS%%share/doc/postfix/pickup.8.html -%%PORTDOCS%%share/doc/postfix/pipe.8.html -%%PORTDOCS%%share/doc/postfix/postalias.1.html -%%PORTDOCS%%share/doc/postfix/postcat.1.html -%%PORTDOCS%%share/doc/postfix/postconf.1.html -%%PORTDOCS%%share/doc/postfix/postdrop.1.html -%%PORTDOCS%%share/doc/postfix/postfix.1.html -%%PORTDOCS%%share/doc/postfix/postkick.1.html -%%PORTDOCS%%share/doc/postfix/postlock.1.html -%%PORTDOCS%%share/doc/postfix/postlog.1.html -%%PORTDOCS%%share/doc/postfix/postmap.1.html -%%PORTDOCS%%share/doc/postfix/postqueue.1.html -%%PORTDOCS%%share/doc/postfix/postsuper.1.html -%%PORTDOCS%%share/doc/postfix/qmgr.8.html -%%PORTDOCS%%share/doc/postfix/qmqpd.8.html -%%PORTDOCS%%share/doc/postfix/queuing.html -%%PORTDOCS%%share/doc/postfix/rate.html -%%PORTDOCS%%share/doc/postfix/receiving.html -%%PORTDOCS%%share/doc/postfix/regexp_table.5.html -%%PORTDOCS%%share/doc/postfix/relocated.5.html -%%PORTDOCS%%share/doc/postfix/resource.html -%%PORTDOCS%%share/doc/postfix/rewrite.html -%%PORTDOCS%%share/doc/postfix/security.html -%%PORTDOCS%%share/doc/postfix/sendmail.1.html -%%PORTDOCS%%share/doc/postfix/showq.8.html -%%PORTDOCS%%share/doc/postfix/small-picture.gif -%%PORTDOCS%%share/doc/postfix/smtp.8.html -%%PORTDOCS%%share/doc/postfix/smtpd.8.html -%%PORTDOCS%%share/doc/postfix/spawn.8.html -%%PORTDOCS%%share/doc/postfix/transport.5.html -%%PORTDOCS%%share/doc/postfix/trivial-rewrite.8.html -%%PORTDOCS%%share/doc/postfix/uce.html -%%PORTDOCS%%share/doc/postfix/virtual.5.html -%%PORTDOCS%%share/doc/postfix/virtual.8.html -%%PORTDOCS%%@dirrm share/doc/postfix -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix23/scripts/configure b/mail/postfix23/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix23/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix23/scripts/configure.postfix b/mail/postfix23/scripts/configure.postfix deleted file mode 100644 index 2a3729d2d765..000000000000 --- a/mail/postfix23/scripts/configure.postfix +++ /dev/null @@ -1,164 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.24 2002-08-26 21:33:57 dwcjr Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -else - set PCRE -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -PCRE "Perl Compatible Regular Expressions" "$status_PCRE" \ -SASL "Cyrus SASL (Simple Authentication and Security Layer)" "$status_SASL" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL map lookups" "$status_PgSQL" \ -OpenLDAP "OpenLDAP map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -TLS "Secure Sockets Layer and Transport Layer Security" "$status_TLS" \ -IPv6 "IPv6 support (not KAME official)" "$status_IPv6" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " - -for i; do - case $i in - PCRE) - echo "LIB_DEPENDS+= pcre.0:\${PORTSDIR}/devel/pcre" - echo "POSTFIX_CCARGS+= -DHAS_PCRE -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lpcre" - echo "PCRE_SUFFIX= +pcre" - SUB_PCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - else - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - echo ".if exists(/usr/lib/libkrb.a)" - echo "POSTFIX_AUXLIBS+= -lkrb -ldes -lcom_err" - echo ".endif" - SUB_SASL="" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" - echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.11a-1.1.11-0.9.6g/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB3_SUFFIX= +db3" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PGSQL_SUFFIX= +pgsql" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-1.1.8.patch" - echo "PATCH_DIST_STRIP= -p1" - ;; - OpenLDAP) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ `uname -m` != "i386" ]; then - /usr/bin/dialog --msgbox "IPv6 patch currently only supported on i386!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - if [ -z $SUB_TLS ]; then - /usr/bin/dialog --msgbox "IPv6 and TLS patch cannot be used simultaneously!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.cyber-magic.org/~taka/misc/" - echo "PATCHFILES+= postfix-1.1.11+ipv6.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - ;; - "") - ;; - *) - echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${PCRE_SUFFIX}\${SASL_SUFFIX}\${DB3_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix23/scripts/fix-files-list b/mail/postfix23/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix23/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile deleted file mode 100644 index 6b47f15e39d2..000000000000 --- a/mail/postfix24/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 PCRE" -# -# the options are the same names as in the scripts/configure.postfix file - -PORTNAME= postfix -PORTVERSION= 1.1.11 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= khera@kciLink.com - -USE_SUBMAKE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 qmgr.8 qmqpd.8 showq.8 smtp.8 \ - smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; sh postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix24/distinfo b/mail/postfix24/distinfo deleted file mode 100644 index 379358ed4749..000000000000 --- a/mail/postfix24/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (postfix/postfix-1.1.11.tar.gz) = b34bb2b5018327c19456a77814141208 -MD5 (postfix/pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz) = 11d82e9a3482f64af9d228f7a4319566 -MD5 (postfix/postfix-1.1.11+ipv6.patch.gz) = dc2a6362518025583a17305607eb8f0e -MD5 (postfix/postfix-pg.postfix-1.1.8.patch) = e0f4d910a6d6648d9b48e2244f2764ba diff --git a/mail/postfix24/files/patch-aa b/mail/postfix24/files/patch-aa deleted file mode 100644 index 51b40396bd5e..000000000000 --- a/mail/postfix24/files/patch-aa +++ /dev/null @@ -1,86 +0,0 @@ -*** ./conf/main.cf.orig Fri Jan 4 13:09:04 2002 ---- ./conf/main.cf Tue Jan 8 22:41:50 2002 -*************** -*** 31,44 **** - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = /usr/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = /usr/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # ---- 31,44 ---- - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -*************** -*** 325,332 **** - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/spool/mail/user or /var/mail/user. Specify -! # "Maildir/" for qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ ---- 325,332 ---- - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/mail/user. Specify "Maildir/" for -! # qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ -*************** -*** 424,430 **** - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:/etc/postfix/header_checks - - # FAST ETRN SERVICE - # ---- 424,430 ---- - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - - # FAST ETRN SERVICE - # -*************** -*** 525,531 **** - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = - - # manpage_path: The location of the Postfix on-line manual pages. - # ---- 525,531 ---- - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = maildrop - - # manpage_path: The location of the Postfix on-line manual pages. - # diff --git a/mail/postfix24/files/patch-ab b/mail/postfix24/files/patch-ab deleted file mode 100644 index 7c81d3dc12c9..000000000000 --- a/mail/postfix24/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/canonical.orig Tue Mar 7 10:42:58 2000 ---- ./conf/canonical Thu Jun 1 21:53:23 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/canonical - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/canonical - # diff --git a/mail/postfix24/files/patch-ac b/mail/postfix24/files/patch-ac deleted file mode 100644 index 0fb2192cdd84..000000000000 --- a/mail/postfix24/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/access.orig Tue Mar 7 10:42:58 2000 ---- ./conf/access Thu Jun 1 21:53:36 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/access - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/access - # diff --git a/mail/postfix24/files/patch-ad b/mail/postfix24/files/patch-ad deleted file mode 100644 index c1b102574165..000000000000 --- a/mail/postfix24/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/pcre_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/pcre_table Thu Jun 1 22:02:08 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix24/files/patch-ae b/mail/postfix24/files/patch-ae deleted file mode 100644 index e396dd8626db..000000000000 --- a/mail/postfix24/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/regexp_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/regexp_table Thu Jun 1 22:03:27 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix24/files/patch-af b/mail/postfix24/files/patch-af deleted file mode 100644 index 8fca6b208941..000000000000 --- a/mail/postfix24/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/relocated.orig Tue Mar 7 10:42:58 2000 ---- ./conf/relocated Thu Jun 1 22:03:59 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/relocated - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/relocated - # diff --git a/mail/postfix24/files/patch-ag b/mail/postfix24/files/patch-ag deleted file mode 100644 index 54c0fa918d3b..000000000000 --- a/mail/postfix24/files/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ -*** ./conf/sample-auth.cf.orig Sun May 28 17:55:19 2000 ---- ./conf/sample-auth.cf Thu Jun 1 22:05:32 2000 -*************** -*** 91,95 **** - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in /etc/postfix. - # -! smtp_sasl_password_maps = hash:/etc/postfix/saslpass - ---- 91,95 ---- - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in !!PREFIX!!/etc/postfix. - # -! smtp_sasl_password_maps = hash:!!PREFIX!!/etc/postfix/saslpass - diff --git a/mail/postfix24/files/patch-ah b/mail/postfix24/files/patch-ah deleted file mode 100644 index a8c70a15a78d..000000000000 --- a/mail/postfix24/files/patch-ah +++ /dev/null @@ -1,44 +0,0 @@ -*** ./conf/sample-canonical.cf.orig Thu Sep 23 14:10:38 1999 ---- ./conf/sample-canonical.cf Thu Jun 1 22:07:23 2000 -*************** -*** 14,16 **** - # -! # If you use this feature, run "postmap /etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes ---- 14,16 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes -*************** -*** 19,24 **** - # -! #canonical_maps = dbm:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:/etc/postfix/canonical, netinfo:/canonical - canonical_maps = ---- 19,24 ---- - # -! #canonical_maps = dbm:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, netinfo:/canonical - canonical_maps = -*************** -*** 32,34 **** - # -! #recipient_canonical_maps = hash:/etc/postfix/recipient_canonical - recipient_canonical_maps = ---- 32,34 ---- - # -! #recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical - recipient_canonical_maps = -*************** -*** 46,48 **** - # -! #sender_canonical_maps = hash:/etc/postfix/sender_canonical - sender_canonical_maps = ---- 46,48 ---- - # -! #sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical - sender_canonical_maps = diff --git a/mail/postfix24/files/patch-ai b/mail/postfix24/files/patch-ai deleted file mode 100644 index f7aa2fd5f4c6..000000000000 --- a/mail/postfix24/files/patch-ai +++ /dev/null @@ -1,18 +0,0 @@ -*** ./conf/sample-filter.cf.orig Mon May 29 11:30:44 2000 ---- ./conf/sample-filter.cf Thu Jun 1 22:07:58 2000 -*************** -*** 15,17 **** - # -! header_checks = regexp:/etc/postfix/header_checks - ---- 15,17 ---- - # -! header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - -*************** -*** 26,27 **** - # -! body_checks = regexp:/etc/postfix/body_checks ---- 26,27 ---- - # -! body_checks = regexp:!!PREFIX!!/etc/postfix/body_checks diff --git a/mail/postfix24/files/patch-aj b/mail/postfix24/files/patch-aj deleted file mode 100644 index 241d48132551..000000000000 --- a/mail/postfix24/files/patch-aj +++ /dev/null @@ -1,24 +0,0 @@ -*** ./conf/sample-misc.cf.orig Thu Sep 23 14:10:52 1999 ---- ./conf/sample-misc.cf Thu Jun 1 22:09:39 2000 -*************** -*** 220,222 **** - # -! program_directory = /usr/libexec/postfix - ---- 220,222 ---- - # -! program_directory = !!PREFIX!!/libexec/postfix - -*************** -*** 263,267 **** - # Specify the types and names of databases to use. After change, -! # run "postmap /etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:/etc/postfix/relocated - relocated_maps = ---- 263,267 ---- - # Specify the types and names of databases to use. After change, -! # run "postmap !!PREFIX!!/etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated - relocated_maps = diff --git a/mail/postfix24/files/patch-ak b/mail/postfix24/files/patch-ak deleted file mode 100644 index 250dd411a4bd..000000000000 --- a/mail/postfix24/files/patch-ak +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-relocated.cf.orig Thu Sep 23 14:11:17 1999 ---- ./conf/sample-relocated.cf Thu Jun 1 22:10:43 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix -*************** -*** 16,21 **** - # -! #relocated_maps = dbm:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:/etc/postfix/relocated, netinfo:/relocated - relocated_maps = ---- 16,21 ---- - # -! #relocated_maps = dbm:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, netinfo:/relocated - relocated_maps = diff --git a/mail/postfix24/files/patch-al b/mail/postfix24/files/patch-al deleted file mode 100644 index 799206da0c96..000000000000 --- a/mail/postfix24/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/sample-smtpd.cf.orig Mon Dec 27 19:41:37 1999 ---- ./conf/sample-smtpd.cf Thu Jun 1 22:11:22 2000 -*************** -*** 183,185 **** - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:/etc/postfix/access - smtpd_sender_restrictions = ---- 183,185 ---- - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:!!PREFIX!!/etc/postfix/access - smtpd_sender_restrictions = diff --git a/mail/postfix24/files/patch-am b/mail/postfix24/files/patch-am deleted file mode 100644 index 2d395fa9ca03..000000000000 --- a/mail/postfix24/files/patch-am +++ /dev/null @@ -1,23 +0,0 @@ -*** ./conf/sample-transport.cf.orig Thu Dec 23 10:50:00 1999 ---- ./conf/sample-transport.cf Thu Jun 1 22:13:09 2000 -*************** -*** 10,18 **** - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap /etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport, nis:transport -! #transport_maps = hash:/etc/postfix/transport, netinfo:/transport - transport_maps = ---- 10,18 ---- - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap !!PREFIX!!/etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, nis:transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, netinfo:/transport - transport_maps = diff --git a/mail/postfix24/files/patch-an b/mail/postfix24/files/patch-an deleted file mode 100644 index af5ac7cc031b..000000000000 --- a/mail/postfix24/files/patch-an +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-virtual.cf.orig Mon Dec 20 21:00:42 1999 ---- ./conf/sample-virtual.cf Thu Jun 1 22:13:32 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/virtual" to - # build the necessary DBM or DB file after change. ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/virtual" to - # build the necessary DBM or DB file after change. -*************** -*** 18,23 **** - # -! #virtual_maps = dbm:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:/etc/postfix/virtual, netinfo:/virtual - virtual_maps = ---- 18,23 ---- - # -! #virtual_maps = dbm:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, netinfo:/virtual - virtual_maps = diff --git a/mail/postfix24/files/patch-ao b/mail/postfix24/files/patch-ao deleted file mode 100644 index fd854e181601..000000000000 --- a/mail/postfix24/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/transport.orig Tue Mar 7 10:42:58 2000 ---- ./conf/transport Thu Jun 1 22:13:41 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/transport - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/transport - # diff --git a/mail/postfix24/files/patch-ap b/mail/postfix24/files/patch-ap deleted file mode 100644 index 4598192cd5c1..000000000000 --- a/mail/postfix24/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/virtual.orig Tue Mar 7 10:42:59 2000 ---- ./conf/virtual Thu Jun 1 22:13:54 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/virtual - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/virtual - # diff --git a/mail/postfix24/files/patch-ba b/mail/postfix24/files/patch-ba deleted file mode 100644 index ccb54ec60a7a..000000000000 --- a/mail/postfix24/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ -*** ./html/mailq.1.html.orig Sat Apr 22 20:28:36 2000 ---- ./html/mailq.1.html Thu Jun 1 22:19:24 2000 -*************** -*** 83,85 **** - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>/etc/postfix</b>. - ---- 83,85 ---- - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>!!PREFIX!!/etc/postfix</b>. - -*************** -*** 231,233 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 231,233 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix24/files/patch-bb b/mail/postfix24/files/patch-bb deleted file mode 100644 index ea744664dfa7..000000000000 --- a/mail/postfix24/files/patch-bb +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/access.5.html.orig Tue Nov 21 21:24:13 2000 -+++ ./html/access.5.html Tue Nov 21 21:24:34 2000 -@@ -9,7 +9,7 @@ - access - format of Postfix access table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/access</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> - - <b>DESCRIPTION</b> - The optional <b>access</b> table directs the Postfix SMTP server -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/access</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> in order to rebuild the - indexed file after changing the access table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix24/files/patch-bc b/mail/postfix24/files/patch-bc deleted file mode 100644 index e407a9650585..000000000000 --- a/mail/postfix24/files/patch-bc +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/canonical.5.html.orig Tue Nov 21 21:32:38 2000 -+++ ./html/canonical.5.html Tue Nov 21 21:33:21 2000 -@@ -9,7 +9,7 @@ - canonical - format of Postfix canonical table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/canonical</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> - - <b>DESCRIPTION</b> - The optional <b>canonical</b> table specifies an address mapping -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/canonical</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix24/files/patch-bd b/mail/postfix24/files/patch-bd deleted file mode 100644 index ce79695f1341..000000000000 --- a/mail/postfix24/files/patch-bd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/local.8.html.orig Thu Feb 3 21:15:02 2000 ---- ./html/local.8.html Thu Jun 1 22:22:30 2000 -*************** -*** 99,101 **** - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i> or <b>/var/spool/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> ---- 99,101 ---- - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> diff --git a/mail/postfix24/files/patch-be b/mail/postfix24/files/patch-be deleted file mode 100644 index bef6a3bfaf73..000000000000 --- a/mail/postfix24/files/patch-be +++ /dev/null @@ -1,10 +0,0 @@ ---- ./html/faq.html.orig Sat Oct 28 23:34:51 2000 -+++ ./html/faq.html Sat Oct 28 23:36:04 2000 -@@ -2572,7 +2572,7 @@ - - Answer: instead of using <b>/usr/include/ndbm.h</b>, you're building - Postfix with some incompatible third-party file, typically --<b>/usr/local/include/ndbm.h</b>. -+<b>!!PREFIX!!/include/ndbm.h</b>. - - <p> diff --git a/mail/postfix24/files/patch-bf b/mail/postfix24/files/patch-bf deleted file mode 100644 index d652e1e567b3..000000000000 --- a/mail/postfix24/files/patch-bf +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/cleanup.8.html.orig Sun May 28 21:58:41 2000 ---- ./html/cleanup.8.html Thu Jun 1 22:29:04 2000 -*************** -*** 174,177 **** - <b>FILES</b> -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - ---- 174,177 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - diff --git a/mail/postfix24/files/patch-bg b/mail/postfix24/files/patch-bg deleted file mode 100644 index ce2454eaef01..000000000000 --- a/mail/postfix24/files/patch-bg +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/master.8.html.orig Tue Mar 7 10:48:56 2000 ---- ./html/master.8.html Thu Jun 1 22:29:24 2000 -*************** -*** 148,151 **** - <b>FILES</b> -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 148,151 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix24/files/patch-bh b/mail/postfix24/files/patch-bh deleted file mode 100644 index a20232e6796a..000000000000 --- a/mail/postfix24/files/patch-bh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/goals.html.orig Sun May 9 15:44:18 1999 ---- ./html/goals.html Thu Jun 1 22:30:14 2000 -*************** -*** 45,47 **** - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var[/spool]/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. ---- 45,47 ---- - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. diff --git a/mail/postfix24/files/patch-bi b/mail/postfix24/files/patch-bi deleted file mode 100644 index 7e4acdb0c126..000000000000 --- a/mail/postfix24/files/patch-bi +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/postdrop.1.html.orig Mon May 3 15:05:12 1999 ---- ./html/postdrop.1.html Thu Jun 1 22:30:47 2000 -*************** -*** 48,50 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 48,50 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix24/files/patch-bj b/mail/postfix24/files/patch-bj deleted file mode 100644 index 00e78d01ba5a..000000000000 --- a/mail/postfix24/files/patch-bj +++ /dev/null @@ -1,42 +0,0 @@ -*** ./html/uce.html.orig Fri Dec 31 15:06:07 1999 ---- ./html/uce.html Thu Jun 1 22:31:37 2000 -*************** -*** 126,130 **** - -! <dd> <b>header_checks = regexp:/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:/etc/postfix/header_checks</b> - ---- 126,130 ---- - -! <dd> <b>header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:!!PREFIX!!/etc/postfix/header_checks</b> - -*************** -*** 169,171 **** - -! <dd> <b>smtpd_client_restrictions = hash:/etc/postfix/access, - reject_maps_rbl</b> ---- 169,171 ---- - -! <dd> <b>smtpd_client_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_maps_rbl</b> -*************** -*** 474,476 **** - -! <dd> <b>smtpd_sender_restrictions = hash:/etc/postfix/access, - reject_unknown_sender_domain</b> ---- 474,476 ---- - -! <dd> <b>smtpd_sender_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_unknown_sender_domain</b> -*************** -*** 856,858 **** - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:/etc/postfix/etrn_access, reject</b> - ---- 856,858 ---- - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:!!PREFIX!!/etc/postfix/etrn_access, reject</b> - diff --git a/mail/postfix24/files/patch-bk b/mail/postfix24/files/patch-bk deleted file mode 100644 index 62a0573559ae..000000000000 --- a/mail/postfix24/files/patch-bk +++ /dev/null @@ -1,29 +0,0 @@ -*** ./html/rate.html.orig Wed Mar 17 17:55:22 1999 ---- ./html/rate.html Thu Jun 1 22:32:19 2000 -*************** -*** 224,226 **** - -! <dt>/etc/postfix/main.cf: - ---- 224,226 ---- - -! <dt>!!PREFIX!!/etc/postfix/main.cf: - -*************** -*** 237,239 **** - -! <dt>/etc/postfix/<a href="transport.5.html">transport</a>: - ---- 237,239 ---- - -! <dt>!!PREFIX!!/etc/postfix/<a href="transport.5.html">transport</a>: - -*************** -*** 253,255 **** - -! <dt>/etc/postfix/master.cf: - ---- 253,255 ---- - -! <dt>!!PREFIX!!/etc/postfix/master.cf: - diff --git a/mail/postfix24/files/patch-bl b/mail/postfix24/files/patch-bl deleted file mode 100644 index 176c7d1b64de..000000000000 --- a/mail/postfix24/files/patch-bl +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/regexp_table.5.html.orig Sat Apr 22 20:28:38 2000 ---- ./html/regexp_table.5.html Thu Jun 1 22:32:44 2000 -*************** -*** 11,13 **** - <b>SYNOPSIS</b> -! regexp:/etc/postfix/filename - ---- 11,13 ---- - <b>SYNOPSIS</b> -! regexp:!!PREFIX!!/etc/postfix/filename - diff --git a/mail/postfix24/files/patch-bm b/mail/postfix24/files/patch-bm deleted file mode 100644 index e5ccc2c50b94..000000000000 --- a/mail/postfix24/files/patch-bm +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/relocated.5.html.orig Tue Nov 21 21:37:54 2000 -+++ ./html/relocated.5.html Tue Nov 21 21:38:08 2000 -@@ -9,7 +9,7 @@ - relocated - format of Postfix relocated table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/relocated</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> - - <b>DESCRIPTION</b> - The optional <b>relocated</b> table provides the information that -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/relocated</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> in order to rebuild the - indexed file after changing the relocated table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix24/files/patch-bn b/mail/postfix24/files/patch-bn deleted file mode 100644 index 21e69dcaa40c..000000000000 --- a/mail/postfix24/files/patch-bn +++ /dev/null @@ -1,56 +0,0 @@ -*** ./html/rewrite.html.orig Sat May 8 17:51:41 1999 ---- ./html/rewrite.html Thu Jun 1 22:34:21 2000 -*************** -*** 194,196 **** - -! <dd><b>canonical_maps = hash:/etc/postfix/canonical</b> - ---- 194,196 ---- - -! <dd><b>canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical</b> - -*************** -*** 207,209 **** - -! <dd><b>sender_canonical_maps = hash:/etc/postfix/sender_canonical</b> - ---- 207,209 ---- - -! <dd><b>sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical</b> - -*************** -*** 211,213 **** - -! <dd><b>recipient_canonical_maps = hash:/etc/postfix/recipient_canonical</b> - ---- 211,213 ---- - -! <dd><b>recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical</b> - -*************** -*** 295,297 **** - -! <dd><b>virtual_maps = hash:/etc/postfix/virtual</b> - ---- 295,297 ---- - -! <dd><b>virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual</b> - -*************** -*** 323,325 **** - -! <dd><b>relocated_maps = hash:/etc/postfix/relocated</b> - ---- 323,325 ---- - -! <dd><b>relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated</b> - -*************** -*** 348,350 **** - -! <dd><b>transport_maps = hash:/etc/postfix/transport</b> - ---- 348,350 ---- - -! <dd><b>transport_maps = hash:!!PREFIX!!/etc/postfix/transport</b> - diff --git a/mail/postfix24/files/patch-bo b/mail/postfix24/files/patch-bo deleted file mode 100644 index b45270be8151..000000000000 --- a/mail/postfix24/files/patch-bo +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/transport.5.html.orig Tue Nov 21 21:43:00 2000 -+++ ./html/transport.5.html Tue Nov 21 21:43:20 2000 -@@ -9,7 +9,7 @@ - transport - format of Postfix transport table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/transport</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> - - <b>DESCRIPTION</b> - The optional <b>transport</b> table specifies a mapping from -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/transport</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> in order to rebuild the - indexed file after changing the transport table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix24/files/patch-bp b/mail/postfix24/files/patch-bp deleted file mode 100644 index 5206bfd4bfd0..000000000000 --- a/mail/postfix24/files/patch-bp +++ /dev/null @@ -1,43 +0,0 @@ ---- ./html/virtual.5.html.orig Tue Nov 21 21:46:50 2000 -+++ ./html/virtual.5.html Tue Nov 21 21:47:17 2000 -@@ -9,7 +9,7 @@ - virtual - format of Postfix virtual table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/virtual</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> - - <b>DESCRIPTION</b> - The optional <b>virtual</b> table specifies address redirections -@@ -27,7 +27,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/virtual</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, -@@ -52,7 +52,7 @@ - - Support for a Postfix-style virtual domain looks like: - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>virtual.domain</i> <i>anything</i> (right-hand content does not matter) - <i>postmaster@virtual.domain</i> <i>postmaster</i> - <i>user1@virtual.domain</i> <i>address1</i> -@@ -94,11 +94,11 @@ - - Support for a Sendmail-style virtual domain looks like: - -- /etc/postfix/main.cf: -+ !!PREFIX!!/etc/postfix/main.cf: - mydestination = $myhostname localhost.$mydomain $mydomain - <i>virtual.domain</i> - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>user1@virtual.domain</i> <i>address1</i> - <i>user2@virtual.domain</i> <i>address2,</i> <i>address3</i> - diff --git a/mail/postfix24/files/patch-ca b/mail/postfix24/files/patch-ca deleted file mode 100644 index 86d56f80be30..000000000000 --- a/mail/postfix24/files/patch-ca +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man1/postdrop.1.orig Mon May 3 15:03:29 1999 ---- ./man/man1/postdrop.1 Thu Jun 1 22:38:54 2000 -*************** -*** 53,55 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 53,55 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix24/files/patch-cb b/mail/postfix24/files/patch-cb deleted file mode 100644 index 58559c7273d1..000000000000 --- a/mail/postfix24/files/patch-cb +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man1/sendmail.1.orig Thu Mar 30 14:05:28 2000 ---- ./man/man1/sendmail.1 Thu Jun 1 22:39:16 2000 -*************** -*** 63,65 **** - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR ---- 63,65 ---- - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB!!PREFIX!!/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR -*************** -*** 173,175 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 173,175 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix24/files/patch-cc b/mail/postfix24/files/patch-cc deleted file mode 100644 index cd6946003217..000000000000 --- a/mail/postfix24/files/patch-cc +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/pcre_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/pcre_table.5 Thu Jun 1 22:39:34 2000 -*************** -*** 10,12 **** - .nf -! pcre:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! pcre:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix24/files/patch-cd b/mail/postfix24/files/patch-cd deleted file mode 100644 index b51de44d0bee..000000000000 --- a/mail/postfix24/files/patch-cd +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/access.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/access.5 Thu Jun 1 22:39:55 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/access\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. diff --git a/mail/postfix24/files/patch-ce b/mail/postfix24/files/patch-ce deleted file mode 100644 index f77053f8b3aa..000000000000 --- a/mail/postfix24/files/patch-ce +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/canonical.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/canonical.5 Thu Jun 1 22:40:18 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/canonical\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. diff --git a/mail/postfix24/files/patch-cf b/mail/postfix24/files/patch-cf deleted file mode 100644 index 28fb053b94a7..000000000000 --- a/mail/postfix24/files/patch-cf +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/regexp_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/regexp_table.5 Thu Jun 1 22:40:43 2000 -*************** -*** 10,12 **** - .nf -! regexp:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! regexp:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix24/files/patch-cg b/mail/postfix24/files/patch-cg deleted file mode 100644 index 0ae82cc57669..000000000000 --- a/mail/postfix24/files/patch-cg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/relocated.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/relocated.5 Thu Jun 1 22:41:05 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/relocated\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - .SH DESCRIPTION -*************** -*** 20,22 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. ---- 20,22 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. diff --git a/mail/postfix24/files/patch-ch b/mail/postfix24/files/patch-ch deleted file mode 100644 index 3ed047ea474c..000000000000 --- a/mail/postfix24/files/patch-ch +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/transport.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/transport.5 Thu Jun 1 22:41:26 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/transport\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. ---- 21,23 ---- - for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. diff --git a/mail/postfix24/files/patch-ci b/mail/postfix24/files/patch-ci deleted file mode 100644 index 1a7cf4abbac7..000000000000 --- a/mail/postfix24/files/patch-ci +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/virtual.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/virtual.5 Thu Jun 1 22:41:51 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/virtual\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - .SH DESCRIPTION -*************** -*** 26,28 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. ---- 26,28 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. diff --git a/mail/postfix24/files/patch-cj b/mail/postfix24/files/patch-cj deleted file mode 100644 index 50448f2ec26d..000000000000 --- a/mail/postfix24/files/patch-cj +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/cleanup.8.orig Sun May 28 21:58:32 2000 ---- ./man/man8/cleanup.8 Thu Jun 1 22:42:21 2000 -*************** -*** 136,139 **** - .nf -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - .SH LICENSE ---- 136,139 ---- - .nf -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - .SH LICENSE diff --git a/mail/postfix24/files/patch-ck b/mail/postfix24/files/patch-ck deleted file mode 100644 index 6e1ddce3c8f9..000000000000 --- a/mail/postfix24/files/patch-ck +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man8/local.8.orig Thu Feb 3 21:14:53 2000 ---- ./man/man8/local.8 Thu Jun 1 22:42:43 2000 -*************** -*** 96,98 **** - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR ---- 96,98 ---- - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR diff --git a/mail/postfix24/files/patch-cl b/mail/postfix24/files/patch-cl deleted file mode 100644 index 44c8a3a7aae0..000000000000 --- a/mail/postfix24/files/patch-cl +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/master.8.orig Tue Mar 7 10:48:19 2000 ---- ./man/man8/master.8 Thu Jun 1 22:43:02 2000 -*************** -*** 120,123 **** - .nf -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 120,123 ---- - .nf -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix24/files/patch-da b/mail/postfix24/files/patch-da deleted file mode 100644 index e57e31750d18..000000000000 --- a/mail/postfix24/files/patch-da +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/regexp_table.orig Wed Mar 8 19:18:20 2000 ---- ./proto/regexp_table Thu Jun 1 22:44:43 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix24/files/patch-db b/mail/postfix24/files/patch-db deleted file mode 100644 index 7f89fb770783..000000000000 --- a/mail/postfix24/files/patch-db +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/access.orig Sun Apr 9 16:44:45 2000 ---- ./proto/access Thu Jun 1 22:45:05 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/access\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. diff --git a/mail/postfix24/files/patch-dc b/mail/postfix24/files/patch-dc deleted file mode 100644 index 786f2da45c32..000000000000 --- a/mail/postfix24/files/patch-dc +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/canonical.orig Sun Apr 9 16:43:37 2000 ---- ./proto/canonical Thu Jun 1 22:45:28 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/canonical\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. diff --git a/mail/postfix24/files/patch-dd b/mail/postfix24/files/patch-dd deleted file mode 100644 index b65a57ff7d57..000000000000 --- a/mail/postfix24/files/patch-dd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/pcre_table.orig Wed Mar 8 19:18:11 2000 ---- ./proto/pcre_table Thu Jun 1 22:45:41 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix24/files/patch-de b/mail/postfix24/files/patch-de deleted file mode 100644 index 73bb2af2261d..000000000000 --- a/mail/postfix24/files/patch-de +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/relocated.orig Sun Apr 9 16:47:31 2000 ---- ./proto/relocated Thu Jun 1 22:46:02 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/relocated\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - # DESCRIPTION -*************** -*** 14,16 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. ---- 14,16 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. diff --git a/mail/postfix24/files/patch-df b/mail/postfix24/files/patch-df deleted file mode 100644 index 8d3fba96a224..000000000000 --- a/mail/postfix24/files/patch-df +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/transport.orig Sun Apr 9 17:05:45 2000 ---- ./proto/transport Thu Jun 1 22:46:23 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/transport\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - # DESCRIPTION -*************** -*** 15,17 **** - # for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. ---- 15,17 ---- - # for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. diff --git a/mail/postfix24/files/patch-dg b/mail/postfix24/files/patch-dg deleted file mode 100644 index bff20a2cff3e..000000000000 --- a/mail/postfix24/files/patch-dg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/virtual.orig Sun Apr 9 17:14:14 2000 ---- ./proto/virtual Thu Jun 1 22:46:40 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/virtual\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - # DESCRIPTION -*************** -*** 20,22 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. ---- 20,22 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. diff --git a/mail/postfix24/files/patch-ea b/mail/postfix24/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix24/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix24/files/patch-eb b/mail/postfix24/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix24/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix24/files/patch-ec b/mail/postfix24/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix24/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix24/files/patch-ed b/mail/postfix24/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix24/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix24/files/patch-ee b/mail/postfix24/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix24/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix24/files/patch-ef b/mail/postfix24/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix24/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix24/files/patch-eg b/mail/postfix24/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix24/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix24/files/patch-eh b/mail/postfix24/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix24/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix24/files/patch-ei b/mail/postfix24/files/patch-ei deleted file mode 100644 index 8f03b69ccc52..000000000000 --- a/mail/postfix24/files/patch-ei +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000 ---- ./src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix24/files/patch-ej b/mail/postfix24/files/patch-ej deleted file mode 100644 index 329d7bb1cf96..000000000000 --- a/mail/postfix24/files/patch-ej +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000 ---- ./src/smtp/smtp.h Thu Sep 14 13:04:53 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix24/files/patch-lmtp.h b/mail/postfix24/files/patch-lmtp.h deleted file mode 100644 index 86d5975b2b4d..000000000000 --- a/mail/postfix24/files/patch-lmtp.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001 -+++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001 -@@ -12,8 +12,8 @@ - * SASL library. - */ - #ifdef USE_SASL_AUTH --#include <sasl.h> --#include <saslutil.h> -+#include <sasl1/sasl.h> -+#include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix24/files/patch-post-install b/mail/postfix24/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix24/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix24/pkg-comment b/mail/postfix24/pkg-comment deleted file mode 100644 index f2bec12d80ca..000000000000 --- a/mail/postfix24/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An alternative to widely-used Sendmail diff --git a/mail/postfix24/pkg-descr b/mail/postfix24/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix24/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix24/pkg-install b/mail/postfix24/pkg-install deleted file mode 100644 index 1ef1fb5b2089..000000000000 --- a/mail/postfix24/pkg-install +++ /dev/null @@ -1,169 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" n; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix24/pkg-message b/mail/postfix24/pkg-message deleted file mode 100644 index a7ae2b17e2a6..000000000000 --- a/mail/postfix24/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - - -Also, you may wish to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). diff --git a/mail/postfix24/pkg-plist b/mail/postfix24/pkg-plist deleted file mode 100644 index 5b6c3c55d5b6..000000000000 --- a/mail/postfix24/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%share/doc/postfix/DB_README -%%PORTDOCS%%share/doc/postfix/DEBUG_README -%%PORTDOCS%%share/doc/postfix/ETRN_README -%%PORTDOCS%%share/doc/postfix/FILTER_README -%%PORTDOCS%%share/doc/postfix/INSTALL -%%PORTDOCS%%share/doc/postfix/LDAP_README -%%PORTDOCS%%share/doc/postfix/LINUX_README -%%PORTDOCS%%share/doc/postfix/LMTP_README -%%PORTDOCS%%share/doc/postfix/MACOSX_README -%%PORTDOCS%%share/doc/postfix/MYSQL_README -%%PORTDOCS%%share/doc/postfix/NFS_README -%%PORTDOCS%%share/doc/postfix/PACKAGE_README -%%PORTDOCS%%share/doc/postfix/PCRE_README -%%PORTDOCS%%share/doc/postfix/QMQP_README -%%PORTDOCS%%share/doc/postfix/RESTRICTION_CLASS_README -%%PORTDOCS%%share/doc/postfix/SASL_README -%%PORTDOCS%%share/doc/postfix/ULTRIX_README -%%PORTDOCS%%share/doc/postfix/UUCP_README -%%PORTDOCS%%share/doc/postfix/VERP_README -%%PORTDOCS%%share/doc/postfix/VIRTUAL_README -%%PORTDOCS%%share/doc/postfix/access.5.html -%%PORTDOCS%%share/doc/postfix/aliases.5.html -%%PORTDOCS%%share/doc/postfix/architecture.html -%%PORTDOCS%%share/doc/postfix/backstage.html -%%PORTDOCS%%share/doc/postfix/basic.html -%%PORTDOCS%%share/doc/postfix/big-picture.gif -%%PORTDOCS%%share/doc/postfix/big-picture.html -%%PORTDOCS%%share/doc/postfix/bounce.8.html -%%PORTDOCS%%share/doc/postfix/canonical.5.html -%%PORTDOCS%%share/doc/postfix/cleanup.8.html -%%PORTDOCS%%share/doc/postfix/commands.html -%%PORTDOCS%%share/doc/postfix/defer.8.html -%%PORTDOCS%%share/doc/postfix/delivering.html -%%PORTDOCS%%share/doc/postfix/error.8.html -%%PORTDOCS%%share/doc/postfix/faq.html -%%PORTDOCS%%share/doc/postfix/flush.8.html -%%PORTDOCS%%share/doc/postfix/goals.html -%%PORTDOCS%%share/doc/postfix/inbound.gif -%%PORTDOCS%%share/doc/postfix/index.html -%%PORTDOCS%%share/doc/postfix/lmtp.8.html -%%PORTDOCS%%share/doc/postfix/local.8.html -%%PORTDOCS%%share/doc/postfix/mailq.1.html -%%PORTDOCS%%share/doc/postfix/master.8.html -%%PORTDOCS%%share/doc/postfix/motivation.html -%%PORTDOCS%%share/doc/postfix/newaliases.1.html -%%PORTDOCS%%share/doc/postfix/nqmgr.8.html -%%PORTDOCS%%share/doc/postfix/outbound.gif -%%PORTDOCS%%share/doc/postfix/pcre_table.5.html -%%PORTDOCS%%share/doc/postfix/pickup.8.html -%%PORTDOCS%%share/doc/postfix/pipe.8.html -%%PORTDOCS%%share/doc/postfix/postalias.1.html -%%PORTDOCS%%share/doc/postfix/postcat.1.html -%%PORTDOCS%%share/doc/postfix/postconf.1.html -%%PORTDOCS%%share/doc/postfix/postdrop.1.html -%%PORTDOCS%%share/doc/postfix/postfix.1.html -%%PORTDOCS%%share/doc/postfix/postkick.1.html -%%PORTDOCS%%share/doc/postfix/postlock.1.html -%%PORTDOCS%%share/doc/postfix/postlog.1.html -%%PORTDOCS%%share/doc/postfix/postmap.1.html -%%PORTDOCS%%share/doc/postfix/postqueue.1.html -%%PORTDOCS%%share/doc/postfix/postsuper.1.html -%%PORTDOCS%%share/doc/postfix/qmgr.8.html -%%PORTDOCS%%share/doc/postfix/qmqpd.8.html -%%PORTDOCS%%share/doc/postfix/queuing.html -%%PORTDOCS%%share/doc/postfix/rate.html -%%PORTDOCS%%share/doc/postfix/receiving.html -%%PORTDOCS%%share/doc/postfix/regexp_table.5.html -%%PORTDOCS%%share/doc/postfix/relocated.5.html -%%PORTDOCS%%share/doc/postfix/resource.html -%%PORTDOCS%%share/doc/postfix/rewrite.html -%%PORTDOCS%%share/doc/postfix/security.html -%%PORTDOCS%%share/doc/postfix/sendmail.1.html -%%PORTDOCS%%share/doc/postfix/showq.8.html -%%PORTDOCS%%share/doc/postfix/small-picture.gif -%%PORTDOCS%%share/doc/postfix/smtp.8.html -%%PORTDOCS%%share/doc/postfix/smtpd.8.html -%%PORTDOCS%%share/doc/postfix/spawn.8.html -%%PORTDOCS%%share/doc/postfix/transport.5.html -%%PORTDOCS%%share/doc/postfix/trivial-rewrite.8.html -%%PORTDOCS%%share/doc/postfix/uce.html -%%PORTDOCS%%share/doc/postfix/virtual.5.html -%%PORTDOCS%%share/doc/postfix/virtual.8.html -%%PORTDOCS%%@dirrm share/doc/postfix -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix24/scripts/configure b/mail/postfix24/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix24/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix deleted file mode 100644 index c5b0d143b063..000000000000 --- a/mail/postfix24/scripts/configure.postfix +++ /dev/null @@ -1,164 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.24 2002-08-26 21:33:57 dwcjr Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -else - set PCRE -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -PCRE "Perl Compatible Regular Expressions" "$status_PCRE" \ -SASL "Cyrus SASL (Simple Authentication and Security Layer)" "$status_SASL" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL map lookups" "$status_PgSQL" \ -OpenLDAP "OpenLDAP map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -TLS "Secure Sockets Layer and Transport Layer Security" "$status_TLS" \ -IPv6 "IPv6 support (not KAME official)" "$status_IPv6" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " - -for i; do - case $i in - PCRE) - echo "LIB_DEPENDS+= pcre.0:\${PORTSDIR}/devel/pcre" - echo "POSTFIX_CCARGS+= -DHAS_PCRE -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lpcre" - echo "PCRE_SUFFIX= +pcre" - SUB_PCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - else - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - echo ".if exists(/usr/lib/libkrb.a)" - echo "POSTFIX_AUXLIBS+= -lkrb -ldes -lcom_err" - echo ".endif" - SUB_SASL="" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" - echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.11a-1.1.11-0.9.6g/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB3_SUFFIX= +db3" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PGSQL_SUFFIX= +pgsql" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-1.1.8.patch" - echo "PATCH_DIST_STRIP= -p1" - ;; - OpenLDAP) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ `uname -m` != "i386" ]; then - /usr/bin/dialog --msgbox "IPv6 patch currently only supported on i386!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - if [ -z $SUB_TLS ]; then - /usr/bin/dialog --msgbox "IPv6 and TLS patch cannot be used simultaneously!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.cyber-magic.org/~taka/misc/" - echo "PATCHFILES+= postfix-1.1.11+ipv6.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - ;; - "") - ;; - *) - echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${PCRE_SUFFIX}\${SASL_SUFFIX}\${DB3_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix24/scripts/fix-files-list b/mail/postfix24/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix24/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile deleted file mode 100644 index 6b47f15e39d2..000000000000 --- a/mail/postfix25/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 PCRE" -# -# the options are the same names as in the scripts/configure.postfix file - -PORTNAME= postfix -PORTVERSION= 1.1.11 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= khera@kciLink.com - -USE_SUBMAKE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 qmgr.8 qmqpd.8 showq.8 smtp.8 \ - smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; sh postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix25/distinfo b/mail/postfix25/distinfo deleted file mode 100644 index 379358ed4749..000000000000 --- a/mail/postfix25/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (postfix/postfix-1.1.11.tar.gz) = b34bb2b5018327c19456a77814141208 -MD5 (postfix/pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz) = 11d82e9a3482f64af9d228f7a4319566 -MD5 (postfix/postfix-1.1.11+ipv6.patch.gz) = dc2a6362518025583a17305607eb8f0e -MD5 (postfix/postfix-pg.postfix-1.1.8.patch) = e0f4d910a6d6648d9b48e2244f2764ba diff --git a/mail/postfix25/files/patch-aa b/mail/postfix25/files/patch-aa deleted file mode 100644 index 51b40396bd5e..000000000000 --- a/mail/postfix25/files/patch-aa +++ /dev/null @@ -1,86 +0,0 @@ -*** ./conf/main.cf.orig Fri Jan 4 13:09:04 2002 ---- ./conf/main.cf Tue Jan 8 22:41:50 2002 -*************** -*** 31,44 **** - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = /usr/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = /usr/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # ---- 31,44 ---- - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -*************** -*** 325,332 **** - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/spool/mail/user or /var/mail/user. Specify -! # "Maildir/" for qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ ---- 325,332 ---- - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/mail/user. Specify "Maildir/" for -! # qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ -*************** -*** 424,430 **** - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:/etc/postfix/header_checks - - # FAST ETRN SERVICE - # ---- 424,430 ---- - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - - # FAST ETRN SERVICE - # -*************** -*** 525,531 **** - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = - - # manpage_path: The location of the Postfix on-line manual pages. - # ---- 525,531 ---- - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = maildrop - - # manpage_path: The location of the Postfix on-line manual pages. - # diff --git a/mail/postfix25/files/patch-ab b/mail/postfix25/files/patch-ab deleted file mode 100644 index 7c81d3dc12c9..000000000000 --- a/mail/postfix25/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/canonical.orig Tue Mar 7 10:42:58 2000 ---- ./conf/canonical Thu Jun 1 21:53:23 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/canonical - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/canonical - # diff --git a/mail/postfix25/files/patch-ac b/mail/postfix25/files/patch-ac deleted file mode 100644 index 0fb2192cdd84..000000000000 --- a/mail/postfix25/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/access.orig Tue Mar 7 10:42:58 2000 ---- ./conf/access Thu Jun 1 21:53:36 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/access - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/access - # diff --git a/mail/postfix25/files/patch-ad b/mail/postfix25/files/patch-ad deleted file mode 100644 index c1b102574165..000000000000 --- a/mail/postfix25/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/pcre_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/pcre_table Thu Jun 1 22:02:08 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix25/files/patch-ae b/mail/postfix25/files/patch-ae deleted file mode 100644 index e396dd8626db..000000000000 --- a/mail/postfix25/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/regexp_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/regexp_table Thu Jun 1 22:03:27 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix25/files/patch-af b/mail/postfix25/files/patch-af deleted file mode 100644 index 8fca6b208941..000000000000 --- a/mail/postfix25/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/relocated.orig Tue Mar 7 10:42:58 2000 ---- ./conf/relocated Thu Jun 1 22:03:59 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/relocated - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/relocated - # diff --git a/mail/postfix25/files/patch-ag b/mail/postfix25/files/patch-ag deleted file mode 100644 index 54c0fa918d3b..000000000000 --- a/mail/postfix25/files/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ -*** ./conf/sample-auth.cf.orig Sun May 28 17:55:19 2000 ---- ./conf/sample-auth.cf Thu Jun 1 22:05:32 2000 -*************** -*** 91,95 **** - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in /etc/postfix. - # -! smtp_sasl_password_maps = hash:/etc/postfix/saslpass - ---- 91,95 ---- - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in !!PREFIX!!/etc/postfix. - # -! smtp_sasl_password_maps = hash:!!PREFIX!!/etc/postfix/saslpass - diff --git a/mail/postfix25/files/patch-ah b/mail/postfix25/files/patch-ah deleted file mode 100644 index a8c70a15a78d..000000000000 --- a/mail/postfix25/files/patch-ah +++ /dev/null @@ -1,44 +0,0 @@ -*** ./conf/sample-canonical.cf.orig Thu Sep 23 14:10:38 1999 ---- ./conf/sample-canonical.cf Thu Jun 1 22:07:23 2000 -*************** -*** 14,16 **** - # -! # If you use this feature, run "postmap /etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes ---- 14,16 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes -*************** -*** 19,24 **** - # -! #canonical_maps = dbm:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:/etc/postfix/canonical, netinfo:/canonical - canonical_maps = ---- 19,24 ---- - # -! #canonical_maps = dbm:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, netinfo:/canonical - canonical_maps = -*************** -*** 32,34 **** - # -! #recipient_canonical_maps = hash:/etc/postfix/recipient_canonical - recipient_canonical_maps = ---- 32,34 ---- - # -! #recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical - recipient_canonical_maps = -*************** -*** 46,48 **** - # -! #sender_canonical_maps = hash:/etc/postfix/sender_canonical - sender_canonical_maps = ---- 46,48 ---- - # -! #sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical - sender_canonical_maps = diff --git a/mail/postfix25/files/patch-ai b/mail/postfix25/files/patch-ai deleted file mode 100644 index f7aa2fd5f4c6..000000000000 --- a/mail/postfix25/files/patch-ai +++ /dev/null @@ -1,18 +0,0 @@ -*** ./conf/sample-filter.cf.orig Mon May 29 11:30:44 2000 ---- ./conf/sample-filter.cf Thu Jun 1 22:07:58 2000 -*************** -*** 15,17 **** - # -! header_checks = regexp:/etc/postfix/header_checks - ---- 15,17 ---- - # -! header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - -*************** -*** 26,27 **** - # -! body_checks = regexp:/etc/postfix/body_checks ---- 26,27 ---- - # -! body_checks = regexp:!!PREFIX!!/etc/postfix/body_checks diff --git a/mail/postfix25/files/patch-aj b/mail/postfix25/files/patch-aj deleted file mode 100644 index 241d48132551..000000000000 --- a/mail/postfix25/files/patch-aj +++ /dev/null @@ -1,24 +0,0 @@ -*** ./conf/sample-misc.cf.orig Thu Sep 23 14:10:52 1999 ---- ./conf/sample-misc.cf Thu Jun 1 22:09:39 2000 -*************** -*** 220,222 **** - # -! program_directory = /usr/libexec/postfix - ---- 220,222 ---- - # -! program_directory = !!PREFIX!!/libexec/postfix - -*************** -*** 263,267 **** - # Specify the types and names of databases to use. After change, -! # run "postmap /etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:/etc/postfix/relocated - relocated_maps = ---- 263,267 ---- - # Specify the types and names of databases to use. After change, -! # run "postmap !!PREFIX!!/etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated - relocated_maps = diff --git a/mail/postfix25/files/patch-ak b/mail/postfix25/files/patch-ak deleted file mode 100644 index 250dd411a4bd..000000000000 --- a/mail/postfix25/files/patch-ak +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-relocated.cf.orig Thu Sep 23 14:11:17 1999 ---- ./conf/sample-relocated.cf Thu Jun 1 22:10:43 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix -*************** -*** 16,21 **** - # -! #relocated_maps = dbm:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:/etc/postfix/relocated, netinfo:/relocated - relocated_maps = ---- 16,21 ---- - # -! #relocated_maps = dbm:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, netinfo:/relocated - relocated_maps = diff --git a/mail/postfix25/files/patch-al b/mail/postfix25/files/patch-al deleted file mode 100644 index 799206da0c96..000000000000 --- a/mail/postfix25/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/sample-smtpd.cf.orig Mon Dec 27 19:41:37 1999 ---- ./conf/sample-smtpd.cf Thu Jun 1 22:11:22 2000 -*************** -*** 183,185 **** - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:/etc/postfix/access - smtpd_sender_restrictions = ---- 183,185 ---- - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:!!PREFIX!!/etc/postfix/access - smtpd_sender_restrictions = diff --git a/mail/postfix25/files/patch-am b/mail/postfix25/files/patch-am deleted file mode 100644 index 2d395fa9ca03..000000000000 --- a/mail/postfix25/files/patch-am +++ /dev/null @@ -1,23 +0,0 @@ -*** ./conf/sample-transport.cf.orig Thu Dec 23 10:50:00 1999 ---- ./conf/sample-transport.cf Thu Jun 1 22:13:09 2000 -*************** -*** 10,18 **** - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap /etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport, nis:transport -! #transport_maps = hash:/etc/postfix/transport, netinfo:/transport - transport_maps = ---- 10,18 ---- - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap !!PREFIX!!/etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, nis:transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, netinfo:/transport - transport_maps = diff --git a/mail/postfix25/files/patch-an b/mail/postfix25/files/patch-an deleted file mode 100644 index af5ac7cc031b..000000000000 --- a/mail/postfix25/files/patch-an +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-virtual.cf.orig Mon Dec 20 21:00:42 1999 ---- ./conf/sample-virtual.cf Thu Jun 1 22:13:32 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/virtual" to - # build the necessary DBM or DB file after change. ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/virtual" to - # build the necessary DBM or DB file after change. -*************** -*** 18,23 **** - # -! #virtual_maps = dbm:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:/etc/postfix/virtual, netinfo:/virtual - virtual_maps = ---- 18,23 ---- - # -! #virtual_maps = dbm:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, netinfo:/virtual - virtual_maps = diff --git a/mail/postfix25/files/patch-ao b/mail/postfix25/files/patch-ao deleted file mode 100644 index fd854e181601..000000000000 --- a/mail/postfix25/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/transport.orig Tue Mar 7 10:42:58 2000 ---- ./conf/transport Thu Jun 1 22:13:41 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/transport - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/transport - # diff --git a/mail/postfix25/files/patch-ap b/mail/postfix25/files/patch-ap deleted file mode 100644 index 4598192cd5c1..000000000000 --- a/mail/postfix25/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/virtual.orig Tue Mar 7 10:42:59 2000 ---- ./conf/virtual Thu Jun 1 22:13:54 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/virtual - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/virtual - # diff --git a/mail/postfix25/files/patch-ba b/mail/postfix25/files/patch-ba deleted file mode 100644 index ccb54ec60a7a..000000000000 --- a/mail/postfix25/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ -*** ./html/mailq.1.html.orig Sat Apr 22 20:28:36 2000 ---- ./html/mailq.1.html Thu Jun 1 22:19:24 2000 -*************** -*** 83,85 **** - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>/etc/postfix</b>. - ---- 83,85 ---- - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>!!PREFIX!!/etc/postfix</b>. - -*************** -*** 231,233 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 231,233 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix25/files/patch-bb b/mail/postfix25/files/patch-bb deleted file mode 100644 index ea744664dfa7..000000000000 --- a/mail/postfix25/files/patch-bb +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/access.5.html.orig Tue Nov 21 21:24:13 2000 -+++ ./html/access.5.html Tue Nov 21 21:24:34 2000 -@@ -9,7 +9,7 @@ - access - format of Postfix access table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/access</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> - - <b>DESCRIPTION</b> - The optional <b>access</b> table directs the Postfix SMTP server -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/access</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> in order to rebuild the - indexed file after changing the access table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix25/files/patch-bc b/mail/postfix25/files/patch-bc deleted file mode 100644 index e407a9650585..000000000000 --- a/mail/postfix25/files/patch-bc +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/canonical.5.html.orig Tue Nov 21 21:32:38 2000 -+++ ./html/canonical.5.html Tue Nov 21 21:33:21 2000 -@@ -9,7 +9,7 @@ - canonical - format of Postfix canonical table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/canonical</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> - - <b>DESCRIPTION</b> - The optional <b>canonical</b> table specifies an address mapping -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/canonical</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix25/files/patch-bd b/mail/postfix25/files/patch-bd deleted file mode 100644 index ce79695f1341..000000000000 --- a/mail/postfix25/files/patch-bd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/local.8.html.orig Thu Feb 3 21:15:02 2000 ---- ./html/local.8.html Thu Jun 1 22:22:30 2000 -*************** -*** 99,101 **** - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i> or <b>/var/spool/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> ---- 99,101 ---- - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> diff --git a/mail/postfix25/files/patch-be b/mail/postfix25/files/patch-be deleted file mode 100644 index bef6a3bfaf73..000000000000 --- a/mail/postfix25/files/patch-be +++ /dev/null @@ -1,10 +0,0 @@ ---- ./html/faq.html.orig Sat Oct 28 23:34:51 2000 -+++ ./html/faq.html Sat Oct 28 23:36:04 2000 -@@ -2572,7 +2572,7 @@ - - Answer: instead of using <b>/usr/include/ndbm.h</b>, you're building - Postfix with some incompatible third-party file, typically --<b>/usr/local/include/ndbm.h</b>. -+<b>!!PREFIX!!/include/ndbm.h</b>. - - <p> diff --git a/mail/postfix25/files/patch-bf b/mail/postfix25/files/patch-bf deleted file mode 100644 index d652e1e567b3..000000000000 --- a/mail/postfix25/files/patch-bf +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/cleanup.8.html.orig Sun May 28 21:58:41 2000 ---- ./html/cleanup.8.html Thu Jun 1 22:29:04 2000 -*************** -*** 174,177 **** - <b>FILES</b> -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - ---- 174,177 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - diff --git a/mail/postfix25/files/patch-bg b/mail/postfix25/files/patch-bg deleted file mode 100644 index ce2454eaef01..000000000000 --- a/mail/postfix25/files/patch-bg +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/master.8.html.orig Tue Mar 7 10:48:56 2000 ---- ./html/master.8.html Thu Jun 1 22:29:24 2000 -*************** -*** 148,151 **** - <b>FILES</b> -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 148,151 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix25/files/patch-bh b/mail/postfix25/files/patch-bh deleted file mode 100644 index a20232e6796a..000000000000 --- a/mail/postfix25/files/patch-bh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/goals.html.orig Sun May 9 15:44:18 1999 ---- ./html/goals.html Thu Jun 1 22:30:14 2000 -*************** -*** 45,47 **** - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var[/spool]/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. ---- 45,47 ---- - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. diff --git a/mail/postfix25/files/patch-bi b/mail/postfix25/files/patch-bi deleted file mode 100644 index 7e4acdb0c126..000000000000 --- a/mail/postfix25/files/patch-bi +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/postdrop.1.html.orig Mon May 3 15:05:12 1999 ---- ./html/postdrop.1.html Thu Jun 1 22:30:47 2000 -*************** -*** 48,50 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 48,50 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix25/files/patch-bj b/mail/postfix25/files/patch-bj deleted file mode 100644 index 00e78d01ba5a..000000000000 --- a/mail/postfix25/files/patch-bj +++ /dev/null @@ -1,42 +0,0 @@ -*** ./html/uce.html.orig Fri Dec 31 15:06:07 1999 ---- ./html/uce.html Thu Jun 1 22:31:37 2000 -*************** -*** 126,130 **** - -! <dd> <b>header_checks = regexp:/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:/etc/postfix/header_checks</b> - ---- 126,130 ---- - -! <dd> <b>header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:!!PREFIX!!/etc/postfix/header_checks</b> - -*************** -*** 169,171 **** - -! <dd> <b>smtpd_client_restrictions = hash:/etc/postfix/access, - reject_maps_rbl</b> ---- 169,171 ---- - -! <dd> <b>smtpd_client_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_maps_rbl</b> -*************** -*** 474,476 **** - -! <dd> <b>smtpd_sender_restrictions = hash:/etc/postfix/access, - reject_unknown_sender_domain</b> ---- 474,476 ---- - -! <dd> <b>smtpd_sender_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_unknown_sender_domain</b> -*************** -*** 856,858 **** - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:/etc/postfix/etrn_access, reject</b> - ---- 856,858 ---- - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:!!PREFIX!!/etc/postfix/etrn_access, reject</b> - diff --git a/mail/postfix25/files/patch-bk b/mail/postfix25/files/patch-bk deleted file mode 100644 index 62a0573559ae..000000000000 --- a/mail/postfix25/files/patch-bk +++ /dev/null @@ -1,29 +0,0 @@ -*** ./html/rate.html.orig Wed Mar 17 17:55:22 1999 ---- ./html/rate.html Thu Jun 1 22:32:19 2000 -*************** -*** 224,226 **** - -! <dt>/etc/postfix/main.cf: - ---- 224,226 ---- - -! <dt>!!PREFIX!!/etc/postfix/main.cf: - -*************** -*** 237,239 **** - -! <dt>/etc/postfix/<a href="transport.5.html">transport</a>: - ---- 237,239 ---- - -! <dt>!!PREFIX!!/etc/postfix/<a href="transport.5.html">transport</a>: - -*************** -*** 253,255 **** - -! <dt>/etc/postfix/master.cf: - ---- 253,255 ---- - -! <dt>!!PREFIX!!/etc/postfix/master.cf: - diff --git a/mail/postfix25/files/patch-bl b/mail/postfix25/files/patch-bl deleted file mode 100644 index 176c7d1b64de..000000000000 --- a/mail/postfix25/files/patch-bl +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/regexp_table.5.html.orig Sat Apr 22 20:28:38 2000 ---- ./html/regexp_table.5.html Thu Jun 1 22:32:44 2000 -*************** -*** 11,13 **** - <b>SYNOPSIS</b> -! regexp:/etc/postfix/filename - ---- 11,13 ---- - <b>SYNOPSIS</b> -! regexp:!!PREFIX!!/etc/postfix/filename - diff --git a/mail/postfix25/files/patch-bm b/mail/postfix25/files/patch-bm deleted file mode 100644 index e5ccc2c50b94..000000000000 --- a/mail/postfix25/files/patch-bm +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/relocated.5.html.orig Tue Nov 21 21:37:54 2000 -+++ ./html/relocated.5.html Tue Nov 21 21:38:08 2000 -@@ -9,7 +9,7 @@ - relocated - format of Postfix relocated table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/relocated</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> - - <b>DESCRIPTION</b> - The optional <b>relocated</b> table provides the information that -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/relocated</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> in order to rebuild the - indexed file after changing the relocated table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix25/files/patch-bn b/mail/postfix25/files/patch-bn deleted file mode 100644 index 21e69dcaa40c..000000000000 --- a/mail/postfix25/files/patch-bn +++ /dev/null @@ -1,56 +0,0 @@ -*** ./html/rewrite.html.orig Sat May 8 17:51:41 1999 ---- ./html/rewrite.html Thu Jun 1 22:34:21 2000 -*************** -*** 194,196 **** - -! <dd><b>canonical_maps = hash:/etc/postfix/canonical</b> - ---- 194,196 ---- - -! <dd><b>canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical</b> - -*************** -*** 207,209 **** - -! <dd><b>sender_canonical_maps = hash:/etc/postfix/sender_canonical</b> - ---- 207,209 ---- - -! <dd><b>sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical</b> - -*************** -*** 211,213 **** - -! <dd><b>recipient_canonical_maps = hash:/etc/postfix/recipient_canonical</b> - ---- 211,213 ---- - -! <dd><b>recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical</b> - -*************** -*** 295,297 **** - -! <dd><b>virtual_maps = hash:/etc/postfix/virtual</b> - ---- 295,297 ---- - -! <dd><b>virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual</b> - -*************** -*** 323,325 **** - -! <dd><b>relocated_maps = hash:/etc/postfix/relocated</b> - ---- 323,325 ---- - -! <dd><b>relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated</b> - -*************** -*** 348,350 **** - -! <dd><b>transport_maps = hash:/etc/postfix/transport</b> - ---- 348,350 ---- - -! <dd><b>transport_maps = hash:!!PREFIX!!/etc/postfix/transport</b> - diff --git a/mail/postfix25/files/patch-bo b/mail/postfix25/files/patch-bo deleted file mode 100644 index b45270be8151..000000000000 --- a/mail/postfix25/files/patch-bo +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/transport.5.html.orig Tue Nov 21 21:43:00 2000 -+++ ./html/transport.5.html Tue Nov 21 21:43:20 2000 -@@ -9,7 +9,7 @@ - transport - format of Postfix transport table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/transport</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> - - <b>DESCRIPTION</b> - The optional <b>transport</b> table specifies a mapping from -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/transport</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> in order to rebuild the - indexed file after changing the transport table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix25/files/patch-bp b/mail/postfix25/files/patch-bp deleted file mode 100644 index 5206bfd4bfd0..000000000000 --- a/mail/postfix25/files/patch-bp +++ /dev/null @@ -1,43 +0,0 @@ ---- ./html/virtual.5.html.orig Tue Nov 21 21:46:50 2000 -+++ ./html/virtual.5.html Tue Nov 21 21:47:17 2000 -@@ -9,7 +9,7 @@ - virtual - format of Postfix virtual table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/virtual</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> - - <b>DESCRIPTION</b> - The optional <b>virtual</b> table specifies address redirections -@@ -27,7 +27,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/virtual</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, -@@ -52,7 +52,7 @@ - - Support for a Postfix-style virtual domain looks like: - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>virtual.domain</i> <i>anything</i> (right-hand content does not matter) - <i>postmaster@virtual.domain</i> <i>postmaster</i> - <i>user1@virtual.domain</i> <i>address1</i> -@@ -94,11 +94,11 @@ - - Support for a Sendmail-style virtual domain looks like: - -- /etc/postfix/main.cf: -+ !!PREFIX!!/etc/postfix/main.cf: - mydestination = $myhostname localhost.$mydomain $mydomain - <i>virtual.domain</i> - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>user1@virtual.domain</i> <i>address1</i> - <i>user2@virtual.domain</i> <i>address2,</i> <i>address3</i> - diff --git a/mail/postfix25/files/patch-ca b/mail/postfix25/files/patch-ca deleted file mode 100644 index 86d56f80be30..000000000000 --- a/mail/postfix25/files/patch-ca +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man1/postdrop.1.orig Mon May 3 15:03:29 1999 ---- ./man/man1/postdrop.1 Thu Jun 1 22:38:54 2000 -*************** -*** 53,55 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 53,55 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix25/files/patch-cb b/mail/postfix25/files/patch-cb deleted file mode 100644 index 58559c7273d1..000000000000 --- a/mail/postfix25/files/patch-cb +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man1/sendmail.1.orig Thu Mar 30 14:05:28 2000 ---- ./man/man1/sendmail.1 Thu Jun 1 22:39:16 2000 -*************** -*** 63,65 **** - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR ---- 63,65 ---- - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB!!PREFIX!!/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR -*************** -*** 173,175 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 173,175 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix25/files/patch-cc b/mail/postfix25/files/patch-cc deleted file mode 100644 index cd6946003217..000000000000 --- a/mail/postfix25/files/patch-cc +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/pcre_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/pcre_table.5 Thu Jun 1 22:39:34 2000 -*************** -*** 10,12 **** - .nf -! pcre:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! pcre:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix25/files/patch-cd b/mail/postfix25/files/patch-cd deleted file mode 100644 index b51de44d0bee..000000000000 --- a/mail/postfix25/files/patch-cd +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/access.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/access.5 Thu Jun 1 22:39:55 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/access\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. diff --git a/mail/postfix25/files/patch-ce b/mail/postfix25/files/patch-ce deleted file mode 100644 index f77053f8b3aa..000000000000 --- a/mail/postfix25/files/patch-ce +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/canonical.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/canonical.5 Thu Jun 1 22:40:18 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/canonical\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. diff --git a/mail/postfix25/files/patch-cf b/mail/postfix25/files/patch-cf deleted file mode 100644 index 28fb053b94a7..000000000000 --- a/mail/postfix25/files/patch-cf +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/regexp_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/regexp_table.5 Thu Jun 1 22:40:43 2000 -*************** -*** 10,12 **** - .nf -! regexp:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! regexp:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix25/files/patch-cg b/mail/postfix25/files/patch-cg deleted file mode 100644 index 0ae82cc57669..000000000000 --- a/mail/postfix25/files/patch-cg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/relocated.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/relocated.5 Thu Jun 1 22:41:05 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/relocated\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - .SH DESCRIPTION -*************** -*** 20,22 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. ---- 20,22 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. diff --git a/mail/postfix25/files/patch-ch b/mail/postfix25/files/patch-ch deleted file mode 100644 index 3ed047ea474c..000000000000 --- a/mail/postfix25/files/patch-ch +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/transport.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/transport.5 Thu Jun 1 22:41:26 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/transport\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. ---- 21,23 ---- - for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. diff --git a/mail/postfix25/files/patch-ci b/mail/postfix25/files/patch-ci deleted file mode 100644 index 1a7cf4abbac7..000000000000 --- a/mail/postfix25/files/patch-ci +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/virtual.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/virtual.5 Thu Jun 1 22:41:51 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/virtual\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - .SH DESCRIPTION -*************** -*** 26,28 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. ---- 26,28 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. diff --git a/mail/postfix25/files/patch-cj b/mail/postfix25/files/patch-cj deleted file mode 100644 index 50448f2ec26d..000000000000 --- a/mail/postfix25/files/patch-cj +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/cleanup.8.orig Sun May 28 21:58:32 2000 ---- ./man/man8/cleanup.8 Thu Jun 1 22:42:21 2000 -*************** -*** 136,139 **** - .nf -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - .SH LICENSE ---- 136,139 ---- - .nf -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - .SH LICENSE diff --git a/mail/postfix25/files/patch-ck b/mail/postfix25/files/patch-ck deleted file mode 100644 index 6e1ddce3c8f9..000000000000 --- a/mail/postfix25/files/patch-ck +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man8/local.8.orig Thu Feb 3 21:14:53 2000 ---- ./man/man8/local.8 Thu Jun 1 22:42:43 2000 -*************** -*** 96,98 **** - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR ---- 96,98 ---- - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR diff --git a/mail/postfix25/files/patch-cl b/mail/postfix25/files/patch-cl deleted file mode 100644 index 44c8a3a7aae0..000000000000 --- a/mail/postfix25/files/patch-cl +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/master.8.orig Tue Mar 7 10:48:19 2000 ---- ./man/man8/master.8 Thu Jun 1 22:43:02 2000 -*************** -*** 120,123 **** - .nf -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 120,123 ---- - .nf -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix25/files/patch-da b/mail/postfix25/files/patch-da deleted file mode 100644 index e57e31750d18..000000000000 --- a/mail/postfix25/files/patch-da +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/regexp_table.orig Wed Mar 8 19:18:20 2000 ---- ./proto/regexp_table Thu Jun 1 22:44:43 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix25/files/patch-db b/mail/postfix25/files/patch-db deleted file mode 100644 index 7f89fb770783..000000000000 --- a/mail/postfix25/files/patch-db +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/access.orig Sun Apr 9 16:44:45 2000 ---- ./proto/access Thu Jun 1 22:45:05 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/access\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. diff --git a/mail/postfix25/files/patch-dc b/mail/postfix25/files/patch-dc deleted file mode 100644 index 786f2da45c32..000000000000 --- a/mail/postfix25/files/patch-dc +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/canonical.orig Sun Apr 9 16:43:37 2000 ---- ./proto/canonical Thu Jun 1 22:45:28 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/canonical\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. diff --git a/mail/postfix25/files/patch-dd b/mail/postfix25/files/patch-dd deleted file mode 100644 index b65a57ff7d57..000000000000 --- a/mail/postfix25/files/patch-dd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/pcre_table.orig Wed Mar 8 19:18:11 2000 ---- ./proto/pcre_table Thu Jun 1 22:45:41 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix25/files/patch-de b/mail/postfix25/files/patch-de deleted file mode 100644 index 73bb2af2261d..000000000000 --- a/mail/postfix25/files/patch-de +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/relocated.orig Sun Apr 9 16:47:31 2000 ---- ./proto/relocated Thu Jun 1 22:46:02 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/relocated\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - # DESCRIPTION -*************** -*** 14,16 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. ---- 14,16 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. diff --git a/mail/postfix25/files/patch-df b/mail/postfix25/files/patch-df deleted file mode 100644 index 8d3fba96a224..000000000000 --- a/mail/postfix25/files/patch-df +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/transport.orig Sun Apr 9 17:05:45 2000 ---- ./proto/transport Thu Jun 1 22:46:23 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/transport\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - # DESCRIPTION -*************** -*** 15,17 **** - # for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. ---- 15,17 ---- - # for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. diff --git a/mail/postfix25/files/patch-dg b/mail/postfix25/files/patch-dg deleted file mode 100644 index bff20a2cff3e..000000000000 --- a/mail/postfix25/files/patch-dg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/virtual.orig Sun Apr 9 17:14:14 2000 ---- ./proto/virtual Thu Jun 1 22:46:40 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/virtual\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - # DESCRIPTION -*************** -*** 20,22 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. ---- 20,22 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. diff --git a/mail/postfix25/files/patch-ea b/mail/postfix25/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix25/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix25/files/patch-eb b/mail/postfix25/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix25/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix25/files/patch-ec b/mail/postfix25/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix25/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix25/files/patch-ed b/mail/postfix25/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix25/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix25/files/patch-ee b/mail/postfix25/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix25/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix25/files/patch-ef b/mail/postfix25/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix25/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix25/files/patch-eg b/mail/postfix25/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix25/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix25/files/patch-eh b/mail/postfix25/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix25/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix25/files/patch-ei b/mail/postfix25/files/patch-ei deleted file mode 100644 index 8f03b69ccc52..000000000000 --- a/mail/postfix25/files/patch-ei +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000 ---- ./src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix25/files/patch-ej b/mail/postfix25/files/patch-ej deleted file mode 100644 index 329d7bb1cf96..000000000000 --- a/mail/postfix25/files/patch-ej +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000 ---- ./src/smtp/smtp.h Thu Sep 14 13:04:53 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix25/files/patch-lmtp.h b/mail/postfix25/files/patch-lmtp.h deleted file mode 100644 index 86d5975b2b4d..000000000000 --- a/mail/postfix25/files/patch-lmtp.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001 -+++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001 -@@ -12,8 +12,8 @@ - * SASL library. - */ - #ifdef USE_SASL_AUTH --#include <sasl.h> --#include <saslutil.h> -+#include <sasl1/sasl.h> -+#include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix25/files/patch-post-install b/mail/postfix25/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix25/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix25/pkg-comment b/mail/postfix25/pkg-comment deleted file mode 100644 index f2bec12d80ca..000000000000 --- a/mail/postfix25/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An alternative to widely-used Sendmail diff --git a/mail/postfix25/pkg-descr b/mail/postfix25/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix25/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix25/pkg-install b/mail/postfix25/pkg-install deleted file mode 100644 index 1ef1fb5b2089..000000000000 --- a/mail/postfix25/pkg-install +++ /dev/null @@ -1,169 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" n; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix25/pkg-message b/mail/postfix25/pkg-message deleted file mode 100644 index a7ae2b17e2a6..000000000000 --- a/mail/postfix25/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - - -Also, you may wish to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). diff --git a/mail/postfix25/pkg-plist b/mail/postfix25/pkg-plist deleted file mode 100644 index 5b6c3c55d5b6..000000000000 --- a/mail/postfix25/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%share/doc/postfix/DB_README -%%PORTDOCS%%share/doc/postfix/DEBUG_README -%%PORTDOCS%%share/doc/postfix/ETRN_README -%%PORTDOCS%%share/doc/postfix/FILTER_README -%%PORTDOCS%%share/doc/postfix/INSTALL -%%PORTDOCS%%share/doc/postfix/LDAP_README -%%PORTDOCS%%share/doc/postfix/LINUX_README -%%PORTDOCS%%share/doc/postfix/LMTP_README -%%PORTDOCS%%share/doc/postfix/MACOSX_README -%%PORTDOCS%%share/doc/postfix/MYSQL_README -%%PORTDOCS%%share/doc/postfix/NFS_README -%%PORTDOCS%%share/doc/postfix/PACKAGE_README -%%PORTDOCS%%share/doc/postfix/PCRE_README -%%PORTDOCS%%share/doc/postfix/QMQP_README -%%PORTDOCS%%share/doc/postfix/RESTRICTION_CLASS_README -%%PORTDOCS%%share/doc/postfix/SASL_README -%%PORTDOCS%%share/doc/postfix/ULTRIX_README -%%PORTDOCS%%share/doc/postfix/UUCP_README -%%PORTDOCS%%share/doc/postfix/VERP_README -%%PORTDOCS%%share/doc/postfix/VIRTUAL_README -%%PORTDOCS%%share/doc/postfix/access.5.html -%%PORTDOCS%%share/doc/postfix/aliases.5.html -%%PORTDOCS%%share/doc/postfix/architecture.html -%%PORTDOCS%%share/doc/postfix/backstage.html -%%PORTDOCS%%share/doc/postfix/basic.html -%%PORTDOCS%%share/doc/postfix/big-picture.gif -%%PORTDOCS%%share/doc/postfix/big-picture.html -%%PORTDOCS%%share/doc/postfix/bounce.8.html -%%PORTDOCS%%share/doc/postfix/canonical.5.html -%%PORTDOCS%%share/doc/postfix/cleanup.8.html -%%PORTDOCS%%share/doc/postfix/commands.html -%%PORTDOCS%%share/doc/postfix/defer.8.html -%%PORTDOCS%%share/doc/postfix/delivering.html -%%PORTDOCS%%share/doc/postfix/error.8.html -%%PORTDOCS%%share/doc/postfix/faq.html -%%PORTDOCS%%share/doc/postfix/flush.8.html -%%PORTDOCS%%share/doc/postfix/goals.html -%%PORTDOCS%%share/doc/postfix/inbound.gif -%%PORTDOCS%%share/doc/postfix/index.html -%%PORTDOCS%%share/doc/postfix/lmtp.8.html -%%PORTDOCS%%share/doc/postfix/local.8.html -%%PORTDOCS%%share/doc/postfix/mailq.1.html -%%PORTDOCS%%share/doc/postfix/master.8.html -%%PORTDOCS%%share/doc/postfix/motivation.html -%%PORTDOCS%%share/doc/postfix/newaliases.1.html -%%PORTDOCS%%share/doc/postfix/nqmgr.8.html -%%PORTDOCS%%share/doc/postfix/outbound.gif -%%PORTDOCS%%share/doc/postfix/pcre_table.5.html -%%PORTDOCS%%share/doc/postfix/pickup.8.html -%%PORTDOCS%%share/doc/postfix/pipe.8.html -%%PORTDOCS%%share/doc/postfix/postalias.1.html -%%PORTDOCS%%share/doc/postfix/postcat.1.html -%%PORTDOCS%%share/doc/postfix/postconf.1.html -%%PORTDOCS%%share/doc/postfix/postdrop.1.html -%%PORTDOCS%%share/doc/postfix/postfix.1.html -%%PORTDOCS%%share/doc/postfix/postkick.1.html -%%PORTDOCS%%share/doc/postfix/postlock.1.html -%%PORTDOCS%%share/doc/postfix/postlog.1.html -%%PORTDOCS%%share/doc/postfix/postmap.1.html -%%PORTDOCS%%share/doc/postfix/postqueue.1.html -%%PORTDOCS%%share/doc/postfix/postsuper.1.html -%%PORTDOCS%%share/doc/postfix/qmgr.8.html -%%PORTDOCS%%share/doc/postfix/qmqpd.8.html -%%PORTDOCS%%share/doc/postfix/queuing.html -%%PORTDOCS%%share/doc/postfix/rate.html -%%PORTDOCS%%share/doc/postfix/receiving.html -%%PORTDOCS%%share/doc/postfix/regexp_table.5.html -%%PORTDOCS%%share/doc/postfix/relocated.5.html -%%PORTDOCS%%share/doc/postfix/resource.html -%%PORTDOCS%%share/doc/postfix/rewrite.html -%%PORTDOCS%%share/doc/postfix/security.html -%%PORTDOCS%%share/doc/postfix/sendmail.1.html -%%PORTDOCS%%share/doc/postfix/showq.8.html -%%PORTDOCS%%share/doc/postfix/small-picture.gif -%%PORTDOCS%%share/doc/postfix/smtp.8.html -%%PORTDOCS%%share/doc/postfix/smtpd.8.html -%%PORTDOCS%%share/doc/postfix/spawn.8.html -%%PORTDOCS%%share/doc/postfix/transport.5.html -%%PORTDOCS%%share/doc/postfix/trivial-rewrite.8.html -%%PORTDOCS%%share/doc/postfix/uce.html -%%PORTDOCS%%share/doc/postfix/virtual.5.html -%%PORTDOCS%%share/doc/postfix/virtual.8.html -%%PORTDOCS%%@dirrm share/doc/postfix -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix25/scripts/configure b/mail/postfix25/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix25/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix25/scripts/configure.postfix b/mail/postfix25/scripts/configure.postfix deleted file mode 100644 index 655b4bce7922..000000000000 --- a/mail/postfix25/scripts/configure.postfix +++ /dev/null @@ -1,164 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.24 2002-08-26 21:33:57 dwcjr Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -else - set PCRE -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -PCRE "Perl Compatible Regular Expressions" "$status_PCRE" \ -SASL "Cyrus SASL (Simple Authentication and Security Layer)" "$status_SASL" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL map lookups" "$status_PgSQL" \ -OpenLDAP "OpenLDAP map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -TLS "Secure Sockets Layer and Transport Layer Security" "$status_TLS" \ -IPv6 "IPv6 support (not KAME official)" "$status_IPv6" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " - -for i; do - case $i in - PCRE) - echo "LIB_DEPENDS+= pcre.0:\${PORTSDIR}/devel/pcre" - echo "POSTFIX_CCARGS+= -DHAS_PCRE -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lpcre" - echo "PCRE_SUFFIX= +pcre" - SUB_PCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - else - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - echo ".if exists(/usr/lib/libkrb.a)" - echo "POSTFIX_AUXLIBS+= -lkrb -ldes -lcom_err" - echo ".endif" - SUB_SASL="" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" - echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.11a-1.1.11-0.9.6g/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB3_SUFFIX= +db3" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PGSQL_SUFFIX= +pgsql" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-1.1.8.patch" - echo "PATCH_DIST_STRIP= -p1" - ;; - OpenLDAP) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ `uname -m` != "i386" ]; then - /usr/bin/dialog --msgbox "IPv6 patch currently only supported on i386!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - if [ -z $SUB_TLS ]; then - /usr/bin/dialog --msgbox "IPv6 and TLS patch cannot be used simultaneously!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.cyber-magic.org/~taka/misc/" - echo "PATCHFILES+= postfix-1.1.11+ipv6.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - ;; - "") - ;; - *) - echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${PCRE_SUFFIX}\${SASL_SUFFIX}\${DB3_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix25/scripts/fix-files-list b/mail/postfix25/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix25/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile deleted file mode 100644 index 6b47f15e39d2..000000000000 --- a/mail/postfix26/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 PCRE" -# -# the options are the same names as in the scripts/configure.postfix file - -PORTNAME= postfix -PORTVERSION= 1.1.11 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= khera@kciLink.com - -USE_SUBMAKE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 qmgr.8 qmqpd.8 showq.8 smtp.8 \ - smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; sh postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix26/distinfo b/mail/postfix26/distinfo deleted file mode 100644 index 379358ed4749..000000000000 --- a/mail/postfix26/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (postfix/postfix-1.1.11.tar.gz) = b34bb2b5018327c19456a77814141208 -MD5 (postfix/pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz) = 11d82e9a3482f64af9d228f7a4319566 -MD5 (postfix/postfix-1.1.11+ipv6.patch.gz) = dc2a6362518025583a17305607eb8f0e -MD5 (postfix/postfix-pg.postfix-1.1.8.patch) = e0f4d910a6d6648d9b48e2244f2764ba diff --git a/mail/postfix26/files/patch-aa b/mail/postfix26/files/patch-aa deleted file mode 100644 index 51b40396bd5e..000000000000 --- a/mail/postfix26/files/patch-aa +++ /dev/null @@ -1,86 +0,0 @@ -*** ./conf/main.cf.orig Fri Jan 4 13:09:04 2002 ---- ./conf/main.cf Tue Jan 8 22:41:50 2002 -*************** -*** 31,44 **** - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = /usr/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = /usr/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # ---- 31,44 ---- - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -*************** -*** 325,332 **** - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/spool/mail/user or /var/mail/user. Specify -! # "Maildir/" for qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ ---- 325,332 ---- - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/mail/user. Specify "Maildir/" for -! # qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ -*************** -*** 424,430 **** - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:/etc/postfix/header_checks - - # FAST ETRN SERVICE - # ---- 424,430 ---- - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - - # FAST ETRN SERVICE - # -*************** -*** 525,531 **** - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = - - # manpage_path: The location of the Postfix on-line manual pages. - # ---- 525,531 ---- - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = maildrop - - # manpage_path: The location of the Postfix on-line manual pages. - # diff --git a/mail/postfix26/files/patch-ab b/mail/postfix26/files/patch-ab deleted file mode 100644 index 7c81d3dc12c9..000000000000 --- a/mail/postfix26/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/canonical.orig Tue Mar 7 10:42:58 2000 ---- ./conf/canonical Thu Jun 1 21:53:23 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/canonical - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/canonical - # diff --git a/mail/postfix26/files/patch-ac b/mail/postfix26/files/patch-ac deleted file mode 100644 index 0fb2192cdd84..000000000000 --- a/mail/postfix26/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/access.orig Tue Mar 7 10:42:58 2000 ---- ./conf/access Thu Jun 1 21:53:36 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/access - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/access - # diff --git a/mail/postfix26/files/patch-ad b/mail/postfix26/files/patch-ad deleted file mode 100644 index c1b102574165..000000000000 --- a/mail/postfix26/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/pcre_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/pcre_table Thu Jun 1 22:02:08 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix26/files/patch-ae b/mail/postfix26/files/patch-ae deleted file mode 100644 index e396dd8626db..000000000000 --- a/mail/postfix26/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/regexp_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/regexp_table Thu Jun 1 22:03:27 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix26/files/patch-af b/mail/postfix26/files/patch-af deleted file mode 100644 index 8fca6b208941..000000000000 --- a/mail/postfix26/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/relocated.orig Tue Mar 7 10:42:58 2000 ---- ./conf/relocated Thu Jun 1 22:03:59 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/relocated - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/relocated - # diff --git a/mail/postfix26/files/patch-ag b/mail/postfix26/files/patch-ag deleted file mode 100644 index 54c0fa918d3b..000000000000 --- a/mail/postfix26/files/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ -*** ./conf/sample-auth.cf.orig Sun May 28 17:55:19 2000 ---- ./conf/sample-auth.cf Thu Jun 1 22:05:32 2000 -*************** -*** 91,95 **** - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in /etc/postfix. - # -! smtp_sasl_password_maps = hash:/etc/postfix/saslpass - ---- 91,95 ---- - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in !!PREFIX!!/etc/postfix. - # -! smtp_sasl_password_maps = hash:!!PREFIX!!/etc/postfix/saslpass - diff --git a/mail/postfix26/files/patch-ah b/mail/postfix26/files/patch-ah deleted file mode 100644 index a8c70a15a78d..000000000000 --- a/mail/postfix26/files/patch-ah +++ /dev/null @@ -1,44 +0,0 @@ -*** ./conf/sample-canonical.cf.orig Thu Sep 23 14:10:38 1999 ---- ./conf/sample-canonical.cf Thu Jun 1 22:07:23 2000 -*************** -*** 14,16 **** - # -! # If you use this feature, run "postmap /etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes ---- 14,16 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes -*************** -*** 19,24 **** - # -! #canonical_maps = dbm:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:/etc/postfix/canonical, netinfo:/canonical - canonical_maps = ---- 19,24 ---- - # -! #canonical_maps = dbm:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, netinfo:/canonical - canonical_maps = -*************** -*** 32,34 **** - # -! #recipient_canonical_maps = hash:/etc/postfix/recipient_canonical - recipient_canonical_maps = ---- 32,34 ---- - # -! #recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical - recipient_canonical_maps = -*************** -*** 46,48 **** - # -! #sender_canonical_maps = hash:/etc/postfix/sender_canonical - sender_canonical_maps = ---- 46,48 ---- - # -! #sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical - sender_canonical_maps = diff --git a/mail/postfix26/files/patch-ai b/mail/postfix26/files/patch-ai deleted file mode 100644 index f7aa2fd5f4c6..000000000000 --- a/mail/postfix26/files/patch-ai +++ /dev/null @@ -1,18 +0,0 @@ -*** ./conf/sample-filter.cf.orig Mon May 29 11:30:44 2000 ---- ./conf/sample-filter.cf Thu Jun 1 22:07:58 2000 -*************** -*** 15,17 **** - # -! header_checks = regexp:/etc/postfix/header_checks - ---- 15,17 ---- - # -! header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - -*************** -*** 26,27 **** - # -! body_checks = regexp:/etc/postfix/body_checks ---- 26,27 ---- - # -! body_checks = regexp:!!PREFIX!!/etc/postfix/body_checks diff --git a/mail/postfix26/files/patch-aj b/mail/postfix26/files/patch-aj deleted file mode 100644 index 241d48132551..000000000000 --- a/mail/postfix26/files/patch-aj +++ /dev/null @@ -1,24 +0,0 @@ -*** ./conf/sample-misc.cf.orig Thu Sep 23 14:10:52 1999 ---- ./conf/sample-misc.cf Thu Jun 1 22:09:39 2000 -*************** -*** 220,222 **** - # -! program_directory = /usr/libexec/postfix - ---- 220,222 ---- - # -! program_directory = !!PREFIX!!/libexec/postfix - -*************** -*** 263,267 **** - # Specify the types and names of databases to use. After change, -! # run "postmap /etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:/etc/postfix/relocated - relocated_maps = ---- 263,267 ---- - # Specify the types and names of databases to use. After change, -! # run "postmap !!PREFIX!!/etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated - relocated_maps = diff --git a/mail/postfix26/files/patch-ak b/mail/postfix26/files/patch-ak deleted file mode 100644 index 250dd411a4bd..000000000000 --- a/mail/postfix26/files/patch-ak +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-relocated.cf.orig Thu Sep 23 14:11:17 1999 ---- ./conf/sample-relocated.cf Thu Jun 1 22:10:43 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix -*************** -*** 16,21 **** - # -! #relocated_maps = dbm:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:/etc/postfix/relocated, netinfo:/relocated - relocated_maps = ---- 16,21 ---- - # -! #relocated_maps = dbm:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, netinfo:/relocated - relocated_maps = diff --git a/mail/postfix26/files/patch-al b/mail/postfix26/files/patch-al deleted file mode 100644 index 799206da0c96..000000000000 --- a/mail/postfix26/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/sample-smtpd.cf.orig Mon Dec 27 19:41:37 1999 ---- ./conf/sample-smtpd.cf Thu Jun 1 22:11:22 2000 -*************** -*** 183,185 **** - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:/etc/postfix/access - smtpd_sender_restrictions = ---- 183,185 ---- - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:!!PREFIX!!/etc/postfix/access - smtpd_sender_restrictions = diff --git a/mail/postfix26/files/patch-am b/mail/postfix26/files/patch-am deleted file mode 100644 index 2d395fa9ca03..000000000000 --- a/mail/postfix26/files/patch-am +++ /dev/null @@ -1,23 +0,0 @@ -*** ./conf/sample-transport.cf.orig Thu Dec 23 10:50:00 1999 ---- ./conf/sample-transport.cf Thu Jun 1 22:13:09 2000 -*************** -*** 10,18 **** - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap /etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport, nis:transport -! #transport_maps = hash:/etc/postfix/transport, netinfo:/transport - transport_maps = ---- 10,18 ---- - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap !!PREFIX!!/etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, nis:transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, netinfo:/transport - transport_maps = diff --git a/mail/postfix26/files/patch-an b/mail/postfix26/files/patch-an deleted file mode 100644 index af5ac7cc031b..000000000000 --- a/mail/postfix26/files/patch-an +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-virtual.cf.orig Mon Dec 20 21:00:42 1999 ---- ./conf/sample-virtual.cf Thu Jun 1 22:13:32 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/virtual" to - # build the necessary DBM or DB file after change. ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/virtual" to - # build the necessary DBM or DB file after change. -*************** -*** 18,23 **** - # -! #virtual_maps = dbm:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:/etc/postfix/virtual, netinfo:/virtual - virtual_maps = ---- 18,23 ---- - # -! #virtual_maps = dbm:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, netinfo:/virtual - virtual_maps = diff --git a/mail/postfix26/files/patch-ao b/mail/postfix26/files/patch-ao deleted file mode 100644 index fd854e181601..000000000000 --- a/mail/postfix26/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/transport.orig Tue Mar 7 10:42:58 2000 ---- ./conf/transport Thu Jun 1 22:13:41 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/transport - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/transport - # diff --git a/mail/postfix26/files/patch-ap b/mail/postfix26/files/patch-ap deleted file mode 100644 index 4598192cd5c1..000000000000 --- a/mail/postfix26/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/virtual.orig Tue Mar 7 10:42:59 2000 ---- ./conf/virtual Thu Jun 1 22:13:54 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/virtual - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/virtual - # diff --git a/mail/postfix26/files/patch-ba b/mail/postfix26/files/patch-ba deleted file mode 100644 index ccb54ec60a7a..000000000000 --- a/mail/postfix26/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ -*** ./html/mailq.1.html.orig Sat Apr 22 20:28:36 2000 ---- ./html/mailq.1.html Thu Jun 1 22:19:24 2000 -*************** -*** 83,85 **** - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>/etc/postfix</b>. - ---- 83,85 ---- - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>!!PREFIX!!/etc/postfix</b>. - -*************** -*** 231,233 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 231,233 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix26/files/patch-bb b/mail/postfix26/files/patch-bb deleted file mode 100644 index ea744664dfa7..000000000000 --- a/mail/postfix26/files/patch-bb +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/access.5.html.orig Tue Nov 21 21:24:13 2000 -+++ ./html/access.5.html Tue Nov 21 21:24:34 2000 -@@ -9,7 +9,7 @@ - access - format of Postfix access table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/access</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> - - <b>DESCRIPTION</b> - The optional <b>access</b> table directs the Postfix SMTP server -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/access</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> in order to rebuild the - indexed file after changing the access table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix26/files/patch-bc b/mail/postfix26/files/patch-bc deleted file mode 100644 index e407a9650585..000000000000 --- a/mail/postfix26/files/patch-bc +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/canonical.5.html.orig Tue Nov 21 21:32:38 2000 -+++ ./html/canonical.5.html Tue Nov 21 21:33:21 2000 -@@ -9,7 +9,7 @@ - canonical - format of Postfix canonical table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/canonical</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> - - <b>DESCRIPTION</b> - The optional <b>canonical</b> table specifies an address mapping -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/canonical</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix26/files/patch-bd b/mail/postfix26/files/patch-bd deleted file mode 100644 index ce79695f1341..000000000000 --- a/mail/postfix26/files/patch-bd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/local.8.html.orig Thu Feb 3 21:15:02 2000 ---- ./html/local.8.html Thu Jun 1 22:22:30 2000 -*************** -*** 99,101 **** - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i> or <b>/var/spool/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> ---- 99,101 ---- - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> diff --git a/mail/postfix26/files/patch-be b/mail/postfix26/files/patch-be deleted file mode 100644 index bef6a3bfaf73..000000000000 --- a/mail/postfix26/files/patch-be +++ /dev/null @@ -1,10 +0,0 @@ ---- ./html/faq.html.orig Sat Oct 28 23:34:51 2000 -+++ ./html/faq.html Sat Oct 28 23:36:04 2000 -@@ -2572,7 +2572,7 @@ - - Answer: instead of using <b>/usr/include/ndbm.h</b>, you're building - Postfix with some incompatible third-party file, typically --<b>/usr/local/include/ndbm.h</b>. -+<b>!!PREFIX!!/include/ndbm.h</b>. - - <p> diff --git a/mail/postfix26/files/patch-bf b/mail/postfix26/files/patch-bf deleted file mode 100644 index d652e1e567b3..000000000000 --- a/mail/postfix26/files/patch-bf +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/cleanup.8.html.orig Sun May 28 21:58:41 2000 ---- ./html/cleanup.8.html Thu Jun 1 22:29:04 2000 -*************** -*** 174,177 **** - <b>FILES</b> -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - ---- 174,177 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - diff --git a/mail/postfix26/files/patch-bg b/mail/postfix26/files/patch-bg deleted file mode 100644 index ce2454eaef01..000000000000 --- a/mail/postfix26/files/patch-bg +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/master.8.html.orig Tue Mar 7 10:48:56 2000 ---- ./html/master.8.html Thu Jun 1 22:29:24 2000 -*************** -*** 148,151 **** - <b>FILES</b> -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 148,151 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix26/files/patch-bh b/mail/postfix26/files/patch-bh deleted file mode 100644 index a20232e6796a..000000000000 --- a/mail/postfix26/files/patch-bh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/goals.html.orig Sun May 9 15:44:18 1999 ---- ./html/goals.html Thu Jun 1 22:30:14 2000 -*************** -*** 45,47 **** - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var[/spool]/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. ---- 45,47 ---- - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. diff --git a/mail/postfix26/files/patch-bi b/mail/postfix26/files/patch-bi deleted file mode 100644 index 7e4acdb0c126..000000000000 --- a/mail/postfix26/files/patch-bi +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/postdrop.1.html.orig Mon May 3 15:05:12 1999 ---- ./html/postdrop.1.html Thu Jun 1 22:30:47 2000 -*************** -*** 48,50 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 48,50 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix26/files/patch-bj b/mail/postfix26/files/patch-bj deleted file mode 100644 index 00e78d01ba5a..000000000000 --- a/mail/postfix26/files/patch-bj +++ /dev/null @@ -1,42 +0,0 @@ -*** ./html/uce.html.orig Fri Dec 31 15:06:07 1999 ---- ./html/uce.html Thu Jun 1 22:31:37 2000 -*************** -*** 126,130 **** - -! <dd> <b>header_checks = regexp:/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:/etc/postfix/header_checks</b> - ---- 126,130 ---- - -! <dd> <b>header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:!!PREFIX!!/etc/postfix/header_checks</b> - -*************** -*** 169,171 **** - -! <dd> <b>smtpd_client_restrictions = hash:/etc/postfix/access, - reject_maps_rbl</b> ---- 169,171 ---- - -! <dd> <b>smtpd_client_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_maps_rbl</b> -*************** -*** 474,476 **** - -! <dd> <b>smtpd_sender_restrictions = hash:/etc/postfix/access, - reject_unknown_sender_domain</b> ---- 474,476 ---- - -! <dd> <b>smtpd_sender_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_unknown_sender_domain</b> -*************** -*** 856,858 **** - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:/etc/postfix/etrn_access, reject</b> - ---- 856,858 ---- - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:!!PREFIX!!/etc/postfix/etrn_access, reject</b> - diff --git a/mail/postfix26/files/patch-bk b/mail/postfix26/files/patch-bk deleted file mode 100644 index 62a0573559ae..000000000000 --- a/mail/postfix26/files/patch-bk +++ /dev/null @@ -1,29 +0,0 @@ -*** ./html/rate.html.orig Wed Mar 17 17:55:22 1999 ---- ./html/rate.html Thu Jun 1 22:32:19 2000 -*************** -*** 224,226 **** - -! <dt>/etc/postfix/main.cf: - ---- 224,226 ---- - -! <dt>!!PREFIX!!/etc/postfix/main.cf: - -*************** -*** 237,239 **** - -! <dt>/etc/postfix/<a href="transport.5.html">transport</a>: - ---- 237,239 ---- - -! <dt>!!PREFIX!!/etc/postfix/<a href="transport.5.html">transport</a>: - -*************** -*** 253,255 **** - -! <dt>/etc/postfix/master.cf: - ---- 253,255 ---- - -! <dt>!!PREFIX!!/etc/postfix/master.cf: - diff --git a/mail/postfix26/files/patch-bl b/mail/postfix26/files/patch-bl deleted file mode 100644 index 176c7d1b64de..000000000000 --- a/mail/postfix26/files/patch-bl +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/regexp_table.5.html.orig Sat Apr 22 20:28:38 2000 ---- ./html/regexp_table.5.html Thu Jun 1 22:32:44 2000 -*************** -*** 11,13 **** - <b>SYNOPSIS</b> -! regexp:/etc/postfix/filename - ---- 11,13 ---- - <b>SYNOPSIS</b> -! regexp:!!PREFIX!!/etc/postfix/filename - diff --git a/mail/postfix26/files/patch-bm b/mail/postfix26/files/patch-bm deleted file mode 100644 index e5ccc2c50b94..000000000000 --- a/mail/postfix26/files/patch-bm +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/relocated.5.html.orig Tue Nov 21 21:37:54 2000 -+++ ./html/relocated.5.html Tue Nov 21 21:38:08 2000 -@@ -9,7 +9,7 @@ - relocated - format of Postfix relocated table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/relocated</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> - - <b>DESCRIPTION</b> - The optional <b>relocated</b> table provides the information that -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/relocated</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> in order to rebuild the - indexed file after changing the relocated table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix26/files/patch-bn b/mail/postfix26/files/patch-bn deleted file mode 100644 index 21e69dcaa40c..000000000000 --- a/mail/postfix26/files/patch-bn +++ /dev/null @@ -1,56 +0,0 @@ -*** ./html/rewrite.html.orig Sat May 8 17:51:41 1999 ---- ./html/rewrite.html Thu Jun 1 22:34:21 2000 -*************** -*** 194,196 **** - -! <dd><b>canonical_maps = hash:/etc/postfix/canonical</b> - ---- 194,196 ---- - -! <dd><b>canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical</b> - -*************** -*** 207,209 **** - -! <dd><b>sender_canonical_maps = hash:/etc/postfix/sender_canonical</b> - ---- 207,209 ---- - -! <dd><b>sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical</b> - -*************** -*** 211,213 **** - -! <dd><b>recipient_canonical_maps = hash:/etc/postfix/recipient_canonical</b> - ---- 211,213 ---- - -! <dd><b>recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical</b> - -*************** -*** 295,297 **** - -! <dd><b>virtual_maps = hash:/etc/postfix/virtual</b> - ---- 295,297 ---- - -! <dd><b>virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual</b> - -*************** -*** 323,325 **** - -! <dd><b>relocated_maps = hash:/etc/postfix/relocated</b> - ---- 323,325 ---- - -! <dd><b>relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated</b> - -*************** -*** 348,350 **** - -! <dd><b>transport_maps = hash:/etc/postfix/transport</b> - ---- 348,350 ---- - -! <dd><b>transport_maps = hash:!!PREFIX!!/etc/postfix/transport</b> - diff --git a/mail/postfix26/files/patch-bo b/mail/postfix26/files/patch-bo deleted file mode 100644 index b45270be8151..000000000000 --- a/mail/postfix26/files/patch-bo +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/transport.5.html.orig Tue Nov 21 21:43:00 2000 -+++ ./html/transport.5.html Tue Nov 21 21:43:20 2000 -@@ -9,7 +9,7 @@ - transport - format of Postfix transport table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/transport</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> - - <b>DESCRIPTION</b> - The optional <b>transport</b> table specifies a mapping from -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/transport</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> in order to rebuild the - indexed file after changing the transport table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix26/files/patch-bp b/mail/postfix26/files/patch-bp deleted file mode 100644 index 5206bfd4bfd0..000000000000 --- a/mail/postfix26/files/patch-bp +++ /dev/null @@ -1,43 +0,0 @@ ---- ./html/virtual.5.html.orig Tue Nov 21 21:46:50 2000 -+++ ./html/virtual.5.html Tue Nov 21 21:47:17 2000 -@@ -9,7 +9,7 @@ - virtual - format of Postfix virtual table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/virtual</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> - - <b>DESCRIPTION</b> - The optional <b>virtual</b> table specifies address redirections -@@ -27,7 +27,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/virtual</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, -@@ -52,7 +52,7 @@ - - Support for a Postfix-style virtual domain looks like: - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>virtual.domain</i> <i>anything</i> (right-hand content does not matter) - <i>postmaster@virtual.domain</i> <i>postmaster</i> - <i>user1@virtual.domain</i> <i>address1</i> -@@ -94,11 +94,11 @@ - - Support for a Sendmail-style virtual domain looks like: - -- /etc/postfix/main.cf: -+ !!PREFIX!!/etc/postfix/main.cf: - mydestination = $myhostname localhost.$mydomain $mydomain - <i>virtual.domain</i> - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>user1@virtual.domain</i> <i>address1</i> - <i>user2@virtual.domain</i> <i>address2,</i> <i>address3</i> - diff --git a/mail/postfix26/files/patch-ca b/mail/postfix26/files/patch-ca deleted file mode 100644 index 86d56f80be30..000000000000 --- a/mail/postfix26/files/patch-ca +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man1/postdrop.1.orig Mon May 3 15:03:29 1999 ---- ./man/man1/postdrop.1 Thu Jun 1 22:38:54 2000 -*************** -*** 53,55 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 53,55 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix26/files/patch-cb b/mail/postfix26/files/patch-cb deleted file mode 100644 index 58559c7273d1..000000000000 --- a/mail/postfix26/files/patch-cb +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man1/sendmail.1.orig Thu Mar 30 14:05:28 2000 ---- ./man/man1/sendmail.1 Thu Jun 1 22:39:16 2000 -*************** -*** 63,65 **** - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR ---- 63,65 ---- - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB!!PREFIX!!/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR -*************** -*** 173,175 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 173,175 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix26/files/patch-cc b/mail/postfix26/files/patch-cc deleted file mode 100644 index cd6946003217..000000000000 --- a/mail/postfix26/files/patch-cc +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/pcre_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/pcre_table.5 Thu Jun 1 22:39:34 2000 -*************** -*** 10,12 **** - .nf -! pcre:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! pcre:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix26/files/patch-cd b/mail/postfix26/files/patch-cd deleted file mode 100644 index b51de44d0bee..000000000000 --- a/mail/postfix26/files/patch-cd +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/access.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/access.5 Thu Jun 1 22:39:55 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/access\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. diff --git a/mail/postfix26/files/patch-ce b/mail/postfix26/files/patch-ce deleted file mode 100644 index f77053f8b3aa..000000000000 --- a/mail/postfix26/files/patch-ce +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/canonical.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/canonical.5 Thu Jun 1 22:40:18 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/canonical\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. diff --git a/mail/postfix26/files/patch-cf b/mail/postfix26/files/patch-cf deleted file mode 100644 index 28fb053b94a7..000000000000 --- a/mail/postfix26/files/patch-cf +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/regexp_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/regexp_table.5 Thu Jun 1 22:40:43 2000 -*************** -*** 10,12 **** - .nf -! regexp:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! regexp:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix26/files/patch-cg b/mail/postfix26/files/patch-cg deleted file mode 100644 index 0ae82cc57669..000000000000 --- a/mail/postfix26/files/patch-cg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/relocated.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/relocated.5 Thu Jun 1 22:41:05 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/relocated\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - .SH DESCRIPTION -*************** -*** 20,22 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. ---- 20,22 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. diff --git a/mail/postfix26/files/patch-ch b/mail/postfix26/files/patch-ch deleted file mode 100644 index 3ed047ea474c..000000000000 --- a/mail/postfix26/files/patch-ch +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/transport.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/transport.5 Thu Jun 1 22:41:26 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/transport\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. ---- 21,23 ---- - for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. diff --git a/mail/postfix26/files/patch-ci b/mail/postfix26/files/patch-ci deleted file mode 100644 index 1a7cf4abbac7..000000000000 --- a/mail/postfix26/files/patch-ci +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/virtual.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/virtual.5 Thu Jun 1 22:41:51 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/virtual\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - .SH DESCRIPTION -*************** -*** 26,28 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. ---- 26,28 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. diff --git a/mail/postfix26/files/patch-cj b/mail/postfix26/files/patch-cj deleted file mode 100644 index 50448f2ec26d..000000000000 --- a/mail/postfix26/files/patch-cj +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/cleanup.8.orig Sun May 28 21:58:32 2000 ---- ./man/man8/cleanup.8 Thu Jun 1 22:42:21 2000 -*************** -*** 136,139 **** - .nf -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - .SH LICENSE ---- 136,139 ---- - .nf -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - .SH LICENSE diff --git a/mail/postfix26/files/patch-ck b/mail/postfix26/files/patch-ck deleted file mode 100644 index 6e1ddce3c8f9..000000000000 --- a/mail/postfix26/files/patch-ck +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man8/local.8.orig Thu Feb 3 21:14:53 2000 ---- ./man/man8/local.8 Thu Jun 1 22:42:43 2000 -*************** -*** 96,98 **** - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR ---- 96,98 ---- - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR diff --git a/mail/postfix26/files/patch-cl b/mail/postfix26/files/patch-cl deleted file mode 100644 index 44c8a3a7aae0..000000000000 --- a/mail/postfix26/files/patch-cl +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/master.8.orig Tue Mar 7 10:48:19 2000 ---- ./man/man8/master.8 Thu Jun 1 22:43:02 2000 -*************** -*** 120,123 **** - .nf -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 120,123 ---- - .nf -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix26/files/patch-da b/mail/postfix26/files/patch-da deleted file mode 100644 index e57e31750d18..000000000000 --- a/mail/postfix26/files/patch-da +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/regexp_table.orig Wed Mar 8 19:18:20 2000 ---- ./proto/regexp_table Thu Jun 1 22:44:43 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix26/files/patch-db b/mail/postfix26/files/patch-db deleted file mode 100644 index 7f89fb770783..000000000000 --- a/mail/postfix26/files/patch-db +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/access.orig Sun Apr 9 16:44:45 2000 ---- ./proto/access Thu Jun 1 22:45:05 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/access\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. diff --git a/mail/postfix26/files/patch-dc b/mail/postfix26/files/patch-dc deleted file mode 100644 index 786f2da45c32..000000000000 --- a/mail/postfix26/files/patch-dc +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/canonical.orig Sun Apr 9 16:43:37 2000 ---- ./proto/canonical Thu Jun 1 22:45:28 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/canonical\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. diff --git a/mail/postfix26/files/patch-dd b/mail/postfix26/files/patch-dd deleted file mode 100644 index b65a57ff7d57..000000000000 --- a/mail/postfix26/files/patch-dd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/pcre_table.orig Wed Mar 8 19:18:11 2000 ---- ./proto/pcre_table Thu Jun 1 22:45:41 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix26/files/patch-de b/mail/postfix26/files/patch-de deleted file mode 100644 index 73bb2af2261d..000000000000 --- a/mail/postfix26/files/patch-de +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/relocated.orig Sun Apr 9 16:47:31 2000 ---- ./proto/relocated Thu Jun 1 22:46:02 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/relocated\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - # DESCRIPTION -*************** -*** 14,16 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. ---- 14,16 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. diff --git a/mail/postfix26/files/patch-df b/mail/postfix26/files/patch-df deleted file mode 100644 index 8d3fba96a224..000000000000 --- a/mail/postfix26/files/patch-df +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/transport.orig Sun Apr 9 17:05:45 2000 ---- ./proto/transport Thu Jun 1 22:46:23 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/transport\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - # DESCRIPTION -*************** -*** 15,17 **** - # for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. ---- 15,17 ---- - # for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. diff --git a/mail/postfix26/files/patch-dg b/mail/postfix26/files/patch-dg deleted file mode 100644 index bff20a2cff3e..000000000000 --- a/mail/postfix26/files/patch-dg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/virtual.orig Sun Apr 9 17:14:14 2000 ---- ./proto/virtual Thu Jun 1 22:46:40 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/virtual\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - # DESCRIPTION -*************** -*** 20,22 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. ---- 20,22 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. diff --git a/mail/postfix26/files/patch-ea b/mail/postfix26/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix26/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix26/files/patch-eb b/mail/postfix26/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix26/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix26/files/patch-ec b/mail/postfix26/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix26/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix26/files/patch-ed b/mail/postfix26/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix26/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix26/files/patch-ee b/mail/postfix26/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix26/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix26/files/patch-ef b/mail/postfix26/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix26/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix26/files/patch-eg b/mail/postfix26/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix26/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix26/files/patch-eh b/mail/postfix26/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix26/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix26/files/patch-ei b/mail/postfix26/files/patch-ei deleted file mode 100644 index 8f03b69ccc52..000000000000 --- a/mail/postfix26/files/patch-ei +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000 ---- ./src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix26/files/patch-ej b/mail/postfix26/files/patch-ej deleted file mode 100644 index 329d7bb1cf96..000000000000 --- a/mail/postfix26/files/patch-ej +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000 ---- ./src/smtp/smtp.h Thu Sep 14 13:04:53 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix26/files/patch-lmtp.h b/mail/postfix26/files/patch-lmtp.h deleted file mode 100644 index 86d5975b2b4d..000000000000 --- a/mail/postfix26/files/patch-lmtp.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001 -+++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001 -@@ -12,8 +12,8 @@ - * SASL library. - */ - #ifdef USE_SASL_AUTH --#include <sasl.h> --#include <saslutil.h> -+#include <sasl1/sasl.h> -+#include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix26/files/patch-post-install b/mail/postfix26/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix26/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix26/pkg-comment b/mail/postfix26/pkg-comment deleted file mode 100644 index f2bec12d80ca..000000000000 --- a/mail/postfix26/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An alternative to widely-used Sendmail diff --git a/mail/postfix26/pkg-descr b/mail/postfix26/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix26/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix26/pkg-install b/mail/postfix26/pkg-install deleted file mode 100644 index 1ef1fb5b2089..000000000000 --- a/mail/postfix26/pkg-install +++ /dev/null @@ -1,169 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" n; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix26/pkg-message b/mail/postfix26/pkg-message deleted file mode 100644 index a7ae2b17e2a6..000000000000 --- a/mail/postfix26/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - - -Also, you may wish to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). diff --git a/mail/postfix26/pkg-plist b/mail/postfix26/pkg-plist deleted file mode 100644 index 5b6c3c55d5b6..000000000000 --- a/mail/postfix26/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%share/doc/postfix/DB_README -%%PORTDOCS%%share/doc/postfix/DEBUG_README -%%PORTDOCS%%share/doc/postfix/ETRN_README -%%PORTDOCS%%share/doc/postfix/FILTER_README -%%PORTDOCS%%share/doc/postfix/INSTALL -%%PORTDOCS%%share/doc/postfix/LDAP_README -%%PORTDOCS%%share/doc/postfix/LINUX_README -%%PORTDOCS%%share/doc/postfix/LMTP_README -%%PORTDOCS%%share/doc/postfix/MACOSX_README -%%PORTDOCS%%share/doc/postfix/MYSQL_README -%%PORTDOCS%%share/doc/postfix/NFS_README -%%PORTDOCS%%share/doc/postfix/PACKAGE_README -%%PORTDOCS%%share/doc/postfix/PCRE_README -%%PORTDOCS%%share/doc/postfix/QMQP_README -%%PORTDOCS%%share/doc/postfix/RESTRICTION_CLASS_README -%%PORTDOCS%%share/doc/postfix/SASL_README -%%PORTDOCS%%share/doc/postfix/ULTRIX_README -%%PORTDOCS%%share/doc/postfix/UUCP_README -%%PORTDOCS%%share/doc/postfix/VERP_README -%%PORTDOCS%%share/doc/postfix/VIRTUAL_README -%%PORTDOCS%%share/doc/postfix/access.5.html -%%PORTDOCS%%share/doc/postfix/aliases.5.html -%%PORTDOCS%%share/doc/postfix/architecture.html -%%PORTDOCS%%share/doc/postfix/backstage.html -%%PORTDOCS%%share/doc/postfix/basic.html -%%PORTDOCS%%share/doc/postfix/big-picture.gif -%%PORTDOCS%%share/doc/postfix/big-picture.html -%%PORTDOCS%%share/doc/postfix/bounce.8.html -%%PORTDOCS%%share/doc/postfix/canonical.5.html -%%PORTDOCS%%share/doc/postfix/cleanup.8.html -%%PORTDOCS%%share/doc/postfix/commands.html -%%PORTDOCS%%share/doc/postfix/defer.8.html -%%PORTDOCS%%share/doc/postfix/delivering.html -%%PORTDOCS%%share/doc/postfix/error.8.html -%%PORTDOCS%%share/doc/postfix/faq.html -%%PORTDOCS%%share/doc/postfix/flush.8.html -%%PORTDOCS%%share/doc/postfix/goals.html -%%PORTDOCS%%share/doc/postfix/inbound.gif -%%PORTDOCS%%share/doc/postfix/index.html -%%PORTDOCS%%share/doc/postfix/lmtp.8.html -%%PORTDOCS%%share/doc/postfix/local.8.html -%%PORTDOCS%%share/doc/postfix/mailq.1.html -%%PORTDOCS%%share/doc/postfix/master.8.html -%%PORTDOCS%%share/doc/postfix/motivation.html -%%PORTDOCS%%share/doc/postfix/newaliases.1.html -%%PORTDOCS%%share/doc/postfix/nqmgr.8.html -%%PORTDOCS%%share/doc/postfix/outbound.gif -%%PORTDOCS%%share/doc/postfix/pcre_table.5.html -%%PORTDOCS%%share/doc/postfix/pickup.8.html -%%PORTDOCS%%share/doc/postfix/pipe.8.html -%%PORTDOCS%%share/doc/postfix/postalias.1.html -%%PORTDOCS%%share/doc/postfix/postcat.1.html -%%PORTDOCS%%share/doc/postfix/postconf.1.html -%%PORTDOCS%%share/doc/postfix/postdrop.1.html -%%PORTDOCS%%share/doc/postfix/postfix.1.html -%%PORTDOCS%%share/doc/postfix/postkick.1.html -%%PORTDOCS%%share/doc/postfix/postlock.1.html -%%PORTDOCS%%share/doc/postfix/postlog.1.html -%%PORTDOCS%%share/doc/postfix/postmap.1.html -%%PORTDOCS%%share/doc/postfix/postqueue.1.html -%%PORTDOCS%%share/doc/postfix/postsuper.1.html -%%PORTDOCS%%share/doc/postfix/qmgr.8.html -%%PORTDOCS%%share/doc/postfix/qmqpd.8.html -%%PORTDOCS%%share/doc/postfix/queuing.html -%%PORTDOCS%%share/doc/postfix/rate.html -%%PORTDOCS%%share/doc/postfix/receiving.html -%%PORTDOCS%%share/doc/postfix/regexp_table.5.html -%%PORTDOCS%%share/doc/postfix/relocated.5.html -%%PORTDOCS%%share/doc/postfix/resource.html -%%PORTDOCS%%share/doc/postfix/rewrite.html -%%PORTDOCS%%share/doc/postfix/security.html -%%PORTDOCS%%share/doc/postfix/sendmail.1.html -%%PORTDOCS%%share/doc/postfix/showq.8.html -%%PORTDOCS%%share/doc/postfix/small-picture.gif -%%PORTDOCS%%share/doc/postfix/smtp.8.html -%%PORTDOCS%%share/doc/postfix/smtpd.8.html -%%PORTDOCS%%share/doc/postfix/spawn.8.html -%%PORTDOCS%%share/doc/postfix/transport.5.html -%%PORTDOCS%%share/doc/postfix/trivial-rewrite.8.html -%%PORTDOCS%%share/doc/postfix/uce.html -%%PORTDOCS%%share/doc/postfix/virtual.5.html -%%PORTDOCS%%share/doc/postfix/virtual.8.html -%%PORTDOCS%%@dirrm share/doc/postfix -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix26/scripts/configure b/mail/postfix26/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix26/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix26/scripts/configure.postfix b/mail/postfix26/scripts/configure.postfix deleted file mode 100644 index 6092c3d47cdf..000000000000 --- a/mail/postfix26/scripts/configure.postfix +++ /dev/null @@ -1,164 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.24 2002-08-26 21:33:57 dwcjr Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -else - set PCRE -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -PCRE "Perl Compatible Regular Expressions" "$status_PCRE" \ -SASL "Cyrus SASL (Simple Authentication and Security Layer)" "$status_SASL" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL map lookups" "$status_PgSQL" \ -OpenLDAP "OpenLDAP map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -TLS "Secure Sockets Layer and Transport Layer Security" "$status_TLS" \ -IPv6 "IPv6 support (not KAME official)" "$status_IPv6" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " - -for i; do - case $i in - PCRE) - echo "LIB_DEPENDS+= pcre.0:\${PORTSDIR}/devel/pcre" - echo "POSTFIX_CCARGS+= -DHAS_PCRE -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lpcre" - echo "PCRE_SUFFIX= +pcre" - SUB_PCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - else - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - echo ".if exists(/usr/lib/libkrb.a)" - echo "POSTFIX_AUXLIBS+= -lkrb -ldes -lcom_err" - echo ".endif" - SUB_SASL="" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" - echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.11a-1.1.11-0.9.6g/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB3_SUFFIX= +db3" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PGSQL_SUFFIX= +pgsql" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-1.1.8.patch" - echo "PATCH_DIST_STRIP= -p1" - ;; - OpenLDAP) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ `uname -m` != "i386" ]; then - /usr/bin/dialog --msgbox "IPv6 patch currently only supported on i386!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - if [ -z $SUB_TLS ]; then - /usr/bin/dialog --msgbox "IPv6 and TLS patch cannot be used simultaneously!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.cyber-magic.org/~taka/misc/" - echo "PATCHFILES+= postfix-1.1.11+ipv6.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - ;; - "") - ;; - *) - echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${PCRE_SUFFIX}\${SASL_SUFFIX}\${DB3_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix26/scripts/fix-files-list b/mail/postfix26/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix26/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile deleted file mode 100644 index 6b47f15e39d2..000000000000 --- a/mail/postfix27/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 PCRE" -# -# the options are the same names as in the scripts/configure.postfix file - -PORTNAME= postfix -PORTVERSION= 1.1.11 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= khera@kciLink.com - -USE_SUBMAKE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 qmgr.8 qmqpd.8 showq.8 smtp.8 \ - smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; sh postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix27/distinfo b/mail/postfix27/distinfo deleted file mode 100644 index 379358ed4749..000000000000 --- a/mail/postfix27/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (postfix/postfix-1.1.11.tar.gz) = b34bb2b5018327c19456a77814141208 -MD5 (postfix/pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz) = 11d82e9a3482f64af9d228f7a4319566 -MD5 (postfix/postfix-1.1.11+ipv6.patch.gz) = dc2a6362518025583a17305607eb8f0e -MD5 (postfix/postfix-pg.postfix-1.1.8.patch) = e0f4d910a6d6648d9b48e2244f2764ba diff --git a/mail/postfix27/files/patch-aa b/mail/postfix27/files/patch-aa deleted file mode 100644 index 51b40396bd5e..000000000000 --- a/mail/postfix27/files/patch-aa +++ /dev/null @@ -1,86 +0,0 @@ -*** ./conf/main.cf.orig Fri Jan 4 13:09:04 2002 ---- ./conf/main.cf Tue Jan 8 22:41:50 2002 -*************** -*** 31,44 **** - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = /usr/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = /usr/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # ---- 31,44 ---- - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -*************** -*** 325,332 **** - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/spool/mail/user or /var/mail/user. Specify -! # "Maildir/" for qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ ---- 325,332 ---- - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/mail/user. Specify "Maildir/" for -! # qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ -*************** -*** 424,430 **** - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:/etc/postfix/header_checks - - # FAST ETRN SERVICE - # ---- 424,430 ---- - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - - # FAST ETRN SERVICE - # -*************** -*** 525,531 **** - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = - - # manpage_path: The location of the Postfix on-line manual pages. - # ---- 525,531 ---- - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = maildrop - - # manpage_path: The location of the Postfix on-line manual pages. - # diff --git a/mail/postfix27/files/patch-ab b/mail/postfix27/files/patch-ab deleted file mode 100644 index 7c81d3dc12c9..000000000000 --- a/mail/postfix27/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/canonical.orig Tue Mar 7 10:42:58 2000 ---- ./conf/canonical Thu Jun 1 21:53:23 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/canonical - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/canonical - # diff --git a/mail/postfix27/files/patch-ac b/mail/postfix27/files/patch-ac deleted file mode 100644 index 0fb2192cdd84..000000000000 --- a/mail/postfix27/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/access.orig Tue Mar 7 10:42:58 2000 ---- ./conf/access Thu Jun 1 21:53:36 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/access - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/access - # diff --git a/mail/postfix27/files/patch-ad b/mail/postfix27/files/patch-ad deleted file mode 100644 index c1b102574165..000000000000 --- a/mail/postfix27/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/pcre_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/pcre_table Thu Jun 1 22:02:08 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix27/files/patch-ae b/mail/postfix27/files/patch-ae deleted file mode 100644 index e396dd8626db..000000000000 --- a/mail/postfix27/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/regexp_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/regexp_table Thu Jun 1 22:03:27 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix27/files/patch-af b/mail/postfix27/files/patch-af deleted file mode 100644 index 8fca6b208941..000000000000 --- a/mail/postfix27/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/relocated.orig Tue Mar 7 10:42:58 2000 ---- ./conf/relocated Thu Jun 1 22:03:59 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/relocated - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/relocated - # diff --git a/mail/postfix27/files/patch-ag b/mail/postfix27/files/patch-ag deleted file mode 100644 index 54c0fa918d3b..000000000000 --- a/mail/postfix27/files/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ -*** ./conf/sample-auth.cf.orig Sun May 28 17:55:19 2000 ---- ./conf/sample-auth.cf Thu Jun 1 22:05:32 2000 -*************** -*** 91,95 **** - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in /etc/postfix. - # -! smtp_sasl_password_maps = hash:/etc/postfix/saslpass - ---- 91,95 ---- - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in !!PREFIX!!/etc/postfix. - # -! smtp_sasl_password_maps = hash:!!PREFIX!!/etc/postfix/saslpass - diff --git a/mail/postfix27/files/patch-ah b/mail/postfix27/files/patch-ah deleted file mode 100644 index a8c70a15a78d..000000000000 --- a/mail/postfix27/files/patch-ah +++ /dev/null @@ -1,44 +0,0 @@ -*** ./conf/sample-canonical.cf.orig Thu Sep 23 14:10:38 1999 ---- ./conf/sample-canonical.cf Thu Jun 1 22:07:23 2000 -*************** -*** 14,16 **** - # -! # If you use this feature, run "postmap /etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes ---- 14,16 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes -*************** -*** 19,24 **** - # -! #canonical_maps = dbm:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:/etc/postfix/canonical, netinfo:/canonical - canonical_maps = ---- 19,24 ---- - # -! #canonical_maps = dbm:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, netinfo:/canonical - canonical_maps = -*************** -*** 32,34 **** - # -! #recipient_canonical_maps = hash:/etc/postfix/recipient_canonical - recipient_canonical_maps = ---- 32,34 ---- - # -! #recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical - recipient_canonical_maps = -*************** -*** 46,48 **** - # -! #sender_canonical_maps = hash:/etc/postfix/sender_canonical - sender_canonical_maps = ---- 46,48 ---- - # -! #sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical - sender_canonical_maps = diff --git a/mail/postfix27/files/patch-ai b/mail/postfix27/files/patch-ai deleted file mode 100644 index f7aa2fd5f4c6..000000000000 --- a/mail/postfix27/files/patch-ai +++ /dev/null @@ -1,18 +0,0 @@ -*** ./conf/sample-filter.cf.orig Mon May 29 11:30:44 2000 ---- ./conf/sample-filter.cf Thu Jun 1 22:07:58 2000 -*************** -*** 15,17 **** - # -! header_checks = regexp:/etc/postfix/header_checks - ---- 15,17 ---- - # -! header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - -*************** -*** 26,27 **** - # -! body_checks = regexp:/etc/postfix/body_checks ---- 26,27 ---- - # -! body_checks = regexp:!!PREFIX!!/etc/postfix/body_checks diff --git a/mail/postfix27/files/patch-aj b/mail/postfix27/files/patch-aj deleted file mode 100644 index 241d48132551..000000000000 --- a/mail/postfix27/files/patch-aj +++ /dev/null @@ -1,24 +0,0 @@ -*** ./conf/sample-misc.cf.orig Thu Sep 23 14:10:52 1999 ---- ./conf/sample-misc.cf Thu Jun 1 22:09:39 2000 -*************** -*** 220,222 **** - # -! program_directory = /usr/libexec/postfix - ---- 220,222 ---- - # -! program_directory = !!PREFIX!!/libexec/postfix - -*************** -*** 263,267 **** - # Specify the types and names of databases to use. After change, -! # run "postmap /etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:/etc/postfix/relocated - relocated_maps = ---- 263,267 ---- - # Specify the types and names of databases to use. After change, -! # run "postmap !!PREFIX!!/etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated - relocated_maps = diff --git a/mail/postfix27/files/patch-ak b/mail/postfix27/files/patch-ak deleted file mode 100644 index 250dd411a4bd..000000000000 --- a/mail/postfix27/files/patch-ak +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-relocated.cf.orig Thu Sep 23 14:11:17 1999 ---- ./conf/sample-relocated.cf Thu Jun 1 22:10:43 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix -*************** -*** 16,21 **** - # -! #relocated_maps = dbm:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:/etc/postfix/relocated, netinfo:/relocated - relocated_maps = ---- 16,21 ---- - # -! #relocated_maps = dbm:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, netinfo:/relocated - relocated_maps = diff --git a/mail/postfix27/files/patch-al b/mail/postfix27/files/patch-al deleted file mode 100644 index 799206da0c96..000000000000 --- a/mail/postfix27/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/sample-smtpd.cf.orig Mon Dec 27 19:41:37 1999 ---- ./conf/sample-smtpd.cf Thu Jun 1 22:11:22 2000 -*************** -*** 183,185 **** - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:/etc/postfix/access - smtpd_sender_restrictions = ---- 183,185 ---- - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:!!PREFIX!!/etc/postfix/access - smtpd_sender_restrictions = diff --git a/mail/postfix27/files/patch-am b/mail/postfix27/files/patch-am deleted file mode 100644 index 2d395fa9ca03..000000000000 --- a/mail/postfix27/files/patch-am +++ /dev/null @@ -1,23 +0,0 @@ -*** ./conf/sample-transport.cf.orig Thu Dec 23 10:50:00 1999 ---- ./conf/sample-transport.cf Thu Jun 1 22:13:09 2000 -*************** -*** 10,18 **** - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap /etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport, nis:transport -! #transport_maps = hash:/etc/postfix/transport, netinfo:/transport - transport_maps = ---- 10,18 ---- - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap !!PREFIX!!/etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, nis:transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, netinfo:/transport - transport_maps = diff --git a/mail/postfix27/files/patch-an b/mail/postfix27/files/patch-an deleted file mode 100644 index af5ac7cc031b..000000000000 --- a/mail/postfix27/files/patch-an +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-virtual.cf.orig Mon Dec 20 21:00:42 1999 ---- ./conf/sample-virtual.cf Thu Jun 1 22:13:32 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/virtual" to - # build the necessary DBM or DB file after change. ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/virtual" to - # build the necessary DBM or DB file after change. -*************** -*** 18,23 **** - # -! #virtual_maps = dbm:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:/etc/postfix/virtual, netinfo:/virtual - virtual_maps = ---- 18,23 ---- - # -! #virtual_maps = dbm:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, netinfo:/virtual - virtual_maps = diff --git a/mail/postfix27/files/patch-ao b/mail/postfix27/files/patch-ao deleted file mode 100644 index fd854e181601..000000000000 --- a/mail/postfix27/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/transport.orig Tue Mar 7 10:42:58 2000 ---- ./conf/transport Thu Jun 1 22:13:41 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/transport - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/transport - # diff --git a/mail/postfix27/files/patch-ap b/mail/postfix27/files/patch-ap deleted file mode 100644 index 4598192cd5c1..000000000000 --- a/mail/postfix27/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/virtual.orig Tue Mar 7 10:42:59 2000 ---- ./conf/virtual Thu Jun 1 22:13:54 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/virtual - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/virtual - # diff --git a/mail/postfix27/files/patch-ba b/mail/postfix27/files/patch-ba deleted file mode 100644 index ccb54ec60a7a..000000000000 --- a/mail/postfix27/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ -*** ./html/mailq.1.html.orig Sat Apr 22 20:28:36 2000 ---- ./html/mailq.1.html Thu Jun 1 22:19:24 2000 -*************** -*** 83,85 **** - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>/etc/postfix</b>. - ---- 83,85 ---- - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>!!PREFIX!!/etc/postfix</b>. - -*************** -*** 231,233 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 231,233 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix27/files/patch-bb b/mail/postfix27/files/patch-bb deleted file mode 100644 index ea744664dfa7..000000000000 --- a/mail/postfix27/files/patch-bb +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/access.5.html.orig Tue Nov 21 21:24:13 2000 -+++ ./html/access.5.html Tue Nov 21 21:24:34 2000 -@@ -9,7 +9,7 @@ - access - format of Postfix access table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/access</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> - - <b>DESCRIPTION</b> - The optional <b>access</b> table directs the Postfix SMTP server -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/access</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> in order to rebuild the - indexed file after changing the access table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix27/files/patch-bc b/mail/postfix27/files/patch-bc deleted file mode 100644 index e407a9650585..000000000000 --- a/mail/postfix27/files/patch-bc +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/canonical.5.html.orig Tue Nov 21 21:32:38 2000 -+++ ./html/canonical.5.html Tue Nov 21 21:33:21 2000 -@@ -9,7 +9,7 @@ - canonical - format of Postfix canonical table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/canonical</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> - - <b>DESCRIPTION</b> - The optional <b>canonical</b> table specifies an address mapping -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/canonical</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix27/files/patch-bd b/mail/postfix27/files/patch-bd deleted file mode 100644 index ce79695f1341..000000000000 --- a/mail/postfix27/files/patch-bd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/local.8.html.orig Thu Feb 3 21:15:02 2000 ---- ./html/local.8.html Thu Jun 1 22:22:30 2000 -*************** -*** 99,101 **** - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i> or <b>/var/spool/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> ---- 99,101 ---- - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> diff --git a/mail/postfix27/files/patch-be b/mail/postfix27/files/patch-be deleted file mode 100644 index bef6a3bfaf73..000000000000 --- a/mail/postfix27/files/patch-be +++ /dev/null @@ -1,10 +0,0 @@ ---- ./html/faq.html.orig Sat Oct 28 23:34:51 2000 -+++ ./html/faq.html Sat Oct 28 23:36:04 2000 -@@ -2572,7 +2572,7 @@ - - Answer: instead of using <b>/usr/include/ndbm.h</b>, you're building - Postfix with some incompatible third-party file, typically --<b>/usr/local/include/ndbm.h</b>. -+<b>!!PREFIX!!/include/ndbm.h</b>. - - <p> diff --git a/mail/postfix27/files/patch-bf b/mail/postfix27/files/patch-bf deleted file mode 100644 index d652e1e567b3..000000000000 --- a/mail/postfix27/files/patch-bf +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/cleanup.8.html.orig Sun May 28 21:58:41 2000 ---- ./html/cleanup.8.html Thu Jun 1 22:29:04 2000 -*************** -*** 174,177 **** - <b>FILES</b> -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - ---- 174,177 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - diff --git a/mail/postfix27/files/patch-bg b/mail/postfix27/files/patch-bg deleted file mode 100644 index ce2454eaef01..000000000000 --- a/mail/postfix27/files/patch-bg +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/master.8.html.orig Tue Mar 7 10:48:56 2000 ---- ./html/master.8.html Thu Jun 1 22:29:24 2000 -*************** -*** 148,151 **** - <b>FILES</b> -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 148,151 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix27/files/patch-bh b/mail/postfix27/files/patch-bh deleted file mode 100644 index a20232e6796a..000000000000 --- a/mail/postfix27/files/patch-bh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/goals.html.orig Sun May 9 15:44:18 1999 ---- ./html/goals.html Thu Jun 1 22:30:14 2000 -*************** -*** 45,47 **** - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var[/spool]/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. ---- 45,47 ---- - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. diff --git a/mail/postfix27/files/patch-bi b/mail/postfix27/files/patch-bi deleted file mode 100644 index 7e4acdb0c126..000000000000 --- a/mail/postfix27/files/patch-bi +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/postdrop.1.html.orig Mon May 3 15:05:12 1999 ---- ./html/postdrop.1.html Thu Jun 1 22:30:47 2000 -*************** -*** 48,50 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 48,50 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix27/files/patch-bj b/mail/postfix27/files/patch-bj deleted file mode 100644 index 00e78d01ba5a..000000000000 --- a/mail/postfix27/files/patch-bj +++ /dev/null @@ -1,42 +0,0 @@ -*** ./html/uce.html.orig Fri Dec 31 15:06:07 1999 ---- ./html/uce.html Thu Jun 1 22:31:37 2000 -*************** -*** 126,130 **** - -! <dd> <b>header_checks = regexp:/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:/etc/postfix/header_checks</b> - ---- 126,130 ---- - -! <dd> <b>header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:!!PREFIX!!/etc/postfix/header_checks</b> - -*************** -*** 169,171 **** - -! <dd> <b>smtpd_client_restrictions = hash:/etc/postfix/access, - reject_maps_rbl</b> ---- 169,171 ---- - -! <dd> <b>smtpd_client_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_maps_rbl</b> -*************** -*** 474,476 **** - -! <dd> <b>smtpd_sender_restrictions = hash:/etc/postfix/access, - reject_unknown_sender_domain</b> ---- 474,476 ---- - -! <dd> <b>smtpd_sender_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_unknown_sender_domain</b> -*************** -*** 856,858 **** - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:/etc/postfix/etrn_access, reject</b> - ---- 856,858 ---- - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:!!PREFIX!!/etc/postfix/etrn_access, reject</b> - diff --git a/mail/postfix27/files/patch-bk b/mail/postfix27/files/patch-bk deleted file mode 100644 index 62a0573559ae..000000000000 --- a/mail/postfix27/files/patch-bk +++ /dev/null @@ -1,29 +0,0 @@ -*** ./html/rate.html.orig Wed Mar 17 17:55:22 1999 ---- ./html/rate.html Thu Jun 1 22:32:19 2000 -*************** -*** 224,226 **** - -! <dt>/etc/postfix/main.cf: - ---- 224,226 ---- - -! <dt>!!PREFIX!!/etc/postfix/main.cf: - -*************** -*** 237,239 **** - -! <dt>/etc/postfix/<a href="transport.5.html">transport</a>: - ---- 237,239 ---- - -! <dt>!!PREFIX!!/etc/postfix/<a href="transport.5.html">transport</a>: - -*************** -*** 253,255 **** - -! <dt>/etc/postfix/master.cf: - ---- 253,255 ---- - -! <dt>!!PREFIX!!/etc/postfix/master.cf: - diff --git a/mail/postfix27/files/patch-bl b/mail/postfix27/files/patch-bl deleted file mode 100644 index 176c7d1b64de..000000000000 --- a/mail/postfix27/files/patch-bl +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/regexp_table.5.html.orig Sat Apr 22 20:28:38 2000 ---- ./html/regexp_table.5.html Thu Jun 1 22:32:44 2000 -*************** -*** 11,13 **** - <b>SYNOPSIS</b> -! regexp:/etc/postfix/filename - ---- 11,13 ---- - <b>SYNOPSIS</b> -! regexp:!!PREFIX!!/etc/postfix/filename - diff --git a/mail/postfix27/files/patch-bm b/mail/postfix27/files/patch-bm deleted file mode 100644 index e5ccc2c50b94..000000000000 --- a/mail/postfix27/files/patch-bm +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/relocated.5.html.orig Tue Nov 21 21:37:54 2000 -+++ ./html/relocated.5.html Tue Nov 21 21:38:08 2000 -@@ -9,7 +9,7 @@ - relocated - format of Postfix relocated table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/relocated</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> - - <b>DESCRIPTION</b> - The optional <b>relocated</b> table provides the information that -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/relocated</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> in order to rebuild the - indexed file after changing the relocated table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix27/files/patch-bn b/mail/postfix27/files/patch-bn deleted file mode 100644 index 21e69dcaa40c..000000000000 --- a/mail/postfix27/files/patch-bn +++ /dev/null @@ -1,56 +0,0 @@ -*** ./html/rewrite.html.orig Sat May 8 17:51:41 1999 ---- ./html/rewrite.html Thu Jun 1 22:34:21 2000 -*************** -*** 194,196 **** - -! <dd><b>canonical_maps = hash:/etc/postfix/canonical</b> - ---- 194,196 ---- - -! <dd><b>canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical</b> - -*************** -*** 207,209 **** - -! <dd><b>sender_canonical_maps = hash:/etc/postfix/sender_canonical</b> - ---- 207,209 ---- - -! <dd><b>sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical</b> - -*************** -*** 211,213 **** - -! <dd><b>recipient_canonical_maps = hash:/etc/postfix/recipient_canonical</b> - ---- 211,213 ---- - -! <dd><b>recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical</b> - -*************** -*** 295,297 **** - -! <dd><b>virtual_maps = hash:/etc/postfix/virtual</b> - ---- 295,297 ---- - -! <dd><b>virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual</b> - -*************** -*** 323,325 **** - -! <dd><b>relocated_maps = hash:/etc/postfix/relocated</b> - ---- 323,325 ---- - -! <dd><b>relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated</b> - -*************** -*** 348,350 **** - -! <dd><b>transport_maps = hash:/etc/postfix/transport</b> - ---- 348,350 ---- - -! <dd><b>transport_maps = hash:!!PREFIX!!/etc/postfix/transport</b> - diff --git a/mail/postfix27/files/patch-bo b/mail/postfix27/files/patch-bo deleted file mode 100644 index b45270be8151..000000000000 --- a/mail/postfix27/files/patch-bo +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/transport.5.html.orig Tue Nov 21 21:43:00 2000 -+++ ./html/transport.5.html Tue Nov 21 21:43:20 2000 -@@ -9,7 +9,7 @@ - transport - format of Postfix transport table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/transport</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> - - <b>DESCRIPTION</b> - The optional <b>transport</b> table specifies a mapping from -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/transport</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> in order to rebuild the - indexed file after changing the transport table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix27/files/patch-bp b/mail/postfix27/files/patch-bp deleted file mode 100644 index 5206bfd4bfd0..000000000000 --- a/mail/postfix27/files/patch-bp +++ /dev/null @@ -1,43 +0,0 @@ ---- ./html/virtual.5.html.orig Tue Nov 21 21:46:50 2000 -+++ ./html/virtual.5.html Tue Nov 21 21:47:17 2000 -@@ -9,7 +9,7 @@ - virtual - format of Postfix virtual table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/virtual</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> - - <b>DESCRIPTION</b> - The optional <b>virtual</b> table specifies address redirections -@@ -27,7 +27,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/virtual</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, -@@ -52,7 +52,7 @@ - - Support for a Postfix-style virtual domain looks like: - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>virtual.domain</i> <i>anything</i> (right-hand content does not matter) - <i>postmaster@virtual.domain</i> <i>postmaster</i> - <i>user1@virtual.domain</i> <i>address1</i> -@@ -94,11 +94,11 @@ - - Support for a Sendmail-style virtual domain looks like: - -- /etc/postfix/main.cf: -+ !!PREFIX!!/etc/postfix/main.cf: - mydestination = $myhostname localhost.$mydomain $mydomain - <i>virtual.domain</i> - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>user1@virtual.domain</i> <i>address1</i> - <i>user2@virtual.domain</i> <i>address2,</i> <i>address3</i> - diff --git a/mail/postfix27/files/patch-ca b/mail/postfix27/files/patch-ca deleted file mode 100644 index 86d56f80be30..000000000000 --- a/mail/postfix27/files/patch-ca +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man1/postdrop.1.orig Mon May 3 15:03:29 1999 ---- ./man/man1/postdrop.1 Thu Jun 1 22:38:54 2000 -*************** -*** 53,55 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 53,55 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix27/files/patch-cb b/mail/postfix27/files/patch-cb deleted file mode 100644 index 58559c7273d1..000000000000 --- a/mail/postfix27/files/patch-cb +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man1/sendmail.1.orig Thu Mar 30 14:05:28 2000 ---- ./man/man1/sendmail.1 Thu Jun 1 22:39:16 2000 -*************** -*** 63,65 **** - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR ---- 63,65 ---- - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB!!PREFIX!!/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR -*************** -*** 173,175 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 173,175 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix27/files/patch-cc b/mail/postfix27/files/patch-cc deleted file mode 100644 index cd6946003217..000000000000 --- a/mail/postfix27/files/patch-cc +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/pcre_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/pcre_table.5 Thu Jun 1 22:39:34 2000 -*************** -*** 10,12 **** - .nf -! pcre:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! pcre:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix27/files/patch-cd b/mail/postfix27/files/patch-cd deleted file mode 100644 index b51de44d0bee..000000000000 --- a/mail/postfix27/files/patch-cd +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/access.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/access.5 Thu Jun 1 22:39:55 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/access\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. diff --git a/mail/postfix27/files/patch-ce b/mail/postfix27/files/patch-ce deleted file mode 100644 index f77053f8b3aa..000000000000 --- a/mail/postfix27/files/patch-ce +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/canonical.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/canonical.5 Thu Jun 1 22:40:18 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/canonical\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. diff --git a/mail/postfix27/files/patch-cf b/mail/postfix27/files/patch-cf deleted file mode 100644 index 28fb053b94a7..000000000000 --- a/mail/postfix27/files/patch-cf +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/regexp_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/regexp_table.5 Thu Jun 1 22:40:43 2000 -*************** -*** 10,12 **** - .nf -! regexp:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! regexp:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix27/files/patch-cg b/mail/postfix27/files/patch-cg deleted file mode 100644 index 0ae82cc57669..000000000000 --- a/mail/postfix27/files/patch-cg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/relocated.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/relocated.5 Thu Jun 1 22:41:05 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/relocated\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - .SH DESCRIPTION -*************** -*** 20,22 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. ---- 20,22 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. diff --git a/mail/postfix27/files/patch-ch b/mail/postfix27/files/patch-ch deleted file mode 100644 index 3ed047ea474c..000000000000 --- a/mail/postfix27/files/patch-ch +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/transport.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/transport.5 Thu Jun 1 22:41:26 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/transport\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. ---- 21,23 ---- - for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. diff --git a/mail/postfix27/files/patch-ci b/mail/postfix27/files/patch-ci deleted file mode 100644 index 1a7cf4abbac7..000000000000 --- a/mail/postfix27/files/patch-ci +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/virtual.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/virtual.5 Thu Jun 1 22:41:51 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/virtual\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - .SH DESCRIPTION -*************** -*** 26,28 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. ---- 26,28 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. diff --git a/mail/postfix27/files/patch-cj b/mail/postfix27/files/patch-cj deleted file mode 100644 index 50448f2ec26d..000000000000 --- a/mail/postfix27/files/patch-cj +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/cleanup.8.orig Sun May 28 21:58:32 2000 ---- ./man/man8/cleanup.8 Thu Jun 1 22:42:21 2000 -*************** -*** 136,139 **** - .nf -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - .SH LICENSE ---- 136,139 ---- - .nf -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - .SH LICENSE diff --git a/mail/postfix27/files/patch-ck b/mail/postfix27/files/patch-ck deleted file mode 100644 index 6e1ddce3c8f9..000000000000 --- a/mail/postfix27/files/patch-ck +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man8/local.8.orig Thu Feb 3 21:14:53 2000 ---- ./man/man8/local.8 Thu Jun 1 22:42:43 2000 -*************** -*** 96,98 **** - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR ---- 96,98 ---- - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR diff --git a/mail/postfix27/files/patch-cl b/mail/postfix27/files/patch-cl deleted file mode 100644 index 44c8a3a7aae0..000000000000 --- a/mail/postfix27/files/patch-cl +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/master.8.orig Tue Mar 7 10:48:19 2000 ---- ./man/man8/master.8 Thu Jun 1 22:43:02 2000 -*************** -*** 120,123 **** - .nf -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 120,123 ---- - .nf -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix27/files/patch-da b/mail/postfix27/files/patch-da deleted file mode 100644 index e57e31750d18..000000000000 --- a/mail/postfix27/files/patch-da +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/regexp_table.orig Wed Mar 8 19:18:20 2000 ---- ./proto/regexp_table Thu Jun 1 22:44:43 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix27/files/patch-db b/mail/postfix27/files/patch-db deleted file mode 100644 index 7f89fb770783..000000000000 --- a/mail/postfix27/files/patch-db +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/access.orig Sun Apr 9 16:44:45 2000 ---- ./proto/access Thu Jun 1 22:45:05 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/access\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. diff --git a/mail/postfix27/files/patch-dc b/mail/postfix27/files/patch-dc deleted file mode 100644 index 786f2da45c32..000000000000 --- a/mail/postfix27/files/patch-dc +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/canonical.orig Sun Apr 9 16:43:37 2000 ---- ./proto/canonical Thu Jun 1 22:45:28 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/canonical\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. diff --git a/mail/postfix27/files/patch-dd b/mail/postfix27/files/patch-dd deleted file mode 100644 index b65a57ff7d57..000000000000 --- a/mail/postfix27/files/patch-dd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/pcre_table.orig Wed Mar 8 19:18:11 2000 ---- ./proto/pcre_table Thu Jun 1 22:45:41 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix27/files/patch-de b/mail/postfix27/files/patch-de deleted file mode 100644 index 73bb2af2261d..000000000000 --- a/mail/postfix27/files/patch-de +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/relocated.orig Sun Apr 9 16:47:31 2000 ---- ./proto/relocated Thu Jun 1 22:46:02 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/relocated\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - # DESCRIPTION -*************** -*** 14,16 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. ---- 14,16 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. diff --git a/mail/postfix27/files/patch-df b/mail/postfix27/files/patch-df deleted file mode 100644 index 8d3fba96a224..000000000000 --- a/mail/postfix27/files/patch-df +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/transport.orig Sun Apr 9 17:05:45 2000 ---- ./proto/transport Thu Jun 1 22:46:23 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/transport\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - # DESCRIPTION -*************** -*** 15,17 **** - # for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. ---- 15,17 ---- - # for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. diff --git a/mail/postfix27/files/patch-dg b/mail/postfix27/files/patch-dg deleted file mode 100644 index bff20a2cff3e..000000000000 --- a/mail/postfix27/files/patch-dg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/virtual.orig Sun Apr 9 17:14:14 2000 ---- ./proto/virtual Thu Jun 1 22:46:40 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/virtual\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - # DESCRIPTION -*************** -*** 20,22 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. ---- 20,22 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. diff --git a/mail/postfix27/files/patch-ea b/mail/postfix27/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix27/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix27/files/patch-eb b/mail/postfix27/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix27/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix27/files/patch-ec b/mail/postfix27/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix27/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix27/files/patch-ed b/mail/postfix27/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix27/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix27/files/patch-ee b/mail/postfix27/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix27/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix27/files/patch-ef b/mail/postfix27/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix27/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix27/files/patch-eg b/mail/postfix27/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix27/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix27/files/patch-eh b/mail/postfix27/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix27/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix27/files/patch-ei b/mail/postfix27/files/patch-ei deleted file mode 100644 index 8f03b69ccc52..000000000000 --- a/mail/postfix27/files/patch-ei +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000 ---- ./src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix27/files/patch-ej b/mail/postfix27/files/patch-ej deleted file mode 100644 index 329d7bb1cf96..000000000000 --- a/mail/postfix27/files/patch-ej +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000 ---- ./src/smtp/smtp.h Thu Sep 14 13:04:53 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix27/files/patch-lmtp.h b/mail/postfix27/files/patch-lmtp.h deleted file mode 100644 index 86d5975b2b4d..000000000000 --- a/mail/postfix27/files/patch-lmtp.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001 -+++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001 -@@ -12,8 +12,8 @@ - * SASL library. - */ - #ifdef USE_SASL_AUTH --#include <sasl.h> --#include <saslutil.h> -+#include <sasl1/sasl.h> -+#include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix27/files/patch-post-install b/mail/postfix27/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix27/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix27/pkg-comment b/mail/postfix27/pkg-comment deleted file mode 100644 index f2bec12d80ca..000000000000 --- a/mail/postfix27/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An alternative to widely-used Sendmail diff --git a/mail/postfix27/pkg-descr b/mail/postfix27/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix27/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix27/pkg-install b/mail/postfix27/pkg-install deleted file mode 100644 index 1ef1fb5b2089..000000000000 --- a/mail/postfix27/pkg-install +++ /dev/null @@ -1,169 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" n; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix27/pkg-message b/mail/postfix27/pkg-message deleted file mode 100644 index a7ae2b17e2a6..000000000000 --- a/mail/postfix27/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - - -Also, you may wish to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). diff --git a/mail/postfix27/pkg-plist b/mail/postfix27/pkg-plist deleted file mode 100644 index 5b6c3c55d5b6..000000000000 --- a/mail/postfix27/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%share/doc/postfix/DB_README -%%PORTDOCS%%share/doc/postfix/DEBUG_README -%%PORTDOCS%%share/doc/postfix/ETRN_README -%%PORTDOCS%%share/doc/postfix/FILTER_README -%%PORTDOCS%%share/doc/postfix/INSTALL -%%PORTDOCS%%share/doc/postfix/LDAP_README -%%PORTDOCS%%share/doc/postfix/LINUX_README -%%PORTDOCS%%share/doc/postfix/LMTP_README -%%PORTDOCS%%share/doc/postfix/MACOSX_README -%%PORTDOCS%%share/doc/postfix/MYSQL_README -%%PORTDOCS%%share/doc/postfix/NFS_README -%%PORTDOCS%%share/doc/postfix/PACKAGE_README -%%PORTDOCS%%share/doc/postfix/PCRE_README -%%PORTDOCS%%share/doc/postfix/QMQP_README -%%PORTDOCS%%share/doc/postfix/RESTRICTION_CLASS_README -%%PORTDOCS%%share/doc/postfix/SASL_README -%%PORTDOCS%%share/doc/postfix/ULTRIX_README -%%PORTDOCS%%share/doc/postfix/UUCP_README -%%PORTDOCS%%share/doc/postfix/VERP_README -%%PORTDOCS%%share/doc/postfix/VIRTUAL_README -%%PORTDOCS%%share/doc/postfix/access.5.html -%%PORTDOCS%%share/doc/postfix/aliases.5.html -%%PORTDOCS%%share/doc/postfix/architecture.html -%%PORTDOCS%%share/doc/postfix/backstage.html -%%PORTDOCS%%share/doc/postfix/basic.html -%%PORTDOCS%%share/doc/postfix/big-picture.gif -%%PORTDOCS%%share/doc/postfix/big-picture.html -%%PORTDOCS%%share/doc/postfix/bounce.8.html -%%PORTDOCS%%share/doc/postfix/canonical.5.html -%%PORTDOCS%%share/doc/postfix/cleanup.8.html -%%PORTDOCS%%share/doc/postfix/commands.html -%%PORTDOCS%%share/doc/postfix/defer.8.html -%%PORTDOCS%%share/doc/postfix/delivering.html -%%PORTDOCS%%share/doc/postfix/error.8.html -%%PORTDOCS%%share/doc/postfix/faq.html -%%PORTDOCS%%share/doc/postfix/flush.8.html -%%PORTDOCS%%share/doc/postfix/goals.html -%%PORTDOCS%%share/doc/postfix/inbound.gif -%%PORTDOCS%%share/doc/postfix/index.html -%%PORTDOCS%%share/doc/postfix/lmtp.8.html -%%PORTDOCS%%share/doc/postfix/local.8.html -%%PORTDOCS%%share/doc/postfix/mailq.1.html -%%PORTDOCS%%share/doc/postfix/master.8.html -%%PORTDOCS%%share/doc/postfix/motivation.html -%%PORTDOCS%%share/doc/postfix/newaliases.1.html -%%PORTDOCS%%share/doc/postfix/nqmgr.8.html -%%PORTDOCS%%share/doc/postfix/outbound.gif -%%PORTDOCS%%share/doc/postfix/pcre_table.5.html -%%PORTDOCS%%share/doc/postfix/pickup.8.html -%%PORTDOCS%%share/doc/postfix/pipe.8.html -%%PORTDOCS%%share/doc/postfix/postalias.1.html -%%PORTDOCS%%share/doc/postfix/postcat.1.html -%%PORTDOCS%%share/doc/postfix/postconf.1.html -%%PORTDOCS%%share/doc/postfix/postdrop.1.html -%%PORTDOCS%%share/doc/postfix/postfix.1.html -%%PORTDOCS%%share/doc/postfix/postkick.1.html -%%PORTDOCS%%share/doc/postfix/postlock.1.html -%%PORTDOCS%%share/doc/postfix/postlog.1.html -%%PORTDOCS%%share/doc/postfix/postmap.1.html -%%PORTDOCS%%share/doc/postfix/postqueue.1.html -%%PORTDOCS%%share/doc/postfix/postsuper.1.html -%%PORTDOCS%%share/doc/postfix/qmgr.8.html -%%PORTDOCS%%share/doc/postfix/qmqpd.8.html -%%PORTDOCS%%share/doc/postfix/queuing.html -%%PORTDOCS%%share/doc/postfix/rate.html -%%PORTDOCS%%share/doc/postfix/receiving.html -%%PORTDOCS%%share/doc/postfix/regexp_table.5.html -%%PORTDOCS%%share/doc/postfix/relocated.5.html -%%PORTDOCS%%share/doc/postfix/resource.html -%%PORTDOCS%%share/doc/postfix/rewrite.html -%%PORTDOCS%%share/doc/postfix/security.html -%%PORTDOCS%%share/doc/postfix/sendmail.1.html -%%PORTDOCS%%share/doc/postfix/showq.8.html -%%PORTDOCS%%share/doc/postfix/small-picture.gif -%%PORTDOCS%%share/doc/postfix/smtp.8.html -%%PORTDOCS%%share/doc/postfix/smtpd.8.html -%%PORTDOCS%%share/doc/postfix/spawn.8.html -%%PORTDOCS%%share/doc/postfix/transport.5.html -%%PORTDOCS%%share/doc/postfix/trivial-rewrite.8.html -%%PORTDOCS%%share/doc/postfix/uce.html -%%PORTDOCS%%share/doc/postfix/virtual.5.html -%%PORTDOCS%%share/doc/postfix/virtual.8.html -%%PORTDOCS%%@dirrm share/doc/postfix -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix27/scripts/configure b/mail/postfix27/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix27/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix27/scripts/configure.postfix b/mail/postfix27/scripts/configure.postfix deleted file mode 100644 index 51193eba3c4f..000000000000 --- a/mail/postfix27/scripts/configure.postfix +++ /dev/null @@ -1,164 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.24 2002-08-26 21:33:57 dwcjr Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -else - set PCRE -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -PCRE "Perl Compatible Regular Expressions" "$status_PCRE" \ -SASL "Cyrus SASL (Simple Authentication and Security Layer)" "$status_SASL" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL map lookups" "$status_PgSQL" \ -OpenLDAP "OpenLDAP map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -TLS "Secure Sockets Layer and Transport Layer Security" "$status_TLS" \ -IPv6 "IPv6 support (not KAME official)" "$status_IPv6" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " - -for i; do - case $i in - PCRE) - echo "LIB_DEPENDS+= pcre.0:\${PORTSDIR}/devel/pcre" - echo "POSTFIX_CCARGS+= -DHAS_PCRE -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lpcre" - echo "PCRE_SUFFIX= +pcre" - SUB_PCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - else - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - echo ".if exists(/usr/lib/libkrb.a)" - echo "POSTFIX_AUXLIBS+= -lkrb -ldes -lcom_err" - echo ".endif" - SUB_SASL="" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" - echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.11a-1.1.11-0.9.6g/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB3_SUFFIX= +db3" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PGSQL_SUFFIX= +pgsql" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-1.1.8.patch" - echo "PATCH_DIST_STRIP= -p1" - ;; - OpenLDAP) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ `uname -m` != "i386" ]; then - /usr/bin/dialog --msgbox "IPv6 patch currently only supported on i386!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - if [ -z $SUB_TLS ]; then - /usr/bin/dialog --msgbox "IPv6 and TLS patch cannot be used simultaneously!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.cyber-magic.org/~taka/misc/" - echo "PATCHFILES+= postfix-1.1.11+ipv6.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - ;; - "") - ;; - *) - echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${PCRE_SUFFIX}\${SASL_SUFFIX}\${DB3_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix27/scripts/fix-files-list b/mail/postfix27/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix27/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile deleted file mode 100644 index 6b47f15e39d2..000000000000 --- a/mail/postfix28/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# New ports collection makefile for: postfix-current -# Date created: 18 Mar 1999 -# Whom: torstenb -# -# $FreeBSD$ -# - -# To pre-select options in batch mode, run make like this: -# -# make -DBATCH POSTFIX_OPTIONS="DB3 PCRE" -# -# the options are the same names as in the scripts/configure.postfix file - -PORTNAME= postfix -PORTVERSION= 1.1.11 -PORTEPOCH= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ - ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ - ftp://ftp.tux.org/pub/net/postfix/official/ \ - ftp://ftp.utoronto.ca/mirror/packages/postfix/official/ \ - ftp://ftp.samurai.com/pub/postfix/official/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} -MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} -DIST_SUBDIR= ${PORTNAME} - -MAINTAINER= khera@kciLink.com - -USE_SUBMAKE= yes - -MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ - postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ - postsuper.1 sendmail.1 - -MAN5= access.5 aliases.5 canonical.5 pcre_table.5 regexp_table.5 \ - relocated.5 transport.5 virtual.5 - -MAN8= bounce.8 cleanup.8 defer.8 error.8 flush.8 lmtp.8 local.8 \ - master.8 nqmgr.8 pickup.8 pipe.8 qmgr.8 qmqpd.8 showq.8 smtp.8 \ - smtpd.8 spawn.8 trivial-rewrite.8 virtual.8 - -CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \ - relocated transport virtual - -.if !defined(DEBUG) -MAKEFILEFLAGS+= DEBUG= -.endif - -MAKEFILEFLAGS+= OPT="${CFLAGS}" - -SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ - TOUCH="${TOUCH}" \ - MKDIR="${MKDIR}" \ - POSTFIX_OPTIONS="${POSTFIX_OPTIONS}" - -pre-fetch: - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postfix - -.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc) -.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" -.endif - -post-patch: - (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ - CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ - ${ECHO} "all: default" >> Makefile) - -pre-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -.if defined(NOPORTDOCS) -READMEDIR=no -.else -READMEDIR=${PREFIX}/share/doc/postfix -.endif - -do-install: - cd ${WRKSRC}; sh postfix-install -non-interactive install_root=/ tempdir=/tmp \ - config_directory=${PREFIX}/etc/postfix \ - daemon_directory=${PREFIX}/libexec/postfix \ - command_directory=${PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PREFIX}/sbin/sendmail \ - newaliases_path=${PREFIX}/bin/newaliases \ - mailq_path=${PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PREFIX}/man \ - sample_directory=${PREFIX}/etc/postfix \ - readme_directory=${READMEDIR} - -.for file in ${CONF1} - ${INSTALL_DATA} ${WRKSRC}/conf/${file} \ - ${PREFIX}/etc/postfix/sample-${file} -.endfor - - @${INSTALL_SCRIPT} \ - ${WRKSRC}/auxiliary/rmail/rmail \ - ${PREFIX}/bin/rmail - -# optional TEST binaries -.for file in ${BIN1} - @${INSTALL_PROGRAM} \ - ${WRKSRC}/src/smtpstone/${file} \ - ${PREFIX}/sbin -.endfor - -.if !defined(NOPORTDOCS) - @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR} - @cd ${WRKSRC}/html && ${INSTALL_DATA} *.html *.gif ${DOCSDIR} && \ - ${ECHO_MSG} "Installed HTML documentation in ${DOCSDIR}" -.endif - -post-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them after this step, and -# if we run etc/postfix/post-install again during package installation, -# it will complain about missing files. - @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list - @${CAT} ${PKGMESSAGE} - -post-clean: - @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc - -.include <bsd.port.mk> diff --git a/mail/postfix28/distinfo b/mail/postfix28/distinfo deleted file mode 100644 index 379358ed4749..000000000000 --- a/mail/postfix28/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (postfix/postfix-1.1.11.tar.gz) = b34bb2b5018327c19456a77814141208 -MD5 (postfix/pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz) = 11d82e9a3482f64af9d228f7a4319566 -MD5 (postfix/postfix-1.1.11+ipv6.patch.gz) = dc2a6362518025583a17305607eb8f0e -MD5 (postfix/postfix-pg.postfix-1.1.8.patch) = e0f4d910a6d6648d9b48e2244f2764ba diff --git a/mail/postfix28/files/patch-aa b/mail/postfix28/files/patch-aa deleted file mode 100644 index 51b40396bd5e..000000000000 --- a/mail/postfix28/files/patch-aa +++ /dev/null @@ -1,86 +0,0 @@ -*** ./conf/main.cf.orig Fri Jan 4 13:09:04 2002 ---- ./conf/main.cf Tue Jan 8 22:41:50 2002 -*************** -*** 31,44 **** - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = /usr/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = /usr/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # ---- 31,44 ---- - # The command_directory parameter specifies the location of all - # postXXX commands. The default value is $program_directory. - # -! command_directory = !!PREFIX!!/sbin - - # The daemon_directory parameter specifies the location of all Postfix - # daemon programs (i.e. programs listed in the master.cf file). The - # default value is $program_directory. This directory must be owned - # by root. - # -! daemon_directory = !!PREFIX!!/libexec/postfix - - # QUEUE AND PROCESS OWNERSHIP - # -*************** -*** 325,332 **** - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/spool/mail/user or /var/mail/user. Specify -! # "Maildir/" for qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ ---- 325,332 ---- - # - # The home_mailbox parameter specifies the optional pathname of a - # mailbox file relative to a user's home directory. The default -! # mailbox file is /var/mail/user. Specify "Maildir/" for -! # qmail-style delivery (the / is required). - # - #home_mailbox = Mailbox - #home_mailbox = Maildir/ -*************** -*** 424,430 **** - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:/etc/postfix/header_checks - - # FAST ETRN SERVICE - # ---- 424,430 ---- - # - # See also the body_checks example in the sample-filter.cf file. - # -! #header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - - # FAST ETRN SERVICE - # -*************** -*** 525,531 **** - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = - - # manpage_path: The location of the Postfix on-line manual pages. - # ---- 525,531 ---- - # commands. This must be a group name with a numerical group ID that - # is not shared with other accounts, not even with the Postfix account. - # -! setgid_group = maildrop - - # manpage_path: The location of the Postfix on-line manual pages. - # diff --git a/mail/postfix28/files/patch-ab b/mail/postfix28/files/patch-ab deleted file mode 100644 index 7c81d3dc12c9..000000000000 --- a/mail/postfix28/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/canonical.orig Tue Mar 7 10:42:58 2000 ---- ./conf/canonical Thu Jun 1 21:53:23 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/canonical - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/canonical - # diff --git a/mail/postfix28/files/patch-ac b/mail/postfix28/files/patch-ac deleted file mode 100644 index 0fb2192cdd84..000000000000 --- a/mail/postfix28/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/access.orig Tue Mar 7 10:42:58 2000 ---- ./conf/access Thu Jun 1 21:53:36 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/access - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/access - # diff --git a/mail/postfix28/files/patch-ad b/mail/postfix28/files/patch-ad deleted file mode 100644 index c1b102574165..000000000000 --- a/mail/postfix28/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/pcre_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/pcre_table Thu Jun 1 22:02:08 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix28/files/patch-ae b/mail/postfix28/files/patch-ae deleted file mode 100644 index e396dd8626db..000000000000 --- a/mail/postfix28/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/regexp_table.orig Thu Mar 9 20:36:19 2000 ---- ./conf/regexp_table Thu Jun 1 22:03:27 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # ---- 7,9 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # diff --git a/mail/postfix28/files/patch-af b/mail/postfix28/files/patch-af deleted file mode 100644 index 8fca6b208941..000000000000 --- a/mail/postfix28/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/relocated.orig Tue Mar 7 10:42:58 2000 ---- ./conf/relocated Thu Jun 1 22:03:59 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/relocated - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/relocated - # diff --git a/mail/postfix28/files/patch-ag b/mail/postfix28/files/patch-ag deleted file mode 100644 index 54c0fa918d3b..000000000000 --- a/mail/postfix28/files/patch-ag +++ /dev/null @@ -1,15 +0,0 @@ -*** ./conf/sample-auth.cf.orig Sun May 28 17:55:19 2000 ---- ./conf/sample-auth.cf Thu Jun 1 22:05:32 2000 -*************** -*** 91,95 **** - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in /etc/postfix. - # -! smtp_sasl_password_maps = hash:/etc/postfix/saslpass - ---- 91,95 ---- - # The Postfix SMTP client opens the lookup table before going to -! # chroot jail, so you can leave the password file in !!PREFIX!!/etc/postfix. - # -! smtp_sasl_password_maps = hash:!!PREFIX!!/etc/postfix/saslpass - diff --git a/mail/postfix28/files/patch-ah b/mail/postfix28/files/patch-ah deleted file mode 100644 index a8c70a15a78d..000000000000 --- a/mail/postfix28/files/patch-ah +++ /dev/null @@ -1,44 +0,0 @@ -*** ./conf/sample-canonical.cf.orig Thu Sep 23 14:10:38 1999 ---- ./conf/sample-canonical.cf Thu Jun 1 22:07:23 2000 -*************** -*** 14,16 **** - # -! # If you use this feature, run "postmap /etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes ---- 14,16 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/canonical" to - # build the necessary DBM or DB file after every change. The changes -*************** -*** 19,24 **** - # -! #canonical_maps = dbm:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical -! #canonical_maps = hash:/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:/etc/postfix/canonical, netinfo:/canonical - canonical_maps = ---- 19,24 ---- - # -! #canonical_maps = dbm:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, nis:canonical -! #canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical, netinfo:/canonical - canonical_maps = -*************** -*** 32,34 **** - # -! #recipient_canonical_maps = hash:/etc/postfix/recipient_canonical - recipient_canonical_maps = ---- 32,34 ---- - # -! #recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical - recipient_canonical_maps = -*************** -*** 46,48 **** - # -! #sender_canonical_maps = hash:/etc/postfix/sender_canonical - sender_canonical_maps = ---- 46,48 ---- - # -! #sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical - sender_canonical_maps = diff --git a/mail/postfix28/files/patch-ai b/mail/postfix28/files/patch-ai deleted file mode 100644 index f7aa2fd5f4c6..000000000000 --- a/mail/postfix28/files/patch-ai +++ /dev/null @@ -1,18 +0,0 @@ -*** ./conf/sample-filter.cf.orig Mon May 29 11:30:44 2000 ---- ./conf/sample-filter.cf Thu Jun 1 22:07:58 2000 -*************** -*** 15,17 **** - # -! header_checks = regexp:/etc/postfix/header_checks - ---- 15,17 ---- - # -! header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks - -*************** -*** 26,27 **** - # -! body_checks = regexp:/etc/postfix/body_checks ---- 26,27 ---- - # -! body_checks = regexp:!!PREFIX!!/etc/postfix/body_checks diff --git a/mail/postfix28/files/patch-aj b/mail/postfix28/files/patch-aj deleted file mode 100644 index 241d48132551..000000000000 --- a/mail/postfix28/files/patch-aj +++ /dev/null @@ -1,24 +0,0 @@ -*** ./conf/sample-misc.cf.orig Thu Sep 23 14:10:52 1999 ---- ./conf/sample-misc.cf Thu Jun 1 22:09:39 2000 -*************** -*** 220,222 **** - # -! program_directory = /usr/libexec/postfix - ---- 220,222 ---- - # -! program_directory = !!PREFIX!!/libexec/postfix - -*************** -*** 263,267 **** - # Specify the types and names of databases to use. After change, -! # run "postmap /etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:/etc/postfix/relocated - relocated_maps = ---- 263,267 ---- - # Specify the types and names of databases to use. After change, -! # run "postmap !!PREFIX!!/etc/postfix/relocated", then "postfix reload". - # -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated - relocated_maps = diff --git a/mail/postfix28/files/patch-ak b/mail/postfix28/files/patch-ak deleted file mode 100644 index 250dd411a4bd..000000000000 --- a/mail/postfix28/files/patch-ak +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-relocated.cf.orig Thu Sep 23 14:11:17 1999 ---- ./conf/sample-relocated.cf Thu Jun 1 22:10:43 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/relocated" to - # build the necessary DBM or DB file after change, then "postfix -*************** -*** 16,21 **** - # -! #relocated_maps = dbm:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated -! #relocated_maps = hash:/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:/etc/postfix/relocated, netinfo:/relocated - relocated_maps = ---- 16,21 ---- - # -! #relocated_maps = dbm:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, nis:virtual -! #relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated, netinfo:/relocated - relocated_maps = diff --git a/mail/postfix28/files/patch-al b/mail/postfix28/files/patch-al deleted file mode 100644 index 799206da0c96..000000000000 --- a/mail/postfix28/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/sample-smtpd.cf.orig Mon Dec 27 19:41:37 1999 ---- ./conf/sample-smtpd.cf Thu Jun 1 22:11:22 2000 -*************** -*** 183,185 **** - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:/etc/postfix/access - smtpd_sender_restrictions = ---- 183,185 ---- - #smtpd_sender_restrictions = reject_unknown_sender_domain -! #smtpd_sender_restrictions = reject_unknown_sender_domain, hash:!!PREFIX!!/etc/postfix/access - smtpd_sender_restrictions = diff --git a/mail/postfix28/files/patch-am b/mail/postfix28/files/patch-am deleted file mode 100644 index 2d395fa9ca03..000000000000 --- a/mail/postfix28/files/patch-am +++ /dev/null @@ -1,23 +0,0 @@ -*** ./conf/sample-transport.cf.orig Thu Dec 23 10:50:00 1999 ---- ./conf/sample-transport.cf Thu Jun 1 22:13:09 2000 -*************** -*** 10,18 **** - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap /etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport -! #transport_maps = hash:/etc/postfix/transport, nis:transport -! #transport_maps = hash:/etc/postfix/transport, netinfo:/transport - transport_maps = ---- 10,18 ---- - # By default, this feature is disabled. Specify the types of databases -! # to use. If you use this feature, run "postmap !!PREFIX!!/etc/postfix/transport" - # after change, then "postfix reload". - # -! #transport_maps = dbm:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, nis:transport -! #transport_maps = hash:!!PREFIX!!/etc/postfix/transport, netinfo:/transport - transport_maps = diff --git a/mail/postfix28/files/patch-an b/mail/postfix28/files/patch-an deleted file mode 100644 index af5ac7cc031b..000000000000 --- a/mail/postfix28/files/patch-an +++ /dev/null @@ -1,26 +0,0 @@ -*** ./conf/sample-virtual.cf.orig Mon Dec 20 21:00:42 1999 ---- ./conf/sample-virtual.cf Thu Jun 1 22:13:32 2000 -*************** -*** 12,14 **** - # -! # If you use this feature, run "postmap /etc/postfix/virtual" to - # build the necessary DBM or DB file after change. ---- 12,14 ---- - # -! # If you use this feature, run "postmap !!PREFIX!!/etc/postfix/virtual" to - # build the necessary DBM or DB file after change. -*************** -*** 18,23 **** - # -! #virtual_maps = dbm:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual -! #virtual_maps = hash:/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:/etc/postfix/virtual, netinfo:/virtual - virtual_maps = ---- 18,23 ---- - # -! #virtual_maps = dbm:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, nis:virtual -! #virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual, netinfo:/virtual - virtual_maps = diff --git a/mail/postfix28/files/patch-ao b/mail/postfix28/files/patch-ao deleted file mode 100644 index fd854e181601..000000000000 --- a/mail/postfix28/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/transport.orig Tue Mar 7 10:42:58 2000 ---- ./conf/transport Thu Jun 1 22:13:41 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/transport - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/transport - # diff --git a/mail/postfix28/files/patch-ap b/mail/postfix28/files/patch-ap deleted file mode 100644 index 4598192cd5c1..000000000000 --- a/mail/postfix28/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ -*** ./conf/virtual.orig Tue Mar 7 10:42:59 2000 ---- ./conf/virtual Thu Jun 1 22:13:54 2000 -*************** -*** 7,9 **** - # SYNOPSIS -! # postmap /etc/postfix/virtual - # ---- 7,9 ---- - # SYNOPSIS -! # postmap !!PREFIX!!/etc/postfix/virtual - # diff --git a/mail/postfix28/files/patch-ba b/mail/postfix28/files/patch-ba deleted file mode 100644 index ccb54ec60a7a..000000000000 --- a/mail/postfix28/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ -*** ./html/mailq.1.html.orig Sat Apr 22 20:28:36 2000 ---- ./html/mailq.1.html Thu Jun 1 22:19:24 2000 -*************** -*** 83,85 **** - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>/etc/postfix</b>. - ---- 83,85 ---- - The path name of the <b>sendmail.cf</b> file. Postfix con- -! figuration files are kept in <b>!!PREFIX!!/etc/postfix</b>. - -*************** -*** 231,233 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 231,233 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix28/files/patch-bb b/mail/postfix28/files/patch-bb deleted file mode 100644 index ea744664dfa7..000000000000 --- a/mail/postfix28/files/patch-bb +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/access.5.html.orig Tue Nov 21 21:24:13 2000 -+++ ./html/access.5.html Tue Nov 21 21:24:34 2000 -@@ -9,7 +9,7 @@ - access - format of Postfix access table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/access</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> - - <b>DESCRIPTION</b> - The optional <b>access</b> table directs the Postfix SMTP server -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/access</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/access</b> in order to rebuild the - indexed file after changing the access table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix28/files/patch-bc b/mail/postfix28/files/patch-bc deleted file mode 100644 index e407a9650585..000000000000 --- a/mail/postfix28/files/patch-bc +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/canonical.5.html.orig Tue Nov 21 21:32:38 2000 -+++ ./html/canonical.5.html Tue Nov 21 21:33:21 2000 -@@ -9,7 +9,7 @@ - canonical - format of Postfix canonical table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/canonical</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> - - <b>DESCRIPTION</b> - The optional <b>canonical</b> table specifies an address mapping -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/canonical</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/canonical</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix28/files/patch-bd b/mail/postfix28/files/patch-bd deleted file mode 100644 index ce79695f1341..000000000000 --- a/mail/postfix28/files/patch-bd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/local.8.html.orig Thu Feb 3 21:15:02 2000 ---- ./html/local.8.html Thu Jun 1 22:22:30 2000 -*************** -*** 99,101 **** - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i> or <b>/var/spool/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> ---- 99,101 ---- - The default per-user mailbox is a file in the UNIX mail -! spool directory (<b>/var/mail/</b><i>user</i>); - the location can be specified with the <b>mail</b><i>_</i><b>spool</b><i>_</i><b>direc-</b> diff --git a/mail/postfix28/files/patch-be b/mail/postfix28/files/patch-be deleted file mode 100644 index bef6a3bfaf73..000000000000 --- a/mail/postfix28/files/patch-be +++ /dev/null @@ -1,10 +0,0 @@ ---- ./html/faq.html.orig Sat Oct 28 23:34:51 2000 -+++ ./html/faq.html Sat Oct 28 23:36:04 2000 -@@ -2572,7 +2572,7 @@ - - Answer: instead of using <b>/usr/include/ndbm.h</b>, you're building - Postfix with some incompatible third-party file, typically --<b>/usr/local/include/ndbm.h</b>. -+<b>!!PREFIX!!/include/ndbm.h</b>. - - <p> diff --git a/mail/postfix28/files/patch-bf b/mail/postfix28/files/patch-bf deleted file mode 100644 index d652e1e567b3..000000000000 --- a/mail/postfix28/files/patch-bf +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/cleanup.8.html.orig Sun May 28 21:58:41 2000 ---- ./html/cleanup.8.html Thu Jun 1 22:29:04 2000 -*************** -*** 174,177 **** - <b>FILES</b> -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - ---- 174,177 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - diff --git a/mail/postfix28/files/patch-bg b/mail/postfix28/files/patch-bg deleted file mode 100644 index ce2454eaef01..000000000000 --- a/mail/postfix28/files/patch-bg +++ /dev/null @@ -1,13 +0,0 @@ -*** ./html/master.8.html.orig Tue Mar 7 10:48:56 2000 ---- ./html/master.8.html Thu Jun 1 22:29:24 2000 -*************** -*** 148,151 **** - <b>FILES</b> -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 148,151 ---- - <b>FILES</b> -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix28/files/patch-bh b/mail/postfix28/files/patch-bh deleted file mode 100644 index a20232e6796a..000000000000 --- a/mail/postfix28/files/patch-bh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/goals.html.orig Sun May 9 15:44:18 1999 ---- ./html/goals.html Thu Jun 1 22:30:14 2000 -*************** -*** 45,47 **** - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var[/spool]/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. ---- 45,47 ---- - <li>Compatibility. Postfix is designed to be sendmail-compatible -! to make migration easy. Postfix supports <b>/var/mail</b>, - <b>/etc/aliases</b>, <b>NIS</b>, and <b>~/.forward</b> files. diff --git a/mail/postfix28/files/patch-bi b/mail/postfix28/files/patch-bi deleted file mode 100644 index 7e4acdb0c126..000000000000 --- a/mail/postfix28/files/patch-bi +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/postdrop.1.html.orig Mon May 3 15:05:12 1999 ---- ./html/postdrop.1.html Thu Jun 1 22:30:47 2000 -*************** -*** 48,50 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - ---- 48,50 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - diff --git a/mail/postfix28/files/patch-bj b/mail/postfix28/files/patch-bj deleted file mode 100644 index 00e78d01ba5a..000000000000 --- a/mail/postfix28/files/patch-bj +++ /dev/null @@ -1,42 +0,0 @@ -*** ./html/uce.html.orig Fri Dec 31 15:06:07 1999 ---- ./html/uce.html Thu Jun 1 22:31:37 2000 -*************** -*** 126,130 **** - -! <dd> <b>header_checks = regexp:/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:/etc/postfix/header_checks</b> - ---- 126,130 ---- - -! <dd> <b>header_checks = regexp:!!PREFIX!!/etc/postfix/header_checks</b> - -! <dd> <b>header_checks = pcre:!!PREFIX!!/etc/postfix/header_checks</b> - -*************** -*** 169,171 **** - -! <dd> <b>smtpd_client_restrictions = hash:/etc/postfix/access, - reject_maps_rbl</b> ---- 169,171 ---- - -! <dd> <b>smtpd_client_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_maps_rbl</b> -*************** -*** 474,476 **** - -! <dd> <b>smtpd_sender_restrictions = hash:/etc/postfix/access, - reject_unknown_sender_domain</b> ---- 474,476 ---- - -! <dd> <b>smtpd_sender_restrictions = hash:!!PREFIX!!/etc/postfix/access, - reject_unknown_sender_domain</b> -*************** -*** 856,858 **** - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:/etc/postfix/etrn_access, reject</b> - ---- 856,858 ---- - <dd> <b>smtpd_etrn_restrictions = permit_mynetworks, -! hash:!!PREFIX!!/etc/postfix/etrn_access, reject</b> - diff --git a/mail/postfix28/files/patch-bk b/mail/postfix28/files/patch-bk deleted file mode 100644 index 62a0573559ae..000000000000 --- a/mail/postfix28/files/patch-bk +++ /dev/null @@ -1,29 +0,0 @@ -*** ./html/rate.html.orig Wed Mar 17 17:55:22 1999 ---- ./html/rate.html Thu Jun 1 22:32:19 2000 -*************** -*** 224,226 **** - -! <dt>/etc/postfix/main.cf: - ---- 224,226 ---- - -! <dt>!!PREFIX!!/etc/postfix/main.cf: - -*************** -*** 237,239 **** - -! <dt>/etc/postfix/<a href="transport.5.html">transport</a>: - ---- 237,239 ---- - -! <dt>!!PREFIX!!/etc/postfix/<a href="transport.5.html">transport</a>: - -*************** -*** 253,255 **** - -! <dt>/etc/postfix/master.cf: - ---- 253,255 ---- - -! <dt>!!PREFIX!!/etc/postfix/master.cf: - diff --git a/mail/postfix28/files/patch-bl b/mail/postfix28/files/patch-bl deleted file mode 100644 index 176c7d1b64de..000000000000 --- a/mail/postfix28/files/patch-bl +++ /dev/null @@ -1,11 +0,0 @@ -*** ./html/regexp_table.5.html.orig Sat Apr 22 20:28:38 2000 ---- ./html/regexp_table.5.html Thu Jun 1 22:32:44 2000 -*************** -*** 11,13 **** - <b>SYNOPSIS</b> -! regexp:/etc/postfix/filename - ---- 11,13 ---- - <b>SYNOPSIS</b> -! regexp:!!PREFIX!!/etc/postfix/filename - diff --git a/mail/postfix28/files/patch-bm b/mail/postfix28/files/patch-bm deleted file mode 100644 index e5ccc2c50b94..000000000000 --- a/mail/postfix28/files/patch-bm +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/relocated.5.html.orig Tue Nov 21 21:37:54 2000 -+++ ./html/relocated.5.html Tue Nov 21 21:38:08 2000 -@@ -9,7 +9,7 @@ - relocated - format of Postfix relocated table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/relocated</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> - - <b>DESCRIPTION</b> - The optional <b>relocated</b> table provides the information that -@@ -20,7 +20,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/relocated</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/relocated</b> in order to rebuild the - indexed file after changing the relocated table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix28/files/patch-bn b/mail/postfix28/files/patch-bn deleted file mode 100644 index 21e69dcaa40c..000000000000 --- a/mail/postfix28/files/patch-bn +++ /dev/null @@ -1,56 +0,0 @@ -*** ./html/rewrite.html.orig Sat May 8 17:51:41 1999 ---- ./html/rewrite.html Thu Jun 1 22:34:21 2000 -*************** -*** 194,196 **** - -! <dd><b>canonical_maps = hash:/etc/postfix/canonical</b> - ---- 194,196 ---- - -! <dd><b>canonical_maps = hash:!!PREFIX!!/etc/postfix/canonical</b> - -*************** -*** 207,209 **** - -! <dd><b>sender_canonical_maps = hash:/etc/postfix/sender_canonical</b> - ---- 207,209 ---- - -! <dd><b>sender_canonical_maps = hash:!!PREFIX!!/etc/postfix/sender_canonical</b> - -*************** -*** 211,213 **** - -! <dd><b>recipient_canonical_maps = hash:/etc/postfix/recipient_canonical</b> - ---- 211,213 ---- - -! <dd><b>recipient_canonical_maps = hash:!!PREFIX!!/etc/postfix/recipient_canonical</b> - -*************** -*** 295,297 **** - -! <dd><b>virtual_maps = hash:/etc/postfix/virtual</b> - ---- 295,297 ---- - -! <dd><b>virtual_maps = hash:!!PREFIX!!/etc/postfix/virtual</b> - -*************** -*** 323,325 **** - -! <dd><b>relocated_maps = hash:/etc/postfix/relocated</b> - ---- 323,325 ---- - -! <dd><b>relocated_maps = hash:!!PREFIX!!/etc/postfix/relocated</b> - -*************** -*** 348,350 **** - -! <dd><b>transport_maps = hash:/etc/postfix/transport</b> - ---- 348,350 ---- - -! <dd><b>transport_maps = hash:!!PREFIX!!/etc/postfix/transport</b> - diff --git a/mail/postfix28/files/patch-bo b/mail/postfix28/files/patch-bo deleted file mode 100644 index b45270be8151..000000000000 --- a/mail/postfix28/files/patch-bo +++ /dev/null @@ -1,20 +0,0 @@ ---- ./html/transport.5.html.orig Tue Nov 21 21:43:00 2000 -+++ ./html/transport.5.html Tue Nov 21 21:43:20 2000 -@@ -9,7 +9,7 @@ - transport - format of Postfix transport table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/transport</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> - - <b>DESCRIPTION</b> - The optional <b>transport</b> table specifies a mapping from -@@ -21,7 +21,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/transport</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/transport</b> in order to rebuild the - indexed file after changing the transport table. - - When the table is provided via other means such as NIS, diff --git a/mail/postfix28/files/patch-bp b/mail/postfix28/files/patch-bp deleted file mode 100644 index 5206bfd4bfd0..000000000000 --- a/mail/postfix28/files/patch-bp +++ /dev/null @@ -1,43 +0,0 @@ ---- ./html/virtual.5.html.orig Tue Nov 21 21:46:50 2000 -+++ ./html/virtual.5.html Tue Nov 21 21:47:17 2000 -@@ -9,7 +9,7 @@ - virtual - format of Postfix virtual table - - <b>SYNOPSIS</b> -- <b>postmap</b> <b>/etc/postfix/virtual</b> -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> - - <b>DESCRIPTION</b> - The optional <b>virtual</b> table specifies address redirections -@@ -27,7 +27,7 @@ - that serves as input to the <a href="postmap.1.html"><b>postmap</b>(1)</a> command. The - result, an indexed file in <b>dbm</b> or <b>db</b> format, is used for - fast searching by the mail system. Execute the command -- <b>postmap</b> <b>/etc/postfix/virtual</b> in order to rebuild the -+ <b>postmap</b> <b>!!PREFIX!!/etc/postfix/virtual</b> in order to rebuild the - indexed file after changing the text file. - - When the table is provided via other means such as NIS, -@@ -52,7 +52,7 @@ - - Support for a Postfix-style virtual domain looks like: - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>virtual.domain</i> <i>anything</i> (right-hand content does not matter) - <i>postmaster@virtual.domain</i> <i>postmaster</i> - <i>user1@virtual.domain</i> <i>address1</i> -@@ -94,11 +94,11 @@ - - Support for a Sendmail-style virtual domain looks like: - -- /etc/postfix/main.cf: -+ !!PREFIX!!/etc/postfix/main.cf: - mydestination = $myhostname localhost.$mydomain $mydomain - <i>virtual.domain</i> - -- /etc/postfix/virtual: -+ !!PREFIX!!/etc/postfix/virtual: - <i>user1@virtual.domain</i> <i>address1</i> - <i>user2@virtual.domain</i> <i>address2,</i> <i>address3</i> - diff --git a/mail/postfix28/files/patch-ca b/mail/postfix28/files/patch-ca deleted file mode 100644 index 86d56f80be30..000000000000 --- a/mail/postfix28/files/patch-ca +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man1/postdrop.1.orig Mon May 3 15:03:29 1999 ---- ./man/man1/postdrop.1 Thu Jun 1 22:38:54 2000 -*************** -*** 53,55 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 53,55 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix28/files/patch-cb b/mail/postfix28/files/patch-cb deleted file mode 100644 index 58559c7273d1..000000000000 --- a/mail/postfix28/files/patch-cb +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man1/sendmail.1.orig Thu Mar 30 14:05:28 2000 ---- ./man/man1/sendmail.1 Thu Jun 1 22:39:16 2000 -*************** -*** 63,65 **** - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR ---- 63,65 ---- - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB!!PREFIX!!/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR -*************** -*** 173,175 **** - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS ---- 173,175 ---- - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS diff --git a/mail/postfix28/files/patch-cc b/mail/postfix28/files/patch-cc deleted file mode 100644 index cd6946003217..000000000000 --- a/mail/postfix28/files/patch-cc +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/pcre_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/pcre_table.5 Thu Jun 1 22:39:34 2000 -*************** -*** 10,12 **** - .nf -! pcre:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! pcre:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix28/files/patch-cd b/mail/postfix28/files/patch-cd deleted file mode 100644 index b51de44d0bee..000000000000 --- a/mail/postfix28/files/patch-cd +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/access.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/access.5 Thu Jun 1 22:39:55 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/access\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - file after changing the access table. diff --git a/mail/postfix28/files/patch-ce b/mail/postfix28/files/patch-ce deleted file mode 100644 index f77053f8b3aa..000000000000 --- a/mail/postfix28/files/patch-ce +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/canonical.5.orig Sat Apr 22 20:28:30 2000 ---- ./man/man5/canonical.5 Thu Jun 1 22:40:18 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/canonical\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. ---- 21,23 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - file after changing the canonical table. diff --git a/mail/postfix28/files/patch-cf b/mail/postfix28/files/patch-cf deleted file mode 100644 index 28fb053b94a7..000000000000 --- a/mail/postfix28/files/patch-cf +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man5/regexp_table.5.orig Thu Mar 30 14:05:28 2000 ---- ./man/man5/regexp_table.5 Thu Jun 1 22:40:43 2000 -*************** -*** 10,12 **** - .nf -! regexp:/etc/postfix/filename - .SH DESCRIPTION ---- 10,12 ---- - .nf -! regexp:!!PREFIX!!/etc/postfix/filename - .SH DESCRIPTION diff --git a/mail/postfix28/files/patch-cg b/mail/postfix28/files/patch-cg deleted file mode 100644 index 0ae82cc57669..000000000000 --- a/mail/postfix28/files/patch-cg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/relocated.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/relocated.5 Thu Jun 1 22:41:05 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/relocated\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - .SH DESCRIPTION -*************** -*** 20,22 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. ---- 20,22 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - file after changing the relocated table. diff --git a/mail/postfix28/files/patch-ch b/mail/postfix28/files/patch-ch deleted file mode 100644 index 3ed047ea474c..000000000000 --- a/mail/postfix28/files/patch-ch +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/transport.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/transport.5 Thu Jun 1 22:41:26 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/transport\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - .SH DESCRIPTION -*************** -*** 21,23 **** - for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. ---- 21,23 ---- - for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - file after changing the transport table. diff --git a/mail/postfix28/files/patch-ci b/mail/postfix28/files/patch-ci deleted file mode 100644 index 1a7cf4abbac7..000000000000 --- a/mail/postfix28/files/patch-ci +++ /dev/null @@ -1,20 +0,0 @@ -*** ./man/man5/virtual.5.orig Sat Apr 22 20:28:31 2000 ---- ./man/man5/virtual.5 Thu Jun 1 22:41:51 2000 -*************** -*** 10,12 **** - .nf -! \fBpostmap /etc/postfix/virtual\fR - .SH DESCRIPTION ---- 10,12 ---- - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - .SH DESCRIPTION -*************** -*** 26,28 **** - is used for fast searching by the mail system. Execute the command -! \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. ---- 26,28 ---- - is used for fast searching by the mail system. Execute the command -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - file after changing the virtual table. diff --git a/mail/postfix28/files/patch-cj b/mail/postfix28/files/patch-cj deleted file mode 100644 index 50448f2ec26d..000000000000 --- a/mail/postfix28/files/patch-cj +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/cleanup.8.orig Sun May 28 21:58:32 2000 ---- ./man/man8/cleanup.8 Thu Jun 1 22:42:21 2000 -*************** -*** 136,139 **** - .nf -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - .SH LICENSE ---- 136,139 ---- - .nf -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - .SH LICENSE diff --git a/mail/postfix28/files/patch-ck b/mail/postfix28/files/patch-ck deleted file mode 100644 index 6e1ddce3c8f9..000000000000 --- a/mail/postfix28/files/patch-ck +++ /dev/null @@ -1,11 +0,0 @@ -*** ./man/man8/local.8.orig Thu Feb 3 21:14:53 2000 ---- ./man/man8/local.8 Thu Jun 1 22:42:43 2000 -*************** -*** 96,98 **** - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR ---- 96,98 ---- - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR diff --git a/mail/postfix28/files/patch-cl b/mail/postfix28/files/patch-cl deleted file mode 100644 index 44c8a3a7aae0..000000000000 --- a/mail/postfix28/files/patch-cl +++ /dev/null @@ -1,13 +0,0 @@ -*** ./man/man8/master.8.orig Tue Mar 7 10:48:19 2000 ---- ./man/man8/master.8 Thu Jun 1 22:43:02 2000 -*************** -*** 120,123 **** - .nf -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. ---- 120,123 ---- - .nf -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix28/files/patch-da b/mail/postfix28/files/patch-da deleted file mode 100644 index e57e31750d18..000000000000 --- a/mail/postfix28/files/patch-da +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/regexp_table.orig Wed Mar 8 19:18:20 2000 ---- ./proto/regexp_table Thu Jun 1 22:44:43 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # regexp:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # regexp:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix28/files/patch-db b/mail/postfix28/files/patch-db deleted file mode 100644 index 7f89fb770783..000000000000 --- a/mail/postfix28/files/patch-db +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/access.orig Sun Apr 9 16:44:45 2000 ---- ./proto/access Thu Jun 1 22:45:05 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/access\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/access\fR in order to rebuild the indexed - # file after changing the access table. diff --git a/mail/postfix28/files/patch-dc b/mail/postfix28/files/patch-dc deleted file mode 100644 index 786f2da45c32..000000000000 --- a/mail/postfix28/files/patch-dc +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/canonical.orig Sun Apr 9 16:43:37 2000 ---- ./proto/canonical Thu Jun 1 22:45:28 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/canonical\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - # DESCRIPTION -*************** -*** 15,17 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. ---- 15,17 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR in order to rebuild the indexed - # file after changing the canonical table. diff --git a/mail/postfix28/files/patch-dd b/mail/postfix28/files/patch-dd deleted file mode 100644 index b65a57ff7d57..000000000000 --- a/mail/postfix28/files/patch-dd +++ /dev/null @@ -1,11 +0,0 @@ -*** ./proto/pcre_table.orig Wed Mar 8 19:18:11 2000 ---- ./proto/pcre_table Thu Jun 1 22:45:41 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION diff --git a/mail/postfix28/files/patch-de b/mail/postfix28/files/patch-de deleted file mode 100644 index 73bb2af2261d..000000000000 --- a/mail/postfix28/files/patch-de +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/relocated.orig Sun Apr 9 16:47:31 2000 ---- ./proto/relocated Thu Jun 1 22:46:02 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/relocated\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - # DESCRIPTION -*************** -*** 14,16 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. ---- 14,16 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR in order to rebuild the indexed - # file after changing the relocated table. diff --git a/mail/postfix28/files/patch-df b/mail/postfix28/files/patch-df deleted file mode 100644 index 8d3fba96a224..000000000000 --- a/mail/postfix28/files/patch-df +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/transport.orig Sun Apr 9 17:05:45 2000 ---- ./proto/transport Thu Jun 1 22:46:23 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/transport\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR - # DESCRIPTION -*************** -*** 15,17 **** - # for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. ---- 15,17 ---- - # for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/transport\fR in order to rebuild the indexed - # file after changing the transport table. diff --git a/mail/postfix28/files/patch-dg b/mail/postfix28/files/patch-dg deleted file mode 100644 index bff20a2cff3e..000000000000 --- a/mail/postfix28/files/patch-dg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./proto/virtual.orig Sun Apr 9 17:14:14 2000 ---- ./proto/virtual Thu Jun 1 22:46:40 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # \fBpostmap /etc/postfix/virtual\fR - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - # DESCRIPTION -*************** -*** 20,22 **** - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap /etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. ---- 20,22 ---- - # is used for fast searching by the mail system. Execute the command -! # \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR in order to rebuild the indexed - # file after changing the virtual table. diff --git a/mail/postfix28/files/patch-ea b/mail/postfix28/files/patch-ea deleted file mode 100644 index 6c3f98d2af4f..000000000000 --- a/mail/postfix28/files/patch-ea +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/cleanup/cleanup.c.orig Sun May 28 18:33:41 2000 ---- ./src/cleanup/cleanup.c Thu Jun 1 21:52:22 2000 -*************** -*** 118,121 **** - /* FILES -! /* /etc/postfix/canonical*, canonical mapping table -! /* /etc/postfix/virtual*, virtual mapping table - /* LICENSE ---- 118,121 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! /* !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - /* LICENSE diff --git a/mail/postfix28/files/patch-eb b/mail/postfix28/files/patch-eb deleted file mode 100644 index e67680963d2d..000000000000 --- a/mail/postfix28/files/patch-eb +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/global/mail_conf.c.orig Sun May 7 18:51:16 2000 ---- ./src/global/mail_conf.c Thu Jun 1 22:16:29 2000 -*************** -*** 53,55 **** - /* FILES -! /* /etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT ---- 53,55 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix: default Postfix configuration directory. - /* ENVIRONMENT diff --git a/mail/postfix28/files/patch-ec b/mail/postfix28/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix28/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; diff --git a/mail/postfix28/files/patch-ed b/mail/postfix28/files/patch-ed deleted file mode 100644 index f971b62720d8..000000000000 --- a/mail/postfix28/files/patch-ed +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/local/mailbox.c.orig Fri Apr 28 16:55:53 2000 ---- ./src/local/mailbox.c Thu Jun 1 22:37:48 2000 -*************** -*** 15,17 **** - /* suppression. The default is direct mailbox delivery to -! /* /var/[spool/]mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; ---- 15,17 ---- - /* suppression. The default is direct mailbox delivery to -! /* /var/mail/\fIuser\fR; when a \fIhome_mailbox\fR - /* has been configured, mail is delivered to ~/$\fIhome_mailbox\fR; diff --git a/mail/postfix28/files/patch-ee b/mail/postfix28/files/patch-ee deleted file mode 100644 index ef44eac24b73..000000000000 --- a/mail/postfix28/files/patch-ee +++ /dev/null @@ -1,13 +0,0 @@ -*** ./src/master/master.c.orig Tue Mar 7 10:25:07 2000 ---- ./src/master/master.c Thu Jun 1 22:43:50 2000 -*************** -*** 104,107 **** - /* FILES -! /* /etc/postfix/main.cf: global configuration file. -! /* /etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. ---- 104,107 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! /* !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /* /var/spool/postfix/pid/master.pid: master lock file. diff --git a/mail/postfix28/files/patch-ef b/mail/postfix28/files/patch-ef deleted file mode 100644 index 586b304a103d..000000000000 --- a/mail/postfix28/files/patch-ef +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/postdrop/postdrop.c.orig Sun Apr 25 18:05:43 1999 ---- ./src/postdrop/postdrop.c Thu Jun 1 22:44:22 2000 -*************** -*** 39,41 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 39,41 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix28/files/patch-eg b/mail/postfix28/files/patch-eg deleted file mode 100644 index 2983bbfd86ea..000000000000 --- a/mail/postfix28/files/patch-eg +++ /dev/null @@ -1,20 +0,0 @@ -*** ./src/sendmail/sendmail.c.orig Tue Mar 14 10:42:06 2000 ---- ./src/sendmail/sendmail.c Thu Jun 1 22:47:24 2000 -*************** -*** 57,59 **** - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR ---- 57,59 ---- - /* The path name of the \fBsendmail.cf\fR file. Postfix configuration -! /* files are kept in \fB!!PREFIX!!/etc/postfix\fR. - /* .IP "\fB-F \fIfull_name\fR -*************** -*** 159,161 **** - /* /var/spool/postfix, mail queue -! /* /etc/postfix, configuration files - /* CONFIGURATION PARAMETERS ---- 159,161 ---- - /* /var/spool/postfix, mail queue -! /* !!PREFIX!!/etc/postfix, configuration files - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix28/files/patch-eh b/mail/postfix28/files/patch-eh deleted file mode 100644 index c104c3680d21..000000000000 --- a/mail/postfix28/files/patch-eh +++ /dev/null @@ -1,11 +0,0 @@ -*** ./src/trivial-rewrite/transport.c.orig Tue Nov 16 19:15:41 1999 ---- ./src/trivial-rewrite/transport.c Thu Jun 1 22:47:49 2000 -*************** -*** 32,34 **** - /* FILES -! /* /etc/postfix/transport* - /* CONFIGURATION PARAMETERS ---- 32,34 ---- - /* FILES -! /* !!PREFIX!!/etc/postfix/transport* - /* CONFIGURATION PARAMETERS diff --git a/mail/postfix28/files/patch-ei b/mail/postfix28/files/patch-ei deleted file mode 100644 index 8f03b69ccc52..000000000000 --- a/mail/postfix28/files/patch-ei +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtpd/smtpd.h.orig Thu Sep 14 10:17:23 2000 ---- ./src/smtpd/smtpd.h Thu Sep 14 10:17:38 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix28/files/patch-ej b/mail/postfix28/files/patch-ej deleted file mode 100644 index 329d7bb1cf96..000000000000 --- a/mail/postfix28/files/patch-ej +++ /dev/null @@ -1,21 +0,0 @@ -*** ./src/smtp/smtp.h.orig Thu Sep 14 13:04:43 2000 ---- ./src/smtp/smtp.h Thu Sep 14 13:04:53 2000 -*************** -*** 12,19 **** - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl.h> -! #include <saslutil.h> - #endif - - /* ---- 12,19 ---- - * SASL library. - */ - #ifdef USE_SASL_AUTH -! #include <sasl1/sasl.h> -! #include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix28/files/patch-lmtp.h b/mail/postfix28/files/patch-lmtp.h deleted file mode 100644 index 86d5975b2b4d..000000000000 --- a/mail/postfix28/files/patch-lmtp.h +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/lmtp/lmtp.h.orig Fri Jan 19 15:43:06 2001 -+++ ./src/lmtp/lmtp.h Sat Feb 3 14:01:09 2001 -@@ -12,8 +12,8 @@ - * SASL library. - */ - #ifdef USE_SASL_AUTH --#include <sasl.h> --#include <saslutil.h> -+#include <sasl1/sasl.h> -+#include <sasl1/saslutil.h> - #endif - - /* diff --git a/mail/postfix28/files/patch-post-install b/mail/postfix28/files/patch-post-install deleted file mode 100644 index 92b2d4c2c6eb..000000000000 --- a/mail/postfix28/files/patch-post-install +++ /dev/null @@ -1,11 +0,0 @@ ---- ./conf/#post-install~ Fri Jan 18 12:32:54 2002 -+++ ./conf/post-install Fri Jan 18 12:32:54 2002 -@@ -183,7 +183,7 @@ - - umask 022 - --PATH=/bin:/usr/bin:/usr/sbin:/usr/etc:/sbin:/etc:/usr/contrib/bin:/usr/gnu/bin:/usr/ucb:/usr/bsd -+PATH=/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin - SHELL=/bin/sh - IFS=" - " diff --git a/mail/postfix28/pkg-comment b/mail/postfix28/pkg-comment deleted file mode 100644 index f2bec12d80ca..000000000000 --- a/mail/postfix28/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An alternative to widely-used Sendmail diff --git a/mail/postfix28/pkg-descr b/mail/postfix28/pkg-descr deleted file mode 100644 index 1f335ce6820c..000000000000 --- a/mail/postfix28/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Postfix attempts to be fast, easy to administer, and secure, while at -the same time being sendmail-compatible enough to not upset existing -users. It also offers QMQP and VERP support to let Postfix act as delivery -daemon for ezmlm-idx. - -WWW: http://www.postfix.org/ diff --git a/mail/postfix28/pkg-install b/mail/postfix28/pkg-install deleted file mode 100644 index 1ef1fb5b2089..000000000000 --- a/mail/postfix28/pkg-install +++ /dev/null @@ -1,169 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} -BATCH=${BATCH:=no} - -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" -a x${BATCH} = xno ]; then - read -p "${question} [${default}]? " answer - fi - if [ x${answer} = x ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local question default answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy]*) return 0;; - [Nn]*) return 1;; - esac - echo "Please answer yes or no." - done -} - -if [ x"$2" = xPRE-INSTALL ]; then - USER=postfix - GROUP=postfix - GROUP2=maildrop - - if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP} -h - - then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw groupshow "${GROUP2}" 2>/dev/null; then - echo "You already have a group \"${GROUP2}\", so I will use it." - else - if /usr/sbin/pw groupadd ${GROUP2} -h - - then - echo "Added group \"${GROUP2}\"." - else - echo "Adding group \"${GROUP2}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if /usr/sbin/pw useradd ${USER} -g ${GROUP} -h - \ - -d /var/spool/postfix \ - -s /sbin/nologin \ - -c "Postfix Mail System" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - echo "Please create it, and try again." - exit 1 - fi - fi - - if /usr/sbin/pw show group mail | grep -q "${USER}" 2>/dev/null; then - echo "You already have user \"${USER}\" in group \"mail\", so I will use it." - else - echo "You need user \"${USER}\" added to group \"mail\"." - if yesno "Would you like me to add it" y; then - /usr/sbin/pw groupmod mail -m ${USER} || exit - echo "Done." - else - echo "Please create it, and try again." - exit 1 - fi - fi - -fi - -if [ x"$2" = xPOST-INSTALL ]; then - CONF1="main.cf master.cf access aliases canonical pcre_table \ - regexp_table relocated transport virtual" - - for file in $CONF1 - do - if [ ! -f ${PKG_PREFIX}/etc/postfix/$file ]; then - cp ${PKG_PREFIX}/etc/postfix/sample-$file ${PKG_PREFIX}/etc/postfix/$file - fi - done - - sh ${PKG_PREFIX}/etc/postfix/post-install tempdir=/tmp \ - config_directory=${PKG_PREFIX}/etc/postfix \ - daemon_directory=${PKG_PREFIX}/libexec/postfix \ - command_directory=${PKG_PREFIX}/sbin \ - queue_directory=/var/spool/postfix \ - sendmail_path=${PKG_PREFIX}/sbin/sendmail \ - newaliases_path=${PKG_PREFIX}/bin/newaliases \ - mailq_path=${PKG_PREFIX}/bin/mailq \ - mail_owner=postfix \ - setgid_group=maildrop \ - manpage_directory=${PKG_PREFIX}/man \ - sample_directory=${PKG_PREFIX}/etc/postfix \ - readme_directory=no \ - upgrade-package -# readme_directory is "no" above since the package will have correct perms -# already, and we don't know if they had PORTDOCS. -fi - -replace() { - local orig repl - - orig=$1 - repl=$2 - if [ -e ${orig} ]; then - mv -f ${orig} ${orig}.OFF - chmod 0 ${orig}.OFF - fi - if [ -e ${repl} ]; then - ln -s ${repl} ${orig} - fi -} - -if [ x"$2" = xPOST-INSTALL -a -z "${PACKAGE_BUILDING}" ]; then - if [ -x /sbin/sysctl ]; then - OSVERSION=`/sbin/sysctl -n kern.osreldate` - else - OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` - fi - if [ ${OSVERSION} -ge 400014 ]; then - if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" n; then - mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old - echo "#" > /etc/mail/mailer.conf - echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf - echo ", named ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "#" >> /etc/mail/mailer.conf - echo "sendmail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "send-mail ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "mailq ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - echo "newaliases ${PKG_PREFIX}/sbin/sendmail" >> /etc/mail/mailer.conf - fi - else - if yesno "Would you like to replace {sendmail,mailq,newaliases} with Postfix versions" n; then - replace /usr/sbin/sendmail ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/mailq ${PKG_PREFIX}/sbin/sendmail - replace /usr/bin/newaliases ${PKG_PREFIX}/sbin/sendmail - echo "Done." - fi - fi -fi diff --git a/mail/postfix28/pkg-message b/mail/postfix28/pkg-message deleted file mode 100644 index a7ae2b17e2a6..000000000000 --- a/mail/postfix28/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -If you have postfix configured in your /etc/mail/mailer.conf (answered yes to -the previous question) and would like to enable postfix to start at boot time, -please set these variables in your /etc/rc.conf file: - -sendmail_enable="YES" -sendmail_flags="-bd" -sendmail_outbound_enable="NO" -sendmail_submit_enable="NO" -sendmail_msp_queue_enable="NO" - -This will disable Sendmail completely. - - -Also, you may wish to disable some Sendmail-specific daily maintenance -routines in your /etc/periodic.conf file: - -daily_status_mail_rejects_enable="NO" -daily_status_include_submit_mailq="NO" -daily_submit_queuerun="NO" - - -If you are using SASL, you need to make sure that postfix has access to read -the sasldb file. This is accomplished by adding postfix to group mail and -making the /usr/local/etc/sasldb* file(s) readable by group mail (this should -be the default for new installs). diff --git a/mail/postfix28/pkg-plist b/mail/postfix28/pkg-plist deleted file mode 100644 index 5b6c3c55d5b6..000000000000 --- a/mail/postfix28/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -@unexec if cmp -s %D/etc/postfix/main.cf %D/etc/postfix/sample-main.cf; then rm -f %D/etc/postfix/main.cf; fi -@unexec if cmp -s %D/etc/postfix/master.cf %D/etc/postfix/sample-master.cf; then rm -f %D/etc/postfix/master.cf; fi -@unexec if cmp -s %D/etc/postfix/access %D/etc/postfix/sample-access; then rm -f %D/etc/postfix/access; fi -@unexec if cmp -s %D/etc/postfix/aliases %D/etc/postfix/sample-aliases; then rm -f %D/etc/postfix/aliases; fi -@unexec if cmp -s %D/etc/postfix/canonical %D/etc/postfix/sample-canonical; then rm -f %D/etc/postfix/canonical; fi -@unexec if cmp -s %D/etc/postfix/pcre_table %D/etc/postfix/sample-pcre_table; then rm -f %D/etc/postfix/pcre_table; fi -@unexec if cmp -s %D/etc/postfix/regexp_table %D/etc/postfix/sample-regexp_table; then rm -f %D/etc/postfix/regexp_table; fi -@unexec if cmp -s %D/etc/postfix/relocated %D/etc/postfix/sample-relocated; then rm -f %D/etc/postfix/relocated; fi -@unexec if cmp -s %D/etc/postfix/transport %D/etc/postfix/sample-transport; then rm -f %D/etc/postfix/transport; fi -@unexec if cmp -s %D/etc/postfix/virtual %D/etc/postfix/sample-virtual; then rm -f %D/etc/postfix/virtual; fi -bin/rmail -etc/postfix/LICENSE -etc/postfix/main.cf.default -etc/postfix/post-install -etc/postfix/postfix-files -etc/postfix/postfix-script -etc/postfix/sample-access -etc/postfix/sample-aliases -etc/postfix/sample-canonical -etc/postfix/sample-pcre_table -etc/postfix/sample-regexp_table -etc/postfix/sample-relocated -etc/postfix/sample-aliases.cf -etc/postfix/sample-auth.cf -etc/postfix/sample-canonical.cf -etc/postfix/sample-compatibility.cf -etc/postfix/sample-debug.cf -etc/postfix/sample-filter.cf -etc/postfix/sample-flush.cf -etc/postfix/sample-ldap.cf -etc/postfix/sample-lmtp.cf -etc/postfix/sample-local.cf -etc/postfix/sample-main.cf -etc/postfix/sample-master.cf -etc/postfix/sample-misc.cf -etc/postfix/sample-pcre-access.cf -etc/postfix/sample-pcre-body.cf -etc/postfix/sample-pcre-header.cf -etc/postfix/sample-qmqpd.cf -etc/postfix/sample-rate.cf -etc/postfix/sample-regexp-access.cf -etc/postfix/sample-regexp-body.cf -etc/postfix/sample-regexp-header.cf -etc/postfix/sample-relocated.cf -etc/postfix/sample-resource.cf -etc/postfix/sample-rewrite.cf -etc/postfix/sample-smtp.cf -etc/postfix/sample-smtpd.cf -etc/postfix/sample-transport.cf -etc/postfix/sample-virtual.cf -etc/postfix/sample-transport -etc/postfix/sample-virtual -%%SUB_TLS%%etc/postfix/sample-tls.cf -libexec/postfix/bounce -libexec/postfix/cleanup -libexec/postfix/error -libexec/postfix/flush -libexec/postfix/lmtp -libexec/postfix/local -libexec/postfix/master -libexec/postfix/nqmgr -libexec/postfix/pickup -libexec/postfix/pipe -libexec/postfix/qmgr -libexec/postfix/qmqpd -libexec/postfix/showq -libexec/postfix/smtp -libexec/postfix/smtpd -libexec/postfix/spawn -libexec/postfix/trivial-rewrite -libexec/postfix/virtual -%%SUB_TLS%%libexec/postfix/tlsmgr -sbin/postalias -sbin/postcat -sbin/postconf -sbin/postdrop -sbin/postfix -sbin/postkick -sbin/postlock -sbin/postlog -sbin/postmap -sbin/postqueue -sbin/postsuper -sbin/sendmail -bin/newaliases -bin/mailq -%%SUB_TEST%%sbin/smtp-sink -%%SUB_TEST%%sbin/smtp-source -%%PORTDOCS%%share/doc/postfix/DB_README -%%PORTDOCS%%share/doc/postfix/DEBUG_README -%%PORTDOCS%%share/doc/postfix/ETRN_README -%%PORTDOCS%%share/doc/postfix/FILTER_README -%%PORTDOCS%%share/doc/postfix/INSTALL -%%PORTDOCS%%share/doc/postfix/LDAP_README -%%PORTDOCS%%share/doc/postfix/LINUX_README -%%PORTDOCS%%share/doc/postfix/LMTP_README -%%PORTDOCS%%share/doc/postfix/MACOSX_README -%%PORTDOCS%%share/doc/postfix/MYSQL_README -%%PORTDOCS%%share/doc/postfix/NFS_README -%%PORTDOCS%%share/doc/postfix/PACKAGE_README -%%PORTDOCS%%share/doc/postfix/PCRE_README -%%PORTDOCS%%share/doc/postfix/QMQP_README -%%PORTDOCS%%share/doc/postfix/RESTRICTION_CLASS_README -%%PORTDOCS%%share/doc/postfix/SASL_README -%%PORTDOCS%%share/doc/postfix/ULTRIX_README -%%PORTDOCS%%share/doc/postfix/UUCP_README -%%PORTDOCS%%share/doc/postfix/VERP_README -%%PORTDOCS%%share/doc/postfix/VIRTUAL_README -%%PORTDOCS%%share/doc/postfix/access.5.html -%%PORTDOCS%%share/doc/postfix/aliases.5.html -%%PORTDOCS%%share/doc/postfix/architecture.html -%%PORTDOCS%%share/doc/postfix/backstage.html -%%PORTDOCS%%share/doc/postfix/basic.html -%%PORTDOCS%%share/doc/postfix/big-picture.gif -%%PORTDOCS%%share/doc/postfix/big-picture.html -%%PORTDOCS%%share/doc/postfix/bounce.8.html -%%PORTDOCS%%share/doc/postfix/canonical.5.html -%%PORTDOCS%%share/doc/postfix/cleanup.8.html -%%PORTDOCS%%share/doc/postfix/commands.html -%%PORTDOCS%%share/doc/postfix/defer.8.html -%%PORTDOCS%%share/doc/postfix/delivering.html -%%PORTDOCS%%share/doc/postfix/error.8.html -%%PORTDOCS%%share/doc/postfix/faq.html -%%PORTDOCS%%share/doc/postfix/flush.8.html -%%PORTDOCS%%share/doc/postfix/goals.html -%%PORTDOCS%%share/doc/postfix/inbound.gif -%%PORTDOCS%%share/doc/postfix/index.html -%%PORTDOCS%%share/doc/postfix/lmtp.8.html -%%PORTDOCS%%share/doc/postfix/local.8.html -%%PORTDOCS%%share/doc/postfix/mailq.1.html -%%PORTDOCS%%share/doc/postfix/master.8.html -%%PORTDOCS%%share/doc/postfix/motivation.html -%%PORTDOCS%%share/doc/postfix/newaliases.1.html -%%PORTDOCS%%share/doc/postfix/nqmgr.8.html -%%PORTDOCS%%share/doc/postfix/outbound.gif -%%PORTDOCS%%share/doc/postfix/pcre_table.5.html -%%PORTDOCS%%share/doc/postfix/pickup.8.html -%%PORTDOCS%%share/doc/postfix/pipe.8.html -%%PORTDOCS%%share/doc/postfix/postalias.1.html -%%PORTDOCS%%share/doc/postfix/postcat.1.html -%%PORTDOCS%%share/doc/postfix/postconf.1.html -%%PORTDOCS%%share/doc/postfix/postdrop.1.html -%%PORTDOCS%%share/doc/postfix/postfix.1.html -%%PORTDOCS%%share/doc/postfix/postkick.1.html -%%PORTDOCS%%share/doc/postfix/postlock.1.html -%%PORTDOCS%%share/doc/postfix/postlog.1.html -%%PORTDOCS%%share/doc/postfix/postmap.1.html -%%PORTDOCS%%share/doc/postfix/postqueue.1.html -%%PORTDOCS%%share/doc/postfix/postsuper.1.html -%%PORTDOCS%%share/doc/postfix/qmgr.8.html -%%PORTDOCS%%share/doc/postfix/qmqpd.8.html -%%PORTDOCS%%share/doc/postfix/queuing.html -%%PORTDOCS%%share/doc/postfix/rate.html -%%PORTDOCS%%share/doc/postfix/receiving.html -%%PORTDOCS%%share/doc/postfix/regexp_table.5.html -%%PORTDOCS%%share/doc/postfix/relocated.5.html -%%PORTDOCS%%share/doc/postfix/resource.html -%%PORTDOCS%%share/doc/postfix/rewrite.html -%%PORTDOCS%%share/doc/postfix/security.html -%%PORTDOCS%%share/doc/postfix/sendmail.1.html -%%PORTDOCS%%share/doc/postfix/showq.8.html -%%PORTDOCS%%share/doc/postfix/small-picture.gif -%%PORTDOCS%%share/doc/postfix/smtp.8.html -%%PORTDOCS%%share/doc/postfix/smtpd.8.html -%%PORTDOCS%%share/doc/postfix/spawn.8.html -%%PORTDOCS%%share/doc/postfix/transport.5.html -%%PORTDOCS%%share/doc/postfix/trivial-rewrite.8.html -%%PORTDOCS%%share/doc/postfix/uce.html -%%PORTDOCS%%share/doc/postfix/virtual.5.html -%%PORTDOCS%%share/doc/postfix/virtual.8.html -%%PORTDOCS%%@dirrm share/doc/postfix -@dirrm libexec/postfix -@unexec rmdir %D/etc/postfix 2>/dev/null || true diff --git a/mail/postfix28/scripts/configure b/mail/postfix28/scripts/configure deleted file mode 100644 index 93c5b95ec561..000000000000 --- a/mail/postfix28/scripts/configure +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -for f in `find ${WRKSRC} -type f | xargs grep -l '\!\!PREFIX\!\!' ` ; do \ - mv $f $f.orig && sed s+!!PREFIX!!+$PREFIX+g < $f.orig > $f && \ - rm $f.orig -done diff --git a/mail/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix deleted file mode 100644 index bce09e9962c4..000000000000 --- a/mail/postfix28/scripts/configure.postfix +++ /dev/null @@ -1,164 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.24 2002-08-26 21:33:57 dwcjr Exp $ - -if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then - exit -fi - -tempfile=`mktemp -t checklist` - -if [ "${POSTFIX_OPTIONS}" ]; then - set ${POSTFIX_OPTIONS} -else - set PCRE -fi - -for i; do - eval status_$i=ON -done - -if [ -z "${BATCH}" ]; then - /usr/bin/dialog --title "Postfix configuration options" --clear \ - --checklist "\n\ -Please select desired options:" -1 -1 16 \ -PCRE "Perl Compatible Regular Expressions" "$status_PCRE" \ -SASL "Cyrus SASL (Simple Authentication and Security Layer)" "$status_SASL" \ -DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \ -MySQL "MySQL map lookups" "$status_MySQL" \ -PgSQL "PostgreSQL map lookups" "$status_PgSQL" \ -OpenLDAP "OpenLDAP map lookups" "$status_OpenLDAP" \ -Test "SMTP/LMTP test server and generator" "$status_Test" \ -TLS "Secure Sockets Layer and Transport Layer Security" "$status_TLS" \ -IPv6 "IPv6 support (not KAME official)" "$status_IPv6" \ -2> $tempfile - - retval=$? - - if [ -s $tempfile ]; then - set `sed 's/"//g' $tempfile` - fi - rm -f $tempfile - - case $retval in - 0) if [ -z "$*" ]; then - echo "Nothing selected" - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; - esac -fi - -${MKDIR} ${WRKDIRPREFIX}${CURDIR} -exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - -echo "PREFIX= ${PREFIX}" - -SUB_TLS="@comment " -SUB_TEST="@comment " - -for i; do - case $i in - PCRE) - echo "LIB_DEPENDS+= pcre.0:\${PORTSDIR}/devel/pcre" - echo "POSTFIX_CCARGS+= -DHAS_PCRE -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lpcre" - echo "PCRE_SUFFIX= +pcre" - SUB_PCRE="" - ;; - SASL) - echo "LIB_DEPENDS+= sasl.8:\${PORTSDIR}/security/cyrus-sasl" - echo "POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -lsasl -lpam -lcrypt" - echo "SASL_SUFFIX= +sasl" - if [ -f ${PREFIX}/lib/libsasl.a ]; then - if nm ${PREFIX}/lib/libsasl.a | grep -wq "mysql_verify_password"; then - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - else - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - fi - echo ".if exists(/usr/lib/libkrb.a)" - echo "POSTFIX_AUXLIBS+= -lkrb -ldes -lcom_err" - echo ".endif" - SUB_SASL="" - ;; - TLS) - echo "MAN8+= tlsmgr.8" - echo "POSTFIX_CCARGS+= -DHAS_SSL -I/usr/include/openssl" - echo "POSTFIX_AUXLIBS+= -lssl -lcrypto" - echo "DISTFILES+= \${DISTNAME}.tar.gz pfixtls-0.8.11a-1.1.11-0.9.6g.tar.gz" - echo "EXTRA_PATCHES+= \${WRKDIR}/pfixtls-0.8.11a-1.1.11-0.9.6g/pfixtls.diff" - echo "PATCH_STRIP= -p1" - echo "TLS_SUFFIX= +tls" - SUB_TLS="" - ;; - DB3) - echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" - echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" - echo "DB3_SUFFIX= +db3" - ;; - MySQL) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client" - echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" - echo "MYSQL_SUFFIX= +mysql" - ;; - PgSQL) - echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/databases/postgresql7" - echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include" - echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt" - echo "PGSQL_SUFFIX= +pgsql" - echo "PATCH_SITES+= http://mat.cc/postfix/" - echo "PATCHFILES+= postfix-pg.postfix-1.1.8.patch" - echo "PATCH_DIST_STRIP= -p1" - ;; - OpenLDAP) - echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/libldap.a:\${PORTSDIR}/net/openldap" - echo "POSTFIX_CCARGS+= -DHAS_LDAP -I\${LOCALBASE}/include" - echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/libldap.a \${PREFIX}/lib/liblber.a" - echo "OPENLDAP_SUFFIX= +openldap" - ;; - Test) - echo "BIN1= smtp-sink smtp-source" - SUB_TEST="" - ;; - IPv6) - if [ `uname -m` != "i386" ]; then - /usr/bin/dialog --msgbox "IPv6 patch currently only supported on i386!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - if [ -z $SUB_TLS ]; then - /usr/bin/dialog --msgbox "IPv6 and TLS patch cannot be used simultaneously!" 5 60 > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - fi - echo "PATCH_SITES+= http://www.cyber-magic.org/~taka/misc/" - echo "PATCHFILES+= postfix-1.1.11+ipv6.patch.gz" - echo "PATCH_DIST_STRIP= -p1" - echo "IPv6_SUFFIX= +ipv6" - echo "" - ;; - "") - ;; - *) - echo "Invalid option(s): $*" > /dev/stderr - rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc - exit 1 - ;; - esac -done - -echo "PLIST_SUB+= SUB_TLS=\"${SUB_TLS}\"" -echo "PLIST_SUB+= SUB_TEST=\"${SUB_TEST}\"" - -# for some reason, if we alter the pkg name this way, the first build (where -# we ask the configure questions) doesn't pick up the extensions, but -# any subsequent build will. so "make; make install" will build twice. -# don't do this for now. -#echo "PKGNAMESUFFIX= \${PCRE_SUFFIX}\${SASL_SUFFIX}\${DB3_SUFFIX}\${MYSQL_SUFFIX}\${PGSQL_SUFFIX}\${OPENLDAP_SUFFIX}\${TLS_SUFFIX}\${IPv6_SUFFIX}" diff --git a/mail/postfix28/scripts/fix-files-list b/mail/postfix28/scripts/fix-files-list deleted file mode 100644 index cc4a1083a814..000000000000 --- a/mail/postfix28/scripts/fix-files-list +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# need to fixup ${PREFIX}/etc/postfix/postfix-files to indicate compressed -# man pages, since the ports software compresses them later, and if we -# run post-install it will complain about missing files -# (script from Simon J. Mudd) - -ed ${PREFIX}/etc/postfix/postfix-files <<EOF || exit 1 -%s/\(\/man[158]\/.*\.[158]\):/\1.gz:/ -w -q -EOF diff --git a/mail/qmail-smtp_auth+tls/Makefile b/mail/qmail-smtp_auth+tls/Makefile deleted file mode 100644 index d6a60d5a93a0..000000000000 --- a/mail/qmail-smtp_auth+tls/Makefile +++ /dev/null @@ -1,101 +0,0 @@ -# New ports collection makefile for: qmail-tls -# Date created: 03 Dec 2000 -# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. -# -# $FreeBSD$ -# - -PORTNAME= qmail -PORTVERSION= ${QMAIL_VERSION}.${TLS_PATCH_DATE} -CATEGORIES= mail -PKGNAMESUFFIX= -tls - -PATCH_SITES+= http://www.esat.kuleuven.ac.be/~vermeule/qmail/:tls -PATCHFILES+= tls.patch:tls -PATCH_DIST_STRIP+= -p1 - -MAINTAINER= lioux@FreeBSD.org - -USE_OPENSSL= YES - -TLS_PATCH_DATE= 20020825 - -# Using default from master port, i.e., /var/qmail -PREFIX?= ${QMAIL_PORT_PREFIX} -#PREFIX= /var/qmail-tls - -.if !defined(PRE_MK_INCLUDED) -.include <bsd.port.pre.mk> -.endif - -CFLAGS+= -I${OPENSSLBASE}/include -L${OPENSSLBASE}/lib -DTLS - -.if defined(WITH_TLS_DEBUG) -CFLAGS+= -DDEBUG -.endif # WITH_TLS_DEBUG - -#QMAIL_PORT= ${PORTSDIR}/mail/qmail -QMAIL_PORT= ${.CURDIR}/../qmail -QMAIL_PORT_PREFIX!= cd ${QMAIL_PORT} && ${MAKE} -V PREFIX - -DOCFILES+= ${WRKDIR}/TLS.readme - -slaveport-pre-fetch: qmail-tls-pre-fetch - -qmail-tls-pre-fetch: - @${ECHO_MSG} "WITH_TLS_DEBUG=yes enable additional debug information" - -slaveport-post-patch: qmail-tls-post-patch - -qmail-tls-post-patch: - @${HEAD} -74 ${DISTDIR}/tls.patch > ${WRKDIR}/TLS.readme - @${PERL} -pi -ne "s|/usr/local/ssl|${OPENSSLBASE}|" ${WRKSRC}/Makefile - -# Primary Ugh... ;-) -# idea stolen from www/apache13-ssl, a target written by adam@algroup.co.uk -# internal code ripped from tls.patch guts ;-) written by Frederik Vermeulen <jos-tls@kotnet.org> - -certificate: - @if [ -f ${OPENSSLDIR}/openssl.cnf ]; \ - then \ - if [ ! -d ${WRKDIR} ]; \ - then \ - ${MKDIR} ${WRKDIR} ; \ - fi ; \ - ${OPENSSLBASE}/bin/openssl req -new -x509 -nodes \ - -out ${WRKDIR}/servercert.pem -days 366 \ - -keyout ${WRKDIR}/servercert.pem ; \ - ${INSTALL} -o qmaild -g qmail -m 0640 ${WRKDIR}/servercert.pem ${PREFIX}/control/servercert.pem ; \ - ${ECHO_MSG} "===> Do not forget to do 'make clean' to clean up temporary files" ; \ - else \ - ${ECHO_MSG} "===> You must create the file ${OPENSSLDIR}/openssl.cnf first." ; \ - fi - -certificate-req: - @if [ -f ${OPENSSLDIR}/openssl.cnf ]; \ - then \ - if [ ! -d ${WRKDIR} ]; \ - then \ - ${MKDIR} ${WRKDIR} ; \ - fi ; \ - ${OPENSSLBASE}/bin/openssl req -new -nodes \ - -out ${WRKDIR}/req.pem \ - -keyout ${WRKDIR}/servercert.pem ; \ - ${INSTALL} -o qmaild -g qmail -m 0640 ${WRKDIR}/servercert.pem ${PREFIX}/control/servercert.pem ; \ - ${ECHO_MSG} ; \ - ${ECHO_MSG} "===> Do not forget to do 'make clean' to clean up temporary files" ; \ - ${ECHO_MSG} "===> Send ${WRKDIR}/req.pem to your CA to obtain signed_req.pem, and do:" ; \ - ${ECHO_MSG} "===> cat signed_req.pem >> ${PREFIX}/control/servercert.pem" ; \ - else \ - ${ECHO_MSG} "===> You must create the file ${OPENSSLDIR}/openssl.cnf first." ; \ - fi - -# Local overrides -MASTERDIR= ${QMAIL_PORT} -PKGDIR_LOCAL= ${.CURDIR} -COMMENT= ${PKGDIR_LOCAL}/pkg-comment -DESCR= ${PKGDIR_LOCAL}/pkg-descr -PKGMESSAGE= ${PKGDIR_LOCAL}/pkg-message -PLIST= ${PKGDIR_LOCAL}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/mail/qmail-smtp_auth+tls/pkg-comment b/mail/qmail-smtp_auth+tls/pkg-comment deleted file mode 100644 index ed761eae13f3..000000000000 --- a/mail/qmail-smtp_auth+tls/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A SECURE, reliable, and FAST MTA for UNIX systems WITH TLS support diff --git a/mail/qmail-smtp_auth+tls/pkg-descr b/mail/qmail-smtp_auth+tls/pkg-descr deleted file mode 100644 index 0bb7b139ef7d..000000000000 --- a/mail/qmail-smtp_auth+tls/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -What is is: [excerpt taken from tls patch] - -Frederik Vermeulen <jos-tls@kotnet.org> 20000823 -http://www.esat.kuleuven.ac.be/~vermeule/qmail/tls.patch - -This patch implements RFC2487 in qmail. This means you can -get SSL or TLS encrypted and authenticated SMTP between -the MTAs and between MTA and an MUA like Netscape4.5 TM. -The code is considered experimental. - -WWW: http://www.qmail.org/ diff --git a/mail/qmail-smtp_auth+tls/pkg-message b/mail/qmail-smtp_auth+tls/pkg-message deleted file mode 100644 index 48b6d844ca57..000000000000 --- a/mail/qmail-smtp_auth+tls/pkg-message +++ /dev/null @@ -1,27 +0,0 @@ - ATTENTIONATTENTION: - -Please make sure that you read /var/qmail/doc/PORT_NOTES. -It contains important information about testing and configuring -qmail, and finally replacing sendmail with qmail. - -You should also add /var/qmail/man to your MANPATH (see manpath(1) -or login.conf(5)). - -Do not forget to read /var/qmail/doc/TLS.readme. After all, -this is NOT our old stock qmail. - -==> You can enable qmail as your default mailer: - -# this will disable the default MTA -1) do "make disable-sendmail" - -# enable qmail as your default MTA -2) do "make enable-qmail" - -==> As you need to provide a working certificate in /var/qmail/control/cert.pem : - -# makes a self-signed certificate -3) do "make certificate" - -# makes a certificate request -4) do "make certificate-req" diff --git a/mail/qmail-smtp_auth+tls/pkg-plist b/mail/qmail-smtp_auth+tls/pkg-plist deleted file mode 100644 index e561e624d46c..000000000000 --- a/mail/qmail-smtp_auth+tls/pkg-plist +++ /dev/null @@ -1,162 +0,0 @@ -%%PORTDOCS%%%%DOCDIR%%/FAQ -%%PORTDOCS%%%%DOCDIR%%/UPGRADE -%%PORTDOCS%%%%DOCDIR%%/SENDMAIL -%%PORTDOCS%%%%DOCDIR%%/INSTALL -%%PORTDOCS%%%%DOCDIR%%/INSTALL.alias -%%PORTDOCS%%%%DOCDIR%%/INSTALL.ctl -%%PORTDOCS%%%%DOCDIR%%/INSTALL.ids -%%PORTDOCS%%%%DOCDIR%%/INSTALL.maildir -%%PORTDOCS%%%%DOCDIR%%/INSTALL.mbox -%%PORTDOCS%%%%DOCDIR%%/INSTALL.vsm -%%PORTDOCS%%%%DOCDIR%%/TEST.deliver -%%PORTDOCS%%%%DOCDIR%%/TEST.receive -%%PORTDOCS%%%%DOCDIR%%/REMOVE.sendmail -%%PORTDOCS%%%%DOCDIR%%/REMOVE.binmail -%%PORTDOCS%%%%DOCDIR%%/PIC.local2alias -%%PORTDOCS%%%%DOCDIR%%/PIC.local2ext -%%PORTDOCS%%%%DOCDIR%%/PIC.local2local -%%PORTDOCS%%%%DOCDIR%%/PIC.local2rem -%%PORTDOCS%%%%DOCDIR%%/PIC.local2virt -%%PORTDOCS%%%%DOCDIR%%/PIC.nullclient -%%PORTDOCS%%%%DOCDIR%%/PIC.relaybad -%%PORTDOCS%%%%DOCDIR%%/PIC.relaygood -%%PORTDOCS%%%%DOCDIR%%/PIC.rem2local -%%PORTDOCS%%%%DOCDIR%%/TLS.readme -boot/home -boot/home+df -boot/proc -boot/proc+df -boot/binm1 -boot/binm1+df -boot/binm2 -boot/binm2+df -boot/binm3 -boot/binm3+df - -@group qmail -@mode 04711 -@comment *** NOTE different owner -@owner qmailq -bin/qmail-queue -@owner -@mode 0700 -bin/qmail-lspawn -@mode 0700 -bin/qmail-start -@mode 0711 -bin/qmail-getpw -@mode 0711 -bin/qmail-local -@mode 0711 -bin/qmail-remote -@mode 0711 -bin/qmail-rspawn -@mode 0711 -bin/qmail-clean -@mode 0711 -bin/qmail-send -@mode 0711 -bin/splogger -@mode 0700 -bin/qmail-newu -@mode 0700 -bin/qmail-newmrh -@mode 0711 -bin/qmail-pw2u -@mode 0755 -bin/qmail-inject -@mode 0755 -bin/predate -@mode 0755 -bin/datemail -@mode 0755 -bin/mailsubj -@mode 0755 -bin/qmail-showctl -@mode 0755 -bin/qmail-qread -@mode 0755 -bin/qmail-qstat -@mode 0755 -bin/qmail-tcpto -@mode 0755 -bin/qmail-tcpok -@mode 0755 -bin/qmail-pop3d -@mode 0711 -bin/qmail-popup -@mode 0755 -bin/qmail-qmqpc -@mode 0755 -bin/qmail-qmqpd -@mode 0755 -bin/qmail-qmtpd -@mode 0755 -bin/qmail-smtpd -@mode 0755 -bin/sendmail -@mode 0755 -bin/tcp-env -@mode 0755 -bin/qreceipt -@mode 0755 -bin/qsmhook -@mode 0755 -bin/qbiff -@mode 0755 -bin/forward -@mode 0755 -bin/preline -@mode 0755 -bin/condredirect -@mode 0755 -bin/bouncesaying -@mode 0755 -bin/except -@mode 0755 -bin/maildirmake -@mode 0755 -bin/maildir2mbox -@mode 0755 -bin/maildirwatch -@mode 0755 -bin/qail -@mode 0755 -bin/elq -@mode 0755 -bin/pinq - -@group -@owner -@mode - -@comment This port installs the following manually (ie. not through qmail-hier) -configure/install -configure/config -configure/config-fast -configure/dnsfq -configure/hostname -configure/dnsip -configure/ipmeprint -configure/dnsptr -%%PORTDOCS%%%%DOCDIR%%/BLURB -%%PORTDOCS%%%%DOCDIR%%/BLURB2 -%%PORTDOCS%%%%DOCDIR%%/BLURB3 -%%PORTDOCS%%%%DOCDIR%%/BLURB4 -%%PORTDOCS%%%%DOCDIR%%/INTERNALS -%%PORTDOCS%%%%DOCDIR%%/SECURITY -%%PORTDOCS%%%%DOCDIR%%/THOUGHTS -%%PORTDOCS%%%%DOCDIR%%/PORT_NOTES -%%PORTDOCS%%%%DOCDIR%%/PORT_NOTES_FreeBSD_40-RELEASE -%%PORTDOCS%%%%DOCDIR%%/SYSDEPS -%%PORTDOCS%%%%DOCDIR%%/mailer.conf.sample -%%PORTDOCS%%%%DOCDIR%%/mkaliasdir -boot/maildir -%%PORTDOCS%%@dirrm %%DOCDIR%% -@dirrm configure -@dirrm boot -@dirrm bin - -@unexec echo "1) If you are permanently removing qmail, you should also ``rm -Rf ${PKG_PREFIX}/alias ${PKG_PREFIX}/control ${PKG_PREFIX}/queue ${PKG_PREFIX}/users'' and remove the qmail users/groups." | /usr/bin/fmt -@unexec echo "2) Do not forget to reconfigure your /etc/mail/mailer.conf to use your older MTA, or reconfigure your old MTA binaries if you decided to replace them." | /usr/bin/fmt -@unexec echo "3) Do not forget to enable sendmail as your default MTA if you have to. Go to mail/qmail portsdir and do a 'make enable-sendmail'" | /usr/bin/fmt diff --git a/mail/qmail-smtp_auth/Makefile b/mail/qmail-smtp_auth/Makefile deleted file mode 100644 index d6a60d5a93a0..000000000000 --- a/mail/qmail-smtp_auth/Makefile +++ /dev/null @@ -1,101 +0,0 @@ -# New ports collection makefile for: qmail-tls -# Date created: 03 Dec 2000 -# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. -# -# $FreeBSD$ -# - -PORTNAME= qmail -PORTVERSION= ${QMAIL_VERSION}.${TLS_PATCH_DATE} -CATEGORIES= mail -PKGNAMESUFFIX= -tls - -PATCH_SITES+= http://www.esat.kuleuven.ac.be/~vermeule/qmail/:tls -PATCHFILES+= tls.patch:tls -PATCH_DIST_STRIP+= -p1 - -MAINTAINER= lioux@FreeBSD.org - -USE_OPENSSL= YES - -TLS_PATCH_DATE= 20020825 - -# Using default from master port, i.e., /var/qmail -PREFIX?= ${QMAIL_PORT_PREFIX} -#PREFIX= /var/qmail-tls - -.if !defined(PRE_MK_INCLUDED) -.include <bsd.port.pre.mk> -.endif - -CFLAGS+= -I${OPENSSLBASE}/include -L${OPENSSLBASE}/lib -DTLS - -.if defined(WITH_TLS_DEBUG) -CFLAGS+= -DDEBUG -.endif # WITH_TLS_DEBUG - -#QMAIL_PORT= ${PORTSDIR}/mail/qmail -QMAIL_PORT= ${.CURDIR}/../qmail -QMAIL_PORT_PREFIX!= cd ${QMAIL_PORT} && ${MAKE} -V PREFIX - -DOCFILES+= ${WRKDIR}/TLS.readme - -slaveport-pre-fetch: qmail-tls-pre-fetch - -qmail-tls-pre-fetch: - @${ECHO_MSG} "WITH_TLS_DEBUG=yes enable additional debug information" - -slaveport-post-patch: qmail-tls-post-patch - -qmail-tls-post-patch: - @${HEAD} -74 ${DISTDIR}/tls.patch > ${WRKDIR}/TLS.readme - @${PERL} -pi -ne "s|/usr/local/ssl|${OPENSSLBASE}|" ${WRKSRC}/Makefile - -# Primary Ugh... ;-) -# idea stolen from www/apache13-ssl, a target written by adam@algroup.co.uk -# internal code ripped from tls.patch guts ;-) written by Frederik Vermeulen <jos-tls@kotnet.org> - -certificate: - @if [ -f ${OPENSSLDIR}/openssl.cnf ]; \ - then \ - if [ ! -d ${WRKDIR} ]; \ - then \ - ${MKDIR} ${WRKDIR} ; \ - fi ; \ - ${OPENSSLBASE}/bin/openssl req -new -x509 -nodes \ - -out ${WRKDIR}/servercert.pem -days 366 \ - -keyout ${WRKDIR}/servercert.pem ; \ - ${INSTALL} -o qmaild -g qmail -m 0640 ${WRKDIR}/servercert.pem ${PREFIX}/control/servercert.pem ; \ - ${ECHO_MSG} "===> Do not forget to do 'make clean' to clean up temporary files" ; \ - else \ - ${ECHO_MSG} "===> You must create the file ${OPENSSLDIR}/openssl.cnf first." ; \ - fi - -certificate-req: - @if [ -f ${OPENSSLDIR}/openssl.cnf ]; \ - then \ - if [ ! -d ${WRKDIR} ]; \ - then \ - ${MKDIR} ${WRKDIR} ; \ - fi ; \ - ${OPENSSLBASE}/bin/openssl req -new -nodes \ - -out ${WRKDIR}/req.pem \ - -keyout ${WRKDIR}/servercert.pem ; \ - ${INSTALL} -o qmaild -g qmail -m 0640 ${WRKDIR}/servercert.pem ${PREFIX}/control/servercert.pem ; \ - ${ECHO_MSG} ; \ - ${ECHO_MSG} "===> Do not forget to do 'make clean' to clean up temporary files" ; \ - ${ECHO_MSG} "===> Send ${WRKDIR}/req.pem to your CA to obtain signed_req.pem, and do:" ; \ - ${ECHO_MSG} "===> cat signed_req.pem >> ${PREFIX}/control/servercert.pem" ; \ - else \ - ${ECHO_MSG} "===> You must create the file ${OPENSSLDIR}/openssl.cnf first." ; \ - fi - -# Local overrides -MASTERDIR= ${QMAIL_PORT} -PKGDIR_LOCAL= ${.CURDIR} -COMMENT= ${PKGDIR_LOCAL}/pkg-comment -DESCR= ${PKGDIR_LOCAL}/pkg-descr -PKGMESSAGE= ${PKGDIR_LOCAL}/pkg-message -PLIST= ${PKGDIR_LOCAL}/pkg-plist - -.include "${MASTERDIR}/Makefile" diff --git a/mail/qmail-smtp_auth/pkg-comment b/mail/qmail-smtp_auth/pkg-comment deleted file mode 100644 index ed761eae13f3..000000000000 --- a/mail/qmail-smtp_auth/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A SECURE, reliable, and FAST MTA for UNIX systems WITH TLS support diff --git a/mail/qmail-smtp_auth/pkg-descr b/mail/qmail-smtp_auth/pkg-descr deleted file mode 100644 index 0bb7b139ef7d..000000000000 --- a/mail/qmail-smtp_auth/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -What is is: [excerpt taken from tls patch] - -Frederik Vermeulen <jos-tls@kotnet.org> 20000823 -http://www.esat.kuleuven.ac.be/~vermeule/qmail/tls.patch - -This patch implements RFC2487 in qmail. This means you can -get SSL or TLS encrypted and authenticated SMTP between -the MTAs and between MTA and an MUA like Netscape4.5 TM. -The code is considered experimental. - -WWW: http://www.qmail.org/ diff --git a/mail/qmail-smtp_auth/pkg-message b/mail/qmail-smtp_auth/pkg-message deleted file mode 100644 index 48b6d844ca57..000000000000 --- a/mail/qmail-smtp_auth/pkg-message +++ /dev/null @@ -1,27 +0,0 @@ - ATTENTIONATTENTION: - -Please make sure that you read /var/qmail/doc/PORT_NOTES. -It contains important information about testing and configuring -qmail, and finally replacing sendmail with qmail. - -You should also add /var/qmail/man to your MANPATH (see manpath(1) -or login.conf(5)). - -Do not forget to read /var/qmail/doc/TLS.readme. After all, -this is NOT our old stock qmail. - -==> You can enable qmail as your default mailer: - -# this will disable the default MTA -1) do "make disable-sendmail" - -# enable qmail as your default MTA -2) do "make enable-qmail" - -==> As you need to provide a working certificate in /var/qmail/control/cert.pem : - -# makes a self-signed certificate -3) do "make certificate" - -# makes a certificate request -4) do "make certificate-req" diff --git a/mail/qmail-smtp_auth/pkg-plist b/mail/qmail-smtp_auth/pkg-plist deleted file mode 100644 index e561e624d46c..000000000000 --- a/mail/qmail-smtp_auth/pkg-plist +++ /dev/null @@ -1,162 +0,0 @@ -%%PORTDOCS%%%%DOCDIR%%/FAQ -%%PORTDOCS%%%%DOCDIR%%/UPGRADE -%%PORTDOCS%%%%DOCDIR%%/SENDMAIL -%%PORTDOCS%%%%DOCDIR%%/INSTALL -%%PORTDOCS%%%%DOCDIR%%/INSTALL.alias -%%PORTDOCS%%%%DOCDIR%%/INSTALL.ctl -%%PORTDOCS%%%%DOCDIR%%/INSTALL.ids -%%PORTDOCS%%%%DOCDIR%%/INSTALL.maildir -%%PORTDOCS%%%%DOCDIR%%/INSTALL.mbox -%%PORTDOCS%%%%DOCDIR%%/INSTALL.vsm -%%PORTDOCS%%%%DOCDIR%%/TEST.deliver -%%PORTDOCS%%%%DOCDIR%%/TEST.receive -%%PORTDOCS%%%%DOCDIR%%/REMOVE.sendmail -%%PORTDOCS%%%%DOCDIR%%/REMOVE.binmail -%%PORTDOCS%%%%DOCDIR%%/PIC.local2alias -%%PORTDOCS%%%%DOCDIR%%/PIC.local2ext -%%PORTDOCS%%%%DOCDIR%%/PIC.local2local -%%PORTDOCS%%%%DOCDIR%%/PIC.local2rem -%%PORTDOCS%%%%DOCDIR%%/PIC.local2virt -%%PORTDOCS%%%%DOCDIR%%/PIC.nullclient -%%PORTDOCS%%%%DOCDIR%%/PIC.relaybad -%%PORTDOCS%%%%DOCDIR%%/PIC.relaygood -%%PORTDOCS%%%%DOCDIR%%/PIC.rem2local -%%PORTDOCS%%%%DOCDIR%%/TLS.readme -boot/home -boot/home+df -boot/proc -boot/proc+df -boot/binm1 -boot/binm1+df -boot/binm2 -boot/binm2+df -boot/binm3 -boot/binm3+df - -@group qmail -@mode 04711 -@comment *** NOTE different owner -@owner qmailq -bin/qmail-queue -@owner -@mode 0700 -bin/qmail-lspawn -@mode 0700 -bin/qmail-start -@mode 0711 -bin/qmail-getpw -@mode 0711 -bin/qmail-local -@mode 0711 -bin/qmail-remote -@mode 0711 -bin/qmail-rspawn -@mode 0711 -bin/qmail-clean -@mode 0711 -bin/qmail-send -@mode 0711 -bin/splogger -@mode 0700 -bin/qmail-newu -@mode 0700 -bin/qmail-newmrh -@mode 0711 -bin/qmail-pw2u -@mode 0755 -bin/qmail-inject -@mode 0755 -bin/predate -@mode 0755 -bin/datemail -@mode 0755 -bin/mailsubj -@mode 0755 -bin/qmail-showctl -@mode 0755 -bin/qmail-qread -@mode 0755 -bin/qmail-qstat -@mode 0755 -bin/qmail-tcpto -@mode 0755 -bin/qmail-tcpok -@mode 0755 -bin/qmail-pop3d -@mode 0711 -bin/qmail-popup -@mode 0755 -bin/qmail-qmqpc -@mode 0755 -bin/qmail-qmqpd -@mode 0755 -bin/qmail-qmtpd -@mode 0755 -bin/qmail-smtpd -@mode 0755 -bin/sendmail -@mode 0755 -bin/tcp-env -@mode 0755 -bin/qreceipt -@mode 0755 -bin/qsmhook -@mode 0755 -bin/qbiff -@mode 0755 -bin/forward -@mode 0755 -bin/preline -@mode 0755 -bin/condredirect -@mode 0755 -bin/bouncesaying -@mode 0755 -bin/except -@mode 0755 -bin/maildirmake -@mode 0755 -bin/maildir2mbox -@mode 0755 -bin/maildirwatch -@mode 0755 -bin/qail -@mode 0755 -bin/elq -@mode 0755 -bin/pinq - -@group -@owner -@mode - -@comment This port installs the following manually (ie. not through qmail-hier) -configure/install -configure/config -configure/config-fast -configure/dnsfq -configure/hostname -configure/dnsip -configure/ipmeprint -configure/dnsptr -%%PORTDOCS%%%%DOCDIR%%/BLURB -%%PORTDOCS%%%%DOCDIR%%/BLURB2 -%%PORTDOCS%%%%DOCDIR%%/BLURB3 -%%PORTDOCS%%%%DOCDIR%%/BLURB4 -%%PORTDOCS%%%%DOCDIR%%/INTERNALS -%%PORTDOCS%%%%DOCDIR%%/SECURITY -%%PORTDOCS%%%%DOCDIR%%/THOUGHTS -%%PORTDOCS%%%%DOCDIR%%/PORT_NOTES -%%PORTDOCS%%%%DOCDIR%%/PORT_NOTES_FreeBSD_40-RELEASE -%%PORTDOCS%%%%DOCDIR%%/SYSDEPS -%%PORTDOCS%%%%DOCDIR%%/mailer.conf.sample -%%PORTDOCS%%%%DOCDIR%%/mkaliasdir -boot/maildir -%%PORTDOCS%%@dirrm %%DOCDIR%% -@dirrm configure -@dirrm boot -@dirrm bin - -@unexec echo "1) If you are permanently removing qmail, you should also ``rm -Rf ${PKG_PREFIX}/alias ${PKG_PREFIX}/control ${PKG_PREFIX}/queue ${PKG_PREFIX}/users'' and remove the qmail users/groups." | /usr/bin/fmt -@unexec echo "2) Do not forget to reconfigure your /etc/mail/mailer.conf to use your older MTA, or reconfigure your old MTA binaries if you decided to replace them." | /usr/bin/fmt -@unexec echo "3) Do not forget to enable sendmail as your default MTA if you have to. Go to mail/qmail portsdir and do a 'make enable-sendmail'" | /usr/bin/fmt diff --git a/mail/qmailadmin-devel/Makefile b/mail/qmailadmin-devel/Makefile deleted file mode 100644 index d60d42c3081c..000000000000 --- a/mail/qmailadmin-devel/Makefile +++ /dev/null @@ -1,87 +0,0 @@ -# New ports collection makefile for: qmailadmin -# Date created: 23 Sep 2000 -# Whom: Neil Blakey-Milner -# -# $FreeBSD$ -# - -PORTNAME= qmailadmin -PORTVERSION= 1.0.6 -CATEGORIES= mail www -MASTER_SITES= http://www.inter7.com/qmailadmin/ - -MAINTAINER= roam@FreeBSD.org - -BUILD_DEPENDS= \ - ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ - autorespond:${PORTSDIR}/mail/autorespond \ - ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx \ - ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -RUN_DEPENDS= \ - ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ - autorespond:${PORTSDIR}/mail/autorespond \ - ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx \ - ${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail - -GNU_CONFIGURE= YES -USE_GMAKE= YES - -# -# User-configurable variables -# -# CGIBINDIR - location of your cgi directory -# CGIBINSUBDIR - subdirectory to place cgi scripts in -# CGIBINURL - location of your cgi directory in a URL -# WEBDATADIR - location of your html files -# WEBDATASUBDIR - subdirectory to place html files in (not working yet) -# -# WITHOUT_IPAUTH - disable the IP address check after login -# WITHOUT_USER_INDEX - disable the user index display, which might -# confuse earlier versions of Internet Explorer -# - -CGIBINDIR?= www/cgi-bin.default -CGIBINSUBDIR?= qmailadmin -CGIBINURL?= cgi-bin -WEBDATADIR?= www/data.default -WEBDATASUBDIR?= - -# I'm working on this.. -.if ${WEBDATASUBDIR} != "" -BROKEN= do not set WEBDATASUBDIR: qmailadmin is a bit buggy in that respect -.endif - -PLIST_SUB+= CGIBINDIR="${CGIBINDIR}" CGIBINSUBDIR="${CGIBINSUBDIR}" \ - WEBDATADIR="${WEBDATADIR}" WEBDATASUBDIR="${WEBDATASUBDIR}" - -# -# QMAIL_DIR - location of qmail directory -# - -.if exists(${LOCALBASE}/qmail/bin/qmail-send) -QMAIL_DIR?= ${LOCALBASE}/qmail -.else -QMAIL_DIR?= /var/qmail -.endif - -# End of user-configurable variables - -CONFIGURE_ARGS+= \ - --enable-htmldir=${PREFIX}/${WEBDATADIR}/${WEBDATASUBDIR} \ - --enable-cgibindir=${PREFIX}/${CGIBINDIR}/${CGIBINSUBDIR} \ - --with-htmllibdir=${PREFIX}/share/qmailadmin \ - --enable-cgipath=/${CGIBINURL}/${CGIBINSUBDIR}/qmailadmin \ - --enable-ezmlmidx=y - -.if defined(WITHOUT_IPAUTH) -CONFIGURE_ARGS+= --enable-ipauth=n -.endif - -.if defined(WITHOUT_USER_INDEX) -CONFIGURE_ARGS+= --enable-user-index=n -.endif - -pre-install: - @${MKDIR} ${PREFIX}/share/qmailadmin/html - -.include <bsd.port.mk> diff --git a/mail/qmailadmin-devel/distinfo b/mail/qmailadmin-devel/distinfo deleted file mode 100644 index bcf41408623c..000000000000 --- a/mail/qmailadmin-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qmailadmin-1.0.6.tar.gz) = 7a6a4acb4f8a04b4cf5170778713020b diff --git a/mail/qmailadmin-devel/pkg-comment b/mail/qmailadmin-devel/pkg-comment deleted file mode 100644 index 64d0715d5b11..000000000000 --- a/mail/qmailadmin-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -CGI program for administering Qmail with vchkpw/vpopmail diff --git a/mail/qmailadmin-devel/pkg-descr b/mail/qmailadmin-devel/pkg-descr deleted file mode 100644 index 5ff40bf2cab5..000000000000 --- a/mail/qmailadmin-devel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -QmailAdmin is a cgi program for administering Qmail with vchkpw. - -WWW: http://www.inter7.com/qmailadmin/ diff --git a/mail/qmailadmin-devel/pkg-plist b/mail/qmailadmin-devel/pkg-plist deleted file mode 100644 index 3e32d934b5c0..000000000000 --- a/mail/qmailadmin-devel/pkg-plist +++ /dev/null @@ -1,77 +0,0 @@ -share/qmailadmin/html/ChangeLog -share/qmailadmin/html/add_alias.html -share/qmailadmin/html/add_alias.html~ -share/qmailadmin/html/add_autorespond.html -share/qmailadmin/html/add_forward.html -share/qmailadmin/html/add_listmod.html -share/qmailadmin/html/add_listdig.html -share/qmailadmin/html/add_listuser.html -share/qmailadmin/html/add_mailinglist-idx.html -share/qmailadmin/html/add_mailinglist-no-idx.html -share/qmailadmin/html/add_user.html -share/qmailadmin/html/colortable -share/qmailadmin/html/da -share/qmailadmin/html/de -share/qmailadmin/html/del_alias_confirm.html -share/qmailadmin/html/del_autorespond_confirm.html -share/qmailadmin/html/del_forward_confirm.html -share/qmailadmin/html/del_listdig.html -share/qmailadmin/html/del_listmod.html -share/qmailadmin/html/del_listuser.html -share/qmailadmin/html/del_mailinglist_confirm.html -share/qmailadmin/html/del_mod.html -share/qmailadmin/html/del_user_confirm.html -share/qmailadmin/html/en -share/qmailadmin/html/en-us -share/qmailadmin/html/es -share/qmailadmin/html/footer.html -share/qmailadmin/html/fr -share/qmailadmin/html/header.html -share/qmailadmin/html/hu -share/qmailadmin/html/it -share/qmailadmin/html/ja -share/qmailadmin/html/main_menu.html -share/qmailadmin/html/mod_autorespond.html -share/qmailadmin/html/mod_dotqmail.html -share/qmailadmin/html/mod_mailinglist-idx.html -share/qmailadmin/html/mod_user.html -share/qmailadmin/html/no -share/qmailadmin/html/pt-BR -share/qmailadmin/html/pl -share/qmailadmin/html/ru -share/qmailadmin/html/setremotecatchall.html -share/qmailadmin/html/show_alias.html -share/qmailadmin/html/show_autorespond.html -share/qmailadmin/html/show_digest_subscribers.html -share/qmailadmin/html/show_forwards.html -share/qmailadmin/html/show_login.html -share/qmailadmin/html/show_mailinglist.html -share/qmailadmin/html/show_moderators.html -share/qmailadmin/html/show_subscribers.html -share/qmailadmin/html/show_users.html -share/qmailadmin/html/sv -share/qmailadmin/html/tr -%%CGIBINDIR%%/%%CGIBINSUBDIR%%/qmailadmin -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/delete.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/disabled.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/lowerleft.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/lowermiddle.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/lowerright.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/main1.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/main2.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/middleleft1.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/middleleft2.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/middlelogin.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/middleright1.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/pixel.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/upperleft.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/uppermiddle1.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/uppermiddle2.png -%%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin/upperright.png -@dirrm %%WEBDATADIR%%/%%WEBDATASUBDIR%%/images/qmailadmin -@dirrm %%WEBDATADIR%%/%%WEBDATASUBDIR%%/images -@unexec /bin/rmdir %%WEBDATADIR%% 2> /dev/null || true -@dirrm %%CGIBINDIR%%/%%CGIBINSUBDIR%% -@unexec /bin/rmdir %%CGIBINDIR%% 2> /dev/null || true -@dirrm share/qmailadmin/html -@dirrm share/qmailadmin diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile deleted file mode 100644 index ff331832a24e..000000000000 --- a/mail/qmhandle/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: qmHandle -# Date created: 17 August 2001 -# Whom: petef -# -# $FreeBSD$ -# - -PORTNAME= qmHandle -PORTVERSION= 1.0.0 -CATEGORIES= mail -MASTER_SITES= http://www.italpro.net/mb/soft/ - -MAINTAINER= petef@FreeBSD.org - -RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-qstat:${PORTSDIR}/mail/qmail - -NO_WRKSUBDIR= yes -NO_BUILD= yes -USE_BZIP2= yes - -.if exists(${LOCALBASE}/qmail/bin/qmail-qstat) -QMAIL_DIR?= ${LOCALBASE}/qmail -.else -QMAIL_DIR?= /var/qmail -.endif - -post-patch: - @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/qmHandle - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/qmHandle ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in HISTORY README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/mail/qmhandle/distinfo b/mail/qmhandle/distinfo deleted file mode 100644 index 770f51c71b5e..000000000000 --- a/mail/qmhandle/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qmHandle-1.0.0.tar.bz2) = d2f1da6e2cf2c5edc7669318b46fdad4 diff --git a/mail/qmhandle/pkg-comment b/mail/qmhandle/pkg-comment deleted file mode 100644 index c002ee0c8f68..000000000000 --- a/mail/qmhandle/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Tool to view and manage a qmail queue diff --git a/mail/qmhandle/pkg-descr b/mail/qmhandle/pkg-descr deleted file mode 100644 index a1ee3de18714..000000000000 --- a/mail/qmhandle/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -qmHandle is a simple program which allows you to view and manage a qmail -message queue. - -The key features of qmHandle are: - * You can read the qmail queue, like you do with the qmail-qread program. - However, the output of this program is improved over qmail-qread, with - the output of the message subjects and color capabilities; - * You can print queue statistics, like qmail-qstat, with color capabilities; - * You can view a message in the queue; - * You can remove a message from the queue. - -WWW: http://www.italpro.net/mb/soft/qmhandle.html - -- Pete -petef@FreeBSD.org diff --git a/mail/qmhandle/pkg-plist b/mail/qmhandle/pkg-plist deleted file mode 100644 index 2bb092b008dd..000000000000 --- a/mail/qmhandle/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/qmHandle -%%PORTDOCS%%share/doc/qmHandle/HISTORY -%%PORTDOCS%%share/doc/qmHandle/README -%%PORTDOCS%%@dirrm share/doc/qmHandle diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile deleted file mode 100644 index c878b8a91374..000000000000 --- a/mail/rubygem-tmail/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: Ruby-TMail -# Date created: 22 Aug 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= tmail -PORTVERSION= 0.10.6 -PORTREVISION= 1 -CATEGORIES= mail ruby -MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTVERSION}-all -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org - -USE_RUBY= yes -USE_RUBY_SETUP= yes -USE_RUBY_FEATURES= racc-runtime - -CONFIGURE_ARGS= --with=tmail - -WRKDIR_TMAIL= ${WRKSRC}/packages/tmail - -do-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKDIR_TMAIL}/sample/ ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR}/ja - ${CP} -R ${WRKDIR_TMAIL}/Incompatibilities ${WRKDIR_TMAIL}/README.en ${WRKDIR_TMAIL}/doc.en/* ${RUBY_MODDOCDIR}/ - ${CP} -R ${WRKDIR_TMAIL}/Incompatibilities.ja ${WRKDIR_TMAIL}/README.ja ${WRKDIR_TMAIL}/doc.ja/* ${RUBY_MODDOCDIR}/ja/ -.endif - -.include <bsd.port.mk> diff --git a/mail/rubygem-tmail/distinfo b/mail/rubygem-tmail/distinfo deleted file mode 100644 index b85b252d5afc..000000000000 --- a/mail/rubygem-tmail/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/tmail-0.10.6-all.tar.gz) = 375513dbba2c3fa157bcf59a557a85f6 diff --git a/mail/rubygem-tmail/files/patch-mails.c b/mail/rubygem-tmail/files/patch-mails.c deleted file mode 100644 index 75d704eda870..000000000000 --- a/mail/rubygem-tmail/files/patch-mails.c +++ /dev/null @@ -1,11 +0,0 @@ ---- packages/tmail/ext/tmail/mails/mails.c.orig Sun Nov 10 23:18:39 2002 -+++ packages/tmail/ext/tmail/mails/mails.c Sat Nov 16 04:55:28 2002 -@@ -58,7 +58,7 @@ - - static VALUE - mails_s_new(klass, str, ident, cmt) -- VALUE klass; -+ VALUE klass, str, ident, cmt; - { - struct scanner *sc; - const char *tmp; diff --git a/mail/rubygem-tmail/pkg-comment b/mail/rubygem-tmail/pkg-comment deleted file mode 100644 index 4498e89e1f91..000000000000 --- a/mail/rubygem-tmail/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A RFC2822/MIME compliant mail manipulating library for Ruby diff --git a/mail/rubygem-tmail/pkg-descr b/mail/rubygem-tmail/pkg-descr deleted file mode 100644 index 659655c1c621..000000000000 --- a/mail/rubygem-tmail/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -TMail is a mail manipulating library for Ruby, with RFC822 and MIME -multipart support. - -Author: Minero Aoki <aamine@loveruby.net> -WWW: http://www.loveruby.net/en/tmail.html diff --git a/mail/rubygem-tmail/pkg-plist b/mail/rubygem-tmail/pkg-plist deleted file mode 100644 index da1dd82034c3..000000000000 --- a/mail/rubygem-tmail/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/tmail/cmails.so -%%RUBY_SITEARCHLIBDIR%%/tmail/tmbase64.so -%%RUBY_SITELIBDIR%%/tmail.rb -@dirrm %%RUBY_SITEARCHLIBDIR%%/tmail -%%RUBY_SITELIBDIR%%/tmail/_loadlib.rb -%%RUBY_SITELIBDIR%%/tmail/address.rb -%%RUBY_SITELIBDIR%%/tmail/base64.rb -%%RUBY_SITELIBDIR%%/tmail/config.rb -%%RUBY_SITELIBDIR%%/tmail/encode.rb -%%RUBY_SITELIBDIR%%/tmail/facade.rb -%%RUBY_SITELIBDIR%%/tmail/header.rb -%%RUBY_SITELIBDIR%%/tmail/info.rb -%%RUBY_SITELIBDIR%%/tmail/loader.rb -%%RUBY_SITELIBDIR%%/tmail/mail.rb -%%RUBY_SITELIBDIR%%/tmail/mbox.rb -%%RUBY_SITELIBDIR%%/tmail/net.rb -%%RUBY_SITELIBDIR%%/tmail/obsolete.rb -%%RUBY_SITELIBDIR%%/tmail/parser.rb -%%RUBY_SITELIBDIR%%/tmail/port.rb -%%RUBY_SITELIBDIR%%/tmail/rmails.rb -%%RUBY_SITELIBDIR%%/tmail/scanner.rb -%%RUBY_SITELIBDIR%%/tmail/stringio.rb -%%RUBY_SITELIBDIR%%/tmail/tmail.rb -%%RUBY_SITELIBDIR%%/tmail/utils.rb -@dirrm %%RUBY_SITELIBDIR%%/tmail -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/from-check.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/multipart.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/parse-bench.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/parse-test.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sendmail.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/data/multipart -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/data/normal -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/data/sendtest -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/data/simple -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/data/test -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/data -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Incompatibilities -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/address.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/basics.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/config.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/details.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/mail.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/mbox.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/notes.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/port.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/tmail.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/usage.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/Incompatibilities.ja -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/address.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/basics.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/config.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/details.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/mail.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/mbox.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/notes.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/port.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/tmail.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/usage.html -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile deleted file mode 100644 index de726183fc34..000000000000 --- a/mail/sendmail811/Makefile +++ /dev/null @@ -1,186 +0,0 @@ -# New ports collection makefile for: sendmail -# Date created: 20 Apr 2000 -# Whom: dirk.meyer@dinoex.sub.org -# -# $FreeBSD$ -# - -PORTNAME= sendmail -PORTVERSION= 8.11.6 -PORTREVISION= 2 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,} -DISTNAME= ${PORTNAME}.${PORTVERSION} - -MAINTAINER= dinoex@FreeBSD.org - -NO_LATEST_LINK= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -WCONF= ${WRKSRC}/devtools/Site -SITE= ${FILESDIR}/site.config.m4.pre4 -PLIST= ${WRKDIR}/.PLIST.more -DOCS= KNOWNBUGS LICENSE PGPKEYS README RELEASE_NOTES \ - sendmail/TRACEFLAGS -MAN1= mailq.1 newaliases.1 vacation.1 -MAN5= aliases.5 -MAN8= sendmail.8 mailstats.8 makemap.8 praliases.8 smrsh.8 \ - mail.local.8 rmail.8 - -# Options to define Features: -# SENDMAIL_WITHOUT_IPV6=yes -# SENDMAIL_WITHOUT_MILTER=yes -# SENDMAIL_WITH_TLS=yes -# SENDMAIL_WITH_SASL=yes -# SENDMAIL_WITH_SFIO=yes -# SENDMAIL_WITH_LDAP=yes - -.if defined(SENDMAIL_WITH_LDAP) -PKGNAMESUFFIX?= -ldap -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap2 -.endif -.if defined(SENDMAIL_WITH_SASL) -LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl -PKGNAMESUFFIX?= -sasl -.endif -.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) -PKGNAMESUFFIX?= -tls -.endif -.if defined(SENDMAIL_WITH_SFIO) -PKGNAMESUFFIX?= -sfio -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsfio.a:${PORTSDIR}/devel/sfio -.endif - -# Build site.config.m4 -.if exists(${DESTDIR}/etc/mail/mailer.conf) -SITE+= ${FILESDIR}/site.config.m4 -.if ! defined(SENDMAIL_WITHOUT_IPV6) -SITE+= ${FILESDIR}/site.config.m4.ipv6 -.endif -.endif -.if defined(SENDMAIL_WITH_SFIO) -SITE+= ${FILESDIR}/site.config.m4.sfio -.endif -.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) -.if ! exists(${DESTDIR}/etc/mail/mailer.conf) -SITE+= ${FILESDIR}/site.config.m4.ssl -.endif -SITE+= ${FILESDIR}/site.config.m4.tls -.endif -.if defined(SENDMAIL_WITH_SASL) -SITE+= ${FILESDIR}/site.config.m4.sasl -.endif -.if defined(SENDMAIL_WITH_LDAP) -SITE+= ${FILESDIR}/site.config.m4.ldap -.endif -.if ! defined(SENDMAIL_WITHOUT_MILTER) -SITE+= ${FILESDIR}/site.config.m4.milter -.endif - -# install directly if no mailwrapper support -.if ! exists(${DESTDIR}/etc/mail/mailer.conf) -PREFIX?= ${DESTDIR}/usr -MANPREFIX?= ${DESTDIR}/usr/share -.endif -PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==} -SENDMAIL= ${PREFIX}/sbin/sendmail - -do-configure: - @${MV} ${WRKSRC}/devtools/OS/FreeBSD ${WRKSRC}/devtools/OS/FreeBSD.sed - ${SED} -e "s,\`-pthread\',\`${PTHREAD_LIBS}\'," \ - -e "s,\`-O\',\`${CFLAGS}\'," \ - ${WRKSRC}/devtools/OS/FreeBSD.sed \ - > ${WRKSRC}/devtools/OS/FreeBSD - ${SED} -e "s=%%PREFIX%%=${PREFIX}=" -e "s=%%LOCALBASE%%=${LOCALBASE}=" \ - ${SITE} > ${WCONF}/site.config.m4 - -.if ! defined(SENDMAIL_WITHOUT_MILTER) -post-build: - ( cd ${WRKSRC}/libmilter && ${MAKE} ) -.endif - -pre-install: - @${CAT} ${PKGDIR}/pkg-plist >${PLIST} -.if ! defined(SENDMAIL_WITHOUT_MILTER) - @${CAT} ${FILESDIR}/pkg-milter >>${PLIST} -.endif -.if !defined(NOPORTDOCS) - @cd ${WRKSRC} && find cf -type f | \ - ${AWK} '{print "share/sendmail/" $$1}' >>${PLIST} - @cd ${WRKSRC} && find -d cf -type d | \ - ${AWK} '{print "@dirrm share/sendmail/" $$1}' >>${PLIST} - @${ECHO_CMD} "@dirrm share/sendmail" >>${PLIST} -.for i in ${DOCS} - @${ECHO_CMD} `${BASENAME} ${i}` | \ - ${AWK} '{print "share/doc/sendmail/" $$1}' >>${PLIST} -.endfor - @${ECHO_CMD} "@dirrm share/doc/sendmail" >>${PLIST} -.endif - -# We want mail.local and rmail for our system. -# the build install catmans only, we have to fix this. -post-install: - ( cd ${WRKSRC}/mail.local && ${MAKE} force-install ) - ( cd ${WRKSRC}/rmail && ${MAKE} force-install ) -.if ! defined(SENDMAIL_WITHOUT_MILTER) - ${MKDIR} ${PREFIX}/include/libmilter - ${INSTALL_DATA} ${WRKSRC}/include/libmilter/mfapi.h \ - ${PREFIX}/include/libmilter/ - ${INSTALL_DATA} \ - ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libmilter/libmilter.a \ - ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libsmutil/libsmutil.a \ - ${PREFIX}/lib/ -.endif -.for i in ${MAN8} - @${RM} -f ${MANPREFIX}/man/cat8/${i} ${MANPREFIX}/man/cat8/${i}.gz - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man8 -.endfor -.for i in ${MAN5} - @${RM} -f ${MANPREFIX}/man/cat5/${i} ${MANPREFIX}/man/cat5/${i}.gz - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man5 -.endfor -.for i in ${MAN1} - @${RM} -f ${MANPREFIX}/man/cat1/${i} ${MANPREFIX}/man/cat1/${i}.gz - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man1 -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/sendmail ${DOCSDIR} - @${TAR} -C ${WRKSRC} -cf - cf | \ - ${TAR} -C ${PREFIX}/share/sendmail -xf - - @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/devtools/README ${DOCSDIR}/DEVTOOLS - ${INSTALL_DATA} ${WRKSRC}/sendmail/README ${DOCSDIR}/SENDMAIL - ${INSTALL_DATA} ${WRKSRC}/mail.local/README ${DOCSDIR}/MAIL.LOCAL - ${INSTALL_DATA} ${WRKSRC}/smrsh/README ${DOCSDIR}/SMRSH -.if ! defined(SENDMAIL_WITHOUT_MILTER) - ${INSTALL_DATA} ${WRKSRC}/libmilter/README ${DOCSDIR}/MILTER -.endif -.endif -.if exists(${DESTDIR}/etc/mail/mailer.conf) - @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} - -mailer.conf: - @${SED} \ - -e "s=^sendmail[ ]*/.*$$=sendmail ${SENDMAIL}=" \ - -e "s=^send-mail[ ]*/.*$$=send-mail ${SENDMAIL}=" \ - -e "s=^mailq[ ]*/.*$$=mailq ${SENDMAIL}=" \ - -e "s=^newaliases[ ]*/.*$$=newaliases ${SENDMAIL}=" \ - -e "s=^hoststat[ ]*/.*$$=hoststat ${SENDMAIL}=" \ - -e "s=^purgestat[ ]*/.*$$=purgestat ${SENDMAIL}=" \ - ${DESTDIR}/etc/mail/mailer.conf > ${DESTDIR}/etc/mail/mailer.conf.new - ${MV} ${DESTDIR}/etc/mail/mailer.conf.new \ - ${DESTDIR}/etc/mail/mailer.conf -.endif - -.include <bsd.port.pre.mk> - -.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) -.include <${PORTSDIR}/security/openssl/Makefile.ssl> -.endif - -.if exists(${FILESDIR}/site.config.m4.local) -SITE+= ${FILESDIR}/site.config.m4.local -.endif - -.include <bsd.port.post.mk> diff --git a/mail/sendmail811/distinfo b/mail/sendmail811/distinfo deleted file mode 100644 index 4cd8af6d7915..000000000000 --- a/mail/sendmail811/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sendmail.8.11.6.tar.gz) = a57e7681d810d9d6400cbe6bbcf06aa0 diff --git a/mail/sendmail811/files/patch-aa b/mail/sendmail811/files/patch-aa deleted file mode 100644 index 1bbc4bb837e1..000000000000 --- a/mail/sendmail811/files/patch-aa +++ /dev/null @@ -1,263 +0,0 @@ -diff -ur cf/m4/cfhead.m4 src/contrib/sendmail/cf/m4/cfhead.m4 ---- cf/m4/cfhead.m4 Thu Aug 24 19:09:50 2000 -+++ src/contrib/sendmail/cf/m4/cfhead.m4 Mon Nov 6 11:23:40 2000 -@@ -214,7 +215,8 @@ - define(`_REC_FULL_AUTH_', `$.$?{auth_type}(authenticated as ${auth_authen} $?{auth_author}for ${auth_author} $.with ${auth_type}') - define(`_REC_HDR_', `$?sfrom $s $.$?_($?s$|from $.$_)') - define(`_REC_END_', `for $u; $|; -- $.$b') -+ $.$b$?g -+ (envelope-from $g)$.') - define(`_REC_TLS_', `(using ${tls_version} with cipher ${cipher} (${cipher_bits} bits) verified ${verify})$.$?u') - define(`_REC_BY_', `$.by $j ($v/$Z)$?r with $r$. id $i$?{tls_version}') - define(`confRECEIVED_HEADER', `_REC_HDR_ -diff -ur cf/ostype/bsd4.4.m4 src/contrib/sendmail/cf/ostype/bsd4.4.m4 ---- cf/ostype/bsd4.4.m4 Sun Apr 25 22:00:56 1999 -+++ src/contrib/sendmail/cf/ostype/bsd4.4.m4 Wed Oct 4 23:19:29 2000 -@@ -16,5 +16,6 @@ - divert(0) - VERSIONID(`$Id: bsd4.4.m4,v 8.14 1999/04/24 05:37:40 gshapiro Exp $') - ifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/log/sendmail.st')')dnl - ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', /usr/libexec/mail.local)')dnl -+ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail $u')')dnl - ifdef(`UUCP_MAILER_ARGS',, `define(`UUCP_MAILER_ARGS', `uux - -r -z -a$g $h!rmail ($u)')')dnl -diff -ur cf/sh/makeinfo.sh src/contrib/sendmail/cf/sh/makeinfo.sh ---- cf/sh/makeinfo.sh Sun Feb 7 08:26:25 1999 -+++ src/contrib/sendmail/cf/sh/makeinfo.sh Wed Oct 4 23:19:29 2000 -@@ -52,7 +54,7 @@ - else - host=`uname -n` - fi --echo '#####' built by $user@$host on `date` -+echo '#####' built by $user@$host on `LC_ALL=C LC_TIME=C date` - echo '#####' in `pwd` | sed 's/\/tmp_mnt//' - echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//' - echo "define(\`__HOST__', $host)dnl" -diff -ur mail.local/mail.local.8 src/contrib/sendmail/mail.local/mail.local.8 ---- mail.local/mail.local.8.orig Fri Dec 29 19:12:16 2000 -+++ mail.local/mail.local.8 Sun Dec 31 10:27:40 2000 -@@ -16,7 +16,7 @@ - \- store mail in a mailbox - .SH SYNOPSIS - .B mail.local --.RB [ \-7 "] [" \-b "] [" \-d "] [" \-l "] [" \-f -+.RB [ \-7 "] [" \-B "] [" \-b "] [" \-d "] [" \-l "] [" \-s "] [" \-f - .IR from "] " - .RB [ \-r - .IR from "] " "user ..." -@@ -34,6 +36,11 @@ - .B \-7 - Do not advertise 8BITMIME support in LMTP mode. - .TP -+.B \-B -+Turn off the attempts to notify the -+.Dq biff -+service. -+.TP - .B \-b - Return a permanent error instead of a temporary error - if a mailbox exceeds quota. -@@ -46,6 +53,13 @@ - .TP - .B \-l - Turn on LMTP mode. -+.TP -+.B \-s -+Turn off the -+.Xr fsync 2 -+call that forces the mailbox to be committed to disk before returning a -+.Dq success -+status. - .TP - .BI \-r " from" - Specify the sender's name (for backward compatibility). -@@ -93,7 +107,6 @@ - .PD - .SH SEE ALSO - mail(1), --xsend(1), - flock(2), - getservbyname(3), - comsat(8), -diff -ur mail.local/mail.local.c src/contrib/sendmail/mail.local/mail.local.c ---- mail.local/mail.local.c Sun Feb 11 21:08:20 2001 -+++ src/contrib/sendmail/mail.local/mail.local.c Mon Mar 5 21:48:22 2001 -@@ -154,7 +156,7 @@ - - # if defined(BSD4_4) || defined(__GLIBC__) - # include <paths.h> --# define _PATH_LOCTMP "/tmp/local.XXXXXX" -+# define _PATH_LOCTMP "/var/tmp/local.XXXXXX" - # endif /* defined(BSD4_4) || defined(__GLIBC__) */ - - # ifdef BSD4_4 -@@ -215,7 +217,7 @@ - # endif /* USE_SETRESUID */ - - # ifndef _PATH_LOCTMP --# define _PATH_LOCTMP "/tmp/local.XXXXXX" -+# define _PATH_LOCTMP "/var/tmp/local.XXXXXX" - # endif /* ! _PATH_LOCTMP */ - # ifndef _PATH_MAILDIR - # define _PATH_MAILDIR "/var/spool/mail" -@@ -252,6 +254,8 @@ - bool HoldErrs = FALSE; /* Hold errors in ErrBuf */ - bool LMTPMode = FALSE; - bool BounceQuota = FALSE; /* permanent error when over quota */ -+bool nobiff = FALSE; -+bool nofsync = FALSE; - - void deliver __P((int, char *)); - int e_to_sys __P((int)); -@@ -291,7 +295,7 @@ - # endif /* LOG_MAIL */ - - from = NULL; -- while ((ch = getopt(argc, argv, "7bdf:r:l")) != -1) -+ while ((ch = getopt(argc, argv, "7Bbdf:r:ls")) != -1) - { - switch(ch) - { -@@ -299,6 +303,10 @@ - EightBitMime = FALSE; - break; - -+ case 'B': -+ nobiff = TRUE; -+ break; -+ - case 'b': /* bounce mail when over quota. */ - BounceQuota = TRUE; - break; -@@ -320,6 +328,10 @@ - LMTPMode = TRUE; - break; - -+ case 's': -+ nofsync++; -+ break; -+ - case '?': - default: - usage(); -@@ -329,7 +341,8 @@ - argv += optind; - - /* initialize biff structures */ -- notifybiff(NULL); -+ if (!nobiff) -+ notifybiff(NULL); - - if (LMTPMode) - { -@@ -1135,14 +1148,17 @@ - goto err1; - } - -- /* Get the starting offset of the new message for biff. */ -- curoff = lseek(mbfd, (off_t) 0, SEEK_END); -- if (sizeof curoff > sizeof(long)) -- (void) snprintf(biffmsg, sizeof(biffmsg), "%s@%s\n", -- name, quad_to_string(curoff)); -- else -- (void) snprintf(biffmsg, sizeof(biffmsg), "%s@%ld\n", -- name, (long) curoff); -+ if (!nobiff) -+ { -+ /* Get the starting offset of the new message for biff. */ -+ curoff = lseek(mbfd, (off_t) 0, SEEK_END); -+ if (sizeof curoff > sizeof(long)) -+ (void) snprintf(biffmsg, sizeof(biffmsg), "%s@%s\n", -+ name, quad_to_string(curoff)); -+ else -+ (void) snprintf(biffmsg, sizeof(biffmsg), "%s@%ld\n", -+ name, (long) curoff); -+ } - - /* Copy the message into the file. */ - if (lseek(fd, (off_t) 0, SEEK_SET) == (off_t) -1) -@@ -1203,7 +1219,7 @@ - } - - /* Flush to disk, don't wait for update. */ -- if (fsync(mbfd) < 0) -+ if (!nofsync && fsync(mbfd) < 0) - { - mailerr("450 4.2.0", "%s: %s", path, errstring(errno)); - err3: -@@ -1229,7 +1245,7 @@ - mailerr(errcode, "%s: %s", path, errstring(errno)); - (void) truncate(path, curoff); - } -- else -+ else if (!nobiff) - notifybiff(biffmsg); - - if (setreuid(0, 0) < 0) -@@ -1408,7 +1424,7 @@ - usage() - { - ExitVal = EX_USAGE; -- mailerr(NULL, "usage: mail.local [-7] [-b] [-l] [-f from] user ..."); -+ mailerr(NULL, "usage: mail.local [-7] [-B] [-b] [-l] [-f from] [-s] user ..."); - exit(ExitVal); - } - -diff -ur rmail/rmail.c src/contrib/sendmail/rmail/rmail.c ---- rmail/rmail.c Sun Sep 17 00:20:25 2000 -+++ src/contrib/sendmail/rmail/rmail.c Mon Nov 6 11:23:42 2000 -@@ -318,7 +320,11 @@ - args[i++] = _PATH_SENDMAIL; /* Build sendmail's argument list. */ - args[i++] = "-G"; /* relay submission */ - args[i++] = "-oee"; /* No errors, just status. */ -+#ifdef QUEUE_ONLY - args[i++] = "-odq"; /* Queue it, don't try to deliver. */ -+#else -+ args[i++] = "-odi"; /* Deliver in foreground. */ -+#endif - args[i++] = "-oi"; /* Ignore '.' on a line by itself. */ - - /* set from system and protocol used */ -diff -ur smrsh/smrsh.8 src/contrib/sendmail/smrsh/smrsh.8 ---- smrsh/smrsh.8.orig Sat Dec 16 00:18:40 2000 -+++ smrsh/smrsh.8 Sun Dec 31 10:37:02 2000 -@@ -39,7 +41,7 @@ - .I smrsh - limits programs to be in a single directory, - by default --/usr/adm/sm.bin, -+/usr/libexec/sm.bin, - allowing the system administrator to choose the set of acceptable commands, - and to the shell builtin commands ``exec'', ``exit'', and ``echo''. - It also rejects any commands with the characters -@@ -50,13 +52,12 @@ - ``"|exec /usr/local/bin/procmail -f- /etc/procmailrcs/user || exit 75"'' - .PP - Initial pathnames on programs are stripped, --so forwarding to ``/usr/ucb/vacation'', --``/usr/bin/vacation'', -+so forwarding to ``/usr/bin/vacation'', - ``/home/server/mydir/bin/vacation'', - and - ``vacation'' - all actually forward to --``/usr/adm/sm.bin/vacation''. -+``/usr/libexec/sm.bin/vacation''. - .PP - System administrators should be conservative about populating - the sm.bin directory. -@@ -78,11 +79,11 @@ - Compilation should be trivial on most systems. - You may need to use \-DPATH=\e"\fIpath\fP\e" - to adjust the default search path --(defaults to ``/bin:/usr/bin:/usr/ucb'') -+(defaults to ``/bin:/usr/bin'') - and/or \-DCMDBIN=\e"\fIdir\fP\e" - to change the default program directory --(defaults to ``/usr/adm/sm.bin''). -+(defaults to ``/usr/libexec/sm.bin''). - .SH FILES --/usr/adm/sm.bin \- directory for restricted programs -+/usr/libexec/sm.bin \- directory for restricted programs - .SH SEE ALSO - sendmail(8) diff --git a/mail/sendmail811/files/patch-daemon.c b/mail/sendmail811/files/patch-daemon.c deleted file mode 100644 index 5ed34a14e2c8..000000000000 --- a/mail/sendmail811/files/patch-daemon.c +++ /dev/null @@ -1,39 +0,0 @@ ---- sendmail/daemon.c 2001/08/01 03:19:45 1.1.1.3.2.6 -+++ sendmail/daemon.c 2001/09/09 19:31:37 -@@ -1877,17 +1877,6 @@ - gothostent: - if (hp == NULL) - { --# if NAMED_BIND -- /* check for name server timeouts */ -- if (errno == ETIMEDOUT || h_errno == TRY_AGAIN || -- (errno == ECONNREFUSED && UseNameServer)) -- { -- save_errno = errno; -- mci_setstat(mci, EX_TEMPFAIL, "4.4.3", NULL); -- errno = save_errno; -- return EX_TEMPFAIL; -- } --# endif /* NAMED_BIND */ - # if NETINET6 - /* - ** Try v6 first, then fall back to v4. -@@ -1903,6 +1892,17 @@ - if (v6found) - goto v6tempfail; - # endif /* NETINET6 */ -+# if NAMED_BIND -+ /* check for name server timeouts */ -+ if (errno == ETIMEDOUT || h_errno == TRY_AGAIN || -+ (errno == ECONNREFUSED && UseNameServer)) -+ { -+ save_errno = errno; -+ mci_setstat(mci, EX_TEMPFAIL, "4.4.3", NULL); -+ errno = save_errno; -+ return EX_TEMPFAIL; -+ } -+# endif /* NAMED_BIND */ - save_errno = errno; - mci_setstat(mci, EX_NOHOST, "5.1.2", NULL); - errno = save_errno; - diff --git a/mail/sendmail811/files/patch-vacation.1 b/mail/sendmail811/files/patch-vacation.1 deleted file mode 100644 index c120a23fb873..000000000000 --- a/mail/sendmail811/files/patch-vacation.1 +++ /dev/null @@ -1,41 +0,0 @@ -diff -ur vacation/vacation.1 src/contrib/sendmail/vacation/vacation.1 ---- vacation/vacation.1 Fri Dec 29 19:12:23 2000 -+++ vacation/vacation.1 Sat Mar 3 11:27:12 2001 -@@ -24,8 +26,10 @@ - .RB [ \-x ] - .RB [ \-a - .IR alias ] -+.RB [ \-d ] - .RB [ \-f - .IR database ] -+.RB [ \-l ] - .RB [ \-m - .IR message ] - .RB [ \-s -@@ -59,6 +63,15 @@ - in the same manner as those received for the user's - login name. - .TP -+.B \-d -+Send error/debug messages to stdout instead of syslog. -+Otherwise, fatal errors, such as calling -+.B vacation -+with incorrect arguments, or with non-existent -+.IR login s, -+are logged in the system log file, using -+syslog(8). -+.TP - .BI \-f " filename" - Use - .I filename -@@ -78,6 +91,10 @@ - Same as - .B \-i - (for backwards compatibility). -+.TP -+.B \-l -+List the content of the vacation database file including the address -+and the associated time of the last auto-response to that address. - .TP - .BI \-m " filename" - Use diff --git a/mail/sendmail811/files/pkg-milter b/mail/sendmail811/files/pkg-milter deleted file mode 100644 index 78d9d64c0a6f..000000000000 --- a/mail/sendmail811/files/pkg-milter +++ /dev/null @@ -1,5 +0,0 @@ -include/libmilter/mfapi.h -lib/libmilter.a -lib/libsmutil.a -@dirrm include/libmilter -%%PORTDOCS%%share/doc/sendmail/MILTER diff --git a/mail/sendmail811/files/site.config.m4 b/mail/sendmail811/files/site.config.m4 deleted file mode 100644 index adc2b11bf108..000000000000 --- a/mail/sendmail811/files/site.config.m4 +++ /dev/null @@ -1,8 +0,0 @@ -define(`confEBINDIR',`%%PREFIX%%/libexec') -define(`confMANROOT',`%%PREFIX%%/man/cat') -define(`confMANROOTMAN',`%%PREFIX%%/man/man') -define(`confMBINDIR',`%%PREFIX%%/sbin') -define(`confSBINDIR',`%%PREFIX%%/sbin') -define(`confUBINDIR',`%%PREFIX%%/bin') -APPENDDEF(`conf_sendmail_ENVDEF', `-DTCPWRAPPERS') -APPENDDEF(`conf_sendmail_LIBS', `-lwrap')" diff --git a/mail/sendmail811/files/site.config.m4.ipv6 b/mail/sendmail811/files/site.config.m4.ipv6 deleted file mode 100644 index 41f0cccf3a1d..000000000000 --- a/mail/sendmail811/files/site.config.m4.ipv6 +++ /dev/null @@ -1,2 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-DNETINET6') -APPENDDEF(`conf_libmilter_ENVDEF', `-DNETINET6') diff --git a/mail/sendmail811/files/site.config.m4.ldap b/mail/sendmail811/files/site.config.m4.ldap deleted file mode 100644 index c03a8749c808..000000000000 --- a/mail/sendmail811/files/site.config.m4.ldap +++ /dev/null @@ -1,5 +0,0 @@ -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include') -APPENDDEF(`conf_sendmail_ENVDEF', `-DLDAPMAP') -APPENDDEF(`conf_sendmail_LIBS', `-lldap') -APPENDDEF(`conf_sendmail_LIBS', `-llber') diff --git a/mail/sendmail811/files/site.config.m4.milter b/mail/sendmail811/files/site.config.m4.milter deleted file mode 100644 index 6fa49ec50d17..000000000000 --- a/mail/sendmail811/files/site.config.m4.milter +++ /dev/null @@ -1,2 +0,0 @@ -APPENDDEF(`conf_libmilter_ENVDEF', `-D_FFR_MILTER=1') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_MILTER=1') diff --git a/mail/sendmail811/files/site.config.m4.pre4 b/mail/sendmail811/files/site.config.m4.pre4 deleted file mode 100644 index 6edccedcdf8e..000000000000 --- a/mail/sendmail811/files/site.config.m4.pre4 +++ /dev/null @@ -1,4 +0,0 @@ -APPENDDEF(`conf_mail_local_ENVDEF', `-DQUEUE_ONLY') -APPENDDEF(`conf_sendmail_ENVDEF', `-DPICKY_HELO_CHECK') -APPENDDEF(`conf_smrsh_ENVDEF', `-DCMDDIR="\"%%PREFIX%%/libexec/sm.bin\""') -APPENDDEF(`conf_smrsh_ENVDEF', `-DPATH="\"/bin:/usr/bin\""') diff --git a/mail/sendmail811/files/site.config.m4.sasl b/mail/sendmail811/files/site.config.m4.sasl deleted file mode 100644 index c1140b4d19f3..000000000000 --- a/mail/sendmail811/files/site.config.m4.sasl +++ /dev/null @@ -1,5 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include/sasl1') -APPENDDEF(`conf_sendmail_ENVDEF', `-DSASL') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_UNSAFE_SASL -D_FFR_SASL_OPTS') -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`conf_sendmail_LIBS', `-lsasl') diff --git a/mail/sendmail811/files/site.config.m4.sfio b/mail/sendmail811/files/site.config.m4.sfio deleted file mode 100644 index 9abe6d48d7b3..000000000000 --- a/mail/sendmail811/files/site.config.m4.sfio +++ /dev/null @@ -1,6 +0,0 @@ -define(`confSTDIO_TYPE', `portable') -APPENDDEF(`confENVDEF', `-U_FFR_TLS_TOREK -DSFIO') -APPENDDEF(`confINCDIRS', `-I%%LOCALBASE%%/include/sfio') -APPENDDEF(`confINCDIRS', `-I%%LOCALBASE%%/include') -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`confLIBS', `-lsfio') diff --git a/mail/sendmail811/files/site.config.m4.ssl b/mail/sendmail811/files/site.config.m4.ssl deleted file mode 100644 index 9e291b26e856..000000000000 --- a/mail/sendmail811/files/site.config.m4.ssl +++ /dev/null @@ -1,3 +0,0 @@ -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`confINCDIRS', `-I%%LOCALBASE%%/include') -APPENDDEF(`conf_sendmail_ENVDEF', `-DHASSRANDOMDEV') diff --git a/mail/sendmail811/files/site.config.m4.tls b/mail/sendmail811/files/site.config.m4.tls deleted file mode 100644 index 40cfc2e0f1c5..000000000000 --- a/mail/sendmail811/files/site.config.m4.tls +++ /dev/null @@ -1,5 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_TLS_O_T') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_TLS_1') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_TLS_TOREK') -APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto') diff --git a/mail/sendmail811/pkg-comment b/mail/sendmail811/pkg-comment deleted file mode 100644 index d25358f26867..000000000000 --- a/mail/sendmail811/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Reliable, highly configurable mail transfer agent with utilities diff --git a/mail/sendmail811/pkg-descr b/mail/sendmail811/pkg-descr deleted file mode 100644 index 21e2ecf498f9..000000000000 --- a/mail/sendmail811/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Sendmail implements a general purpose internetwork mail routing facility -under the UNIX operating system. It is not tied to any one transport -protocol - its function may be likened to a crossbar switch, relaying -messages from one domain into another. In the process, it can do a limited -amount of message header editing to put the message into a format that is -appropriate for the receiving domain. All of this is done under the -control of a configuration file. - -Sendmail is a trademark of Sendmail, Inc. - -WWW: http://www.sendmail.org/ diff --git a/mail/sendmail811/pkg-message b/mail/sendmail811/pkg-message deleted file mode 100644 index 3182ce372cfa..000000000000 --- a/mail/sendmail811/pkg-message +++ /dev/null @@ -1,29 +0,0 @@ - ---------------------------------------------------- - -If you update your configuration from 8.9.x add the following to your -'*.mc' file(s): - -MODIFY_MAILER_FLAGS(`LOCAL', `+S')dnl - -because mail.local is no longer installed set-user-id root. This is not -needed if you are using FEATURE(`local_lmtp'). - -To activate sendmail as your default mailer, call the target 'mailer.conf': - -$ make mailer.conf - -Your '/etc/mail/mailer.conf' should look like this: - -# -# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail -# -sendmail %%PREFIX%%/sbin/sendmail -send-mail %%PREFIX%%/sbin/sendmail -mailq %%PREFIX%%/sbin/sendmail -newaliases %%PREFIX%%/sbin/sendmail - -You may also need to update /etc/rc.conf. - ---------------------------------------------------- - diff --git a/mail/sendmail811/pkg-plist b/mail/sendmail811/pkg-plist deleted file mode 100644 index 24e59e173c9d..000000000000 --- a/mail/sendmail811/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail811/Attic/pkg-plist,v 1.5 2001-10-09 19:16:58 dinoex Exp $ -bin/hoststat -bin/mailq -bin/newaliases -bin/purgestat -bin/rmail -bin/vacation -libexec/mail.local -libexec/smrsh -sbin/mailstats -sbin/makemap -sbin/praliases -sbin/sendmail -%%PORTDOCS%%share/doc/sendmail/DEVTOOLS -%%PORTDOCS%%share/doc/sendmail/SENDMAIL -%%PORTDOCS%%share/doc/sendmail/MAIL.LOCAL -%%PORTDOCS%%share/doc/sendmail/SMRSH diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile deleted file mode 100644 index 0526b5ec91e9..000000000000 --- a/mail/sendmail812/Makefile +++ /dev/null @@ -1,251 +0,0 @@ -# New ports collection makefile for: sendmail -# Date created: 20 Apr 2000 -# Whom: dirk.meyer@dinoex.sub.org -# -# $FreeBSD$ -# - -PORTNAME= sendmail -PORTVERSION= 8.12.6 -PORTREVISION= 1 -CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,} -DISTNAME= ${PORTNAME}.${PORTVERSION} - -MAINTAINER= dinoex@FreeBSD.org - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -WCONF= ${WRKSRC}/devtools/Site -SITE= ${FILESDIR}/site.config.m4.pre4 -PLIST= ${WRKDIR}/.PLIST.more -DOCS= KNOWNBUGS LICENSE PGPKEYS README RELEASE_NOTES \ - sendmail/TRACEFLAGS sendmail/SECURITY sendmail/TUNING -MAN1= mailq.1 newaliases.1 vacation.1 -MAN5= aliases.5 -MAN8= sendmail.8 mailstats.8 makemap.8 praliases.8 smrsh.8 \ - mail.local.8 rmail.8 editmap.8 -SENDMAIL= ${PREFIX}/sbin/sendmail -PLIST_SUB+= PREFIX=${PREFIX:S=${PREFIX}/==} - -# Options to define Features: -# SENDMAIL_WITHOUT_IPV6=yes -# SENDMAIL_WITHOUT_MILTER=yes -# SENDMAIL_WITH_TLS=yes -# SENDMAIL_WITH_SASL=yes -# SENDMAIL_WITH_SASL2=yes -# SENDMAIL_WITH_LDAP=yes -# SENDMAIL_WITH_PICKY_HELO_CHECK=yes - -.if defined(SENDMAIL_WITH_LDAP) -PKGNAMESUFFIX?= -ldap -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap2 -.endif -.if defined(SENDMAIL_WITH_SASL) -LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl -PKGNAMESUFFIX?= -sasl -.endif -.if defined(SENDMAIL_WITH_SASL2) -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -PKGNAMESUFFIX?= -sasl2 -.endif -.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) -PKGNAMESUFFIX?= -tls -.endif - -# Build site.config.m4 -.if exists(${DESTDIR}/etc/mail/mailer.conf) -SITE+= ${FILESDIR}/site.config.m4 -.if ! defined(SENDMAIL_WITHOUT_IPV6) -SITE+= ${FILESDIR}/site.config.m4.ipv6 -.endif -.endif -.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) -.if ! exists(${DESTDIR}/etc/mail/mailer.conf) -SITE+= ${FILESDIR}/site.config.m4.ssl -.endif -SITE+= ${FILESDIR}/site.config.m4.tls -.endif -.if defined(SENDMAIL_WITH_SASL) -SITE+= ${FILESDIR}/site.config.m4.sasl -.endif -.if defined(SENDMAIL_WITH_SASL2) -SITE+= ${FILESDIR}/site.config.m4.sasl2 -.endif -.if defined(SENDMAIL_WITH_LDAP) -SITE+= ${FILESDIR}/site.config.m4.ldap -.endif -.if ! defined(SENDMAIL_WITHOUT_MILTER) -SITE+= ${FILESDIR}/site.config.m4.milter -.endif - -# install directly if no mailwrapper support -.if ! exists(${DESTDIR}/etc/mail/mailer.conf) -PREFIX?= ${DESTDIR}/usr -MANPREFIX?= ${DESTDIR}/usr/share -PLIST_SUB+= ETCPORT="@comment " -.else -PLIST_SUB+= ETCPORT="" -.endif - -post-extract: - @${SED} -e "s=%%PREFIX%%=${PREFIX}=" ${FILESDIR}/sm-client.sh \ - > ${WRKSRC}/sm-client.sh - @${SED} -e "s=%%PREFIX%%=${PREFIX}=" ${FILESDIR}/sendmail.sh \ - > ${WRKSRC}/sendmail.sh - -do-configure: - @${MV} ${WRKSRC}/devtools/OS/FreeBSD ${WRKSRC}/devtools/OS/FreeBSD.sed - ${SED} -e "s,\`-pthread\',\`${PTHREAD_LIBS}\'," \ - -e "s,\`-O\',\`${CFLAGS}\'," \ - ${WRKSRC}/devtools/OS/FreeBSD.sed \ - > ${WRKSRC}/devtools/OS/FreeBSD - ${SED} -e "s=%%PREFIX%%=${PREFIX}=" -e "s=%%LOCALBASE%%=${LOCALBASE}=" \ - ${SITE} > ${WCONF}/site.config.m4 -.if defined(SENDMAIL_WITH_PICKY_HELO_CHECK) - ${ECHO_CMD} \ - 'APPENDDEF(`conf_sendmail_ENVDEF'\'', `-DPICKY_HELO_CHECK'\'')' \ - >> ${WCONF}/site.config.m4 -.endif - -post-build: - ( cd ${WRKSRC}/doc/op && ${MAKE} op.txt ) -.if ! defined(SENDMAIL_WITHOUT_MILTER) - ( cd ${WRKSRC}/libmilter && ${MAKE} ) -.endif - -pre-install: - @${CAT} ${PKGDIR}/pkg-plist >${PLIST} -.if ! defined(SENDMAIL_WITHOUT_MILTER) - @${CAT} ${FILESDIR}/pkg-milter >>${PLIST} -.endif - if ! pw groupshow smmsp; then pw groupadd smmsp -g 25; fi - if ! pw usershow smmsp; then pw useradd smmsp -g smmsp -u 25 \ - -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi -.if !defined(NOPORTDOCS) - @cd ${WRKSRC} && find cf -type f | \ - ${AWK} '{print "share/sendmail/" $$1}' >>${PLIST} - @cd ${WRKSRC} && find -d cf -type d | \ - ${AWK} '{print "@dirrm share/sendmail/" $$1}' >>${PLIST} - @${ECHO_CMD} "@dirrm share/sendmail" >>${PLIST} -.for i in ${DOCS} - @${ECHO_CMD} `${BASENAME} ${i}` | \ - ${AWK} '{print "share/doc/sendmail/" $$1}' >>${PLIST} -.endfor - @${ECHO_CMD} "@dirrm share/doc/sendmail" >>${PLIST} -.endif - -# We want mail.local and rmail for our system. -# the build install catmans only, we have to fix this. -post-install: - ( cd ${WRKSRC}/mail.local && ${MAKE} force-install ) - ( cd ${WRKSRC}/rmail && ${MAKE} force-install ) -.if ! defined(SENDMAIL_WITHOUT_MILTER) - ${MKDIR} ${PREFIX}/include/libmilter - ${INSTALL_DATA} ${WRKSRC}/include/libmilter/mfapi.h \ - ${WRKSRC}/include/libmilter/mfdef.h \ - ${PREFIX}/include/libmilter/ - ${INSTALL_DATA} \ - ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libmilter/libmilter.a \ - ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libsm/libsm.a \ - ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libsmutil/libsmutil.a \ - ${WRKSRC}/obj.`${WRKSRC}/devtools/bin/Build -A`/libsmdb/libsmdb.a \ - ${PREFIX}/lib/ -.endif -.if exists(${DESTDIR}/etc/mail/mailer.conf) - ${INSTALL_SCRIPT} ${WRKSRC}/sm-client.sh \ - ${LOCALBASE}/etc/rc.d/sm-client.sh.sample - ${INSTALL_SCRIPT} ${WRKSRC}/sendmail.sh \ - ${LOCALBASE}/etc/rc.d/sendmail.sh.sample -.endif - ${CHOWN} smmsp:smmsp /var/spool/clientmqueue - ${CHMOD} 770 /var/spool/clientmqueue -.for i in ${MAN8} - @${RM} -f ${MANPREFIX}/man/cat8/${i} ${MANPREFIX}/man/cat8/${i}.gz - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man8 -.endfor -.for i in ${MAN5} - @${RM} -f ${MANPREFIX}/man/cat5/${i} ${MANPREFIX}/man/cat5/${i}.gz - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man5 -.endfor -.for i in ${MAN1} - @${RM} -f ${MANPREFIX}/man/cat1/${i} ${MANPREFIX}/man/cat1/${i}.gz - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${MANPREFIX}/man/man1 -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/sendmail ${DOCSDIR} - @${TAR} -C ${WRKSRC} -cf - cf | \ - ${TAR} -C ${PREFIX}/share/sendmail -xf - - @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/doc/op/op.ps ${DOCSDIR}/op.ps - ${INSTALL_DATA} ${WRKSRC}/doc/op/op.txt ${DOCSDIR}/op.txt - ${INSTALL_DATA} ${WRKSRC}/devtools/README ${DOCSDIR}/DEVTOOLS - ${INSTALL_DATA} ${WRKSRC}/sendmail/README ${DOCSDIR}/SENDMAIL - ${INSTALL_DATA} ${WRKSRC}/mail.local/README ${DOCSDIR}/MAIL.LOCAL - ${INSTALL_DATA} ${WRKSRC}/smrsh/README ${DOCSDIR}/SMRSH -.if ! defined(SENDMAIL_WITHOUT_MILTER) - ${INSTALL_DATA} ${WRKSRC}/libmilter/README ${DOCSDIR}/MILTER - ${MKDIR} ${DOCSDIR}/libmilter - @${TAR} -C ${WRKSRC}/libmilter/docs -cf - . | \ - ${TAR} -C ${DOCSDIR}/libmilter -xf - -.endif -.endif -.if exists(${DESTDIR}/etc/mail/mailer.conf) - @${SED} s!%%PREFIX%%!${PREFIX}!g ${PKGMESSAGE} - -mailer.conf: - @${SED} \ - -e "s=^sendmail[ ]*/.*$$=sendmail ${SENDMAIL}=" \ - -e "s=^send-mail[ ]*/.*$$=send-mail ${SENDMAIL}=" \ - -e "s=^mailq[ ]*/.*$$=mailq ${SENDMAIL}=" \ - -e "s=^newaliases[ ]*/.*$$=newaliases ${SENDMAIL}=" \ - -e "s=^hoststat[ ]*/.*$$=hoststat ${SENDMAIL}=" \ - -e "s=^purgestat[ ]*/.*$$=purgestat ${SENDMAIL}=" \ - ${DESTDIR}/etc/mail/mailer.conf > ${DESTDIR}/etc/mail/mailer.conf.new - ${MV} ${DESTDIR}/etc/mail/mailer.conf.new \ - ${DESTDIR}/etc/mail/mailer.conf -.endif - -# create sumbit.cf on older systems -# -submit.cf: ${DESTDIR}/etc/mail/submit.cf - -${DESTDIR}/etc/mail/submit.mc: - ${INSTALL_DATA} ${PREFIX}/share/sendmail/cf/cf/submit.mc \ - ${DESTDIR}/etc/mail/submit.mc - -${DESTDIR}/etc/mail/submit.cf: ${DESTDIR}/etc/mail/submit.mc - @( cd ${DESTDIR}/etc/mail && ${MAKE} \ - SENDMAIL_CF_DIR=${PREFIX}/share/sendmail/cf \ - SENDMAIL_MC=submit ) - -# create basics for smtp-auth -# -install-sasldb: - @${ECHO_CMD} "# Links:" - @${ECHO_CMD} "#" - @${ECHO_CMD} "# http://www.sendmail.org/~gshapiro/ - @${ECHO_CMD} "# http://www.sendmail.org/~ca/email/auth.html" - @${ECHO_CMD} "# http://www.asp.ogi.edu/people/paja/linux/sendmail/" - @${ECHO_CMD} "# http://blue-labs.org/clue/sendmail.php" - @${ECHO_CMD} "# http://www.digitalanswers.org/sendmail/" - @${ECHO_CMD} "#" - -# create certificates for TLS/SSL -# -tls-install: - env DESTDIR=${DESTDIR} FILESDIR=${FILESDIR} \ - sh ${FILESDIR}/tls-install.sh - -.include <bsd.port.pre.mk> - -.if defined(SENDMAIL_WITH_TLS) || defined(WITH_TLS) -.include <${PORTSDIR}/security/openssl/Makefile.ssl> -.endif - -.if exists(${FILESDIR}/site.config.m4.local) -SITE+= ${FILESDIR}/site.config.m4.local -.endif - -.include <bsd.port.post.mk> diff --git a/mail/sendmail812/distinfo b/mail/sendmail812/distinfo deleted file mode 100644 index 11ea4cfce34a..000000000000 --- a/mail/sendmail812/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sendmail.8.12.6.tar.gz) = 73e18ea78b2386b774963c8472cbd309 diff --git a/mail/sendmail812/files/patch-aa b/mail/sendmail812/files/patch-aa deleted file mode 100644 index c353c5ad932f..000000000000 --- a/mail/sendmail812/files/patch-aa +++ /dev/null @@ -1,237 +0,0 @@ -diff -ur cf/m4/cfhead.m4.orig cf/m4/cfhead.m4 ---- cf/m4/cfhead.m4.orig Sun Jun 10 03:45:13 2001 -+++ cf/m4/cfhead.m4 Fri Jun 15 06:47:34 2001 -@@ -260,7 +261,8 @@ - define(`_REC_FULL_AUTH_', `$.$?{auth_type}(authenticated as ${auth_authen} $?{auth_author}for ${auth_author} $.with ${auth_type}') - define(`_REC_HDR_', `$?sfrom $s $.$?_($?s$|from $.$_)') - define(`_REC_END_', `for $u; $|; -- $.$b') -+ $.$b$?g -+ (envelope-from $g)$.') - define(`_REC_TLS_', `(version=${tls_version} cipher=${cipher} bits=${cipher_bits} verify=${verify})$.$?u') - define(`_REC_BY_', `$.by $j ($v/$Z)$?r with $r$. id $i$?{tls_version}') - define(`confRECEIVED_HEADER', `_REC_HDR_ -diff -ur cf/ostype/bsd4.4.m4 src/contrib/sendmail/cf/ostype/bsd4.4.m4 ---- cf/ostype/bsd4.4.m4 Sun Apr 25 22:00:56 1999 -+++ src/contrib/sendmail/cf/ostype/bsd4.4.m4 Wed Oct 4 23:19:29 2000 -@@ -16,5 +16,6 @@ - divert(0) - VERSIONID(`$Id: bsd4.4.m4,v 8.14 1999/04/24 05:37:40 gshapiro Exp $') - ifdef(`STATUS_FILE',, `define(`STATUS_FILE', `/var/log/sendmail.st')')dnl - ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', /usr/libexec/mail.local)')dnl -+ifdef(`LOCAL_MAILER_ARGS',, `define(`LOCAL_MAILER_ARGS', `mail $u')')dnl - ifdef(`UUCP_MAILER_ARGS',, `define(`UUCP_MAILER_ARGS', `uux - -r -z -a$g $h!rmail ($u)')')dnl -diff -ur cf/sh/makeinfo.sh src/contrib/sendmail/cf/sh/makeinfo.sh ---- cf/sh/makeinfo.sh Sun Feb 7 08:26:25 1999 -+++ src/contrib/sendmail/cf/sh/makeinfo.sh Wed Oct 4 23:19:29 2000 -@@ -52,7 +54,7 @@ - else - host=`uname -n` - fi --echo '#####' built by $user@$host on `date` -+echo '#####' built by $user@$host on `LC_TIME=C date` - echo '#####' in `pwd` | sed 's/\/tmp_mnt//' - echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//' - echo "define(\`__HOST__', $host)dnl" -diff -ur include/sendmail/pathnames.h.orig include/sendmail/pathnames.h ---- include/sendmail/pathnames.h.orig Fri Mar 23 23:09:44 2001 -+++ include/sendmail/pathnames.h Mon May 7 08:32:45 2001 -@@ -41,7 +41,7 @@ - # endif /* ! _PATH_MAILDIR */ - - # ifndef _PATH_LOCTMP --# define _PATH_LOCTMP "/tmp/local.XXXXXX" -+# define _PATH_LOCTMP "/var/tmp/local.XXXXXX" - # endif /* ! _PATH_LOCTMP */ - - # ifndef _PATH_HOSTS -diff -ur mail.local/mail.local.8.orig mail.local/mail.local.8 ---- mail.local/mail.local.8.orig Fri Apr 6 01:27:35 2001 -+++ mail.local/mail.local.8 Thu May 31 07:36:03 2001 -@@ -16,9 +16,9 @@ - \- store mail in a mailbox - .SH SYNOPSIS - .B mail.local --.RB [ \-7 "] [" \-b "] [" \-d "] [" \-D -+.RB [ \-7 "] [" \-b "] [" \-B "] [" \-d "] [" \-D - .IR mbdb ] --.RB [ \-l "] [" \-f -+.RB [ \-l "] [" \-s "] [" \-f - \fIfrom\fR|\fB\-r\fR - .IR from ] - .RB [ \-h -@@ -38,6 +41,11 @@ - .B \-7 - Do not advertise 8BITMIME support in LMTP mode. - .TP -+.B \-B -+Turn off the attempts to notify the -+.Dq biff -+service. -+.TP - .B \-b - Return a permanent error instead of a temporary error - if a mailbox exceeds quota. -@@ -56,6 +64,13 @@ - .TP - .B \-l - Turn on LMTP mode. -+.TP -+.B \-s -+Turn off the -+.Xr fsync 2 -+call that forces the mailbox to be committed to disk before returning a -+.Dq success -+status. - .TP - .BI \-r " from" - Specify the sender's name (for backward compatibility). -@@ -97,7 +112,7 @@ - .SH FILES - .PD 0.2v - .TP 2.2i --/tmp/local.XXXXXX -+/var/tmp/local.XXXXXX - temporary files - .TP - /var/mail/user -@@ -108,7 +123,6 @@ - .PD - .SH SEE ALSO - mail(1), --xsend(1), - flock(2), - getservbyname(3), - comsat(8), -diff -ur mail.local/mail.local.c.orig mail.local/mail.local.c ---- mail.local/mail.local.c.orig Thu May 10 02:58:31 2001 -+++ mail.local/mail.local.c Thu May 31 07:39:04 2001 -@@ -130,6 +132,8 @@ - bool HoldErrs = false; /* Hold errors in ErrBuf */ - bool LMTPMode = false; - bool BounceQuota = false; /* permanent error when over quota */ -+bool NoBiff = false; -+bool NoFsync = false; - char *HomeMailFile = NULL; /* store mail in homedir */ - - void deliver __P((int, char *)); -@@ -172,7 +176,7 @@ - # endif /* LOG_MAIL */ - - from = NULL; -- while ((ch = getopt(argc, argv, "7bdD:f:h:r:l")) != -1) -+ while ((ch = getopt(argc, argv, "7bBdD:f:h:r:ls")) != -1) - { - switch(ch) - { -@@ -180,6 +184,10 @@ - EightBitMime = false; - break; - -+ case 'B': -+ NoBiff = true; -+ break; -+ - case 'b': /* bounce mail when over quota. */ - BounceQuota = true; - break; -@@ -215,6 +223,10 @@ - LMTPMode = true; - break; - -+ case 's': -+ NoFsync = true; -+ break; -+ - case '?': - default: - usage(); -@@ -224,7 +236,8 @@ - argv += optind; - - /* initialize biff structures */ -- notifybiff(NULL); -+ if (!NoBiff) -+ notifybiff(NULL); - - err = sm_mbdb_initialize(mbdbname); - if (err != EX_OK) -@@ -1128,6 +1141,7 @@ - - /* Get the starting offset of the new message for biff. */ - curoff = lseek(mbfd, (off_t) 0, SEEK_END); -+ if (!NoBiff) - (void) sm_snprintf(biffmsg, sizeof(biffmsg), "%s@%lld\n", - name, (LONGLONG_T) curoff); - -@@ -1190,7 +1204,7 @@ - } - - /* Flush to disk, don't wait for update. */ -- if (fsync(mbfd) < 0) -+ if (!NoFsync && fsync(mbfd) < 0) - { - mailerr("450 4.2.0", "%s: %s", path, sm_errstring(errno)); - err3: -@@ -1216,7 +1230,7 @@ - mailerr(errcode, "%s: %s", path, sm_errstring(errno)); - (void) truncate(path, curoff); - } -- else -+ else if (!NoBiff) - notifybiff(biffmsg); - - if (setreuid(0, 0) < 0) -@@ -1395,7 +1409,8 @@ - usage() - { - ExitVal = EX_USAGE; -- mailerr(NULL, "usage: mail.local [-7] [-b] [-d] [-l] [-f from|-r from] [-h filename] user ..."); -+ mailerr(NULL, "usage: mail.local [-7] [-b] [-B] [-d] [-l] [-s] [-f from|-r from] [-h filename] user ..."); -+ - exit(ExitVal); - } - -diff -ur rmail/rmail.c src/contrib/sendmail/rmail/rmail.c ---- rmail/rmail.c Sun Sep 17 00:20:25 2000 -+++ src/contrib/sendmail/rmail/rmail.c Mon Nov 6 11:23:42 2000 -@@ -318,7 +320,11 @@ - args[i++] = _PATH_SENDMAIL; /* Build sendmail's argument list. */ - args[i++] = "-G"; /* relay submission */ - args[i++] = "-oee"; /* No errors, just status. */ -+#ifdef QUEUE_ONLY - args[i++] = "-odq"; /* Queue it, don't try to deliver. */ -+#else -+ args[i++] = "-odi"; /* Deliver in foreground. */ -+#endif - args[i++] = "-oi"; /* Ignore '.' on a line by itself. */ - - /* set from system and protocol used */ -diff -ur smrsh/smrsh.8.orig smrsh/smrsh.8 ---- smrsh/smrsh.8.orig Wed Jan 24 01:40:47 2001 -+++ smrsh/smrsh.8 Mon May 7 08:32:45 2001 -@@ -39,7 +41,7 @@ - .I smrsh - limits programs to be in a single directory, - by default --/usr/adm/sm.bin, -+/usr/libexec/sm.bin, - allowing the system administrator to choose the set of acceptable commands, - and to the shell builtin commands ``exec'', ``exit'', and ``echo''. - It also rejects any commands with the characters -@@ -50,13 +52,12 @@ - ``"|exec /usr/local/bin/procmail -f- /etc/procmailrcs/user || exit 75"'' - .PP - Initial pathnames on programs are stripped, --so forwarding to ``/usr/ucb/vacation'', --``/usr/bin/vacation'', -+so forwarding to ``/usr/bin/vacation'', - ``/home/server/mydir/bin/vacation'', - and - ``vacation'' - all actually forward to --``/usr/adm/sm.bin/vacation''. -+``/usr/libexec/sm.bin/vacation''. - .PP - System administrators should be conservative about populating - the sm.bin directory. diff --git a/mail/sendmail812/files/patch-smrsh.c b/mail/sendmail812/files/patch-smrsh.c deleted file mode 100644 index f838f4111e61..000000000000 --- a/mail/sendmail812/files/patch-smrsh.c +++ /dev/null @@ -1,63 +0,0 @@ -Index: smrsh.c -=================================================================== -RCS file: /cvs/smrsh/smrsh.c,v -retrieving revision 8.58 -diff -u -r8.58 smrsh.c ---- smrsh/smrsh.c 25 May 2002 02:41:31 -0000 8.58 -+++ smrsh/smrsh.c 24 Sep 2002 23:58:16 -0000 -@@ -57,6 +57,8 @@ - #include <sm/limits.h> - #include <sm/string.h> - #include <sys/file.h> -+#include <sys/types.h> -+#include <sys/stat.h> - #include <string.h> - #include <ctype.h> - #include <errno.h> -@@ -145,6 +147,7 @@ - char *newenv[2]; - char pathbuf[1000]; - char specialbuf[32]; -+ struct stat st; - - #ifndef DEBUG - # ifndef LOG_MAIL -@@ -302,6 +305,38 @@ - (void) sm_io_fprintf(smioout, SM_TIME_DEFAULT, - "Trying %s\n", cmdbuf); - #endif /* DEBUG */ -+ if (stat(cmdbuf, &st) < 0) -+ { -+ /* can't stat it */ -+ (void) sm_io_fprintf(smioerr, SM_TIME_DEFAULT, -+ "%s: %s not available for sendmail programs (stat failed)\n", -+ prg, cmd); -+ if (p != NULL) -+ *p = ' '; -+#ifndef DEBUG -+ syslog(LOG_CRIT, "uid %d: attempt to use %s (stat failed)", -+ (int) getuid(), cmd); -+#endif /* ! DEBUG */ -+ exit(EX_UNAVAILABLE); -+ } -+ if (!S_ISREG(st.st_mode) -+#ifdef S_ISLNK -+ && !S_ISLNK(st.st_mode) -+#endif /* S_ISLNK */ -+ ) -+ { -+ /* can't stat it */ -+ (void) sm_io_fprintf(smioerr, SM_TIME_DEFAULT, -+ "%s: %s not available for sendmail programs (not a file)\n", -+ prg, cmd); -+ if (p != NULL) -+ *p = ' '; -+#ifndef DEBUG -+ syslog(LOG_CRIT, "uid %d: attempt to use %s (not a file)", -+ (int) getuid(), cmd); -+#endif /* ! DEBUG */ -+ exit(EX_UNAVAILABLE); -+ } - if (access(cmdbuf, X_OK) < 0) - { - /* oops.... crack attack possiblity */ diff --git a/mail/sendmail812/files/pkg-milter b/mail/sendmail812/files/pkg-milter deleted file mode 100644 index 7e4bab67915c..000000000000 --- a/mail/sendmail812/files/pkg-milter +++ /dev/null @@ -1,46 +0,0 @@ -include/libmilter/mfapi.h -include/libmilter/mfdef.h -lib/libmilter.a -lib/libsm.a -lib/libsmutil.a -lib/libsmdb.a -@dirrm include/libmilter -%%PORTDOCS%%share/doc/sendmail/MILTER -%%PORTDOCS%%share/doc/sendmail/libmilter/api.html -%%PORTDOCS%%share/doc/sendmail/libmilter/design.html -%%PORTDOCS%%share/doc/sendmail/libmilter/figure1.fig -%%PORTDOCS%%share/doc/sendmail/libmilter/figure1.jpg -%%PORTDOCS%%share/doc/sendmail/libmilter/figure1.ps -%%PORTDOCS%%share/doc/sendmail/libmilter/figure2.fig -%%PORTDOCS%%share/doc/sendmail/libmilter/figure2.jpg -%%PORTDOCS%%share/doc/sendmail/libmilter/figure2.ps -%%PORTDOCS%%share/doc/sendmail/libmilter/index.html -%%PORTDOCS%%share/doc/sendmail/libmilter/installation.html -%%PORTDOCS%%share/doc/sendmail/libmilter/other.html -%%PORTDOCS%%share/doc/sendmail/libmilter/overview.html -%%PORTDOCS%%share/doc/sendmail/libmilter/sample.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_addheader.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_addrcpt.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_chgheader.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_delrcpt.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_getpriv.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_getsymval.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_main.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_register.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_replacebody.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setbacklog.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setconn.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setpriv.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_setreply.html -%%PORTDOCS%%share/doc/sendmail/libmilter/smfi_settimeout.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_abort.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_body.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_close.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_connect.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_envfrom.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_envrcpt.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_eoh.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_eom.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_header.html -%%PORTDOCS%%share/doc/sendmail/libmilter/xxfi_helo.html -%%PORTDOCS%%@dirrm share/doc/sendmail/libmilter diff --git a/mail/sendmail812/files/sendmail.sh b/mail/sendmail812/files/sendmail.sh deleted file mode 100644 index 33c01e0621a4..000000000000 --- a/mail/sendmail812/files/sendmail.sh +++ /dev/null @@ -1,58 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -if ! test -x %%PREFIX%%/sbin/sendmail -then - exit 0 -fi -# -case "$1" in -start) - # If there is a global system configuration file, suck it in. - # - if [ -r /etc/defaults/rc.conf ]; then - . /etc/defaults/rc.conf - source_rc_confs - elif [ -r /etc/rc.conf ]; then - . /etc/rc.conf - fi - - # Flags to sendmail (as a server) - sendmail_flags="${sendmail_flags--L sm-mta -bd -q30m}" - # Flags for sendmail_msp_queue daemon. - sendmail_msp_queue_flags=" - ${sendmail_msp_queue_flags--L sm-msp-queue -Ac -q30m}" - # - %%PREFIX%%/sbin/sendmail ${sendmail_flags} && - echo -n ' sendmail' - %%PREFIX%%/sbin/sendmail ${sendmail_msp_queue_flags} && - echo -n ' sm-msp-queue' - ;; -stop) - if test -e /var/run/sendmail.pid - then - kill `head -1 /var/run/sendmail.pid` - rm -f /var/run/sendmail.pid - fi - if test -e /var/spool/clientmqueue/sm-client.pid - then - kill `head -1 /var/spool/clientmqueue/sm-client.pid` - rm -f /var/spool/clientmqueue/sm-client.pid - fi - ;; -restart) - if test -e /var/run/sendmail.pid - then - kill -1 `head -1 /var/run/sendmail.pid` - fi - if test -e /var/spool/clientmqueue/sm-client.pid - then - kill -1 `head -1 /var/spool/clientmqueue/sm-client.pid` - fi - ;; -*) - echo "Usage: ${0##*/}: { start | stop | restart }" 2>&1 - exit 65 - ;; -esac diff --git a/mail/sendmail812/files/site.config.m4 b/mail/sendmail812/files/site.config.m4 deleted file mode 100644 index adc2b11bf108..000000000000 --- a/mail/sendmail812/files/site.config.m4 +++ /dev/null @@ -1,8 +0,0 @@ -define(`confEBINDIR',`%%PREFIX%%/libexec') -define(`confMANROOT',`%%PREFIX%%/man/cat') -define(`confMANROOTMAN',`%%PREFIX%%/man/man') -define(`confMBINDIR',`%%PREFIX%%/sbin') -define(`confSBINDIR',`%%PREFIX%%/sbin') -define(`confUBINDIR',`%%PREFIX%%/bin') -APPENDDEF(`conf_sendmail_ENVDEF', `-DTCPWRAPPERS') -APPENDDEF(`conf_sendmail_LIBS', `-lwrap')" diff --git a/mail/sendmail812/files/site.config.m4.ipv6 b/mail/sendmail812/files/site.config.m4.ipv6 deleted file mode 100644 index 41f0cccf3a1d..000000000000 --- a/mail/sendmail812/files/site.config.m4.ipv6 +++ /dev/null @@ -1,2 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-DNETINET6') -APPENDDEF(`conf_libmilter_ENVDEF', `-DNETINET6') diff --git a/mail/sendmail812/files/site.config.m4.ldap b/mail/sendmail812/files/site.config.m4.ldap deleted file mode 100644 index 24f5ba307842..000000000000 --- a/mail/sendmail812/files/site.config.m4.ldap +++ /dev/null @@ -1,25 +0,0 @@ -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`conf_libsm_ENVDEF', `-I%%LOCALBASE%%/include') -APPENDDEF(`conf_libsm_ENVDEF', `-DLDAPMAP') -APPENDDEF(`conf_libsm_LIBS', `-lldap') -APPENDDEF(`conf_libsm_LIBS', `-llber') -APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include') -APPENDDEF(`conf_sendmail_ENVDEF', `-DLDAPMAP') -APPENDDEF(`conf_sendmail_LIBS', `-lldap') -APPENDDEF(`conf_sendmail_LIBS', `-llber') -APPENDDEF(`conf_editmap_LIBS', `-lldap') -APPENDDEF(`conf_editmap_LIBS', `-llber') -APPENDDEF(`conf_mail_local_LIBS', `-lldap') -APPENDDEF(`conf_mail_local_LIBS', `-llber') -APPENDDEF(`conf_mailstats_LIBS', `-lldap') -APPENDDEF(`conf_mailstats_LIBS', `-llber') -APPENDDEF(`conf_makemap_LIBS', `-lldap') -APPENDDEF(`conf_makemap_LIBS', `-llber') -APPENDDEF(`conf_praliases_LIBS', `-lldap') -APPENDDEF(`conf_praliases_LIBS', `-llber') -APPENDDEF(`conf_rmail_LIBS', `-lldap') -APPENDDEF(`conf_rmail_LIBS', `-llber') -APPENDDEF(`conf_smrsh_LIBS', `-lldap') -APPENDDEF(`conf_smrsh_LIBS', `-llber') -APPENDDEF(`conf_vacation_LIBS', `-lldap') -APPENDDEF(`conf_vacation_LIBS', `-llber') diff --git a/mail/sendmail812/files/site.config.m4.milter b/mail/sendmail812/files/site.config.m4.milter deleted file mode 100644 index de11295aa6f3..000000000000 --- a/mail/sendmail812/files/site.config.m4.milter +++ /dev/null @@ -1,2 +0,0 @@ -APPENDDEF(`conf_libmilter_ENVDEF', `-DMILTER') -APPENDDEF(`conf_sendmail_ENVDEF', `-DMILTER') diff --git a/mail/sendmail812/files/site.config.m4.pre4 b/mail/sendmail812/files/site.config.m4.pre4 deleted file mode 100644 index 384a8ec2334e..000000000000 --- a/mail/sendmail812/files/site.config.m4.pre4 +++ /dev/null @@ -1,3 +0,0 @@ -APPENDDEF(`conf_mail_local_ENVDEF', `-DQUEUE_ONLY') -APPENDDEF(`conf_smrsh_ENVDEF', `-DCMDDIR="\"%%PREFIX%%/libexec/sm.bin\""') -APPENDDEF(`conf_smrsh_ENVDEF', `-DPATH="\"/bin:/usr/bin\""') diff --git a/mail/sendmail812/files/site.config.m4.sasl b/mail/sendmail812/files/site.config.m4.sasl deleted file mode 100644 index 5c7e9ee0fac4..000000000000 --- a/mail/sendmail812/files/site.config.m4.sasl +++ /dev/null @@ -1,4 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include/sasl1') -APPENDDEF(`conf_sendmail_ENVDEF', `-DSASL') -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`conf_sendmail_LIBS', `-lsasl') diff --git a/mail/sendmail812/files/site.config.m4.sasl2 b/mail/sendmail812/files/site.config.m4.sasl2 deleted file mode 100644 index bf1d85f38035..000000000000 --- a/mail/sendmail812/files/site.config.m4.sasl2 +++ /dev/null @@ -1,4 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-I%%LOCALBASE%%/include') -APPENDDEF(`conf_sendmail_ENVDEF', `-DSASL=2') -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`conf_sendmail_LIBS', `-lsasl2') diff --git a/mail/sendmail812/files/site.config.m4.ssl b/mail/sendmail812/files/site.config.m4.ssl deleted file mode 100644 index 9e291b26e856..000000000000 --- a/mail/sendmail812/files/site.config.m4.ssl +++ /dev/null @@ -1,3 +0,0 @@ -APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib') -APPENDDEF(`confINCDIRS', `-I%%LOCALBASE%%/include') -APPENDDEF(`conf_sendmail_ENVDEF', `-DHASSRANDOMDEV') diff --git a/mail/sendmail812/files/site.config.m4.tls b/mail/sendmail812/files/site.config.m4.tls deleted file mode 100644 index 16e2e2b2301a..000000000000 --- a/mail/sendmail812/files/site.config.m4.tls +++ /dev/null @@ -1,4 +0,0 @@ -APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_TLS_1') -APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_SSL') -APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto') diff --git a/mail/sendmail812/files/sm-client.sh b/mail/sendmail812/files/sm-client.sh deleted file mode 100644 index 6e5429c29303..000000000000 --- a/mail/sendmail812/files/sm-client.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/files/Attic/sm-client.sh,v 1.3 2002-04-06 08:17:34 dinoex Exp $ -# -if ! test -x %%PREFIX%%/sbin/sendmail -then - exit 0 -fi -case "$1" in -start) - %%PREFIX%%/sbin/sendmail -L sm-msp-queue -Ac -q30m - echo -n ' sm-msp-queue' - ;; -stop) - if test -e /var/spool/clientmqueue/sm-client.pid - then - kill `head -1 /var/spool/clientmqueue/sm-client.pid` - rm -f /var/spool/clientmqueue/sm-client.pid - fi - ;; -restart) - if test -e /var/spool/clientmqueue/sm-client.pid - then - kill -1 `head -1 /var/spool/clientmqueue/sm-client.pid` - fi - ;; -*) - echo "Usage: ${0##*/}: { start | stop | restart }" 2>&1 - exit 65 - ;; -esac diff --git a/mail/sendmail812/files/tls-install.sh b/mail/sendmail812/files/tls-install.sh deleted file mode 100644 index 1efa8c570a16..000000000000 --- a/mail/sendmail812/files/tls-install.sh +++ /dev/null @@ -1,92 +0,0 @@ -#!/bin/sh -# -CADIR="${CADIR-${DESTDIR}/etc/mail/certs/CA}" -FILSEDIR="${FILESDIR-/usr/ports/mail/sendmail/files}" -REALM=`hostname` - -echo "creating: ${CADIR} on ${REALM}" -for i in certs crl newcerts private ../private -do - if test ! -d "${CADIR}/${i}" - then - mkdir -p "${CADIR}/${i}" - fi -done -chmod 0700 "${CADIR}/private" "${CADIR}/../private" -cd "${CADIR}" || exit 65 - -if test ! -f openssl.cnf -then - echo "generating: openssl.cnf" - sed -e "s=./demoCA=${CADIR}=" /etc/ssl/openssl.cnf > "openssl.cnf" -fi - -if test ! -f "serial" -then - echo "generating: serial" - umask 0022 - echo "01" > "serial" -fi - -if test ! -f "index.txt" -then - echo "generating: index.txt" - umask 0022 - cp /dev/null "index.txt" -fi - -if test ! -f "cacert.pem" -then - echo "generating CA" - umask 0077 - openssl req -new -x509 -config openssl.cnf \ - -keyout private/cakey.pem \ - -out cacert.pem -fi - -if test ! -f "../sendmailcert.pem" -then - if test ! -f "../private/sendmailkey.pem" - then - echo "creating cert signing request" - umask 0066 - openssl req -nodes -new -x509 -config openssl.cnf \ - -keyout ../private/sendmailkey.pem \ - -out ../private/sendmailkey.pem - fi - if test ! -f "newcsr.pem" - then - echo "self signing cert" - umask 0066 - openssl x509 -x509toreq \ - -in ../private/sendmailkey.pem \ - -signkey ../private/sendmailkey.pem \ - -out newcsr.pem - fi - if test ! -f "sendmailcert.pem" - then - echo "signing cert" - openssl ca -config openssl.cnf -policy policy_anything \ - -out ../sendmailcert.pem \ - -infiles newcsr.pem - rm -f newcsr.pem - fi -fi - -sed 's/^X//' << 'END-of-files/tls.m4' -X# links: -X# http://www.sendmail.org/~gshapiro/ -X# http://www.sendmail.org/~ca/email/starttls.html -X# http://www.ofb.net/~jheiss/sendmail/tlsandrelay.shtml -X# -X# You may need to add this to your sendmail.mc file: -X -Xdefine(`confCACERT_PATH', `MAIL_SETTINGS_DIR`'certs')dnl -Xdefine(`confCACERT', `confCACERT_PATH/CA/cacert.pem')dnl -Xdefine(`confSERVER_CERT', `confCACERT_PATH/sendmailcert.pem')dnl -Xdefine(`confSERVER_KEY', `confCACERT_PATH/private/sendmailkey.pem')dnl -Xdefine(`confCLIENT_CERT', `confCACERT_PATH/sendmailcert.pem')dnl -Xdefine(`confCLIENT_KEY', `confCACERT_PATH/private/sendmailkey.pem')dnl -X -END-of-files/tls.m4 -exit diff --git a/mail/sendmail812/pkg-comment b/mail/sendmail812/pkg-comment deleted file mode 100644 index d25358f26867..000000000000 --- a/mail/sendmail812/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Reliable, highly configurable mail transfer agent with utilities diff --git a/mail/sendmail812/pkg-descr b/mail/sendmail812/pkg-descr deleted file mode 100644 index 21e2ecf498f9..000000000000 --- a/mail/sendmail812/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Sendmail implements a general purpose internetwork mail routing facility -under the UNIX operating system. It is not tied to any one transport -protocol - its function may be likened to a crossbar switch, relaying -messages from one domain into another. In the process, it can do a limited -amount of message header editing to put the message into a format that is -appropriate for the receiving domain. All of this is done under the -control of a configuration file. - -Sendmail is a trademark of Sendmail, Inc. - -WWW: http://www.sendmail.org/ diff --git a/mail/sendmail812/pkg-message b/mail/sendmail812/pkg-message deleted file mode 100644 index 2018047119fb..000000000000 --- a/mail/sendmail812/pkg-message +++ /dev/null @@ -1,45 +0,0 @@ ---------------------------------------------------- -If you update your configuration from 8.11.x you need to install an -additional config file: /etc/mail/submit.cf, you can generate it -by calling the target 'submit.cf', submit.mc will be installed too. -/usr/ports/mail/sendmail$ make submit.cf - -you should add in /etc/make.conf: -SENDMAIL_CF_DIR= %%PREFIX%%/share/sendmail/cf - -To activate only the delivery from the local submission queue see: -%%PREFIX%%/etc/rc.d/sm-client.sh.sample - -To activate all sendmail processes see: -%%PREFIX%%/etc/rc.d/sendmail.sh.sample - -To deliver all local mail to your mailhub, edit the last line of submit.mc: -FEATURE(`msp','[mailhub.do.main]`)dnl - -in FreeBSD-RELEASE < 4.6 set your flags in /etc/rc.conf: -sendmail_flags="-L sm-msp-queue -Ac -q1m" - -To update your configuration look at %%PREFIX%%/share/sendmail/cf/README. ---------------------------------------------------- -To use the ports versions you may add to your sendmail.mc file: - -define(`confEBINDIR', `/usr/local/libexec')dnl -define(`UUCP_MAILER_PATH', `/usr/local/bin/uux')dnl - ---------------------------------------------------- -To activate sendmail as your default mailer, call the target 'mailer.conf': -/usr/ports/mail/sendmail$ make mailer.conf - -Your '/etc/mail/mailer.conf' should look like this: -# -# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail -# -sendmail %%PREFIX%%/sbin/sendmail -send-mail %%PREFIX%%/sbin/sendmail -mailq %%PREFIX%%/sbin/sendmail -newaliases %%PREFIX%%/sbin/sendmail -hoststat %%PREFIX%%/sbin/sendmail -purgestat %%PREFIX%%/sbin/sendmail - -You may also need to update /etc/rc.conf. ---------------------------------------------------- diff --git a/mail/sendmail812/pkg-plist b/mail/sendmail812/pkg-plist deleted file mode 100644 index b4147a5ff8af..000000000000 --- a/mail/sendmail812/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/pkg-plist,v 1.15 2002-09-16 03:17:13 dinoex Exp $ -@exec if ! pw groupshow smmsp 2>/dev/null; then pw groupadd smmsp -g 25; fi -@exec if ! pw usershow smmsp 2>/dev/null; then pw useradd smmsp -g smmsp -u 25 -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi -@exec mkdir -p /var/spool/clientmqueue -@exec chown smmsp:smmsp /var/spool/clientmqueue -@exec chmod 770 /var/spool/clientmqueue -@unexec if pw usershow smmsp | grep -q 90:90; then pw userdel smmsp; fi -@comment (removed by userdel) pw groupdel smmsp -bin/hoststat -bin/mailq -bin/newaliases -bin/purgestat -bin/rmail -bin/vacation -%%ETCPORT%%etc/rc.d/sm-client.sh.sample -%%ETCPORT%%etc/rc.d/sendmail.sh.sample -libexec/mail.local -libexec/smrsh -sbin/editmap -sbin/mailstats -sbin/makemap -sbin/praliases -@group smmsp -sbin/sendmail -@group -@comment (overwritten by pkg_add) chown root:smmsp sbin/sendmail -@exec chmod 2555 %D/sbin/sendmail -%%PORTDOCS%%share/doc/sendmail/op.ps -%%PORTDOCS%%share/doc/sendmail/op.txt -%%PORTDOCS%%share/doc/sendmail/DEVTOOLS -%%PORTDOCS%%share/doc/sendmail/SENDMAIL -%%PORTDOCS%%share/doc/sendmail/MAIL.LOCAL -%%PORTDOCS%%share/doc/sendmail/SMRSH diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile deleted file mode 100644 index ed00bca9ba21..000000000000 --- a/mail/sylpheed2-devel/Makefile +++ /dev/null @@ -1,122 +0,0 @@ -# New ports collection makefile for: sylpheed -# Date created: 15 June 2000 -# Whom: shigeri <shigeri@m10.alpha-net.ne.jp> -# -# $FreeBSD$ -# - -PORTNAME= sylpheed -PORTVERSION= 0.8.6 -PORTREVISION= 0 -CATEGORIES= mail ipv6 -MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ - -MAINTAINER= lehmann@ans-netz.de - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GTK= yes -USE_LIBTOOL= yes -USE_REINPLACE= yes - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext - -.include <bsd.port.pre.mk> - -.if defined(WITH_PIXBUF) -LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf -CONFIGURE_ARGS+=--disable-imlib -.else -USE_IMLIB= yes -CONFIGURE_ARGS+=--disable-gdk-pixbuf -.endif -.if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -CONFIGURE_ARGS+=--enable-gpgme -.else -CONFIGURE_ARGS+=--disable-gpgme -.endif -.if defined(WITH_COMPFACE) -LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces -CONFIGURE_ARGS+=--enable-compface -.else -CONFIGURE_ARGS+=--disable-compface -.endif -.if defined(WITH_JCONV) -LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv -CONFIGURE_ARGS+=--enable-jconv -.else -CONFIGURE_ARGS+=--disable-jconv -.endif -.if defined(WITH_JPILOT) -LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot -CONFIGURE_ARGS+=--enable-jpilot -.else -CONFIGURE_ARGS+= --disable-jpilot -.endif -.if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 -CONFIGURE_ARGS+=--enable-ldap -.else -CONFIGURE_ARGS+=--disable-ldap -.endif -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -CONFIGURE_ARGS+=--enable-ssl -.else -CONFIGURE_ARGS+=--disable-ssl -.endif - -MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ - faq/en/Makefile.in faq/es/Makefile.in faq/fr/Makefile.in \ - faq/it/Makefile.in manual/Makefile.in manual/en/Makefile.in \ - manual/ja/Makefile.in src/Makefile.in - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " WITH_PIXBUF=yes Enable GDK Pixbuf support" - @${ECHO} " WITH_GPGME=yes Enable GnuPG support using GPGME." - @${ECHO} " WITH_COMPFACE=yes Enable X-Face support." - @${ECHO} " WITH_JCONV=yes Enable Japanese charset conversion" - @${ECHO} " library libjconv." - @${ECHO} " WITH_JPILOT=yes Enable JPilot support." - @${ECHO} " WITH_LDAP=yes Enable LDAP support." - @${ECHO} "" - @${ECHO} " WITHOUT_SSL=yes Disable OpenSSL support." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ - s|-lresolv||g' ${WRKSRC}/configure - -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|^SUBDIRS = ac po intl src manual faq$$|SUBDIRS = ac po intl src|g' \ - ${WRKSRC}/Makefile.in -.else -.for i in ${MAKEFILES} - @${REINPLACE_CMD} -e 's|^faqdir = @faqdir@$$|faqdir = ${DOCSDIR}/faq|g; \ - s|^manualdir = @manualdir@$$|manualdir = ${DOCSDIR}/manual|g' \ - ${WRKSRC}/${i} -.endfor -.endif - -pre-build: - ${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ChangeLog INSTALL README TODO - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/${i}.jp ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/mail/sylpheed2-devel/distinfo b/mail/sylpheed2-devel/distinfo deleted file mode 100644 index c5e42b040789..000000000000 --- a/mail/sylpheed2-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sylpheed-0.8.6.tar.bz2) = cb01f8397c5a1f4dd50e401424f9527d diff --git a/mail/sylpheed2-devel/files/patch-ac b/mail/sylpheed2-devel/files/patch-ac deleted file mode 100644 index 86cde54e6a53..000000000000 --- a/mail/sylpheed2-devel/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ ---- src/defs.h.orig Mon Sep 3 01:07:32 2001 -+++ src/defs.h Mon Sep 3 04:50:35 2001 -@@ -58,8 +58,8 @@ - #define MARK_VERSION 2 - - #define DEFAULT_SIGNATURE ".signature" --#define DEFAULT_INC_PATH "/usr/bin/mh/inc" --#define DEFAULT_INC_PROGRAM "inc" -+#define DEFAULT_INC_PATH "" -+#define DEFAULT_INC_PROGRAM "" - /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ - /* #define DEFAULT_INC_PROGRAM "imget" */ - #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t" -@@ -67,7 +67,7 @@ - #ifdef _PATH_MAILDIR - # define DEFAULT_SPOOL_PATH _PATH_MAILDIR - #else --# define DEFAULT_SPOOL_PATH "/var/spool/mail" -+# define DEFAULT_SPOOL_PATH "/var/mail" - #endif - - #define BUFFSIZE 8192 diff --git a/mail/sylpheed2-devel/pkg-comment b/mail/sylpheed2-devel/pkg-comment deleted file mode 100644 index 747436f717e9..000000000000 --- a/mail/sylpheed2-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A lightweight, featureful, and fast GTK+ based e-mail client diff --git a/mail/sylpheed2-devel/pkg-descr b/mail/sylpheed2-devel/pkg-descr deleted file mode 100644 index 82e317b6d4fd..000000000000 --- a/mail/sylpheed2-devel/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Sylpheed is an e-mail client (and news reader) based on GTK+, running on -X Window System, and aiming for: - * Quick response - * Graceful, and sophisticated interface - * Easy configuration, intuitive operation - * Abundant features - -Currently, many features are supported including POP3, IMAP, NNTP, -multiple accounts, threading, filtering, MIME attachments, APOP, SMTP -AUTH, SSL, IPv6, GnuPG, internalization, and more. - -WWW: http://sylpheed.good-day.net/ diff --git a/mail/sylpheed2-devel/pkg-plist b/mail/sylpheed2-devel/pkg-plist deleted file mode 100644 index 397aaa427808..000000000000 --- a/mail/sylpheed2-devel/pkg-plist +++ /dev/null @@ -1,106 +0,0 @@ -bin/sylpheed -lib/charset.alias -%%PORTDOCS%%share/doc/sylpheed/ChangeLog -%%PORTDOCS%%share/doc/sylpheed/ChangeLog.jp -%%PORTDOCS%%share/doc/sylpheed/INSTALL -%%PORTDOCS%%share/doc/sylpheed/INSTALL.jp -%%PORTDOCS%%share/doc/sylpheed/README -%%PORTDOCS%%share/doc/sylpheed/README.jp -%%PORTDOCS%%share/doc/sylpheed/TODO -%%PORTDOCS%%share/doc/sylpheed/TODO.jp -share/locale/cs/LC_MESSAGES/sylpheed.mo -share/locale/da/LC_MESSAGES/sylpheed.mo -share/locale/de/LC_MESSAGES/sylpheed.mo -share/locale/el/LC_MESSAGES/sylpheed.mo -share/locale/es/LC_MESSAGES/sylpheed.mo -share/locale/et/LC_MESSAGES/sylpheed.mo -share/locale/fr/LC_MESSAGES/sylpheed.mo -share/locale/hr/LC_MESSAGES/sylpheed.mo -share/locale/hu/LC_MESSAGES/sylpheed.mo -share/locale/it/LC_MESSAGES/sylpheed.mo -share/locale/ja/LC_MESSAGES/sylpheed.mo -share/locale/ko/LC_MESSAGES/sylpheed.mo -share/locale/locale.alias -share/locale/nl/LC_MESSAGES/sylpheed.mo -share/locale/pl/LC_MESSAGES/sylpheed.mo -share/locale/pt_BR/LC_MESSAGES/sylpheed.mo -share/locale/ro/LC_MESSAGES/sylpheed.mo -share/locale/ru/LC_MESSAGES/sylpheed.mo -share/locale/sl/LC_MESSAGES/sylpheed.mo -share/locale/sv/LC_MESSAGES/sylpheed.mo -share/locale/tr/LC_MESSAGES/sylpheed.mo -share/locale/zh_CN/LC_MESSAGES/sylpheed.mo -share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo -%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-18.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-19.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-20.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-18.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-19.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-20.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed.sgml -%%PORTDOCS%%@dirrm share/doc/sylpheed/manual/ja -%%PORTDOCS%%@dirrm share/doc/sylpheed/manual/en -%%PORTDOCS%%@dirrm share/doc/sylpheed/manual -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/it -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/fr -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/es -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/en -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/de -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq -%%PORTDOCS%%@dirrm share/doc/sylpheed diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile deleted file mode 100644 index ed00bca9ba21..000000000000 --- a/mail/sylpheed2/Makefile +++ /dev/null @@ -1,122 +0,0 @@ -# New ports collection makefile for: sylpheed -# Date created: 15 June 2000 -# Whom: shigeri <shigeri@m10.alpha-net.ne.jp> -# -# $FreeBSD$ -# - -PORTNAME= sylpheed -PORTVERSION= 0.8.6 -PORTREVISION= 0 -CATEGORIES= mail ipv6 -MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ - -MAINTAINER= lehmann@ans-netz.de - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GTK= yes -USE_LIBTOOL= yes -USE_REINPLACE= yes - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext - -.include <bsd.port.pre.mk> - -.if defined(WITH_PIXBUF) -LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf -CONFIGURE_ARGS+=--disable-imlib -.else -USE_IMLIB= yes -CONFIGURE_ARGS+=--disable-gdk-pixbuf -.endif -.if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -CONFIGURE_ARGS+=--enable-gpgme -.else -CONFIGURE_ARGS+=--disable-gpgme -.endif -.if defined(WITH_COMPFACE) -LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces -CONFIGURE_ARGS+=--enable-compface -.else -CONFIGURE_ARGS+=--disable-compface -.endif -.if defined(WITH_JCONV) -LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv -CONFIGURE_ARGS+=--enable-jconv -.else -CONFIGURE_ARGS+=--disable-jconv -.endif -.if defined(WITH_JPILOT) -LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot -CONFIGURE_ARGS+=--enable-jpilot -.else -CONFIGURE_ARGS+= --disable-jpilot -.endif -.if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 -CONFIGURE_ARGS+=--enable-ldap -.else -CONFIGURE_ARGS+=--disable-ldap -.endif -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -CONFIGURE_ARGS+=--enable-ssl -.else -CONFIGURE_ARGS+=--disable-ssl -.endif - -MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ - faq/en/Makefile.in faq/es/Makefile.in faq/fr/Makefile.in \ - faq/it/Makefile.in manual/Makefile.in manual/en/Makefile.in \ - manual/ja/Makefile.in src/Makefile.in - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " WITH_PIXBUF=yes Enable GDK Pixbuf support" - @${ECHO} " WITH_GPGME=yes Enable GnuPG support using GPGME." - @${ECHO} " WITH_COMPFACE=yes Enable X-Face support." - @${ECHO} " WITH_JCONV=yes Enable Japanese charset conversion" - @${ECHO} " library libjconv." - @${ECHO} " WITH_JPILOT=yes Enable JPilot support." - @${ECHO} " WITH_LDAP=yes Enable LDAP support." - @${ECHO} "" - @${ECHO} " WITHOUT_SSL=yes Disable OpenSSL support." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ - s|-lresolv||g' ${WRKSRC}/configure - -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|^SUBDIRS = ac po intl src manual faq$$|SUBDIRS = ac po intl src|g' \ - ${WRKSRC}/Makefile.in -.else -.for i in ${MAKEFILES} - @${REINPLACE_CMD} -e 's|^faqdir = @faqdir@$$|faqdir = ${DOCSDIR}/faq|g; \ - s|^manualdir = @manualdir@$$|manualdir = ${DOCSDIR}/manual|g' \ - ${WRKSRC}/${i} -.endfor -.endif - -pre-build: - ${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ChangeLog INSTALL README TODO - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/${i}.jp ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/mail/sylpheed2/distinfo b/mail/sylpheed2/distinfo deleted file mode 100644 index c5e42b040789..000000000000 --- a/mail/sylpheed2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sylpheed-0.8.6.tar.bz2) = cb01f8397c5a1f4dd50e401424f9527d diff --git a/mail/sylpheed2/files/patch-ac b/mail/sylpheed2/files/patch-ac deleted file mode 100644 index 86cde54e6a53..000000000000 --- a/mail/sylpheed2/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ ---- src/defs.h.orig Mon Sep 3 01:07:32 2001 -+++ src/defs.h Mon Sep 3 04:50:35 2001 -@@ -58,8 +58,8 @@ - #define MARK_VERSION 2 - - #define DEFAULT_SIGNATURE ".signature" --#define DEFAULT_INC_PATH "/usr/bin/mh/inc" --#define DEFAULT_INC_PROGRAM "inc" -+#define DEFAULT_INC_PATH "" -+#define DEFAULT_INC_PROGRAM "" - /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ - /* #define DEFAULT_INC_PROGRAM "imget" */ - #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t" -@@ -67,7 +67,7 @@ - #ifdef _PATH_MAILDIR - # define DEFAULT_SPOOL_PATH _PATH_MAILDIR - #else --# define DEFAULT_SPOOL_PATH "/var/spool/mail" -+# define DEFAULT_SPOOL_PATH "/var/mail" - #endif - - #define BUFFSIZE 8192 diff --git a/mail/sylpheed2/pkg-comment b/mail/sylpheed2/pkg-comment deleted file mode 100644 index 747436f717e9..000000000000 --- a/mail/sylpheed2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A lightweight, featureful, and fast GTK+ based e-mail client diff --git a/mail/sylpheed2/pkg-descr b/mail/sylpheed2/pkg-descr deleted file mode 100644 index 82e317b6d4fd..000000000000 --- a/mail/sylpheed2/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Sylpheed is an e-mail client (and news reader) based on GTK+, running on -X Window System, and aiming for: - * Quick response - * Graceful, and sophisticated interface - * Easy configuration, intuitive operation - * Abundant features - -Currently, many features are supported including POP3, IMAP, NNTP, -multiple accounts, threading, filtering, MIME attachments, APOP, SMTP -AUTH, SSL, IPv6, GnuPG, internalization, and more. - -WWW: http://sylpheed.good-day.net/ diff --git a/mail/sylpheed2/pkg-plist b/mail/sylpheed2/pkg-plist deleted file mode 100644 index 397aaa427808..000000000000 --- a/mail/sylpheed2/pkg-plist +++ /dev/null @@ -1,106 +0,0 @@ -bin/sylpheed -lib/charset.alias -%%PORTDOCS%%share/doc/sylpheed/ChangeLog -%%PORTDOCS%%share/doc/sylpheed/ChangeLog.jp -%%PORTDOCS%%share/doc/sylpheed/INSTALL -%%PORTDOCS%%share/doc/sylpheed/INSTALL.jp -%%PORTDOCS%%share/doc/sylpheed/README -%%PORTDOCS%%share/doc/sylpheed/README.jp -%%PORTDOCS%%share/doc/sylpheed/TODO -%%PORTDOCS%%share/doc/sylpheed/TODO.jp -share/locale/cs/LC_MESSAGES/sylpheed.mo -share/locale/da/LC_MESSAGES/sylpheed.mo -share/locale/de/LC_MESSAGES/sylpheed.mo -share/locale/el/LC_MESSAGES/sylpheed.mo -share/locale/es/LC_MESSAGES/sylpheed.mo -share/locale/et/LC_MESSAGES/sylpheed.mo -share/locale/fr/LC_MESSAGES/sylpheed.mo -share/locale/hr/LC_MESSAGES/sylpheed.mo -share/locale/hu/LC_MESSAGES/sylpheed.mo -share/locale/it/LC_MESSAGES/sylpheed.mo -share/locale/ja/LC_MESSAGES/sylpheed.mo -share/locale/ko/LC_MESSAGES/sylpheed.mo -share/locale/locale.alias -share/locale/nl/LC_MESSAGES/sylpheed.mo -share/locale/pl/LC_MESSAGES/sylpheed.mo -share/locale/pt_BR/LC_MESSAGES/sylpheed.mo -share/locale/ro/LC_MESSAGES/sylpheed.mo -share/locale/ru/LC_MESSAGES/sylpheed.mo -share/locale/sl/LC_MESSAGES/sylpheed.mo -share/locale/sv/LC_MESSAGES/sylpheed.mo -share/locale/tr/LC_MESSAGES/sylpheed.mo -share/locale/zh_CN/LC_MESSAGES/sylpheed.mo -share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo -%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-18.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-19.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-20.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-18.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-19.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-20.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed.sgml -%%PORTDOCS%%@dirrm share/doc/sylpheed/manual/ja -%%PORTDOCS%%@dirrm share/doc/sylpheed/manual/en -%%PORTDOCS%%@dirrm share/doc/sylpheed/manual -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/it -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/fr -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/es -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/en -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/de -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq -%%PORTDOCS%%@dirrm share/doc/sylpheed diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile deleted file mode 100644 index ed00bca9ba21..000000000000 --- a/mail/sylpheed3/Makefile +++ /dev/null @@ -1,122 +0,0 @@ -# New ports collection makefile for: sylpheed -# Date created: 15 June 2000 -# Whom: shigeri <shigeri@m10.alpha-net.ne.jp> -# -# $FreeBSD$ -# - -PORTNAME= sylpheed -PORTVERSION= 0.8.6 -PORTREVISION= 0 -CATEGORIES= mail ipv6 -MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ - -MAINTAINER= lehmann@ans-netz.de - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GTK= yes -USE_LIBTOOL= yes -USE_REINPLACE= yes - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext - -.include <bsd.port.pre.mk> - -.if defined(WITH_PIXBUF) -LIB_DEPENDS+= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf -CONFIGURE_ARGS+=--disable-imlib -.else -USE_IMLIB= yes -CONFIGURE_ARGS+=--disable-gdk-pixbuf -.endif -.if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -CONFIGURE_ARGS+=--enable-gpgme -.else -CONFIGURE_ARGS+=--disable-gpgme -.endif -.if defined(WITH_COMPFACE) -LIB_DEPENDS+= compface.1:${PORTSDIR}/mail/faces -CONFIGURE_ARGS+=--enable-compface -.else -CONFIGURE_ARGS+=--disable-compface -.endif -.if defined(WITH_JCONV) -LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv -CONFIGURE_ARGS+=--enable-jconv -.else -CONFIGURE_ARGS+=--disable-jconv -.endif -.if defined(WITH_JPILOT) -LIB_DEPENDS+= pisock.8:${PORTSDIR}/palm/pilot-link -RUN_DEPENDS+= jpilot:${PORTSDIR}/palm/jpilot -CONFIGURE_ARGS+=--enable-jpilot -.else -CONFIGURE_ARGS+= --disable-jpilot -.endif -.if defined(WITH_LDAP) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 -CONFIGURE_ARGS+=--enable-ldap -.else -CONFIGURE_ARGS+=--disable-ldap -.endif -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -CONFIGURE_ARGS+=--enable-ssl -.else -CONFIGURE_ARGS+=--disable-ssl -.endif - -MAKEFILES= Makefile.in ac/Makefile.in faq/Makefile.in faq/de/Makefile.in \ - faq/en/Makefile.in faq/es/Makefile.in faq/fr/Makefile.in \ - faq/it/Makefile.in manual/Makefile.in manual/en/Makefile.in \ - manual/ja/Makefile.in src/Makefile.in - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " WITH_PIXBUF=yes Enable GDK Pixbuf support" - @${ECHO} " WITH_GPGME=yes Enable GnuPG support using GPGME." - @${ECHO} " WITH_COMPFACE=yes Enable X-Face support." - @${ECHO} " WITH_JCONV=yes Enable Japanese charset conversion" - @${ECHO} " library libjconv." - @${ECHO} " WITH_JPILOT=yes Enable JPilot support." - @${ECHO} " WITH_LDAP=yes Enable LDAP support." - @${ECHO} "" - @${ECHO} " WITHOUT_SSL=yes Disable OpenSSL support." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ - s|-lresolv||g' ${WRKSRC}/configure - -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|^SUBDIRS = ac po intl src manual faq$$|SUBDIRS = ac po intl src|g' \ - ${WRKSRC}/Makefile.in -.else -.for i in ${MAKEFILES} - @${REINPLACE_CMD} -e 's|^faqdir = @faqdir@$$|faqdir = ${DOCSDIR}/faq|g; \ - s|^manualdir = @manualdir@$$|manualdir = ${DOCSDIR}/manual|g' \ - ${WRKSRC}/${i} -.endfor -.endif - -pre-build: - ${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in ChangeLog INSTALL README TODO - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/${i}.jp ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/mail/sylpheed3/distinfo b/mail/sylpheed3/distinfo deleted file mode 100644 index c5e42b040789..000000000000 --- a/mail/sylpheed3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sylpheed-0.8.6.tar.bz2) = cb01f8397c5a1f4dd50e401424f9527d diff --git a/mail/sylpheed3/files/patch-ac b/mail/sylpheed3/files/patch-ac deleted file mode 100644 index 86cde54e6a53..000000000000 --- a/mail/sylpheed3/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ ---- src/defs.h.orig Mon Sep 3 01:07:32 2001 -+++ src/defs.h Mon Sep 3 04:50:35 2001 -@@ -58,8 +58,8 @@ - #define MARK_VERSION 2 - - #define DEFAULT_SIGNATURE ".signature" --#define DEFAULT_INC_PATH "/usr/bin/mh/inc" --#define DEFAULT_INC_PROGRAM "inc" -+#define DEFAULT_INC_PATH "" -+#define DEFAULT_INC_PROGRAM "" - /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ - /* #define DEFAULT_INC_PROGRAM "imget" */ - #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t" -@@ -67,7 +67,7 @@ - #ifdef _PATH_MAILDIR - # define DEFAULT_SPOOL_PATH _PATH_MAILDIR - #else --# define DEFAULT_SPOOL_PATH "/var/spool/mail" -+# define DEFAULT_SPOOL_PATH "/var/mail" - #endif - - #define BUFFSIZE 8192 diff --git a/mail/sylpheed3/pkg-comment b/mail/sylpheed3/pkg-comment deleted file mode 100644 index 747436f717e9..000000000000 --- a/mail/sylpheed3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A lightweight, featureful, and fast GTK+ based e-mail client diff --git a/mail/sylpheed3/pkg-descr b/mail/sylpheed3/pkg-descr deleted file mode 100644 index 82e317b6d4fd..000000000000 --- a/mail/sylpheed3/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Sylpheed is an e-mail client (and news reader) based on GTK+, running on -X Window System, and aiming for: - * Quick response - * Graceful, and sophisticated interface - * Easy configuration, intuitive operation - * Abundant features - -Currently, many features are supported including POP3, IMAP, NNTP, -multiple accounts, threading, filtering, MIME attachments, APOP, SMTP -AUTH, SSL, IPv6, GnuPG, internalization, and more. - -WWW: http://sylpheed.good-day.net/ diff --git a/mail/sylpheed3/pkg-plist b/mail/sylpheed3/pkg-plist deleted file mode 100644 index 397aaa427808..000000000000 --- a/mail/sylpheed3/pkg-plist +++ /dev/null @@ -1,106 +0,0 @@ -bin/sylpheed -lib/charset.alias -%%PORTDOCS%%share/doc/sylpheed/ChangeLog -%%PORTDOCS%%share/doc/sylpheed/ChangeLog.jp -%%PORTDOCS%%share/doc/sylpheed/INSTALL -%%PORTDOCS%%share/doc/sylpheed/INSTALL.jp -%%PORTDOCS%%share/doc/sylpheed/README -%%PORTDOCS%%share/doc/sylpheed/README.jp -%%PORTDOCS%%share/doc/sylpheed/TODO -%%PORTDOCS%%share/doc/sylpheed/TODO.jp -share/locale/cs/LC_MESSAGES/sylpheed.mo -share/locale/da/LC_MESSAGES/sylpheed.mo -share/locale/de/LC_MESSAGES/sylpheed.mo -share/locale/el/LC_MESSAGES/sylpheed.mo -share/locale/es/LC_MESSAGES/sylpheed.mo -share/locale/et/LC_MESSAGES/sylpheed.mo -share/locale/fr/LC_MESSAGES/sylpheed.mo -share/locale/hr/LC_MESSAGES/sylpheed.mo -share/locale/hu/LC_MESSAGES/sylpheed.mo -share/locale/it/LC_MESSAGES/sylpheed.mo -share/locale/ja/LC_MESSAGES/sylpheed.mo -share/locale/ko/LC_MESSAGES/sylpheed.mo -share/locale/locale.alias -share/locale/nl/LC_MESSAGES/sylpheed.mo -share/locale/pl/LC_MESSAGES/sylpheed.mo -share/locale/pt_BR/LC_MESSAGES/sylpheed.mo -share/locale/ro/LC_MESSAGES/sylpheed.mo -share/locale/ru/LC_MESSAGES/sylpheed.mo -share/locale/sl/LC_MESSAGES/sylpheed.mo -share/locale/sv/LC_MESSAGES/sylpheed.mo -share/locale/tr/LC_MESSAGES/sylpheed.mo -share/locale/zh_CN/LC_MESSAGES/sylpheed.mo -share/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo -%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/de/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/en/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/es/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/fr/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq-1.html -%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq-2.html -%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq-3.html -%%PORTDOCS%%share/doc/sylpheed/faq/it/sylpheed-faq.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-18.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-19.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-20.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed/manual/en/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-1.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-10.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-11.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-12.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-13.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-14.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-15.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-16.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-17.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-18.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-19.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-2.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-20.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-3.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-4.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-5.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-6.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-7.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-8.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed-9.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed.html -%%PORTDOCS%%share/doc/sylpheed/manual/ja/sylpheed.sgml -%%PORTDOCS%%@dirrm share/doc/sylpheed/manual/ja -%%PORTDOCS%%@dirrm share/doc/sylpheed/manual/en -%%PORTDOCS%%@dirrm share/doc/sylpheed/manual -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/it -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/fr -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/es -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/en -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq/de -%%PORTDOCS%%@dirrm share/doc/sylpheed/faq -%%PORTDOCS%%@dirrm share/doc/sylpheed diff --git a/mail/teapop-devel/Makefile b/mail/teapop-devel/Makefile deleted file mode 100644 index d002ae401406..000000000000 --- a/mail/teapop-devel/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: teapop -# Date created: 18 May 2000 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= teapop -PORTVERSION= 0.3.5 -CATEGORIES= mail -MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ - http://www.toontown.org/pub/teapop/ - -MAINTAINER= ports@FreeBSD.org - -.if defined(WITH_PGSQL) -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 -.endif - -.if defined(WITH_MYSQL) -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client -.endif - -.if defined(WITH_DRAC) -BUILD_DEPENDS= ${PREFIX}/lib/libdrac.a:${PORTSDIR}/mail/drac -.endif - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-flock - -.if defined(WITHOUT_APOP) -CONFIGURE_ARGS+= --disable-apop -.endif - -.if defined(WITHOUT_VPOP) -CONFIGURE_ARGS+= --disable-vpop -.endif - -.if defined(WITH_PGSQL) -CONFIGURE_ARGS+= --with-pgsql=${PREFIX}/pgsql -.endif - -.if defined(WITH_MYSQL) -CONFIGURE_ARGS+= --with-mysql=${PREFIX} -.endif - -.if defined(WITH_DRAC) -CONFIGURE_ARGS+= --with-drac=${PREFIX}/lib \ - --with-dracinc=${PREFIX}/include -.endif - -MAN8= teapop.8 - -post-install: - @${ECHO} " " - @${ECHO} "------------------------------------------------------------------------" - @${ECHO} "===> Be sure to copy ${LOCALBASE}/etc/teapop.passwd.sample to" - @${ECHO} "===> ${LOCALBASE}/etc/teapop.passwd before using teapop" - @${ECHO} "------------------------------------------------------------------------" - @${ECHO} " " - -.include <bsd.port.mk> diff --git a/mail/teapop-devel/distinfo b/mail/teapop-devel/distinfo deleted file mode 100644 index f81ca5c33564..000000000000 --- a/mail/teapop-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (teapop-0.3.5.tar.gz) = 65fdea12d76c1ed45d65689f48f7f994 diff --git a/mail/teapop-devel/files/patch-aa b/mail/teapop-devel/files/patch-aa deleted file mode 100644 index a0834203cc94..000000000000 --- a/mail/teapop-devel/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- etc/Makefile.in.orig Sun Jun 30 14:32:20 2002 -+++ etc/Makefile.in Sun Jun 30 14:34:14 2002 -@@ -23,16 +23,9 @@ - fi - - install: build -- @ echo Checking for existing teapop.passwd; \ -- if [ -f ${DESTDIR}/${sysconfdir}/teapop.passwd ]; then \ -- echo "Exists...NOT installing teapop.passwd"; \ -- else \ -- echo "Not found, installing teapop.passwd"; \ -- ${INSTALL} -d ${DESTDIR}/${sysconfdir}; \ -- ${INSTALL} teapop.passwd \ -- ${DESTDIR}/${sysconfdir}; \ -- ${CHMOD} 0644 ${DESTDIR}/${sysconfdir}/teapop.passwd; \ -- fi -+ @echo Installing teapop.passwd.sample; -+ ${INSTALL} -d ${sysconfdir}; \ -+ ${INSTALL} -m 0644 teapop.passwd ${sysconfdir}/teapop.passwd.sample; \ - - makefile: ../config/timestamp - @ echo Updating Makefile diff --git a/mail/teapop-devel/pkg-comment b/mail/teapop-devel/pkg-comment deleted file mode 100644 index daca3c48c049..000000000000 --- a/mail/teapop-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Yet another RFC1939 compliant POP3 server diff --git a/mail/teapop-devel/pkg-descr b/mail/teapop-devel/pkg-descr deleted file mode 100644 index b6155738a302..000000000000 --- a/mail/teapop-devel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Teapop is yet another RFC1939 compliant POP3 server. It includes -flexible virtual domain support that distinguishes it from all other -POP3 servers. - -WWW: http://www.toontown.org/teapop/ - -- jim <jim@FreeBSD.org> diff --git a/mail/teapop-devel/pkg-plist b/mail/teapop-devel/pkg-plist deleted file mode 100644 index d0fd80aa3a88..000000000000 --- a/mail/teapop-devel/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -libexec/teapop -sbin/cronpopauth.pl -etc/teapop.passwd.sample diff --git a/mail/vpopmail-devel/Makefile b/mail/vpopmail-devel/Makefile deleted file mode 100644 index 5aee22d34f39..000000000000 --- a/mail/vpopmail-devel/Makefile +++ /dev/null @@ -1,333 +0,0 @@ -# New ports collection makefile for: vpopmail -# Date created: 21 Sep 2000 -# Whom: Neil Blakey-Milner -# -# $FreeBSD$ -# - -PORTNAME= vpopmail -PORTVERSION= 5.3.9 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= http://www.inter7.com/devel/ - -MAINTAINER= roam@FreeBSD.org - -BUILD_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ - ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp -RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail \ - ${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp - -GNU_CONFIGURE= YES -USE_GMAKE= YES -USE_REINPLACE= YES - -VCFGDIR?= ${WRKDIR}/vcfg -VCFGFILES?= inc_deps lib_deps tcp.smtp - -CONFIGURE_ENV+= VCFGDIR="${VCFGDIR}" -CONFIGURE_ARGS= --enable-qmaildir=${QMAIL_DIR} \ - --enable-tcprules-prog=${LOCALBASE}/bin/tcprules \ - --enable-tcpserver-file=${PREFIX}/vpopmail/etc/tcp.smtp - -# -# User-configurable variables -# -# Define these to change from the default behaviour -# -# WITH_PASSWD - allow authentication off /etc/passwd -# WITHOUT_MD5_PASSWORDS - store encrypted passwords in MD5 format -# WITH_MYSQL - allow authentitation via mysql -# WITH_MYSQL_LARGE_SITE - enables large site layout -# WITH_MYSQL_REPLICATION - enables MySQL database replication -# WITH_SYBASE - allow authentication via Sybase (NOT TESTED!) -# WITH_ORACLE - allow authentication via Oracle (NOT TESTED!) -# WITH_CLEAR_PASSWD - store passwords in plaintext into the MySQL db -# WITH_VALIAS - enable valias processing -# WITHOUT_ROAMING - disallow roaming users -# WITH_IP_ALIAS - enables IP aliasing -# WITH_DELIVER_FILTER - enables the experimental vdelivermail filter -# WITH_QMAIL_EXT - enables qmail-like user-* address extesions processing -# WITHOUT_FILE_LOCKING - disable file locking -# WITH_FILE_SYNC - enables immediate synching (may decrease performance) -# WITHOUT_USERS_BIG_DIR - disables using big directories for users -# WITHOUT_SEEKABLE - disables vdelivermail's attempt to make its input seekable -# -# Set these to the values you'd prefer -# -# HARDQUOTA - size of hard quota, or 'n' for no hard quota -# RELAYCLEAR - time in minutes before clearing relay hole (requires roaming) -# DEFAULT_DOMAIN - default domain for non-vhost lookups -# WITH_SINGLE_DOMAIN - optimize for a site with many users in a single domain -# LOGLEVEL - n - no logging, y - log all, -# e - log errors, p - log passwords in errors -# WITHOUT_AUTH_LOG - disables authentication logging -# WITH_MYSQL_LOG - enable logging to a MySQL database -# QMAIL_DIR - location of qmail directory -# PREFIX - installation area for vpopmail (see comment below) -# VCHKPW_GID - the group ID of the new vchkpw group (89) -# VPOPMAIL_UID - the user ID of the new vpopmail user (89) -# -# MySQL database configuration options -# -# WITH_MYSQL_SERVER - the hostname of the MySQL server (localhost) -# WITH_MYSQL_USER - the username for connecting to the MySQL server (root) -# WITH_MYSQL_PASSWD - the password for connecting to the MySQL server (secret) -# WITH_MYSQL_DB - the name of the MySQL database to use (vpopmail) -# The server, user and password variables may be defined separately -# for read and update access, allowing you to set up a less-priviledged -# MySQL connection account with read-only access, and another one which -# is used for administrative purposes: -# WITH_MYSQL_READ_SERVER, WITH_MYSQL_READ_USER, WITH_MYSQL_READ_PASSWD -# WITH_MYSQL_UPDATE_SERVER, WITH_MYSQL_UPDATE_USER, WITH_MYSQL_UPDATE_PASSWD -# Those variables, if defined, override WITH_MYSQL_{SERVER,USER,PASSWD} -# WITH_MYSQL_LIMITS - enable vpopmail handling of .qmailadmin-limits (BROKEN) -# -# Oracle database configuration options -# -# WARNING: This is NOT TESTED, not in the least. -# Please report any success or failure to the port maintainer, -# Peter Pentchev <roam@FreeBSD.org> -# -# WITH_ORACLE_PROC - the name of the Oracle Pro-C precompiler, default 'proc' -# WITH_ORACLE_SERVICE - the Oracle service name (jimmy) -# WITH_ORACLE_USER - the username for connecting to the Oracle server (system) -# WITH_ORACLE_PASSWD - the password for connecting to the Oracle server (manager) -# WITH_ORACLE_DB - the name of the Oracle database to connect to (orcl1) -# WITH_ORACLE_HOME - the Oracle installation directory (/export/home/oracle) -# -# Sybase database configuration options -# -# WARNING: This is NOT TESTED, not in the least. -# Please report any success or failure to the port maintainer, -# Peter Pentchev <roam@FreeBSD.org> -# -# WITH_SYBASE_SERVER - the Sybase server name (empty) -# WITH_SYBASE_USER - the username for connecting to the Sybase server (sa) -# WITH_SYBASE_PASSWD - the password for connecting to the Sybase server (empty) -# WITH_SYBASE_APP - the app for connecting to the Sybase server (vpopmail) -# WITH_SYBASE_DB - the name of the Sybase database to connect to (vpopmail) -# - -HARDQUOTA?= 10000000 -RELAYCLEAR?= 30 -LOGLEVEL?= y - -.if exists(${LOCALBASE}/qmail/bin/qmail-send) -QMAIL_DIR?= ${LOCALBASE}/qmail -.else -QMAIL_DIR?= /var/qmail -.endif - -# Uncomment this, or set PREFIX to /home if you have an existing -# vpopmail install with the vpopmail users' home directory set to -# /home/vpopmail - package rules dictate we default to /usr/local/vpopmail -# -#PREFIX?= /home - -# End of user-configurable variables - -# -# Some suggestions from Gabriel Ambuehl <gabriel_ambuehl@buz.ch> -# - -CONFIGURE_ARGS+= --enable-defaultquota=${HARDQUOTA} \ - --enable-logging=${LOGLEVEL} - -.if defined(WITH_PASSWD) -CONFIGURE_ARGS+= --enable-passwd=y -.endif - -.if defined(WITHOUT_MD5_PASSWORDS) -CONFIGURE_ARGS+= --enable-md5-passwords=n -.endif - -.if defined(WITH_APOP) -BROKEN= "The WITH_APOP option is deprecated; set WITH_CLEAR_PASSWD instead, APOP will just work" -.endif - -.if defined(WITH_VALIAS) -CONFIGURE_ARGS+= --enable-valias=y -.endif - -.if defined(WITH_SQWEBMAIL) -CONFIGURE_ARGS+= --enable-sqwebmail-pass=y -.endif - -.if !defined(WITHOUT_ROAMING) -CONFIGURE_ARGS+= --enable-roaming-users=y \ - --enable-relay-clear-minutes=${RELAYCLEAR} -.endif - -.if !defined(WITH_CLEAR_PASSWD) -CONFIGURE_ARGS+= --enable-clear-passwd=n -.endif - -.if defined(WITH_MYSQL) -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client -CONFIGURE_ARGS+= --enable-mysql=y \ - --enable-sqlincdir=${LOCALBASE}/include/mysql \ - --enable-sqllibdir=${LOCALBASE}/lib/mysql -.if defined(WITH_MYSQL_LARGE_SITE) -CONFIGURE_ARGS+= --enable-large-site=y -.endif -.if defined(WITH_MYSQL_REPLICATION) -CONFIGURE_ARGS+= --enable-mysql-replication=y -.endif -.if defined(WITH_MYSQL_LOG) -CONFIGURE_ARGS+= --enable-mysql-logging=y -.endif -.if defined(WITH_MYSQL_LIMITS) -BROKEN= "the MySQL limits code is not usable yet; please unset WITH_MYSQL_LIMITS" -CONFIGURE_ARGS+= --enable-mysql-limits=y -.endif - -.if defined(WITH_MYSQL_SERVER) -WITH_MYSQL_READ_SERVER?= ${WITH_MYSQL_SERVER} -WITH_MYSQL_UPDATE_SERVER?= ${WITH_MYSQL_SERVER} -.endif -.if defined(WITH_MYSQL_USER) -WITH_MYSQL_READ_USER?= ${WITH_MYSQL_USER} -WITH_MYSQL_UPDATE_USER?= ${WITH_MYSQL_USER} -.endif -.if defined(WITH_MYSQL_PASSWD) -WITH_MYSQL_READ_PASSWD?= ${WITH_MYSQL_PASSWD} -WITH_MYSQL_UPDATE_PASSWD?= ${WITH_MYSQL_PASSWD} -.endif -.endif - -.if defined(WITH_SYBASE) -CONFIGURE_ARGS+= --enable-sybase=y -.endif - -.if defined(WITH_ORACLE) -WITH_ORACLE_PROC?= proc -CONFIGURE_ARGS+= --enable-oracle=y -.endif - -.if defined(DEFAULT_DOMAIN) -CONFIGURE_ARGS+= --enable-default-domain=${DEFAULT_DOMAIN} -.endif - -.if defined(WITH_SINGLE_DOMAIN) -CONFIGURE_ARGS+= --enable-many-domains=n -.endif - -.if defined(WITH_IP_ALIAS) -CONFIGURE_ARGS+= --enable-ip-alias-domains=y -.endif - -.if defined(WITH_DELIVER_FILTER) -CONFIGURE_ARGS+= --enable-deliver-filter=y -.endif - -.if defined(WITH_QMAIL_EXT) -CONFIGURE_ARGS+= --enable-qmail-ext=y -.endif - -.if defined(WITHOUT_FILE_LOCKING) -CONFIGURE_ARGS+= --enable-file-locking=n -.endif - -.if defined(WITH_FILE_SYNC) -CONFIGURE_ARGS+= --enable-file-sync=y -.endif - -.if defined(WITHOUT_AUTH_LOG) -CONFIGURE_ARGS+= --enable-auth-logging=n -.endif - -.if defined(WITHOUT_USERS_BIG_DIR) -CONFIGURE_ARGS+= --enable-users-big-dir=n -.endif - -.if defined(WITHOUT_SEEKABLE) -CONFIGURE_ARGS+= --enable-make-seekable=n -.endif - -# autoconf and automake can remove our patches to the configure scripts. - -post-patch: - @${FIND} ${WRKSRC} -type f -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e 's,@(ACLOCAL|AUTO(MAKE|CONF|HEADER))@,/usr/bin/true,' - -# -# This port doesn't honour PREFIX, it honours vpopmail's home directory. -# Since we create vpopmail if it doesn't exist, we set it so that it -# does honour PREFIX. -- nbm -# - -pre-configure: - @PKG_PREFIX=${PREFIX}/vpopmail ${PERL5} ${PKGINSTALL} -.if defined(WITH_MYSQL) -.if defined(WITH_MYSQL_UPDATE_SERVER) - ${PERL} -pi -e "s/(#define MYSQL_UPDATE_SERVER.*)localhost(.*)/\$$1${WITH_MYSQL_UPDATE_SERVER}\$$2/" ${WRKSRC}/vmysql.h -.endif -.if defined(WITH_MYSQL_READ_SERVER) - ${PERL} -pi -e "s/(#define MYSQL_READ_SERVER.*)localhost(.*)/\$$1${WITH_MYSQL_READ_SERVER}\$$2/" ${WRKSRC}/vmysql.h -.endif -.if defined(WITH_MYSQL_UPDATE_USER) - ${PERL} -pi -e "s/(#define MYSQL_UPDATE_USER.*)root(.*)/\$$1${WITH_MYSQL_UPDATE_USER}\$$2/" ${WRKSRC}/vmysql.h -.endif -.if defined(WITH_MYSQL_READ_USER) - ${PERL} -pi -e "s/(#define MYSQL_READ_USER.*)root(.*)/\$$1${WITH_MYSQL_READ_USER}\$$2/" ${WRKSRC}/vmysql.h -.endif -.if defined(WITH_MYSQL_UPDATE_PASSWD) - ${PERL} -pi -e "s/(#define MYSQL_UPDATE_PASSWD.*)secret(.*)/\$$1${WITH_MYSQL_UPDATE_PASSWD}\$$2/" ${WRKSRC}/vmysql.h -.endif -.if defined(WITH_MYSQL_READ_PASSWD) - ${PERL} -pi -e "s/(#define MYSQL_READ_PASSWD.*)secret(.*)/\$$1${WITH_MYSQL_READ_PASSWD}\$$2/" ${WRKSRC}/vmysql.h -.endif -.if defined(WITH_MYSQL_DB) - ${PERL} -pi -e "s/(#define MYSQL_DATABASE.*)vpopmail(.*)/\$$1${WITH_MYSQL_DB}\$$2/" ${WRKSRC}/vmysql.h -.endif -.endif -.if defined(WITH_ORACLE) -.if defined(WITH_ORACLE_SERVICE) - ${PERL} -pi -e "s/(#define ORACLE_SERVICE.*)jimmy(.*)/\$$1${WITH_ORACLE_SERVICE}\$$2/" ${WRKSRC}/voracle.h -.endif -.if defined(WITH_ORACLE_USER) - ${PERL} -pi -e "s/(#define ORACLE_USER.*)system(.*)/\$$1${WITH_ORACLE_USER}\$$2/" ${WRKSRC}/voracle.h -.endif -.if defined(WITH_ORACLE_PASSWD) - ${PERL} -pi -e "s/(#define ORACLE_PASSWD.*)manager(.*)/\$$1${WITH_ORACLE_PASSWD}\$$2/" ${WRKSRC}/voracle.h -.endif -.if defined(WITH_ORACLE_HOME) - ${PERL} -pi -e "s@(#define ORACLE_HOME.*)/export/home/oracle(.*)@\$$1${WITH_ORACLE_HOME}\$$2@" ${WRKSRC}/voracle.h -.endif -.if defined(WITH_ORACLE_DB) - ${PERL} -pi -e "s/(#define ORACLE_DATABASE.*)orcl1(.*)/\$$1${WITH_ORACLE_DB}\$$2/" ${WRKSRC}/voracle.h -.endif - cd ${WRKSRC} && ${WITH_ORACLE_PROC} voracle.pc -.endif -.if defined(WITH_SYBASE) -.if defined(WITH_SYBASE_SERVER) - ${PERL} -pi -e "s/(#define SYBASE_SERVER.*)\"\"(.*)/\$$1\"${WITH_SYBASE_SERVER}\"\$$2/" ${WRKSRC}/vsybase.h -.endif -.if defined(WITH_SYBASE_USER) - ${PERL} -pi -e "s/(#define SYBASE_USER.*)sa(.*)/\$$1${WITH_SYBASE_USER}\$$2/" ${WRKSRC}/vsybase.h -.endif -.if defined(WITH_SYBASE_PASSWD) - ${PERL} -pi -e "s/(#define SYBASE_PASSWD.*)\"\"(.*)/\$$1\"${WITH_SYBASE_PASSWD}\"\$$2/" ${WRKSRC}/vsybase.h -.endif -.if defined(WITH_SYBASE_APP) - ${PERL} -pi -e "s@(#define SYBASE_APP.*)vpopmail(.*)@\$$1${WITH_SYBASE_APP}\$$2@" ${WRKSRC}/vsybase.h -.endif -.if defined(WITH_SYBASE_DB) - ${PERL} -pi -e "s/(#define SYBASE_DATABASE.*)vpopmail(.*)/\$$1${WITH_SYBASE_DB}\$$2/" ${WRKSRC}/vsybase.h -.endif -.endif - ${MKDIR} ${VCFGDIR} - -post-install: - ${CHMOD} o-rwx ${PREFIX}/vpopmail/bin ${PREFIX}/vpopmail/lib - ${MKDIR} ${PREFIX}/vpopmail/etc - if [ ! -f "${PREFIX}/vpopmail/etc/tcp.smtp" ]; then \ - if [ -f "${VCFGDIR}/tcp.smtp" ]; then \ - ${INSTALL_DATA} ${VCFGDIR}/tcp.smtp ${PREFIX}/vpopmail/etc/; \ - else \ - ${TOUCH} ${PREFIX}/vpopmail/etc/tcp.smtp; \ - fi; \ - fi - ${INSTALL_DATA} ${VCFGDIR}/inc_deps ${VCFGDIR}/lib_deps ${PREFIX}/vpopmail/etc/ - -.include <bsd.port.mk> diff --git a/mail/vpopmail-devel/distinfo b/mail/vpopmail-devel/distinfo deleted file mode 100644 index d6e0ec11cc6d..000000000000 --- a/mail/vpopmail-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (vpopmail-5.3.9.tar.gz) = ffe8fa35ab259368ad7f75584c04389a diff --git a/mail/vpopmail-devel/files/patch-configure b/mail/vpopmail-devel/files/patch-configure deleted file mode 100644 index df3302d9e94b..000000000000 --- a/mail/vpopmail-devel/files/patch-configure +++ /dev/null @@ -1,53 +0,0 @@ ---- configure.old Mon Nov 19 17:54:10 2001 -+++ configure Mon Nov 19 17:57:27 2001 -@@ -1535,15 +1535,6 @@ - rm -f vpopusername - - --if test ! -d $vpopmaildir/etc --then -- mkdir $vpopmaildir/etc -- chown $vpopmailuid "$vpopmaildir"/etc -- chgrp $vpopmailgid "$vpopmaildir"/etc -- chmod 755 "$vpopmaildir"/etc -- echo "configure: warning: making a vpopmail etc directory " 1>&2 --fi -- - # Check whether --enable-roaming-users or --disable-roaming-users was given. - if test "${enable_roaming_users+set}" = set; then - enableval="$enable_roaming_users" -@@ -1605,7 +1596,7 @@ - - if test "$tcpserver_file" = "" - then -- echo "127.:allow,RELAYCLIENT=\"\"" > "$vpopmaildir"/etc/tcp.smtp -+ echo "127.:allow,RELAYCLIENT=\"\"" > "$VCFGDIR"/tcp.smtp - tcpserver_file="$vpopmaildir"/etc/tcp.smtp - - echo "configure: warning: Unable to find your tcpserver relay file." 1>&2 -@@ -2042,7 +2033,7 @@ - fi - auth_libs="-L$libdir $extralibflags -lmysqlclient -lz" - -- echo "-L$vpopmaildir/lib -lvpopmail -L$libdir -lmysqlclient -lz" > $vpopmaildir/etc/lib_deps -+ echo "-L$vpopmaildir/lib -lvpopmail -L$libdir -lmysqlclient -lz" > $VCFGDIR/lib_deps - - ;; - *) -@@ -2277,14 +2268,14 @@ - authlib= - - auth_inc="-Icdb" -- echo "-L$vpopmaildir/lib -lvpopmail" > $vpopmaildir/etc/lib_deps -+ echo "-L$vpopmaildir/lib -lvpopmail" > $VCFGDIR/lib_deps - - ;; - *) - ;; - esac - --echo "-I$vpopmaildir/include" > $vpopmaildir/etc/inc_deps -+echo "-I$vpopmaildir/include" > $VCFGDIR/inc_deps - - # Check whether --enable-qmail-ext or --disable-qmail-ext was given. - if test "${enable_qmail_ext+set}" = set; then diff --git a/mail/vpopmail-devel/files/patch-vdelivermail.c b/mail/vpopmail-devel/files/patch-vdelivermail.c deleted file mode 100644 index 106281226007..000000000000 --- a/mail/vpopmail-devel/files/patch-vdelivermail.c +++ /dev/null @@ -1,11 +0,0 @@ ---- vdelivermail.c.orig Sat Nov 2 22:34:39 2002 -+++ vdelivermail.c Sat Nov 2 22:35:20 2002 -@@ -263,7 +263,7 @@ - - /* check for wildcard if there's no match */ - if(tmpstr == NULL) { -- for(i=strlen(TheUser);i >= 0 && j != 1;--i) { -+ for(i=strlen(TheUser);i > 0 && j != 1;--i) { - if(TheUser[i-1]=='-') { - tmpuser[0] = '\0'; - strncat(tmpuser,TheUser,i); diff --git a/mail/vpopmail-devel/files/patch-vlimits.c b/mail/vpopmail-devel/files/patch-vlimits.c deleted file mode 100644 index f784777116d4..000000000000 --- a/mail/vpopmail-devel/files/patch-vlimits.c +++ /dev/null @@ -1,29 +0,0 @@ ---- vlimits.c.orig Sat Nov 2 22:39:03 2002 -+++ vlimits.c Sat Nov 2 22:41:10 2002 -@@ -49,7 +49,7 @@ - - /* get filename */ - vget_assign(domain, dir, sizeof(dir), &uid, &gid); -- strncat(dir, "/.qmailadmin-limits", sizeof(dir)); -+ strncat(dir, "/.qmailadmin-limits", sizeof(dir) - strlen(dir) - 1); - - /* open file */ - if ((fs = fopen(dir, "r")) != NULL) { -@@ -143,7 +143,7 @@ - - /* get filename */ - vget_assign(domain, dir, sizeof(dir), &uid, &gid); -- strncat(dir, "/.qmailadmin-limits", sizeof(dir)); -+ strncat(dir, "/.qmailadmin-limits", sizeof(dir) - strlen(dir) - 1); - - /* open file */ - if ((fs = fopen(dir, "w+")) != NULL) { -@@ -183,7 +183,7 @@ - - /* get filename */ - vget_assign(domain, dir, sizeof(dir), &uid, &gid); -- strncat(dir, "/.qmailadmin-limits", sizeof(dir)); -+ strncat(dir, "/.qmailadmin-limits", sizeof(dir) - strlen(dir) - 1); - return unlink(dir); - } - diff --git a/mail/vpopmail-devel/files/patch-vmysql.h b/mail/vpopmail-devel/files/patch-vmysql.h deleted file mode 100644 index 347342723a14..000000000000 --- a/mail/vpopmail-devel/files/patch-vmysql.h +++ /dev/null @@ -1,15 +0,0 @@ ---- vmysql.h.orig Sat Nov 2 23:02:32 2002 -+++ vmysql.h Sat Nov 2 23:06:01 2002 -@@ -250,3 +250,12 @@ - INDEX error_idx (error), INDEX message_idx (message)" - #endif - -+#ifdef ENABLE_MYSQL_LIMITS -+#define LIMITS_TABLE_LAYOUT "id BIGINT PRIMARY KEY AUTO_INCREMENT, \ -+ domain CHAR(64), maxpopaccounts INTEGER, maxaliases INTEGER, \ -+ maxforwards INT, maxautoresponders INT, maxmailinglists INT \ -+ diskquota INT, defaultquota INT, disablepop INT, disableimap INT, \ -+ disabledialup INT, disablepasswordchanging INT, disablewebmail INT, \ -+ disablerelay INT, \ -+ INDEX domain_idx (domain)" -+#endif diff --git a/mail/vpopmail-devel/pkg-comment b/mail/vpopmail-devel/pkg-comment deleted file mode 100644 index 3a0300b4b781..000000000000 --- a/mail/vpopmail-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Easy virtual domain and authentication package for use with qmail diff --git a/mail/vpopmail-devel/pkg-descr b/mail/vpopmail-devel/pkg-descr deleted file mode 100644 index a98ec621541b..000000000000 --- a/mail/vpopmail-devel/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -vpopmail provides an easy way to manage virtual domains and virtual -accounts on a qmail mail server. - -Features: - -. Automates all qmail file modifications into documented command line - programs - -. Support for named and IP-based virtual domains - -. NFS safe - -. dynamic directory creation for scalability using fill-in balanced 3 - level tree - -. understands standard qmail .qmail directives - -. interacts well with qmailadmin for web-based administration, courier-imap - for IMAP support, and sqwebmail for web-based mail. - -WWW: http://inter7.com/vpopmail/ diff --git a/mail/vpopmail-devel/pkg-install b/mail/vpopmail-devel/pkg-install deleted file mode 100644 index 101602472771..000000000000 --- a/mail/vpopmail-devel/pkg-install +++ /dev/null @@ -1,109 +0,0 @@ -#!/usr/bin/perl -# - -@groups = ("vchkpw"); -%users = ('vpopmail', "vchkpw"); -# daemon, local, pop, queue, remote, deliver, respectively. -# alias is a special case above... -%gids = ("vchkpw", 89); -%uids = ('vpopmail', 89); - -sub checkenv () { - my ($u, $g); - - # Users - foreach $u (keys %users) { - $var = uc($u)."_UID"; - if (defined($ENV{$var})) { - $uids{$u} = $ENV{$var}; - } - } - - # Groups - foreach $g (@groups) { - $var = uc($g)."_GID"; - if (defined($ENV{$var})) { - $gids{$g} = $ENV{$var}; - } - } -} - -if ($ENV{PACKAGE_BUILDING} || $ARGV[1] eq "PRE-INSTALL") { - $doguid=1; # Make sure we get the assigned guids. -} - -checkenv(); - -foreach $group (@groups) { - if (! getgrnam ($group)) { - do checkrpw; # May exit - - $x = "-g $gids{$group}"; - $result = system ("/usr/sbin/pw groupadd $group $x"); - if ($result) { - die "Failed to add group $group as gid $gids{$group}\n"; - } - } -} - -if (! getpwnam ("alias")) { - do checkrpw; # May exit - - $x = "-u $uids{'alias'}"; - $result = system ("/usr/sbin/pw useradd alias -g qnofiles -d \"$ENV{PKG_PREFIX}/alias\" -s /nonexistent $x"); - if ($result) { - die "Failed to add user alias as uid $uids{'alias'}\n"; - } -} - -foreach $user (keys %users) { - if (! getpwnam ($user)) { - do checkrpw; # May exit - - $x = "-u $uids{$user}"; - $result = system ("/usr/sbin/pw useradd $user -g $users{$user} -d \"$ENV{PKG_PREFIX}\" -s /nonexistent $x"); - if ($result) { - die "Failed to add user $user as uid $uids{$user}\n"; - } - } -} - -# Check that all gids/uids are as they should be... -# If we are being installed as a package... -if ($doguid) { - foreach $group (@groups) { - if (getgrnam($group) != $gids{$group}) { - die "Group $group should have gid $gids{$group}\n"; - } - } - - foreach $user (keys %users) { - if (getpwnam($user) != $uids{$user}) { - die "User $user should have uid $uids{$user}\n"; - } - } -} - -exit 0; - -sub checkrpw { - if (! -x "/usr/sbin/pw") { - print <<'EOM'; -This system looks like a pre-2.2 version of FreeBSD. We see that it -is missing the "pw" utility. We need this utility. Please get and -install it, and try again. You can get the source from: - - ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/usr.sbin/pw.tar.gz - -EOM - die "No /usr/sbin/pw"; - } - - if ($> != 0) { - print "It is necessary to add missing vpopmail users/groups at"; - print "this stage. Please either add them manually or retry"; - print "as root."; - # Let pw(1) signal the failure so the user can see which - # group/user is actually missing. - } -} diff --git a/mail/vpopmail-devel/pkg-plist b/mail/vpopmail-devel/pkg-plist deleted file mode 100644 index 80a845baa619..000000000000 --- a/mail/vpopmail-devel/pkg-plist +++ /dev/null @@ -1,55 +0,0 @@ -vpopmail/bin/clearopensmtp -vpopmail/bin/vaddaliasdomain -vpopmail/bin/vadddomain -vpopmail/bin/vadduser -vpopmail/bin/valias -vpopmail/bin/vchkpw -vpopmail/bin/vconvert -vpopmail/bin/vdeldomain -vpopmail/bin/vdelivermail -vpopmail/bin/vdeloldusers -vpopmail/bin/vdeluser -vpopmail/bin/vdominfo -vpopmail/bin/vipmap -vpopmail/bin/vkill -vpopmail/bin/vmkpasswd -vpopmail/bin/vmoduser -vpopmail/bin/vpasswd -vpopmail/bin/vpopbull -vpopmail/bin/vqmaillocal -vpopmail/bin/vsetuserquota -vpopmail/bin/vuserinfo -vpopmail/doc/doc_html/vpopmail.html -vpopmail/doc/doc_html/vpopmail5.abw -vpopmail/doc/doc_html/vpopmailapi.png -vpopmail/doc/man_html/clearopensmtp.html -vpopmail/doc/man_html/index.html -vpopmail/doc/man_html/vaddaliasdomain.html -vpopmail/doc/man_html/vadddomain.html -vpopmail/doc/man_html/vadduser.html -vpopmail/doc/man_html/vchkpw.html -vpopmail/doc/man_html/vconvert.html -vpopmail/doc/man_html/vdeldomain.html -vpopmail/doc/man_html/vdelivermail.html -vpopmail/doc/man_html/vdeluser.html -vpopmail/doc/man_html/vpasswd.html -vpopmail/doc/man_html/vpopbull.html -vpopmail/doc/man_html/vsetuserquota.html -vpopmail/etc/inc_deps -vpopmail/etc/lib_deps -@unexec if [ -f %D/vpopmail/etc/tcp.smtp -a ! -s %D/vpopmail/etc/tcp.smtp ]; then rm -f %D/vpopmail/etc/tcp.smtp; fi -vpopmail/include/config.h -vpopmail/include/vauth.h -vpopmail/include/vpopmail.h -vpopmail/include/vpopmail_config.h -vpopmail/lib/libvpopmail.a -@dirrm vpopmail/users -@dirrm vpopmail/lib -@dirrm vpopmail/include -@dirrm vpopmail/etc -@dirrm vpopmail/domains -@dirrm vpopmail/doc/man_html -@dirrm vpopmail/doc/doc_html -@dirrm vpopmail/doc -@dirrm vpopmail/bin -@dirrm vpopmail |