Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  1 Aug 2006 10:26:19 +0800
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101133: [NEW PORT] mail/pecl-esmtp: PECL ESMTP client extenion
Message-ID:  <20060801023938.EBE492E970@smtp2.bc.hgc.com.tw>
Resent-Message-ID: <200608010240.k712eEWv041689@freefall.freebsd.org>

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

>Number:         101133
>Category:       ports
>Synopsis:       [NEW PORT] mail/pecl-esmtp: PECL ESMTP client extenion
>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:   Tue Aug 01 02:40:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006
>Description:
Esmtp is a wrapper for SMTP client library based on the libESMTP library
(http://www.stafford.uklinux.net/libesmtp/). You can use it to send messages
using internal SASL, and external/openssl SSL support.

WWW: http://pecl.php.net/package/esmtp

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pecl-esmtp-0.3.1.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:
#
#	pecl-esmtp
#	pecl-esmtp/Makefile
#	pecl-esmtp/distinfo
#	pecl-esmtp/pkg-descr
#
echo c - pecl-esmtp
mkdir -p pecl-esmtp > /dev/null 2>&1
echo x - pecl-esmtp/Makefile
sed 's/^X//' >pecl-esmtp/Makefile << 'END-of-pecl-esmtp/Makefile'
X# Ports collection makefile for:  pear-esmtp
X# Date created:			  2006/08/01
X# Whom:				  chinsan <chinsan.tw@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	esmtp
XPORTVERSION=	0.3.1
XCATEGORIES=	mail www
XMASTER_SITES=	http://pecl.php.net/get/
XPKGNAMEPREFIX=	pecl-
XEXTRACT_SUFX=	.tgz
XDIST_SUBDIR=	PECL
X
XMAINTAINER=	chinsan.tw@gmail.com
XCOMMENT=	PECL ESMTP client extenion
X
XLIB_DEPENDS=	esmtp:${PORTSDIR}/mail/libesmtp
X
XUSE_PHP=	yes
XUSE_PHPEXT=	yes
X
XOPTIONS=	RE2C	"Enable re2c to regenerate PHP parsers"	on
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_RE2C)
XBUILD_DEPENDS+=	re2c:${PORTSDIR}/devel/re2c
X.endif
X
Xpost-patch:
X	@${REINPLACE_CMD} -e '29,34 d; 45,50 d' ${WRKSRC}/config.m4
X
X.include <bsd.port.post.mk>
END-of-pecl-esmtp/Makefile
echo x - pecl-esmtp/distinfo
sed 's/^X//' >pecl-esmtp/distinfo << 'END-of-pecl-esmtp/distinfo'
XMD5 (PECL/esmtp-0.3.1.tgz) = e1db69e1b05efd0bf7f5c7d0b6b3255f
XSHA256 (PECL/esmtp-0.3.1.tgz) = 9adb11943dee5de4b7ca47a36f7eeb79e2a4e6b8854598a42d6c5d466ff7948b
XSIZE (PECL/esmtp-0.3.1.tgz) = 25963
END-of-pecl-esmtp/distinfo
echo x - pecl-esmtp/pkg-descr
sed 's/^X//' >pecl-esmtp/pkg-descr << 'END-of-pecl-esmtp/pkg-descr'
XEsmtp is a wrapper for SMTP client library based on the libESMTP library
X(http://www.stafford.uklinux.net/libesmtp/). You can use it to send messages
Xusing internal SASL, and external/openssl SSL support.
X
XWWW: http://pecl.php.net/package/esmtp
END-of-pecl-esmtp/pkg-descr
exit
--- pecl-esmtp-0.3.1.shar ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060801023938.EBE492E970>