summaryrefslogtreecommitdiff
path: root/security/p5-Digest-Perl-MD4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove support for old Perl from my portsGabor Kovesdan2007-03-311-8/+1
| | | | Notes: svn path=/head/; revision=188903
* Change my e-mail address.Gabor Kovesdan2006-12-081-1/+1
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=179182
* Update search.cpan.org WWW: entries to have a trailing slash.Bill Fenner2006-02-201-1/+1
| | | | | | | | | | Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in. Notes: svn path=/head/; revision=156536
* 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
* - unbreak on old perlYen-Ming Lee2005-12-231-2/+5
| | | | | | | | Submitted by: leeym Approved by: maintainer via email Notes: svn path=/head/; revision=151933
* This is not C-code interface (like `Digest::MD5') but a Perl-onlyErwin Lansing2005-12-224-0/+44
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