aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-Perl-MD4/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-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-onlyErwin Lansing2005-12-221-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