summaryrefslogtreecommitdiff
path: root/security/p5-Digest-CRC
AgeCommit message (Collapse)AuthorFilesLines
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-05-31Updating package for CPAN module Digest::CRC in security/p5-Digest-CRCsno2-6/+6
from 0.17 to 0.18. Upstream changes: 0.18 Sat Nov 12 23:09:05 2011 - added convenience wrappers for 'cont', #70672 - fixed few issues in xs code, #70674 - added openpgparmor support, #72387
2011-10-18Update p5-Digest-CRC to 0.17.obache2-9/+6
(Drop dependency on p5-Digest, it is not required even with prior version). 0.17 Sat Aug 27 13:59:31 2011 - fixed non-xs code, #70535
2011-08-09Revision bump after updating perl to 5.14.1adam1-2/+2
2010-12-02Update to 0.16:wiz2-7/+6
0.16 Wed Sep 29 08:11:42 2010 - fixed crc64 support for non-xs case, #61490, #61491
2010-09-21Updating security/p5-Digest-CRC from 0.14nb2 to 0.15sno2-7/+8
pkgsrc changes: - add license definition Upstream changes: 0.15 Sun Sep 12 13:46:13 2010 - added crc64 support, #50064 Thanks to Anders Ossowicki <aowi@novozymes.com> - added bit reversing per byte, #59575 Thanks to Joel Peshkin <joel@peshkin.net> - clone method nwo copies content too Thanks to Stefan Ochs <stefan.ochs@opentext.com>
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-07-16- updated to 0.14rhaen2-6/+6
Changelog: 0.11 Wed Oct 31 20:26:13 2007 - fixed __reflect error 0.12 Sat Nov 3 10:11:42 2007 - Debug output removed 0.13 Sun Nov 4 11:22:54 2007 - fixed tests 0.14 Mon Nov 5 08:10:11 2007 - fixed __reflect error in non XS part
2008-06-20Add DESTDIR support.joerg1-3/+4
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-03-19give away to pkgsrc-userstv1-2/+2
2006-09-05Update to 0.10; fixes PR pkg/34408. Changes:tv2-7/+6
0.10 Sat Mar 18 21:07:22 2004 - adapted behaviour to Digest
2006-03-22Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as atv1-2/+2
PR-responsible person (such as I am ;) a little easier.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-19depends should be ../../<category>/<pkg>grant1-2/+2
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-11The Digest::CRC module calculates CRC sums of all sorts. It containstv4-0/+30
wrapper functions with the correct parameters for CRC-CCITT, CRC-16 and CRC-32. [tv: This differs from p5-String-CRC32 in that it is a generic Digest.pm module plugin.]