Path to this page:
NOTICE: This package has been removed from pkgsrc./
mail/cyrus-imapd21,
Cyrus IMAP server
Branch: CURRENT,
Version: 2.1.18nb8,
Package name: cyrus-imapd-2.1.18nb8,
Maintainer: pkgsrc-usersIMAP (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.
DEINSTALL [+/-]# $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
Required to run:[
databases/db3] [
lang/perl5] [
security/cyrus-sasl]
Required to build:[
devel/autoconf213]
Package options: inet6
Master sites: (Expand)
SHA1: 2f587645d8589fb876bb6633ae4a7a93f451b89c
RMD160: 87e521c9fc01e42c4e54b4e2ffb1492abb9f9130
Filesize: 1671.408 KB
Version history: (Expand)
- (2011-09-18) Package deleted from pkgsrc
- (2011-08-14) Updated to version: cyrus-imapd-2.1.18nb8
- (2010-08-21) Updated to version: cyrus-imapd-2.1.18nb7
- (2010-01-17) Updated to version: cyrus-imapd-2.1.18nb6
- (2008-10-20) Updated to version: cyrus-imapd-2.1.18nb5
- (2008-01-18) Updated to version: cyrus-imapd-2.1.18nb4
CVS history: (Expand)
2011-09-16 14:07:32 by OBATA Akio | Files touched by this commit (21) | |
Log message:
Remove cyrus-imapd21, unsupported version by upstream.
|
2011-08-14 15:25:28 by OBATA Akio | Files touched by this commit (69) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-03-21 17:29:44 by Thomas Klausner | Files touched by this commit (66) |
Log message:
Reset maintainer, developer lost his commit bit.
|
2010-02-04 02:51:24 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
DESTDIR support
|
2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | |
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
|
2009-06-14 20:04:45 by Joerg Sonnenberger | Files touched by this commit (183) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|