Commit graph

50300 commits

Author SHA1 Message Date
grant
2e2b807d22 Initial import of p5-CGI-FormBuilder-2.12 into the NetBSD packages
collection.

The goal of CGI::FormBuilder (FormBuilder) is to provide an easy way
for you to generate and process CGI form-based applications. This
module is designed to be smart in that it figures a lot of stuff out
for you. As a result, FormBuilder gives you about a 4:1 ratio of the
code it generates versus what you have to write.

For example, if you have multiple values for a field, it sticks them
in a radio, checkbox, or select group, depending on some factors. It
will also automatically name fields for you in human-readable labels
depending on the field names, and lay everything out in a nicely
formatted table. It will even title the form based on the name of the
script itself (order_form.cgi becomes "Order Form").

Plus, FormBuilder provides you full-blown validation for your fields,
including some useful builtin patterns. It will even generate
JavaScript validation routines on the fly! And, of course, it
maintains state ("stickiness") across submissions, with hooks provided
for you to plugin your own sessionid module such as Apache::Session.

And though it's smart, it allows you to customize it as well. For
example, if you really want something to be a checkbox, you can make
it a checkbox. And, if you really want something to be output a
specific way, you can even specify the name of an HTML::Template or
Template Toolkit (Template) compatible template which will be
automatically filled in, statefully.
2003-12-04 15:36:56 +00:00
grant
bc27a6855d +p5-CGI-FormBuilder 2003-12-04 15:33:06 +00:00
grant
74af1d22d3 Initial import of CGI-FormBuilder-2.12 into the NetBSD packages
collection.

The goal of CGI::FormBuilder (FormBuilder) is to provide an easy way
for you to generate and process CGI form-based applications. This
module is designed to be smart in that it figures a lot of stuff out
for you. As a result, FormBuilder gives you about a 4:1 ratio of the
code it generates versus what you have to write.

For example, if you have multiple values for a field, it sticks them
in a radio, checkbox, or select group, depending on some factors. It
will also automatically name fields for you in human-readable labels
depending on the field names, and lay everything out in a nicely
formatted table. It will even title the form based on the name of the
script itself (order_form.cgi becomes "Order Form").

Plus, FormBuilder provides you full-blown validation for your fields,
including some useful builtin patterns. It will even generate
JavaScript validation routines on the fly! And, of course, it
maintains state ("stickiness") across submissions, with hooks provided
for you to plugin your own sessionid module such as Apache::Session.

And though it's smart, it allows you to customize it as well. For
example, if you really want something to be a checkbox, you can make
it a checkbox. And, if you really want something to be output a
specific way, you can even specify the name of an HTML::Template or
Template Toolkit (Template) compatible template which will be
automatically filled in, statefully.
2003-12-04 15:32:27 +00:00
epg
96102dbf9d Add and enable p5-SVN-Web (thanks Thomas Klausner). 2003-12-04 15:28:34 +00:00
epg
b64ed2f7be Add and enable p5-Text-Diff and p5-YAML (thanks Thomas Klausner). 2003-12-04 15:28:00 +00:00
epg
16c1010e59 Add and enable p5-Algorithm-Annotate, p5-Algorithm-Diff,
p5-Algorithm-Merge p5-subversion, and swig-perl (thanks Thomas
Klausner).
2003-12-04 15:26:55 +00:00
adam
132da0c5b1 Updated slatec to 4.1nb1 2003-12-04 15:11:58 +00:00
adam
e40351ac88 Now uses libtool and builds shared libraries 2003-12-04 15:10:48 +00:00
grant
a07fcadc4e use RCD_SCRIPTS_SHELL. 2003-12-04 15:00:57 +00:00
grant
03b8e8a569 use && instead of ; in a couple of places. 2003-12-04 14:59:22 +00:00
agc
a2cb5c5b68 Add a patch and bump PKGREVISION for a patch by Christian Limpach for a
problem noted on current-users by Murray Armfield.

The problem was:  "Just try executing slapindex to get quite a verbose
libpthread invalid mutex message.  slapd still core dumps on
shutdown."

Thanks to Christian for fixing this.
2003-12-04 14:48:17 +00:00
recht
69006809fd Note addition of randrext-1.0 and Xrandr-1.0.1. 2003-12-04 14:45:03 +00:00
recht
8cfd3b90d2 + randrext, Xrandr 2003-12-04 14:42:36 +00:00
recht
b879846bf6 initial import of libXrandr-1.0.1
This package contains the X RandR extension.
2003-12-04 14:40:39 +00:00
recht
df7278be4c initial import of randext 1.0
This package contains header files and documentation for the RandR
extension.  Library and server implementations are separate.
2003-12-04 14:39:55 +00:00
adam
d487273088 Updated py-rpy to 0.3.1 2003-12-04 13:51:53 +00:00
adam
56b97808af CHANGES IN RPy 0.3.1
--------------------
Fixed bugs

o There was several memory leaks due to bad management of Python
  refcounts.

o There was wrong synchronization of the thread running the R event
  loop and the calls to the R interpreter.

o There was a bug with signal handling which caused segfault when
  'Ctrl-C' were pressed.

o The R event loop shouldn't be run in non-interactive sessions.

o The i/o Python callbacks were wrong synchronized with the R event
  loop thread.

New features

o Added a rpy_version symbol.
2003-12-04 13:50:33 +00:00
adam
da45433ed3 Updated R to 1.8.1nb1 2003-12-04 13:43:36 +00:00
adam
4af341792b Now uses shared blas library from math/blas 2003-12-04 13:42:37 +00:00
adam
dc9a609f9d patch-aa changed: CDEBUGFLAGS removed, compiler flags will be taken from the default X11 config 2003-12-04 12:04:30 +00:00
recht
3fb4ae8dcd pkglint (spotted by wiz@) 2003-12-04 11:37:15 +00:00
adam
a3a2faac47 buildlink fix 2003-12-04 11:26:42 +00:00
agc
e54f178502 Whitespace fixes, no functional changes. 2003-12-04 11:17:40 +00:00
adam
abab4c8770 Updated octave-current to 2.1.52 2003-12-04 11:16:53 +00:00
adam
da57ef51ed Changes 2.1.52:
* Emacs fixes
* The ++ and -- operators now work for indexed matrices
* The built-in variable argv is now a list of strings instead of a string vec.
* The new built-in variable `crash_dumps_octave_core' controls
  whether Octave writes user variables to the file `octave-core'
  when it crashes or is killed by a signal.
* Loops of the form `for i = STRING ... endfor' are now allowed.
* It is now possible to set the iteration limit for lsode using
  lsode_options ("step limit", N).
* New functions
* The save command now accepts the option -append to save the
  variables at the end of the file, leaving the existing contents.
* New command-line option --no-history (also available using the
  single character option -H) inhibits saving command history.
* The built-in variable `PWD' has been removed.
* New operators.
* New built-in data types.
* Commas in global statements are no longer special.
* It is now possible to declare static variables that retain their
  values across function calls.
More --> See "NEWS"
2003-12-04 11:15:37 +00:00
tron
e8aec05bcc Note update of "rsync" package to version 2.5.7. 2003-12-04 10:58:04 +00:00
tron
a28f1c6317 Update "rsync" package to version 2.5.7. Changes since version 2.5.6:
- SECURITY: Fix buffer handling bugs.
2003-12-04 10:57:42 +00:00
veego
75c87ef4fe Updated irssi to 0.8.8 and irssi-icb to 0.14nb2. 2003-12-04 10:51:17 +00:00
veego
b0c29247e5 Update to irssi-icb-0.14nb2 so it works again with irssi 0.8.8.
The new irssi package triggered an 'Undefined PLT symbol'.
Now we need to link libfe_icb.so against libicb_core.so.
2003-12-04 10:48:09 +00:00
veego
a20a57940a Update to 0.8.8. Fix based on pkg/23560, but not all parts were be
used and others were added where needed.

Main NetBSD changes:
- switched from glib1 to glib2.
- added IRSSI_USE_SSL, defaulting to YES, for ssl server support
- make it possible to disable IPv6

v0.8.8 2003-11-23  Timo Sirainen <tss@iki.fi>

	- Just a few fixes to converting old settings automatically

v0.8.7 2003-11-23  Timo Sirainen <tss@iki.fi>

	* Settings changes - we have now "time", "size" and "level" setting
	  types.
	    - Level settings should work the same as before.
	    - Time settings can have units: days, hours, mins, secs,
	      milliseconds (or msecs). The units can be combined and written
	      in shorter form as well, for example "5d 30m 10ms"
	    - Size settings can have units: gbytes, mbytes, kbytes, bytes.
	      They can be written in shorter form as well, eg. "gb" or "g".

	  Your existing settings should be converted automatically.

	+ Pasting detection. All keys except CR and LF are pasted as-is into
	  prompt in pasting mode.

	  /SET paste_detect_time controls how closely each others characters
	  must occur for it to be considered pasting. Paste mode goes on when
	  first pasted CR/LF is found.

	  The first line may also contain some command characters. They are
	  executed, but their action in entry line is reverted once pasting
	  is detected.

	  What this means in practise is that even if you have TABs (assuming
	  TAB is completion key) in the first pasted line, they get pasted as
	  TABs.

	  This detection isn't perfect, so if it annoys you it can be disabled
	  with /SET paste_detect_time 0
	+ If pasting more lines than /SET paste_verify_line_count, irssi asks
	  if you actually want to do that. This should be useful to prevent
	  accidental copy&paste mistakes. Setting it to 0 disables this
	  entirely.
	+ Support for sending SSL certificate to server and optionally verify
	  server's certificate. See the -ssl_* options for /SERVER and
	  /SERVER ADD. Patch by Joel Eriksson.
	+ DCC SERVER support by Mark Trumbull
	+ Support for DCC sending larger files than 2GB if supported by
	  operating system (ie. 64bit file support). Receiving has always
	  been possible, but the statistics were wrong with >4GB files
	  if 64bit support isn't enabled.
	+ Better displaying of DCC file transfer statistics.
	- Several other minor fixes and enhancements, see ChangeLog
2003-12-04 10:43:10 +00:00
adam
98cddaf433 Updated lapack to 20010201nb1 2003-12-04 10:34:20 +00:00
adam
a1c667f6e6 Now uses libtool and makes shared libraries 2003-12-04 10:32:30 +00:00
veego
5fa7a10bc4 Add IRSSI_USE_SSL?= YES to be used in the coming update of irssi 0.8.8. 2003-12-04 10:28:31 +00:00
abs
7edf62d399 Update cpuflags to 0.59:
- Handle i386: Mobile PIII, alpha: 21264a, powerpc: 603ev
2003-12-04 10:13:26 +00:00
abs
ae32165e56 Update mserv to 0.35nb4:
- Handle upper and lowercase comment tags in .ogg files
2003-12-04 10:11:58 +00:00
abs
fa27acec20 Update mserv to 0.35nb4:
- Handle upper and lowercase comment tags in .ogg files
2003-12-04 10:11:27 +00:00
seb
7c108da4de Note update of x11/xpaste to version 1.1nb2 [final(?) build fix for gcc3] 2003-12-04 09:38:17 +00:00
seb
bcc923488f This time fix build with gcc 3.3.2.
Bump PKGREVISION.
2003-12-04 09:27:01 +00:00
adam
178b02da51 Updated blas to 1.0nb2 2003-12-04 09:15:54 +00:00
adam
01c0f79127 Now uses libtool and makes shared libraries 2003-12-04 09:13:58 +00:00
agc
8dd556670b Initial import of mph-1.2 into the NetBSD Packages Collection.
The program mph tries to generate an order preserving minimal perfect
hashing (MPH) function for the set of keys, one per line, on stdin.
Each key can be at most 4095 characters long (see keys.h to increase
this limit), and the keys must be unique.  If mph terminates, it emits
a language independent binary or text representation of the MPH
function on stdout.  To generate a usable hash function, this output
should be fed to a language dependent filter, like emitc.

e.g.
        % mph <foo | emitc >hash.c

The algorithm used by mph is probabilistic - it iterates until it
finds a MPH function.  For each failed iteration, it prints a
(cryptic) reason on stderr.  There is no no guarantee that mph will
terminate.  In practice this is unlikely, unless the constants
specified with options -c or -m are too small.
2003-12-04 08:46:40 +00:00
agc
edcc97f833 Add and enable mph 2003-12-04 08:45:43 +00:00
agc
77c5659dfe Initial import of mph-1.2 into the NetBSD Packages Collection.
The program mph tries to generate an order preserving minimal perfect
hashing (MPH) function for the set of keys, one per line, on stdin.
Each key can be at most 4095 characters long (see keys.h to increase
this limit), and the keys must be unique.  If mph terminates, it emits
a language independent binary or text representation of the MPH
function on stdout.  To generate a usable hash function, this output
should be fed to a language dependent filter, like emitc.

e.g.
	% mph <foo | emitc >hash.c

The algorithm used by mph is probabilistic - it iterates until it
finds a MPH function.  For each failed iteration, it prints a
(cryptic) reason on stderr.  There is no no guarantee that mph will
terminate.  In practice this is unlikely, unless the constants
specified with options -c or -m are too small (see below).
2003-12-04 08:44:58 +00:00
agc
c6c25bc17d Initial import of awf-19900907 into the NetBSD Packages Collection.
"This is awf, the Amazingly Workable Formatter -- a "nroff -man" or
(subset) "nroff -ms" clone written entirely in (old) awk.

It is slow and has many restrictions, but does a decent job on most
manual pages and simple -ms documents, and isn't subject to AT&T's
brain-damaged licensing that denies many System V users any text
formatter at all.  It is also a text formatter that is simple enough
to be tinkered with, for people who want to experiment.

Type "make r" to run a regression test, formatting the manual page
(awf.1) and comparing it to a preformatted copy (awf.1.out).  Type
"make install" to install it.  Pathnames may need changing.

I don't know whether awf will run on 16-bit machines.  Data requirements
are modest, but I fear the programs are probably big enough to run awk
out of space.

I can't believe I really wrote this.

                                         Henry Spencer at U of Toronto Zoology
                                          henry@zoo.toronto.edu   utzoo!henry
                                                13 July 1990"
2003-12-04 08:36:05 +00:00
agc
76e3a110cc Add and enable awf 2003-12-04 08:35:10 +00:00
agc
93df119200 Initial import of awf-19900907 into the NetBSD Packages Collection.
"This is awf, the Amazingly Workable Formatter -- a "nroff -man" or
(subset) "nroff -ms" clone written entirely in (old) awk.

It is slow and has many restrictions, but does a decent job on most
manual pages and simple -ms documents, and isn't subject to AT&T's
brain-damaged licensing that denies many System V users any text
formatter at all.  It is also a text formatter that is simple enough
to be tinkered with, for people who want to experiment.

Type "make r" to run a regression test, formatting the manual page
(awf.1) and comparing it to a preformatted copy (awf.1.out).  Type
"make install" to install it.  Pathnames may need changing.

I don't know whether awf will run on 16-bit machines.  Data requirements
are modest, but I fear the programs are probably big enough to run awk
out of space.

I can't believe I really wrote this.

                                         Henry Spencer at U of Toronto Zoology
                                          henry@zoo.toronto.edu   utzoo!henry
						13 July 1990"
2003-12-04 08:33:59 +00:00
agc
2ce047e012 Initial import of chef to the NetBSD Packages Collection.
Convert from English on stdin to Mock Swedish on stdout.

        ...or...

Cunfert frum Ingleesh oon stdeen tu Muck Svedeesh oon stduoot.
Bork Bork Bork!
2003-12-04 08:30:30 +00:00
taya
fddfa6a7a9 remove obsolete checksum for removed patch file(patch-aa).
regened distinfo.
2003-12-04 08:29:45 +00:00
agc
192ad0a6d6 Add and enable chef 2003-12-04 08:29:10 +00:00
agc
05810ad859 Initial import of chef to the NetBSD Packages Collection.
Convert from English on stdin to Mock Swedish on stdout.

        ...or...

Cunfert frum Ingleesh oon stdeen tu Muck Svedeesh oon stduoot.
Bork Bork Bork!
2003-12-04 08:28:25 +00:00