diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-14 10:00:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-14 10:00:46 +0000 |
commit | 56827c8a8031319bee2d214aeb15c3359b1e8c29 (patch) | |
tree | fe594e0b9817694a96c65fd9e0a48bdf731bc4e9 /archivers/p5-Compress-Raw-Zlib | |
parent | 263451279b33a88d70d366b3b4990033b08ca526 (diff) | |
download | ports-56827c8a8031319bee2d214aeb15c3359b1e8c29.tar.gz ports-56827c8a8031319bee2d214aeb15c3359b1e8c29.zip |
Notes
Diffstat (limited to 'archivers/p5-Compress-Raw-Zlib')
-rw-r--r-- | archivers/p5-Compress-Raw-Zlib/Makefile | 22 | ||||
-rw-r--r-- | archivers/p5-Compress-Raw-Zlib/distinfo | 3 | ||||
-rw-r--r-- | archivers/p5-Compress-Raw-Zlib/files/patch-config.in | 15 | ||||
-rw-r--r-- | archivers/p5-Compress-Raw-Zlib/pkg-descr | 4 | ||||
-rw-r--r-- | archivers/p5-Compress-Raw-Zlib/pkg-plist | 10 |
5 files changed, 54 insertions, 0 deletions
diff --git a/archivers/p5-Compress-Raw-Zlib/Makefile b/archivers/p5-Compress-Raw-Zlib/Makefile new file mode 100644 index 000000000000..6e473df653e0 --- /dev/null +++ b/archivers/p5-Compress-Raw-Zlib/Makefile @@ -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> diff --git a/archivers/p5-Compress-Raw-Zlib/distinfo b/archivers/p5-Compress-Raw-Zlib/distinfo new file mode 100644 index 000000000000..27551d6d1982 --- /dev/null +++ b/archivers/p5-Compress-Raw-Zlib/distinfo @@ -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 diff --git a/archivers/p5-Compress-Raw-Zlib/files/patch-config.in b/archivers/p5-Compress-Raw-Zlib/files/patch-config.in new file mode 100644 index 000000000000..be1fecde5716 --- /dev/null +++ b/archivers/p5-Compress-Raw-Zlib/files/patch-config.in @@ -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 diff --git a/archivers/p5-Compress-Raw-Zlib/pkg-descr b/archivers/p5-Compress-Raw-Zlib/pkg-descr new file mode 100644 index 000000000000..43244a5d7afc --- /dev/null +++ b/archivers/p5-Compress-Raw-Zlib/pkg-descr @@ -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/ diff --git a/archivers/p5-Compress-Raw-Zlib/pkg-plist b/archivers/p5-Compress-Raw-Zlib/pkg-plist new file mode 100644 index 000000000000..36cc215669b7 --- /dev/null +++ b/archivers/p5-Compress-Raw-Zlib/pkg-plist @@ -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 |