aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Digest-Adler32
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Unbreak on PERL_LEVEL <= 500503Emanuel Haupt2005-12-241-8/+5
| | | | | | | | | | | - Bump PORTREVISION PR: 90845 Submitted by: Yen-Ming Lee <leeym@freebsd.org> Approved by: gabor.kovesdan@t-hosting.hu (maintainer) Notes: svn path=/head/; revision=151964
* The Digest::Adler32 module implements the Adler-32 checksum as specifiedErwin Lansing2005-12-174-0/+40
in RFC 1950. The interface provided by this module is specified in Digest, but no functional interface is provided. WWW: http://search.cpan.org/dist/Digest-Adler32 PR: ports/90545 Submitted by: Gabor Kovesdan Notes: svn path=/head/; revision=151383