aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Digest-CRC
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.17ashish2011-09-062-3/+5
| | | | | PR: ports/160451 Submitted by: sunpoet
* -remove MD5ohauer2011-07-031-1/+0
|
* - Update to 0.16ashish2010-10-152-4/+4
| | | | Approved by: pgj (mentor, implicit)
* - Adopt unmaintained ports.ashish2010-06-141-1/+1
| | | | Approved by: pgj, tabthorpe (mentors)
* - Drop maintainershipgabor2010-06-081-1/+1
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* - Update to 0.14gabor2007-12-202-4/+4
|
* - Remove support for old Perl from my portsgabor2007-04-011-7/+1
|
* Change my e-mail address.gabor2006-12-081-1/+1
| | | | Approved by: erwin (mentor)
* - Update to 0.10mnag2006-04-242-5/+11
| | | | | | | - Mark as IGNORE when Perl < 5.6 PR: 96132 Submitted 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-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - unbreak on old perlleeym2005-12-241-6/+2
| | | | | Submitted by: leeym Approved by: maintainer via email
* The Digest::CRC module calculates CRC sums of all sorts. It contains wrappererwin2005-12-174-0/+38
functions with the correct parameters for CRC-CCITT, CRC-16 and CRC-32. WWW: http://search.cpan.org/dist/Digest-CRC PR: ports/90546 Submitted by: Gabor Kovesdan