mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
The Compress::Raw::Zlib module provides a Perl interface to the
zlib compression library. WWW: http://search.cpan.org/dist/Compress-Raw-Zlib/ PR: 105278 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
This commit is contained in:
parent
263451279b
commit
56827c8a80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177232
@ -69,6 +69,7 @@
|
||||
SUBDIR += p5-Compress-LZF
|
||||
SUBDIR += p5-Compress-LZO
|
||||
SUBDIR += p5-Compress-LZW
|
||||
SUBDIR += p5-Compress-Raw-Zlib
|
||||
SUBDIR += p5-Compress-Zlib
|
||||
SUBDIR += p5-IO-Zlib
|
||||
SUBDIR += p5-Mac-Macbinary
|
||||
|
22
archivers/p5-Compress-Raw-Zlib/Makefile
Normal file
22
archivers/p5-Compress-Raw-Zlib/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Compress-Raw-Zlib
|
||||
# Date created: 2006-11-07
|
||||
# Whom: Thomas Abthorpe <thomas@goodking.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Compress-Raw-Zlib
|
||||
PORTVERSION= 2.001
|
||||
CATEGORIES= archivers perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Compress
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= thomas@goodking.ca
|
||||
COMMENT= Low-Level Interface to zlib compression library
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= Compress::Raw::Zlib.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
archivers/p5-Compress-Raw-Zlib/distinfo
Normal file
3
archivers/p5-Compress-Raw-Zlib/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Compress-Raw-Zlib-2.001.tar.gz) = fb7ab206a7de67bd0c999edc31d63f97
|
||||
SHA256 (Compress-Raw-Zlib-2.001.tar.gz) = b36f78c4cf8f07917fb864dbd6d2cd8903b67384fda1df648ca250a5914d59e8
|
||||
SIZE (Compress-Raw-Zlib-2.001.tar.gz) = 206671
|
15
archivers/p5-Compress-Raw-Zlib/files/patch-config.in
Normal file
15
archivers/p5-Compress-Raw-Zlib/files/patch-config.in
Normal file
@ -0,0 +1,15 @@
|
||||
--- config.in.orig Mon Jun 26 15:38:21 2006
|
||||
+++ config.in Tue Nov 7 21:45:03 2006
|
||||
@@ -16,9 +16,9 @@
|
||||
# Setting the Gzip OS Code
|
||||
#
|
||||
|
||||
-BUILD_ZLIB = True
|
||||
-INCLUDE = ./zlib-src
|
||||
-LIB = ./zlib-src
|
||||
+BUILD_ZLIB = False
|
||||
+INCLUDE = /usr/include
|
||||
+LIB = /usr/lib
|
||||
|
||||
OLD_ZLIB = False
|
||||
GZIP_OS_CODE = AUTO_DETECT
|
4
archivers/p5-Compress-Raw-Zlib/pkg-descr
Normal file
4
archivers/p5-Compress-Raw-Zlib/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The Compress::Raw::Zlib module provides a Perl interface to the
|
||||
zlib compression library.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Compress-Raw-Zlib/
|
10
archivers/p5-Compress-Raw-Zlib/pkg-plist
Normal file
10
archivers/p5-Compress-Raw-Zlib/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Compress/Raw/Zlib.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib/Zlib.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib/Zlib.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib/autosplit.ix
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw/Zlib
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress/Raw
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Compress
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress/Raw
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Compress
|
Loading…
Reference in New Issue
Block a user