PHP class that provides multiple interfaces for sending email

ok alek@
This commit is contained in:
mbalmer 2005-02-15 10:07:33 +00:00
parent 512743b29c
commit f58c1782d8
4 changed files with 45 additions and 0 deletions

21
mail/pear-Mail/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/15 10:07:33 mbalmer Exp $
COMMENT= "class that provides multiple interfaces for sending email"
DISTNAME= Mail-1.1.4
PKGNAME= pear-${DISTNAME}
CATEGORIES= mail pear
MASTER_SITES= http://pear.php.net/get/
EXTRACT_SUFX= .tgz
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
MODULES= www/php5/pear
# PHP License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

4
mail/pear-Mail/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (Mail-1.1.4.tgz) = 3e14fef5bd418de87214a3271ffc4549
RMD160 (Mail-1.1.4.tgz) = 27be4d65e32d43102de5523248e22c9f3371523b
SHA1 (Mail-1.1.4.tgz) = 555dbbbd519a8c1299452f4557f1485c9d4909aa
SIZE (Mail-1.1.4.tgz) = 14548

5
mail/pear-Mail/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
PEAR's Mail:: package defines the interface for implementing mailers under
the PEAR hierarchy, and provides supporting functions useful in multiple
mailer backends. Currently supported are native PHP mail() function,
sendmail and SMTP. This package also provides a RFC 822 Email address list
validation utility class.

15
mail/pear-Mail/pkg/PLIST Normal file
View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/15 10:07:33 mbalmer Exp $
lib/
lib/php/
pear/lib/.registry/mail.reg
pear/lib/Mail/
pear/lib/Mail.php
pear/lib/Mail/RFC822.php
pear/lib/Mail/mail.php
pear/lib/Mail/null.php
pear/lib/Mail/sendmail.php
pear/lib/Mail/smtp.php
pear/tests/
pear/tests/Mail/
pear/tests/Mail/tests/
pear/tests/Mail/tests/rfc822.phpt