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 to 1.16:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c20bc4073c2
branches:  trunk
changeset: 503609:2c20bc4073c2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 23 22:18:22 2005 +0000

description:
Update to 1.16:

1.16    Fri Oct 28 17:34:20 CDT 2005
        [ENHANCEMENTS]
        * Sped up Mech significantly (~20% in some cases).  Images and
          links are extracted from the HTML, and objects are created,
          only when they're actually needed.  This will be a speedup for
          pages where you're only following links, or vice versa.

        [THINGS THAT MAY BREAK YOUR CODE]
        * If you've been relying on the $mech->{images} and $mech->{links}
          fields being populated so that you can bypass the $mech->images()
          and $mech->links() accessors, your code will break.  That's OK,
          because you should have been using the accessors all along.

1.14    Tue Aug 30 17:17:40 CDT 2005
        [DOCUMENTATION]
        * Added lots of new FAQs.  Thanks to Peter Stevens.

        [INTERNALS]
        * Now requires Test::LongString.  That's not too odious.

        [FIXES]
        * Tests now pass with the shuffling around that Google did.

1.13_01 Tue Apr 12 14:11:18 CDT 2005
        [ENHANCEMENTS]
        * Now dies if you call submit_form() with a non-existsing
          form_number or form_name.  Before, it would just warn.

        [DOCUMENTATION]
        * Added an example of using credentials() in the cookbook.

diffstat:

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

diffs (29 lines):

diff -r 7102cc2bf796 -r 2c20bc4073c2 www/p5-WWW-Mechanize/Makefile
--- a/www/p5-WWW-Mechanize/Makefile     Wed Nov 23 22:17:55 2005 +0000
+++ b/www/p5-WWW-Mechanize/Makefile     Wed Nov 23 22:18:22 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2005/08/06 06:19:40 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/11/23 22:18:22 wiz Exp $
 #
 
-DISTNAME=      WWW-Mechanize-1.12
+DISTNAME=      WWW-Mechanize-1.16
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=WWW/}
 
diff -r 7102cc2bf796 -r 2c20bc4073c2 www/p5-WWW-Mechanize/distinfo
--- a/www/p5-WWW-Mechanize/distinfo     Wed Nov 23 22:17:55 2005 +0000
+++ b/www/p5-WWW-Mechanize/distinfo     Wed Nov 23 22:18:22 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/02/26 17:50:00 wiz Exp $
+$NetBSD: distinfo,v 1.6 2005/11/23 22:18:22 wiz Exp $
 
-SHA1 (WWW-Mechanize-1.12.tar.gz) = 6735fc6701d3c4f59b923a400f2778bc239eabd2
-RMD160 (WWW-Mechanize-1.12.tar.gz) = 1429d3b55f2b1e063d759814905277d00b0741fd
-Size (WWW-Mechanize-1.12.tar.gz) = 102204 bytes
+SHA1 (WWW-Mechanize-1.16.tar.gz) = 1493f0d42b49de61d318c57d1d52bab85db49d17
+RMD160 (WWW-Mechanize-1.16.tar.gz) = eeb30a3df6ee48deea5260e7f55059cbd89a38f9
+Size (WWW-Mechanize-1.16.tar.gz) = 105422 bytes
 SHA1 (patch-aa) = 1c72f07c8796b7f8593e7222dfd00f5c93a1c863



Home | Main Index | Thread Index | Old Index