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.
Paste Deployment is a system for finding and configuring WSGI
applications and servers. For WSGI application consumers it provides a
single, simple function (loadapp) for loading a WSGI application from
a configuration file or a Python Egg. For WSGI application providers
it only asks for a single, simple entry point to your application, so
that application users don't need to be exposed to the implementation
details of your application.
The result is something a system administrator can install and manage
without knowing any Python, or the details of the WSGI application or
its container.
This tool provides code to load WSGI applications and servers from
URIs; these URIs can refer to Python Eggs for INI-style configuration
files. Paste Script provides commands to serve applications based on
this configuration file.
Author: Ian Bicking <ianb at colorstudy com>
WWW: http://pythonpaste.org/deploy/
PR: ports/106755
Submitted by: Dryice Liu <dryice at dryice.name>
Approved by: alexbl (mentor)
Reviewed by: dryice (maintainer)
Nice Menus is a module for the Drupal CMS which enables drop-down /
right / left expandable menus. The module uses CSS to display the menus
on browsers which have functional CSS. Internet Explorer is supported
using Javascript.
Three styles of menus are currently possible: horizontal (menus drop
down); vertical (menus drop to the left); vertical (menus drop to the
right).
WWW: http://drupal.org/project/nice_menus
Submitted by: Nick Hilliard <nick@foobar.org>
This module is an alternative to Drupal's included upload module. It
uses the filemanager module to allow a unique namespace per node and
support large number of files. In addition this module allows you to
give each attachment a title and description.
Submitted by: Nick Hilliard <nick@foobar.org>
This module adds a full featured file management API for your modules
to use. This API is module development and does not directly add
functionality to your site. This module is required for the attachment
module which is an alternative to Drupal's included upload module.
Submitted by: Nick Hilliard <nick@foobar.org>
Upgrade drupal-pubcookie and drupal-textile to the 4.7 versions.
Submitted by: Nick Hilliard <nick at foobar dot org> (upgrade to 4.7.4)
Security: vid:3d8d3548-9d02-11db-a541-000ae42e9b93
2006-12-01 print/ec-fonts-mftraced: Installs files before 'make install'
2006-12-01 print/yatex-xemacs-mule: hangs during build
2006-12-01 security/gnu-crypto: Does not compile
2006-12-01 www/linux-beonex: Security issues. From http://www.beonex.com/ 'The currently available Beonex Communicator 0.8 builds have several known security bugs'
- SunSITE.sut.ac.jp has officially closed.
- sut.ac.jp is now replaced with tus.ac.jp.
- www.seki.ee.kagu.tus.ac.jp does not respond for a long time.
- www.people.or.jp has officially closed.
wiki engine. The contents of the navigation bar is a wiki page itself and can
be edited like any other wiki page. The navigation bar supports hierarchical
ordering of topics.
WWW: http://trac-hacks.org/wiki/TracNav
PR: ports/107462
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
pages to a PDF. The link appers in the Download in other formats list at the
bottom of Wiki pages.
This plugin uses htmldoc to perform the conversion.
WWW: http://trac-hacks.org/wiki/PageToPdfPlugin
PR: ports/107270
Submitted by: Gerrit Beine <gerrit.beine at gmx.de>