diff options
author | taca <taca@pkgsrc.org> | 2010-02-06 16:14:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-02-06 16:14:21 +0000 |
commit | cf0b84028e896029786ef2042b3de721f2d5aaec (patch) | |
tree | 31e6b5bd3c61de61b0177be35d8f41adcf7968a8 /mail | |
parent | adce3702617cbed8b43bac12ec0c7cc2bdcea49f (diff) | |
download | pkgsrc-cf0b84028e896029786ef2042b3de721f2d5aaec.tar.gz |
Importing pear-Mail-mimeDecode 1.5.1.
Provides a class to deal with the decoding and interpreting of mime messages.
This package used to be part of the Mail_Mime package, but has been split off.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-Mail_mimeDecode/DESCR | 2 | ||||
-rw-r--r-- | mail/pear-Mail_mimeDecode/Makefile | 16 | ||||
-rw-r--r-- | mail/pear-Mail_mimeDecode/distinfo | 5 |
3 files changed, 23 insertions, 0 deletions
diff --git a/mail/pear-Mail_mimeDecode/DESCR b/mail/pear-Mail_mimeDecode/DESCR new file mode 100644 index 00000000000..7b17ad26dae --- /dev/null +++ b/mail/pear-Mail_mimeDecode/DESCR @@ -0,0 +1,2 @@ +Provides a class to deal with the decoding and interpreting of mime messages. +This package used to be part of the Mail_Mime package, but has been split off. diff --git a/mail/pear-Mail_mimeDecode/Makefile b/mail/pear-Mail_mimeDecode/Makefile new file mode 100644 index 00000000000..fc9acdacb23 --- /dev/null +++ b/mail/pear-Mail_mimeDecode/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/02/06 16:14:21 taca Exp $ + +DISTNAME= Mail_mimeDecode-1.5.1 +CATEGORIES+= mail + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= PHP classes to deal with decoding/interpreting of mime messages + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime>=1.6.0:../../mail/pear-Mail_Mime +CONFLICTS= php-pear-Mail_Mime-[0-9]* \ + ${PHP_PKG_PREFIX}-pear-Mail_Mime<1.6.0 + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/pear-Mail_mimeDecode/distinfo b/mail/pear-Mail_mimeDecode/distinfo new file mode 100644 index 00000000000..9418d83743e --- /dev/null +++ b/mail/pear-Mail_mimeDecode/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/02/06 16:14:21 taca Exp $ + +SHA1 (pear/Mail_mimeDecode-1.5.1.tgz) = dac3838e63d3432e639723342606adb610da43f1 +RMD160 (pear/Mail_mimeDecode-1.5.1.tgz) = 8c11ab98e16b2ef7ebb4f50ae9b103f96ce74667 +Size (pear/Mail_mimeDecode-1.5.1.tgz) = 9571 bytes |