head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2;
locks; strict;
comment	@# @;


1.7
date	2012.12.18.12.03.17;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.03.13.16.15.28;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2012.03.08.18.45.30;	author pgollucci;	state Exp;
branches;
next	1.3;

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

1.2
date	2008.11.26.12.00.45;	author tobez;	state Exp;
branches;
next	1.1;

1.1
date	2008.09.24.11.20.34;	author tobez;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309167
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309167 | tobez | 2012-12-18 11:56:05 +0000 (Tue, 18 Dec 2012) | 4 lines
## SVN ##
## SVN ## Remove support for perl 5.8.
## SVN ##
## SVN ## Nudged by:	az
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Anton Berezin <tobez@@FreeBSD.org>
# $FreeBSD: head/www/p5-CGI-Compress-Gzip/Makefile 309167 2012-12-18 11:56:05Z tobez $

PORTNAME=	CGI-Compress-Gzip
PORTVERSION=	1.03
PORTREVISION=	2
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CGI
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@@FreeBSD.org
COMMENT=	CGI::Compress::Gzip - CGI with automatically compressed output

BUILD_DEPENDS=	p5-IO-Zlib>=1.01:${PORTSDIR}/archivers/p5-IO-Zlib
RUN_DEPENDS=	p5-IO-Zlib>=1.01:${PORTSDIR}/archivers/p5-IO-Zlib

PERL_MODBUILD=	yes

MAN3=	CGI::Compress::Gzip.3 \
	CGI::Compress::Gzip::FileHandle.3

.include <bsd.port.mk>
@


1.6
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	www/p5-CGI-Compress-Gzip
# Date created:				11 September 2008
# Whom:					Anton Berezin <tobez@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-CGI-Compress-Gzip/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d6 1
a6 1
PORTREVISION=	1
d23 1
a23 8
.include <bsd.port.pre.mk>

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

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


1.5
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.4
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
@d27 8
a34 1
.include <bsd.port.mk>
@


1.3
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
@d27 1
a27 8
.include <bsd.port.pre.mk>

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

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


1.2
log
@Update to 1.03.

Changes: http://search.cpan.org/dist/CGI-Compress-Gzip/CHANGES
@
text
@d10 1
d19 2
a20 3
BUILD_DEPENDS=	p5-IO-Zlib>=1.01:${PORTSDIR}/archivers/p5-IO-Zlib \
		p5-Compress-Zlib>=2:${PORTSDIR}/archivers/p5-Compress-Zlib
RUN_DEPENDS=	${BUILD_DEPENDS}
d27 8
a34 1
.include <bsd.port.mk>
@


1.1
log
@Add www/p5-CGI-Compress-Gzip, a Perl module to extend CGI.pm with
an ability to produce automatically compressed output when appropriate.
@
text
@d9 1
a9 1
PORTVERSION=	0.22
a13 1
EXTRACT_SUFX=	.tgz
d18 2
a19 1
BUILD_DEPENDS=	p5-IO-Zlib>=1.01:${PORTSDIR}/archivers/p5-IO-Zlib
@

