diff options
author | veego <veego> | 2000-08-25 12:39:07 +0000 |
---|---|---|
committer | veego <veego> | 2000-08-25 12:39:07 +0000 |
commit | 75ed3e501f13136807df1b7f9c197ec9267c3921 (patch) | |
tree | 49ebe3071db8b9cfd552fa0421cbfce508157e19 /mail | |
parent | 463ac13ecacfdcb7dcea5e2d313d4ceff8c3ada3 (diff) | |
download | pkgsrc-75ed3e501f13136807df1b7f9c197ec9267c3921.tar.gz |
Replaced by a working one in pkgsrc/mail/cyrus-imapd
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus/Makefile | 44 | ||||
-rw-r--r-- | mail/cyrus/files/md5 | 3 | ||||
-rw-r--r-- | mail/cyrus/files/patch-sum | 3 | ||||
-rw-r--r-- | mail/cyrus/patches/patch-aa | 92 | ||||
-rw-r--r-- | mail/cyrus/pkg/COMMENT | 1 | ||||
-rw-r--r-- | mail/cyrus/pkg/DESCR | 11 | ||||
-rw-r--r-- | mail/cyrus/pkg/PLIST | 53 |
7 files changed, 0 insertions, 207 deletions
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile deleted file mode 100644 index d0e3e7873e5..00000000000 --- a/mail/cyrus/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# $NetBSD: Makefile,v 1.12 2000/08/25 00:36:10 wiz Exp $ - -DISTNAME= cyrus-imapd-v1.5.14 -PKGNAME= cyrus-1.5.14 -CATEGORIES= mail -MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ - -MAINTAINER= kim@tac.nyc.ny.us -HOMEPAGE= http://asg.web.cmu.edu/cyrus/imapd/ - -DEPENDS+= tcl-8.0.5:../../lang/tcl80 - -GNU_CONFIGURE= yes - -BROKEN= Unfinished package. - -# XXX This package is not ready for general use! -# XXX I've imported it because my work on it has -# XXX been stalled for a while, and someone might -# XXX benefit from what is here already. -# XXX -# XXX Eventually I will clean this up. -# XXX -# XXX + Kim - -CONFIGURE_ARGS+= --with-cyrus-prefix=${PREFIX}/cyrus -CONFIGURE_ARGS+= --with-statedir=/var/run -CONFIGURE_ARGS+= --includedir=${LOCALBASE}/include/tcl8.0 -CONFIGURE_ARGS+= --enable-netscapehack - -.include "../../mk/bsd.prefs.mk" - -.if defined(KERBEROS) && ${KERBEROS} == 4 -USE_KERBEROS= yes -CONFIGURE_ARGS+= --with-login=krb -.endif - -# Deliver must be executable by all on machines with local -# users sending to cyrus mailboxes. - -post-install: - @${CHMOD} a+rx ${PREFIX}/cyrus/bin/deliver - -.include "../../mk/bsd.pkg.mk" diff --git a/mail/cyrus/files/md5 b/mail/cyrus/files/md5 deleted file mode 100644 index 3d0d42d6763..00000000000 --- a/mail/cyrus/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 1999/03/07 00:27:18 kim Exp $ - -MD5 (cyrus-imapd-v1.5.14.tar.gz) = e90555be60ec3a647f1661e10cc16458 diff --git a/mail/cyrus/files/patch-sum b/mail/cyrus/files/patch-sum deleted file mode 100644 index 11511f0e13c..00000000000 --- a/mail/cyrus/files/patch-sum +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: patch-sum,v 1.1 2000/01/09 01:27:44 wiz Exp $ - -MD5 (patch-aa) = 8a54be9604ff5983d85e31a2fc651bd4 diff --git a/mail/cyrus/patches/patch-aa b/mail/cyrus/patches/patch-aa deleted file mode 100644 index 25682cbd51c..00000000000 --- a/mail/cyrus/patches/patch-aa +++ /dev/null @@ -1,92 +0,0 @@ -$NetBSD: patch-aa,v 1.2 1999/06/12 03:01:44 kim Exp $ - ---- configure.orig Tue Aug 4 01:52:57 1998 -+++ configure Fri Jun 11 22:41:23 1999 -@@ -1269,14 +1269,14 @@ - fi - - echo "$ac_t""$andrew_runpath_switch" 1>&6 --CPPFLAGS="-I/usr/local/include ${CPPFLAGS}" -- -- # this is ANDREW ADD LIBPATH -- if test "$andrew_runpath_switch" = "none" ; then -- LDFLAGS="-L"/usr/local/lib" ${LDFLAGS}" -- else -- LDFLAGS="-L"/usr/local/lib" ${LDFLAGS} $andrew_runpath_switch"/usr/local/lib"" -- fi -+#CPPFLAGS="-I/usr/local/include ${CPPFLAGS}" -+# -+# # this is ANDREW ADD LIBPATH -+# if test "$andrew_runpath_switch" = "none" ; then -+# LDFLAGS="-L"/usr/local/lib" ${LDFLAGS}" -+# else -+# LDFLAGS="-L"/usr/local/lib" ${LDFLAGS} $andrew_runpath_switch"/usr/local/lib"" -+# fi - - - for ac_hdr in unistd.h sys/select.h db_185.h sys/param.h -@@ -2507,8 +2507,9 @@ - fi - - --case "$WITH_LOGIN" in -- unix|unix_*) echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6 -+#case "$WITH_LOGIN" in -+# unix|unix_*) echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6 -+echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6 - echo "configure:2513: checking for crypt in -lcrypt" >&5 - ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then -@@ -2554,7 +2555,8 @@ - else - echo "$ac_t""no" 1>&6 - fi --;; -+#;; -+case "$WITH_LOGIN" in - krb|krb_*) login_progs=krbck;; - esac - -@@ -2869,7 +2871,7 @@ - echo "configure:2870: checking with Tcl on how it says it should be compiled" >&5 - . ${TclLibBase}/tclConfig.sh - -- TCL_CPPFLAGS="-I${TCL_PREFIX}/include" -+ TCL_CPPFLAGS="-I${TCL_PREFIX}/include/tcl8.0" - TCL_LIBS="${TCL_LD_SEARCH_FLAGS} ${TCL_LIB_SPEC} ${TCL_LIBS}" - - -@@ -3094,11 +3096,11 @@ - with_krb="${withval}" - fi - --if test -z "$with_krb"; then -- if test -f /usr/local/lib/libkrb.a -a -f /usr/local/lib/libdes.a; then -- with_krb="/usr/local" -- fi --fi -+#if test -z "$with_krb"; then -+# if test -f /usr/local/lib/libkrb.a -a -f /usr/local/lib/libdes.a; then -+# with_krb="/usr/local" -+# fi -+#fi - case "$with_krb" in - no) true;; - ""|yes) echo $ac_n "checking for des_ecb_encrypt in -lkrb""... $ac_c" 1>&6 -@@ -3308,11 +3310,11 @@ - with_zephyr="${withval}" - fi - --if test -z "$with_zephyr"; then -- if test -f /usr/local/lib/libzephyr.a; then -- with_zephyr="/usr/local" -- fi --fi -+#if test -z "$with_zephyr"; then -+# if test -f /usr/local/lib/libzephyr.a; then -+# with_zephyr="/usr/local" -+# fi -+#fi - case "$with_zephyr" in - no) true;; - ""|yes) echo $ac_n "checking for ZInitialize in -lzephyr""... $ac_c" 1>&6 diff --git a/mail/cyrus/pkg/COMMENT b/mail/cyrus/pkg/COMMENT deleted file mode 100644 index 72cc6f0fc69..00000000000 --- a/mail/cyrus/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -IMAP server diff --git a/mail/cyrus/pkg/DESCR b/mail/cyrus/pkg/DESCR deleted file mode 100644 index b0ebd2f8d05..00000000000 --- a/mail/cyrus/pkg/DESCR +++ /dev/null @@ -1,11 +0,0 @@ -Cyrus IMAP Server - -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 --git a/mail/cyrus/pkg/PLIST b/mail/cyrus/pkg/PLIST deleted file mode 100644 index 488665a42d9..00000000000 --- a/mail/cyrus/pkg/PLIST +++ /dev/null @@ -1,53 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2000/01/09 01:28:07 wiz Exp $ -bin/cyradm -bin/imtest -cyrus/bin/arbitron -cyrus/bin/collectnews -cyrus/bin/deliver -cyrus/bin/dump_deliverdb -cyrus/bin/feedcyrus -cyrus/bin/fud -cyrus/bin/imapd -cyrus/bin/krbck -cyrus/bin/pop3d -cyrus/bin/quota -cyrus/bin/reconstruct -cyrus/bin/syncnews -cyrus/bin/updateimsp -@dirrm cyrus/bin -@dirrm cyrus -include/cyrus/acl.h -include/cyrus/assert.h -include/cyrus/auth.h -include/cyrus/bsearch.h -include/cyrus/charset.h -include/cyrus/glob.h -include/cyrus/gmtoff.h -include/cyrus/imclient.h -include/cyrus/imparse.h -include/cyrus/lock.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/sasl.h -include/cyrus/sysexits.h -include/cyrus/util.h -include/cyrus/xmalloc.h -@dirrm include/cyrus -lib/libcyrus.a -man/man1/cyradm.1 -man/man3/imclient.3 -man/man5/imapd.conf.5 -man/man5/krb.equiv.5 -man/man8/arbitron.8 -man/man8/collectnews.8 -man/man8/deliver.8 -man/man8/imapd.8 -man/man8/pop3d.8 -man/man8/quota.8 -man/man8/reconstruct.8 -man/man8/rmnews.8 -man/man8/syncnews.8 |