diff --git a/srcpkgs/msmtp/msmtp.rshlibs b/srcpkgs/msmtp/msmtp.rshlibs new file mode 100644 index 0000000000..70f0abdc0a --- /dev/null +++ b/srcpkgs/msmtp/msmtp.rshlibs @@ -0,0 +1,7 @@ +libssl.so.1 +libcrypto.so.1 +libgsasl.so.7 +libidn.so.11 +libgnome-keyring.so.0 +libglib-2.0.so.0 +libc.so.6 diff --git a/srcpkgs/msmtp/template b/srcpkgs/msmtp/template new file mode 100644 index 0000000000..8f2f81e35f --- /dev/null +++ b/srcpkgs/msmtp/template @@ -0,0 +1,29 @@ +# Template file for 'msmtp' +pkgname=msmtp +version=1.4.29 +revision=1 +build_style=gnu-configure +homepage="http://msmtp.sourceforge.net" +license="GPL-3" +distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2" +makedepends="pkg-config openssl-devel gsasl-devel libgnome-keyring-devel" +short_desc="A mini smtp client" +maintainer="davehome " +checksum=61f4fba0c1b299942d8f62f47a95d2713b7953d0ceba7f6cd463dd2368b93577 +long_desc=" + msmtp is an SMTP client. + + In the default mode, it transmits a mail to an SMTP server (for example at a + free mail provider) which takes care of further delivery. + + Features include: + - Sendmail compatible interface (command line options and exit codes). + - TLS/SSL support, including client certificates. + - Authentication methods PLAIN, LOGIN, CRAM-MD5, EXTERNAL, GSSAPI, SCRAM-SHA-1, + DIGEST-MD5 [, and NTLM (NOTE: NTLM DISABLED)]. + - PIPELINING support for increased transmission speed. + - DSN (Delivery Status Notification) support. + - RMQS (Remote Message Queue Starting) support (ETRN keyword). + - IPv6 support. + - LMTP support. + - Support for multiple accounts."