Import msmtp 1.3.9
msmtp is an SMTP client. In the default mode, msmtp transmits a mail to an SMTP server which does the delivery. From Victor Sahlstedt <cvss@home.se> ok sturm@
This commit is contained in:
parent
ef866a5413
commit
03082819b2
34
mail/msmtp/Makefile
Normal file
34
mail/msmtp/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/03/30 22:04:44 alek Exp $
|
||||
|
||||
COMMENT= "SMTP plugin for MUAs"
|
||||
|
||||
DISTNAME= msmtp-1.3.9
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://msmtp.sourceforge.net/
|
||||
|
||||
MAINTAINER= Victor Sahlstedt <cvss@home.se>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c crypto ssl
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=msmtp/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --disable-gsasl \
|
||||
--with-ssl=openssl
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/msmtp
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.example ${PREFIX}/share/examples/msmtp
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/msmtp
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/Mutt+msmtp.txt ${PREFIX}/share/doc/msmtp
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/msmtp.html ${PREFIX}/share/doc/msmtp
|
||||
|
||||
.include <bsd.port.mk>
|
4
mail/msmtp/distinfo
Normal file
4
mail/msmtp/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (msmtp-1.3.9.tar.bz2) = 8e941785730c1ea1ee7fc9a65da41339
|
||||
RMD160 (msmtp-1.3.9.tar.bz2) = 35b6903bbdbf97ad64d1d0e17eecee1ddd513621
|
||||
SHA1 (msmtp-1.3.9.tar.bz2) = 0cd064d25666fb135cd4a1662f5fa0fb0860b050
|
||||
SIZE (msmtp-1.3.9.tar.bz2) = 403534
|
12
mail/msmtp/pkg/DESCR
Normal file
12
mail/msmtp/pkg/DESCR
Normal file
@ -0,0 +1,12 @@
|
||||
msmtp is an SMTP client. In the default mode, msmtp transmits a mail to
|
||||
an SMTP server which does the delivery.
|
||||
|
||||
Features include:
|
||||
o SMTP authentication methods PLAIN, LOGIN and CRAM-MD5
|
||||
o TLS encrypted connections
|
||||
o DSN (Delivery Status Notification) support
|
||||
o RMQS (Remote Message Queue Starting) support (ETRN keyword)
|
||||
o PIPELINING support for increased transmission speed
|
||||
o IPv6 support
|
||||
o support for multiple accounts
|
||||
o sendmail compatible interface (command line options and exit codes)
|
10
mail/msmtp/pkg/PLIST
Normal file
10
mail/msmtp/pkg/PLIST
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/03/30 22:04:44 alek Exp $
|
||||
bin/msmtp
|
||||
@info info/msmtp.info
|
||||
@man man/man1/msmtp.1
|
||||
share/doc/msmtp/
|
||||
share/doc/msmtp/Mutt+msmtp.txt
|
||||
share/doc/msmtp/msmtp.html
|
||||
share/examples/msmtp/
|
||||
share/examples/msmtp/msmtprc-system.example
|
||||
share/examples/msmtp/msmtprc-user.example
|
Loading…
Reference in New Issue
Block a user