pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/p5-MIME-tools Update to latest CPAN version, 5.145:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53d7c3d1a2d1
branches:  trunk
changeset: 484660:53d7c3d1a2d1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 28 23:08:21 2004 +0000

description:
Update to latest CPAN version, 5.145:

2004-10-27  David F. Skoll

        * VERSION 5.415 RELEASED

        * Fixed parsing of paramater="" in headers, and fixed case where
        multipart boundary is ""

2004-10-06  David F. Skoll

        * VERSION 5.414 RELEASED

        * Remove MIME::QuotedPrint 3.03 as a dependency and add
        MIME::Base64 3.03 instead.

        * Check return values of I/O operations like open(), close(), etc.
        and die if they fail.  Problem reported by Mark Martinec.

2004-09-15  David F. Skoll

        * VERSION 5.413 RELEASED

        * Fix some $VERSION = xxx assignments that were broken; make sure
        VERSION shows up as 5.413 everywhere.  Sorry about that!

2004-09-09  David F. Skoll

        * VERSION 5.412 RELEASED

        * Recognize "binhex40", "mac-binhex" and "mac-binhex40"
        Content-Transfer-Encodings.

        * Filer.pm: Be much more strict in evil_filename, allowing only
        a set of known good characters.

2004-09-08  David F. Skoll

        * Skip BinHex decoding if prerequisite modules not installed.

        * Fix BinHex decoder so it encodes correctly; regression test for
        BinHex encoding now passes.

        * Require MIME::QuotedPrint 3.03 or newer.

        * Rename variable "$jkfis" to "$how_encoded"

        * Correct attribution of changes in changelog.

        * Correct bad regexp test for "bad PDF" files.

2004-09-07  David F. Skoll

        * lib/MIME/Parser/Filer.pm (evil_filename): Make evil_filename
        more paranoid (Julian Field and Martin Blapp)

        * lib/MIME/Parser/Filer.pm (exorcise_filename): Delete leading and
        trailing whitespace (Julian Field)

        * Remove all the Benchmark code (Martin Blapp)

        * lib/MIME/Decoder.pm: Add support for BinHex encoded attachments
        (Julian Field)

        * lib/MIME/Decoder.pm: Require MIME::QuotedPrint 3.03 or newer
        for correct decoding of binary attachments. (Alexey Kravchuk)

        * lib/MIME/Decoder/QuotedPrint.pm: Attempt to deal sanely with
        PDF files encoded using quoted-printable encoding by Outlook,
        which does not follow the RFC guidelines.  (Martin Blapp)

        * lib/MIME/Field/ParamVal.pm: Deal with RFC2231-encoded parameters.

        * lib/MIME/Head.pm: Correct "7-bit", "7 bit" and "7_bit" to 7bit;
        likewise for 8bit lookalikes.  (Martin Blapp)

        * lib/MIME/Parser.pm: Add max_parts method to limit maximum number
        of MIME parts we are willing to parse.

        * DSKOLL took over maintainership of MIME::tools at version 5.411a.

diffstat:

 mail/p5-MIME-tools/Makefile |  11 +++++------
 mail/p5-MIME-tools/distinfo |   6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (43 lines):

diff -r 076707a43d15 -r 53d7c3d1a2d1 mail/p5-MIME-tools/Makefile
--- a/mail/p5-MIME-tools/Makefile       Sun Nov 28 23:04:55 2004 +0000
+++ b/mail/p5-MIME-tools/Makefile       Sun Nov 28 23:08:21 2004 +0000
@@ -1,23 +1,22 @@
-# $NetBSD: Makefile,v 1.17 2004/03/21 01:33:39 heinz Exp $
+# $NetBSD: Makefile,v 1.18 2004/11/28 23:08:21 wiz Exp $
 #
 
-DISTNAME=       MIME-tools-5.411a
-PKGNAME=        p5-${DISTNAME:S/a/.1/}
+DISTNAME=       MIME-tools-5.415
+PKGNAME=        p5-${DISTNAME}
 SVR4_PKGNAME=  p5mit
 CATEGORIES=    perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MIME/}
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
-HOMEPAGE=      http://www.zeegee.com/code/perl/MIME-tools/
+HOMEPAGE=      http://search.cpan.org/dist/MIME-tools/
 COMMENT=       Perl5 modules for encoding and decoding MIME messages
 
 DEPENDS+=      p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
-DEPENDS+=      p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+DEPENDS+=      p5-MIME-Base64>=3.03:../../converters/p5-MIME-Base64
 DEPENDS+=      p5-MailTools-[0-9]*:../../mail/p5-MailTools
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-WRKSRC=                        ${WRKDIR}/MIME-tools-5.411
 USE_BUILDLINK3=                YES
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/MIME-tools/.packlist
diff -r 076707a43d15 -r 53d7c3d1a2d1 mail/p5-MIME-tools/distinfo
--- a/mail/p5-MIME-tools/distinfo       Sun Nov 28 23:04:55 2004 +0000
+++ b/mail/p5-MIME-tools/distinfo       Sun Nov 28 23:08:21 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2001/12/10 15:36:57 martti Exp $
+$NetBSD: distinfo,v 1.5 2004/11/28 23:08:21 wiz Exp $
 
-SHA1 (MIME-tools-5.411a.tar.gz) = e1890944854a31396f596d6d1f24c6d58794da4a
-Size (MIME-tools-5.411a.tar.gz) = 467432 bytes
+SHA1 (MIME-tools-5.415.tar.gz) = 2e4cd623323fb00432118c1bf321d924f32a2b30
+Size (MIME-tools-5.415.tar.gz) = 350176 bytes



Home | Main Index | Thread Index | Old Index