libixp is a stand-alone client/server 9P library including ixpc client
which behaves like wmiir in the past. It consists of less than 2000
lines of code (including ixpc).
libixp's server api is based heavily on that of Plan 9's lib9p, and the
two libraries export virtually identical data structures.
WWW: http://www.suckless.org/wiki/libs
Inspired by: Gentoo ebuild, OpenBSD port
pdf documents should be controlled by NOPORTDOCS
PR: ports/109222
Submitted by: rafan
Approved by: Marcin Wisnicki <mwisnicki+freebsd at gmail.com> (maintainer)
written in pure python.
Since version 0.6 it uses a new parser that increases parsing performance
a lot by caching the nodelists on the harddisk if wanted.
It includes multiple template inheritance and other features like simple
value escaping.
Author: Armin Ronacher
WWW: http://wsgiarea.pocoo.org/jinja/
elegant with minimal syntax. Unlike most Python template engines,
Breve is implemented as an `internal DSL`_ rather than a parser.
Author: Cliff Wells
WWW: http://breve.twisty-industries.com/
Subversion support. From a user point of view, Subversive provides
Subversion support similar to CVS support, which is already part of
the standard Eclipse platform.
The main use cases, which are familiar to CVS users, are:
* Connection to the repository using different connection types
* Repository browsing
* Check-out
* Synchronization
* Commiting
* Update
* Resolving conflicts
* Adding to the list of ignored resources
WWW: http://www.polarion.org/index.php?page=overview&project=subversive
no changelog is present on the mastersite, but changes include:
* a new pt_BR translation
* events/guards/actions selectable from toolbar when a model is loaded
* GEF 0.11.3M10 -> 0.12.3
* simplified Arrange menu
* more extensive View menu
PR: ports/109208
Submitted by: maintainer (Rene Ladan)
Subversion support. From a user point of view, Subversive provides
Subversion support similar to CVS support, which is already part of
the standard Eclipse platform.
The main use cases, which are familiar to CVS users, are:
* Connection to the repository using different connection types
* Repository browsing
* Check-out
* Synchronization
* Commiting
* Update
* Resolving conflicts
* Adding to the list of ignored resources
WWW: http://www.polarion.org/index.php?page=overview&project=subversive
allows you put C source code directly "inline" in a Python script or module,
then the C code is automatically compiled and then loaded for immediate access
from Python.
ezpyinline is forked from PyInline (http://pyinline.sourceforge.net/)
but aim to be as easy as possible and do all the magics for you.
WWW: http://cheeseshop.python.org/pypi/ezpyinline
PR: ports/109135
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>