aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Object-Signature
Commit message (Collapse)AuthorAgeFilesLines
* Reset lbr@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2009-08-161-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=239640
* Hunt for typos in devel/p5-*.Jimmy Olgeni2008-05-231-1/+1
| | | | Notes: svn path=/head/; revision=213563
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 1.05Lars Balker Rasmussen2006-10-022-4/+4
| | | | | | | | PR: 103899 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=174335
* Update to 1.04.Lars Balker Rasmussen2006-05-192-4/+4
| | | | | | | Approved by: erwin (dementor) Notes: svn path=/head/; revision=162787
* Changing email-address on my 80 ports.Lars Balker Rasmussen2006-05-011-2/+2
| | | | | | | Approved by: erwin (mental) Notes: svn path=/head/; revision=161060
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* Update to 1.03Erwin Lansing2005-12-282-7/+6
| | | | | | | | PR: 91025 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer) Notes: svn path=/head/; revision=152291
* Object::Signature is an abstract base class that you can inherit from inErwin Lansing2005-12-264-0/+53
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> Notes: svn path=/head/; revision=152089