ports/76046: [ new port ] mail/msmtp-devel: development version of mail/msmtp

Roman Bogorodskiy bogorodskiy at inbox.ru
Mon Jan 10 11:30:28 UTC 2005


>Number:         76046
>Category:       ports
>Synopsis:       [ new port ] mail/msmtp-devel: development version of mail/msmtp
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 10 11:30:26 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.3-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #3: Sat Dec 11 21:01:26 MSK 2004 root at lame.novel.ru:/usr/obj/usr/src/sys/MIRRORBOX i386


>Description:
	The development version of mail/msmtp is active again, so
	there is a port.

	Note: there is msmtp 1.3.3 already, but it needs ureleased 
	yet GnuTLS version, so I made port for msmtp 1.3.2.

	http://msmtp.sourceforge.net/
>How-To-Repeat:
>Fix:

--- port.msmtp-devel.new begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	msmtp-devel
#	msmtp-devel/Makefile
#	msmtp-devel/distinfo
#	msmtp-devel/pkg-descr
#
echo c - msmtp-devel
mkdir -p msmtp-devel > /dev/null 2>&1
echo x - msmtp-devel/Makefile
sed 's/^X//' >msmtp-devel/Makefile << 'END-of-msmtp-devel/Makefile'
X# Ports collection makefile for:  msmtp-devel
X# Date created:                   10 Jan 2005
X# Whom:                           Roman Bogorodskiy <bogorodskiy at inbox.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	msmtp
XPORTVERSION=	1.3.2
XCATEGORIES=	mail ipv6
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	msmtp
XPKGNAMESUFFIX=	-devel
X
XMAINTAINER=	bogorodskiy at inbox.ru
XCOMMENT=	SMTP plugin for MUAs
X
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
XUSE_GETOPT_LONG=yes
XCPPFLAGS+=	-I${LOCALBASE}/include
XLDFLAGS+=	-L${LOCALBASE}/lib
XCONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
XCONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
XMAN1=		msmtp.1
XPLIST_FILES=	bin/msmtp
X
X# conflicts with mail/msmtp
XCONFLICTS=	msmtp-1.2.*
X
X.if defined(WITH_GNUTLS)
XLIB_DEPENDS+=	gnutls:${PORTSDIR}/security/gnutls
XCONFIGURE_ARGS+=	--with-ssl=gnutls
X.elif defined (WITH_OPENSSL)
XUSE_OPENSSL=	yes
XCONFIGURE_ARGS+=	--with-ssl=openssl
X.else
XCONFIGURE_ARGS+=	--disable-ssl
X.endif
X
X.if defined(WITH_GSASL)
XLIB_DEPENDS+=	gsasl:${PORTSDIR}/security/gsasl
X.else
XCONFIGURE_ARGS+=	--disable-gsasl
X.endif
X
X.include <bsd.port.mk>
END-of-msmtp-devel/Makefile
echo x - msmtp-devel/distinfo
sed 's/^X//' >msmtp-devel/distinfo << 'END-of-msmtp-devel/distinfo'
XMD5 (msmtp-1.3.2.tar.bz2) = 8461c307baad0928c190269c74fc3133
XSIZE (msmtp-1.3.2.tar.bz2) = 162756
END-of-msmtp-devel/distinfo
echo x - msmtp-devel/pkg-descr
sed 's/^X//' >msmtp-devel/pkg-descr << 'END-of-msmtp-devel/pkg-descr'
Xmsmtp -- An SMTP client 
X
Xmsmtp is an SMTP client that can be used as an "SMTP plugin" for Mutt and
Xprobably other MUAs (mail user agents). It forwards mails to an SMTP server
X(for example at a free mail provider) which does the delivery.
XTo use this program, create a configuration file with your mail account(s) and 
Xtell your MUA to call msmtp instead of /usr/sbin/sendmail.
X
XFeatures include:
X
X    * SMTP AUTH methods PLAIN, LOGIN and CRAM-MD5
X      (and DIGEST-MD5 and NTLM when compiled with GSASL support)
X    * TLS encrypted connections
X      (including server certificate verification and the possibility to send 
X       a client certificate)
X    * DSN (Delivery Status Notification) support
X    * IPv6 support (on systems that support it)
X    * support for multiple accounts
X    * sendmail compatible exit codes (which most MUAs understand).
X
XNote: you may want to install mail/msmtpqueue - queuing support for msmtp.
X
XWWW: http://msmtp.sourceforge.net/
END-of-msmtp-devel/pkg-descr
exit
--- port.msmtp-devel.new ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list