pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2005Q1]: pkgsrc/mail Pullup ticket 533 - requested by Manuel B...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2016e931e1d2
branches: pkgsrc-2005Q1
changeset: 491090:2016e931e1d2
user: salo <salo%pkgsrc.org@localhost>
date: Thu Jun 02 22:49:49 2005 +0000
description:
Pullup ticket 533 - requested by Manuel Bouyer
add pear-Mail package
Revisions pulled up:
- pkgsrc/mail/pear-Mail/Makefile 1.1.1.1
- pkgsrc/mail/pear-Mail/DESCR 1.1.1.1
- pkgsrc/mail/pear-Mail/PLIST 1.1.1.1
- pkgsrc/mail/pear-Mail/distinfo 1.1.1.1
- pkgsrc/mail/Makefile 1.256
Module Name: pkgsrc
Committed By: adrianp
Date: Wed May 18 20:07:46 UTC 2005
Update of /cvsroot/pkgsrc/mail/pear-Mail
In directory ivanova.netbsd.org:/tmp/cvs-serv1549
Log Message:
- 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.
---
Module Name: pkgsrc
Committed By: adrianp
Date: Wed May 18 20:09:12 UTC 2005
Modified Files:
pkgsrc/mail: Makefile
Log Message:
- Note addition of pear-Mail-1.1.4
diffstat:
mail/Makefile | 3 ++-
mail/pear-Mail/DESCR | 5 +++++
mail/pear-Mail/Makefile | 13 +++++++++++++
mail/pear-Mail/PLIST | 1 +
mail/pear-Mail/distinfo | 5 +++++
5 files changed, 26 insertions(+), 1 deletions(-)
diffs (57 lines):
diff -r a17a1672a222 -r 2016e931e1d2 mail/Makefile
--- a/mail/Makefile Thu Jun 02 22:44:57 2005 +0000
+++ b/mail/Makefile Thu Jun 02 22:49:49 2005 +0000
@@ -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-PMilter
SUBDIR+= p5-User-Identity
SUBDIR+= p5-razor-agents
+SUBDIR+= pear-Mail
SUBDIR+= pear-Mail_Mime
SUBDIR+= pfqueue
SUBDIR+= php-imap
diff -r a17a1672a222 -r 2016e931e1d2 mail/pear-Mail/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Mail/DESCR Thu Jun 02 22:49:49 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 a17a1672a222 -r 2016e931e1d2 mail/pear-Mail/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Mail/Makefile Thu Jun 02 22:49:49 2005 +0000
@@ -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@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 a17a1672a222 -r 2016e931e1d2 mail/pear-Mail/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Mail/PLIST Thu Jun 02 22:49:49 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1.2.2 2005/06/02 22:49:50 salo Exp $
diff -r a17a1672a222 -r 2016e931e1d2 mail/pear-Mail/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Mail/distinfo Thu Jun 02 22:49:49 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index