Commit graph

112603 commits

Author SHA1 Message Date
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
heinz
1a81bf830a Updated to version 2.9.
Pkgsrc changes:
  - Marked the package as supporting installation to DESTDIR.

Changes since version 2.7:
==========================
2.9 Mon Jan 29 15:54:03 EST 2007
   - New Feature: the new force_untaint option makes sure you do not
     pass tainted values to param(). [Sven Neuhaus]

   - New Feature: Added ESCAPE=NONE as a synonym for ESCAPE=0.  Fixed
     both to work with default_escape. [cpan@punch.net]

   - Bug Fix: DEFAULT didn't work with URL and JS escaping.

   - Bug Fix: Long-standing bug where variables set in a loop weren't
     available inside inner loops under global_vars if the variable
     wasn't actually used in the outer loop.  (Thanks to Richard Fein
     for help debugging the fix.)

   - Doc Fix: Changed references to CVS in the docs to Subversion now that
     the switch is complete.

   - Test Fix: At long last, the work from the Phalanx project has
     been merged!  The tests are now more complete and easier to work
     on.  Thanks Phalanx guys!

2.8 Wed Dec 21 18:37:39 EST 2005
   - New Feature: the new default_escape option allows you to apply
     escaping to all variables in a template. [Alex Kapranoff]

   - Bug Fix: ESCAPE wasn't working on variables containing code-refs.

   - Bug Fix: Changed HTML::Template to help sub-classes by called
     _new_from_loop() via ref($self) rather than hard-coding the package
     name. [Mark Stosberg]

   - Bug Fix: Including more than one <tmpl_else> tag in <tmpl_unless> or
     <tmpl_unless> now dies with an error message, instead of silently ignoring
     one of the clauses. [Mitar and Mark Stosberg]

   - Bug Fix: Fixed HTML::Template to re-evaluate conditions to handle
     <tmpl_else>.  This bug could cause HTML::Template to take both
     branches of a conditional if a code-ref parameter returned a
     different value when called a second time. [Emanuele Zeppieri]
2007-04-30 21:34:03 +00:00
minskim
42d0dfc3c8 Note update of rails. 2007-04-30 21:27:31 +00:00
minskim
ea04e56127 Update rails to 1.2.3.
Changes:
* Ruby 1.8.6 compatibility
* Stop swallowing errors during rake test
2007-04-30 21:26:03 +00:00
heinz
171b1af2ed Activated monit 2007-04-30 20:55:35 +00:00
heinz
69cf56745c Initial import of monit 4.9.
Monit is a utility for managing and monitoring, processes, files,
directories and devices on a UNIX system. Monit conducts automatic
maintenance and repair and can execute meaningful causal actions in
error situations.
2007-04-30 20:53:46 +00:00
adam
7755d827ca Updated security/mhash to 0.9.9; libmcrypt to 2.5.8; mcrypt to 2.6.5 2007-04-30 19:30:23 +00:00
adam
cb94155e14 Changes 2.6.5:
* Added all of the patches on Sourceforge, plus those included by Red Hat's Fedora Extras
2007-04-30 19:28:34 +00:00
adam
3b6225abc6 Changes 2.5.8:
* Stuff from the Fedora Extras crew
2007-04-30 19:26:23 +00:00
minskim
213e164adc Generate dynamically the list of files created by rdoc. rdoc seems to use
different numbering in creating HTML files on different platforms.
2007-04-30 19:24:11 +00:00
adam
72871c2545 Changes 0.9.9:
- Added patch for sigbus error on unaligned data, when doing rapid copies.

Changes 0.9.8.1:
- Another round of bugfixes
2007-04-30 19:06:47 +00:00
minskim
9caf9d7b33 mongrel update was done. 2007-04-30 18:29:44 +00:00
minskim
83f98b3b9f Note update of mongrel. 2007-04-30 18:28:33 +00:00
minskim
016711bc5e Update mongrel to 1.0.1.
The first official production quality version.  See ChangeLog
for the complete list of changes.

http://mongrel.rubyforge.org/releases/ChangeLog
2007-04-30 18:28:05 +00:00
minskim
9eea2bdb0d Add ruby-fastthread.
fastthread is a Ruby extension which re-implements the primitives in
Ruby's thread.rb in C.
2007-04-30 17:03:10 +00:00
abs
fce8c0beb8 Import teamspeak-server-2.0.23.15 into pkgsrc:
TeamSpeak is a quality, scalable application which enables people
to speak with one another over the Internet. TeamSpeak consists of
both client and server software. The server acts as a host to
multiple client connections, capable of handling literally thousands
of simultaneous users. This results in an Internet based teleconferencing
solution that works in a variety of applications such as team mates
speaking with one another while playing their favorite online game,
small businesses cutting costs on long distance charges, or for
personal communication with friends and family.

This package contains the TeamSpeak server for Linux/i386
2007-04-30 15:35:12 +00:00
abs
4764721087 enable teamspeak-server 2007-04-30 15:34:13 +00:00
abs
452285d8ab Import teamspeak-server-2.0.23.15 into pkgsrc:
TeamSpeak is a quality, scalable application which enables people
to speak with one another over the Internet. TeamSpeak consists of
both client and server software. The server acts as a host to
multiple client connections, capable of handling literally thousands
of simultaneous users. This results in an Internet based teleconferencing
solution that works in a variety of applications such as team mates
speaking with one another while playing their favorite online game,
small businesses cutting costs on long distance charges, or for
personal communication with friends and family.

This package contains the TeamSpeak server for Linux/i386
2007-04-30 15:33:27 +00:00
abs
4058a68107 update teamspeak licence 2007-04-30 15:31:08 +00:00
abs
376b369a26 Import perltidy 20070424 into pkgsrc, based on virtus@wanadoo.nl's wip package:
Perltidy reads a Perl script and writes an indented, reformatted
script. The default formatting closely follows the recommendations
in perlstyle(1).  Perltidy can also display perl code in syntax-
colored HTML output.
2007-04-30 15:20:23 +00:00
abs
aaa0b66c41 add perltidy 2007-04-30 15:18:35 +00:00
abs
943f13dd4b remove spurious file 2007-04-30 15:17:35 +00:00
abs
f4c01bec87 Import perltidy 20070424 into pkgsrc, based on virtus@wanadoo.nl's wip package:
Perltidy reads a Perl script and writes an indented, reformatted
script. The default formatting closely follows the recommendations
in perlstyle(1).  Perltidy can also display perl code in syntax-
colored HTML output.
2007-04-30 15:16:12 +00:00
adam
7e725e3858 Updated graphics/gimp24 to 2.3.16 2007-04-30 13:42:03 +00:00
adam
ad2cde237c Updated databases/postgresql to 8.2.4, 8.1.9, 8.0.13 2007-04-30 13:41:21 +00:00
adam
e365ba3730 Changes 8.0.13:
* Support explicit placement of the temporary-table schema within
  search_path, and disable searching it for functions and operators
* "/contrib/tsearch2" crash fixes
* Fix potential-data-corruption bug in how "VACUUM FULL" handles
  "UPDATE" chains
* Fix PANIC during enlargement of a hash index (bug introduced in
  8.0.10)
* Fix POSIX-style timezone specs to follow new USA DST rules
2007-04-30 13:37:36 +00:00
adam
05954558af Changes 8.1.9:
* Support explicit placement of the temporary-table schema within
  search_path, and disable searching it for functions and operators
* "/contrib/tsearch2" crash fixes
* Require "COMMIT PREPARED" to be executed in the same database as
  the transaction was prepared in
* Fix potential-data-corruption bug in how "VACUUM FULL" handles
  "UPDATE" chains
* Planner fixes, including improving outer join and bitmap scan
  selection logic
* Fix PANIC during enlargement of a hash index (bug introduced in
  8.1.6)
* Fix POSIX-style timezone specs to follow new USA DST rules
2007-04-30 13:37:22 +00:00
adam
7a06d63bd3 Changes 8.2.4:
* Support explicit placement of the temporary-table schema within
  search_path, and disable searching it for functions and operators
* Fix shared_preload_libraries for Windows by forcing reload in each
  backend
* Fix to_char() so it properly upper/lower cases localized day or
  month names
* "/contrib/tsearch2" crash fixes
* Require "COMMIT PREPARED" to be executed in the same database as
  the transaction was prepared in
* Allow "pg_dump" to do binary backups larger than two gigabytes on
  Windows
* New traditional (Taiwan) Chinese FAQ
* Prevent the statistics collector from writing to disk too
  frequently
* Fix potential-data-corruption bug in how "VACUUM FULL" handles
  "UPDATE" chains
* Fix bug in domains that use array types
* Fix "pg_dump" so it can dump a serial column's sequence using "-t"
  when not also dumping the owning table
* Planner fixes, including improving outer join and bitmap scan
  selection logic
* Fix possible wrong answers or crash when a PL/pgSQL function tries
  to RETURN from within an EXCEPTION block
* Fix PANIC during enlargement of a hash index
* Fix POSIX-style timezone specs to follow new USA DST rules
2007-04-30 13:37:00 +00:00
adam
3b57355ecf Changes 2.3.16:
- make the XOR color configurable as a workaround for broken drivers
- allow to assign keyboard shortcuts to procedures without menu entry
- allow to configure the height of the preview area in data editors
- improved file detection in TGA plug-in
- improved brush scaling code, now also scales up
- converted standard pixmap brushes to parametric ones
- improved zoom tool behavior
- D-Bus methods now have a return value indicating success or failure
- added more menu tooltips
- allow procedures to request the display ID they are being called from
- depend on GTK+ >= 2.10.6 and use some of the new functions in GTK+ 2.10
- allow filename passed on the command-line to be opened as new images
- various optimizations
- bug fixes and code cleanup
2007-04-30 13:34:03 +00:00
tron
8ea759f724 Update home-page URL. 2007-04-30 12:52:10 +00:00
adam
beaf5b9f51 Updated graphics/gimp to 2.2.14 2007-04-30 12:06:26 +00:00
adam
0820f4f07c Changes 2.2.14:
- avoid crashing on newer versions of the winicon format
- fixed crash in Postscript plug-in
- fixed handling of TABs in the text tool
- fixed bug in Depth Merge plug-in
- fixed bug in GimpDrawablePreview widget
- fixed bug in Line Nove script
- fixed bug in Ripple plug-in
- save locale independent files from Fractal Explorer plug-in
- fixed bug in Super Nova plug-in
- be more robust against broken XCF files
- fixed drawing issues in Image Map plug-in
- fixed smoothing option in Fractal Explorer plug-in
- load channels in the proper order when opening an XCF file
- deal with floating selections in the Burn-In Animation script
- fixed clipping in the GimpPreviewArea widget
- fixed a potential crash in gimp-remote
- work around a file-chooser problem on Windows
- fixed markup of the gimp(1) manual page
- fixed the fix for the right-to-left layout in layers dialog
- fixed PSD save plug-in on 64bit architectures
- added missing dependency in gimpui-2.0.pc file
- fixed a crash in the PSD save plug-in
- improved robustness of transform tool preview code
- improved forward compatibility of XCF loader
- don't crash in the Compressor plug-in if files can't be opened
- fixed sensitivity of input fields in the Lighting plug-in
2007-04-30 12:03:05 +00:00
heinz
0076b8a998 The package supports installation to DESTDIR.
This is pure python module, so USE_LANGUAGES should be empty.
2007-04-30 11:12:35 +00:00
tron
927bdbe953 Note update of "estd" package to version 0.5nb4. 2007-04-30 09:54:27 +00:00
tron
1063f75103 Properly substitute "@ECHO@" in startup script. Bump package revision
because of this fix.
2007-04-30 09:54:15 +00:00
adam
e0d73691a0 Updated archivers/p7zip to 4.45 2007-04-30 09:14:12 +00:00
adam
677d5dec91 Changes 4.45:
- Default dictionary size was increased: Normal: 16 MB, Max: 32 MB.
- Speed optimizations.
- Benchmark was improved (new "b" command in command line version).
- The number of DLL files was reduced.
- switch -mhcf=off is not supported now.
- If -t{Type} switch is not specified, 7-Zip now uses extension of archive to
  detect the type of archive.
- Some bugs were fixed (BZip2 in multithread)
- x86 or x86_64 : ASM version of crc32 available
- better detection of executable file (scripts do not need BCJ/BCJ2 filter)
- default permissions are now :
  - for a file      : -rw-------
  - for a directory : drwx------
- on MacOSX, locale is always utf8
- makefile.qnx_static and makefile.qnx_shared added
2007-04-30 09:12:54 +00:00
obache
c803be21cc Added www/p5-HTML-Strip version 1.06. 2007-04-30 05:16:40 +00:00
obache
ed7247e622 Added p5-HTML-Strip. 2007-04-30 05:15:32 +00:00
obache
bb567bc2ec Import p5-HTML-Strip from pkgsrc-wip, packaged by Roman Kulik.
(also close PR 30724)

This module strips HTML-like markup from text.
It is written in XS, and thus about five times quicker than using
regular expressions for the same task.
2007-04-30 05:14:31 +00:00
obache
c523267e91 Add original MASTER_SITE and HOMEPAGE. 2007-04-30 02:49:15 +00:00
obache
c1a6d3730d Added converters/p5-JSON version 1.11. 2007-04-30 01:45:13 +00:00
obache
15fd639ec2 Added p5-JSON. 2007-04-30 01:42:44 +00:00
obache
a901e81ae1 Import p5-JSON version 1.11.
This module converts between JSON (JavaScript Object Notation) and Perl
data structure into each other.
For JSON, See to http://www.JSON.org/.

  JSON-RPC http://json-rpc.org/
2007-04-30 01:41:31 +00:00
kristerw
4f70f82785 Note update of lang/ghc to 6.6.1. 2007-04-29 22:14:03 +00:00
kristerw
3a26d15a41 Update lang/ghc to 6.6.1.
Many, many bugs have been fixed relative to 6.6. Far too many to list here.

The other changes in this release are:
* GHC works on Windows Vista.
* GHC can now be used to compile C++ files.
* There is an --install-signal-handlers=<yes|no> RTS flag. The main use is
  to stop GHC installing signal handlers when you are putting your code in
   a DLL.
* Newtypes can now be defined using GADT syntax.
* Linear implicit parameters are no longer accepted.
* There is a manpage for ghc and ghci.
* The building guide has been moved to the wiki.
* GHC now comes with the filepath library.
2007-04-29 22:12:02 +00:00
tnn
16d71b07c6 Remove PKGREVISION on orpie, which was moved from pkgsrc-wip.
Prefer pkgsrc correctness over potentially breaking wip-users' upgrades.
2007-04-29 21:51:24 +00:00
tnn
1da55aca42 Added math/orpie version 1.4.3nb1 2007-04-29 20:14:16 +00:00
tnn
41307ad1a8 Add orpie 1.4.3.
-
Orpie is a fullscreen RPN calculator for the console.
Its operation is similar to that of modern HP calculators, but data entry has
been optimized for efficiency on a PC keyboard.  Features include extensive
scientific calculator functionality, command completion, and a visible
interactive stack.
2007-04-29 20:01:45 +00:00
tnn
9c600da349 Use BUILDLINK_DEPMETHOD instead of BUILD_DEPENDS hack. 2007-04-29 19:52:44 +00:00