pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Object-Signature Added devel/p5-Object-Signat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d0244fbb418b
branches: trunk
changeset: 544402:d0244fbb418b
user: abs <abs%pkgsrc.org@localhost>
date: Mon Jul 14 09:25:45 2008 +0000
description:
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.
diffstat:
devel/p5-Object-Signature/DESCR | 7 +++++++
devel/p5-Object-Signature/Makefile | 24 ++++++++++++++++++++++++
devel/p5-Object-Signature/distinfo | 5 +++++
3 files changed, 36 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r f7a1afd820cb -r d0244fbb418b devel/p5-Object-Signature/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Object-Signature/DESCR Mon Jul 14 09:25:45 2008 +0000
@@ -0,0 +1,7 @@
+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.
diff -r f7a1afd820cb -r d0244fbb418b devel/p5-Object-Signature/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Object-Signature/Makefile Mon Jul 14 09:25:45 2008 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:25:45 abs Exp $
+
+DISTNAME= Object-Signature-1.05
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Object-Signature/
+COMMENT= Generate cryptographic signatures for objects
+
+DEPENDS+= p5-Storable>=2.11:../../devel/p5-Storable
+DEPENDS+= p5-Digest-MD5>=2.00:../../security/p5-Digest-MD5
+DEPENDS+= p5-Test-Simple>=0.47:../../devel/p5-Test-Simple
+DEPENDS+= p5-PathTools>=0.80:../../devel/p5-PathTools
+DEPENDS+= p5-ExtUtils-AutoInstall>=0.63:../../devel/p5-ExtUtils-AutoInstall
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Object/Signature/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f7a1afd820cb -r d0244fbb418b devel/p5-Object-Signature/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Object-Signature/distinfo Mon Jul 14 09:25:45 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/14 09:25:45 abs Exp $
+
+SHA1 (Object-Signature-1.05.tar.gz) = e39488839ccf72860f1d46321b0366af3360bb09
+RMD160 (Object-Signature-1.05.tar.gz) = d82bec4cc050c2cb44b1425e0ed9460c860cfdba
+Size (Object-Signature-1.05.tar.gz) = 20958 bytes
Home |
Main Index |
Thread Index |
Old Index