jToolkit is a Python web application framework built on modpython and
Apache. There is also a simple command line webserver for running
applications from.
It is aimed at dynamically generated pages rather than mostly-static
pages (for which there are templating solutions). Pages can be produced
using a variety of widgets. It handles sessions and database
connections (and multi-database portability).
WWW: http://jtoolkit.sourceforge.net/
Author: St James Software <info@sjsoft.com>
Obtained from: Pootle mailing lists (lucene patch)
The Translate Toolkit is a set of software and documentation designed
to help make the lives of localizers both more productive and less
frustrating. The software includes programs to covert localization
formats to the common PO format and programs to check and manage PO
files. The documentation includes guides on using the tools, running a
localization project and how to localize various projects from
OpenOffice.org to Mozilla.
At its core the software contains a set of classes for handling various
localization storage formats: DTD, properties, OpenOffice.org GSI/SDF,
CSV and of course PO and XLIFF. It also provides scripts to convert
between these formats.
Also part of the Toolkit are Python programs to create word counts,
merge translations and perform various checks on PO and XLIFF files.
WWW: http://translate.sourceforge.net/
Based on: Gentoo Portage ebuild (bug #153512)
htop is an enhanced version of top, the interactive process viewer,
which can display the list of processes in a tree form.
PR: ports/115873
Submitted by: Tony Shadwick <tshadwick@oss-solutions.com> (maintainer)
Approved by: sat (mentor)
- Move pkg-{deinstall,install,message} to files and use it with SUB_FILES and
SUB_LIST
- Clean a bit pkg-plist and add message to files/pkg-deinstall.in
- Remove unecessary MASTER_SITE_SUBDIR
- Bump PORTREVISION since CLAMAV is a default OPTION
PR: ports/115560
Submitted by: garga
Approved by: maintainer timeout (15 days)
An integrated interface to current and future infrastructural services
offered by Amazon Web Services. Currently, this includes:
* Simple Storage Service (S3)
* Simple Queue Service (SQS)
* Elastic Compute Cloud (EC2)
* Mechanical Turk
WWW: http://code.google.com/p/boto
PR: ports/115761
Submitted by: Peter Schuller <peter.schuller@infidyne.com>
Msghack can be used to alter gettext .po files in ways no sane mind
would think about. It is a reimplementation of the original msghack
in Python.
Author: Trond Eivind Glomsroed <teg@redhat.com>