diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2007-11-14 10:07:14 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2007-11-14 10:07:14 +0000 |
commit | 8628b6411aec7f1c0dbe3dafa0dd2d6db360b874 (patch) | |
tree | 31f54e49a0e9de6792f1469ad26e900c53b38f91 /www | |
parent | 7a071a4e5322c82415b32d89ebc1e29682e82572 (diff) | |
download | pkgsrc-8628b6411aec7f1c0dbe3dafa0dd2d6db360b874.tar.gz |
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, ", &, 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 (limited to 'www')
-rw-r--r-- | www/p5-HTMLObject/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTMLObject/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-HTMLObject/Makefile b/www/p5-HTMLObject/Makefile index 219bb4e2665..3abb4aef60e 100644 --- a/www/p5-HTMLObject/Makefile +++ b/www/p5-HTMLObject/Makefile @@ -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 @@ COMMENT= Perl5 module to quickly and easily create Dynamic HTML pages 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 --git a/www/p5-HTMLObject/distinfo b/www/p5-HTMLObject/distinfo index cfe0932ea1e..31a7a9d0a66 100644 --- a/www/p5-HTMLObject/distinfo +++ b/www/p5-HTMLObject/distinfo @@ -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 |