NOTICE: This package has been removed from pkgsrc

./wip/p5-Object-Signature, Generate cryptographic signatures for objects

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.05, Package name: p5-Object-Signature-1.05, Maintainer: kuli0020

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.


Required to run:
[lang/perl5] [security/p5-Digest-MD5] [devel/p5-Storable] [devel/p5-ExtUtils-AutoInstall] [devel/p5-PathTools] [devel/p5-Test-Simple]

Master sites: (Expand)

SHA1: e39488839ccf72860f1d46321b0366af3360bb09
RMD160: d82bec4cc050c2cb44b1425e0ed9460c860cfdba
Filesize: 20.467 KB

Version history: (Expand)


CVS history: (Expand)


   2008-07-21 01:34:43 by abs | Files touched by this commit (54) | Package removed
Log message:
The following have versions in main pkgsrc. Remove from wip and
update any depending packages appropriately 
p5-Class-C3-Componentised
p5-Class-Data-Accessor
p5-Class-ISA
p5-Config-Any
p5-DBIx-Class       
p5-DBIx-Class-Loader       
p5-DBIx-Class-Schema-Loader
p5-Data-Page
p5-Data-Visitor
p5-Log-Log4perl
p5-Module-Find
p5-Object-Signature
p5-Scope-Guard
   2008-05-30 14:22:19 by abs | Files touched by this commit (64)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2007-03-01 17:08:06 by Johann Franz | Files touched by this commit (2)
Log message:
Update to 1.05:
1.05 Mon 2 Oct 2006
    * No functional changes
    * Upgrading to Module::Install 0.64
    * Fixed a few minor kwalitee nigglies
    * Upgraded tests to remove need for File::Spec dependency 
1.04 Thu 18 May 2005
    * No functional changes
    * Upgrading Module::Install to 0.62 (final) 
   2006-04-13 21:44:24 by Roman Kulik | Files touched by this commit (1)
Log message:
Removed WWW: line from DESCR file.
   2006-03-07 20:56:13 by Roman Kulik | Files touched by this commit (4) | Imported package
Log message:
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.

WWW: http://search.cpan.org/dist/Object-Signature/