c21aed3fb4
1.34 Mon Dec 10 00:30:39 CST 2007 ======================================== [FIXES] Many fixes to make the test suite more portable. 1.32 Tue Oct 30 12:02:17 CDT 2007 ======================================== [ENHANCEMENTS] Added dump methods to mirror mech-dump: * $mech->dump_images() * $mech->dump_links() * $mech->dump_forms() * $mech->dump_all() Sanity checks in the WWW::Mechanize::Image constructor. Every Image must have a "url" and "tag" field passed in to it. 1.31_02 Thu Oct 25 11:48:29 CDT 2007 ======================================== [ENHANCEMENTS] Added class, class_regex, id and id_regex limiters to find_link() and find_all_links(). Thanks to Adriano Ferreira. 1.31_01 Mon Sep 17 23:38:03 CDT 2007 ======================================== [FIXES] Mech tests now pass even if your DNS server gives A records for anything (like OpenDNS). Thanks, Miyagawa! Searching for the <base href> is now case-inensitive. A better solution would be to actually parse the HTML. [ENHANCEMENTS] mech-dump now handles --user and --password arguments for sites that require authentication.
28 lines
802 B
Makefile
28 lines
802 B
Makefile
# $NetBSD: Makefile,v 1.16 2008/04/08 10:33:44 abs Exp $
|
|
#
|
|
|
|
DISTNAME= WWW-Mechanize-1.34
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
|
|
|
MAINTAINER= dieter.NetBSD@pandora.be
|
|
HOMEPAGE= http://search.cpan.org/dist/WWW-Mechanize/
|
|
COMMENT= Automates web page form & link interaction
|
|
|
|
DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww
|
|
DEPENDS+= p5-HTML-Parser>=3.35:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-URI>=1.30:../../www/p5-URI
|
|
|
|
# use defaults from Makefile.PL, to avoid user interaction
|
|
# if not set explicitly
|
|
MAKE_PARAMS+= --mech-dump --nolive
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/WWW/Mechanize/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|