diff options
-rw-r--r-- | doc/CHANGES-2020 | 3 | ||||
-rw-r--r-- | security/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Digest-MD5/DESCR | 5 | ||||
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 21 | ||||
-rw-r--r-- | security/p5-Digest-MD5/distinfo | 6 |
5 files changed, 3 insertions, 35 deletions
diff --git a/doc/CHANGES-2020 b/doc/CHANGES-2020 index 1201c209e55..873bf78a846 100644 --- a/doc/CHANGES-2020 +++ b/doc/CHANGES-2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.4731 2020/09/04 09:29:54 wiz Exp $ +$NetBSD: CHANGES-2020,v 1.4732 2020/09/04 09:40:50 wiz Exp $ Changes to the packages collection and infrastructure in 2020: @@ -7325,3 +7325,4 @@ Changes to the packages collection and infrastructure in 2020: Updated audio/py-music21 to 6.1.0 [gutteridge 2020-09-04] Updated textproc/p5-Text-MultiMarkdown to 1.000035nb2 [wiz 2020-09-04] Removed textproc/p5-Encode successor lang/perl5 [wiz 2020-09-04] + Removed security/p5-Digest-MD5 successor lang/perl5 [wiz 2020-09-04] diff --git a/security/Makefile b/security/Makefile index 9f2b8eae16f..7f5075a129a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.778 2020/09/01 04:06:46 wiz Exp $ +# $NetBSD: Makefile,v 1.779 2020/09/04 09:40:50 wiz Exp $ # COMMENT= Security tools @@ -325,7 +325,6 @@ SUBDIR+= p5-Digest-Hashcash SUBDIR+= p5-Digest-JHash SUBDIR+= p5-Digest-MD2 SUBDIR+= p5-Digest-MD4 -SUBDIR+= p5-Digest-MD5 SUBDIR+= p5-Digest-MD5-File SUBDIR+= p5-Digest-Nilsimsa SUBDIR+= p5-Digest-Perl-MD5 diff --git a/security/p5-Digest-MD5/DESCR b/security/p5-Digest-MD5/DESCR deleted file mode 100644 index fce73674773..00000000000 --- a/security/p5-Digest-MD5/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -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. MD5 is -described in RFC 1321. diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile deleted file mode 100644 index e4905d85707..00000000000 --- a/security/p5-Digest-MD5/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: Makefile,v 1.55 2020/08/31 18:11:17 wiz Exp $ - -DISTNAME= Digest-MD5-2.55 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 -CATEGORIES= security perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://metacpan.org/release/Digest-MD5 -COMMENT= Perl5 extension interface for MD5 algorithm -LICENSE= ${PERL5_LICENSE} - -#DEPENDS+= {perl>=5.7.3,p5-Digest>=1.00}:../../security/p5-Digest - -CONFLICTS+= p5-MD5-[0-9]* - -PERL5_PACKLIST= auto/Digest/MD5/.packlist - -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Digest-MD5/distinfo b/security/p5-Digest-MD5/distinfo deleted file mode 100644 index d1dbeb3492d..00000000000 --- a/security/p5-Digest-MD5/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.21 2016/04/13 13:25:30 wen Exp $ - -SHA1 (Digest-MD5-2.55.tar.gz) = 59dc31b43c84d5e18ba60f25f513929c2f05ad51 -RMD160 (Digest-MD5-2.55.tar.gz) = 03bc05a3f0d3506a97e3ce133c767343386573ff -SHA512 (Digest-MD5-2.55.tar.gz) = e921fe802566047479d4f33e65cdda0c316e0de06b316845bb48feaefdf5d0c602e330d42335f2cbe34d5b076aa0da2ed6daa7f998e9fda09cf9d66fb3c66811 -Size (Digest-MD5-2.55.tar.gz) = 48823 bytes |