every word. Also use :T to select the final word of the PKGPATH, so
that hooks work seamlessly for `non-core' modules, thus removing the
need for most modules to be core.
from vlc subversion via Alexey Suslikov.
- use jack_client_connect() instead of jack_client_new() so multiple
instances of vlc can connect to jackd concurrently. problem reported
by Alexey Suslikov.
MilkyTracker is an open source, multi-platform music application for
creating .MOD and .XM module files. It attempts to recreate the module
replay and user experience of the popular DOS program Fasttracker II,
with special playback modes available for improved Amiga ProTracker 2/3
compatibility.
ok simon@
VNC server for the GNOME desktop that allows one to control their
desktop from remote using the RFB protocol.
(ipv6 is disabled for the moment)
feedback and ok ajacoutot@
Vinagre is a VNC Client for the GNOME Desktop. Its features include:
* You can connect to several machines at the same time, we like tabs
* You can keep track of your most used connections, we like favorites
* You can keep track of your recently used connections, we like GtkRecent
ok ajacoutot@
gtk-vnc provides a core library written in C, using coroutines to allow
it to be completely asynchronous while remaining single threaded. A
wrapper library using PyGTK provides access to the widget functionality
from Python. Two example programs illustrate use of the widget by
re-implementing the traditional 'vncviewer' in a few 10's of lines of
code.
ok ajacoutot@
The GNOME Keyring Manager is an application for managing keyrings, in
which any kind of sensitive information can be kept, mainly passwords.
The default window shows 'default' keyrings with their stored items, and
allows addition, removal and edition.
Secrets can be copied using drag and drop, and can also be moved between
different keyrings. The manager also has creation, opening and
lock/unlock features.
ok ajacoutot@
pyPgSQL is a package of two modules that provide a Python DB-API 2.0
compliant interface to PostgreSQL databases. The first module, libpq,
exports the PostgreSQL C API to Python. This module is written in C and
can be compiled into Python or can be dynamically loaded on demand. The
second module, PgSQL, provides the DB-API 2.0 compliant interface and
support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY,
BOOL, ARRAYS, etc. This module is written in Python.
From Pierre-Emmanuel Andre <pea at raveland dot org> (MAINTAINER).
ok merdely@
Net::SSH::Gateway is a library for programmatically tunneling
connections to servers via a single "gateway" host. It is useful for
establishing Net::SSH connections to servers behind firewalls, but
can also be used to forward ports and establish connections of other
types, like HTTP, to servers with restricted access.
Net::SCP is a pure-Ruby implementation of the SCP protocol. This operates
over SSH (and requires the Net::SSH library), and allows files and
directory trees to copied to and from a remote server.
WANTLIB stuff to Makefile.inc. Sorting the CONFIGURE_ARGS
options. Having the stable release of mutt use the appropriate
version of autoconf.
from brad@