summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/Makefile3
-rw-r--r--mail/pear-Mail/DESCR5
-rw-r--r--mail/pear-Mail/Makefile13
-rw-r--r--mail/pear-Mail/PLIST1
-rw-r--r--mail/pear-Mail/distinfo5
5 files changed, 26 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 4c641e7d098..67d6bd92250 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.250.2.1 2005/04/06 03:40:24 snj Exp $
+# $NetBSD: Makefile,v 1.250.2.2 2005/06/02 22:49:49 salo Exp $
#
COMMENT= Electronic mail utilities
@@ -134,6 +134,7 @@ SUBDIR+= p5-Sendmail-AccessDB
SUBDIR+= p5-Sendmail-PMilter
SUBDIR+= p5-User-Identity
SUBDIR+= p5-razor-agents
+SUBDIR+= pear-Mail
SUBDIR+= pear-Mail_Mime
SUBDIR+= pfqueue
SUBDIR+= php-imap
diff --git a/mail/pear-Mail/DESCR b/mail/pear-Mail/DESCR
new file mode 100644
index 00000000000..ec15133898e
--- /dev/null
+++ b/mail/pear-Mail/DESCR
@@ -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 --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile
new file mode 100644
index 00000000000..e51d538e85a
--- /dev/null
+++ b/mail/pear-Mail/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1.2.2 2005/06/02 22:49:50 salo Exp $
+
+DISTNAME= Mail-1.1.4
+CATEGORIES= mail
+
+DEPENDS+= pear-Net_SMTP-[0-9]*:../../net/pear-Net_SMTP
+
+MAINTAINER= adrianp@NetBSD.org
+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 --git a/mail/pear-Mail/PLIST b/mail/pear-Mail/PLIST
new file mode 100644
index 00000000000..bf1bb2c323d
--- /dev/null
+++ b/mail/pear-Mail/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1.2.2 2005/06/02 22:49:50 salo Exp $
diff --git a/mail/pear-Mail/distinfo b/mail/pear-Mail/distinfo
new file mode 100644
index 00000000000..498e93f535f
--- /dev/null
+++ b/mail/pear-Mail/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1.2.2 2005/06/02 22:49:50 salo 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