summaryrefslogtreecommitdiff
path: root/mail/imap-uw/pkg
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-02-08 19:11:36 +0000
committerjlam <jlam@pkgsrc.org>2001-02-08 19:11:36 +0000
commit73f8735fa40647a03a5489d45c7d30021dca9e01 (patch)
treea4b5c2968c7d9d1eb75569ab144d1d113c7e8d5d /mail/imap-uw/pkg
parent4cbcdacb90cacce450dd7cc5144f60f7bf709ad2 (diff)
downloadpkgsrc-73f8735fa40647a03a5489d45c7d30021dca9e01.tar.gz
Update imap-uw to 2000c. This is a bugfix release over versions 2000a and
2000b. Pkgsrc changes include: - Reduce the number of patches. - Install full set of headers for c-client. - Install library as libc-client.* and make compatibility links from libc-client.* to libimapuw.*. Other software that use the c-client library seem to look for libc-client.*; no software looks for libimapuw.*. - Install the IMAP RFCs along with the rest of the UW-IMAP documentation. - Introduce a new compile-time knob, CCLIENT_MBOX_FMT, that controls the default format for new mailboxes created by c-client programs.
Diffstat (limited to 'mail/imap-uw/pkg')
-rw-r--r--mail/imap-uw/pkg/PLIST44
1 files changed, 41 insertions, 3 deletions
diff --git a/mail/imap-uw/pkg/PLIST b/mail/imap-uw/pkg/PLIST
index 35260586269..5aca1ddf379 100644
--- a/mail/imap-uw/pkg/PLIST
+++ b/mail/imap-uw/pkg/PLIST
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.9 2001/01/04 15:10:48 agc Exp $
+@comment $NetBSD: PLIST,v 1.10 2001/02/08 19:11:38 jlam Exp $
+include/c-client/c-client.h
include/c-client/env.h
include/c-client/env_unix.h
+include/c-client/flstring.h
include/c-client/fs.h
include/c-client/ftl.h
include/c-client/imap4r1.h
@@ -8,17 +10,26 @@ include/c-client/linkage.c
include/c-client/linkage.h
include/c-client/mail.h
include/c-client/misc.h
+include/c-client/netmsg.h
+include/c-client/newsrc.h
include/c-client/nl.h
include/c-client/nntp.h
include/c-client/osdep.h
+include/c-client/pop3.h
include/c-client/rfc822.h
include/c-client/smtp.h
include/c-client/tcp.h
+include/c-client/utf8.h
+lib/libc-client.a
+lib/libc-client.la
+lib/libc-client.so
+lib/libc-client.so.${CCLIENT_MAJOR}
+lib/libc-client.so.${CCLIENT_MAJOR}.${CCLIENT_MINOR}
lib/libimapuw.a
lib/libimapuw.la
lib/libimapuw.so
-lib/libimapuw.so.4
-lib/libimapuw.so.4.1
+lib/libimapuw.so.${CCLIENT_MAJOR}
+lib/libimapuw.so.${CCLIENT_MAJOR}.${CCLIENT_MINOR}
libexec/imapd
libexec/ipop2d
libexec/ipop3d
@@ -28,8 +39,12 @@ man/man8/ipop3d.8
man/man8/ipopd.8
sbin/mtest
sbin/rimapd
+share/doc/imap-uw/BUILD
+share/doc/imap-uw/CONFIG
share/doc/imap-uw/FAQ
share/doc/imap-uw/RELNOTES
+share/doc/imap-uw/SSLBUILD
+share/doc/imap-uw/Y2K
share/doc/imap-uw/bugs.txt
share/doc/imap-uw/calendar.txt
share/doc/imap-uw/drivers.txt
@@ -39,5 +54,28 @@ share/doc/imap-uw/internal.txt
share/doc/imap-uw/locking.txt
share/doc/imap-uw/md5.txt
share/doc/imap-uw/naming.txt
+share/doc/imap-uw/rfc/rfc1731.txt
+share/doc/imap-uw/rfc/rfc1732.txt
+share/doc/imap-uw/rfc/rfc1733.txt
+share/doc/imap-uw/rfc/rfc2060.txt
+share/doc/imap-uw/rfc/rfc2061.txt
+share/doc/imap-uw/rfc/rfc2062.txt
+share/doc/imap-uw/rfc/rfc2086.txt
+share/doc/imap-uw/rfc/rfc2087.txt
+share/doc/imap-uw/rfc/rfc2088.txt
+share/doc/imap-uw/rfc/rfc2177.txt
+share/doc/imap-uw/rfc/rfc2180.txt
+share/doc/imap-uw/rfc/rfc2192.txt
+share/doc/imap-uw/rfc/rfc2193.txt
+share/doc/imap-uw/rfc/rfc2195.txt
+share/doc/imap-uw/rfc/rfc2221.txt
+share/doc/imap-uw/rfc/rfc2222.txt
+share/doc/imap-uw/rfc/rfc2234.txt
+share/doc/imap-uw/rfc/rfc2245.txt
+share/doc/imap-uw/rfc/rfc2342.txt
+share/doc/imap-uw/rfc/rfc2359.txt
+share/doc/imap-uw/rfc/rfc2595.txt
+share/doc/imap-uw/rfc/rfc2683.txt
+@dirrm share/doc/imap-uw/rfc
@dirrm share/doc/imap-uw
@dirrm include/c-client