ports/73560: New port: mail/pear-Mail_Queue PEAR class for put mails in queue

Antonio Carlos Venancio Junior antonio at php.net
Fri Nov 5 12:40:23 UTC 2004


>Number:         73560
>Category:       ports
>Synopsis:       New port: mail/pear-Mail_Queue PEAR class for put mails in queue
>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:   Fri Nov 05 12:40:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Antonio Carlos Venancio Junior <antonio at php.net>
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
>Environment:
System: FreeBSD antonio.cb.sc.gov.br 4.10-STABLE FreeBSD 4.10-STABLE #4: Thu Oct 14 15:21:29 BRT 2004 root at antonio.cb.pm.sc.gov.br:/usr/src/sys/compile/ANTONIO i386
>Description:
New port: mail/pear-Mail_Queue

Class to handle mail queue managment.
Wrapper for PEAR::Mail and PEAR::DB (or PEAR::MDB/MDB2).
It can load, save and send saved mails in background
and also backup some mails.

The Mail_Queue class puts mails in a temporary container,
waiting to be fed to the MTA (Mail Transport Agent),
and sends them later (e.g. a certain amount of mails
every few minutes) by crontab or in other way.
>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:
#
#	pear-Mail_Queue
#	pear-Mail_Queue/Makefile
#	pear-Mail_Queue/distinfo
#	pear-Mail_Queue/pkg-descr
#
echo c - pear-Mail_Queue
mkdir -p pear-Mail_Queue > /dev/null 2>&1
echo x - pear-Mail_Queue/Makefile
sed 's/^X//' >pear-Mail_Queue/Makefile << 'END-of-pear-Mail_Queue/Makefile'
X# Ports collection makefile for:  pear-Mail_Queue
X# Date created:			  05 November 2004
X# Whom:				  Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Mail_Queue
XPORTVERSION=	1.1.3
XCATEGORIES=	mail www pear
X
XMAINTAINER=	antonio at php.net
XCOMMENT=	PEAR class for put mails in queue and send them later in background
X
XBUILD_DEPENDS=	${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XCATEGORY=	Mail
XFILES=		Queue.php Queue/Body.php Queue/Container.php	\
X		Queue/Container/db.php Queue/Container/mdb.php	\
X		Queue/Container/mdb2.php
XDOCS=		add_example.php base.php mdb_mail_queue_schema.xml \
X		mysql.sql pgsql.sql send_example.php TODO README
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
X.include <bsd.port.post.mk>
END-of-pear-Mail_Queue/Makefile
echo x - pear-Mail_Queue/distinfo
sed 's/^X//' >pear-Mail_Queue/distinfo << 'END-of-pear-Mail_Queue/distinfo'
XMD5 (PEAR/Mail_Queue-1.1.3.tgz) = e1eae2fd188f1926a83b97cdcf0c239e
XSIZE (PEAR/Mail_Queue-1.1.3.tgz) = 14721
END-of-pear-Mail_Queue/distinfo
echo x - pear-Mail_Queue/pkg-descr
sed 's/^X//' >pear-Mail_Queue/pkg-descr << 'END-of-pear-Mail_Queue/pkg-descr'
XClass to handle mail queue managment.
XWrapper for PEAR::Mail and PEAR::DB (or PEAR::MDB/MDB2).
XIt can load, save and send saved mails in background
Xand also backup some mails.
X
XThe Mail_Queue class puts mails in a temporary container,
Xwaiting to be fed to the MTA (Mail Transport Agent),
Xand sends them later (e.g. a certain amount of mails
Xevery few minutes) by crontab or in other way.
X
XWWW: http://pear.php.net/package/Mail_Queue/
END-of-pear-Mail_Queue/pkg-descr
exit

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



More information about the freebsd-ports-bugs mailing list