mutt stable port information

Package: mutt
Version: 1.5.21
Revision: 2
Description: Sophisticated text-based mail user agent
License: GPL
Replaces: mutt-ssl (<< %v-%r)
BuildDepends: <<
libgettext8-dev, libiconv-dev, libncurses5, libncursesw5, cyrus-sasl2-dev,
libidn, tokyocabinet9, system-openssl-dev
<<
Depends: <<
ncurses, libncurses5-shlibs, libncursesw5-shlibs, cyrus-sasl2-shlibs,
tokyocabinet9-shlibs, libidn-shlibs
<<
Source: ftp://ftp.mutt.org/%n/devel/%n-%v.tar.gz
Source-MD5: a29db8f1d51e2f10c070bf88e8a553fd
ConfFiles: %p/etc/Muttrc
DocFiles: GPL NEWS README README.SSL README.SECURITY TODO

PatchScript: <<
perl -pi -e 's/(^[^=]*)\@DOTLOCK_GROUP\@/\1\$(DOTLOCK_GROUP)/g' Makefile.in
<<
ConfigureParams: CPPFLAGS="-I%p/lib/system-openssl/include $CPPFLAGS" LDFLAGS="-L%p/lib/system-openssl/lib $LDFLAGS" --disable-dependency-tracking --with-mailpath=/var/mail --with-mixmaster --enable-imap --enable-pop --enable-smtp --enable-hcache --with-ssl --with-sasl --with-idn --mandir=%p/share/man --with-docdir=%p/share/doc/%n
InstallScript: <<
make install DESTDIR=%d DOTLOCK_GROUP=
mv %i/etc/mime.types %i/etc/mime.types.mutt
mkdir -p %i/share/doc/%n/man
mv %i/share/man/man5/mbox.5 %i/share/doc/%n/man/mbox.5.mutt
echo "This package should be removed" > %i/share/doc/%n/mutt-ssl
<<
SplitOff: <<
Package: mutt-ssl
Depends: %N (= %v-%r)
Description: Dummy upgrade package for mutt with system-openssl
Files: share/doc/%N/%n
DescDetail: <<
This package only exists to migrate users to the new unified mutt package.
You can safely remove it.
<<
<<
PostInstScript: <<
update-alternatives --install %p/etc/mime.types mime.types %p/etc/mime.types.mutt 40
update-alternatives --install %p/share/man/man5/mbox.5 mbox.5 %p/share/doc/%n/man/mbox.5.mutt 30
chgrp mail %p/bin/mutt_dotlock
chmod 2755 %p/bin/mutt_dotlock
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
update-alternatives --remove mime.types %p/etc/mime.types.mutt
update-alternatives --remove mbox.5 %p/share/doc/%n/man/mbox.5.mutt
fi
<<
DescDetail: <<
Mutt is a sophisticated text-based Mail User Agent. Some highlights:

o MIME support (including RFC1522 encoding/decoding of 8-bit message
headers).
o PGP/MIME support (RFC 2015).
o IMAP support.
o POP3 support.
o Mailbox threading (both strict and non-strict).
o Default keybindings are much like ELM.
o Keybindings are configurable; Mush and PINE-like ones are provided as
examples.
o Handles MMDF, MH and Maildir in addition to regular mbox format.
o Messages may be (indefinitely) postponed.
o Colour support.
o Highly configurable through easy but powerful rc file.
<<
DescPort: By default, mutt searches for a user's mbox file in /var/mail.
DescUsage: <<
You need to create a .muttrc before Mutt will do anything useful for you.
See /sw/share/doc/mutt/samples/ for example configs, and consult the muttrc(5)
man page for reference.
<<
Homepage: http://www.mutt.org
Maintainer: Brendan Cully