aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-SHA-PurePerl
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 5.45Gabor Kovesdan2007-08-193-4/+12
| | | | | | | | | | - Install example dups file when NOPORTEXAMPLES unset PR: ports/115347 Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> Notes: svn path=/head/; revision=197918
* - Remove support for old Perl from my portsGabor Kovesdan2007-03-311-4/+0
| | | | 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 to 5.44Cheng-Lung Sung2006-10-312-4/+4
| | | | | | | | | PR: ports/104415 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (gabor) Notes: svn path=/head/; revision=175769
* - Fix typo, unbreak INDEX, salvage the worldPav Lucistnik2006-08-071-1/+1
| | | | | | | Pointy hat to: clsung Notes: svn path=/head/; revision=170033
* - Update to 5.43Cheng-Lung Sung2006-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) Notes: svn path=/head/; revision=169998
* Update to 5.41Erwin Lansing2006-06-062-4/+4
| | | | | | | | | PR: 98562 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: gabor (maintainer) Notes: svn path=/head/; revision=164621
* Update to 5.39Erwin Lansing2006-06-052-4/+4
| | | | | | | | | PR: 98288 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: maintainer Notes: svn path=/head/; revision=164447
* - Update to 5.37Cheng-Lung Sung2006-05-292-4/+4
| | | | | | | | | PR: 97639 Submitted by: Christopher Boumenot <boumenot_AT_gmail dot com> Approved by: maintainer Notes: svn path=/head/; revision=163786
* 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
* Digest::SHA::PurePerl is a complete implementation of the NISTErwin Lansing2005-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 Notes: svn path=/head/; revision=151818