diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-01-29 04:56:35 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-01-29 04:56:35 +0000 |
commit | b315e20b06b5067b11496cbfb4744f5cf16a9639 (patch) | |
tree | 3fe761c428249a06677cf9f97eb9badee0732a6a /mail | |
parent | 7f06f7b43a65cd1bd87825a1886b0e08e87f38e3 (diff) | |
download | ports-release/4.5.0.tar.gz ports-release/4.5.0.zip |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_5_0'.release/4.5.0
Diffstat (limited to 'mail')
1107 files changed, 0 insertions, 35875 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile deleted file mode 100644 index a6cf9293fe21..000000000000 --- a/mail/balsa2/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: balsa -# Date created: 02 December 1998 -# Whom: Glenn Johnson <gljohns@bellsouth.net> -# -# $FreeBSD$ -# - -PORTNAME= balsa -PORTVERSION= 1.3.0 -CATEGORIES= mail gnome -MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ - ftp://ftp.newton.cx/pub/balsa/ - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \ - aspell.11:${PORTSDIR}/textproc/aspell \ - pcre.0:${PORTSDIR}/devel/pcre -BUILD_DEPENDS= ${LOCALBASE}/bin/libesmtp-config:${PORTSDIR}/mail/libesmtp -RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell \ - ${LOCALBASE}/bin/libesmtp-config:${PORTSDIR}/mail/libesmtp - -USE_X_PREFIX= yes -USE_GNOME= yes -USE_LIBTOOL= yes -USE_OPENSSL= yes -LIBTOOLFILES= libmutt/configure -CONFIGURE_ARGS= --enable-threads \ - --enable-gtkhtml \ - --enable-ldap \ - --disable-more-warnings \ - --with-ssl -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -lgiconv" - -MAN1= balsa.1 - -post-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ - s|-liconv|-lgiconv|g ; s|iconv_open|libiconv_open|g ; \ - s|([^g])iconv.h|\1giconv.h|g' \ - ${WRKSRC}/configure ${WRKSRC}/libmutt/configure - @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g ; \ - s|\$\(gnomedatadir\)/gnome|\$\(gnomedatadir\)|g' - -.include <bsd.port.mk> diff --git a/mail/balsa2/distinfo b/mail/balsa2/distinfo deleted file mode 100644 index e857076aca97..000000000000 --- a/mail/balsa2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (balsa-1.3.0.tar.gz) = 7309370fe64d633df5fe46b1a1a25a82 diff --git a/mail/balsa2/files/patch-aa b/mail/balsa2/files/patch-aa deleted file mode 100644 index 3bb9576ba09e..000000000000 --- a/mail/balsa2/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.in.orig Tue Nov 6 12:02:00 2001 -+++ src/Makefile.in Tue Nov 6 12:03:19 2001 -@@ -216,7 +216,6 @@ - $(top_builddir)/libmutt/libmutt.a \ - $(top_builddir)/libinit_balsa/libinit_balsa.a \ - -lpspell \ -- -lltdl \ - $(INTLLIBS) \ - $(PCRE_LIBS) \ - $(PTHREAD_LIB) diff --git a/mail/balsa2/files/patch-configure b/mail/balsa2/files/patch-configure deleted file mode 100644 index 7143c8afe49f..000000000000 --- a/mail/balsa2/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure Fri Dec 14 06:13:21 2001 -+++ configure.new Sun Dec 16 12:52:33 2001 -@@ -8869,7 +8869,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lldap -llber -lresolv $LIBS" -+LIBS="-lldap -llber $LIBS" - cat > conftest.$ac_ext <<EOF - #line 8875 "configure" - #include "confdefs.h" -@@ -8900,7 +8900,7 @@ - cat >> confdefs.h <<\EOF - #define ENABLE_LDAP 1 - EOF -- LIBS="-lldap -llber -lresolv $LIBS" -+ LIBS="-lldap -llber $LIBS" - else - echo "$ac_t""no" 1>&6 - { echo "configure: error: *** You enabled LDAP but ldap library is not found." 1>&2; exit 1; } diff --git a/mail/balsa2/files/patch-libbalsa::address-book-ldap.c b/mail/balsa2/files/patch-libbalsa::address-book-ldap.c deleted file mode 100644 index 1205fd60b698..000000000000 --- a/mail/balsa2/files/patch-libbalsa::address-book-ldap.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libbalsa/address-book-ldap.c Mon Nov 19 03:41:21 2001 -+++ libbalsa/address-book-ldap.c.new Sun Dec 16 12:59:34 2001 -@@ -31,7 +31,7 @@ - #include <sys/time.h> - #include <lber.h> - #include <ldap.h> --#include <iconv.h> -+#include <giconv.h> - - #include "address-book.h" - #include "address-book-ldap.h" diff --git a/mail/balsa2/files/patch-libmutt::charset.c b/mail/balsa2/files/patch-libmutt::charset.c deleted file mode 100644 index 3c57eacaedc5..000000000000 --- a/mail/balsa2/files/patch-libmutt::charset.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libmutt/charset.c 2001/03/06 10:39:57 1.1 -+++ libmutt/charset.c 2001/03/06 10:40:07 -@@ -29,7 +29,7 @@ - #include <unistd.h> - #include <errno.h> - --#include <iconv.h> -+#include <giconv.h> - - #include "mutt.h" - #include "charset.h" diff --git a/mail/balsa2/files/patch-libmutt::charset.h b/mail/balsa2/files/patch-libmutt::charset.h deleted file mode 100644 index 7e490597f1dc..000000000000 --- a/mail/balsa2/files/patch-libmutt::charset.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libmutt/charset.h 2001/03/06 10:38:56 1.1 -+++ libmutt/charset.h 2001/03/06 10:39:08 -@@ -19,7 +19,7 @@ - #ifndef _CHARSET_H - #define _CHARSET_H - --#include <iconv.h> -+#include <giconv.h> - - int mutt_convert_string (char **, const char *, const char *); - diff --git a/mail/balsa2/files/patch-libmutt::rfc2047.c b/mail/balsa2/files/patch-libmutt::rfc2047.c deleted file mode 100644 index feb6b4e51de0..000000000000 --- a/mail/balsa2/files/patch-libmutt::rfc2047.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libmutt/rfc2047.c Wed Jul 18 10:47:01 2001 -+++ libmutt/rfc2047.c.new Tue Sep 18 16:18:18 2001 -@@ -24,7 +24,7 @@ - - #include <ctype.h> - #include <errno.h> --#include <iconv.h> -+#include <giconv.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> diff --git a/mail/balsa2/files/patch-ltmain.sh b/mail/balsa2/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/mail/balsa2/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,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/balsa2/files/patch-po::Makefile.in.in b/mail/balsa2/files/patch-po::Makefile.in.in deleted file mode 100644 index 4ef430113ba2..000000000000 --- a/mail/balsa2/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2001/11/06 10:04:10 1.1 -+++ po/Makefile.in.in 2001/11/06 10:04:27 -@@ -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/balsa2/files/patch-src::print.c b/mail/balsa2/files/patch-src::print.c deleted file mode 100644 index 1fe05a38e213..000000000000 --- a/mail/balsa2/files/patch-src::print.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/print.c 2001/04/23 15:33:41 1.1 -+++ src/print.c 2001/04/23 15:33:56 -@@ -22,7 +22,7 @@ - #include <gnome.h> - #include <config.h> - #include <balsa-app.h> --#include <iconv.h> -+#include <giconv.h> - - #include "print.h" - diff --git a/mail/balsa2/pkg-comment b/mail/balsa2/pkg-comment deleted file mode 100644 index 150a5e184dd1..000000000000 --- a/mail/balsa2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A mail reader for the gnome interface diff --git a/mail/balsa2/pkg-descr b/mail/balsa2/pkg-descr deleted file mode 100644 index 484e6febcc10..000000000000 --- a/mail/balsa2/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -A mail reader for gnome. It supports local mail, pop3, and IMAP. It can -view mail files in mbox, maildir, and mh format. - -The pop3 support is not complete. All mail retrieved will be left on the -server, and hence retrieved again if not deleted through some other pop3 -client. Using fetchmail would be recommended to retrieve pop3 mail. - -Balsa is probably not fully usable as one's primary mail client at this -time. However, it is under active development and fits with other gnome -applications. - -WWW: http://www.balsa.net/ diff --git a/mail/balsa2/pkg-plist b/mail/balsa2/pkg-plist deleted file mode 100644 index d5bdb7263991..000000000000 --- a/mail/balsa2/pkg-plist +++ /dev/null @@ -1,118 +0,0 @@ -bin/balsa -etc/sound/events/balsa.soundlist -etc/sound/events/email.soundlist -share/gnome/apps/Internet/balsa.desktop -share/gnome/help/balsa/C/ab-conf.html -share/gnome/help/balsa/C/authors.html -share/gnome/help/balsa/C/authours.html -share/gnome/help/balsa/C/common-tasks.html -share/gnome/help/balsa/C/folder-config.html -share/gnome/help/balsa/C/getting-started.html -share/gnome/help/balsa/C/glossary.html -share/gnome/help/balsa/C/identities.html -share/gnome/help/balsa/C/images/address-book-ldap.png -share/gnome/help/balsa/C/images/address-book-modify.png -share/gnome/help/balsa/C/images/address-book-start.png -share/gnome/help/balsa/C/images/address-book-vcard.png -share/gnome/help/balsa/C/images/address-book.png -share/gnome/help/balsa/C/images/balsa_logo.png -share/gnome/help/balsa/C/images/druid-start.png -share/gnome/help/balsa/C/images/example-alias.png -share/gnome/help/balsa/C/images/main-window-toolbar.png -share/gnome/help/balsa/C/images/main-window.png -share/gnome/help/balsa/C/images/newmsg-window-attachments.png -share/gnome/help/balsa/C/images/newmsg-window-toolbar.png -share/gnome/help/balsa/C/images/newmsg-window.png -share/gnome/help/balsa/C/images/preferences-window.png -share/gnome/help/balsa/C/images/spell-check.png -share/gnome/help/balsa/C/index.html -share/gnome/help/balsa/C/its-not-working.html -share/gnome/help/balsa/C/ln28.html -share/gnome/help/balsa/C/ln7.html -share/gnome/help/balsa/C/mbox-formats.html -share/gnome/help/balsa/C/preferences-0.html -share/gnome/help/balsa/C/preferences-1.html -share/gnome/help/balsa/C/preferences-2.html -share/gnome/help/balsa/C/preferences-3.html -share/gnome/help/balsa/C/preferences-4.html -share/gnome/help/balsa/C/preferences-5.html -share/gnome/help/balsa/C/preferences-6.html -share/gnome/help/balsa/C/preferences.html -share/gnome/help/balsa/C/stylesheet-images/caution.gif -share/gnome/help/balsa/C/stylesheet-images/home.gif -share/gnome/help/balsa/C/stylesheet-images/important.gif -share/gnome/help/balsa/C/stylesheet-images/next.gif -share/gnome/help/balsa/C/stylesheet-images/note.gif -share/gnome/help/balsa/C/stylesheet-images/prev.gif -share/gnome/help/balsa/C/stylesheet-images/tip.gif -share/gnome/help/balsa/C/stylesheet-images/toc-blank.gif -share/gnome/help/balsa/C/stylesheet-images/toc-minus.gif -share/gnome/help/balsa/C/stylesheet-images/toc-plus.gif -share/gnome/help/balsa/C/stylesheet-images/up.gif -share/gnome/help/balsa/C/stylesheet-images/warning.gif -share/gnome/help/balsa/C/toolbars.html -share/gnome/help/balsa/C/topic.dat -share/gnome/help/balsa/C/win-composer.html -share/gnome/help/balsa/C/win-config-0.html -share/gnome/help/balsa/C/win-config-1.html -share/gnome/help/balsa/C/win-config-10.html -share/gnome/help/balsa/C/win-config-2.html -share/gnome/help/balsa/C/win-config-3.html -share/gnome/help/balsa/C/win-config-4.html -share/gnome/help/balsa/C/win-config-5.html -share/gnome/help/balsa/C/win-config-6.html -share/gnome/help/balsa/C/win-config-7.html -share/gnome/help/balsa/C/win-config-8.html -share/gnome/help/balsa/C/win-config-9.html -share/gnome/help/balsa/C/win-config.html -share/gnome/help/balsa/C/win-main.html -share/gnome/help/balsa/C/win-message.html -share/gnome/pixmaps/balsa/attachment.png -share/gnome/pixmaps/balsa/balsa-logo.png -share/gnome/pixmaps/balsa/balsa-top.png -share/gnome/pixmaps/balsa/balsa-watermark.png -share/gnome/pixmaps/balsa/balsa_icon.png -share/gnome/pixmaps/balsa/balsa_logo.png -share/gnome/pixmaps/gnome-balsa2.png -share/gnome/sounds/balsa/newmail.wav -share/gnome/sounds/balsa/startup.wav -share/locale/az/LC_MESSAGES/balsa.mo -share/locale/bg/LC_MESSAGES/balsa.mo -share/locale/ca/LC_MESSAGES/balsa.mo -share/locale/cs/LC_MESSAGES/balsa.mo -share/locale/da/LC_MESSAGES/balsa.mo -share/locale/de/LC_MESSAGES/balsa.mo -share/locale/el/LC_MESSAGES/balsa.mo -share/locale/en_GB/LC_MESSAGES/balsa.mo -share/locale/es/LC_MESSAGES/balsa.mo -share/locale/et/LC_MESSAGES/balsa.mo -share/locale/fi/LC_MESSAGES/balsa.mo -share/locale/fr/LC_MESSAGES/balsa.mo -share/locale/ga/LC_MESSAGES/balsa.mo -share/locale/hu/LC_MESSAGES/balsa.mo -share/locale/it/LC_MESSAGES/balsa.mo -share/locale/ja/LC_MESSAGES/balsa.mo -share/locale/ko/LC_MESSAGES/balsa.mo -share/locale/lt/LC_MESSAGES/balsa.mo -share/locale/nl/LC_MESSAGES/balsa.mo -share/locale/nn/LC_MESSAGES/balsa.mo -share/locale/no/LC_MESSAGES/balsa.mo -share/locale/pl/LC_MESSAGES/balsa.mo -share/locale/pt/LC_MESSAGES/balsa.mo -share/locale/pt_BR/LC_MESSAGES/balsa.mo -share/locale/ro/LC_MESSAGES/balsa.mo -share/locale/ru/LC_MESSAGES/balsa.mo -share/locale/sk/LC_MESSAGES/balsa.mo -share/locale/sl/LC_MESSAGES/balsa.mo -share/locale/sv/LC_MESSAGES/balsa.mo -share/locale/tr/LC_MESSAGES/balsa.mo -share/locale/uk/LC_MESSAGES/balsa.mo -share/locale/wa/LC_MESSAGES/balsa.mo -share/locale/zh_CN/LC_MESSAGES/balsa.mo -share/locale/zh_TW/LC_MESSAGES/balsa.mo -@dirrm share/gnome/sounds/balsa -@dirrm share/gnome/pixmaps/balsa -@dirrm share/gnome/help/balsa/C/stylesheet-images -@dirrm share/gnome/help/balsa/C/images -@dirrm share/gnome/help/balsa/C -@dirrm share/gnome/help/balsa diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile deleted file mode 100644 index 3e74a1dd7c54..000000000000 --- a/mail/claws-mail/Makefile +++ /dev/null @@ -1,99 +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.7.0 -CATEGORIES= mail news ipv6 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= sylpheed-claws -DISTNAME= sylpheed-${PORTVERSION}claws - -MAINTAINER= corecode@corecode.ath.cx - -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_LIBTOOL= yes -USE_GTK= yes - -CONFIGURE_ARGS= --program-suffix="-claws" --with-included-gettext \ - --enable-ipv6 - -CONFIGURE_ENV= CFLAGS="${CFLAGS}" 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.5:${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_PSPELL) || defined(WITH_ALL) -LIB_DEPENDS+= pspell.4:${PORTSDIR}/textproc/pspell -CONFIGURE_ARGS+= --enable-pspell -.endif -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -CONFIGURE_ARGS+= --enable-ssl -.endif - -pre-everything:: - @${ECHO} "" - @${ECHO} "You may define the following build options:" - @${ECHO} "" - @${ECHO} " WITH_ALL Enable all options below" - @${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_PSPELL Enable spell-checking support" - @${ECHO} "" - @${ECHO} " WITHOUT_SSL Disable OpenSSL support" - @${ECHO} "" - -post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" \ - ${WRKSRC}/tools/README.sylprint ${WRKSRC}/tools/sylprint.pl -.if defined(NOPORTDOCS) - @${PERL} -pi -e 's|^(SUBDIRS = .*)manual (.*)|\1\2|' ${WRKSRC}/Makefile.in -.endif - -pre-build: - @${LN} -sf ${LOCALBASE}/bin/${LIBTOOL} ${WRKSRC}/libtool - -post-install: -.if !defined(NOPORTDOCS) -.for i in README README.jp README.claws RELEASE_NOTES.claws TODO TODO.jp tools/README.sylprint - @${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR} -.endfor - @${INSTALL_MAN} ${WRKSRC}/tools/README ${DOCSDIR}/README.tools -.endif - @${MKDIR} ${DATADIR} -.for i in eud2gc.py filter_conv.pl gif2xface.pl ldif-to-xml.py newscache_clean.pl - @${INSTALL_SCRIPT} ${WRKSRC}/tools/${i} ${DATADIR} -.endfor - @${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 c228936f27fb..000000000000 --- a/mail/claws-mail/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sylpheed-0.7.0claws.tar.gz) = ff76b9e3f0f43bdacf05f3a25addcd40 diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure deleted file mode 100644 index 98fada214116..000000000000 --- a/mail/claws-mail/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Mon Jan 14 16:15:33 2002 -+++ configure Tue Jan 15 15:53:11 2002 -@@ -756,7 +756,7 @@ - fi - - --PACKAGE=sylpheed -+PACKAGE=sylpheed-claws - - MAJOR_VERSION=0 - MINOR_VERSION=7 -@@ -1056,7 +1056,7 @@ - fi - - --if test -d "$gnomedir"; then -+if false; then - SYLPHEED_GNOME_TRUE= - SYLPHEED_GNOME_FALSE='#' - else -@@ -7419,7 +7419,7 @@ - localedir='${prefix}/${DATADIRNAME}/locale' - - --manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual' -+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual' - - - # Check whether --with-glib-prefix or --without-glib-prefix was given. diff --git a/mail/claws-mail/files/patch-src-defs.h b/mail/claws-mail/files/patch-src-defs.h deleted file mode 100644 index f7451153cacd..000000000000 --- a/mail/claws-mail/files/patch-src-defs.h +++ /dev/null @@ -1,22 +0,0 @@ ---- ./src/defs.h.orig Fri Nov 16 09:47:26 2001 -+++ ./src/defs.h Fri Dec 21 01:02:01 2001 -@@ -65,8 +65,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" -@@ -74,7 +74,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/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 a77dfe2ecc44..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: -* A revision of the filtering system -* 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 -* Undo/Redo -and more... - -WWW: http://sylpheed-claws.sourceforge.net/ - -- corecode diff --git a/mail/claws-mail/pkg-plist b/mail/claws-mail/pkg-plist deleted file mode 100644 index 7927074465ed..000000000000 --- a/mail/claws-mail/pkg-plist +++ /dev/null @@ -1,77 +0,0 @@ -bin/sylpheed-claws -bin/sylpheed-switcher -bin/sylprint.pl -etc/sylprint.rc.example -lib/charset.alias -%%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/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-2.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/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/cs/LC_MESSAGES/sylpheed-claws.mo -share/locale/de/LC_MESSAGES/sylpheed-claws.mo -share/locale/el/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/locale.alias -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/sv/LC_MESSAGES/sylpheed-claws.mo -share/pixmaps/sylpheed-claws.png -share/sylpheed-claws/eud2gc.py -share/sylpheed-claws/filter_conv.pl -share/sylpheed-claws/gif2xface.pl -share/sylpheed-claws/ldif-to-xml.py -share/sylpheed-claws/newscache_clean.pl -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/ja -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual/en -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws/manual -%%PORTDOCS%%@dirrm share/doc/sylpheed-claws -@unexec rmdir %D/share/pixmaps 2>/dev/null || true -@dirrm share/sylpheed-claws diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile deleted file mode 100644 index fded530a49ce..000000000000 --- a/mail/cyrus-imapd2/Makefile +++ /dev/null @@ -1,110 +0,0 @@ -# New ports collection makefile for: cyrus-imapd -# Date created: Jan 4th 2001 -# Whom: ume@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= cyrus-imapd -PORTVERSION= 2.0.16 -PORTREVISION= 2 -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-20020118.diff.gz - -MAINTAINER= ume@FreeBSD.org - -LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \ - db3.2:${PORTSDIR}/databases/db3 -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ - ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl - -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. -CONFIGURE_ENV= LIBS=-lkvm -.else -CONFIGURE_ARGS+=--with-ucdsnmp=no -.endif - -MAN1= cyradm.1 imtest.1 installsieve.1 -MAN3= imclient.3 -MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5 -MAN8= arbitron.8 collectnews.8 ctl_deliver.8 ctl_mboxlist.8 \ - cyrquota.8 deliver.8 fud.8 idled.8 imapd.8 ipurge.8 \ - lmtpd.8 master.8 mbpath.8 pop3d.8 reconstruct.8 rmnews.8 \ - syncnews.8 timsieved.8 - -DOCS= HEY-YOU-WITH-THE-EDITOR README acl-extension anoncvs bugs \ - changes copyrights feedback index install install-admin-mb \ - install-compile install-configure install-murder install-perf \ - install-prereq install-sieve install-snmpmon install-testing \ - install-upgrade mailing-list notes os overview questions \ - quota-extension readme server-design sieve sieve-protocol -HTDOCS= anoncvs bugs changes faq feedback index install-admin-mb \ - install-auth install-compile install-configure install-murder \ - install-perf install-prereq install-sieve install-snmpmon \ - install-testing install-upgrade install mailing-list man \ - notes os overview questions readme sieve-protocol sieve specs - -post-patch: - @${SED} -e "s|/etc/|${PREFIX}/etc/|" ${WRKSRC}/tools/mkimap \ - > ${WRKSRC}/tools/mkimap.new - @${MV} ${WRKSRC}/tools/mkimap.new ${WRKSRC}/tools/mkimap - -pre-install: - @ ${CP} ${WRKSRC}/man/quota.8 ${WRKSRC}/man/cyrquota.8 - @${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -post-install: - @ ${MV} ${PREFIX}/cyrus/bin/quota ${PREFIX}/cyrus/bin/cyrquota -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/cyrus/man - ${MKDIR} ${PREFIX}/share/doc/cyrus/text -.for file in ${HTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${file}.html \ - ${PREFIX}/share/doc/cyrus - @${ECHO} share/doc/cyrus/${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/man/$${ofile}.html; \ - ${ECHO} share/doc/cyrus/man/$${ofile}.html >>${TMPPLIST}; \ - fi -.endfor - ${INSTALL_DATA} ${WRKSRC}/doc/cyrusv2.mc \ - ${PREFIX}/share/doc/cyrus - @${ECHO} share/doc/cyrus/cyrusv2.mc >>${TMPPLIST} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/text/${file} \ - ${PREFIX}/share/doc/cyrus/text - @${ECHO} share/doc/cyrus/text/${file} >>${TMPPLIST} -.endfor - @${ECHO} "@dirrm share/doc/cyrus/text" >>${TMPPLIST} - @${ECHO} "@dirrm share/doc/cyrus/man" >>${TMPPLIST} - @${ECHO} "@dirrm share/doc/cyrus" >>${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.mk> diff --git a/mail/cyrus-imapd2/distinfo b/mail/cyrus-imapd2/distinfo deleted file mode 100644 index 75d8b622c99b..000000000000 --- a/mail/cyrus-imapd2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (cyrus-imapd-2.0.16.tar.gz) = ce20ec83762e89bcb98567f396668b8d -MD5 (cyrus-imapd-2.0.16-ipv6-20020118.diff.gz) = 9752c325aeeeb39b82c7a427fee076b2 diff --git a/mail/cyrus-imapd2/files/imapd.conf b/mail/cyrus-imapd2/files/imapd.conf deleted file mode 100644 index c9de5a5a31b4..000000000000 --- a/mail/cyrus-imapd2/files/imapd.conf +++ /dev/null @@ -1,144 +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 - -# The umask value used by various Cyrus IMAP programs -# -#umask: 077 - -# Whether to allow anonymous logins -# -#allowanonymouslogin: no - -# 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 - -# 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 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> - -# The list of the host names of the mail domain's IMSP servers. Separate each -# host name with a space. The Kerberos identities of these servers may login -# as any user in order to perform commands by proxy. -# -#imspservers: <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 only used when the server is compiled with Kerberos -# authentication. -# -#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, deliver wil 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 - -# 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 - -# The mechanism used by the server to verify plaintext passwords. Possible -# values also include "PAM", "sasldb", "kerberos_v4", "passwd", and "shadow" -# -sasl_pwcheck_method: pwcheck - -# If enabled, the SASL library will automatically create authentication -# secrets when given a plaintext password. See the SASL documentation. -# -#sasl_auto_transition: no - -# If you wish to enable TLS/SSL, put CERT into following place, then -# uncomment this. -#tls_cert_file: /var/imap/server.pem -#tls_key_file: /var/imap/server.pem - -# -# EOF diff --git a/mail/cyrus-imapd2/files/imapd.sh b/mail/cyrus-imapd2/files/imapd.sh deleted file mode 100644 index 5230d76473ae..000000000000 --- a/mail/cyrus-imapd2/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-imapd2/files/patch-aa b/mail/cyrus-imapd2/files/patch-aa deleted file mode 100644 index 34dc4a7d4d9b..000000000000 --- a/mail/cyrus-imapd2/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-imapd2/files/patch-ab b/mail/cyrus-imapd2/files/patch-ab deleted file mode 100644 index 1fc68c171063..000000000000 --- a/mail/cyrus-imapd2/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-imapd2/files/patch-ac b/mail/cyrus-imapd2/files/patch-ac deleted file mode 100644 index c9a2a9eb6353..000000000000 --- a/mail/cyrus-imapd2/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -Index: configure -diff -u configure.orig configure ---- configure.orig Thu Dec 21 06:39:31 2000 -+++ configure Thu Jan 4 23:22:47 2001 -@@ -4178,7 +4178,7 @@ - cmu_saved_LIBS=$LIBS - if test -d ${with_sasl}; then - ac_cv_sasl_where_lib=${with_sasl}/lib -- ac_cv_sasl_where_inc=${with_sasl}/include -+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl - - SASLFLAGS="-I$ac_cv_sasl_where_inc" - LIB_SASL="-L$ac_cv_sasl_where_lib" diff --git a/mail/cyrus-imapd2/files/patch-af b/mail/cyrus-imapd2/files/patch-af deleted file mode 100644 index 0a8d78f88d0c..000000000000 --- a/mail/cyrus-imapd2/files/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/lmtpd.c -diff -u imap/lmtpd.c.orig imap/lmtpd.c ---- imap/lmtpd.c.orig Wed Dec 20 04:31:41 2000 -+++ imap/lmtpd.c Thu Jan 4 23:26:22 2001 -@@ -407,7 +407,7 @@ - } - } - --#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-imapd2/files/patch-ag b/mail/cyrus-imapd2/files/patch-ag deleted file mode 100644 index d22ee0d59350..000000000000 --- a/mail/cyrus-imapd2/files/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/lmtpproxyd.c -diff -u imap/lmtpproxyd.c.orig imap/lmtpproxyd.c ---- imap/lmtpproxyd.c.orig Wed Dec 20 04:31:41 2000 -+++ imap/lmtpproxyd.c Thu Jan 4 23:26:48 2001 -@@ -398,7 +398,7 @@ - } - } - --#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-imapd2/files/patch-bc b/mail/cyrus-imapd2/files/patch-bc deleted file mode 100644 index f31ed31d722f..000000000000 --- a/mail/cyrus-imapd2/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 Tue Dec 19 05:27:14 2000 -+++ imap/Makefile.in Thu Jan 4 23:30:15 2001 -@@ -64,7 +64,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@ @ZEPHYR_CPPFLAGS@ @SASLFLAGS@ - IMAP_LIBS = @IMAP_LIBS@ - SIEVE_LIBS = @SIEVE_LIBS@ diff --git a/mail/cyrus-imapd2/files/patch-bd b/mail/cyrus-imapd2/files/patch-bd deleted file mode 100644 index 83a7d53f4c40..000000000000 --- a/mail/cyrus-imapd2/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-imapd2/files/patch-be b/mail/cyrus-imapd2/files/patch-be deleted file mode 100644 index 707298b92662..000000000000 --- a/mail/cyrus-imapd2/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-imapd2/files/patch-dc b/mail/cyrus-imapd2/files/patch-dc deleted file mode 100644 index c913dc4f35ee..000000000000 --- a/mail/cyrus-imapd2/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 Fri Dec 15 04:26:50 2000 -+++ master/Makefile.in Sat Jan 6 06:08:21 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$(srcdir) @CPPFLAGS@ @COM_ERR_CPPFLAGS@ - DEPLIBS = @DEPLIBS@ - diff --git a/mail/cyrus-imapd2/files/patch-dd b/mail/cyrus-imapd2/files/patch-dd deleted file mode 100644 index 94c0d694fa90..000000000000 --- a/mail/cyrus-imapd2/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-imapd2/files/patch-df b/mail/cyrus-imapd2/files/patch-df deleted file mode 100644 index 93540e209402..000000000000 --- a/mail/cyrus-imapd2/files/patch-df +++ /dev/null @@ -1,22 +0,0 @@ -Index: master/service.c -=================================================================== -RCS file: /usr/home/ume/ncvs/src/cyrus-imapd/master/service.c,v -retrieving revision 1.2 -diff -u -r1.2 service.c ---- master/service.c 2001/02/01 14:11:43 1.2 -+++ master/service.c 2001/02/01 22:10:35 -@@ -99,7 +99,13 @@ - - /* is this a connection from the local host? */ - 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: -+#ifdef INET6 -+ case AF_INET6: -+#endif -+ break; -+ default: - return 1; - } - } diff --git a/mail/cyrus-imapd2/files/patch-dg b/mail/cyrus-imapd2/files/patch-dg deleted file mode 100644 index 94682461fa25..000000000000 --- a/mail/cyrus-imapd2/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-imapd2/pkg-comment b/mail/cyrus-imapd2/pkg-comment deleted file mode 100644 index b829c82f694d..000000000000 --- a/mail/cyrus-imapd2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The cyrus mail server, supporting POP3 and IMAP4 protocols diff --git a/mail/cyrus-imapd2/pkg-deinstall b/mail/cyrus-imapd2/pkg-deinstall deleted file mode 100644 index 7660fcc588a6..000000000000 --- a/mail/cyrus-imapd2/pkg-deinstall +++ /dev/null @@ -1,48 +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 -} - -case $2 in - DEINSTALL) - cd ${PKG_PREFIX} - cyrus_conf - checkfile ${PKG_PREIFX}/etc/imapd.conf - checkfile ${PKG_PREIFX}/etc/cyrus.conf - ;; - POST-DEINSTALL) - ;; - -esac diff --git a/mail/cyrus-imapd2/pkg-descr b/mail/cyrus-imapd2/pkg-descr deleted file mode 100644 index 79d06da9dd9b..000000000000 --- a/mail/cyrus-imapd2/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-imapd2/pkg-install b/mail/cyrus-imapd2/pkg-install deleted file mode 100644 index e79eba73b245..000000000000 --- a/mail/cyrus-imapd2/pkg-install +++ /dev/null @@ -1,110 +0,0 @@ -#!/bin/sh - -#set -vx - -PKG_BATCH=${BATCH:=NO} - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -# -# create 'cyrus' user and group before installing -# - -create() { - if [ ! -x /usr/sbin/pw ]; then - echo "*** Please add a user and a group named \`cyrus' before installing this package." - exit 69 - fi - - if ! pw show group cyrus -q >/dev/null; then - gid=60 - while pw show group -g ${gid} -q >/dev/null; do - gid=`expr ${gid} + 1` - done - if ! pw add group cyrus -g ${gid}; then - e=$? - echo "*** Failed to add group \`cyrus'. Please add it manually." - exit ${e} - fi - echo "*** Added group \`cyrus' (id ${gid})" - else - gid=`pw show group cyrus 2>/dev/null | cut -d: -f3` - fi - - if [ -x /sbin/nologin ]; then - shell=/sbin/nologin - else - shell=/nonexistent - fi - if ! pw show user cyrus -q >/dev/null; then - uid=60 - while pw show user -u ${uid} -q >/dev/null; do - uid=`expr ${uid} + 1` - done - if ! pw add user cyrus -u ${uid} -g ${gid} -d "/nonexistent" \ - -c "the cyrus mail server" -s "${shell}" -p "*" \ - ; then - e=$? - echo "*** Failed to add user \`cyrus'. Please add it manually." - exit ${e} - fi - echo "*** Added user \`cyrus' (id ${uid})" - else - if ! pw mod user cyrus -g ${gid} -d "/nonexistent" \ - -c "the cyrus mail server" -s "${shell}" -p "*" \ - ; then - e=$? - echo "*** Failed to update user \`cyrus'." - exit ${e} - fi - echo "*** Updated user \`cyrus'." - fi - if ! pw group mod cyrus -m daemon; then - echo "*** can't add user \`daemon' to group \`cyrus'" - fi -} - - -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/sasl/Cyrus.conf ]; then - echo "pwcheck_method: pwcheck" > ${PKG_PREFIX}/lib/sasl/Cyrus.conf - fi -} - -case $2 in - PRE-INSTALL) - create - ;; - - POST-INSTALL) - 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-imapd2/pkg-message b/mail/cyrus-imapd2/pkg-message deleted file mode 100644 index e4429259e376..000000000000 --- a/mail/cyrus-imapd2/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-imapd2/pkg-plist b/mail/cyrus-imapd2/pkg-plist deleted file mode 100644 index ab8b7c30120d..000000000000 --- a/mail/cyrus-imapd2/pkg-plist +++ /dev/null @@ -1,86 +0,0 @@ -bin/cyradm -bin/imtest -bin/installsieve -bin/sieveshell -cyrus/bin/ctl_deliver -cyrus/bin/ctl_mboxlist -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/pop3d -cyrus/bin/reconstruct -cyrus/bin/timsieved -@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/lock.h -include/cyrus/lsort.h -include/cyrus/map.h -include/cyrus/mkgmtime.h -include/cyrus/nonblock.h -include/cyrus/parseaddr.h -include/cyrus/prot.h -include/cyrus/retry.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::Shell.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::IMSP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::Admin.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::SIEVE::acap.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/acap.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/acap/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/acap/acap.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/acap/acap.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/acap -@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-imapd22/Makefile b/mail/cyrus-imapd22/Makefile deleted file mode 100644 index fded530a49ce..000000000000 --- a/mail/cyrus-imapd22/Makefile +++ /dev/null @@ -1,110 +0,0 @@ -# New ports collection makefile for: cyrus-imapd -# Date created: Jan 4th 2001 -# Whom: ume@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= cyrus-imapd -PORTVERSION= 2.0.16 -PORTREVISION= 2 -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-20020118.diff.gz - -MAINTAINER= ume@FreeBSD.org - -LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \ - db3.2:${PORTSDIR}/databases/db3 -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ - ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl - -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. -CONFIGURE_ENV= LIBS=-lkvm -.else -CONFIGURE_ARGS+=--with-ucdsnmp=no -.endif - -MAN1= cyradm.1 imtest.1 installsieve.1 -MAN3= imclient.3 -MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5 -MAN8= arbitron.8 collectnews.8 ctl_deliver.8 ctl_mboxlist.8 \ - cyrquota.8 deliver.8 fud.8 idled.8 imapd.8 ipurge.8 \ - lmtpd.8 master.8 mbpath.8 pop3d.8 reconstruct.8 rmnews.8 \ - syncnews.8 timsieved.8 - -DOCS= HEY-YOU-WITH-THE-EDITOR README acl-extension anoncvs bugs \ - changes copyrights feedback index install install-admin-mb \ - install-compile install-configure install-murder install-perf \ - install-prereq install-sieve install-snmpmon install-testing \ - install-upgrade mailing-list notes os overview questions \ - quota-extension readme server-design sieve sieve-protocol -HTDOCS= anoncvs bugs changes faq feedback index install-admin-mb \ - install-auth install-compile install-configure install-murder \ - install-perf install-prereq install-sieve install-snmpmon \ - install-testing install-upgrade install mailing-list man \ - notes os overview questions readme sieve-protocol sieve specs - -post-patch: - @${SED} -e "s|/etc/|${PREFIX}/etc/|" ${WRKSRC}/tools/mkimap \ - > ${WRKSRC}/tools/mkimap.new - @${MV} ${WRKSRC}/tools/mkimap.new ${WRKSRC}/tools/mkimap - -pre-install: - @ ${CP} ${WRKSRC}/man/quota.8 ${WRKSRC}/man/cyrquota.8 - @${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -post-install: - @ ${MV} ${PREFIX}/cyrus/bin/quota ${PREFIX}/cyrus/bin/cyrquota -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/cyrus/man - ${MKDIR} ${PREFIX}/share/doc/cyrus/text -.for file in ${HTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${file}.html \ - ${PREFIX}/share/doc/cyrus - @${ECHO} share/doc/cyrus/${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/man/$${ofile}.html; \ - ${ECHO} share/doc/cyrus/man/$${ofile}.html >>${TMPPLIST}; \ - fi -.endfor - ${INSTALL_DATA} ${WRKSRC}/doc/cyrusv2.mc \ - ${PREFIX}/share/doc/cyrus - @${ECHO} share/doc/cyrus/cyrusv2.mc >>${TMPPLIST} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/text/${file} \ - ${PREFIX}/share/doc/cyrus/text - @${ECHO} share/doc/cyrus/text/${file} >>${TMPPLIST} -.endfor - @${ECHO} "@dirrm share/doc/cyrus/text" >>${TMPPLIST} - @${ECHO} "@dirrm share/doc/cyrus/man" >>${TMPPLIST} - @${ECHO} "@dirrm share/doc/cyrus" >>${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.mk> diff --git a/mail/cyrus-imapd22/distinfo b/mail/cyrus-imapd22/distinfo deleted file mode 100644 index 75d8b622c99b..000000000000 --- a/mail/cyrus-imapd22/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (cyrus-imapd-2.0.16.tar.gz) = ce20ec83762e89bcb98567f396668b8d -MD5 (cyrus-imapd-2.0.16-ipv6-20020118.diff.gz) = 9752c325aeeeb39b82c7a427fee076b2 diff --git a/mail/cyrus-imapd22/files/imapd.conf b/mail/cyrus-imapd22/files/imapd.conf deleted file mode 100644 index c9de5a5a31b4..000000000000 --- a/mail/cyrus-imapd22/files/imapd.conf +++ /dev/null @@ -1,144 +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 - -# The umask value used by various Cyrus IMAP programs -# -#umask: 077 - -# Whether to allow anonymous logins -# -#allowanonymouslogin: no - -# 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 - -# 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 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> - -# The list of the host names of the mail domain's IMSP servers. Separate each -# host name with a space. The Kerberos identities of these servers may login -# as any user in order to perform commands by proxy. -# -#imspservers: <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 only used when the server is compiled with Kerberos -# authentication. -# -#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, deliver wil 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 - -# 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 - -# The mechanism used by the server to verify plaintext passwords. Possible -# values also include "PAM", "sasldb", "kerberos_v4", "passwd", and "shadow" -# -sasl_pwcheck_method: pwcheck - -# If enabled, the SASL library will automatically create authentication -# secrets when given a plaintext password. See the SASL documentation. -# -#sasl_auto_transition: no - -# If you wish to enable TLS/SSL, put CERT into following place, then -# uncomment this. -#tls_cert_file: /var/imap/server.pem -#tls_key_file: /var/imap/server.pem - -# -# 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 c9a2a9eb6353..000000000000 --- a/mail/cyrus-imapd22/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -Index: configure -diff -u configure.orig configure ---- configure.orig Thu Dec 21 06:39:31 2000 -+++ configure Thu Jan 4 23:22:47 2001 -@@ -4178,7 +4178,7 @@ - cmu_saved_LIBS=$LIBS - if test -d ${with_sasl}; then - ac_cv_sasl_where_lib=${with_sasl}/lib -- ac_cv_sasl_where_inc=${with_sasl}/include -+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl - - SASLFLAGS="-I$ac_cv_sasl_where_inc" - LIB_SASL="-L$ac_cv_sasl_where_lib" diff --git a/mail/cyrus-imapd22/files/patch-af b/mail/cyrus-imapd22/files/patch-af deleted file mode 100644 index 0a8d78f88d0c..000000000000 --- a/mail/cyrus-imapd22/files/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/lmtpd.c -diff -u imap/lmtpd.c.orig imap/lmtpd.c ---- imap/lmtpd.c.orig Wed Dec 20 04:31:41 2000 -+++ imap/lmtpd.c Thu Jan 4 23:26:22 2001 -@@ -407,7 +407,7 @@ - } - } - --#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-ag b/mail/cyrus-imapd22/files/patch-ag deleted file mode 100644 index d22ee0d59350..000000000000 --- a/mail/cyrus-imapd22/files/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/lmtpproxyd.c -diff -u imap/lmtpproxyd.c.orig imap/lmtpproxyd.c ---- imap/lmtpproxyd.c.orig Wed Dec 20 04:31:41 2000 -+++ imap/lmtpproxyd.c Thu Jan 4 23:26:48 2001 -@@ -398,7 +398,7 @@ - } - } - --#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 f31ed31d722f..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 Tue Dec 19 05:27:14 2000 -+++ imap/Makefile.in Thu Jan 4 23:30:15 2001 -@@ -64,7 +64,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@ @ZEPHYR_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 c913dc4f35ee..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 Fri Dec 15 04:26:50 2000 -+++ master/Makefile.in Sat Jan 6 06:08:21 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$(srcdir) @CPPFLAGS@ @COM_ERR_CPPFLAGS@ - DEPLIBS = @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 93540e209402..000000000000 --- a/mail/cyrus-imapd22/files/patch-df +++ /dev/null @@ -1,22 +0,0 @@ -Index: master/service.c -=================================================================== -RCS file: /usr/home/ume/ncvs/src/cyrus-imapd/master/service.c,v -retrieving revision 1.2 -diff -u -r1.2 service.c ---- master/service.c 2001/02/01 14:11:43 1.2 -+++ master/service.c 2001/02/01 22:10:35 -@@ -99,7 +99,13 @@ - - /* is this a connection from the local host? */ - 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: -+#ifdef INET6 -+ case AF_INET6: -+#endif -+ 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/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 7660fcc588a6..000000000000 --- a/mail/cyrus-imapd22/pkg-deinstall +++ /dev/null @@ -1,48 +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 -} - -case $2 in - DEINSTALL) - cd ${PKG_PREFIX} - cyrus_conf - checkfile ${PKG_PREIFX}/etc/imapd.conf - checkfile ${PKG_PREIFX}/etc/cyrus.conf - ;; - POST-DEINSTALL) - ;; - -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 e79eba73b245..000000000000 --- a/mail/cyrus-imapd22/pkg-install +++ /dev/null @@ -1,110 +0,0 @@ -#!/bin/sh - -#set -vx - -PKG_BATCH=${BATCH:=NO} - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -# -# create 'cyrus' user and group before installing -# - -create() { - if [ ! -x /usr/sbin/pw ]; then - echo "*** Please add a user and a group named \`cyrus' before installing this package." - exit 69 - fi - - if ! pw show group cyrus -q >/dev/null; then - gid=60 - while pw show group -g ${gid} -q >/dev/null; do - gid=`expr ${gid} + 1` - done - if ! pw add group cyrus -g ${gid}; then - e=$? - echo "*** Failed to add group \`cyrus'. Please add it manually." - exit ${e} - fi - echo "*** Added group \`cyrus' (id ${gid})" - else - gid=`pw show group cyrus 2>/dev/null | cut -d: -f3` - fi - - if [ -x /sbin/nologin ]; then - shell=/sbin/nologin - else - shell=/nonexistent - fi - if ! pw show user cyrus -q >/dev/null; then - uid=60 - while pw show user -u ${uid} -q >/dev/null; do - uid=`expr ${uid} + 1` - done - if ! pw add user cyrus -u ${uid} -g ${gid} -d "/nonexistent" \ - -c "the cyrus mail server" -s "${shell}" -p "*" \ - ; then - e=$? - echo "*** Failed to add user \`cyrus'. Please add it manually." - exit ${e} - fi - echo "*** Added user \`cyrus' (id ${uid})" - else - if ! pw mod user cyrus -g ${gid} -d "/nonexistent" \ - -c "the cyrus mail server" -s "${shell}" -p "*" \ - ; then - e=$? - echo "*** Failed to update user \`cyrus'." - exit ${e} - fi - echo "*** Updated user \`cyrus'." - fi - if ! pw group mod cyrus -m daemon; then - echo "*** can't add user \`daemon' to group \`cyrus'" - fi -} - - -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/sasl/Cyrus.conf ]; then - echo "pwcheck_method: pwcheck" > ${PKG_PREFIX}/lib/sasl/Cyrus.conf - fi -} - -case $2 in - PRE-INSTALL) - create - ;; - - POST-INSTALL) - 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 ab8b7c30120d..000000000000 --- a/mail/cyrus-imapd22/pkg-plist +++ /dev/null @@ -1,86 +0,0 @@ -bin/cyradm -bin/imtest -bin/installsieve -bin/sieveshell -cyrus/bin/ctl_deliver -cyrus/bin/ctl_mboxlist -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/pop3d -cyrus/bin/reconstruct -cyrus/bin/timsieved -@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/lock.h -include/cyrus/lsort.h -include/cyrus/map.h -include/cyrus/mkgmtime.h -include/cyrus/nonblock.h -include/cyrus/parseaddr.h -include/cyrus/prot.h -include/cyrus/retry.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::Shell.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::IMSP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::Admin.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::SIEVE::acap.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/acap.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/acap/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/acap/acap.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/acap/acap.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/acap -@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 fded530a49ce..000000000000 --- a/mail/cyrus-imapd23/Makefile +++ /dev/null @@ -1,110 +0,0 @@ -# New ports collection makefile for: cyrus-imapd -# Date created: Jan 4th 2001 -# Whom: ume@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= cyrus-imapd -PORTVERSION= 2.0.16 -PORTREVISION= 2 -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-20020118.diff.gz - -MAINTAINER= ume@FreeBSD.org - -LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \ - db3.2:${PORTSDIR}/databases/db3 -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ - ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl - -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. -CONFIGURE_ENV= LIBS=-lkvm -.else -CONFIGURE_ARGS+=--with-ucdsnmp=no -.endif - -MAN1= cyradm.1 imtest.1 installsieve.1 -MAN3= imclient.3 -MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5 -MAN8= arbitron.8 collectnews.8 ctl_deliver.8 ctl_mboxlist.8 \ - cyrquota.8 deliver.8 fud.8 idled.8 imapd.8 ipurge.8 \ - lmtpd.8 master.8 mbpath.8 pop3d.8 reconstruct.8 rmnews.8 \ - syncnews.8 timsieved.8 - -DOCS= HEY-YOU-WITH-THE-EDITOR README acl-extension anoncvs bugs \ - changes copyrights feedback index install install-admin-mb \ - install-compile install-configure install-murder install-perf \ - install-prereq install-sieve install-snmpmon install-testing \ - install-upgrade mailing-list notes os overview questions \ - quota-extension readme server-design sieve sieve-protocol -HTDOCS= anoncvs bugs changes faq feedback index install-admin-mb \ - install-auth install-compile install-configure install-murder \ - install-perf install-prereq install-sieve install-snmpmon \ - install-testing install-upgrade install mailing-list man \ - notes os overview questions readme sieve-protocol sieve specs - -post-patch: - @${SED} -e "s|/etc/|${PREFIX}/etc/|" ${WRKSRC}/tools/mkimap \ - > ${WRKSRC}/tools/mkimap.new - @${MV} ${WRKSRC}/tools/mkimap.new ${WRKSRC}/tools/mkimap - -pre-install: - @ ${CP} ${WRKSRC}/man/quota.8 ${WRKSRC}/man/cyrquota.8 - @${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -post-install: - @ ${MV} ${PREFIX}/cyrus/bin/quota ${PREFIX}/cyrus/bin/cyrquota -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/cyrus/man - ${MKDIR} ${PREFIX}/share/doc/cyrus/text -.for file in ${HTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${file}.html \ - ${PREFIX}/share/doc/cyrus - @${ECHO} share/doc/cyrus/${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/man/$${ofile}.html; \ - ${ECHO} share/doc/cyrus/man/$${ofile}.html >>${TMPPLIST}; \ - fi -.endfor - ${INSTALL_DATA} ${WRKSRC}/doc/cyrusv2.mc \ - ${PREFIX}/share/doc/cyrus - @${ECHO} share/doc/cyrus/cyrusv2.mc >>${TMPPLIST} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/text/${file} \ - ${PREFIX}/share/doc/cyrus/text - @${ECHO} share/doc/cyrus/text/${file} >>${TMPPLIST} -.endfor - @${ECHO} "@dirrm share/doc/cyrus/text" >>${TMPPLIST} - @${ECHO} "@dirrm share/doc/cyrus/man" >>${TMPPLIST} - @${ECHO} "@dirrm share/doc/cyrus" >>${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.mk> diff --git a/mail/cyrus-imapd23/distinfo b/mail/cyrus-imapd23/distinfo deleted file mode 100644 index 75d8b622c99b..000000000000 --- a/mail/cyrus-imapd23/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (cyrus-imapd-2.0.16.tar.gz) = ce20ec83762e89bcb98567f396668b8d -MD5 (cyrus-imapd-2.0.16-ipv6-20020118.diff.gz) = 9752c325aeeeb39b82c7a427fee076b2 diff --git a/mail/cyrus-imapd23/files/imapd.conf b/mail/cyrus-imapd23/files/imapd.conf deleted file mode 100644 index c9de5a5a31b4..000000000000 --- a/mail/cyrus-imapd23/files/imapd.conf +++ /dev/null @@ -1,144 +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 - -# The umask value used by various Cyrus IMAP programs -# -#umask: 077 - -# Whether to allow anonymous logins -# -#allowanonymouslogin: no - -# 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 - -# 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 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> - -# The list of the host names of the mail domain's IMSP servers. Separate each -# host name with a space. The Kerberos identities of these servers may login -# as any user in order to perform commands by proxy. -# -#imspservers: <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 only used when the server is compiled with Kerberos -# authentication. -# -#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, deliver wil 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 - -# 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 - -# The mechanism used by the server to verify plaintext passwords. Possible -# values also include "PAM", "sasldb", "kerberos_v4", "passwd", and "shadow" -# -sasl_pwcheck_method: pwcheck - -# If enabled, the SASL library will automatically create authentication -# secrets when given a plaintext password. See the SASL documentation. -# -#sasl_auto_transition: no - -# If you wish to enable TLS/SSL, put CERT into following place, then -# uncomment this. -#tls_cert_file: /var/imap/server.pem -#tls_key_file: /var/imap/server.pem - -# -# 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 c9a2a9eb6353..000000000000 --- a/mail/cyrus-imapd23/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -Index: configure -diff -u configure.orig configure ---- configure.orig Thu Dec 21 06:39:31 2000 -+++ configure Thu Jan 4 23:22:47 2001 -@@ -4178,7 +4178,7 @@ - cmu_saved_LIBS=$LIBS - if test -d ${with_sasl}; then - ac_cv_sasl_where_lib=${with_sasl}/lib -- ac_cv_sasl_where_inc=${with_sasl}/include -+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl - - SASLFLAGS="-I$ac_cv_sasl_where_inc" - LIB_SASL="-L$ac_cv_sasl_where_lib" diff --git a/mail/cyrus-imapd23/files/patch-af b/mail/cyrus-imapd23/files/patch-af deleted file mode 100644 index 0a8d78f88d0c..000000000000 --- a/mail/cyrus-imapd23/files/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/lmtpd.c -diff -u imap/lmtpd.c.orig imap/lmtpd.c ---- imap/lmtpd.c.orig Wed Dec 20 04:31:41 2000 -+++ imap/lmtpd.c Thu Jan 4 23:26:22 2001 -@@ -407,7 +407,7 @@ - } - } - --#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-ag b/mail/cyrus-imapd23/files/patch-ag deleted file mode 100644 index d22ee0d59350..000000000000 --- a/mail/cyrus-imapd23/files/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/lmtpproxyd.c -diff -u imap/lmtpproxyd.c.orig imap/lmtpproxyd.c ---- imap/lmtpproxyd.c.orig Wed Dec 20 04:31:41 2000 -+++ imap/lmtpproxyd.c Thu Jan 4 23:26:48 2001 -@@ -398,7 +398,7 @@ - } - } - --#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 f31ed31d722f..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 Tue Dec 19 05:27:14 2000 -+++ imap/Makefile.in Thu Jan 4 23:30:15 2001 -@@ -64,7 +64,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@ @ZEPHYR_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 c913dc4f35ee..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 Fri Dec 15 04:26:50 2000 -+++ master/Makefile.in Sat Jan 6 06:08:21 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$(srcdir) @CPPFLAGS@ @COM_ERR_CPPFLAGS@ - DEPLIBS = @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 93540e209402..000000000000 --- a/mail/cyrus-imapd23/files/patch-df +++ /dev/null @@ -1,22 +0,0 @@ -Index: master/service.c -=================================================================== -RCS file: /usr/home/ume/ncvs/src/cyrus-imapd/master/service.c,v -retrieving revision 1.2 -diff -u -r1.2 service.c ---- master/service.c 2001/02/01 14:11:43 1.2 -+++ master/service.c 2001/02/01 22:10:35 -@@ -99,7 +99,13 @@ - - /* is this a connection from the local host? */ - 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: -+#ifdef INET6 -+ case AF_INET6: -+#endif -+ 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/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 7660fcc588a6..000000000000 --- a/mail/cyrus-imapd23/pkg-deinstall +++ /dev/null @@ -1,48 +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 -} - -case $2 in - DEINSTALL) - cd ${PKG_PREFIX} - cyrus_conf - checkfile ${PKG_PREIFX}/etc/imapd.conf - checkfile ${PKG_PREIFX}/etc/cyrus.conf - ;; - POST-DEINSTALL) - ;; - -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 e79eba73b245..000000000000 --- a/mail/cyrus-imapd23/pkg-install +++ /dev/null @@ -1,110 +0,0 @@ -#!/bin/sh - -#set -vx - -PKG_BATCH=${BATCH:=NO} - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -# -# create 'cyrus' user and group before installing -# - -create() { - if [ ! -x /usr/sbin/pw ]; then - echo "*** Please add a user and a group named \`cyrus' before installing this package." - exit 69 - fi - - if ! pw show group cyrus -q >/dev/null; then - gid=60 - while pw show group -g ${gid} -q >/dev/null; do - gid=`expr ${gid} + 1` - done - if ! pw add group cyrus -g ${gid}; then - e=$? - echo "*** Failed to add group \`cyrus'. Please add it manually." - exit ${e} - fi - echo "*** Added group \`cyrus' (id ${gid})" - else - gid=`pw show group cyrus 2>/dev/null | cut -d: -f3` - fi - - if [ -x /sbin/nologin ]; then - shell=/sbin/nologin - else - shell=/nonexistent - fi - if ! pw show user cyrus -q >/dev/null; then - uid=60 - while pw show user -u ${uid} -q >/dev/null; do - uid=`expr ${uid} + 1` - done - if ! pw add user cyrus -u ${uid} -g ${gid} -d "/nonexistent" \ - -c "the cyrus mail server" -s "${shell}" -p "*" \ - ; then - e=$? - echo "*** Failed to add user \`cyrus'. Please add it manually." - exit ${e} - fi - echo "*** Added user \`cyrus' (id ${uid})" - else - if ! pw mod user cyrus -g ${gid} -d "/nonexistent" \ - -c "the cyrus mail server" -s "${shell}" -p "*" \ - ; then - e=$? - echo "*** Failed to update user \`cyrus'." - exit ${e} - fi - echo "*** Updated user \`cyrus'." - fi - if ! pw group mod cyrus -m daemon; then - echo "*** can't add user \`daemon' to group \`cyrus'" - fi -} - - -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/sasl/Cyrus.conf ]; then - echo "pwcheck_method: pwcheck" > ${PKG_PREFIX}/lib/sasl/Cyrus.conf - fi -} - -case $2 in - PRE-INSTALL) - create - ;; - - POST-INSTALL) - 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 ab8b7c30120d..000000000000 --- a/mail/cyrus-imapd23/pkg-plist +++ /dev/null @@ -1,86 +0,0 @@ -bin/cyradm -bin/imtest -bin/installsieve -bin/sieveshell -cyrus/bin/ctl_deliver -cyrus/bin/ctl_mboxlist -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/pop3d -cyrus/bin/reconstruct -cyrus/bin/timsieved -@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/lock.h -include/cyrus/lsort.h -include/cyrus/map.h -include/cyrus/mkgmtime.h -include/cyrus/nonblock.h -include/cyrus/parseaddr.h -include/cyrus/prot.h -include/cyrus/retry.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::Shell.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::IMSP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::Admin.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::SIEVE::acap.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/acap.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/acap/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/acap/acap.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/acap/acap.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/acap -@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 fded530a49ce..000000000000 --- a/mail/cyrus-imapd24/Makefile +++ /dev/null @@ -1,110 +0,0 @@ -# New ports collection makefile for: cyrus-imapd -# Date created: Jan 4th 2001 -# Whom: ume@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= cyrus-imapd -PORTVERSION= 2.0.16 -PORTREVISION= 2 -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-20020118.diff.gz - -MAINTAINER= ume@FreeBSD.org - -LIB_DEPENDS= sasl.8:${PORTSDIR}/security/cyrus-sasl \ - db3.2:${PORTSDIR}/databases/db3 -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ - ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl - -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. -CONFIGURE_ENV= LIBS=-lkvm -.else -CONFIGURE_ARGS+=--with-ucdsnmp=no -.endif - -MAN1= cyradm.1 imtest.1 installsieve.1 -MAN3= imclient.3 -MAN5= cyrus.conf.5 imapd.conf.5 krb.equiv.5 -MAN8= arbitron.8 collectnews.8 ctl_deliver.8 ctl_mboxlist.8 \ - cyrquota.8 deliver.8 fud.8 idled.8 imapd.8 ipurge.8 \ - lmtpd.8 master.8 mbpath.8 pop3d.8 reconstruct.8 rmnews.8 \ - syncnews.8 timsieved.8 - -DOCS= HEY-YOU-WITH-THE-EDITOR README acl-extension anoncvs bugs \ - changes copyrights feedback index install install-admin-mb \ - install-compile install-configure install-murder install-perf \ - install-prereq install-sieve install-snmpmon install-testing \ - install-upgrade mailing-list notes os overview questions \ - quota-extension readme server-design sieve sieve-protocol -HTDOCS= anoncvs bugs changes faq feedback index install-admin-mb \ - install-auth install-compile install-configure install-murder \ - install-perf install-prereq install-sieve install-snmpmon \ - install-testing install-upgrade install mailing-list man \ - notes os overview questions readme sieve-protocol sieve specs - -post-patch: - @${SED} -e "s|/etc/|${PREFIX}/etc/|" ${WRKSRC}/tools/mkimap \ - > ${WRKSRC}/tools/mkimap.new - @${MV} ${WRKSRC}/tools/mkimap.new ${WRKSRC}/tools/mkimap - -pre-install: - @ ${CP} ${WRKSRC}/man/quota.8 ${WRKSRC}/man/cyrquota.8 - @${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -post-install: - @ ${MV} ${PREFIX}/cyrus/bin/quota ${PREFIX}/cyrus/bin/cyrquota -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/cyrus/man - ${MKDIR} ${PREFIX}/share/doc/cyrus/text -.for file in ${HTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${file}.html \ - ${PREFIX}/share/doc/cyrus - @${ECHO} share/doc/cyrus/${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/man/$${ofile}.html; \ - ${ECHO} share/doc/cyrus/man/$${ofile}.html >>${TMPPLIST}; \ - fi -.endfor - ${INSTALL_DATA} ${WRKSRC}/doc/cyrusv2.mc \ - ${PREFIX}/share/doc/cyrus - @${ECHO} share/doc/cyrus/cyrusv2.mc >>${TMPPLIST} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/text/${file} \ - ${PREFIX}/share/doc/cyrus/text - @${ECHO} share/doc/cyrus/text/${file} >>${TMPPLIST} -.endfor - @${ECHO} "@dirrm share/doc/cyrus/text" >>${TMPPLIST} - @${ECHO} "@dirrm share/doc/cyrus/man" >>${TMPPLIST} - @${ECHO} "@dirrm share/doc/cyrus" >>${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.mk> diff --git a/mail/cyrus-imapd24/distinfo b/mail/cyrus-imapd24/distinfo deleted file mode 100644 index 75d8b622c99b..000000000000 --- a/mail/cyrus-imapd24/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (cyrus-imapd-2.0.16.tar.gz) = ce20ec83762e89bcb98567f396668b8d -MD5 (cyrus-imapd-2.0.16-ipv6-20020118.diff.gz) = 9752c325aeeeb39b82c7a427fee076b2 diff --git a/mail/cyrus-imapd24/files/imapd.conf b/mail/cyrus-imapd24/files/imapd.conf deleted file mode 100644 index c9de5a5a31b4..000000000000 --- a/mail/cyrus-imapd24/files/imapd.conf +++ /dev/null @@ -1,144 +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 - -# The umask value used by various Cyrus IMAP programs -# -#umask: 077 - -# Whether to allow anonymous logins -# -#allowanonymouslogin: no - -# 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 - -# 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 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> - -# The list of the host names of the mail domain's IMSP servers. Separate each -# host name with a space. The Kerberos identities of these servers may login -# as any user in order to perform commands by proxy. -# -#imspservers: <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 only used when the server is compiled with Kerberos -# authentication. -# -#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, deliver wil 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 - -# 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 - -# The mechanism used by the server to verify plaintext passwords. Possible -# values also include "PAM", "sasldb", "kerberos_v4", "passwd", and "shadow" -# -sasl_pwcheck_method: pwcheck - -# If enabled, the SASL library will automatically create authentication -# secrets when given a plaintext password. See the SASL documentation. -# -#sasl_auto_transition: no - -# If you wish to enable TLS/SSL, put CERT into following place, then -# uncomment this. -#tls_cert_file: /var/imap/server.pem -#tls_key_file: /var/imap/server.pem - -# -# 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 c9a2a9eb6353..000000000000 --- a/mail/cyrus-imapd24/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -Index: configure -diff -u configure.orig configure ---- configure.orig Thu Dec 21 06:39:31 2000 -+++ configure Thu Jan 4 23:22:47 2001 -@@ -4178,7 +4178,7 @@ - cmu_saved_LIBS=$LIBS - if test -d ${with_sasl}; then - ac_cv_sasl_where_lib=${with_sasl}/lib -- ac_cv_sasl_where_inc=${with_sasl}/include -+ ac_cv_sasl_where_inc=${with_sasl}/include/sasl - - SASLFLAGS="-I$ac_cv_sasl_where_inc" - LIB_SASL="-L$ac_cv_sasl_where_lib" diff --git a/mail/cyrus-imapd24/files/patch-af b/mail/cyrus-imapd24/files/patch-af deleted file mode 100644 index 0a8d78f88d0c..000000000000 --- a/mail/cyrus-imapd24/files/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/lmtpd.c -diff -u imap/lmtpd.c.orig imap/lmtpd.c ---- imap/lmtpd.c.orig Wed Dec 20 04:31:41 2000 -+++ imap/lmtpd.c Thu Jan 4 23:26:22 2001 -@@ -407,7 +407,7 @@ - } - } - --#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-ag b/mail/cyrus-imapd24/files/patch-ag deleted file mode 100644 index d22ee0d59350..000000000000 --- a/mail/cyrus-imapd24/files/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -Index: imap/lmtpproxyd.c -diff -u imap/lmtpproxyd.c.orig imap/lmtpproxyd.c ---- imap/lmtpproxyd.c.orig Wed Dec 20 04:31:41 2000 -+++ imap/lmtpproxyd.c Thu Jan 4 23:26:48 2001 -@@ -398,7 +398,7 @@ - } - } - --#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 f31ed31d722f..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 Tue Dec 19 05:27:14 2000 -+++ imap/Makefile.in Thu Jan 4 23:30:15 2001 -@@ -64,7 +64,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@ @ZEPHYR_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 c913dc4f35ee..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 Fri Dec 15 04:26:50 2000 -+++ master/Makefile.in Sat Jan 6 06:08:21 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$(srcdir) @CPPFLAGS@ @COM_ERR_CPPFLAGS@ - DEPLIBS = @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 93540e209402..000000000000 --- a/mail/cyrus-imapd24/files/patch-df +++ /dev/null @@ -1,22 +0,0 @@ -Index: master/service.c -=================================================================== -RCS file: /usr/home/ume/ncvs/src/cyrus-imapd/master/service.c,v -retrieving revision 1.2 -diff -u -r1.2 service.c ---- master/service.c 2001/02/01 14:11:43 1.2 -+++ master/service.c 2001/02/01 22:10:35 -@@ -99,7 +99,13 @@ - - /* is this a connection from the local host? */ - 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: -+#ifdef INET6 -+ case AF_INET6: -+#endif -+ 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/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 7660fcc588a6..000000000000 --- a/mail/cyrus-imapd24/pkg-deinstall +++ /dev/null @@ -1,48 +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 -} - -case $2 in - DEINSTALL) - cd ${PKG_PREFIX} - cyrus_conf - checkfile ${PKG_PREIFX}/etc/imapd.conf - checkfile ${PKG_PREIFX}/etc/cyrus.conf - ;; - POST-DEINSTALL) - ;; - -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 e79eba73b245..000000000000 --- a/mail/cyrus-imapd24/pkg-install +++ /dev/null @@ -1,110 +0,0 @@ -#!/bin/sh - -#set -vx - -PKG_BATCH=${BATCH:=NO} - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -# -# create 'cyrus' user and group before installing -# - -create() { - if [ ! -x /usr/sbin/pw ]; then - echo "*** Please add a user and a group named \`cyrus' before installing this package." - exit 69 - fi - - if ! pw show group cyrus -q >/dev/null; then - gid=60 - while pw show group -g ${gid} -q >/dev/null; do - gid=`expr ${gid} + 1` - done - if ! pw add group cyrus -g ${gid}; then - e=$? - echo "*** Failed to add group \`cyrus'. Please add it manually." - exit ${e} - fi - echo "*** Added group \`cyrus' (id ${gid})" - else - gid=`pw show group cyrus 2>/dev/null | cut -d: -f3` - fi - - if [ -x /sbin/nologin ]; then - shell=/sbin/nologin - else - shell=/nonexistent - fi - if ! pw show user cyrus -q >/dev/null; then - uid=60 - while pw show user -u ${uid} -q >/dev/null; do - uid=`expr ${uid} + 1` - done - if ! pw add user cyrus -u ${uid} -g ${gid} -d "/nonexistent" \ - -c "the cyrus mail server" -s "${shell}" -p "*" \ - ; then - e=$? - echo "*** Failed to add user \`cyrus'. Please add it manually." - exit ${e} - fi - echo "*** Added user \`cyrus' (id ${uid})" - else - if ! pw mod user cyrus -g ${gid} -d "/nonexistent" \ - -c "the cyrus mail server" -s "${shell}" -p "*" \ - ; then - e=$? - echo "*** Failed to update user \`cyrus'." - exit ${e} - fi - echo "*** Updated user \`cyrus'." - fi - if ! pw group mod cyrus -m daemon; then - echo "*** can't add user \`daemon' to group \`cyrus'" - fi -} - - -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/sasl/Cyrus.conf ]; then - echo "pwcheck_method: pwcheck" > ${PKG_PREFIX}/lib/sasl/Cyrus.conf - fi -} - -case $2 in - PRE-INSTALL) - create - ;; - - POST-INSTALL) - 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 ab8b7c30120d..000000000000 --- a/mail/cyrus-imapd24/pkg-plist +++ /dev/null @@ -1,86 +0,0 @@ -bin/cyradm -bin/imtest -bin/installsieve -bin/sieveshell -cyrus/bin/ctl_deliver -cyrus/bin/ctl_mboxlist -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/pop3d -cyrus/bin/reconstruct -cyrus/bin/timsieved -@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/lock.h -include/cyrus/lsort.h -include/cyrus/map.h -include/cyrus/mkgmtime.h -include/cyrus/nonblock.h -include/cyrus/parseaddr.h -include/cyrus/prot.h -include/cyrus/retry.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::Shell.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::IMSP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP::Admin.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::IMAP.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Cyrus::SIEVE::acap.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/acap.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/acap/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/acap/acap.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Cyrus/SIEVE/acap/acap.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/acap -@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/evolution-devel/Makefile b/mail/evolution-devel/Makefile deleted file mode 100644 index 375fc4dc22b1..000000000000 --- a/mail/evolution-devel/Makefile +++ /dev/null @@ -1,98 +0,0 @@ -# New ports collection makefile for: evolution -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= evolution -PORTVERSION= 1.0.1 -CATEGORIES= mail gnome -MASTER_SITES= http://www.sleepycat.com/update/3.1.17/ \ - ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= unstable/sources/evolution -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - db-3.1.17.tar.gz - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \ - nss3.1:${PORTSDIR}/security/nss -# ldap.2:${PORTSDIR}/net/openldap2 -RUN_DEPENDS= gnome-spell-component:${PORTSDIR}/textproc/gnomespell -.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 - -#BROKEN= "Out of sync with latest gal" - -USE_GMAKE= yes -USE_BISON= yes -USE_X_PREFIX= yes -USE_GNOME= yes -USE_OPENSSL= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \ - --with-db3-includes=${DB3_WRKSRC} \ - --with-html-dir=${PREFIX}/share/gnome/html \ - --with-nspr-includes=${LOCALBASE}/include/nspr \ - --with-nspr-libs=${LOCALBASE}/lib \ - --with-nss-includes=${LOCALBASE}/include/nss/security \ - --with-nss-libs=${LOCALBASE}/lib -# --with-openldap=${LOCALBASE} -.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="-L${LOCALBASE}/lib" - -PLIST_SUB+= VERSION=${PORTVERSION} - -MAN1= evolution.1 - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - @find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l '[^g]iconv.h' | \ - xargs ${PERL} -pi -e 's|(["<])iconv.h|\1giconv.h|g' - @find ${WRKSRC} -type f -name "*.[ch]" | xargs ${GREP} -l '<db.h>' | \ - xargs ${PERL} -pi -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 15f8c4cebec0..000000000000 --- a/mail/evolution-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (evolution-1.0.1.tar.gz) = 3ff4face716bc43b6cbdfbbeb82d8e40 -MD5 (db-3.1.17.tar.gz) = 5baeb94fb934d0bf783ea42117c400be 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-aa b/mail/evolution-devel/files/patch-aa deleted file mode 100644 index bdde2090fd13..000000000000 --- a/mail/evolution-devel/files/patch-aa +++ /dev/null @@ -1,47 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Sun Jan 13 19:02:14 2002 -+++ configure Sun Jan 13 19:02:40 2002 -@@ -9292,7 +9292,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 -@@ -9366,7 +9366,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* - -@@ -9477,7 +9477,7 @@ - - echo "$ac_t""$ac_cv_db3_lib_version_match" 1>&6 - if test "$ac_cv_db3_lib_version_match" = no; then -- { echo "configure: error: db3 headers and library do not match... multiple copies installed?" 1>&2; exit 1; } -+# { echo "configure: error: db3 headers and library do not match... multiple copies installed?" 1>&2; exit 1; } - fi - - CPPFLAGS="$CPPFLAGS_save" -@@ -12707,10 +12707,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-ac b/mail/evolution-devel/files/patch-ac deleted file mode 100644 index 69c82fa12d2a..000000000000 --- a/mail/evolution-devel/files/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- camel/providers/imap/Makefile.in.orig Tue Jan 22 09:37:18 2002 -+++ camel/providers/imap/Makefile.in Tue Jan 22 21:07:36 2002 -@@ -227,7 +227,7 @@ - camel-imap-wrapper.h - - --libcamelimap_la_LDFLAGS = -version-info 0:0:0 -+libcamelimap_la_LDFLAGS = -avoid-version -module - - noinst_HEADERS = \ - camel-imap-private.h diff --git a/mail/evolution-devel/files/patch-addressbook::backend::pas::pas-backend-file.c b/mail/evolution-devel/files/patch-addressbook::backend::pas::pas-backend-file.c deleted file mode 100644 index 4ae8e0055e3d..000000000000 --- a/mail/evolution-devel/files/patch-addressbook::backend::pas::pas-backend-file.c +++ /dev/null @@ -1,27 +0,0 @@ - -$FreeBSD$ - ---- addressbook/backend/pas/pas-backend-file.c 2001/12/06 10:25:50 1.1 -+++ addressbook/backend/pas/pas-backend-file.c 2001/12/06 10:27:02 -@@ -1238,10 +1238,13 @@ - gboolean writable = FALSE; - int db_error; - DB *db; -+#if 0 - int major, minor, patch; -+#endif - - g_assert (bf->priv->loaded == FALSE); - -+#if 0 - db_version (&major, &minor, &patch); - - if (major != 3 || -@@ -1250,6 +1253,7 @@ - g_warning ("Wrong version of libdb."); - return FALSE; - } -+#endif - - filename = pas_backend_file_extract_path_from_uri (uri); - 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::providers::local::Makefile.in b/mail/evolution-devel/files/patch-camel::providers::local::Makefile.in deleted file mode 100644 index b235df8d1530..000000000000 --- a/mail/evolution-devel/files/patch-camel::providers::local::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- camel/providers/local/Makefile.in 2002/01/22 19:07:18 1.1 -+++ camel/providers/local/Makefile.in 2002/01/22 19:07:55 -@@ -244,7 +244,7 @@ - camel-local-private.h - - --libcamellocal_la_LDFLAGS = -version-info 0:0:0 -+libcamellocal_la_LDFLAGS = -avoid-version -module - - libcamellocal_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/libibex/libibex.la - diff --git a/mail/evolution-devel/files/patch-camel::providers::nntp::Makefile.in b/mail/evolution-devel/files/patch-camel::providers::nntp::Makefile.in deleted file mode 100644 index 593f524d6aaf..000000000000 --- a/mail/evolution-devel/files/patch-camel::providers::nntp::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- camel/providers/nntp/Makefile.in 2002/01/22 19:07:18 1.1 -+++ camel/providers/nntp/Makefile.in 2002/01/22 19:07:59 -@@ -221,7 +221,7 @@ - camel-nntp-utils.h - - --libcamelnntp_la_LDFLAGS = -version-info 0:0:0 -+libcamelnntp_la_LDFLAGS = -avoid-version -module - - EXTRA_DIST = libcamelnntp.urls - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/mail/evolution-devel/files/patch-camel::providers::pop3::Makefile.in b/mail/evolution-devel/files/patch-camel::providers::pop3::Makefile.in deleted file mode 100644 index 6a490196c41e..000000000000 --- a/mail/evolution-devel/files/patch-camel::providers::pop3::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- camel/providers/pop3/Makefile.in 2002/01/22 19:07:18 1.1 -+++ camel/providers/pop3/Makefile.in 2002/01/22 19:08:04 -@@ -215,7 +215,7 @@ - camel-pop3-store.h - - --libcamelpop3_la_LDFLAGS = $(KRB4_LDFLAGS) -version-info 0:0:0 -+libcamelpop3_la_LDFLAGS = $(KRB4_LDFLAGS) -avoid-version -module - - libcamelpop3_la_LIBADD = $(top_builddir)/e-util/libeutil.la - diff --git a/mail/evolution-devel/files/patch-camel::providers::sendmail::Makefile.in b/mail/evolution-devel/files/patch-camel::providers::sendmail::Makefile.in deleted file mode 100644 index 237577f34b86..000000000000 --- a/mail/evolution-devel/files/patch-camel::providers::sendmail::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- camel/providers/sendmail/Makefile.in 2002/01/22 19:07:18 1.1 -+++ camel/providers/sendmail/Makefile.in 2002/01/22 19:08:14 -@@ -211,7 +211,7 @@ - camel-sendmail-transport.h - - --libcamelsendmail_la_LDFLAGS = -version-info 0:0:0 -+libcamelsendmail_la_LDFLAGS = -avoid-version -module - - EXTRA_DIST = libcamelsendmail.urls - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/mail/evolution-devel/files/patch-camel::providers::smtp::Makefile.in b/mail/evolution-devel/files/patch-camel::providers::smtp::Makefile.in deleted file mode 100644 index 2074e0c398ea..000000000000 --- a/mail/evolution-devel/files/patch-camel::providers::smtp::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- camel/providers/smtp/Makefile.in 2002/01/22 19:07:18 1.1 -+++ camel/providers/smtp/Makefile.in 2002/01/22 19:08:18 -@@ -215,7 +215,7 @@ - camel-smtp-transport.h - - --libcamelsmtp_la_LDFLAGS = -version-info 0:0:0 -+libcamelsmtp_la_LDFLAGS = -avoid-version -module - - libcamelsmtp_la_LIBADD = $(top_builddir)/e-util/libeutil.la - diff --git a/mail/evolution-devel/files/patch-e-util::e-dbhash.c b/mail/evolution-devel/files/patch-e-util::e-dbhash.c deleted file mode 100644 index 438c608362ae..000000000000 --- a/mail/evolution-devel/files/patch-e-util::e-dbhash.c +++ /dev/null @@ -1,21 +0,0 @@ - -$FreeBSD$ - ---- e-util/e-dbhash.c 2001/12/06 10:25:50 1.1 -+++ e-util/e-dbhash.c 2001/12/06 10:26:28 -@@ -33,6 +33,7 @@ - DB *db; - int rv; - -+#if 0 - int major, minor, patch; - - db_version (&major, &minor, &patch); -@@ -43,6 +44,7 @@ - g_warning ("Wrong version of libdb."); - return NULL; - } -+#endif - - /* Attempt to open the database */ - rv = db_create (&db, NULL, 0); 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 031b5e6ecc10..000000000000 --- a/mail/evolution-devel/files/patch-importers::Makefile.in +++ /dev/null @@ -1,38 +0,0 @@ - -$FreeBSD$ - ---- importers/Makefile.in 2002/01/22 13:48:11 1.1 -+++ importers/Makefile.in 2002/01/22 13:49:10 -@@ -300,12 +300,12 @@ - evolution_netscape_importer_DEPENDENCIES = \ - $(top_builddir)/shell/importer/libevolution-importer.la \ - $(top_builddir)/e-util/libeutil.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 \ -@@ -314,7 +314,7 @@ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.la --evolution_pine_importer_LDFLAGS = -+evolution_pine_importer_LDFLAGS = -module -avoid-version - evolution_gnomecard_importer_OBJECTS = \ - evolution-gnomecard-importer.$(OBJEXT) - evolution_gnomecard_importer_DEPENDENCIES = \ -@@ -324,7 +324,7 @@ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.la --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-libical::src::libical::icallangbind.c b/mail/evolution-devel/files/patch-libical::src::libical::icallangbind.c deleted file mode 100644 index 4d3402387be1..000000000000 --- a/mail/evolution-devel/files/patch-libical::src::libical::icallangbind.c +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- libical/src/libical/icallangbind.c 2001/11/20 12:10:52 1.1 -+++ libical/src/libical/icallangbind.c 2001/11/20 12:11:22 -@@ -22,7 +22,9 @@ - #include "icalproperty.h" - #include "icalerror.h" - #include "icalmemory.h" -+#ifdef HAVE_MALLOC_H - #include <malloc.h> -+#endif - #include <string.h> - - int* icallangbind_new_array(int size){ diff --git a/mail/evolution-devel/files/patch-libversit::vcc.y b/mail/evolution-devel/files/patch-libversit::vcc.y deleted file mode 100644 index 0514266ef18d..000000000000 --- a/mail/evolution-devel/files/patch-libversit::vcc.y +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libversit/vcc.y 2001/11/20 12:31:59 1.1 -+++ libversit/vcc.y 2001/11/20 12:32:39 -@@ -107,7 +107,7 @@ - #endif - - #include <string.h> --#ifndef __MWERKS__ -+#ifdef HAVE_MALLOC_H - #include <malloc.h> - #endif - #include <stdio.h> diff --git a/mail/evolution-devel/files/patch-libversit::vobject.c b/mail/evolution-devel/files/patch-libversit::vobject.c deleted file mode 100644 index fe28ce1ca511..000000000000 --- a/mail/evolution-devel/files/patch-libversit::vobject.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libversit/vobject.c 2001/11/20 12:33:21 1.1 -+++ libversit/vobject.c 2001/11/20 12:33:50 -@@ -42,7 +42,7 @@ - * vobject, and convert a vobject into its textual representation. - */ - --#ifndef MWERKS -+#ifdef HAVE_MALLOC_H - #include <malloc.h> - #endif - diff --git a/mail/evolution-devel/files/patch-ltmain.sh b/mail/evolution-devel/files/patch-ltmain.sh deleted file mode 100644 index 91c341790451..000000000000 --- a/mail/evolution-devel/files/patch-ltmain.sh +++ /dev/null @@ -1,36 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh.orig Sun Jan 20 16:11:07 2002 -+++ ltmain.sh Tue Jan 22 13:34:20 2002 -@@ -1060,6 +1060,7 @@ - - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2442,6 +2443,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 -@@ -4208,10 +4212,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-mail::importers::Makefile.in b/mail/evolution-devel/files/patch-mail::importers::Makefile.in deleted file mode 100644 index 70474e04e422..000000000000 --- a/mail/evolution-devel/files/patch-mail::importers::Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- mail/importers/Makefile.in 2002/01/22 19:54:48 1.1 -+++ mail/importers/Makefile.in 2002/01/22 19:55:23 -@@ -202,10 +202,10 @@ - liboutlook_la_SOURCES = \ - evolution-outlook-importer.c - --liboutlook_la_LDFLAGS = -version-info 0:0:0 -+liboutlook_la_LDFLAGS = -avoid-version -module - - libmbox_la_SOURCES = evolution-mbox-importer.c --libmbox_la_LDFLAGS = -version-info 0:0:0 -+libmbox_la_LDFLAGS = -avoid-version -module - - oafdir = $(datadir)/oaf - oaf_in_files = GNOME_Evolution_Mail_Mbox_Importer.oaf.in \ diff --git a/mail/evolution-devel/files/patch-my-evolution::Locations b/mail/evolution-devel/files/patch-my-evolution::Locations deleted file mode 100644 index 598af141e233..000000000000 --- a/mail/evolution-devel/files/patch-my-evolution::Locations +++ /dev/null @@ -1,35 +0,0 @@ - -$FreeBSD$ - ---- my-evolution/Locations 2001/12/15 08:57:59 1.1 -+++ my-evolution/Locations 2001/12/15 11:43:14 -@@ -1583,7 +1583,7 @@ - - [EU] - name=Europe --states=AB OS BE BA BG CZ HR CY DK EE FI FR MK DE GI GR HU IE IS IT LV LT LU MT MD NL NO PL PT RO RU SK SI SP SE CH TR UK YU -+states=AB OS BE BA BG CZ HR CY DK EE FI FR MK DE GI GR HU IE IS IT LV LT LU MT MD NL NO PL PT RO RU SK SI SP SE CH TR UA UK YU - - [EU_AB] - name=Albania -@@ -1849,6 +1849,20 @@ - loc50=Yakutsk UEEE ------ --- - loc51=Yekaterinburg USSS ------ --- - loc52=Yuzhno-Sakhalinsk UHSS ------ --- -+ -+[EU_UA] -+name=Ukraine -+loc0=Kiev UKBB ------ --- -+loc1=Donetsk UKCC ------ --- -+loc2=Dnepropetrovsk UKDD ------ --- -+loc3=Krivoy\\ Rog UKDR ------ --- -+loc4=Simferopol UKFF ------ --- -+loc5=Kharkov UKHH ------ --- -+loc6=Ivano-frankovsk UKLI ------ --- -+loc7=Lvov UKLL ------ --- -+loc8=Rovno UKLR ------ --- -+loc9=Uzhgorod UKLU ------ --- -+loc10=Odessa UKOO ------ --- - - [EU_SK] - name=Slovakia 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 f1fdd28c7535..000000000000 --- a/mail/evolution-devel/files/patch-my-evolution::e-summary-preferences.c +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD$ - ---- my-evolution/e-summary-preferences.c 2001/12/15 11:37:58 1.1 -+++ my-evolution/e-summary-preferences.c 2001/12/15 11:41:56 -@@ -440,9 +440,11 @@ - {"http://www.bsdtoday.com/backend/bt.rdf", "BSD Today"}, - {"http://beyond2000.com/b2k.rdf", "Beyond 2000"}, - {"http://www.cnn.com/cnn.rss", "CNN"}, -+ {"http://daily.daemonnews.org/ddn.rdf.php3", "Daily Daemon News"}, - {"http://www.debianplanet.org/debianplanet/backend.php", "Debian Planet"}, - {"http://www.dictionary.com/wordoftheday/wotd.rss", N_("Dictionary.com Word of the Day")}, - {"http://www.dvdreview.com/rss/newschannel.rss", "DVD Review"}, -+ {"http://www.freebsd.org/news/news.rdf", "FreeBSD Newsflash"}, - {"http://freshmeat.net/backend/fm.rdf", "Freshmeat"}, - {"http://news.gnome.org/gnome-news/rdf", "GNotices"}, - {"http://headlines.internet.com/internetnews/prod-news/news.rss", "Internet.com"}, 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 f6aa43a9d474..000000000000 --- a/mail/evolution-devel/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2002/01/13 17:11:01 1.1 -+++ po/Makefile.in.in 2002/01/13 17:11:38 -@@ -125,7 +125,7 @@ - *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \ - *) destdir=$(DESTDIR)$(localedir);; \ - esac; \ -- lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$$destdir/$$lang/LC_MESSAGES; \ - if test -r "$(MKINSTALLDIRS)"; then \ - $(MKINSTALLDIRS) $$dir; \ 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 db4862b22875..000000000000 --- a/mail/evolution-devel/files/patch-shell::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- shell/Makefile.in 2002/01/13 17:29:15 1.1 -+++ shell/Makefile.in 2002/01/13 17:29:32 -@@ -186,7 +186,7 @@ - - SUBDIRS = glade importer - --INCLUDES = -O \ -+INCLUDES = \ - -I$(top_srcdir)/widgets \ - -I$(top_srcdir)/widgets/misc \ - -I$(top_srcdir) \ 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 8ce02c71341d..000000000000 --- a/mail/evolution-devel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Evolution is the integrated mail, calendar and address book -distributed suite from Helix Code, Inc. - -Note that Evolution is still beta. This means it may delete all of -your mail if you give it the chance. - -WWW: http://www.gnome.org/ diff --git a/mail/evolution-devel/pkg-plist b/mail/evolution-devel/pkg-plist deleted file mode 100644 index 8c926cbe531b..000000000000 --- a/mail/evolution-devel/pkg-plist +++ /dev/null @@ -1,1197 +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-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 -include/camel/broken-date-parser.h -include/camel/camel-address.h -include/camel/camel-charset-map.h -include/camel/camel-cipher-context.h -include/camel/camel-cms-context.h -include/camel/camel-data-wrapper.h -include/camel/camel-digest-folder.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-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.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-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-charset.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.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.h -include/camel/camel-object.h -include/camel/camel-operation.h -include/camel/camel-pgp-context.h -include/camel/camel-pgp-mime.h -include/camel/camel-pop3-folder.h -include/camel/camel-pop3-store.h -include/camel/camel-provider.h -include/camel/camel-remote-store.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-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.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-transport.h -include/camel/camel-types.h -include/camel/camel-uid-cache.h -include/camel/camel-url.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/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/shell/Evolution.h -include/evolution/shell/e-folder-tree.h -include/evolution/shell/evolution-activity-client.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/wombat/wombat-client.h -lib/evolution/camel-providers/1.0/libcamelimap.so -lib/evolution/camel-providers/1.0/libcamelimap.urls -lib/evolution/camel-providers/1.0/libcamellocal.so -lib/evolution/camel-providers/1.0/libcamellocal.urls -lib/evolution/camel-providers/1.0/libcamelpop3.so -lib/evolution/camel-providers/1.0/libcamelpop3.urls -lib/evolution/camel-providers/1.0/libcamelsendmail.so -lib/evolution/camel-providers/1.0/libcamelsendmail.urls -lib/evolution/camel-providers/1.0/libcamelsmtp.so -lib/evolution/camel-providers/1.0/libcamelsmtp.urls -lib/evolution/evolution-mail-importers/%%VERSION%%/libmbox.so -lib/evolution/evolution-mail-importers/%%VERSION%%/liboutlook.so -%%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/libebook.a -lib/libebook.so -lib/libebook.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/libwombat.a -lib/libwombat.so -lib/libwombat.so.0 -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/ecps/medbook.ecps -share/gnome/evolution/ecps/phonelist.ecps -share/gnome/evolution/ecps/smallbook.ecps -share/gnome/evolution/etspec/e-calendar-table.etspec -share/gnome/evolution/etspec/e-meeting-time-sel.etspec -share/gnome/evolution/etspec/e-storage-set-view.etspec -share/gnome/evolution/etspec/meeting-page.etspec -share/gnome/evolution/etspec/message-list.etspec -share/gnome/evolution/etspec/subscribe-dialog.etspec -share/gnome/evolution/filtertypes.xml -share/gnome/evolution/glade/addressbook-config.glade -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-itip-control.glade -share/gnome/evolution/glade/e-msg-composer-attachment.glade -share/gnome/evolution/glade/e-shell-folder-creation-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/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/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/meeting_widget.png -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/vfoldertypes.xml -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/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/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/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/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/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/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/vfolder-createrule-fig.png -share/gnome/help/evolution/C/index.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-faq.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-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/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-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/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/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/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/idl/Composer.idl -share/gnome/idl/Evolution-Activity.idl -share/gnome/idl/Evolution-Composer.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-common.idl -share/gnome/idl/Evolution.idl -share/gnome/idl/GNOME_Evolution_Importer.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/cellphone.png -share/gnome/images/evolution/compose-message.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/contact-is-a-list.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/folder-copy-16.png -share/gnome/images/evolution/folder-move-16.png -share/gnome/images/evolution/folder.xpm -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-16.png -share/gnome/images/evolution/inbox-full-16.png -share/gnome/images/evolution/ldap-mini.png -share/gnome/images/evolution/ldap.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/malehead.png -share/gnome/images/evolution/mark-as-important-16.png -share/gnome/images/evolution/meeting-request.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_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-16.png -share/gnome/images/evolution/outbox-full-16.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/print-preview.xpm -share/gnome/images/evolution/print.xpm -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/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/show_all_messages.xpm -share/gnome/images/evolution/splash.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/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/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/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/zh_CN/LC_MESSAGES/evolution.mo -share/locale/zh_TW/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/libical-evolution -@dirrm share/gnome/images/evolution/conduits -@dirrm share/gnome/images/evolution/buttons -@dirrm share/gnome/images/evolution -@dirrm share/gnome/images -@dirrm share/gnome/html/evolution-devel-guide -@dirrm share/gnome/html/evolution-cal-util -@dirrm share/gnome/html/evolution-cal-client -@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/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 lib/evolution/evolution-mail-importers/%%VERSION%% -@dirrm lib/evolution/evolution-mail-importers -@dirrm lib/evolution/camel-providers/1.0 -@dirrm lib/evolution/camel-providers -@dirrm lib/evolution -@dirrm include/evolution/wombat -@dirrm include/evolution/shell -@dirrm include/evolution/importer -@dirrm include/evolution/ebook -@dirrm include/evolution/cal-util -@dirrm include/evolution/cal-client -@dirrm include/evolution -@dirrm include/ename -@dirrm include/camel diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile deleted file mode 100644 index 3e79d6e9764a..000000000000 --- a/mail/exim-old/Makefile +++ /dev/null @@ -1,202 +0,0 @@ -# New ports collection makefile for: exim -# Date created: 23 June 1996 -# Whom: markm@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= exim -PORTVERSION= 3.34 -CATEGORIES= mail -MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \ - http://www.exim.org/ftp/exim3/ \ - ftp://ftp.is.co.za/networking/mail/transport/exim/exim3/ -DISTFILES= exim-3.34.tar.bz2 exim-texinfo-3.30.tar.bz2 - -MAINTAINER= sheldonh@FreeBSD.org - -USE_BZIP2= yes - -.if defined(NOPORTDOCS) -PKGMESSAGE= ${FILESDIR}/POST-INSTALL-NOTES -.endif - -MAKE_ENV+= OSTYPE=${OPSYS} ARCHTYPE=${MACHINE_ARCH} - -# If WITH_EXIMON is defined, the eximon monitor, which requires X, -# will be made a dependency. Note that using WITH_EXIMON will cause -# XFree86 to be installed if it is not present. -#WITH_EXIMON= yes - -# Define WITH_TCP_WRAPPERS, WITH_LDAP, WITH_MYSQL, and WITH_PGSQL to -# link against libwrap, an LDAP library (see below), liblibmysqlclient -# and libpq respectively. -#WITH_TCP_WRAPPERS= yes -#WITH_LDAP= yes -#WITH_MYSQL= yes -#WITH_PGSQL= yes - -# Define WITHOUT_IPV6 to exclude IPv6 support from the compiled exim -# binary. Exim compiled with IPv6 support will still operate on -# systems that do not have IPv6 kernel support, so this should not -# be necessary. -#WITHOUT_IPV6= yes - -# If WITH_LDAP is defined, LDAP_LIB_TYPE must be either OPENLDAP1 or -# OPENLDAP2. UMICHIGAN is an alias for OPENLDAP1. Exim also supports -# NETSCAPE and SOLARIS7 lookup types, but no client libraries exist -# for these in the ports tree. -LDAP_LIB_TYPE?=OPENLDAP1 - -# The following options may be defined to turn off support for various -# features that this port enables by default. -# -# Do not link against OpenSSL; disables STARTTLS. -#WITHOUT_TLS= yes -# -# Disable the embedded Perl interpreter, which allows Perl subroutines to -# be called during string expansion. -#WITHOUT_PERL= yes -# -# Disable built-in Exim support for the PAM, RFC 2195 and RFC 2595 -# authentication mechanisms, used for SMTP AUTH. -#WITHOUT_PAM= yes -#WITHOUT_AUTH_CRAM_MD5= yes -#WITHOUT_AUTH_PLAINTEXT= yes -# -# Disable built-in Exim support for additional mailbox formats. -#WITHOUT_MAILDIR= yes -#WITHOUT_MAILSTORE= yes -#WITHOUT_MBX= yes -# -# Disable support for CDB-style lookups. -#WITHOUT_CDB= yes - -# You should not need to fiddle with anything below this point. - -.if defined(WITH_EXIMON) -RUN_DEPENDS= ${LOCALBASE}/sbin/eximon:${PORTSDIR}/mail/exim-monitor -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400014 -WITHOUT_IPV6= yes -.endif - -SEDLIST= -e 's,XX_PREFIX_XX,${PREFIX},' - -.if !defined(WITHOUT_TLS) -SEDLIST+= -e 's,^\# SUPPORT_TLS=,SUPPORT_TLS=,' -.else -SEDLIST+= -e 's,^TLS_LIBS=,\#TLS_LIBS=,' -.endif - -.if !defined(WITHOUT_PERL) -SEDLIST+= -e 's,^\# EXIM_PERL=,EXIM_PERL=,' -.endif - -.if defined(WITH_TCP_WRAPPERS) -SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX,-lwrap,' \ - -e 's,^\# USE_TCP_WRAPPERS=,USE_TCP_WRAPPERS=,' -.else -SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX,,' -.endif - -.if defined(WITH_LDAP) -.if (${LDAP_LIB_TYPE} == OPENLDAP1) || (${LDAP_LIB_TYPE} == UMICHIGAN) -LIB_DEPENDS+= lber.1:${PORTSDIR}/net/openldap -.elif ${LDAP_LIB_TYPE} == OPENLDAP2 -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap2 -.else -.error LDAP_LIB_TYPE must be either OPENLDAP1 or OPENLDAP2 -.endif -SEDLIST+= -e 's,XX_LDAP_LIBS_XX,-L${LOCALBASE}/lib -llber -lldap,' \ - -e 's,XX_LDAP_INCLUDE_XX,-I${LOCALBASE}/include,' \ - -e 's,XX_LDAP_TYPE_XX,${LDAP_LIB_TYPE},' \ - -e 's,^\# LOOKUP_LDAP=,LOOKUP_LDAP=,' -.else -SEDLIST+= -e 's,XX_LDAP_[^ ]*_XX,,' \ - -e 's,^LDAP_LIB_TYPE=,\#LDAP_LIB_TYPE=,' -.endif - -.if defined(WITH_MYSQL) -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client -SEDLIST+= -e 's,XX_MYSQL_LIBS_XX,-L${LOCALBASE}/lib/mysql -lmysqlclient,' \ - -e 's,XX_MYSQL_INCLUDE_XX,-I${LOCALBASE}/include/mysql,' \ - -e 's,^\# LOOKUP_MYSQL=,LOOKUP_MYSQL=,' -.else -SEDLIST+= -e 's,XX_MYSQL_[^ ]*_XX,,' -.endif - -.if !defined(WITHOUT_PAM) -SEDLIST+= -e 's,XX_PAM_LIBS_XX,-lpam,' \ - -e 's,^\# SUPPORT_PAM=,SUPPORT_PAM=,' -.else -SEDLIST+= -e 's,XX_PAM_LIBS_XX,,' -.endif - -.if !defined(WITHOUT_AUTH_CRAM_MD5) -SEDLIST+= -e 's,^\# AUTH_CRAM_MD5=,AUTH_CRAM_MD5=,' -.endif - -.if !defined(WITHOUT_AUTH_PLAINTEXT) -SEDLIST+= -e 's,^\# AUTH_PLAINTEXT=,AUTH_PLAINTEXT=,' -.endif - -.if defined(WITH_PGSQL) -LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7 -SEDLIST+= -e 's,XX_PGSQL_LIBS_XX,-L${LOCALBASE}/lib -lpq,' \ - -e 's,XX_PGSQL_INCLUDE_XX,-I${LOCALBASE}/include/pgsql,' \ - -e 's,^\# LOOKUP_PGSQL=,LOOKUP_PGSQL=,' -.else -SEDLIST+= -e 's,XX_PGSQL_[^ ]*_XX,,' -.endif - -.if !defined(WITHOUT_IPV6) -SEDLIST+= -e 's,^\# HAVE_IPV6=,HAVE_IPV6=,' -.endif - -.if !defined(WITH_PGSQL) && !defined(WITH_MYSQL) && !defined(WITH_LDAP) -SEDLIST+= -e 's,^LOOKUP_LIBS=,\#LOOKUP_LIBS=,' \ - -e 's,^LOOKUP_INCLUDE=,\#LOOKUP_INCLUDE=,' -.endif - -.if !defined(WITHOUT_MAILDIR) -SEDLIST+= -e 's,^\# SUPPORT_MAILDIR=,SUPPORT_MAILDIR=,' -.endif - -.if !defined(WITHOUT_MAILSTORE) -SEDLIST+= -e 's,^\# SUPPORT_MAILSTORE=,SUPPORT_MAILSTORE=,' -.endif - -.if !defined(WITHOUT_MBX) -SEDLIST+= -e 's,^\# SUPPORT_MBX=,SUPPORT_MBX=,' -.endif - -.if !defined(WITHOUT_CDB) -SEDLIST+= -e 's,^\# LOOKUP_CDB=,LOOKUP_CDB=,' -.endif - -do-configure: - ${MKDIR} ${WRKSRC}/Local - ${SED} ${SEDLIST} < ${WRKSRC}/src/EDITME > ${WRKSRC}/Local/Makefile - cd ${WRKSRC}/doc && \ - for i in ../../exim-texinfo-3.30/doc/* ; do \ - ${LN} -sf $$i ; \ - done - -pre-install: - @PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/exim - ${INSTALL_DATA} ${FILESDIR}/POST-INSTALL-NOTES ${PREFIX}/share/doc/exim - ${INSTALL_DATA} ${WRKSRC}/doc/filter.txt ${PREFIX}/share/doc/exim - ${INSTALL_DATA} ${WRKSRC}/doc/oview.txt ${PREFIX}/share/doc/exim - ${INSTALL_DATA} ${WRKSRC}/doc/spec.txt ${PREFIX}/share/doc/exim -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/mail/exim-old/distinfo b/mail/exim-old/distinfo deleted file mode 100644 index 5c5610a448e7..000000000000 --- a/mail/exim-old/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (exim-3.34.tar.bz2) = 7ccaee3a714780b29b8b5485ed10454d -MD5 (exim-texinfo-3.30.tar.bz2) = 6400cc7988036991b6bbe7ed9b4d9eeb diff --git a/mail/exim-old/files/POST-INSTALL-NOTES b/mail/exim-old/files/POST-INSTALL-NOTES deleted file mode 100644 index 2505505a6d1f..000000000000 --- a/mail/exim-old/files/POST-INSTALL-NOTES +++ /dev/null @@ -1,37 +0,0 @@ -The following documentation has been installed: - - info 'Exim Overview' -> Overview of Exim - info Exim -> Exim Specification (User Guide) - info 'Exim Filtering' -> Exim Filter Specification (for end-users) - -In addition, plain text versions of these documents have been installed -as: - - ${PREFIX}/share/doc/exim/oview.txt - ${PREFIX}/share/doc/exim/filter.txt - ${PREFIX}/share/doc/exim/spec.txt - -Postscript, PDF and HTML versions of these documents are available in -the ports tree as: - - ports/mail/exim-doc-postscript - ports/mail/exim-doc-pdf - ports/mail/exim-doc-html - -In addition, a comprehensive FAQ list is available at: - - http://www.exim.org/ - -To run Exim instead of sendmail on startup: - -1) Create exim/configure from exim/configure.default . -2) Stop the sendmail daemon. -3) Adjust mailer.conf(5) and set 'sendmail_enable' and 'sendmail_flags' - as appropriate in rc.conf(5). -4) Start exim with appropriate command-line options. - -You may also want to configure newsyslog(8) to rotate Exim log files: - -/var/log/exim/mainlog mailnull:mail 640 7 * @T00 Z -/var/log/exim/rejectlog mailnull:mail 640 7 * @T00 Z - diff --git a/mail/exim-old/files/patch-..::exim-texinfo-3.30::doc::spec.texinfo b/mail/exim-old/files/patch-..::exim-texinfo-3.30::doc::spec.texinfo deleted file mode 100644 index 824276f27f63..000000000000 --- a/mail/exim-old/files/patch-..::exim-texinfo-3.30::doc::spec.texinfo +++ /dev/null @@ -1,22 +0,0 @@ ---- ../exim-texinfo-3.30/doc/spec.texinfo.orig Tue Jun 12 12:20:49 2001 -+++ ../exim-texinfo-3.30/doc/spec.texinfo Tue Jan 15 17:19:46 2002 -@@ -20785,6 +20785,19 @@ - may be adequate for all your requirements if you are mainly interested in - encrypting transfers, and not in secure identification. - -+However, many clients require that the certificate presented by Exim be a user -+(also called "leaf" or "site") certificate, and not a self-signed certificate. -+In this case, the self-signed certificate described above must be installed on -+the client host as a trusted root certification authority and the certificate -+used by Exim must be a user certificate signed with that self-signed -+certificate. -+ -+For information on creating self-signed CA certificates and using them to sign -+user certificates, see the "General implementation overview" chapter of the -+Open-source PKI Book, available online at: -+ -+http://ospkibook.sourceforge.net/ -+ - - - diff --git a/mail/exim-old/files/patch-OS::Makefile-FreeBSD b/mail/exim-old/files/patch-OS::Makefile-FreeBSD deleted file mode 100644 index 58f6355e13d8..000000000000 --- a/mail/exim-old/files/patch-OS::Makefile-FreeBSD +++ /dev/null @@ -1,10 +0,0 @@ ---- OS/Makefile-FreeBSD.orig Mon Jun 11 12:04:05 2001 -+++ OS/Makefile-FreeBSD Mon Jun 11 12:04:33 2001 -@@ -5,6 +5,7 @@ - PORTOBJFORMAT!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout - - CHOWN_COMMAND=/usr/sbin/chown -+STRIP_COMMAND=/usr/bin/strip - - HAVE_SA_LEN=YES - diff --git a/mail/exim-old/files/patch-doc::spec.txt b/mail/exim-old/files/patch-doc::spec.txt deleted file mode 100644 index 4d7ad28cf598..000000000000 --- a/mail/exim-old/files/patch-doc::spec.txt +++ /dev/null @@ -1,22 +0,0 @@ ---- doc/spec.txt.orig Wed Dec 19 13:50:32 2001 -+++ doc/spec.txt Tue Jan 15 15:52:05 2002 -@@ -14403,6 +14403,19 @@ - be adequate for all your requirements if you are mainly interested in - encrypting transfers, and not in secure identification. - -+However, many clients require that the certificate presented by Exim be a user -+(also called "leaf" or "site") certificate, and not a self-signed certificate. -+In this case, the self-signed certificate described above must be installed on -+the client host as a trusted root certification authority and the certificate -+used by Exim must be a user certificate signed with that self-signed -+certificate. -+ -+For information on creating self-signed CA certificates and using them to sign -+user certificates, see the "General implementation overview" chapter of the -+Open-source PKI Book, available online at: -+ -+ http://ospkibook.sourceforge.net/ -+ - - - 39. CUSTOMIZING ERROR AND WARNING MESSAGES diff --git a/mail/exim-old/files/patch-scripts::exim_install b/mail/exim-old/files/patch-scripts::exim_install deleted file mode 100644 index db0bc1168f0a..000000000000 --- a/mail/exim-old/files/patch-scripts::exim_install +++ /dev/null @@ -1,37 +0,0 @@ -*) Causes the configure file to be installed as a sample only. The - administrator needs to rename this file to "activate" exim. - ---- scripts/exim_install.orig Mon Aug 2 17:43:03 1999 -+++ scripts/exim_install Tue Aug 3 14:31:20 1999 -@@ -199,25 +199,20 @@ - fi - done - -- -- --# If there is no configuration file, install the default. -+# Install only a sample configuration, which encourages the admin to look -+# at it, since Exim won't run without a configure file. - - echo $com "" - --if [ ! -f ${CONFIGURE_FILE} ]; then -- echo $com Installing default configuration in ${CONFIGURE_FILE} -- echo $com because there is no existing configuration file. -- echo ${CP} ../src/configure.default ${CONFIGURE_FILE} -- ${real} ${CP} ../src/configure.default ${CONFIGURE_FILE} -+ echo $com Installing default configuration file in ${CONFIGURE_FILE%/*}/configure.default -+ ${real} mkdir -p ${CONFIGURE_FILE%/*} -+ echo ${CP} ../src/configure.default ${CONFIGURE_FILE%/*} -+ ${real} ${CP} ../src/configure.default ${CONFIGURE_FILE%/*} - if [ $? -ne 0 ]; then - echo $com "" - echo $com "*** Exim installation ${ver}failed ***" - exit 1 - fi --else -- echo $com Configuration file ${CONFIGURE_FILE} already exists --fi - - # Install info files if the directory is defined and the Texinfo - # source documentation is present. diff --git a/mail/exim-old/files/patch-src::EDITME b/mail/exim-old/files/patch-src::EDITME deleted file mode 100644 index 2e25772f2520..000000000000 --- a/mail/exim-old/files/patch-src::EDITME +++ /dev/null @@ -1,133 +0,0 @@ ---- src/EDITME.orig Fri Jan 19 11:32:06 2001 -+++ src/EDITME Mon Jun 11 09:45:26 2001 -@@ -103,7 +103,7 @@ - # installed in this directory. There is no default for this variable built into - # the source files; it must be set in one of the local configuration files. - --BIN_DIRECTORY=/usr/exim/bin -+BIN_DIRECTORY=XX_PREFIX_XX/sbin - - - # The default distribution of Exim contains only the plain text form of the -@@ -114,21 +114,21 @@ - # your info directory; "make install" will then build the info files and - # install them there. - --# INFO_DIRECTORY=/usr/local/info -+INFO_DIRECTORY=XX_PREFIX_XX/info - - - # The compress command is used by the exicyclog script to compress old log - # files. Both the name of the command and the suffix that it adds to files - # need to be defined here. See also the EXICYCLOG_MAX configuration. - --COMPRESS_COMMAND=/opt/gnu/bin/gzip -+COMPRESS_COMMAND=/usr/bin/gzip - COMPRESS_SUFFIX=gz - - - # If the exigrep utility is fed compressed log files, it tries to uncompress - # them using this command. - --ZCAT_COMMAND=/opt/gnu/bin/zcat -+ZCAT_COMMAND=/usr/bin/zcat - - - # The runtime configuration file: This variable defines where Exim's runtime -@@ -137,7 +137,7 @@ - # location of all other runtime files and directories can be changed in the - # runtime configuration file. - --CONFIGURE_FILE=/usr/exim/configure -+CONFIGURE_FILE=XX_PREFIX_XX/etc/exim/configure - - - # In some installations there may be multiple machines sharing file systems, -@@ -231,8 +231,8 @@ - # "security" setting, which controls how privilege is released (setuid vs - # seteuid). - --# EXIM_UID= --# EXIM_GID= -+EXIM_UID=26 -+EXIM_GID=6 - - - # Compiling the Exim monitor: If you want to compile the Exim monitor, -@@ -243,7 +243,7 @@ - # are defaulted in the OS/Makefile-Default file, and can be overridden - # in local OS-specific make files. - --EXIM_MONITOR=eximon.bin -+#EXIM_MONITOR=eximon.bin - - - # Compiling in support for embedded Perl: If you want to be able to -@@ -286,7 +286,7 @@ - # "panic", or "reject" to form the final file name. For example, some - # installations may want something like this: - --# LOG_FILE_PATH=/var/log/exim_%slog -+LOG_FILE_PATH=/var/log/exim/%slog - - # which results in files with names /var/log/exim_mainlog, etc. The directory - # in which the log files are placed must exist; Exim does not try to create -@@ -352,6 +352,8 @@ - - # LOOKUP_INCLUDE=-I /usr/local/ldap/include -I /usr/local/mysql/include -I /usr/local/pgsql/include - # LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq -+LOOKUP_INCLUDE=XX_MYSQL_INCLUDE_XX XX_PGSQL_INCLUDE_XX XX_LDAP_INCLUDE_XX -+LOOKUP_LIBS=XX_MYSQL_LIBS_XX XX_PGSQL_LIBS_XX XX_LDAP_LIBS_XX - - # If you have set LDAP=yes, you should set LDAP_LIB_TYPE to indicate which LDAP - # library you have. Unfortunately, though most of their functions are the -@@ -365,6 +367,7 @@ - # LDAP_LIB_TYPE=OPENLDAP2 - # LDAP_LIB_TYPE=NETSCAPE - # LDAP_LIB_TYPE=SOLARIS -+LDAP_LIB_TYPE=XX_LDAP_TYPE_XX - - # If you don't set any of these, Exim assumes the original University of - # Michigan (OpenLDAP 1) library. -@@ -411,7 +414,7 @@ - # the file name, allowing sites that run two separate daemons to distinguish - # them. Some installations may want something like this - --# PID_FILE_PATH=/var/lock/exim%s.pid -+PID_FILE_PATH=/var/run/exim%s.pid - - # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory - # (see SPOOL_DIRECTORY below) with the name "exim-daemon.pid" for the standard -@@ -460,7 +463,7 @@ - # uid and gid. - - # Many installations will want something like this: --# SPOOL_DIRECTORY=/var/spool/exim -+SPOOL_DIRECTORY=/var/spool/exim - - # Others may prefer to keep all Exim things under one directory: - # SPOOL_DIRECTORY=/usr/exim/spool -@@ -525,7 +528,7 @@ - # with TLS support. - - # SUPPORT_TLS=yes --# TLS_LIBS=-lssl -lcrypto -+TLS_LIBS=-lssl -lcrypto - - # If you are running Exim as a server, note that just building it with TLS - # support is not usually all you need to do. You normally need to set up a -@@ -575,5 +578,14 @@ - # chapter on building and installing Exim. - - # USE_TCP_WRAPPERS=yes -+EXTRALIBS=XX_TCP_WRAPPERS_LIBS_XX XX_PAM_LIBS_XX -+ -+ -+# IPv6 is coming. Exim has experimental support that has been tried out on -+# one or two OS. See the file README.IPV6 for the current status of this -+# support. Do not set this option unless you are working on IPv6 and know -+# what you are doing. -+ -+# HAVE_IPV6=yes - - # End of EDITME diff --git a/mail/exim-old/files/patch-src::configure.default b/mail/exim-old/files/patch-src::configure.default deleted file mode 100644 index 9b24cf348686..000000000000 --- a/mail/exim-old/files/patch-src::configure.default +++ /dev/null @@ -1,51 +0,0 @@ ---- src/configure.default.orig Thu Jun 14 19:39:54 2001 -+++ src/configure.default Thu Jun 14 20:10:52 2001 -@@ -99,7 +99,9 @@ - # normal user. This isn't usually a problem, as most sites have an alias for - # root that redirects such mail to a human administrator. - --never_users = root -+exim_user = mailnull -+exim_group = mail -+never_users = root : mailnull - - - # The use of your host as a mail relay by any host, including the local host -@@ -122,6 +124,8 @@ - # See the section of the manual entitled "Control of relaying" for more - # information. - -+host_accept_relay = 127.0.0.1 -+ - - # The setting below causes Exim to do a reverse DNS lookup on all incoming - # IP calls, in order to get the true host name. If you feel this is too -@@ -230,8 +234,8 @@ - delivery_date_add - envelope_to_add - return_path_add --# group = mail --# mode = 0660 -+ group = mail -+ mode = 0660 - - - # This transport is used for handling pipe deliveries generated by alias -@@ -300,7 +304,8 @@ - driver = aliasfile - file = /etc/aliases - search_type = lsearch --# user = exim -+ user = mailnull -+ group = mail - file_transport = address_file - pipe_transport = address_pipe - -@@ -334,6 +339,7 @@ - file_transport = address_file - pipe_transport = address_pipe - reply_transport = address_reply -+ match_directory = !^/nonexistent - - - # This director matches local user mailboxes. diff --git a/mail/exim-old/files/patch-xxx::no_fsync b/mail/exim-old/files/patch-xxx::no_fsync deleted file mode 100644 index fc0f4791ac86..000000000000 --- a/mail/exim-old/files/patch-xxx::no_fsync +++ /dev/null @@ -1,103 +0,0 @@ -diff -udrN src.orig/accept.c src/accept.c ---- src.orig/accept.c Thu Sep 6 15:25:28 2001 -+++ src/accept.c Thu Sep 6 15:28:03 2001 -@@ -2140,7 +2140,7 @@ - anything until the terminating dot line is sent. */ - - if (fflush(data_file) == EOF || ferror(data_file) || -- fsync(fileno(data_file)) < 0 || (accept_ferror)(fin)) -+ (perform_fsync && fsync(fileno(data_file))) < 0 || (accept_ferror)(fin)) - { - char *msg_errno = strerror(errno); - BOOL input_error = (accept_ferror)(fin) != 0; -diff -udrN src.orig/deliver.c src/deliver.c ---- src.orig/deliver.c Thu Sep 6 15:25:28 2001 -+++ src/deliver.c Thu Sep 6 15:29:22 2001 -@@ -578,7 +578,8 @@ - { - BOOL return_output = FALSE; - struct stat statbuf; -- fsync(addr->return_file); -+ if (perform_fsync) -+ fsync(addr->return_file); - - /* If there is no output, do nothing. */ - -@@ -1580,7 +1581,7 @@ - - /* Ensure the journal file is pushed out to disc. */ - -- if (fsync(journal_fd) < 0) -+ if (perform_fsync && fsync(journal_fd) < 0) - log_write(0, LOG_MAIN|LOG_PANIC, "failed to fsync journal: %s", - strerror(errno)); - } -diff -udrN src.orig/globals.c src/globals.c ---- src.orig/globals.c Thu Sep 6 15:25:28 2001 -+++ src/globals.c Thu Sep 6 15:24:49 2001 -@@ -494,6 +494,7 @@ - BOOL parse_allow_group = FALSE; - BOOL parse_found_group = FALSE; - char *percent_hack_domains = NULL; -+BOOL perform_fsync = TRUE; - char *pid_file_path = PID_FILE_PATH - "\0<--------------Space to patch pid_file_path->"; - BOOL preserve_message_logs = FALSE; -diff -udrN src.orig/globals.h src/globals.h ---- src.orig/globals.h Thu Sep 6 15:25:28 2001 -+++ src/globals.h Thu Sep 6 15:41:35 2001 -@@ -364,6 +364,7 @@ - extern BOOL parse_allow_group; /* Allow group syntax */ - extern BOOL parse_found_group; /* In the middle of a group */ - extern char *percent_hack_domains; /* Local domains for which '% operates */ -+extern BOOL perform_fsync; /* Use fsync() to flush to disk */ - extern char *pid_file_path; /* For writing daemon pids */ - extern BOOL preserve_message_logs; /* Save msglog files */ - extern char *primary_hostname; /* Primary name of this computer */ -diff -udrN src.orig/readconf.c src/readconf.c ---- src.orig/readconf.c Thu Sep 6 15:25:28 2001 -+++ src/readconf.c Thu Sep 6 15:24:19 2001 -@@ -81,6 +81,7 @@ - { "finduser_retries", opt_int, &finduser_retries }, - { "forbid_domain_literals", opt_bool, &forbid_domain_literals }, - { "freeze_tell_mailmaster", opt_bool, &freeze_tell_mailmaster }, -+ { "fsync", opt_bool, &perform_fsync }, - { "gecos_name", opt_stringptr, &gecos_name }, - { "gecos_pattern", opt_stringptr, &gecos_pattern }, - { "headers_check_syntax", opt_bool, &headers_check_syntax }, -diff -udrN src.orig/spool_out.c src/spool_out.c ---- src.orig/spool_out.c Thu Sep 6 15:25:28 2001 -+++ src/spool_out.c Thu Sep 6 15:29:51 2001 -@@ -277,7 +277,7 @@ - just pushes it out of C, and fclose() doesn't guarantee to do the write - either. That's just the way Unix works... */ - --if (fsync(fileno(f)) < 0) -+if (perform_fsync && fsync(fileno(f)) < 0) - return spool_write_error(where, errmsg, "sync", temp_name, f); - - /* Get the size of the file, and close it. */ -diff -udrN src.orig/transports/appendfile.c src/transports/appendfile.c ---- src.orig/transports/appendfile.c Thu Sep 6 15:25:28 2001 -+++ src/transports/appendfile.c Thu Sep 6 15:31:40 2001 -@@ -2556,7 +2556,7 @@ - /* Force out the remaining data to check for any errors; some OS don't allow - fsync() to be called for a FIFO. */ - --if (yield == OK && !isfifo && fsync(fd) < 0) yield = DEFER; -+if (perform_fsync && yield == OK && !isfifo && fsync(fd) < 0) yield = DEFER; - - /* Handle error while writing the file. Control should come here directly after - the error, with the reason in errno. In the case of expansion failure in prefix -diff -udrN src.orig/transports/smtp.c src/transports/smtp.c ---- src.orig/transports/smtp.c Thu Sep 6 15:25:28 2001 -+++ src/transports/smtp.c Thu Sep 6 15:31:55 2001 -@@ -1462,7 +1462,7 @@ - - /* Ensure the journal file is pushed out to disc. */ - -- if (fsync(journal_fd) < 0) -+ if (perform_fsync && fsync(journal_fd) < 0) - log_write(0, LOG_MAIN|LOG_PANIC, "failed to fsync journal: %s", - strerror(errno)); - } diff --git a/mail/exim-old/pkg-comment b/mail/exim-old/pkg-comment deleted file mode 100644 index a862bdff5618..000000000000 --- a/mail/exim-old/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -High performance MTA for Unix systems on the Internet diff --git a/mail/exim-old/pkg-descr b/mail/exim-old/pkg-descr deleted file mode 100644 index e7b7d4118545..000000000000 --- a/mail/exim-old/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Exim is a mail transfer agent for Unix systems connected to the Internet. -It is a monolithic MTA designed to be a command line compatible drop-in -replacement for Sendmail. - -Exim is an excellent mailer for an ISP, as its control and flexibility -are very good and its requeing and retry algorithms are very powerful. -Exim's configuration syntax is simple and well documented. - -WWW: http://www.exim.org/ diff --git a/mail/exim-old/pkg-install b/mail/exim-old/pkg-install deleted file mode 100644 index 69539a8c560f..000000000000 --- a/mail/exim-old/pkg-install +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# -# Since FreeBSD does not supply a user for running an MTA in a sandbox -# by default, use user 'exim', adding it if it does not exist. Even -# if FreeBSD supplied an MTA user, it's neglected to do so for so long -# that every sandboxed MTA under the sun uses its own user, so user -# 'exim' should probably be used forever. -# -# Modern FreeBSD systems already have a group mail. -# -# $FreeBSD$ -# - -PKG_PREFIX=${PKG_PREFIX:=/usr/local} - -uid=26 -gid=6 -user=mailnull -group=mail - -if [ "$2" = "PRE-INSTALL" ]; then - # uid=26(mailnull) gid=26(mailnull) groups=26(mailnull) - if ! /usr/bin/id ${uid} | /usr/bin/grep -q "uid=${uid}(${user})"; then - echo "Exim requires user ${user} (UID ${uid}). Please update your system." 1>&2 - exit 1 - fi - if ! /usr/bin/grep -q "^${group}:[^:]*:${gid}:" < /etc/group; then - echo "Exim requires group ${group} (GID ${gid}). Please update your system." 1>&2 - exit 1 - fi -fi - -# This is naughty, since the directory we create won't be removed along -# with Exim. However, logfiles should probably stick around after Exim -# is removed, until the administrator is sure he doesn't want them -# any more. -# -mkdir -p /var/log/exim -chown ${user}:${group} /var/log/exim diff --git a/mail/exim-old/pkg-message b/mail/exim-old/pkg-message deleted file mode 100644 index 83859714c92b..000000000000 --- a/mail/exim-old/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ - -IMPORTANT NOTE: -=============== - -Please read ${PREFIX}/share/doc/exim/POST-INSTALL-NOTES for important -information regarding your Exim installation. - diff --git a/mail/exim-old/pkg-plist b/mail/exim-old/pkg-plist deleted file mode 100644 index 996ab003b2a9..000000000000 --- a/mail/exim-old/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -etc/exim/configure.default -info/exim_overview.info -info/exim.info -info/exim_filter.info -sbin/exim -sbin/exim_dumpdb -sbin/exim_fixdb -sbin/exim_lock -sbin/exim_tidydb -sbin/exinext -sbin/exiwhat -sbin/exim_dbmbuild -sbin/exicyclog -sbin/exigrep -sbin/eximstats -sbin/exiqsumm -%%PORTDOCS%%share/doc/exim/POST-INSTALL-NOTES -%%PORTDOCS%%share/doc/exim/filter.txt -%%PORTDOCS%%share/doc/exim/oview.txt -%%PORTDOCS%%share/doc/exim/spec.txt -@unexec install-info --delete %D/info/exim_overview.info %D/info/dir -@unexec install-info --delete %D/info/exim.info %D/info/dir -@unexec install-info --delete %D/info/exim_filter.info %D/info/dir -@exec install-info --section="Exim" --entry "* Exim Overview: (exim_overview). Overview of the Exim system" %D/info/exim_overview.info %D/info/dir -@exec install-info --section="Exim" --entry "* Exim Specification: (exim). Exim manual" %D/info/exim.info %D/info/dir -@exec install-info --section="Exim" --entry "* Exim Filtering: (exim_filter). Filtering mail with Exim" %D/info/exim_filter.info %D/info/dir -@dirrm etc/exim -@dirrm share/doc/exim diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile deleted file mode 100644 index 69b0f221982c..000000000000 --- a/mail/heirloom-mailx/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: nail -# Date created: 20 October 2000 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= nail -PORTVERSION= 9.29 -CATEGORIES= mail -MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ - -MAINTAINER= ports@FreeBSD.org - -GNU_CONFIGURE= yes -MAN1= nail.1 - -.include <bsd.port.mk> diff --git a/mail/heirloom-mailx/distinfo b/mail/heirloom-mailx/distinfo deleted file mode 100644 index c5d8f3aaf0e6..000000000000 --- a/mail/heirloom-mailx/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nail-9.29.tar.gz) = 2d60eff6c89ba1070ad809be3af1edcf diff --git a/mail/heirloom-mailx/files/patch-aa b/mail/heirloom-mailx/files/patch-aa deleted file mode 100644 index 638d3b91a9a8..000000000000 --- a/mail/heirloom-mailx/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- mime.c.orig Thu Jan 25 08:36:11 2001 -+++ mime.c Thu Feb 1 01:50:57 2001 -@@ -179,7 +179,7 @@ - if ((sz = xmbstowcs(w, t, LINESIZE)) == -1) - return; - for (p = w, i = 0; *p && i < sz; p++, i++) { -- if (!iswprint(*p) && *p != '\n' && *p != '\r' -+ if (!isprint(*p) && *p != '\n' && *p != '\r' - && *p != '\b' && *p != '\t') - *p = '?'; - } diff --git a/mail/heirloom-mailx/files/patch-ab b/mail/heirloom-mailx/files/patch-ab deleted file mode 100644 index 6e17c4aa8a97..000000000000 --- a/mail/heirloom-mailx/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.in.orig Sat Jun 9 18:40:06 2001 -+++ Makefile.in Sat Jun 9 18:40:51 2001 -@@ -392,9 +392,8 @@ - - - install-data-local: -- -test -f $(DESTDIR)/etc/nail.rc || \ -- { $(mkinstalldirs) $(DESTDIR)/etc; \ -- $(INSTALL_DATA) $(srcdir)/nail.rc $(DESTDIR)/etc/nail.rc; } -+ -test -f $(sysconfdir)/nail.rc || \ -+ $(INSTALL_DATA) $(srcdir)/nail.rc $(sysconfdir)/nail.rc - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/mail/heirloom-mailx/files/patch-ac b/mail/heirloom-mailx/files/patch-ac deleted file mode 100644 index cceb71d283d5..000000000000 --- a/mail/heirloom-mailx/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Feb 17 16:24:48 2001 -+++ configure Mon Feb 26 19:35:15 2001 -@@ -1335,7 +1335,7 @@ - test "$libdir" = '${exec_prefix}/lib' && libdir=${prefix}/lib - test "$sysconfdir" = '/etc' && sysconfdir=/etc - cat >> confdefs.h <<EOF --#define PATH_MASTER_RC "/etc/nail.rc" -+#define PATH_MASTER_RC "`eval echo ${sysconfdir}/nail.rc`" - EOF - - 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 7ff95a6bf971..000000000000 --- a/mail/heirloom-mailx/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/nail -etc/nail.rc diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile deleted file mode 100644 index 3eb05f0a462b..000000000000 --- a/mail/horde-imp/Makefile +++ /dev/null @@ -1,255 +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.7 -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 -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/imp-devel." ; \ - ${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} - ${PERL} -pi -e "s:/usr/bin/ispell:${LOCALBASE}/bin/ispell:g" \ - ${IMPDIR}/config/defaults.php3.dist - ${PERL} -pi -e "s:/usr/bin/wvHtml:${LOCALBASE}/bin/wvHtml:g" \ - ${IMPDIR}/config/defaults.php3.dist - ${PERL} -pi -e "s:/usr/bin/xlHtml:${LOCALBASE}/bin/xlHtml:g" \ - ${IMPDIR}/config/defaults.php3.dist - ${PERL} -pi -e "s:/bin/tar:/usr/bin/tar:g" ${IMPDIR}/config/defaults.php3.dist - ${PERL} -pi -e "s:/usr/bin/zipinfo:${LOCALBASE}/bin/zipinfo:g" \ - ${IMPDIR}/config/defaults.php3.dist - ${PERL} -pi -e "s:sh ./secure.sh:${HORDESBIN}/horde_secure.sh:g" \ - ${IMPDIR}/templates/index/imp_notconfigured.inc - ${PERL} -pi -e "s:sh ./install.sh:${HORDESBIN}/horde_setup.sh:g" \ - ${IMPDIR}/templates/index/imp_notconfigured.inc - ${PERL} -pi -e "s:sh ./secure.sh:${HORDESBIN}/horde_secure.sh:g" \ - ${HORDEDIR}/templates/setup/imp/write_file.inc - @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 ; \ - ${PERL} -pi -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) - ${PERL} -pi -e "s:/home/httpd/html/horde/imp:${IMPDIR}: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} "******************************************************************" - -.include <bsd.port.mk> diff --git a/mail/horde-imp/distinfo b/mail/horde-imp/distinfo deleted file mode 100644 index 6934dd245690..000000000000 --- a/mail/horde-imp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (imp-2.2.7.tar.gz) = b5c683e1dc862fd185c9be0ce7188894 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 57770f046f84..000000000000 --- a/mail/horde-imp/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -IMP is a set of PHP 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/ - -- Thierry Thomas <thierry@thomas.as>. diff --git a/mail/horde-imp/pkg-plist b/mail/horde-imp/pkg-plist deleted file mode 100644 index 1d59e0d71dda..000000000000 --- a/mail/horde-imp/pkg-plist +++ /dev/null @@ -1,911 +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/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 4eb18d012903..000000000000 --- a/mail/horde-turba/Makefile +++ /dev/null @@ -1,128 +0,0 @@ -# Ports collection makefile for: turba -# Date created: Sat Nov 16, 2001 -# Whom: Thierry Thomas (<thierry@thomas.as>) -# -# $FreeBSD$ -# - -PORTNAME= turba -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= mail www -MASTER_SITES= ftp://ftp.horde.org/pub/turba/tarballs/ - -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/horde-devel - -NO_BUILD= yes -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 - -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} - @${CP} -Rp ${WRKSRC}/config ${WRKSRC}/graphics ${WRKSRC}/lib ${TURBADIR} - @${CP} -Rp ${WRKSRC}/locale ${WRKSRC}/scripts ${TURBADIR} - @${CP} -Rp ${WRKSRC}/templates ${WRKSRC}/po ${TURBADIR} - @${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} - @${PERL} -pi -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \ - ${HORDE_INC}/httpd.conf.turba - @${PERL} -pi -e "s://UNCOMMENTWHENINSTTURBA::" \ - ${HORDEDIR}/config/registry.php -.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 b160954d3a12..000000000000 --- a/mail/horde-turba/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (turba-1.0.tar.gz) = 8d70570cd66f9921a7466c699e58f5be 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 1a51d8aec31c..000000000000 --- a/mail/horde-turba/files/patch-aa +++ /dev/null @@ -1,9 +0,0 @@ ---- config/conf.php.dist.orig Fri Sep 28 23:29:55 2001 -+++ config/conf.php.dist Sat Nov 17 21:38:00 2001 -@@ -29,5 +29,6 @@ - // 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 5cc76966a8a9..000000000000 --- a/mail/horde-turba/files/patch-ab +++ /dev/null @@ -1,35 +0,0 @@ ---- config/sources.php.dist.orig Tue Jan 1 13:58:34 2002 -+++ config/sources.php.dist Thu Jan 3 18:04:12 2002 -@@ -92,21 +92,25 @@ - 'title' => 'My Addressbook', - 'type' => 'sql', - 'params' => array( -- 'phptype' => 'pgsql', -- 'hostspec' => '', -- 'username' => '', -- 'password' => '', -+// 'phptype' => 'pgsql', -+ 'phptype' => 'mysql', -+ 'hostspec' => 'localhost', -+ 'username' => 'hordemgr', -+ 'password' => 'hordemgr', - 'database' => 'horde', - 'options' => '', -- 'tty' => '', -- 'port' => '5432', -- 'protocol' => 'unix', -+// 'tty' => '', -+// Default port: 5432 for pgsql (PostGres), 3306 for mysql -+// 'port' => '5432', -+// 'port' => '3306', -+// 'protocol' => 'unix', - 'table' => 'turba_objects' - ), - 'map' => array( - '__key' => 'object_id', - '__owner' => 'owner_id', - 'name' => 'object_name', -+ 'alias' => 'object_alias', - 'email' => 'object_email', - 'homeAddress' => 'object_homeAddress', - 'workAddress' => 'object_workAddress', 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/files/patch-lib_api.php b/mail/horde-turba/files/patch-lib_api.php deleted file mode 100644 index 1a4af9ffe0e0..000000000000 --- a/mail/horde-turba/files/patch-lib_api.php +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/api.php.orig Tue Dec 25 20:01:35 2001 -+++ lib/api.php Thu Jan 17 23:46:58 2002 -@@ -90,7 +90,7 @@ - - $driver = Turba_Source::factory($addressbook, $cfgSources[$addressbook]); - $res = $driver->search(array('name' => $name, 'email' => $address), LASTNAME, TURBA_SEARCH_AND); -- if (PEAR::isError($res) || count($res) > 0) { -+ if (PEAR::isError($res) || count($res->objects) > 0) { - return PEAR::raiseError(_("This person is already in your addressbook."), HORDE_MESSAGE); - } - 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 7c363e6d373a..000000000000 --- a/mail/horde-turba/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Turba is the Horde contact management application. It is currently in -the development stages, and makes heavy use of the Horde framework to -provide integration with other applications. - -Right now, Turba is a fairly complete basic contact management -application. SQL and LDAP backends are available and fairly well tested. -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 7297d45a2967..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/horde-devel/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 485b1ca8c44e..000000000000 --- a/mail/horde-turba/pkg-plist +++ /dev/null @@ -1,191 +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%%/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/group.gif -%%TURBADIR%%/graphics/search.gif -%%TURBADIR%%/graphics/turba.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/api.php.orig -%%TURBADIR%%/lib/base.php -%%TURBADIR%%/lib/version.php -%%TURBADIR%%/locale/.htaccess -%%TURBADIR%%/locale/cs_CZ/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/fi_FI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fr_FR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/it_IT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ko_KR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nl_NL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/no_BOK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pl_PL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_BR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ru_koi/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ru_win/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sv_SE/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/de_DE.po -%%TURBADIR%%/po/el_GR.po -%%TURBADIR%%/po/es_ES.po -%%TURBADIR%%/po/extract.pl -%%TURBADIR%%/po/fi_FI.po -%%TURBADIR%%/po/fr_FR.po -%%TURBADIR%%/po/it_IT.po -%%TURBADIR%%/po/ko_KR.po -%%TURBADIR%%/po/nl_NL.po -%%TURBADIR%%/po/no_BOK.po -%%TURBADIR%%/po/pl_PL.po -%%TURBADIR%%/po/pt_BR.po -%%TURBADIR%%/po/ru_koi.po -%%TURBADIR%%/po/ru_win.po -%%TURBADIR%%/po/shtool -%%TURBADIR%%/po/sv_SE.po -%%TURBADIR%%/po/xgettext.sh -%%TURBADIR%%/po/zh_CN.po -%%TURBADIR%%/po/zh_TW.po -%%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/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/search/foot.inc -%%TURBADIR%%/templates/search/head.inc -%%TURBADIR%%/templates/search/oldrow.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/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/fi_FI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fi_FI -@dirrm %%TURBADIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fr_FR -@dirrm %%TURBADIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/it_IT -@dirrm %%TURBADIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ko_KR -@dirrm %%TURBADIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nl_NL -@dirrm %%TURBADIR%%/locale/no_BOK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/no_BOK -@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/ru_koi/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ru_koi -@dirrm %%TURBADIR%%/locale/ru_win/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ru_win -@dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sv_SE -@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/data -@dirrm %%TURBADIR%%/templates/display -@dirrm %%TURBADIR%%/templates/edit -@dirrm %%TURBADIR%%/templates/index -@dirrm %%TURBADIR%%/templates/menu -@dirrm %%TURBADIR%%/templates/search -@dirrm %%TURBADIR%%/templates/wml/menu -@dirrm %%TURBADIR%%/templates/wml/search -@dirrm %%TURBADIR%%/templates/wml -@dirrm %%TURBADIR%%/templates -@dirrm %%TURBADIR%% diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile deleted file mode 100644 index 3eb05f0a462b..000000000000 --- a/mail/horde4-imp/Makefile +++ /dev/null @@ -1,255 +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.7 -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 -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/imp-devel." ; \ - ${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} - ${PERL} -pi -e "s:/usr/bin/ispell:${LOCALBASE}/bin/ispell:g" \ - ${IMPDIR}/config/defaults.php3.dist - ${PERL} -pi -e "s:/usr/bin/wvHtml:${LOCALBASE}/bin/wvHtml:g" \ - ${IMPDIR}/config/defaults.php3.dist - ${PERL} -pi -e "s:/usr/bin/xlHtml:${LOCALBASE}/bin/xlHtml:g" \ - ${IMPDIR}/config/defaults.php3.dist - ${PERL} -pi -e "s:/bin/tar:/usr/bin/tar:g" ${IMPDIR}/config/defaults.php3.dist - ${PERL} -pi -e "s:/usr/bin/zipinfo:${LOCALBASE}/bin/zipinfo:g" \ - ${IMPDIR}/config/defaults.php3.dist - ${PERL} -pi -e "s:sh ./secure.sh:${HORDESBIN}/horde_secure.sh:g" \ - ${IMPDIR}/templates/index/imp_notconfigured.inc - ${PERL} -pi -e "s:sh ./install.sh:${HORDESBIN}/horde_setup.sh:g" \ - ${IMPDIR}/templates/index/imp_notconfigured.inc - ${PERL} -pi -e "s:sh ./secure.sh:${HORDESBIN}/horde_secure.sh:g" \ - ${HORDEDIR}/templates/setup/imp/write_file.inc - @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 ; \ - ${PERL} -pi -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) - ${PERL} -pi -e "s:/home/httpd/html/horde/imp:${IMPDIR}: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} "******************************************************************" - -.include <bsd.port.mk> diff --git a/mail/horde4-imp/distinfo b/mail/horde4-imp/distinfo deleted file mode 100644 index 6934dd245690..000000000000 --- a/mail/horde4-imp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (imp-2.2.7.tar.gz) = b5c683e1dc862fd185c9be0ce7188894 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 57770f046f84..000000000000 --- a/mail/horde4-imp/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -IMP is a set of PHP 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/ - -- Thierry Thomas <thierry@thomas.as>. diff --git a/mail/horde4-imp/pkg-plist b/mail/horde4-imp/pkg-plist deleted file mode 100644 index 1d59e0d71dda..000000000000 --- a/mail/horde4-imp/pkg-plist +++ /dev/null @@ -1,911 +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/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 4eb18d012903..000000000000 --- a/mail/horde4-turba/Makefile +++ /dev/null @@ -1,128 +0,0 @@ -# Ports collection makefile for: turba -# Date created: Sat Nov 16, 2001 -# Whom: Thierry Thomas (<thierry@thomas.as>) -# -# $FreeBSD$ -# - -PORTNAME= turba -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= mail www -MASTER_SITES= ftp://ftp.horde.org/pub/turba/tarballs/ - -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/horde-devel - -NO_BUILD= yes -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 - -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} - @${CP} -Rp ${WRKSRC}/config ${WRKSRC}/graphics ${WRKSRC}/lib ${TURBADIR} - @${CP} -Rp ${WRKSRC}/locale ${WRKSRC}/scripts ${TURBADIR} - @${CP} -Rp ${WRKSRC}/templates ${WRKSRC}/po ${TURBADIR} - @${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} - @${PERL} -pi -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \ - ${HORDE_INC}/httpd.conf.turba - @${PERL} -pi -e "s://UNCOMMENTWHENINSTTURBA::" \ - ${HORDEDIR}/config/registry.php -.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 b160954d3a12..000000000000 --- a/mail/horde4-turba/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (turba-1.0.tar.gz) = 8d70570cd66f9921a7466c699e58f5be 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 |