pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-FillInForm updated to 2.00



details:   https://anonhg.NetBSD.org/pkgsrc/rev/778efbcf0189
branches:  trunk
changeset: 544926:778efbcf0189
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Tue Jul 22 19:04:15 2008 +0000

description:
updated to 2.00

ChangeLog:

2.0 - September 11th, 2007

Allow passing an arrayref of hashrefs through fdat (Mark Stosberg, Michael Graham)

Several new shortcuts: (Mark Stosberg)
    Allow calling fill() as a class method as a shortcut.
    Allow   \$html  as shortcut for   scalarref => \$html
    Allow   \@html  as shortcut for   arrayref  => \@html
    Allow   \*html  as shortcut for   file      => \*html
    Allow   'html'  as shortcut for   file      => 'html'
    Allow   $q      as shortcut for   fobject   => $q
    Allow  \%fdat   as shortcut for   fdat      => \%fdat

    In summary, instead of this:

    my $fif = HTML::FillInForm->new;
    $fif->fill( scalarref => \$html, fdat => \%data );

    You can simply write:

    HTML::FillInForm->fill( \$html, \%data );

Fixed disable_fields bug (Boris Zentner)

Add support for ID attribute on form tags (name attribute is
deprecated in xhtml) [rt.cpan.org #27376] (Anthony Ettinger)

1.07 - August 2nd, 2007

Added 'disable_fields' method [rt.cpan.org #6342] (Trevor Schellhorn)

Support IE down-level revealed HTML comments [rt.cpan.org #19468] (Michael Peters)

hash is not reset before each() is called [rt.cpan.org #24980] (Simon P. Ditner)

Fix a bug the last plaintext part might be chopped if called via
scalarref [rt.cpan.org #21750] (Tatsuhiko Miyagawa)

Fix bug when passing 0 in array ref to textfields, also see
[rt.cpan.org #22195] (Paul Miller)

No longer generate warning if empty array as the value for a select attribute is passed (Dave Rolsky)

diffstat:

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

diffs (25 lines):

diff -r 0986efc4ac92 -r 778efbcf0189 www/p5-HTML-FillInForm/Makefile
--- a/www/p5-HTML-FillInForm/Makefile   Tue Jul 22 19:01:28 2008 +0000
+++ b/www/p5-HTML-FillInForm/Makefile   Tue Jul 22 19:04:15 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2008/06/20 01:09:42 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2008/07/22 19:04:15 rhaen Exp $
 
-DISTNAME=      HTML-FillInForm-1.06
+DISTNAME=      HTML-FillInForm-2.00
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5hfi
 CATEGORIES=    www perl5
diff -r 0986efc4ac92 -r 778efbcf0189 www/p5-HTML-FillInForm/distinfo
--- a/www/p5-HTML-FillInForm/distinfo   Tue Jul 22 19:01:28 2008 +0000
+++ b/www/p5-HTML-FillInForm/distinfo   Tue Jul 22 19:04:15 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2007/05/25 11:20:29 markd Exp $
+$NetBSD: distinfo,v 1.8 2008/07/22 19:04:15 rhaen Exp $
 
-SHA1 (HTML-FillInForm-1.06.tar.gz) = 1cc219adc54229715e00b9474d2e6e8a43c66e04
-RMD160 (HTML-FillInForm-1.06.tar.gz) = 25a1b4ba02d6251f30a4b3f3aa28706faf2536c1
-Size (HTML-FillInForm-1.06.tar.gz) = 12529 bytes
+SHA1 (HTML-FillInForm-2.00.tar.gz) = 9d107115e4f9e9c8e7aba53183e75744f2a8a6c4
+RMD160 (HTML-FillInForm-2.00.tar.gz) = 9645b1409d5b45c60a1c9e91f1207b425f52d534
+Size (HTML-FillInForm-2.00.tar.gz) = 15250 bytes



Home | Main Index | Thread Index | Old Index