Commit graph

11 commits

Author SHA1 Message Date
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
hiramatsu
8628b6411a 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 10:07:14 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
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.
2004-12-20 11:30:55 +00:00
erh
458462be23 Add dependency on p5-Data-FormValidator 2004-07-08 22:34:36 +00:00
erh
77e2dcece3 New package: p5-HTMLObject version 2.22
Perl5 module to quickly and easily create Dynamic HTML pages
2004-07-08 19:41:24 +00:00