p5-IO-Compress: remove, part of perl since 2008

This commit is contained in:
wiz 2020-09-04 10:55:08 +00:00
parent ce8e9cd4e0
commit b4769304e4
5 changed files with 4 additions and 45 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3193 2020/09/04 10:46:23 wiz Exp $
# $NetBSD: Makefile,v 1.3194 2020/09/04 10:55:08 wiz Exp $
#
COMMENT= Development utilities
@ -1473,7 +1473,6 @@ SUBDIR+= p5-IO-All
SUBDIR+= p5-IO-Async
SUBDIR+= p5-IO-Capture
SUBDIR+= p5-IO-CaptureOutput
SUBDIR+= p5-IO-Compress
SUBDIR+= p5-IO-Digest
SUBDIR+= p5-IO-Event
SUBDIR+= p5-IO-HTML

View file

@ -1,5 +0,0 @@
This distribution provides a Perl interface to allow reading and writing of
compressed data created with the zlib and bzip2 libraries.
IO-Compress supports reading and writing of bzip2, RFC 1950, RFC
1951, RFC 1952 (i.e. gzip) and zip files/buffers.

View file

@ -1,30 +0,0 @@
# $NetBSD: Makefile,v 1.42 2020/08/31 18:08:10 wiz Exp $
DISTNAME= IO-Compress-2.081
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/IO-Compress
COMMENT= IO Interface to compressed data files/buffers
LICENSE= ${PERL5_LICENSE}
CONFLICTS+= p5-IO-Compress-Base-[0-9]*
CONFLICTS+= p5-IO-Compress-Zlib-[0-9]*
CONFLICTS+= p5-IO-Compress-Bzip2-[0-9]*
CONFLICTS+= p5-Compress-Zlib-[0-9]*
DEPENDS+= p5-Compress-Raw-Zlib>=${PKGVERSION_NOREV}:../../devel/p5-Compress-Raw-Zlib
DEPENDS+= p5-Compress-Raw-Bzip2>=${PKGVERSION_NOREV}:../../devel/p5-Compress-Raw-Bzip2
SUPERSEDES= p5-IO-Compress-Base<2.017
SUPERSEDES+= p5-IO-Compress-Bzip2<2.017
SUPERSEDES+= p5-IO-Compress-Zlib<2.017
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/IO/Compress/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,6 +0,0 @@
$NetBSD: distinfo,v 1.26 2018/04/23 07:20:22 wen Exp $
SHA1 (IO-Compress-2.081.tar.gz) = 1ee559e82d2710933849830212f29ed273f12529
RMD160 (IO-Compress-2.081.tar.gz) = cf444f7e6bab3f83dbbe84e5587474bd2e93e025
SHA512 (IO-Compress-2.081.tar.gz) = 233ab48b8629b162e15325ac1eee17a01748ad0937e14c43c8254f936a8c06f6fbae646ce74e0783d628b7a1a9da27c57a3ea9997577d885d27a6fa33e7b7f33
Size (IO-Compress-2.081.tar.gz) = 243904 bytes

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2020,v 1.4745 2020/09/04 10:50:33 prlw1 Exp $
$NetBSD: CHANGES-2020,v 1.4746 2020/09/04 10:55:08 wiz Exp $
Changes to the packages collection and infrastructure in 2020:
@ -7337,5 +7337,6 @@ Changes to the packages collection and infrastructure in 2020:
Updated textproc/po4a to 0.57nb3 [wiz 2020-09-04]
Removed devel/p5-CPAN-Meta successor lang/perl5 [wiz 2020-09-04]
Removed devel/p5-CPAN-Meta-Requirements successor lang/perl5 [wiz 2020-09-04]
Removed devel/p5-CPAN-Meta-YAML [wiz 2020-09-04]
Removed devel/p5-CPAN-Meta-YAML successor lang/perl5 [wiz 2020-09-04]
Updated fonts/harfbuzz to 2.7.2 [prlw1 2020-09-04]
Removed devel/p5-IO-Compress successor lang/perl5 [wiz 2020-09-04]