- Try to distribute config, data files
Note: config files are located in ${PREFIX}/etc/lightsquid now
PR: ports/107810
Submitted by: maintainer (Alexander Logvinov)
written by Allan Saddi.
flup is functionally divided into three components:
* FlupServers
* FlupMiddleware
* FlupPublisher
WWW: http://www.saddi.com/software/flup/
PR: ports/106828
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
Approved by: alexbl (mentor, implicit)
for a script that wraps system headers for building with GCC 4.x. This
does not mean the embedded nspr will be used in favor of the system nspr,
but it should fix the build with GCC 4.x.
with the organization of data in a form - parameters can be an
arbitrarily deep nested structure.
The way this structure is denoted is that when you construct a form the
field names have a special syntax which is parsed.
This plugin supports two syntaxes:
dot notation
<input name="foo.bar.gorch" />
subscript notation
<input name="foo[bar][gorch]" />
When reading query parameters from $c->req you can now access all the
items starting with "foo" as one entity using $c->req->param('foo');.
Each subitem, denoted by either the dot or the square brackets, will be
returned as a further deeper hashref.
WWW: http://search.cpan.org/dist/Catalyst-Plugin-Params-Nested
PR: ports/107785
Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
from executable to a package since the executable acroread7 is not
installed anymore and it is uncertain on which file to depend on.
Depending on package is proof against changes in the pkg-plist of the
depended on port.
Reported by: kris
- Removed option -D (ignored by the new version of easy_install),
added -q to files/pkg-deinstall.in
- Updated path to the Python egg of devel/py-kid (dependency),
fixing build on pointyhat (reported by kris@)
Approved by: alexbl (mentor, implicit)
exhaustion, as it causes more problems in the latest phpbb
version. Users are advised to drop and re-create their
session tables (phpbb_sessions, phpbb_sessions_keys) without
using "HEAP" tables.
Approved by: maintainer (via e-mail)
similar to TT2.
expand_cgi works with CGI.pm, Apache::Request or anything with an appropriate
"param" method. Or you can use expand_hash directly.
If you prefer to use a different flattening convention then CGI::Expand can
be subclassed.
WWW: http://search.cpan.org/dist/CGI-Expand
PR: ports/107780
Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
server. Essentially, it is a 'next generation' FastCGI type protocol.
WWW: http://python.ca/nas/scgi/protocol.txt
PR: ports/107710
Submitted by: Vivek Khera <vivek at khera.org>
Because this port will likely stop working fairly quickly without a
maintainer, deprecate it and set it to expire Feb 1st. If you use this
port, you may want to become the maintainer.