Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
heinz 7758a3df87 Updated to version 3.0501.
Pkgsrc changes:
  - Suffix changed from the default (.tar.gz) to .tgz.
  - Marked the package as supporting installation to DESTDIR.

Changes since version 3.0302:
=============================
VERSION 3.0501
    Bugfix release to repair a memory leak and a few "other" field edge
    cases.

VERSION 3.05
    Just a short time after 3.04, several new features evolved very quickly:

  Fieldset support
    A new "fieldsets" option to "new()" and a "fieldset" option to the
    "field()" method can be used to organize your form into sections.
    Currently works with the built-in "<table>" and new "<div>" renderer
    only, but template support is in the works.

  Div rendering
    In addition to the builtin "<table>" rendering module, a new "Div"
    rendering template has been included as well. If you select this, you
    get a table-free form which you can manipulate using stylesheets:

        $form->new(template => {type => 'div'});

    This provides a couple additional benefits, like separate divs for every
    submit button.

  Additional classes
    A couple additional CSS classes were added, wrapping around the fields
    as a unit for better styling. The "<form>" tag now gets a ".fb_form"
    style as well.

  Fixed HTML::Template support
    A couple bugs were introduced in 3.04 that have been fixed, and more
    tests added.

VERSION 3.04
    In addition to the below features, a new Catalyst FormBuilder plugin is
    available on CPAN, "Catalyst::Plugin::FormBuilder".

  New $form->prepare() method
    You can now use "$form->prepare()" to get back an expanded hashref just
    before "$form->render()" is called. This allows you to use FormBuilder
    with Catalyst or other frameworks more easily, where the rendering is
    done elsewhere:

        my %expansion = $form->prepare;

    This could be passed directly to, say, Template Toolkit without having
    to use FormBuilder's Template Toolkit support.

  New "inflate" option to field()
    This is used the convert fields on the fly into objects or other values.
    For example, you could convert a "date" field into a DateTime object.
    Nice patch from Mark Hedges, check it out.

  Turkish messages
    Thanks to Recai Oktas.

  Added "missing" property for fields
    This can be queried in templates. To see if a field is missing
    altogether, you can check "field.missing" or "missing-field" depending
    on your template engine of choice.

  Removal of custom "puke" and "belch"
    FormBuilder now uses "Carp" and @CARP_NOT to handle its errors. As such,
    you will probably notice some differences in error output. The benefit
    is that setting "debug" will give you a stack trace on fatal errors.

  CGI::FormBuilder::Template::Builtin
    Moved the "render_builtin()" method to the above module, to unify the
    rendering schemes.

  New FORMBUILDER_DEBUG environment variable
    Setting this has the same effect as using the "debug" option.

  Removal of excess documentation
    Removed all the stub docs from "Field::*" and "Messages::*" to make CPAN
    happy.
2007-04-30 21:36:24 +00:00
archivers Changes 4.45: 2007-04-30 09:12:54 +00:00
audio Update to 2.0.1: 2007-04-21 07:05:50 +00:00
benchmarks Fix building: 2007-03-11 01:37:56 +00:00
biology Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
bootstrap hpux: machine_arch is hppa, not 9000. 2007-04-25 13:24:24 +00:00
cad Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
chat Update navi2ch to the latest snapshot, navi2ch-cvs_0.0.20070423-1. 2007-04-24 15:25:05 +00:00
comms Updated asterisk to 1.2.18 2007-04-26 09:43:14 +00:00
converters Added p5-JSON. 2007-04-30 01:42:44 +00:00
cross Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
crosspkgtools Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
databases Changes 8.0.13: 2007-04-30 13:37:36 +00:00
devel Add ruby-fastthread. 2007-04-30 17:03:10 +00:00
distfiles
doc Note update of rails. 2007-04-30 21:27:31 +00:00
editors Fix build problem on i386/Darwin. 2007-04-22 06:55:03 +00:00
emulators Changes 0.9.36: 2007-04-29 12:48:05 +00:00
filesystems Add and enable u9fs 2007-04-24 19:07:08 +00:00
finance Bump PKGREVISION for gtkhtml38 shlib name change. 2007-04-11 22:45:56 +00:00
fonts Depend on ko-baekmuk>=2.0, bump PKGREVISION. 2007-04-14 21:37:49 +00:00
games maintainer over to pkgsrc-users@ 2007-04-25 07:32:48 +00:00
geography add 2007-04-17 01:04:44 +00:00
graphics Changes 2.3.16: 2007-04-30 13:34:03 +00:00
ham Ad missing PLIST entries. Sort. Bump revision. 2007-04-04 16:30:49 +00:00
inputmethod Fix build with newer pth, which defines read and write as macros. 2007-03-24 16:04:56 +00:00
lang Update lang/ghc to 6.6.1. 2007-04-29 22:12:02 +00:00
licenses update teamspeak licence 2007-04-30 15:31:08 +00:00
mail Enable TLS support by default. Approved by Martti Kuparinen. 2007-04-29 19:27:35 +00:00
math Remove PKGREVISION on orpie, which was moved from pkgsrc-wip. 2007-04-29 21:51:24 +00:00
mbone Revert last PLIST change und bump revision again. 2007-03-30 15:41:02 +00:00
meta-pkgs Remove xfce4-radio-plugin (keep it still in pkgsrc-wip). 2007-04-27 11:21:47 +00:00
misc Update ruby-gem_plugin to 0.2.2. 2007-04-27 19:57:53 +00:00
mk --version-script is GNU ld specific, remove from command line. 2007-04-29 13:16:48 +00:00
multimedia Remove xfce4-radio-plugin (keep it still in pkgsrc-wip). 2007-04-27 11:21:47 +00:00
net enable teamspeak-server 2007-04-30 15:34:13 +00:00
news Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
packages
parallel Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
pkgtools Use BUILDLINK_DEPMETHOD instead of BUILD_DEPENDS hack. 2007-04-29 19:52:44 +00:00
print Add gtklp. 2007-04-20 18:14:59 +00:00
regress Added a testcase for offsetof. Reorganized the rest. 2007-03-08 14:31:06 +00:00
security Changes 2.6.5: 2007-04-30 19:28:34 +00:00
shells PKGNAME must be defined before include bsd.pkg.mk, 2007-04-25 13:26:42 +00:00
sysutils Activated monit 2007-04-30 20:55:35 +00:00
templates In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org", 2006-07-06 21:14:19 +00:00
textproc The package supports installation to DESTDIR. 2007-04-30 11:12:35 +00:00
time Update PLIST for update to 1.9 -- forgot in commit a few moments ago. 2007-04-28 15:22:00 +00:00
wm Add gnome-compiz-manager. 2007-04-20 18:14:15 +00:00
www Updated to version 3.0501. 2007-04-30 21:36:24 +00:00
x11 Update x11vnc to 0.9. 2007-04-29 03:59:26 +00:00
Makefile Add the new filesystems category, as proposed on tech-pkg. 2007-02-20 22:46:32 +00:00
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.