head	1.23;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3;
locks; strict;
comment	@# @;


1.23
date	2013.01.30.17.07.37;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2012.12.23.19.11.10;	author svnexp;	state Exp;
branches;
next	1.21;

1.21
date	2012.12.04.06.53.26;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.11.17.05.54.22;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.09.11.02.59.05;	author sunpoet;	state Exp;
branches;
next	1.18;

1.18
date	2012.08.06.19.10.36;	author sunpoet;	state Exp;
branches;
next	1.17;

1.17
date	2012.04.29.17.15.49;	author sunpoet;	state Exp;
branches;
next	1.16;

1.16
date	2012.02.19.10.56.37;	author sunpoet;	state Exp;
branches;
next	1.15;

1.15
date	2012.01.30.03.43.48;	author sunpoet;	state Exp;
branches;
next	1.14;

1.14
date	2011.12.28.12.29.29;	author sunpoet;	state Exp;
branches;
next	1.13;

1.13
date	2011.12.05.05.43.48;	author sunpoet;	state Exp;
branches;
next	1.12;

1.12
date	2011.11.21.06.41.58;	author sunpoet;	state Exp;
branches;
next	1.11;

1.11
date	2011.11.18.06.46.06;	author sunpoet;	state Exp;
branches;
next	1.10;

1.10
date	2011.10.29.06.24.58;	author sunpoet;	state Exp;
branches;
next	1.9;

1.9
date	2011.10.29.03.26.22;	author sunpoet;	state Exp;
branches;
next	1.8;

1.8
date	2011.08.17.12.10.00;	author sunpoet;	state Exp;
branches;
next	1.7;

1.7
date	2011.06.30.07.41.57;	author sunpoet;	state Exp;
branches;
next	1.6;

1.6
date	2011.05.14.12.19.11;	author mm;	state Exp;
branches;
next	1.5;

1.5
date	2011.03.23.15.53.15;	author mm;	state Exp;
branches;
next	1.4;

1.4
date	2011.02.13.10.07.11;	author mm;	state Exp;
branches;
next	1.3;

1.3
date	2010.09.21.08.59.17;	author mm;	state Exp;
branches;
next	1.2;

1.2
date	2010.09.21.08.21.18;	author mm;	state Exp;
branches;
next	1.1;

1.1
date	2010.09.21.07.26.28;	author mm;	state Exp;
branches;
next	;


desc
@@


1.23
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311228
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Martin Matuska <mm@@FreeBSD.org>
# $FreeBSD: head/archivers/p5-IO-Compress/Makefile 311228 2013-01-30 16:20:25Z sunpoet $

PORTNAME=	IO-Compress
PORTVERSION=	2.060
CATEGORIES=	archivers perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:PMQS
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	Perl5 compression modules (bzip2, deflate, gzip, zlib, zip)

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Compress-Raw-Bzip2>=2.060:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.060:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod

CONFLICTS=	p5-Compress-Zlib-2* p5-IO-Compress-Base-2* p5-IO-Compress-Zlib-2* p5-IO-Compress-Bzip2-2*

PERL_CONFIGURE=	yes

MAN3=		Compress::Zlib.3 \
		File::GlobMapper.3 \
		IO::Compress::Base.3 \
		IO::Compress::Bzip2.3 \
		IO::Compress::Deflate.3 \
		IO::Compress::FAQ.3 \
		IO::Compress::Gzip.3 \
		IO::Compress::RawDeflate.3 \
		IO::Compress::Zip.3 \
		IO::Uncompress::AnyInflate.3 \
		IO::Uncompress::AnyUncompress.3 \
		IO::Uncompress::Base.3 \
		IO::Uncompress::Bunzip2.3 \
		IO::Uncompress::Gunzip.3 \
		IO::Uncompress::Inflate.3 \
		IO::Uncompress::RawInflate.3 \
		IO::Uncompress::Unzip.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} >= 501600
PLIST_SUB+=	EXE_FILES="@@comment "
.else
MAN1+=		zipdetails.1
PLIST_SUB+=	EXE_FILES=""
.endif

post-patch:
.if ${PERL_LEVEL} >= 501600
	@@${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL
.endif

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


1.22
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309436
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309436 | sunpoet | 2012-12-23 17:47:36 +0000 (Sun, 23 Dec 2012) | 4 lines
## SVN ##
## SVN ## - Update to 2.059
## SVN ##
## SVN ## Changes:	http://search.cpan.org/dist/IO-Compress/Changes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/p5-IO-Compress/Makefile 309436 2012-12-23 17:47:36Z sunpoet $
d5 1
a5 1
PORTVERSION=	2.059
d17 3
a19 4
BUILD_DEPENDS=	p5-Compress-Raw-Bzip2>=2.052:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.052:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
RUN_DEPENDS=	p5-Compress-Raw-Bzip2>=2.052:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.052:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
@


1.21
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308193
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308193 | sunpoet | 2012-12-04 05:46:43 +0000 (Tue, 04 Dec 2012) | 6 lines
## SVN ##
## SVN ## - Update to 2.058
## SVN ## - Cleanup Makefile header
## SVN ##
## SVN ## Changes:	http://search.cpan.org/dist/IO-Compress/Changes
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/archivers/p5-IO-Compress/Makefile 308193 2012-12-04 05:46:43Z sunpoet $
d5 1
a5 1
PORTVERSION=	2.058
@


1.20
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-IO-Compress
# Date created:		2010-09-10
# Whom:			Martin Matuska <mm@@FreeBSD.org>
#
# $FreeBSD: head/archivers/p5-IO-Compress/Makefile 304079 2012-09-11 02:59:05Z sunpoet $
#
d5 1
a5 1
PORTVERSION=	2.055
@


1.19
log
@SVN rev 304079 on 2012-09-11 02:59:05Z by sunpoet

- Do not install bin/zipdetails on systems with Perl 5.16+ (which has IO::Compress::Base 2.044+ in core)

PR:		ports/170762
Submitted by:	Shane Ambler <FreeBSD@@shaneware.biz>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@SVN rev 302204 on 2012-08-06 19:10:36Z by sunpoet

- Update to 2.055

Changes:	http://search.cpan.org/dist/IO-Compress/Changes
@
text
@a24 1

a30 1
MAN1=		zipdetails.1
d49 15
a63 1
.include <bsd.port.mk>
@


1.17
log
@- Update to 2.052

Changes:	http://search.cpan.org/dist/IO-Compress/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.052
@


1.16
log
@- Update to 2.049

Changes:	http://search.cpan.org/dist/IO-Compress/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.049
d21 4
a24 4
BUILD_DEPENDS=	p5-Compress-Raw-Bzip2>=2.049:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.049:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
RUN_DEPENDS=	p5-Compress-Raw-Bzip2>=2.049:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.049:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
@


1.15
log
@- Update to 2.048
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/IO-Compress/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.048
d21 4
a24 4
BUILD_DEPENDS=	p5-Compress-Raw-Bzip2>=2.048:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.048:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
RUN_DEPENDS=	p5-Compress-Raw-Bzip2>=2.048:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.048:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
@


1.14
log
@- Update to 2.046
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/IO-Compress/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.046
d21 4
a24 4
BUILD_DEPENDS=	p5-Compress-Raw-Bzip2>=2.045:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.045:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
RUN_DEPENDS=	p5-Compress-Raw-Bzip2>=2.045:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.045:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
@


1.13
log
@- Update to 2.045

Changes:	http://search.cpan.org/dist/IO-Compress/Changes
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.045
d26 2
@


1.12
log
@- Update to 2.043

Changes:	http://search.cpan.org/dist/IO-Compress/Changes
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.043
d21 4
a24 4
BUILD_DEPENDS=	p5-Compress-Raw-Bzip2>=2.043:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.043:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
RUN_DEPENDS=	p5-Compress-Raw-Bzip2>=2.043:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.043:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
d30 1
d36 1
@


1.11
log
@- Update to 2.042

Changes:	http://search.cpan.org/dist/p5-IO-Compress/Changes
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.042
d21 4
a24 4
BUILD_DEPENDS=	p5-Compress-Raw-Bzip2>=2.042:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.042:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
RUN_DEPENDS=	p5-Compress-Raw-Bzip2>=2.042:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.042:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
@


1.10
log
@- Update to 2.040

Changes:	http://search.cpan.org/dist/p5-IO-Compress/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.040
d21 4
a24 4
BUILD_DEPENDS=	p5-Compress-Raw-Bzip2>=2.040:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.040:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
RUN_DEPENDS=	p5-Compress-Raw-Bzip2>=2.040:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.040:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
@


1.9
log
@- Update to 2.039

Changes:	http://search.cpan.org/dist/IO-Compress/Changes
@
text
@d9 1
a9 1
PORTVERSION=	2.039
d21 4
a24 4
BUILD_DEPENDS=	p5-Compress-Raw-Bzip2>=2.039:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.039:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
RUN_DEPENDS=	p5-Compress-Raw-Bzip2>=2.039:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.039:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
@


1.8
log
@- Add BUILD_DEPENDS

PR:		ports/159818
Submitted by:	swills
@
text
@d9 1
a9 1
PORTVERSION=	2.037
d21 4
a24 4
BUILD_DEPENDS=	p5-Compress-Raw-Bzip2>=2.037:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.037:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
RUN_DEPENDS=	p5-Compress-Raw-Bzip2>=2.037:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \
		p5-Compress-Raw-Zlib>=2.037:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib
@


1.7
log
@- Update to 2.037
- Take maintainership

Changes:	http://search.cpan.org/dist/IO-Compress/Changes
PR:		ports/158397
Submitted by:	sunpoet (myself)
Approved by:	mm (maintainer)
@
text
@d21 2
@


1.6
log
@Update to 2.035

PR:		ports/156962
Submitted by:	sunpoet@@FreeBSD.org
@
text
@d9 1
a9 1
PORTVERSION=	2.035
d15 1
a15 1
MAINTAINER=	mm@@FreeBSD.org
d18 5
a22 3
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
		${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2
BUILD_DEPENDS=	${RUN_DEPENDS}
d26 1
a26 4
LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

PERL_CONFIGURE=	YES
@


1.5
log
@- Add LICENSE knob(s)
@
text
@d9 1
a9 1
PORTVERSION=	2.033
d12 1
a12 1
MASTER_SITE_SUBDIR=	../by-authors/id/P/PM/PMQS
d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Update to 2.033

PR:		ports/154728
Submitted by:	sunpoet@@FreeBSD.org
@
text
@d24 3
@


1.3
log
@- Fix COMMENT length
@
text
@d9 1
a9 1
PORTVERSION=	2.030
d12 1
@


1.2
log
@Take maintainership.

Approved by:	jadawin@@FreeBSD.org (maintainer, IRC)
@
text
@d15 1
a15 1
COMMENT=	IO::Compress, IO::Uncompress and Compress::Zlib Perl5 modules
@


1.1
log
@This Perl5 module contains the Compress::Zlib module and the
base, bzip2, deflate, gzip, zip and zlib classes for
IO::Compress and IO::Uncompress modules

WWW: http://search.cpan.org/dist/IO-Compress/
@
text
@d14 1
a14 1
MAINTAINER=	jadawin@@FreeBSD.org
@

