./www/p5-libwww, Perl5 library for WWW access

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.76, Package name: p5-libwww-6.76, Maintainer: pkgsrc-users

Libwww-perl is a collection of Perl modules which provides
a simple and consistent programming interface (API) to the
World-Wide Web. The main focus of the library is to
provide classes and functions that allow you to write WWW
clients, thus libwww-perl said to be a WWW client library.
The library also contain modules that are of more general
use.

The main architecture of the library is object oriented.
The user agent, requests sent and responses received from
the WWW server are all represented by objects. This makes
a simple and powerful interface to these services. The
interface should be easy to extend and customize for your
needs.


Required to run:
[www/p5-URI] [www/p5-HTML-Tagset] [www/p5-HTML-Parser] [lang/perl5] [security/p5-IO-Socket-SSL] [security/p5-Crypt-SSLeay] [www/p5-WWW-RobotRules] [www/p5-HTTP-Daemon] [www/p5-HTTP-Negotiate] [www/p5-HTTP-Message] [www/p5-HTTP-Date] [www/p5-Net-HTTP] [www/p5-HTTP-Cookies] [www/p5-LWP-MediaTypes] [devel/p5-File-Listing] [textproc/p5-Encode-Locale] [www/p5-LWP-Protocol-https]

Required to build:
[devel/p5-Test-Fatal] [pkgtools/cwrappers] [net/p5-Test-RequiresInternet] [devel/p5-Test-Needs]

Master sites: (Expand)

Filesize: 180.246 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-28 13:00:32 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-libwww: update to 6.76.

6.76      2024-01-25 18:31:25Z
    - Simplify code slightly for Perl v5.8+ (GH#455) (James Raspass)
    - Move HTTP::CookieJar::LWP to test requires (GH#453) (Olaf Alders)

6.75      2024-01-24 14:29:17Z
    - Update lwp-request to suport PATCH HTTP method (GH#452) (Javier Puche)

6.74      2024-01-22 17:48:18Z
    - Making it possible to use IPv6 in https call through https proxy
      environment (in case of using CONNECT method to create a tunnel) (GH#450)
      (Dmitriy Shamatrin)
   2024-01-14 21:40:52 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-libwww: update to 6.73.

6.73      2024-01-13 20:19:09Z
    - Fix no_proxy subdomain matching (GH#447) (Axel Burri)
   2024-01-04 12:25:20 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-libwww: update to 6.72.

6.72      2023-07-17 22:01:19Z
    - Don't mangle protocol scheme and don't require it to be valid if
      implementor is already known (GH#436) (mwgamera)

6.71      2023-06-20 19:44:19Z
    - Use rather than require Module::Load (GH#435) (Olaf Alders)
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-05-20 08:43:40 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-libwww: update to 6.70.

6.70      2023-04-30 13:22:56Z
    - Add cookie_jar_class attribute to allow different cookie jar modules
      to be used more easily (GH#91) (Tom Hukins, Julien Fiegehenn)
    - POD now contains all default attributes (GH#428) (Julien Fiegehenn)

6.69      2023-04-29 13:14:31Z
    - Timeouts for cached connections now update (GH#73) (Eric Johnson)
    - The conn_cache() can now be unset (GH#424) (Julien Fiegehenn)
    - LWP::Protocol now only attempts to load modules once (GH#62) (Burak Gursoy)
    - Fix a bug in no_proxy that allowed partial matches to a proxy address
      to disable a proxy (GH#421) (Julien Fiegehenn)
   2023-05-02 08:17:58 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-libwww: update to 6.68.

6.68      2023-02-27 19:18:33Z
    - Remove dynamic dependency on HTTP::Status (GH#419) (Graham Knop)
    - Raise minimum version of HTML::HeadParser to 3.71 (GH#422) (Olaf Alders)
    - Apply perlimports to tests (GH#418) (Olaf Alders)

6.67      2022-06-14 20:20:12Z
    - Remove undocumented LWP::Version sub (GH#416) (James Raspass)

6.66      2022-05-18 16:44:44Z
    - Revert automatic follow of meta refresh tags which was added in 6.63
      (GH#415) (Olaf Alders)

6.65      2022-05-09 18:36:14Z
    - fix NAME in Makefile.PL (GH#413) (Graham Knop)

6.64      2022-04-26 13:16:03Z
    - Remove unused variable introduced in 9d73bc422 (GH#411) (Olaf Alders)

6.63      2022-04-25 15:24:10Z
    - Redirect on meta refresh (GH#409) (grr)

6.62      2022-04-05 01:04:17Z
    - Allow downloading to a filehandle (GH#400) (Andrew Fresh)
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2022-03-04 14:26:20 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 6.61

Upstream changes:
6.61      2022-01-21 21:41:18Z
    - Use File::Copy::move to attempt an atomic mirror (GH#401) (Andrew Fresh)
    - Require Getopt::Long at runtime, too (GH#402) (Ville Skyttä)