diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile new file mode 100644 index 00000000000..5a108985aa6 --- /dev/null +++ b/mail/pear-Mail/Makefile @@ -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 +MODULES= www/php5/pear + +# PHP License +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +.include diff --git a/mail/pear-Mail/distinfo b/mail/pear-Mail/distinfo new file mode 100644 index 00000000000..cb584b361ef --- /dev/null +++ b/mail/pear-Mail/distinfo @@ -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 diff --git a/mail/pear-Mail/pkg/DESCR b/mail/pear-Mail/pkg/DESCR new file mode 100644 index 00000000000..a00336e0e25 --- /dev/null +++ b/mail/pear-Mail/pkg/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. \ No newline at end of file diff --git a/mail/pear-Mail/pkg/PLIST b/mail/pear-Mail/pkg/PLIST new file mode 100644 index 00000000000..749818f0de6 --- /dev/null +++ b/mail/pear-Mail/pkg/PLIST @@ -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