cvs commit: ports/www Makefile ports/www/p5-WWW-Mechanize-GZip Makefile distinfo pkg-descr pkg-plist

Cheng-Lung Sung clsung at FreeBSD.org
Wed Apr 22 02:53:16 UTC 2009


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)


More information about the cvs-ports mailing list