Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-19 | Bump the PKGREVISION for all packages which depend directly on perl, | he | 1 | -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-15 | Added databases/p5-DBIx-Class-DigestColumns version 0.06000 | abs | 3 | -0/+40 | |
This DBIx::Class component can be used to automatically insert a message digest of selected columns. By default DigestColumns will use Digest::MD5 to insert a 128-bit hexadecimal message digest of the column value. The length of the inserted string will be 32 and it will only contain characters from this set: '0'..'9' and 'a'..'f'. If you would like to use a specific digest module to create your message digest, you can set "digest_algorithm": |