Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry | Edwin Groothuis | 2006-01-22 | 1 | -3/+3 |
| | | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116 | ||||
* | This is not C-code interface (like `Digest::MD5') but a Perl-only | Erwin Lansing | 2005-12-22 | 1 | -0/+8 |
implementation of MD4 (like `Digest::Perl::MD5'). Because of this, it is slow but avoids platform specific complications. For efficiency you should use `Digest::MD4' instead of this module if it is available. WWW: http://search.cpan.org/dist/Digest-Perl-MD4 PR: ports/90771 Submitted by: Gabor Kovesdan Notes: svn path=/head/; revision=151820 |