- Add ${PERL5_LICENSE}
- Add post-patch: target to remove garbage
(upstream)
Update 2.28 to 2.29
2.29 2005-12-10
- Fixed the setCookie() domain checking to be domain agnostic.
- Fixed the print(css => []) issue where entries were not being displayed
one to a line, unless you had postfixed them with \n.
- If you don't specify a -Options hashref for a select box, it now creates
an empty one for you instead of blowing an error since this is a usefull
and valid case.
- Added #VALUE=x# for Feature Request 1398696.
- Worked on fixing Bug#1453214 by making the formSubmittedVariable only be
required when we have form items that depend on it to know what state they
are in. checkbox, select, multi-select, select-picker all depend on it.
- Worked on fixing Bug#1284264 by making the required string only be displayed
when there are user visible required items. Improved the createTemplate()
output to take this into account and to only display the table elements when
there are user visible form items defined.
- Fixing bug #1454087.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
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.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.