pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/pear-Mail - Import of pear-Mail



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b50f4c0911a
branches:  trunk
changeset: 494053:3b50f4c0911a
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed May 18 20:07:45 2005 +0000

description:
- Import of pear-Mail
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.

diffstat:

 mail/pear-Mail/DESCR    |   5 +++++
 mail/pear-Mail/Makefile |  13 +++++++++++++
 mail/pear-Mail/PLIST    |   1 +
 mail/pear-Mail/distinfo |   5 +++++
 4 files changed, 24 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r dd33b2183221 -r 3b50f4c0911a mail/pear-Mail/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Mail/DESCR      Wed May 18 20:07:45 2005 +0000
@@ -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.
diff -r dd33b2183221 -r 3b50f4c0911a mail/pear-Mail/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Mail/Makefile   Wed May 18 20:07:45 2005 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/18 20:07:45 adrianp Exp $
+
+DISTNAME=      Mail-1.1.4
+CATEGORIES=    mail
+
+DEPENDS+=       pear-Net_SMTP-[0-9]*:../../net/pear-Net_SMTP
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+HOMEPAGE=      http://pear.php.net/package/Mail
+COMMENT=       PHP Class that provides multiple interfaces for sending emails
+
+.include "../../lang/php/pear.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r dd33b2183221 -r 3b50f4c0911a mail/pear-Mail/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Mail/PLIST      Wed May 18 20:07:45 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/18 20:07:46 adrianp Exp $
diff -r dd33b2183221 -r 3b50f4c0911a mail/pear-Mail/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Mail/distinfo   Wed May 18 20:07:45 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/05/18 20:07:46 adrianp Exp $
+
+SHA1 (pear/Mail-1.1.4.tgz) = 555dbbbd519a8c1299452f4557f1485c9d4909aa
+RMD160 (pear/Mail-1.1.4.tgz) = 27be4d65e32d43102de5523248e22c9f3371523b
+Size (pear/Mail-1.1.4.tgz) = 14548 bytes



Home | Main Index | Thread Index | Old Index