pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-WWW-Mechanize Update p5-WWW-Mechanize from 1.30...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cfbcef46542b
branches:  trunk
changeset: 540844:cfbcef46542b
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Apr 08 10:33:44 2008 +0000

description:
Update p5-WWW-Mechanize from 1.30 to 1.34

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.

diffstat:

 www/p5-WWW-Mechanize/Makefile |  4 ++--
 www/p5-WWW-Mechanize/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 033f568cb5d3 -r cfbcef46542b www/p5-WWW-Mechanize/Makefile
--- a/www/p5-WWW-Mechanize/Makefile     Tue Apr 08 10:32:22 2008 +0000
+++ b/www/p5-WWW-Mechanize/Makefile     Tue Apr 08 10:33:44 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2007/07/01 17:24:58 heinz Exp $
+# $NetBSD: Makefile,v 1.16 2008/04/08 10:33:44 abs Exp $
 #
 
-DISTNAME=      WWW-Mechanize-1.30
+DISTNAME=      WWW-Mechanize-1.34
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=WWW/}
diff -r 033f568cb5d3 -r cfbcef46542b www/p5-WWW-Mechanize/distinfo
--- a/www/p5-WWW-Mechanize/distinfo     Tue Apr 08 10:32:22 2008 +0000
+++ b/www/p5-WWW-Mechanize/distinfo     Tue Apr 08 10:33:44 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2007/07/01 17:22:12 heinz Exp $
+$NetBSD: distinfo,v 1.12 2008/04/08 10:33:44 abs Exp $
 
-SHA1 (WWW-Mechanize-1.30.tar.gz) = 08b79934b6c53eb3cbc652d891ddff28356ca0ac
-RMD160 (WWW-Mechanize-1.30.tar.gz) = bed567849a73f584717292f6433cd7a3fe76d29d
-Size (WWW-Mechanize-1.30.tar.gz) = 111276 bytes
+SHA1 (WWW-Mechanize-1.34.tar.gz) = 71dc82bfb19762476f4d7404fddd179b93a6a059
+RMD160 (WWW-Mechanize-1.34.tar.gz) = 230244602ce9980ffab5e159d41bfec6616c4e81
+Size (WWW-Mechanize-1.34.tar.gz) = 113339 bytes



Home | Main Index | Thread Index | Old Index