ports/93297: [UPDATE]: www/htmlobject: Update to version 2.28.

Frank Laszlo laszlof at vonostingroup.com
Mon Feb 13 16:20:08 UTC 2006


>Number:         93297
>Category:       ports
>Synopsis:       [UPDATE]: www/htmlobject: Update to version 2.28.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 13 16:20:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Frank Laszlo
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof at ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386


	
>Description:
	This patch will update www/htmlobject to version 2.28. This version adds the following features and bug fixes:

  - 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.

>How-To-Repeat:
	
>Fix:

	



--- htmlobject-2.28.diff begins here ---
diff -NrU3 htmlobject.orig/Makefile htmlobject/Makefile
--- htmlobject.orig/Makefile	Mon Feb 13 10:33:36 2006
+++ htmlobject/Makefile	Mon Feb 13 10:33:49 2006
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	htmlobject
-PORTVERSION=	2.27
+PORTVERSION=	2.28
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -NrU3 htmlobject.orig/distinfo htmlobject/distinfo
--- htmlobject.orig/distinfo	Mon Feb 13 10:33:36 2006
+++ htmlobject/distinfo	Mon Feb 13 10:33:59 2006
@@ -1,3 +1,3 @@
-MD5 (libhtmlobject-perl-2.27.tar.gz) = 21e610a08f67cb37ca4668d1028f286a
-SHA256 (libhtmlobject-perl-2.27.tar.gz) = 3bb1627cb92dfa57b7f3da11d9435de6e81e17baefaf3f814d6b083c26d1b443
-SIZE (libhtmlobject-perl-2.27.tar.gz) = 176424
+MD5 (libhtmlobject-perl-2.28.tar.gz) = 9e7465efd9d125ef75462954009dae5d
+SHA256 (libhtmlobject-perl-2.28.tar.gz) = 3a8dca1d5e71d396ceceb7d3b0be68c43f62c33b0c6b8ba98a5c25ca9516ce74
+SIZE (libhtmlobject-perl-2.28.tar.gz) = 179727
--- htmlobject-2.28.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list