pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Digest-JHash Add p5-Digest-JHash.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/acf398f08ced
branches:  trunk
changeset: 632642:acf398f08ced
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Apr 02 19:23:09 2014 +0000

description:
Add p5-Digest-JHash.

The Digest::JHash module allows you to use the fast JHash hashing
algorithm developed by Bob Jenkins from within Perl programs. The
algorithm takes as input a message of arbitrary length and produces
as output a 32-bit "message digest" of the input in the form of an
unsigned long integer.

Call it a low calorie version of MD5 if you like.

diffstat:

 security/p5-Digest-JHash/DESCR    |   7 +++++++
 security/p5-Digest-JHash/Makefile |  18 ++++++++++++++++++
 security/p5-Digest-JHash/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 86c379e43e26 -r acf398f08ced security/p5-Digest-JHash/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-JHash/DESCR    Wed Apr 02 19:23:09 2014 +0000
@@ -0,0 +1,7 @@
+The Digest::JHash module allows you to use the fast JHash hashing
+algorithm developed by Bob Jenkins from within Perl programs. The
+algorithm takes as input a message of arbitrary length and produces
+as output a 32-bit "message digest" of the input in the form of an
+unsigned long integer.
+
+Call it a low calorie version of MD5 if you like.
diff -r 86c379e43e26 -r acf398f08ced security/p5-Digest-JHash/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-JHash/Makefile Wed Apr 02 19:23:09 2014 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2014/04/02 19:23:09 schmonz Exp $
+
+DISTNAME=              Digest-JHash-0.08
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            security perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Digest/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Digest-JHash/
+COMMENT=               Perl extension for 32 bit Jenkins Hashing Algorithm
+LICENSE=               ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=                auto/Digest/JHash/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 86c379e43e26 -r acf398f08ced security/p5-Digest-JHash/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Digest-JHash/distinfo Wed Apr 02 19:23:09 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/04/02 19:23:09 schmonz Exp $
+
+SHA1 (Digest-JHash-0.08.tar.gz) = 630604609fb17ac70c260a9ffa384cb23545029d
+RMD160 (Digest-JHash-0.08.tar.gz) = 6b01565d686968bf7dca51d6f7e51f314db31b3b
+Size (Digest-JHash-0.08.tar.gz) = 12343 bytes



Home | Main Index | Thread Index | Old Index