the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: msmtp%type_pkg[-ssl]
Type: -ssl (boolean)
Version: 1.4.17
Revision: 1003
Maintainer: Darian Lanx
Source: mirror:sourceforge:msmtp/msmtp-%v.tar.bz2
Source-MD5: b0b74f1144812b60688f590c62a0d3dd
Source-Checksum: SHA1(6b7fa1d9c9eee249b571b3f7720ebd779f94f4de)
BuildDepends: <<
fink-package-precedence,
(%type_raw[-ssl] = -ssl) openssl098-dev,
(%type_raw[-ssl] = .) gnutls28,
gsasl9-dev (>= 0.2.9-2), libidn, libgettext8-dev, libiconv-dev
<<
Depends: <<
(%type_raw[-ssl] = -ssl) openssl098-shlibs,
(%type_raw[-ssl] = .) gnutls28-shlibs,
gsasl9-shlibs (>= 0.2.9-2), libidn-shlibs, libgettext8-shlibs
<<
Recommends: mutt | mutt-ssl
DocFiles: COPYING README AUTHORS ChangeLog INSTALL.txt NEWS THANKS
#
PatchScript: <<
mv INSTALL INSTALL.txt
<<
ConfigureParams: --mandir=%p/share/man --with-libiconv-prefix=%p --with-libintl-prefix=%p
CompileScript: <<
#!/bin/sh -ev
if [ "%type_raw[-ssl]" == "-ssl" ]; then
./configure %c --with-ssl=openssl
else
export LDFLAGS="-L%p/lib/gnutls28 $LDFLAGS"
./configure %c --with-ssl=gnutls
fi
make
fink-package-precedence .
<<
InstallScript: <<
make install DESTDIR=%d
<<
InfoDocs: msmtp.info
Description: "SMTP plugin" for Mutt; other MUAs
DescDetail: <<
msmtp is an SMTP client that can be used as an "SMTP plugin"
for Mutt and probably other MUAs (mail user agents).
It forwards mails to an SMTP server (for example at a
free mail provider) which does the delivery.
To use this program, create a configuration file
with your mail account(s) and tell your
MUA to call msmtp instead of /usr/sbin/sendmail.
Features include:
SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5
(and DIGEST-MD5 and NTLM when compiled with GSASL support)
TLS encrypted connections
(including server certificate verification and the
possibility to send a client certificate)
DSN (Delivery Status Notification) support
IPv6 support (on systems that support it)
support for multiple accounts
sendmail compatible exit codes (which most MUAs understand).
"msmtp" uses GNU TLS as the back-end;
"msmtp-ssl" uses OpenSSL as the back-end.
<<
DescPort: <<
Switched this to use variants, since there are two TLS providers and the User
should be able to choose which one he/she wants.
<<
License: GPL
Homepage: http://msmtp.sourceforge.net/
<<