ports/53724: New port: mail/smtpmail

Kirill Ponomarew ponomarew at oberon.net
Wed Jun 25 14:40:19 UTC 2003


>Number:         53724
>Category:       ports
>Synopsis:       New port: mail/smtpmail
>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:   Wed Jun 25 07:40:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
New port: mail/smtpmail

Tool to send the mails over remote smtp server

Features

    * Use of an remote smtp server
    * Use of a user-defined sender address
    * SMPT auth (type login)
    * You can define unlimited recivers for the mail, 
      the carbon copy and the blind carbon copy
    * You can add an unlimited number of attachments to the mail

(tested on -CURRENT and RELENG_4)

>How-To-Repeat:
>Fix:
# 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:
#
#	mail/smtpmail
#	mail/smtpmail/Makefile
#	mail/smtpmail/distinfo
#	mail/smtpmail/pkg-plist
#	mail/smtpmail/pkg-descr
#
echo c - mail/smtpmail
mkdir -p mail/smtpmail > /dev/null 2>&1
echo x - mail/smtpmail/Makefile
sed 's/^X//' >mail/smtpmail/Makefile << 'END-of-mail/smtpmail/Makefile'
X# New ports collection makefile for:  		smtpmail
X# Date created:        				25.06.2003
X# Whom:               				Kirill Ponomarew <ponomarew at oberon.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	smtpmail
XPORTVERSION=	0.4
XCATEGORIES=	mail
XMASTER_SITES=	http://195.135.166.74/smtpmail/ \
X		http://voodoo.oberon.net/
X
XMAINTAINER=	ponomarew at oberon.net
XCOMMENT=	Tool to send the mails over remote smtp server
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
X		LIBS="-L${LOCALBASE}/lib"
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
X		${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-mail/smtpmail/Makefile
echo x - mail/smtpmail/distinfo
sed 's/^X//' >mail/smtpmail/distinfo << 'END-of-mail/smtpmail/distinfo'
XMD5 (smtpmail-0.4.tar.gz) = f8550f5f7799f4e9467dbb0402c806ff
END-of-mail/smtpmail/distinfo
echo x - mail/smtpmail/pkg-plist
sed 's/^X//' >mail/smtpmail/pkg-plist << 'END-of-mail/smtpmail/pkg-plist'
Xbin/smtpmail
END-of-mail/smtpmail/pkg-plist
echo x - mail/smtpmail/pkg-descr
sed 's/^X//' >mail/smtpmail/pkg-descr << 'END-of-mail/smtpmail/pkg-descr'
Xsmtpmail is a little console-based tool for users who have no
Xlocal mailserver on her machine. it enables these users to send
Xtheir mail over a remote smtp server.
X
XFeatures
X
X    * Use of an remote smtp server
X    * Use of a user-defined sender address
X    * SMPT auth (type login)
X    * You can define unlimited recivers for the mail, the
X    * carbon copy and the blind carbon copy
X    * You can add an unlimited number of attachments to the
X    * mail
X
XWWW: http://195.135.166.74/smtpmail/
END-of-mail/smtpmail/pkg-descr
exit

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



More information about the freebsd-ports-bugs mailing list