2005-02-23 17:12:36 by Alistair G. Crooks | Files touched by this commit (60) |
Log message:
Add RMD160 digests in addition to SHA1 ones
|
2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467) |
Log message:
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
|
2004-08-02 23:47:59 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
This package doesn't use the compiler.
|
2004-06-04 01:07:29 by Klaus Heinz | Files touched by this commit (3) |
Log message:
Packages in directory "converters" should use this for CATEGORY as well
|
2004-04-11 09:28:05 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|
2004-02-17 03:00:40 by Chris Gilbert | Files touched by this commit (2) |
Log message:
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.
|
2003-07-21 18:36:14 by Martti Kuparinen | Files touched by this commit (11) |
Log message:
COMMENT should start with a capital letter.
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message:
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
2002-10-27 21:49:03 by Stoned Elipot | Files touched by this commit (30) |
Log message:
Use buildlink2. Use perl5/module.mk.
|