pkgsrc/www/p5-HTMLObject/Makefile

25 lines
689 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2011/08/14 16:05:56 obache Exp $
DISTNAME= libhtmlobject-perl-${VERSION}
PKGNAME= p5-HTMLObject-${VERSION}
PKGREVISION= 3
SVR4_PKGNAME= p5hto
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=htmlobject/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://htmlobject.sourceforge.net/
COMMENT= Perl5 module to quickly and easily create Dynamic HTML pages
2008-06-20 03:09:05 +02:00
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Data-FormValidator>=3.59:../../textproc/p5-Data-FormValidator
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.
2007-11-14 11:07:14 +01:00
VERSION= 2.28
PERL5_PACKLIST= auto/HTMLObject/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"