of any web document without the use of inline code. Haml functions as a
replacement for inline page templating systems such as PHP, ASP, and ERB, the
templating language used in most Ruby on Rails applications.
However, Haml avoids the need for explicitly coding XHTML into the template,
because it itself is a description of the XHTML, with some code to generate
dynamic content.
WWW: http://haml.hamptoncatlin.com/
PR: ports/114568
Submitted by: Robert Gogolok <gogo at cs.uni-sb.de>
The primary feature of this release is a rewrite of the scripting engine for
better correctness. The ports are also improved to remove dependencies that
haven't existed since the 0.4 series.
<ChangeLog>
*) Feature: the "proxy_store" and "fastcgi_store" directives.
*) Bugfix: a segmentation fault might occur in worker process
if the "auth_http_header" directive was used.
*) Bugfix: a segmentation fault occurred in worker process if
the CRAM-MD5 authentication method was used, but it was not
enabled.
*) Bugfix: a segmentation fault might occur in worker process
when the HTTPS protocol was used in the "proxy_pass"
directive.
*) Bugfix: a segmentation fault might occur in worker process
if the eventport method was used.
*) Bugfix: the "proxy_ignore_client_abort" and
"fastcgi_ignore_client_abort" directives did not work; bug
appeared in 0.5.13.
</ChangeLog>
- Add support for GraphicsMagick in place of ImageMagick.
- Bump portrevision.
PR: ports/114234
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
"find ... -print/xargs -n1 ...", so use that here to fix file
and directory permissions after installation.
PR: 114445
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
<ChangeLog>
*) Bugfix: if remote SSI subrequest was used, then posterior
local file subrequest might transferred to client in wrong
order.
*) Bugfix: large SSI inclusions buffered in temporary files
were truncated.
</ChangeLog>
server, intended as an alternative to larger, more complex web servers for
websites where the server requirements are simple. Drood supports
name-based virtual hosting.
WWW: http://www.mammothcheese.ca/munger.html
--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca
PR: ports/114395
Submitted by: James Bailie <jimmy at mammothcheese.ca>
sites. It provides content translation facilities for nodes and taxonomy,
interface translation for anonymous users when used with the locale module,
and browser language detection. It also includes a block for language
selection and manages translation relationships for nodes and taxonomy
terms.
WWW: http://drupal.org/project/i18n
PR: ports/113728
Submitted by: Nick Hilliard <nick@foobar.org>
Repocopied by: marcus
- Update various language packs to the latest versions
- Change default install directory from www/data/gallery to www/gallery
- Use WWWDIR
PR: ports/111568
Submitted by: Alex Varju <freebsd-ports AT varju.ca> (maintainer)