head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.05.54.22;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.03.13.16.14.40;	author pgollucci;	state Exp;
branches;
next	1.14;

1.14
date	2012.03.08.18.44.42;	author pgollucci;	state Exp;
branches;
next	1.13;

1.13
date	2010.09.21.07.56.33;	author mm;	state Exp;
branches;
next	1.12;

1.12
date	2009.07.22.16.26.22;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2009.07.15.05.12.51;	author kuriyama;	state Exp;
branches;
next	1.10;

1.10
date	2008.03.27.11.03.23;	author kuriyama;	state Exp;
branches;
next	1.9;

1.9
date	2008.02.13.22.24.22;	author kuriyama;	state Exp;
branches;
next	1.8;

1.8
date	2007.09.13.21.11.05;	author leeym;	state Exp;
branches;
next	1.7;

1.7
date	2007.03.08.05.30.27;	author kuriyama;	state Exp;
branches;
next	1.6;

1.6
date	2006.12.03.12.45.57;	author demon;	state Exp;
branches;
next	1.5;

1.5
date	2005.02.13.03.37.26;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	2005.01.11.02.57.53;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.24.12.01.10;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.22.07.48.45;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2002.02.15.14.33.17;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	IO::Zlib
# Date created:		15 Feb 2002
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/archivers/p5-IO-Zlib/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	IO-Zlib
PORTVERSION=	1.10
PORTREVISION=	1
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	IO
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	IO:: style interface to Compress::Zlib

PERL_CONFIGURE=	yes
MAN3=		IO::Zlib.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500903
BUILD_DEPENDS=	p5-IO-Compress>=2:${PORTSDIR}/archivers/p5-IO-Compress
RUN_DEPENDS=	p5-IO-Compress>=2:${PORTSDIR}/archivers/p5-IO-Compress
.endif

.include <bsd.port.post.mk>
@


1.15
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d22 8
a29 1
.include <bsd.port.mk>
@


1.13
log
@Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION
@
text
@d22 1
a22 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500903
BUILD_DEPENDS=	p5-IO-Compress>=2:${PORTSDIR}/archivers/p5-IO-Compress
RUN_DEPENDS=	p5-IO-Compress>=2:${PORTSDIR}/archivers/p5-IO-Compress
.endif

.include <bsd.port.post.mk>
@


1.12
log
@- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
@
text
@d10 1
a18 3
BUILD_DEPENDS=	p5-Compress-Zlib>=2:${PORTSDIR}/archivers/p5-Compress-Zlib
RUN_DEPENDS=	p5-Compress-Zlib>=2:${PORTSDIR}/archivers/p5-Compress-Zlib

d22 8
a29 1
.include <bsd.port.mk>
@


1.11
log
@Upgrade to 1.10.
@
text
@d24 1
a24 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500702
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif

.include <bsd.port.post.mk>
@


1.10
log
@- Use CPAN macro.

PR:		ports/121993
Submitted by:	"Philip M. Gollucci" <pgollucci@@p6m7g8.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.09
d18 2
a19 2
BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
@


1.9
log
@- Upgrade to 1.09.

PR:		ports/120011, ports/120387, ports/120617
Submitted by:	leeym, Felippe de Meirelles Motta <lippemail@@gmail.com>, ismail yenigul <ismail@@enderunix.org>
@
text
@d11 2
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	../../authors/id/T/TO/TOMHUGHES
@


1.8
log
@- Update to 1.07

PR:		115663
Submitted by:	leeym
Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	1.07
@


1.7
log
@- Upgrade to 1.05.

PR:		ports/110056
Submitted by:	Steven Kreuzer<skreuzer@@f2o.org>
Committed from:	AsiaBSDCon Registration Desk
@
text
@d9 1
a9 1
PORTVERSION=	1.05
d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
d24 7
a30 1
.include <bsd.port.mk>
@


1.6
log
@Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.
@
text
@d9 1
a9 2
PORTVERSION=	1.04
PORTREVISION=	1
@


1.5
log
@Add a patch to work around on 4-stable (perl-5.00503's Fcntl.pm does
not export SEEK_SET symbol).

Doing "make test" on 4-stable will fail because perl-5.005 does not
support EOF method in TIE HANDLE.

Submitted by:	lth
@
text
@d19 2
a20 2
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
@


1.4
log
@Update to 1.04.
@
text
@d10 1
@


1.3
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.01
@


1.2
log
@de-pkg-comment.
@
text
@d18 2
a19 2
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
a22 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.1
log
@IO:: style interface to Compress::Zlib.
@
text
@d16 1
@

