pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/p5-Convert-TNEF Update p5-Convert-TNEF to 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/238dee12a308
branches:  trunk
changeset: 468821:238dee12a308
user:      chris <chris%pkgsrc.org@localhost>
date:      Tue Feb 17 02:00:40 2004 +0000

description:
Update p5-Convert-TNEF to 0.17, changes are:
0.17  Sun Feb 24 2001
        - It appears that messages no longer need start with a
          TnefVersion attribute, and a message without this attribute
          triggered a bug ('datahandle' method called on uninitialized
          value) found by Randy Diffenderfer.
        - Although the MSDN TNEF Stream syntax page makes it look like
          TnefVersion must be the first attribute if it appears, and
          MessageClass must be the first or second attribute if it
          appears, I'm not going to check for this because then my
          test file has MessageClass as the third attribute.
        - Got rid of '_equal' function. The only reason to worry about
          warnings when comparing undef is if there's a read error, and
          then a warning ought to be ok anyway.
        - Long overdue perltidy format cleanup.
0.16  Tue Jul 31 2001
        - Simplified main loop some more. Don't need to check for end
          of processing twice.
        - Prefixed 'private' functions with underscore character.
        - changed a couple of 'methods' which didn't use '$self' and weren't
          documented as methods into 'private' functions.
0.15  Tue Jul 31 2001
        - Finally combined message and attachment parsing loops.
        - Removed the '|| []' from the attachment() method. I'm storing
          an arrayref unconditionally in the TNEF object, so there should
          be no need for this. Also now returns ref if not called
          in list context.
0.14  Mon Jul 30 2001
        - Subclass message and attachment portions of TNEF object.
        - Found bug in saving the size of message attributes.

diffstat:

 converters/p5-Convert-TNEF/Makefile |  4 ++--
 converters/p5-Convert-TNEF/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r 372f2a610720 -r 238dee12a308 converters/p5-Convert-TNEF/Makefile
--- a/converters/p5-Convert-TNEF/Makefile       Tue Feb 17 01:58:08 2004 +0000
+++ b/converters/p5-Convert-TNEF/Makefile       Tue Feb 17 02:00:40 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2003/07/21 16:36:13 martti Exp $
+# $NetBSD: Makefile,v 1.8 2004/02/17 02:00:40 chris Exp $
 
-DISTNAME=              Convert-TNEF-0.12
+DISTNAME=              Convert-TNEF-0.17
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5tnf
 CATEGORIES=            sysutils perl5
diff -r 372f2a610720 -r 238dee12a308 converters/p5-Convert-TNEF/distinfo
--- a/converters/p5-Convert-TNEF/distinfo       Tue Feb 17 01:58:08 2004 +0000
+++ b/converters/p5-Convert-TNEF/distinfo       Tue Feb 17 02:00:40 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/10/22 05:47:16 martti Exp $
+$NetBSD: distinfo,v 1.2 2004/02/17 02:00:40 chris Exp $
 
-SHA1 (Convert-TNEF-0.12.tar.gz) = f69c5888521d17abefe08594417eeb2382653181
-Size (Convert-TNEF-0.12.tar.gz) = 11649 bytes
+SHA1 (Convert-TNEF-0.17.tar.gz) = c88cbda33e2bb5b12b36d7e8a1824dbad4080d30
+Size (Convert-TNEF-0.17.tar.gz) = 12173 bytes



Home | Main Index | Thread Index | Old Index