a2385de1ef
Upstream changes: 1.84 2017-03-07 13:34:57-05:00 America/Toronto [ENHANCEMENTS] - Parse url (href attribute) for js window.open GH#11 [FIXED] - Set STDOUT to be utf8 in mech-dump. Fixes issue GH#36 - Added --version option to mech-dump - Don't die on uri() when there has been no request. Fixes issue GH#60 - Remove old information from the cookbook. Fixes issue GH#28 - Documentation correction. Fixes issue GH#65 and GH#59 - Work around Test::More prior to 1.001004. Fixes GH#74 - Fix hostname in test. Fixes GH#73 1.83 2016-10-14 16:45:30-04:00 America/Toronto ======================================== [FIXED] - Moved live tests to be author tests. Run using dzil test --author. (Steve Scaffidi) 1.82 2016-10-06 23:00:30-04:00 America/Toronto ======================================== [ENHANCEMENTS] - Added strict_forms flag to submit_form() which sets the HTML::Form strict flag (Gareth Tunley) [FIXED] - Fixed tests which tried to access HTTPS urls when LWP::Protocol::https wasn't installed (Olaf Alders). Reported by Slaven Rezi�. See https://github.com/libwww-perl/WWW-Mechanize/issues/54 1.81 2016-10-06 08:52:44-04:00 America/Toronto ======================================== [FIXED] - Work around bug in HTTP::Cookies that is triggered on reload(). See https://rt.cpan.org/Public/Bug/Display.html?id=75897 (Gianni Ceccarelli) 1.80 2016-09-24 22:38:27-04:00 America/Toronto ======================================== [FIXED] - Fixes behaviour of submit_form() when multiple filters have been supplied (Ed Avis) 1.79 2016-09-16 23:53:48-04:00 America/Toronto ======================================== [ENHANCEMENTS] - Added form_with() method. (Martin Sluka)
39 lines
1.5 KiB
Makefile
39 lines
1.5 KiB
Makefile
# $NetBSD: Makefile,v 1.44 2017/03/11 12:08:14 wen Exp $
|
|
|
|
DISTNAME= WWW-Mechanize-1.84
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/WWW-Mechanize/
|
|
COMMENT= Automates web page form & link interaction
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
|
|
DEPENDS+= p5-HTML-Form>=6.00:../../www/p5-HTML-Form
|
|
DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
|
|
DEPENDS+= p5-HTTP-Daemon-[0-9]*:../../www/p5-HTTP-Daemon
|
|
DEPENDS+= p5-HTTP-Message>=1.3:../../www/p5-HTTP-Message
|
|
DEPENDS+= p5-HTTP-Server-Simple>=0.35:../../www/p5-HTTP-Server-Simple
|
|
DEPENDS+= p5-URI>=1.36:../../www/p5-URI
|
|
DEPENDS+= p5-libwww>=5.829:../../www/p5-libwww
|
|
# recommended for HTML::Tree ...
|
|
DEPENDS+= p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format
|
|
|
|
BUILD_DEPENDS+= p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle
|
|
BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
|
|
BUILD_DEPENDS+= p5-Test-Taint-[0-9]*:../../devel/p5-Test-Taint
|
|
BUILD_DEPENDS+= p5-Test-Warn>=0.11:../../devel/p5-Test-Warn
|
|
BUILD_DEPENDS+= p5-Test-RequiresInternet-[0-9]*:../../net/p5-Test-RequiresInternet
|
|
|
|
# use defaults from Makefile.PL, to avoid user interaction
|
|
# if not set explicitly
|
|
MAKE_PARAMS+= --mech-dump --nolive
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/WWW/Mechanize/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|