From e0fc6cd1de730f01d39f1644bb949b5539d2f0b2 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 7 Apr 1999 20:20:33 +0000 Subject: Digest:: MD5, MD2, SHA1, and HMAC --- security/p5-Digest-MD5/Makefile | 33 +++++++++++++++++++++++++++++++++ security/p5-Digest-MD5/distinfo | 1 + security/p5-Digest-MD5/pkg-comment | 1 + security/p5-Digest-MD5/pkg-descr | 22 ++++++++++++++++++++++ security/p5-Digest-MD5/pkg-plist | 19 +++++++++++++++++++ 5 files changed, 76 insertions(+) create mode 100644 security/p5-Digest-MD5/Makefile create mode 100644 security/p5-Digest-MD5/distinfo create mode 100644 security/p5-Digest-MD5/pkg-comment create mode 100644 security/p5-Digest-MD5/pkg-descr create mode 100644 security/p5-Digest-MD5/pkg-plist (limited to 'security') diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile new file mode 100644 index 000000000000..be1e09bbd17e --- /dev/null +++ b/security/p5-Digest-MD5/Makefile @@ -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 diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo new file mode 100644 index 000000000000..a6791af3723e --- /dev/null +++ b/security/p5-Digest-MD5/distinfo @@ -0,0 +1 @@ +MD5 (Digest-MD5-2.06.tar.gz) = 3bbea157c515c60c9f42d4ab95aad8dc diff --git a/security/p5-Digest-MD5/pkg-comment b/security/p5-Digest-MD5/pkg-comment new file mode 100644 index 000000000000..e9d77a08fa4d --- /dev/null +++ b/security/p5-Digest-MD5/pkg-comment @@ -0,0 +1 @@ +perl5 interface to MD5, MD2, SHA1 and HMAC Message-Digest Algorithms diff --git a/security/p5-Digest-MD5/pkg-descr b/security/p5-Digest-MD5/pkg-descr new file mode 100644 index 000000000000..ba1d6db46c4e --- /dev/null +++ b/security/p5-Digest-MD5/pkg-descr @@ -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. diff --git a/security/p5-Digest-MD5/pkg-plist b/security/p5-Digest-MD5/pkg-plist new file mode 100644 index 000000000000..cb720c1af780 --- /dev/null +++ b/security/p5-Digest-MD5/pkg-plist @@ -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 -- cgit v1.2.3