Path to this page:
./
www/p5-WWW-Mechanize,
Automates web page form & link interaction
Branch: CURRENT,
Version: 2.18,
Package name: p5-WWW-Mechanize-2.18,
Maintainer: pkgsrc-users"WWW::Mechanize", or Mech for short, helps you automate interaction
with a website. It supports performing a sequence of page fetches
including following links and submitting forms. Each fetched page
is parsed and its links and forms are extracted. A link or a form
can be selected, form fields can be filled and the next page can
be fetched. Mech also stores a history of the URLs you've visited,
which can be queried and revisited.
Required to run:[
www/p5-CGI] [
www/p5-URI] [
www/p5-HTTP-Server-Simple] [
www/p5-HTML-Tree] [
www/p5-HTML-Format] [
www/p5-libwww] [
www/p5-HTML-Parser] [
lang/perl5] [
www/p5-HTTP-Daemon] [
www/p5-HTTP-Message] [
www/p5-HTML-Form]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 192.873 KB
Version history: (Expand)
- (2024-02-28) Updated to version: p5-WWW-Mechanize-2.18
- (2023-07-06) Updated to version: p5-WWW-Mechanize-2.17nb1
- (2023-04-30) Updated to version: p5-WWW-Mechanize-2.17
- (2022-08-24) Updated to version: p5-WWW-Mechanize-2.15
- (2022-06-28) Updated to version: p5-WWW-Mechanize-2.06nb1
- (2021-10-31) Updated to version: p5-WWW-Mechanize-2.06
CVS history: (Expand)
2024-02-28 08:32:58 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.18
Upstream changes:
2.18 2024-01-30 14:29:44Z
[FIXED]
- Fix click_button non exclusive attributes (GH#371) (Andreas Huber)
[TESTS]
- Remove t/untaint.t (GH#377) (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-04-30 01:12:11 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.17
Update TEST_DEPENDS
Upstream changes:
2.17 2023-04-27 15:45:01Z
[ENHANCEMENTS]
- Perltidied the entire dist, and enabled tests for it (Julien Fiegehenn)
2.16 2023-02-11 12:09:16Z
[FIXED]
- Raise minimum Perl to 5.8 to match what we test, what dependencies
depend on, etc. (GH#352) (James Raspass)
[ENHANCEMENTS]
- New method delete() that allows DELETE requests with Mechanize::Link
objects (GH#361) (Stuart A Johnston)
[DOCUMENTATION]
- Clarify documentation for select() (GH#77) (Julien Fiegehenn)
- Various POD fixes (Julien Fiegehenn)
- Explain that :content-file does not decode content (GH#363) (bscan)
[TESTS]
- Test that follow_link(n=> 'all') warns (Kueppo Tcheukam)
- Drop Test::Warn prerequisite and only use Test::Warnings (GH#360) (Graham Knop)
|
2022-08-24 01:39:17 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 6.15
Update DEPENDS
Upstream changes:
2.15 2022-08-21 07:47:35Z
[FIXED]
- There was a test suite failure on some Windows machines introduced in
2.14 that is now fixed. (GH#350) (Julien Fiegehenn)
[ENHANCEMENTS]
- form_with and all_forms_with() now support the "action" \
attribute to find
forms (GH#349) (Julien Fiegehenn)
2.14 2022-08-15 19:19:24Z
[FIXED]
- File upload fields now correctly handle overwriting the file name and
passing in content without a real file (GH#249) (Gil Magno and Julien
Fiegehenn)
- HTML::Form bumped to 6.08 (GH#347) (Julien Fiegehenn)
[ENHANCEMENTS]
- Add autocheck() to enable or disable autochecking at run time in
addition to setting it at object creation (GH#232) (Julien Fiegehenn)
- mech_dump now errors appropriately when it cannot open a URL or file
instead of claiming it has the wrong MIME type (GH#292) (Julien Fiegehenn)
2.13 2022-07-29 09:44:46Z
[ENHANCEMENTS]
- mech_dump now treats all local files like HTML regardless of what it
thinks their content types are (GH#63) (Julien Fiegehenn)
- We now consistently use our own die() method and therefore the onerror
handler wherever possible (GH#80) (Julien Fiegehenn)
[TESTS]
- Add tests for field() when working on a <textarea> (GH#220) (Julien
Fiegehenn)
2.12 2022-07-20 06:45:40Z
[ENHANCEMENTS]
- form_name(), form_id(), form_with() and form_with_fields() can now all
return the nth instance of a form instead of always returning the first
instance (GH#110) (Jeff Culverhouse and Julien Fiegehenn)
[TESTS]
- Tests using a local temporary server are now safe to use with HTTP/1.1
and keep-alive (GH #14) (Stanislaw Pusep and Julien Fiegehenn)
- We now use Test::Pod::LinkCheck to ensure there are no broken links in
our documentation (GH #337) (Julien Fiegehenn)
2.11 2022-07-17 17:25:39Z
[FIXED]
- tick() can now handle checkboxes without a value (GH#331) (Jordan M Adler
and Julien Fiegehenn)
[ENHANCEMENTS]
- set_fields() and submit_form(with_fields => ...) can now set multiple
choice inputs (e.g. select and radio) to the nth value (GH29) (Alastair
Douglas and Julien Fiegehenn)
2.10 2022-07-04 21:06:13Z
[ENHANCEMENTS]
- Added form_action($action) to look up forms by regex matching $action (GH#19)
(Mark Leighton Fisher and Julien Fiegehenn)
[DOCUMENTATION]
- Explain that file URIs need url encoding (GH#329) (Julien Fiegehenn and
積丹尼 Dan Jacobson)
2.09 2022-06-14 14:20:04Z
[DOCUMENTATION]
- Various POD fixes (Julien Fiegehenn)
2.08 2022-05-30 17:32:33Z
[TESTS]
- Drop CGI and HTTP::Server::Simple::CGI test dependencies (GH#327) (Graham
Knop)
2.07 2022-04-29 15:39:17Z
[FIXED]
- Don't follow redirects in some tests (GH#326) (Olaf Alders)
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-31 09:25:49 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.06. From the changelog:
- Document methods that don't work with :content_file (GH#219) (Julien
Fiegehenn)
|
2021-10-26 13:31:15 by Nia Alarie | Files touched by this commit (1030) |
Log message:
www: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts):
www/nghttp2/distinfo
Unfetchable distfiles (almost certainly fetched conditionally...):
./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx-devel/distinfo naxsi-1.3.tar.gz
./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx-devel/distinfo njs-0.5.0.tar.gz
./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz
./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz
./www/nginx/distinfo echo-nginx-module-0.62.tar.gz
./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz
./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz
./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz
./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz
./www/nginx/distinfo naxsi-1.3.tar.gz
./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz
./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz
./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz
./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz
./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz
./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz
./www/nginx/distinfo njs-0.5.0.tar.gz
./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
|
2021-10-11 22:11:50 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.05. From the changelog:
- Update docs for protocols_allowed and protocols_forbidden (GH#323)
(Olaf Alders)
|