summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-10-01 10:37:13 +0000
committeragc <agc@pkgsrc.org>2001-10-01 10:37:13 +0000
commit703b6eb3433ba52f692dff12197125fd3daa740e (patch)
tree1740d1c950168c8591063f47f6bd366661ea546d /archivers
parentc369d8291ba86e8f7a3edbdfb37eb9e179b72dee (diff)
downloadpkgsrc-703b6eb3433ba52f692dff12197125fd3daa740e.tar.gz
This package was a duplicate of devel/p5-Compress-Zlib, albeit a later
version. I've updated devel/p5-Compress-Zlib to 1.14, which was the level of this version, and removed this package accordingly. Done this way because there are two other packages which depend upon p5-Compress-Zlib being in the devel category.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Compress-Zlib/Makefile18
-rw-r--r--archivers/p5-Compress-Zlib/distinfo6
-rw-r--r--archivers/p5-Compress-Zlib/patches/patch-aa13
-rw-r--r--archivers/p5-Compress-Zlib/patches/patch-ab22
-rw-r--r--archivers/p5-Compress-Zlib/pkg/DESCR3
-rw-r--r--archivers/p5-Compress-Zlib/pkg/PLIST1
6 files changed, 0 insertions, 63 deletions
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile
deleted file mode 100644
index 3bb34d245d9..00000000000
--- a/archivers/p5-Compress-Zlib/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/10/01 02:50:09 jlam Exp $
-
-DISTNAME= Compress-Zlib-1.14
-PKGNAME= p5-${DISTNAME}
-CATEGORIES= www perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/}
-
-MAINTAINER= packages@netbsd.org
-COMMENT= perl5 module interface to the zlib compression library
-
-USE_PERL5= YES
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Compress/Zlib/.packlist
-
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
-.include "../../devel/zlib/buildlink.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/p5-Compress-Zlib/distinfo b/archivers/p5-Compress-Zlib/distinfo
deleted file mode 100644
index 8ebc532150b..00000000000
--- a/archivers/p5-Compress-Zlib/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/10/01 02:50:09 jlam Exp $
-
-SHA1 (Compress-Zlib-1.14.tar.gz) = cce69e0004d4594e46e02fa16404fd19bd3f5280
-Size (Compress-Zlib-1.14.tar.gz) = 25022 bytes
-SHA1 (patch-aa) = 40c171f6f1b46b5a20165b836b9f2f6b59fbb828
-SHA1 (patch-ab) = 7953c1cd8b20265bf0f9f2da8f35ab3b35ee8239
diff --git a/archivers/p5-Compress-Zlib/patches/patch-aa b/archivers/p5-Compress-Zlib/patches/patch-aa
deleted file mode 100644
index 6a2b6244c63..00000000000
--- a/archivers/p5-Compress-Zlib/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/10/01 02:50:09 jlam Exp $
-
---- Makefile.PL.orig Thu May 31 18:24:58 2001
-+++ Makefile.PL
-@@ -27,7 +27,7 @@
- },
- ($BUILD_ZLIB
- ? (MYEXTLIB => "$ZLIB_LIB/libz\$(LIB_EXT)")
-- : (LIBS => [ "-L$ZLIB_LIB -lz " ])
-+ : (LIBS => [ "-L$ZLIB_LIB -R$ZLIB_LIB -lz " ])
- ),
- ($] >= 5.005
- ? (ABSTRACT_FROM => 'Zlib.pm',
diff --git a/archivers/p5-Compress-Zlib/patches/patch-ab b/archivers/p5-Compress-Zlib/patches/patch-ab
deleted file mode 100644
index 634b150b00f..00000000000
--- a/archivers/p5-Compress-Zlib/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/10/01 02:50:09 jlam Exp $
-
---- config.in.orig Thu May 31 18:16:04 2001
-+++ config.in
-@@ -25,7 +25,7 @@
- # If you have set BUILD_ZLIB above to True, the path should point to the
- # zlib source directory. A relative path is sufficient.
-
--INCLUDE = /usr/local/include
-+INCLUDE = ${LOCALBASE}/include
- #INCLUDE = ./zlib-1.1.3
-
- # 3. Where is libz?
-@@ -35,7 +35,7 @@
- # If you have set BUILD_ZLIB above to True, the path should point to the
- # zlib source directory. A relative path is sufficient.
-
--LIB = /usr/local/lib
-+LIB = ${LOCALBASE}/lib
- #LIB = ./zlib-1.1.3
-
- # end of file config.in
diff --git a/archivers/p5-Compress-Zlib/pkg/DESCR b/archivers/p5-Compress-Zlib/pkg/DESCR
deleted file mode 100644
index a0aed90c2fd..00000000000
--- a/archivers/p5-Compress-Zlib/pkg/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-The Compress::Zlib module provides a Perl interface to the zlib compression
-library. Most of the functionality provided by zlib is available in
-Compress::Zlib.
diff --git a/archivers/p5-Compress-Zlib/pkg/PLIST b/archivers/p5-Compress-Zlib/pkg/PLIST
deleted file mode 100644
index d0e93e6d0af..00000000000
--- a/archivers/p5-Compress-Zlib/pkg/PLIST
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/01 02:50:09 jlam Exp $