1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

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/

PR:		ports/145937
Submitted by:	Frank Wall <fw@moov.de>
This commit is contained in:
Wen Heping 2010-05-08 07:25:26 +00:00
parent 83b021152a
commit b5ba0fb4ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253934
4 changed files with 51 additions and 0 deletions

View File

@ -619,6 +619,7 @@
SUBDIR += sma
SUBDIR += smail
SUBDIR += smfsav
SUBDIR += smtp-cli
SUBDIR += smtp-gated
SUBDIR += smtpclient
SUBDIR += smtpd

37
mail/smtp-cli/Makefile Normal file
View File

@ -0,0 +1,37 @@
# New ports collection makefile for: smtp-cli
# Date created: Thu Apr 22 10:03:56 CEST 2010
# Whom: Frank Wall <fw@moov.de>
#
# $FreeBSD$
#
PORTNAME= smtp
PORTVERSION= 2.6
CATEGORIES= mail
MASTER_SITES= http://www.logix.cz/michal/devel/smtp-cli/
PKGNAMESUFFIX= -cli
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}
EXTRACT_SUFX=
MAINTAINER= fw@moov.de
COMMENT= A powerful SMTP command line client
RUN_DEPENDS= p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \
p5-MIME-Lite>0:${PORTSDIR}/mail/p5-MIME-Lite \
p5-File-Type>0:${PORTSDIR}/devel/p5-File-Type \
p5-IO-Socket-INET6>0:${PORTSDIR}/net/p5-IO-INET6
NO_BUILD= yes
WRKSRC= ${WRKDIR}
PLIST_FILES= bin/smtp-cli
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
.include <bsd.port.mk>

3
mail/smtp-cli/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (smtp-cli) = df21b66ba2d91df8072c70f8970be563
SHA256 (smtp-cli) = 95e71ba7e86bfb92076a264d179ee7365d9e8f81fd46cd3d1e3725ce37603a5c
SIZE (smtp-cli) = 24295

10
mail/smtp-cli/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
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/