head	1.10;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3;
locks; strict;
comment	@# @;


1.10
date	2012.12.17.10.27.26;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.04.08.53.26;	author az;	state Exp;
branches;
next	1.7;

1.7
date	2012.05.01.01.47.10;	author swills;	state Exp;
branches;
next	1.6;

1.6
date	2012.03.13.16.15.34;	author pgollucci;	state Exp;
branches;
next	1.5;

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

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

1.3
date	2009.07.09.06.39.55;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2009.06.19.07.35.37;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2009.04.22.02.53.16;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309079
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309079 | az | 2012-12-17 10:22:02 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	p5-WWW-Mechanize-GZip
# Date created:				21 Apr 2009
# Whom:					Cheng-Lung Sung <clsung@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-WWW-Mechanize-GZip/Makefile 309079 2012-12-17 10:22:02Z az $
#

PORTNAME=	WWW-Mechanize-GZip
PORTVERSION=	0.12
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Use WWW::Mechanize by requesting gzip-compression from the webserver

RUN_DEPENDS=	p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
BUILD_DEPENDS=	p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize

PERL_CONFIGURE=	yes

MAN3=	WWW::Mechanize::GZip.3

.include <bsd.port.mk>
@


1.9
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/p5-WWW-Mechanize-GZip/Makefile 300897 2012-07-14 14:29:18Z beat $
d25 1
a25 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.8
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Assign clsung's p5- ports to perl@@

Approved by:	clsung via IRC
@
text
@d18 2
a19 2
RUN_DEPENDS=	${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
BUILD_DEPENDS=	${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
@


1.6
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
@d15 1
a15 1
MAINTAINER=	clsung@@FreeBSD.org
@


1.5
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
@d25 8
a32 1
.include <bsd.port.mk>
@


1.4
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
@d25 1
a25 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.3
log
@- Update to 0.12

PR:		ports/136591
@
text
@d10 1
d18 2
a19 3
RUN_DEPENDS=	${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
		${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
BUILD_DEPENDS=	${RUN_DEPENDS}
d25 8
a32 1
.include <bsd.port.mk>
@


1.2
log
@- Update to 0.11

Changes:	http://search.cpan.org/dist/WWW-Mechanize-GZip/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.11
@


1.1
log
@The WWW::Mechanize::GZip module tries to fetch a URL by requesting
gzip-compression from the webserver.

If the response contains a header with 'Content-Encoding: gzip',
it decompresses the response in order to get the original
(uncompressed) content.

This module will help to reduce bandwith fetching webpages, if
supported by the webeserver. If the webserver does not support
gzip-compression, no decompression will be made.

This modules is a direct subclass of WWW::Mechanize and will
therefore support any methods provided by WWW::Mechanize.

WWW: http://search.cpan.org/dist/WWW-Mechanize-Gzip/
@
text
@d9 1
a9 1
PORTVERSION=	0.10
@

