ports/90522: [NEW PORT] net/sendemail: Lightweight, completly command line based, SMTP email agent

Ion-Mihai IOnut Tetcu itetcu at people.tecnik93.com
Sat Dec 17 01:30:04 UTC 2005


>Number:         90522
>Category:       ports
>Synopsis:       [NEW PORT] net/sendemail: Lightweight, completly command line based, SMTP email agent
>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:   Sat Dec 17 01:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.0-STABLE #5: Thu Dec  1 02:08:55 EET 2005


>Description:


SendEmail is a lightweight, completly command line based, SMTP email agent. If
you have the need to send email from a command prompt this tool is perfect. It
was designed to be used in bash scripts, Perl programs, and web sites, but it
is also quite useful in many other contexts. SendEmail is written in Perl and
is unique in that it requires no special modules. It has a straight forward
interface, making it very easy to use. It can send atttachements.

WWW: http://caspian.dotconf.net/menu/Software/SendEmail/


>How-To-Repeat:





>Fix:


--- sendemail.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:
#
#	sendemail
#	sendemail/Makefile
#	sendemail/distinfo
#	sendemail/pkg-descr
#	sendemail/pkg-plist
#
echo c - sendemail
mkdir -p sendemail > /dev/null 2>&1
echo x - sendemail/Makefile
sed 's/^X//' >sendemail/Makefile << 'END-of-sendemail/Makefile'
X# New ports collection makefile for:	sendEmail
X# Date created:				2005-12-17
X# Whom:			Ion-Mihai "IOnut" Tetcu <itetcu at people.tecnik93.com>
X#
X# $FreeBSD$
X# $Tecnik: ports/net/sendemail/Makefile,v 1.1 2005/12/17 01:22:24 itetcu Exp $
X
XPORTNAME=	sendEmail
X#PORTVERSION=	1.52
XDISTVERSION=	v1.52
XCATEGORIES=	net
XMASTER_SITES=	http://caspian.dotconf.net/menu/Software/SendEmail/ \
X	http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/
XDISTFILES=	${PORTNAME}-${DISTVERSION}
X
XMAINTAINER=	itetcu at people.tecnik93.com
XCOMMENT=	Lightweight, completly command line based, SMTP email agent
X
XNO_BUILD=	yes
XUSE_PERL_RUN=	yes
X
Xpost-patch:
X	@${PERL} -pi -e "s,/usr/bin/perl,${PERL},g" ${WRKSRC}/${PORTNAME}
X
Xdo-install:
X	cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin
X.ifndef(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG README TODO ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-sendemail/Makefile
echo x - sendemail/distinfo
sed 's/^X//' >sendemail/distinfo << 'END-of-sendemail/distinfo'
XMD5 (sendEmail-v1.52) = 92b73ab3ae764f99a345b8db479b5fe5
XSHA256 (sendEmail-v1.52) = 4eac1e20e324e2401771c9fbdffc4d958101862a93f9b1f874b2d340366249f4
XSIZE (sendEmail-v1.52) = 23253
END-of-sendemail/distinfo
echo x - sendemail/pkg-descr
sed 's/^X//' >sendemail/pkg-descr << 'END-of-sendemail/pkg-descr'
XSendEmail is a lightweight, completly command line based, SMTP email agent. If
Xyou have the need to send email from a command prompt this tool is perfect. It
Xwas designed to be used in bash scripts, Perl programs, and web sites, but it
Xis also quite useful in many other contexts. SendEmail is written in Perl and
Xis unique in that it requires no special modules. It has a straight forward
Xinterface, making it very easy to use. It can send atttachements.
X
XWWW: http://caspian.dotconf.net/menu/Software/SendEmail/
END-of-sendemail/pkg-descr
echo x - sendemail/pkg-plist
sed 's/^X//' >sendemail/pkg-plist << 'END-of-sendemail/pkg-plist'
Xbin/sendEmail
X%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/TODO
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-sendemail/pkg-plist
exit

--- sendemail.shar ends here ---



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



More information about the freebsd-ports-bugs mailing list