Import Digest-Nilsimsa 0.06; submitted by Marc Matteo <marcm@lectroid.net>.

A nilsimsa code is something like a hash, but unlike hashes, a small
change in the message results in a small change in the nilsimsa code.
The Digest::Nilsimsa module allows you to compute nilsimsa codes from within
Perl programs.
This commit is contained in:
naddy 2002-06-29 23:53:31 +00:00
parent 2ac16d1c09
commit 95e35a350f
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/06/29 23:53:31 naddy Exp $
COMMENT= "module to calculate Nilsimsa digests"
DISTNAME= Digest-Nilsimsa-0.06
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MAINTAINER= Marc Matteo <marcm@lectroid.net>
# Artistic licence
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Digest-Nilsimsa-0.06.tar.gz) = 08e940bd7f5d1167ef3fd1aa7ce234d7
RMD160 (Digest-Nilsimsa-0.06.tar.gz) = e744cecf7780468e4a7309990e506596cd873150
SHA1 (Digest-Nilsimsa-0.06.tar.gz) = 6f9248c6a900c08bea64830930be12572000171b

View File

@ -0,0 +1,8 @@
A nilsimsa code is something like a hash, but unlike hashes, a small
change in the message results in a small change in the nilsimsa code.
The Digest::Nilsimsa module allows you to compute nilsimsa codes from within
Perl programs.
Information on Nilsimsa can be found here:
http://ixazon.dynip.com/~cmeclax/nilsimsa.html

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/06/29 23:53:31 naddy Exp $
${P5ARCH}/Digest/Nilsimsa.pm
${P5ARCH}/auto/Digest/Nilsimsa/Nilsimsa.bs
${P5ARCH}/auto/Digest/Nilsimsa/Nilsimsa.so
man/man3p/Digest::Nilsimsa.3p
@dirrm ${P5ARCH}/auto/Digest/Nilsimsa