2007-01-15 www/abcache: "is a dead project and the distfile disappeared"
2007-01-17 devel/rubygem-event-loop: replaced by devel/ruby-event-loop which gets around issues caused by the rubygems system
- Use OPENSSLLIB when referring to the OpenSSL library path
(thanks to Angelo Turetta for submitting a patch).
Note: this update includes, among others, a fix for Squid bug #1857
(segfault when accessing certain FTP URLs), see also ports/107961.
The security implications of this bug are unknown (to me, the maintainer).
PR: ports/108006
Submitted by: maintainer (Thomas-Martin Seck)
- Tidy most of the port's files: pkg-plist, pkg-message, Makefile, etc.
- The port conforms a little more to FreeBSD Porter's Handbook (always evolving...)
- Validate a complete recommended test ordering from porting-testing.html
(In fact, correct it to do so.)
While I'm here: move "@unexec if cmp -s %D/etc/nb.conf.sample..." upwards
at pkg-plist (before %D/etc/nb.conf.sample).
PR: 107963
Submitted by: Julien Gabel <julien.gabel at thilelli.net> (maintainer)
- 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)