Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2000 04:13:25 +0100
From:      ben@FreeBSD.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20208: New port: p5-Mail-Sender - Module for sending mails with attachments through an SMTP server
Message-ID:  <E13He6v-000IpM-00@magnesium.scientia.demon.co.uk>

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

>Number:         20208
>Category:       ports
>Synopsis:       New port: p5-Mail-Sender - Module for sending mails with attachments through an SMTP server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 26 21:10:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Ben Smithurst
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

>Description:

Mail::Sender provides an object oriented interface to sending mails.  It
doesn't need any outer program.  It connects to a mail server directly
from Perl, using Socket.

>How-To-Repeat:

>Fix:

I can commit this yourself, I'm just sending a PR so people can point
out any dumbass mistakes I might have made. :-)

# 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:
#
#	p5-Mail-Sender
#	p5-Mail-Sender/Makefile
#	p5-Mail-Sender/files
#	p5-Mail-Sender/files/md5
#	p5-Mail-Sender/pkg
#	p5-Mail-Sender/pkg/PLIST
#	p5-Mail-Sender/pkg/DESCR
#	p5-Mail-Sender/pkg/COMMENT
#
echo c - p5-Mail-Sender
mkdir -p p5-Mail-Sender > /dev/null 2>&1
echo x - p5-Mail-Sender/Makefile
sed 's/^X//' >p5-Mail-Sender/Makefile << 'END-of-p5-Mail-Sender/Makefile'
X# New ports collection makefile for:	p5-Mail-Sender
X# Date created:				July 27th 2000
X# Whom:	      				Ben Smithurst <ben@FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Mail-Sender
XPORTVERSION=	0.7.04
XCATEGORIES=	mail perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Mail
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ben@FreeBSD.org
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
XRUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
X
XUSE_PERL5=	YES
X
XIS_INTERACTIVE=	YES
X
XMAN3=		Mail::Sender.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
Xdo-configure:
X.if defined(PACKAGE_BUILDING)
X	@${CHMOD} u+w ${WRKSRC}/Config.PL
X	@${ECHO} exit > ${WRKSRC}/Config.PL
X.endif
X	@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
X
X.include <bsd.port.mk>
END-of-p5-Mail-Sender/Makefile
echo c - p5-Mail-Sender/files
mkdir -p p5-Mail-Sender/files > /dev/null 2>&1
echo x - p5-Mail-Sender/files/md5
sed 's/^X//' >p5-Mail-Sender/files/md5 << 'END-of-p5-Mail-Sender/files/md5'
XMD5 (Mail-Sender-0.7.04.tar.gz) = 88e5c1cb6f19064f6f390a7667d06397
END-of-p5-Mail-Sender/files/md5
echo c - p5-Mail-Sender/pkg
mkdir -p p5-Mail-Sender/pkg > /dev/null 2>&1
echo x - p5-Mail-Sender/pkg/PLIST
sed 's/^X//' >p5-Mail-Sender/pkg/PLIST << 'END-of-p5-Mail-Sender/pkg/PLIST'
Xlib/perl5/site_perl/%%PERL_VER%%/Mail/Sender.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mail
END-of-p5-Mail-Sender/pkg/PLIST
echo x - p5-Mail-Sender/pkg/DESCR
sed 's/^X//' >p5-Mail-Sender/pkg/DESCR << 'END-of-p5-Mail-Sender/pkg/DESCR'
XMail::Sender provides an object oriented interface to sending mails.  It
Xdoesn't need any outer program.  It connects to a mail server directly
Xfrom Perl, using Socket.
X
X- Ben Smithurst
X  <ben@FreeBSD.org>
END-of-p5-Mail-Sender/pkg/DESCR
echo x - p5-Mail-Sender/pkg/COMMENT
sed 's/^X//' >p5-Mail-Sender/pkg/COMMENT << 'END-of-p5-Mail-Sender/pkg/COMMENT'
XModule for sending mails with attachments through an SMTP server
END-of-p5-Mail-Sender/pkg/COMMENT
exit


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E13He6v-000IpM-00>