Syntax of the configuration file(s) to read is fully configurable including
delimiters, maximum config size, ends of lines, and features include comments,
associative arrays, types of variables with coercion
WWW: http://search.cpan.org/dist/Parse-PlainConfig/
PR: ports/152787
Submitted by: Peter Vereshagin <peter@vereshagin.org>
This is mostly a bugfix/code-cleanup release.
Some minor improvements to the UI.
PR: ports/152756
Submitted by: Charlie Kester (corky1951@comcast.net) (maintainer)
Approved by: itetcu (mentor) (implicit)
gdb.
Prepare for a new slave-port insight -- use a different suffix and
PORTREVISION, when building with insight enabled.
Register conflict with gdb-* (be that gdb-7.x or gdb-insight).
Mention explicitly, that the previous commit enabled MAKE_JOBS_SAFE.
requested. This required an explicit inclusion of bsd.tcl.mk -- because
options-parsing occurs in bsd.ports.pre.mk, and it is too late to
set USE_TK after that. Don't know a better way around :(
Also update the iTcl version to 3.4...
Freshen up to work with Tcl-8.5, which is a default, and is a bit
pickier about package version-numbers.
Notified by: Bruce Cran
Along with Qt4 the following ports are updated:
PyQt4 ports to 4.8.1
devel/py-sip to 4.11.2
devel/qscintilla2 to 2.4.5
PyKDE3 to 3.16.7
PyQt3 tp 3.18.2-snapshot-20091119
New ports added:
devel/qt4-declarative
devel/py-qt4-declarative
x11/qt4-graphicssystems-opengl
This release has been contributed by:
Thomas Abthorpe (tabthorpe)
Max Brazhnikov (makc)
Dima Panov (fluffy)
Alberto Villa (avilla)
We'd like to thank Martin Wilke (miwi) for exp-run.
from the fact that Smarty, a well known template engine, is getting older and
older. It carries the weight of it's age, having old features that are
inconsistent compared to newer ones, being written for PHP4 its Object Oriented
aspect doesn't take advantage of PHP5's more advanced features in the area,
etc. Hence Dwoo was born, hoping to provide a more up to date and stronger
engine. So far it has proven to be faster than Smarty in many areas, and it
provides a compatibility layer to allow developers that have been using Smarty
for years to switch their application over to Dwoo progressively.
WWW: http://dwoo.org/
PR: ports/151718
Submitted by: Joe Horn <joehorn@gmail.com>
Sockets Layer (SSL) or Transport Layer Security (TLS) connection written
in Perl as described in RFC959 and RFC2228. It will use TLS by default.
WWW: http://search.cpan.org/dist/Net-FTPSSL/