mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Import of perl5 module for access to libz functions.
This commit is contained in:
parent
7c81cba3af
commit
66447b0b47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4079
33
archivers/p5-Compress-Zlib/Makefile
Normal file
33
archivers/p5-Compress-Zlib/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: p5-Compress-Zlib
|
||||
# Version required: 0.4
|
||||
# Date created: October 20th 1996
|
||||
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= Compress-Zlib-0.4
|
||||
PKGNAME= p5-Compress-Zlib-0.4
|
||||
CATEGORIES+= archivers
|
||||
MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Compress/ \
|
||||
ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Compress/ \
|
||||
ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Compress/ \
|
||||
ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Compress/ \
|
||||
ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Compress/ \
|
||||
ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Compress/
|
||||
|
||||
MAINTAINER= jfitz@FreeBSD.ORG
|
||||
|
||||
BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
|
||||
|
||||
do-configure:
|
||||
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
|
||||
|
||||
post-install:
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
@ for file in Compress::Zlib; do \
|
||||
gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \
|
||||
done
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
archivers/p5-Compress-Zlib/distinfo
Normal file
1
archivers/p5-Compress-Zlib/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Compress-Zlib-0.4.tar.gz) = 1edaacdcec972532e6ee7a122789beb7
|
1
archivers/p5-Compress-Zlib/pkg-comment
Normal file
1
archivers/p5-Compress-Zlib/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
perl5 interface to zlib compression library.
|
13
archivers/p5-Compress-Zlib/pkg-descr
Normal file
13
archivers/p5-Compress-Zlib/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
The Compress::Zlib module provides a Perl interface to the
|
||||
zlib compression library (see the AUTHORS entry elsewhere
|
||||
in this documentfor details about where to get zlib). Most
|
||||
of the functionality provided by zlib is available in
|
||||
Compress::Zlib.
|
||||
|
||||
The module can be split into two general areas of
|
||||
functionality, namely in-memory compression/decompression
|
||||
and read/write access to gzip files. Each of these areas
|
||||
will be discussed separately below.
|
||||
|
||||
WARNING: The interface defined in this document is alpha
|
||||
and is liable to change.
|
8
archivers/p5-Compress-Zlib/pkg-plist
Normal file
8
archivers/p5-Compress-Zlib/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
lib/perl5/man/man3/Compress::Zlib.3.gz
|
||||
lib/perl5/site_perl/Compress/Zlib.pm
|
||||
lib/perl5/site_perl/auto/Compress/Zlib/autosplit.ix
|
||||
lib/perl5/site_perl/i386-freebsd/auto/Compress/Zlib/Zlib.bs
|
||||
lib/perl5/site_perl/i386-freebsd/auto/Compress/Zlib/Zlib.so
|
||||
lib/perl5/site_perl/i386-freebsd/auto/Compress/Zlib/.packlist
|
||||
@dirrm lib/perl5/site_perl/i386-freebsd/auto/Compress/Zlib
|
||||
|
Loading…
Reference in New Issue
Block a user