pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTMLObject Update p5-HTMLObject to 2.28.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61f0a558a123
branches:  trunk
changeset: 535336:61f0a558a123
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Wed Nov 14 10:07:14 2007 +0000

description:
Update p5-HTMLObject to 2.28.

Full changelog from 2.22 is too long to list here,
so only latest changes.

2.28 Mon 2005-08-08
  - Updating date-picker man page to document -Label option required.
  - Added code to make sure that javascript attributes get output on the span
    code when displaying a read-only text element.
  - Make sure the -onload/-onunload/-onbeforeunload code gets processed even
    for a read-only form item.
  - Updated the POD documentation to group select and radio -Type options
    together for generate().
  - Added setBodyAttribute() so you can define a custom attribute that doesn't
    have a helper method and have it apply to the <body> tag.  The attribute
    must be a known html attribute to be applied.
  - Used formProtect() to make sure that the input fields do not lose any
    special user input like, &quot;, &amp;, etc.
  - Added javascriptReadOnly to allow a read-only form to allow/disallow
    javascript from being generated.
  - Improved read-only output of hidden tags that have an array of values.
  - Added qw() function to the form_methods.js file to make creating an array
    from a space seperated string much easier, ala perl.
  - Removed the -WidgetOptions hash and made what used to be the contents of
    that hash be - (dash) prefixed.  Internally, those arguments will be
    converted back to the name that the Widgets method is expecting.  Sorry
    if this causes any problems. :)
  - Tacked any onchange code for a calculator widget to my onchange code.
  - formEncode()/formEncodeString() now can handle multiple sequences that you
    want to ignore.
  - Fixed datePicker validation code.  Closes bug #1285443.
  - calcDatePrev/Next now calls the onchange code if the date form field has
    one defined.  Closes bug #1286269.

diffstat:

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

diffs (36 lines):

diff -r a5cc19c4baab -r 61f0a558a123 www/p5-HTMLObject/Makefile
--- a/www/p5-HTMLObject/Makefile        Wed Nov 14 06:15:43 2007 +0000
+++ b/www/p5-HTMLObject/Makefile        Wed Nov 14 10:07:14 2007 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2006/03/04 21:31:02 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2007/11/14 10:07:14 hiramatsu Exp $
 
 DISTNAME=              libhtmlobject-perl-${VERSION}
 PKGNAME=               p5-HTMLObject-${VERSION}
 SVR4_PKGNAME=          p5hto
-PKGREVISION=           2
 CATEGORIES=            www perl5
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=htmlobject/}
 
@@ -13,7 +12,7 @@
 
 DEPENDS+=      p5-Data-FormValidator>=3.59:../../textproc/p5-Data-FormValidator
 
-VERSION=       2.22
+VERSION=       2.28
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 PERL5_PACKLIST=                auto/HTMLObject/.packlist
diff -r a5cc19c4baab -r 61f0a558a123 www/p5-HTMLObject/distinfo
--- a/www/p5-HTMLObject/distinfo        Wed Nov 14 06:15:43 2007 +0000
+++ b/www/p5-HTMLObject/distinfo        Wed Nov 14 10:07:14 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:08:36 wiz Exp $
+$NetBSD: distinfo,v 1.3 2007/11/14 10:07:14 hiramatsu Exp $
 
-SHA1 (libhtmlobject-perl-2.22.tar.gz) = 2dcf00b764a05d88583059bafd40c81976cdca64
-RMD160 (libhtmlobject-perl-2.22.tar.gz) = 9dc8c4ad3ee6609263a94abd53697b979c0f78c5
-Size (libhtmlobject-perl-2.22.tar.gz) = 133306 bytes
+SHA1 (libhtmlobject-perl-2.28.tar.gz) = 6830ea54fd7d94f1cc575b5392a9d4cfd942915b
+RMD160 (libhtmlobject-perl-2.28.tar.gz) = b916807e655c97f983316dc930eca45bbd213b43
+Size (libhtmlobject-perl-2.28.tar.gz) = 179727 bytes



Home | Main Index | Thread Index | Old Index