pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Remove cyrus-imapd21, unsupported version by upst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4546b0c6db3a
branches:  trunk
changeset: 592910:4546b0c6db3a
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Sep 16 12:07:32 2011 +0000

description:
Remove cyrus-imapd21, unsupported version by upstream.

diffstat:

 mail/Makefile                       |    3 +-
 mail/cyrus-imapd21/DEINSTALL        |   38 -------
 mail/cyrus-imapd21/DESCR            |    7 -
 mail/cyrus-imapd21/MESSAGE          |   19 ---
 mail/cyrus-imapd21/Makefile         |  179 ------------------------------------
 mail/cyrus-imapd21/PLIST            |  139 ---------------------------
 mail/cyrus-imapd21/distinfo         |   21 ----
 mail/cyrus-imapd21/files/cyrus.sh   |   77 ---------------
 mail/cyrus-imapd21/files/imapd.conf |   23 ----
 mail/cyrus-imapd21/patches/patch-aa |   23 ----
 mail/cyrus-imapd21/patches/patch-ab |   21 ----
 mail/cyrus-imapd21/patches/patch-ac |   22 ----
 mail/cyrus-imapd21/patches/patch-ad |   13 --
 mail/cyrus-imapd21/patches/patch-ae |   13 --
 mail/cyrus-imapd21/patches/patch-af |   25 -----
 mail/cyrus-imapd21/patches/patch-ag |   13 --
 mail/cyrus-imapd21/patches/patch-ah |   15 ---
 mail/cyrus-imapd21/patches/patch-ai |   13 --
 mail/cyrus-imapd21/patches/patch-aj |   13 --
 mail/cyrus-imapd21/patches/patch-ak |   33 ------
 mail/cyrus-imapd21/patches/patch-ca |   13 --
 mail/cyrus-imapd21/patches/patch-cb |   13 --
 22 files changed, 1 insertions(+), 735 deletions(-)

diffs (truncated from 834 to 300 lines):

diff -r 3598b8690759 -r 4546b0c6db3a mail/Makefile
--- a/mail/Makefile     Fri Sep 16 12:02:47 2011 +0000
+++ b/mail/Makefile     Fri Sep 16 12:07:32 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.412 2011/08/11 03:50:13 jnemeth Exp $
+# $NetBSD: Makefile,v 1.413 2011/09/16 12:07:32 obache Exp $
 #
 
 COMMENT=       Electronic mail utilities
@@ -55,7 +55,6 @@
 SUBDIR+=       cucipop
 SUBDIR+=       cue
 SUBDIR+=       cyrus-imapd
-SUBDIR+=       cyrus-imapd21
 SUBDIR+=       cyrus-imapd23
 SUBDIR+=       cyrus-imapd24
 SUBDIR+=       dbmail
diff -r 3598b8690759 -r 4546b0c6db3a mail/cyrus-imapd21/DEINSTALL
--- a/mail/cyrus-imapd21/DEINSTALL      Fri Sep 16 12:02:47 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-# $NetBSD: DEINSTALL,v 1.3 2004/07/31 03:28:32 jlam Exp $
-
-IMAPDCONF=@IMAPDCONF@
-
-case ${STAGE} in
-DEINSTALL)
-       if [ -f ${IMAPDCONF} ]; then
-               IMAPDIRS=`
-                       ${AWK} '/configdirectory:/      { print $2 };   \
-                               /partition-.*:/         { print $2 };   \
-                               /sievedir:/             { print $2 }'   \
-                               ${IMAPDCONF} | ${SORT} -ur`
-               _IMAPDIRS=
-               for dir in ${IMAPDIRS}; do
-                       ${RMDIR} -p ${dir} 2>/dev/null || ${TRUE}
-                       if [ -d ${dir} ]; then
-                               _IMAPDIRS="${_IMAPDIRS} ${dir}"
-                       fi
-               done
-               if [ -n "${_IMAPDIRS}" ]; then
-                       ${CAT} << EOF
-===========================================================================
-If you won't be using ${PKGNAME} any longer, you may want to remove
-the following directories:
-
-EOF
-                       for dir in ${_IMAPDIRS}; do
-                               if [ -d "${dir}" ]; then
-                                       ${ECHO} "       ${dir}"
-                               fi
-                       done
-                       ${CAT} << EOF
-===========================================================================
-EOF
-               fi
-       fi
-       ;;
-esac
diff -r 3598b8690759 -r 4546b0c6db3a mail/cyrus-imapd21/DESCR
--- a/mail/cyrus-imapd21/DESCR  Fri Sep 16 12:02:47 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-IMAP (Internet Message Access Protocol) is an Internet standards-track
-protocol for accessing messages (mail, bboards, news, etc). The Cyrus
-IMAP server differs from other IMAP server implementations in that it
-is generally intended to be run on "sealed" servers, where normal users
-are not 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 the IMAP, POP3, or KPOP protocols.
diff -r 3598b8690759 -r 4546b0c6db3a mail/cyrus-imapd21/MESSAGE
--- a/mail/cyrus-imapd21/MESSAGE        Fri Sep 16 12:02:47 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2004/02/14 18:28:25 snj Exp $
-
-Please also refer to:
-
-       ${PREFIX}/share/doc/html/cyrus-imapd/install.html
-
-for more detailed instructions on setting up the environment before
-starting the Cyrus IMAP server.  In particular, several services will
-probably need to be added to /etc/services.
-
-Note anyone upgrading from an earlier version of cyrus should read:
-
-       ${PREFIX}/share/doc/html/cyrus-imapd/install-upgrade.html
-
-Also note that cyrus-imapd now uses saslauthd rather then pwcheck by
-default.
-
-===========================================================================
diff -r 3598b8690759 -r 4546b0c6db3a mail/cyrus-imapd21/Makefile
--- a/mail/cyrus-imapd21/Makefile       Fri Sep 16 12:02:47 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,179 +0,0 @@
-# $NetBSD: Makefile,v 1.50 2011/08/14 13:25:21 obache Exp $
-
-DISTNAME=              cyrus-imapd-2.1.18
-PKGREVISION=           8
-SVR4_PKGNAME=          cimap
-CATEGORIES=            mail
-MASTER_SITES=          ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
-                       ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/imap/
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://cyrusimap.web.cmu.edu/imapd/
-COMMENT=               Cyrus IMAP server
-
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-GNU_CONFIGURE=         yes
-PERL5_CONFIGURE=       no
-USE_TOOLS+=            autoconf213
-
-.include "../../mk/bsd.prefs.mk"
-
-# CYRUS_USER           username of the Cyrus administrator
-# CYRUS_GROUP          group of the Cyrus administrator
-#
-CYRUS_USER?=           cyrus
-CYRUS_GROUP?=          mail
-
-PKG_GROUPS_VARS+=      CYRUS_GROUP
-PKG_USERS_VARS+=       CYRUS_USER
-FILES_SUBST+=          CYRUS_USER=${CYRUS_USER:Q}
-FILES_SUBST+=          CYRUS_GROUP=${CYRUS_GROUP:Q}
-
-CONFIGURE_ARGS+=       --with-cyrus-user=${CYRUS_USER:Q}
-CONFIGURE_ARGS+=       --with-cyrus-group=${CYRUS_GROUP:Q}
-CONFIGURE_ARGS+=       --with-cyrus-prefix=${PREFIX}/cyrus
-CONFIGURE_ARGS+=       --with-statedir=${VARBASE}/run
-CONFIGURE_ARGS+=       --with-openssl=${SSLBASE:Q}
-CONFIGURE_ARGS+=       --with-sasl=${BUILDLINK_PREFIX.cyrus-sasl}
-CONFIGURE_ARGS+=       --with-perl=${PERL5:Q}
-CONFIGURE_ARGS+=       --with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers}
-CONFIGURE_ENV+=                ac_cv_lib_wrap_request_init=yes
-
-CONFIGURE_ARGS+=       --enable-netscapehack
-CONFIGURE_ARGS+=       --without-notify
-CONFIGURE_ARGS+=       --without-ucdsnmp
-CONFIGURE_ARGS+=       --without-zephyr
-
-# Ensure that we use the db3 library, even if the db4 one gets pulled in
-# as an indirect dependency.
-#
-.include "../../databases/db3/buildlink3.mk"
-CONFIGURE_ARGS+=       --with-bdb-libdir=${BUILDLINK_PREFIX.db3}/lib
-CONFIGURE_ARGS+=       --with-bdb-incdir=${BUILDLINK_PREFIX.db3}/include/db3
-.for _var_ in db_4_1 db4_1 db41 db_4_0 db4_0 db_4 db40 db4
-CONFIGURE_ENV+=                ac_cv_lib_${_var_}_db_create=no
-.endfor
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.cyrus-imapd
-PKG_SUPPORTED_OPTIONS= gssapi inet6 kerberos kerberos4 recommended-db
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Minet6)
-PATCH_SITES=   http://www.imasy.or.jp/~ume/ipv6/
-PATCHFILES=    cyrus-imapd-2.1.16-ipv6-20031121.diff.gz
-.endif
-
-.if !empty(PKG_OPTIONS:Mrecommended-db)
-#
-# Follow the recommended methods for database types to use.  I'm not
-# 100% ready to override the defaults till I've checked any side effects
-# - chris%nb.org@localhost
-#
-CONFIGURE_ARGS+=       --with-duplicate-db=db3_nosync
-CONFIGURE_ARGS+=       --with-mboxlist-db=skiplist
-CONFIGURE_ARGS+=       --with-seen-db=skiplist
-CONFIGURE_ARGS+=       --with-subs-db=flat
-CONFIGURE_ARGS+=       --with-tls-db=db3_nosync
-.endif
-
-.if !empty(PKG_OPTIONS:Mkerberos)
-.  if empty(PKG_OPTIONS:Mgssapi)
-PKG_OPTIONS+=  gssapi
-.  endif
-.endif
-
-.if !empty(PKG_OPTIONS:Mkerberos4)
-.  if exists(/usr/include/kerberosIV/krb.h)
-CRYPTO+=               uses Kerberos encryption code
-CONFIGURE_ARGS+=       --with-auth=krb
-CONFIGURE_ARGS+=       --with-krb=/usr
-.  endif
-.elif !empty(PKG_OPTIONS:Mgssapi)
-.  include "../../mk/krb5.buildlink3.mk"
-CONFIGURE_ARGS+=       --with-auth=unix
-CONFIGURE_ARGS+=       --enable-gssapi=${KRB5BASE:Q}
-CONFIGURE_ARGS+=       --with-gss_impl=${GSSIMPL.${KRB5_TYPE}}
-GSSIMPL.heimdal=       heimdal
-GSSIMPL.mit-krb5=      mit
-CONFIGURE_ENV+=                COMPILE_ET=${KRB5BASE}/bin/compile_et
-COMERRBASE=            ${KRB5BASE}
-.else
-CONFIGURE_ARGS+=       --with-auth=unix
-CONFIGURE_ARGS+=       --without-krb
-CONFIGURE_ARGS+=       --disable-gssapi
-.endif
-
-.if exists(/usr/bin/compile_et)
-COMERRBASE?=           /usr
-.endif
-.if defined(COMERRBASE)
-.  if exists(${COMERRBASE}/include/krb5/com_err.h)
-CPPFLAGS+=             -I${COMERRBASE}/include/krb5
-.  endif
-CONFIGURE_ENV+=                COMPILE_ET=${COMERRBASE}/bin/compile_et
-.else
-CONFIGURE_ARGS+=       --with-com-err=yes
-.endif
-
-HTMLDIR=               ${PREFIX}/share/doc/html/cyrus-imapd
-EGDIR=                 ${PREFIX}/share/examples/cyrus-imapd
-CONF_FILES=            ${EGDIR}/imapd.conf ${PKG_SYSCONFDIR}/imapd.conf
-CONF_FILES+=           ${EGDIR}/normal.conf ${PKG_SYSCONFDIR}/cyrus.conf
-RCD_SCRIPTS=           cyrus
-FILES_SUBST+=          IMAPDCONF=${PKG_SYSCONFDIR}/imapd.conf
-
-PERL5_PACKLIST= \
-       auto/Cyrus/IMAP/.packlist                       \
-       auto/Cyrus/SIEVE/managesieve/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../security/cyrus-sasl/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../security/tcp_wrappers/buildlink3.mk"
-
-# Change references of some manpages from foo.8 to cyrus-foo.8 to avoid
-# manpage conflicts with other packages.  Also change references to
-# "/etc/{cyrus,imapd}.conf" into "${PKG_SYSCONFDIR}/{cyrus,imapd}.conf".
-#
-post-patch:
-       cd ${WRKSRC}/man;                                               \
-       set --  deliver 8 imapd 8 master 8 pop3d 8;                     \
-       while [ $$# -gt 0 ]; do                                         \
-               man=$$1.$$2;                                            \
-               for file in Makefile.in *.[0-9]; do                     \
-                       ${SED}  -e "s|\(\$$(srcdir)/\)\($$man\)|\1cyrus-\2|g" \
-                               -e "s|\(\\\fB\)\($$1($$2)\\\fR\)|\1cyrus-\2|g" \
-                               $$file > $$file.fixed;                  \
-                       ${MV} -f $$file.fixed $$file;                   \
-               done;                                                   \
-               if [ -f $$man ]; then                                   \
-                       ${MV} $$man cyrus-$$man;                        \
-               fi;                                                     \
-               shift 2;                                                \
-       done
-       ${FIND} ${WRKSRC} -type f -print |                              \
-       ${XARGS} -n 1 ${GREP} -l -e /etc/imapd\.conf -e /etc/cyrus\.conf | \
-       while read file; do                                             \
-               ${SED}  -e "s|/etc/\(cyrus\.conf\)|${PKG_SYSCONFDIR}/\1|g" \
-                       -e "s|/etc/\(imapd\.conf\)|${PKG_SYSCONFDIR}/\1|g" \
-                       $${file} > $${file}.fixed;                      \
-               ${MV} -f $${file}.fixed $${file};                       \
-       done
-
-pre-configure:
-       cd ${WRKSRC} && autoheader && autoconf
-
-INSTALLATION_DIRS+=    ${EGDIR} ${HTMLDIR}
-
-post-install:
-       ${INSTALL_SCRIPT} ${WRKSRC}/tools/mkimap ${DESTDIR}${PREFIX}/cyrus/bin
-       ${INSTALL_SCRIPT} ${WRKSRC}/tools/translatesieve ${DESTDIR}${PREFIX}/cyrus/bin
-       ${INSTALL_SCRIPT} ${WRKSRC}/tools/rehash ${DESTDIR}${PREFIX}/cyrus/bin
-       ${INSTALL_DATA} ${FILESDIR}/imapd.conf ${DESTDIR}${EGDIR}
-       ${INSTALL_DATA} ${WRKSRC}/master/conf/*.conf ${DESTDIR}${EGDIR};                        \
-       ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${WRKSRC}/doc/cyrusv2.mc ${DESTDIR}${HTMLDIR}
-
-.include "../../mk/bsd.pkg.mk"
diff -r 3598b8690759 -r 4546b0c6db3a mail/cyrus-imapd21/PLIST
--- a/mail/cyrus-imapd21/PLIST  Fri Sep 16 12:02:47 2011 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,139 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2009/06/14 18:04:30 joerg Exp $
-bin/imtest
-bin/installsieve
-bin/lmtptest
-bin/mupdatetest
-bin/pop3test
-bin/sieveshell
-bin/sivtest
-bin/smtptest
-cyrus/bin/arbitron
-cyrus/bin/chk_cyrus
-cyrus/bin/ctl_cyrusdb
-cyrus/bin/ctl_deliver
-cyrus/bin/ctl_mboxlist
-cyrus/bin/cvt_cyrusdb
-cyrus/bin/cyrdump
-cyrus/bin/deliver
-cyrus/bin/feedcyrus
-cyrus/bin/fud
-cyrus/bin/imapd



Home | Main Index | Thread Index | Old Index