OpenBSD CVS

CVS log for ports/www/p5-WWW-Mechanize-GZip/Makefile


[BACK] Up to [local] / ports / www / p5-WWW-Mechanize-GZip

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6 / (download) - annotate - [select for diffs], Fri Mar 11 20:10:38 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.5: +0 -2 lines
Diff to previous 1.5 (unified)

drop RCS Ids

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 3 21:46:06 2020 UTC (3 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (unified)

bump for search.cpan.org->metacpan.org change

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 12 20:50:58 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.3 / (download) - annotate - [select for diffs], Mon May 27 11:41:14 2019 UTC (5 years ago) by cwen
Branch: MAIN
Changes since 1.2: +5 -3 lines
Diff to previous 1.2 (unified)

p5-WWW-Mechanize-GZip:  update to 0.14
Changelog:
https://metacpan.org/source/PEGI/WWW-Mechanize-GZip-0.14/Changes

OK afresh1@

Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 20 19:57:22 2016 UTC (8 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (unified)

Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Nov 18 16:49:14 2013 UTC (10 years, 6 months ago) by merdely
Branch: merdely
CVS Tags: merdely_20131118, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

import p5-WWW-Mechanize-GZip

from DESCR:
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.

The decompression is handled by Compress::Zlib::memGunzip.

There is a small webform, you can instantly test, whether a webserver
supports gzip-compression on a particular URL:
http://www.computerhandlung.de/www-mechanize-gzip.htm

ok sthen@

Revision 1.1 / (download) - annotate - [select for diffs], Mon Nov 18 16:49:14 2013 UTC (10 years, 6 months ago) by merdely
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.