CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected] 2013/11/18 09:49:14

Log message:
    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@
    
    Status:
    
    Vendor Tag: merdely
    Release Tags:       merdely_20131118
    
    N ports/www/p5-WWW-Mechanize-GZip/Makefile
    N ports/www/p5-WWW-Mechanize-GZip/distinfo
    N ports/www/p5-WWW-Mechanize-GZip/pkg/DESCR
    N ports/www/p5-WWW-Mechanize-GZip/pkg/PLIST
    
    No conflicts created by this import

Reply via email to