import p5-Digest-MD4

The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4
Message Digest algorithm from within Perl programs. The algorithm takes
as input a message of arbitrary length and produces as output a 128-bit
"fingerprint" or "message digest" of the input.

from Stephan A. Rickauer (MAINTAINER), with tweaks by me
This commit is contained in:
jasper 2009-09-06 12:58:36 +00:00
parent f5d1e2831c
commit 7251eebd12
6 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/06 12:58:36 jasper Exp $
COMMENT= interface to md4 message-digest algorithm
MODULES= cpan
DISTNAME= Digest-MD4-1.5
CATEGORIES= security
MAINTAINER= Stephan A. Rickauer <stephan.rickauer@startek.ch>
# Digest::MD4: perl
#
# This implementation is derived from the reference C code in RFC 1320.
# See "A.3 md4c.c" for the copyright notice.
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Digest-MD4-1.5.tar.gz) = WU1mHBi0akrql5MdyvXOFA==
RMD160 (Digest-MD4-1.5.tar.gz) = 0c01hE0gqxngURZr5h3guF3KO14=
SHA1 (Digest-MD4-1.5.tar.gz) = Yy+rMNN8I2ZrfdWi2UEl/VmmbLY=
SHA256 (Digest-MD4-1.5.tar.gz) = x9ejL1wnEMkptWiKewV+yN28Uc8nj2I+dx/ALcq9ah8=
SIZE (Digest-MD4-1.5.tar.gz) = 29442

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2009/09/06 12:58:36 jasper Exp $
--- Makefile.PL.orig Fri Sep 4 11:10:40 2009
+++ Makefile.PL Fri Sep 4 11:10:50 2009
@@ -17,7 +17,7 @@ if ($^O eq 'VMS') {
}
}
-push(@extra, 'INSTALLDIRS' => 'perl') if $] >= 5.008;
+push(@extra, 'INSTALLDIRS' => 'site') if $] >= 5.008;
WriteMakefile(
'NAME' => 'Digest::MD4',

View File

@ -0,0 +1,8 @@
The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4
Message Digest algorithm from within Perl programs. The algorithm takes
as input a message of arbitrary length and produces as output a 128-bit
"fingerprint" or "message digest" of the input.
The Digest::MD4 module provide a procedural interface for simple use, as
well as an object oriented interface that can handle messages of
arbitrary length and which can read files directly.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/09/06 12:58:36 jasper Exp $
${P5ARCH}/auto/Digest/MD4/MD4.so

View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/06 12:58:36 jasper Exp $
%%SHARED%%
${P5ARCH}/
${P5ARCH}/Digest/
${P5ARCH}/Digest/MD4.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Digest/
${P5ARCH}/auto/Digest/MD4/
${P5ARCH}/auto/Digest/MD4/MD4.bs
@man man/man3p/Digest::MD4.3p