1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Digest:: MD5, MD2, SHA1, and HMAC

This commit is contained in:
Andrey A. Chernov 1999-04-07 20:20:33 +00:00
parent 81a8e2e2cd
commit e0fc6cd1de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17714
5 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: p5-Digest-MD5
# Version required: 2.*
#
# $Id: Makefile,v 1.11 1998/09/15 21:31:52 asami Exp $
#
DISTNAME= Digest-MD5-2.06
PKGNAME= p5-Digest-MD5-2.06
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MD5
MAINTAINER= ache@FreeBSD.ORG
USE_PERL5= YES
MAN3= \
Digest::MD2.3 \
Digest::SHA1.3 \
SHA.3 \
Digest::HMAC.3 \
Digest.3 \
Digest::MD5.3 \
Digest::HMAC_SHA1.3 \
Digest::HMAC_MD5.3 \
MD5.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Digest-MD5-2.06.tar.gz) = 3bbea157c515c60c9f42d4ab95aad8dc

View File

@ -0,0 +1 @@
perl5 interface to MD5, MD2, SHA1 and HMAC Message-Digest Algorithms

View File

@ -0,0 +1,22 @@
Digest:: MD5, MD2, SHA1 and HMAC
---------------------------------
This is a Perl extension interface to the RSA Data Security Inc. MD5,
MD2, as well as NIST SHA-1, Message Digest algorithms. This package
also provide modules which calculate HMAC digests.
To build the extensions, unpack this distribution somewhere, create
the Makefile by running 'perl Makefile.PL' and do a 'make', 'make
test', and if successful 'make install'.
You will need perl version 5.004 or better to install these modules.
Further documentation is embedded in the individual modules.
Copyright 1998-1999 Gisle Aas.
Copyright 1998 Graham Barr.
Copyright 1997 Uwe Hollerbach.
Copyright 1995-1996 Neil Winton.
Copyright 1990-1992 RSA Data Security, Inc.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

View File

@ -0,0 +1,19 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5/MD5.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5/MD5.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2/MD2.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2/MD2.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/SHA1/SHA1.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/SHA1/SHA1.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/MD5.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/HMAC.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/HMAC_SHA1.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/HMAC_MD5.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/MD2.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/SHA1.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/MD5.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/SHA.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD2
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/SHA1
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest