diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-07-23 22:27:26 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-07-23 22:27:26 +0800 |
commit | cf3a503a380fd0213cbfdd19995e41dbbe7bf883 (patch) | |
tree | c8002149923405a1e391b5cbe64f5e7c1c6a7e57 /security/p5-Digest-MD5 | |
parent | e97a81b162e4f4130851c22b61fa22e7929d39fa (diff) | |
download | freebsd-ports-graphics-cf3a503a380fd0213cbfdd19995e41dbbe7bf883.tar.gz freebsd-ports-graphics-cf3a503a380fd0213cbfdd19995e41dbbe7bf883.tar.zst freebsd-ports-graphics-cf3a503a380fd0213cbfdd19995e41dbbe7bf883.zip |
- update to version 2.14
- clean up pkg-{comment,descr}
- sort pkg-plist
PR: ports/29144
Submitted by: Pete Fritchman
Diffstat (limited to 'security/p5-Digest-MD5')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Digest-MD5/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Digest-MD5/pkg-comment | 2 | ||||
-rw-r--r-- | security/p5-Digest-MD5/pkg-descr | 28 | ||||
-rw-r--r-- | security/p5-Digest-MD5/pkg-plist | 4 |
5 files changed, 15 insertions, 23 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index e09a444a49b..2780e162e9e 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Digest-MD5 -PORTVERSION= 2.13 +PORTVERSION= 2.14 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Digest diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo index 374f6aa9013..92e0a4743a8 100644 --- a/security/p5-Digest-MD5/distinfo +++ b/security/p5-Digest-MD5/distinfo @@ -1 +1 @@ -MD5 (Digest-MD5-2.13.tar.gz) = f6e63e5250e8d5267e7a7828c52f01e4 +MD5 (Digest-MD5-2.14.tar.gz) = 58d51833d54beba8976fdacf9984c329 diff --git a/security/p5-Digest-MD5/pkg-comment b/security/p5-Digest-MD5/pkg-comment index dcfb64d913f..9c59863daef 100644 --- a/security/p5-Digest-MD5/pkg-comment +++ b/security/p5-Digest-MD5/pkg-comment @@ -1 +1 @@ -Perl5 interface to MD5, MD2, SHA1 and HMAC Message-Digest Algorithms +Perl5 interface to the MD5 algorithm diff --git a/security/p5-Digest-MD5/pkg-descr b/security/p5-Digest-MD5/pkg-descr index ba1d6db46c4..323b4994b9e 100644 --- a/security/p5-Digest-MD5/pkg-descr +++ b/security/p5-Digest-MD5/pkg-descr @@ -1,22 +1,14 @@ -Digest:: MD5, MD2, SHA1 and HMAC ---------------------------------- +The Digest::MD5 module allows you to use the RSA Data Security Inc. +MD5 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. -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. +The Digest::MD5 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. -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. +WWW: http://search.cpan.org/search?dist=Digest-MD5 +- Pete +petef@databits.net diff --git a/security/p5-Digest-MD5/pkg-plist b/security/p5-Digest-MD5/pkg-plist index 4b6e25f6a0d..0e9b8483f4b 100644 --- a/security/p5-Digest-MD5/pkg-plist +++ b/security/p5-Digest-MD5/pkg-plist @@ -1,7 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/MD5.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5/.packlist -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%%/Digest/MD5.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5/MD5.so @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/MD5 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest 2>/dev/null || true |