Minor changes:
ipv6calc/ipv6calc.c
- add auto-output format detection for revnibble
- do not print resultstring, if empty
- add support for '-m' for '--in -?'
- add support for '-m' for '--out|action -?'
ipv6calc/test_ipv6calc.sh
- add input validation tests
lib/ipv6calchelp.[ch]
- support machine readable output for input types
- support machine readable output for output/action types
lib/libipv4addr.c
lib/libipv6addr.c
lib/librfc1886.c
- improve input validation
databases/registries/update-registries.sh
- fix IANA ipv6-unicast-address-assignments weblink problem
- load configuration earlier so that we don't run without config file,
analyzed, reported and patch suggested by Fumiyuki Shimizu
- mention /etc/rc.conf.local (as suggested in the Porter's handbook)
- mention dnsmasq_flags for additional command line arguments
- pass pidfile and dnsmasq_conf as arguments to dnsmasq (previously,
overriding dnsmasq_conf had no effect).
* Fix COMMENT to mention TFTP server; shorten it so it fully fits on the
pkg_info list.
PR: 137506
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
which provides optional and handy utilities for Pylons
applications using this authorization framework.
Some of the features of the plugin include:
* The utilities are ready to use: There's nothing
additional to be configured before using.
* 100% documented. Each component is documented along
with code samples.
* The test suite has a coverage of 100% and it will
never decrease -- if it ever does, report it as a bug!
* TurboGears 2 is officially supported as well.
WWW: http://pypi.python.org/pypi/repoze.what-pylons/
PR: ports/137602
Submitted by: Wen Heping <wenheping at gmail.com>
MathML XML markup strings that are suitable for rendering by any
MathML-compliant browser.
WWW: http://search.cpan.org/dist/Text-ASCIIMathML/
PR: ports/137605
Submitted by: Wen Heping <wenheping at gmail.com>
to wrap a call to its pipeline children inside a transaction. This
is a fork of the repoze.tm package which depends only on the transaction
package rather than the entirety of ZODB (for users who don't rely on
ZODB).
WWW: http://www.repoze.org/
PR: ports/137601
Submitted by: Wen Heping <wenheping at gmail.com>
for Python. It is mainly used by the ZODB, though.
WWW: http://pypi.python.org/pypi/transaction/
PR: ports/137600
Submitted by: Wen Heping <wenheping at gmail.com>
application.
Features:
- Three Pane Liquid Layout;
- Fully supports Horizontal and Vertical layout views;
- Additional configuration for either Horizontal or Vertical layout;
- End user support for dynamically switching between Horizontal and Vertical
layouts;
- Friendly looking theme with nice graphics;
WWW: http://www.roundcubethemes.net/
PR: ports/136828
Submitted by: Alexey V. Degtyarev
application.
This theme is based on Novell Groupwise WebAccess v7 and is known to be
compatible with IE7, IE8, Safari, Opera, and Firefox. Features:
WWW: http://www.roundcubeforum.net
PR: ports/137249
Submitted by: Alexey V. Degtyarev
structured key-value store. Cassandra brings together the distributed
systems technologies from Dynamo and the data model from Google's
BigTable. Like Dynamo, Cassandra is eventually consistent. Like
BigTable, Cassandra provides a ColumnFamily-based data model richer
than typical key/value systems.
Cassandra was open sourced by Facebook in 2008, where it was designed
by one of the authors of Amazon's Dynamo. In a lot of ways you can
think of Cassandra as Dynamo 2.0. Cassandra is in production use at
Facebook but is still under heavy development.
WWW: http://incubator.apache.org/cassandra/
PR: ports/137477
Submitted by: Gea-Suan Lin <gslin at gslin.org>