Subject: CVS commit: pkgsrc/databases/p5-DBIx-Class-DigestColumns
From: David Brownlee
Date: 2008-07-15 10:41:48
Message id: 20080715084148.0A0C5175D0@cvs.netbsd.org

Log Message:
Added databases/p5-DBIx-Class-DigestColumns version 0.06000

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":


Files:
RevisionActionfile
1.1importpkgsrc/databases/p5-DBIx-Class-DigestColumns/Makefile
1.1importpkgsrc/databases/p5-DBIx-Class-DigestColumns/DESCR
1.1importpkgsrc/databases/p5-DBIx-Class-DigestColumns/distinfo