Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-22 | CONFLICTS= foo-* --> CONFLICTS= foo-[0-9]* | jlam | 1 | -2/+2 | |
2000-10-15 | Update p5-Digest-MD5 to 2.12. Changes from version 2.09: | jlam | 2 | -4/+4 | |
Digest::MD5 will now try to fallback to the pure perl implementation of Digest::Perl::MD5 if bootstrap fails. Added a bit internal paranoia about casting the IV in the Digest::MD5 object to the MD5_CTX* pointer. | |||||
2000-08-27 | Convert packages to use PERL5_PACKLIST (part 1). These were the easy | jlam | 5 | -46/+5 | |
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :) | |||||
2000-01-23 | Use "${MACHINE_ARCH}-${LOWER_OPSYS}" instead of "i386-netbsd" so that | tron | 2 | -14/+14 | |
this work on all (our at least more) platforms. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-28 | changed PKGNAME to p5-${DISTNAME} | wiz | 1 | -3/+3 | |
1999-12-02 | These two modules cannot peacefully coexist. | rh | 1 | -1/+3 | |
1999-12-02 | Import of p5-Digest-MD5-2.09, a perl extension interface for various | rh | 7 | -0/+87 | |
message digest algorithms. |