Subject: CVS commit: pkgsrc/devel/p5-Object-Signature
From: David Brownlee
Date: 2008-07-14 11:25:45
Message id: 20080714092545.F2CE6175D0@cvs.netbsd.org

Log Message:
Added devel/p5-Object-Signature version 1.05

Object::Signature is an abstract base class that you can inherit from in
order to allow your objects to generate unique cryptographic signatures.

The method used to generate the signature is based on Storable and
Digest::MD5. The object is fed to Storable::nfreeze to get a string,
which is then passed to Digest::MD5::md5_hex to get a unique 32
character hexidecimal signature.


Files:
RevisionActionfile
1.1importpkgsrc/devel/p5-Object-Signature/DESCR
1.1importpkgsrc/devel/p5-Object-Signature/Makefile
1.1importpkgsrc/devel/p5-Object-Signature/distinfo