pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add pear-Mail_Mime 1.2.1 - PHP classes to create and d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/187a3c57d10d
branches:  trunk
changeset: 482699:187a3c57d10d
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Nov 01 20:32:37 2004 +0000

description:
Add pear-Mail_Mime 1.2.1 - PHP classes to create and decode mime messages.
Courtesy of pkgsrc-wip.

diffstat:

 doc/CHANGES                  |   3 ++-
 mail/Makefile                |   3 ++-
 mail/pear-Mail_Mime/DESCR    |   9 +++++++++
 mail/pear-Mail_Mime/Makefile |  11 +++++++++++
 mail/pear-Mail_Mime/PLIST    |   1 +
 mail/pear-Mail_Mime/distinfo |   4 ++++
 6 files changed, 29 insertions(+), 2 deletions(-)

diffs (72 lines):

diff -r bab517543781 -r 187a3c57d10d doc/CHANGES
--- a/doc/CHANGES       Mon Nov 01 20:31:13 2004 +0000
+++ b/doc/CHANGES       Mon Nov 01 20:32:37 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7639 2004/11/01 20:29:36 wiz Exp $
+$NetBSD: CHANGES,v 1.7640 2004/11/01 20:34:37 jdolecek Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -5003,3 +5003,4 @@
        Updated p5-Test-Pod to 1.20nb1 [seb 2004-10-31]
        Added pear-DIME-0.3 [jdolecek 2004-11-01]
        Updated automake to 1.9.3 [wiz 2004-11-01]
+       Added pear-Mail_Mime-1.2.1 [jdolecek 2004-11-01]
diff -r bab517543781 -r 187a3c57d10d mail/Makefile
--- a/mail/Makefile     Mon Nov 01 20:31:13 2004 +0000
+++ b/mail/Makefile     Mon Nov 01 20:32:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.234 2004/10/31 21:46:40 jdolecek Exp $
+# $NetBSD: Makefile,v 1.235 2004/11/01 20:34:37 jdolecek Exp $
 #
 
 COMMENT=       Electronic mail utilities
@@ -134,6 +134,7 @@
 SUBDIR+=       p5-Sendmail-PMilter
 SUBDIR+=       p5-User-Identity
 SUBDIR+=       p5-razor-agents
+SUBDIR+=       pear-Mail_Mime
 SUBDIR+=       php-imap
 SUBDIR+=       pine
 SUBDIR+=       pine-pgp-filters
diff -r bab517543781 -r 187a3c57d10d mail/pear-Mail_Mime/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Mail_Mime/DESCR Mon Nov 01 20:32:37 2004 +0000
@@ -0,0 +1,9 @@
+Provides classes to deal with creation and manipulation of mime messages:
+
+  * mime.php: Create mime email, with html, attachments, embedded images etc.
+  * mimePart.php: Advanced method of creating mime messages.
+  * mimeDecode.php - Decodes mime messages to a usable structure.
+  * xmail.dtd: An XML DTD to acompany the getXML() method of the 
+       decoding class.
+  * xmail.xsl: An XSLT stylesheet to transform the output of the 
+       getXML() method back to an email
diff -r bab517543781 -r 187a3c57d10d mail/pear-Mail_Mime/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Mail_Mime/Makefile      Mon Nov 01 20:32:37 2004 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/01 20:32:37 jdolecek Exp $
+
+DISTNAME=      Mail_Mime-1.2.1
+CATEGORIES+=   mail
+
+MAINTAINER=    jdolecek%NetBSD.org@localhost
+HOMEPAGE=      http://pear.php.net/package/Mail_Mime/
+COMMENT=       PHP classes to create and decode mime messages
+
+.include "../../lang/php/pear.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bab517543781 -r 187a3c57d10d mail/pear-Mail_Mime/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Mail_Mime/PLIST Mon Nov 01 20:32:37 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/01 20:32:37 jdolecek Exp $
diff -r bab517543781 -r 187a3c57d10d mail/pear-Mail_Mime/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/pear-Mail_Mime/distinfo      Mon Nov 01 20:32:37 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/01 20:32:37 jdolecek Exp $
+
+SHA1 (Mail_Mime-1.2.1.tgz) = ad04d5d974f4404324bc658f523957cdf10711aa
+Size (Mail_Mime-1.2.1.tgz) = 15268 bytes



Home | Main Index | Thread Index | Old Index