diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-05-18 20:07:45 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-05-18 20:07:45 +0000 |
commit | c72341e90ea63aa132d404adc734331725cfca43 (patch) | |
tree | d29a4c2e2656e3d32dec25bafe9e5376a0fe6c7c | |
parent | 01828c2b903baf0a9b73282da69dda58240dc6c5 (diff) | |
download | pkgsrc-c72341e90ea63aa132d404adc734331725cfca43.tar.gz |
- 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.
-rw-r--r-- | mail/pear-Mail/DESCR | 5 | ||||
-rw-r--r-- | mail/pear-Mail/Makefile | 13 | ||||
-rw-r--r-- | mail/pear-Mail/PLIST | 1 | ||||
-rw-r--r-- | mail/pear-Mail/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
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..c19bb4d9d0b --- /dev/null +++ b/mail/pear-Mail/Makefile @@ -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 +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..17291a0ff32 --- /dev/null +++ b/mail/pear-Mail/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/18 20:07:46 adrianp Exp $ diff --git a/mail/pear-Mail/distinfo b/mail/pear-Mail/distinfo new file mode 100644 index 00000000000..be405d51314 --- /dev/null +++ b/mail/pear-Mail/distinfo @@ -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 |