summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchris <chris@pkgsrc.org>2004-02-17 02:00:40 +0000
committerchris <chris@pkgsrc.org>2004-02-17 02:00:40 +0000
commit474e29f82bf00dae26d2f7b0be0bb895a968bfc8 (patch)
tree1b2ded988c3e09d027cb53029697fdc0cb42126d
parent11f4e55303c9e3ee1a82f89f5479b953cdb57872 (diff)
downloadpkgsrc-474e29f82bf00dae26d2f7b0be0bb895a968bfc8.tar.gz
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.
-rw-r--r--converters/p5-Convert-TNEF/Makefile4
-rw-r--r--converters/p5-Convert-TNEF/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/p5-Convert-TNEF/Makefile b/converters/p5-Convert-TNEF/Makefile
index dad95133107..b2e1af1ac10 100644
--- a/converters/p5-Convert-TNEF/Makefile
+++ b/converters/p5-Convert-TNEF/Makefile
@@ -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 --git a/converters/p5-Convert-TNEF/distinfo b/converters/p5-Convert-TNEF/distinfo
index 682bd848826..7dbb9525680 100644
--- a/converters/p5-Convert-TNEF/distinfo
+++ b/converters/p5-Convert-TNEF/distinfo
@@ -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