aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Digest-SHA-PurePerl
Commit message (Collapse)AuthorAgeFilesLines
* - Fix typo, unbreak INDEX, salvage the worldpav2006-08-081-1/+1
| | | | Pointy hat to: clsung
* - Update to 5.43clsung2006-08-073-9/+19
| | | | | | | | | - PurePerl.pm has used "eval" to try MIME::Base64 & Digest::base, so add these dependencies. PR: ports/101406 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (gkovesdan_AT_t-hosting dot hu)
* Update to 5.41erwin2006-06-072-4/+4
| | | | | | PR: 98562 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: gabor (maintainer)
* Update to 5.39erwin2006-06-052-4/+4
| | | | | | PR: 98288 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: maintainer
* - Update to 5.37clsung2006-05-292-4/+4
| | | | | | PR: 97639 Submitted by: Christopher Boumenot <boumenot_AT_gmail dot com> Approved by: maintainer
* Update search.cpan.org WWW: entries to have a trailing slash.fenner2006-02-211-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.
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Digest::SHA::PurePerl is a complete implementation of the NISTerwin2005-12-224-0/+46
Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can handle all types of input, including partial-byte data. Digest::SHA::PurePerl is written entirely in Perl. If your platform has a C compiler, you should install the functionally-equivalent (but much faster) Digest::SHA module. WWW: http://search.cpan.org/dist/Digest-SHA-PurePerl PR: ports/90773 Submitted by: Gabor Kovesdan