From 4298afc12e3d8fa60bb7941e438a4f099edaf6c7 Mon Sep 17 00:00:00 2001 From: hiramatsu Date: Wed, 14 Nov 2007 10:07:14 +0000 Subject: 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 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. --- www/p5-HTMLObject/Makefile | 5 ++--- www/p5-HTMLObject/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'www/p5-HTMLObject') 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 -- cgit v1.2.3