Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2010 10:47:40 +0200 (CEST)
From:      Frank Wall <fw@moov.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/145937: [NEW PORT] mail/smtp-cli: A powerful SMTP command line client
Message-ID:  <201004220847.o3M8le5L039904@boron.inotronic-intern.de>
Resent-Message-ID: <201004220850.o3M8o1Pe090075@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         145937
>Category:       ports
>Synopsis:       [NEW PORT] mail/smtp-cli: A powerful SMTP command line client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 22 08:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Frank Wall
>Release:        FreeBSD 7.1-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD 7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #0: Sun Mar 22 09:43:46 UTC 2009
>Description:
smtp-cli is a powerful SMTP command line client with a support for
advanced features, such as STARTTLS, SMTP-AUTH, or IPv6 and with a
scriptable message composition capabilities supporting anything
from simple plain-text messages right up to building complex HTML
emails with alternative plain-text part, attachments and inline
images. The MIME-Type of the attachments can either be guessed
automatically or alternatively set on the command line, separately
for each attachment if required.

WWW:	http://www.logix.cz/michal/devel/smtp-cli/

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- smtp-cli-2.6.shar 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:
#
#	smtp-cli
#	smtp-cli/pkg-descr
#	smtp-cli/distinfo
#	smtp-cli/Makefile
#
echo c - smtp-cli
mkdir -p smtp-cli > /dev/null 2>&1
echo x - smtp-cli/pkg-descr
sed 's/^X//' >smtp-cli/pkg-descr << 'be35802bc8dfadd24499d3eb34274ecc'
Xsmtp-cli is a powerful SMTP command line client with a support for
Xadvanced features, such as STARTTLS, SMTP-AUTH, or IPv6 and with a
Xscriptable message composition capabilities supporting anything
Xfrom simple plain-text messages right up to building complex HTML
Xemails with alternative plain-text part, attachments and inline
Ximages. The MIME-Type of the attachments can either be guessed
Xautomatically or alternatively set on the command line, separately
Xfor each attachment if required.
X
XWWW:	http://www.logix.cz/michal/devel/smtp-cli/
be35802bc8dfadd24499d3eb34274ecc
echo x - smtp-cli/distinfo
sed 's/^X//' >smtp-cli/distinfo << 'fcd29a0e874054a0a0b418a3770fa40b'
XMD5 (smtp-cli) = df21b66ba2d91df8072c70f8970be563
XSHA256 (smtp-cli) = 95e71ba7e86bfb92076a264d179ee7365d9e8f81fd46cd3d1e3725ce37603a5c
XSIZE (smtp-cli) = 24295
fcd29a0e874054a0a0b418a3770fa40b
echo x - smtp-cli/Makefile
sed 's/^X//' >smtp-cli/Makefile << 'e88c47c2937a11bb28e58f549021ac1e'
X# New ports collection makefile for:	smtp-cli
X# Date created:			Thu Apr 22 10:03:56 CEST 2010
X# Whom:				Frank Wall <fw@moov.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	smtp
XPORTVERSION=	2.6
XCATEGORIES=	mail
XMASTER_SITES=	http://www.logix.cz/michal/devel/smtp-cli/
XPKGNAMESUFFIX=	-cli
XDISTNAME=	${PORTNAME}${PKGNAMESUFFIX}
XEXTRACT_SUFX=
X
XMAINTAINER=	fw@moov.de
XCOMMENT=	A powerful SMTP command line client
X
XRUN_DEPENDS=	p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL	\
X		p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC 		\
X		p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey 		\
X		p5-MIME-Lite>0:${PORTSDIR}/mail/p5-MIME-Lite 			\
X		p5-File-Type>0:${PORTSDIR}/devel/p5-File-Type 			\
X		p5-IO-Socket-INET6>0:${PORTSDIR}/net/p5-IO-INET6
X
XNO_BUILD=	yes
XWRKSRC=		${WRKDIR}
XPLIST_FILES=	bin/smtp-cli
X
Xdo-extract:
X	${MKDIR} ${WRKSRC}
X	${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
e88c47c2937a11bb28e58f549021ac1e
exit
--- smtp-cli-2.6.shar ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004220847.o3M8le5L039904>