From d967bcd92fc4bb4a1299f0d2eec337dfce343a01 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 19 Dec 2005 14:35:09 +0000 Subject: Add sendemail 1.52, lightweight, completly command line based, SMTP email agent. PR: ports/90522 Submitted by: Ion-Mihai "IOnut" Tetcu --- net/sendemail/Makefile | 37 +++++++++++++++++++++++++++++++++++++ net/sendemail/distinfo | 3 +++ net/sendemail/pkg-descr | 8 ++++++++ 3 files changed, 48 insertions(+) create mode 100644 net/sendemail/Makefile create mode 100644 net/sendemail/distinfo create mode 100644 net/sendemail/pkg-descr (limited to 'net/sendemail') diff --git a/net/sendemail/Makefile b/net/sendemail/Makefile new file mode 100644 index 000000000000..109dc34621e5 --- /dev/null +++ b/net/sendemail/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: sendEmail +# Date created: 2005-12-17 +# Whom: Ion-Mihai "IOnut" Tetcu +# +# $FreeBSD$ +# +# $Tecnik: ports/net/sendemail/Makefile,v 1.1 2005/12/17 01:22:24 itetcu Exp $ + +PORTNAME= sendEmail +PORTVERSION= 1.52 +CATEGORIES= net +MASTER_SITES= http://caspian.dotconf.net/menu/Software/SendEmail/ \ + http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ +DISTNAME= ${PORTNAME}-v${PORTVERSION} + +MAINTAINER= itetcu@people.tecnik93.com +COMMENT= Lightweight, completly command line based, SMTP email agent + +NO_BUILD= yes +USE_PERL5_RUN= yes +USE_REINPLACE= yes + +PLIST_FILES= bin/sendEmail +PORTDOCS= CHANGELOG README TODO + +post-patch: + @${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL},g" \ + ${WRKSRC}/${PORTNAME} + +do-install: + cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME} ${PREFIX}/bin +.ifndef(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG README TODO ${DOCSDIR} +.endif + +.include diff --git a/net/sendemail/distinfo b/net/sendemail/distinfo new file mode 100644 index 000000000000..7a82d9ad6ba4 --- /dev/null +++ b/net/sendemail/distinfo @@ -0,0 +1,3 @@ +MD5 (sendEmail-v1.52.tar.gz) = 92b73ab3ae764f99a345b8db479b5fe5 +SHA256 (sendEmail-v1.52.tar.gz) = 4eac1e20e324e2401771c9fbdffc4d958101862a93f9b1f874b2d340366249f4 +SIZE (sendEmail-v1.52.tar.gz) = 23253 diff --git a/net/sendemail/pkg-descr b/net/sendemail/pkg-descr new file mode 100644 index 000000000000..4542288d477f --- /dev/null +++ b/net/sendemail/pkg-descr @@ -0,0 +1,8 @@ +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/ -- cgit v1.2.3