Commit graph

6 commits

Author SHA1 Message Date
Lars Balker Rasmussen
b2f0e6f567 Update to 1.05
PR:		103899
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2006-10-02 21:29:43 +00:00
Lars Balker Rasmussen
fbe7808f53 Update to 1.04.
Approved by:	erwin (dementor)
2006-05-19 10:36:34 +00:00
Lars Balker Rasmussen
e7dc7669c7 Changing email-address on my 80 ports.
Approved by:	erwin (mental)
2006-05-01 13:52:00 +00:00
Edwin Groothuis
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00
Erwin Lansing
a331e78cc7 Update to 1.03
PR:		91025
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-28 18:45:05 +00:00
Erwin Lansing
af14947e24 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/

PR:		ports/90918
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-12-26 11:50:43 +00:00