Date: Wed, 22 Apr 2009 02:53:16 +0000 (UTC) From: Cheng-Lung Sung <clsung@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/p5-WWW-Mechanize-GZip Makefile distinfo pkg-descr pkg-plist Message-ID: <200904220253.n3M2rGII029447@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
clsung 2009-04-22 02:53:16 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-WWW-Mechanize-GZip Makefile distinfo pkg-descr pkg-plist 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/ Revision Changes Path 1.2325 +1 -0 ports/www/Makefile 1.1 +25 -0 ports/www/p5-WWW-Mechanize-GZip/Makefile (new) 1.1 +3 -0 ports/www/p5-WWW-Mechanize-GZip/distinfo (new) 1.1 +15 -0 ports/www/p5-WWW-Mechanize-GZip/pkg-descr (new) 1.1 +7 -0 ports/www/p5-WWW-Mechanize-GZip/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904220253.n3M2rGII029447>