- update to p5-Compress-Zlib-1.09
- bump NEED_VERSION - touch up COMMENT/DESCR - take MAINTAINER (angelos@ ok) - regenerate patches using update-patches - install example files provided in package into PREFIX/share/examples
This commit is contained in:
parent
c5b85f6315
commit
5ea10fe5b8
@ -1,13 +1,14 @@
|
|||||||
# $OpenBSD: Makefile,v 1.17 2000/10/22 15:41:25 espie Exp $
|
# $OpenBSD: Makefile,v 1.18 2001/01/16 23:19:47 avsm Exp $
|
||||||
|
|
||||||
DISTNAME= Compress-Zlib-1.08
|
DISTNAME= Compress-Zlib-1.09
|
||||||
PKGNAME= p5-Compress-Zlib-1.08
|
PKGNAME= p5-${DISTNAME}
|
||||||
CATEGORIES= archivers perl5
|
CATEGORIES= archivers perl5
|
||||||
NEED_VERSION= 1.305
|
NEED_VERSION= 1.348
|
||||||
|
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= Compress
|
MASTER_SITE_SUBDIR= Compress
|
||||||
|
|
||||||
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
||||||
|
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_PACKAGE_FTP= Yes
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
@ -15,5 +16,13 @@ PERMIT_DISTFILES_CDROM= Yes
|
|||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
CONFIGURE_STYLE= perl
|
CONFIGURE_STYLE= perl
|
||||||
|
EXAMPLE_FILES= filtdef filtinf gzcat gzgrep gzstream
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Compress-Zlib
|
||||||
|
.for i in ${EXAMPLE_FILES}
|
||||||
|
${INSTALL_SCRIPT} ${WRKBUILD}/examples/$i \
|
||||||
|
${PREFIX}/share/examples/p5-Compress-Zlib
|
||||||
|
.endfor
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (Compress-Zlib-1.08.tar.gz) = d4a0303209084d329f0c29301d57e031
|
MD5 (Compress-Zlib-1.09.tar.gz) = 3a684f9ed2d12157c5013134531e6e1f
|
||||||
RMD160 (Compress-Zlib-1.08.tar.gz) = 69794a69197bfa2b2d1fe668a0702a2044423df3
|
RMD160 (Compress-Zlib-1.09.tar.gz) = fc7f30e259a2643ad9095d2ecdc9154cb5216d13
|
||||||
SHA1 (Compress-Zlib-1.08.tar.gz) = 475eec55f83997875a9bace50f0364e4eb53d2f7
|
SHA1 (Compress-Zlib-1.09.tar.gz) = b5993d6e909aa0ef7bb2016d41c477d1b50e4dc8
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
*** examples/filtdef.orig Mon Nov 24 15:57:45 1997
|
|
||||||
--- examples/filtdef Mon Nov 24 15:58:30 1997
|
|
||||||
***************
|
|
||||||
*** 1,4 ****
|
|
||||||
! #!/usr/local/bin/perl
|
|
||||||
|
|
||||||
use Compress::Zlib ;
|
|
||||||
|
|
||||||
--- 1,4 ----
|
|
||||||
! #!/usr/bin/perl
|
|
||||||
|
|
||||||
use Compress::Zlib ;
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
*** examples/filtinf.orig Mon Nov 24 15:57:52 1997
|
|
||||||
--- examples/filtinf Mon Nov 24 15:58:35 1997
|
|
||||||
***************
|
|
||||||
*** 1,4 ****
|
|
||||||
! #!/usr/local/bin/perl
|
|
||||||
|
|
||||||
use Compress::Zlib ;
|
|
||||||
|
|
||||||
--- 1,4 ----
|
|
||||||
! #!/usr/bin/perl
|
|
||||||
|
|
||||||
use Compress::Zlib ;
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
*** examples/gzcat.orig Mon Nov 24 15:57:58 1997
|
|
||||||
--- examples/gzcat Mon Nov 24 15:58:39 1997
|
|
||||||
***************
|
|
||||||
*** 1,4 ****
|
|
||||||
! #!/usr/local/bin/perl
|
|
||||||
|
|
||||||
use Compress::Zlib ;
|
|
||||||
|
|
||||||
--- 1,4 ----
|
|
||||||
! #!/usr/bin/perl
|
|
||||||
|
|
||||||
use Compress::Zlib ;
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
*** examples/gzgrep.orig Mon Nov 24 15:58:04 1997
|
|
||||||
--- examples/gzgrep Mon Nov 24 15:58:42 1997
|
|
||||||
***************
|
|
||||||
*** 1,4 ****
|
|
||||||
! #!/usr/local/bin/perl
|
|
||||||
|
|
||||||
use Compress::Zlib ;
|
|
||||||
|
|
||||||
--- 1,4 ----
|
|
||||||
! #!/usr/bin/perl
|
|
||||||
|
|
||||||
use Compress::Zlib ;
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
*** examples/gzstream.orig Mon Nov 24 15:58:08 1997
|
|
||||||
--- examples/gzstream Mon Nov 24 15:58:49 1997
|
|
||||||
***************
|
|
||||||
*** 1,4 ****
|
|
||||||
! #!/usr/local/bin/perl
|
|
||||||
|
|
||||||
use Compress::Zlib ;
|
|
||||||
|
|
||||||
--- 1,4 ----
|
|
||||||
! #!/usr/bin/perl
|
|
||||||
|
|
||||||
use Compress::Zlib ;
|
|
||||||
|
|
@ -0,0 +1,9 @@
|
|||||||
|
$OpenBSD: patch-examples_filtdef,v 1.1 2001/01/16 23:19:49 avsm Exp $
|
||||||
|
--- examples/filtdef.orig Sun Nov 23 20:16:32 1997
|
||||||
|
+++ examples/filtdef Tue Jan 16 23:01:36 2001
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl
|
||||||
|
+#!/usr/bin/perl
|
||||||
|
|
||||||
|
use Compress::Zlib ;
|
||||||
|
|
@ -0,0 +1,9 @@
|
|||||||
|
$OpenBSD: patch-examples_filtinf,v 1.1 2001/01/16 23:19:49 avsm Exp $
|
||||||
|
--- examples/filtinf.orig Sun Nov 23 20:16:32 1997
|
||||||
|
+++ examples/filtinf Tue Jan 16 23:01:36 2001
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl
|
||||||
|
+#!/usr/bin/perl
|
||||||
|
|
||||||
|
use Compress::Zlib ;
|
||||||
|
|
9
archivers/p5-Compress-Zlib/patches/patch-examples_gzcat
Normal file
9
archivers/p5-Compress-Zlib/patches/patch-examples_gzcat
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
$OpenBSD: patch-examples_gzcat,v 1.1 2001/01/16 23:19:49 avsm Exp $
|
||||||
|
--- examples/gzcat.orig Mon Apr 22 15:12:04 1996
|
||||||
|
+++ examples/gzcat Tue Jan 16 23:01:36 2001
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl
|
||||||
|
+#!/usr/bin/perl
|
||||||
|
|
||||||
|
use Compress::Zlib ;
|
||||||
|
|
9
archivers/p5-Compress-Zlib/patches/patch-examples_gzgrep
Normal file
9
archivers/p5-Compress-Zlib/patches/patch-examples_gzgrep
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
$OpenBSD: patch-examples_gzgrep,v 1.1 2001/01/16 23:19:49 avsm Exp $
|
||||||
|
--- examples/gzgrep.orig Fri Feb 23 17:05:48 1996
|
||||||
|
+++ examples/gzgrep Tue Jan 16 23:01:36 2001
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl
|
||||||
|
+#!/usr/bin/perl
|
||||||
|
|
||||||
|
use Compress::Zlib ;
|
||||||
|
|
@ -0,0 +1,9 @@
|
|||||||
|
$OpenBSD: patch-examples_gzstream,v 1.1 2001/01/16 23:19:49 avsm Exp $
|
||||||
|
--- examples/gzstream.orig Sun Nov 23 20:16:32 1997
|
||||||
|
+++ examples/gzstream Tue Jan 16 23:01:36 2001
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl
|
||||||
|
+#!/usr/bin/perl
|
||||||
|
|
||||||
|
use Compress::Zlib ;
|
||||||
|
|
@ -1 +1 @@
|
|||||||
Perl5 interface to zlib compression library
|
perl interface to the zlib compression library
|
||||||
|
@ -1,13 +1,7 @@
|
|||||||
The Compress::Zlib module provides a Perl interface to the
|
The Compress::Zlib module provides a Perl interface to the zlib
|
||||||
zlib compression library (see the AUTHORS entry elsewhere
|
compression library (which is part of OpenBSD). Most of the
|
||||||
in this documentfor details about where to get zlib). Most
|
functionality provided by zlib is available in Compress::Zlib.
|
||||||
of the functionality provided by zlib is available in
|
|
||||||
Compress::Zlib.
|
|
||||||
|
|
||||||
The module can be split into two general areas of
|
The module can be split into two general areas of functionality,
|
||||||
functionality, namely in-memory compression/decompression
|
namely in-memory compression/decompression and read/write access
|
||||||
and read/write access to gzip files. Each of these areas
|
to gzip files.
|
||||||
will be discussed separately below.
|
|
||||||
|
|
||||||
WARNING: The interface defined in this document is alpha
|
|
||||||
and is liable to change.
|
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.5 2000/06/28 11:42:54 espie Exp $
|
@comment $OpenBSD: PLIST,v 1.6 2001/01/16 23:19:49 avsm Exp $
|
||||||
libdata/perl5/site_perl/${ARCH}-openbsd/Compress/Zlib.pm
|
libdata/perl5/site_perl/${ARCH}-openbsd/Compress/Zlib.pm
|
||||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Compress/Zlib/.packlist
|
|
||||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Compress/Zlib/Zlib.bs
|
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Compress/Zlib/Zlib.bs
|
||||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Compress/Zlib/Zlib.so
|
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Compress/Zlib/Zlib.so
|
||||||
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Compress/Zlib/autosplit.ix
|
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Compress/Zlib/autosplit.ix
|
||||||
man/man3/Compress::Zlib.3p
|
man/man3/Compress::Zlib.3p
|
||||||
|
share/examples/p5-Compress-Zlib/filtdef
|
||||||
|
share/examples/p5-Compress-Zlib/filtinf
|
||||||
|
share/examples/p5-Compress-Zlib/gzcat
|
||||||
|
share/examples/p5-Compress-Zlib/gzgrep
|
||||||
|
share/examples/p5-Compress-Zlib/gzstream
|
||||||
|
@dirrm share/examples/p5-Compress-Zlib
|
||||||
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/Compress/Zlib
|
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/Compress/Zlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user