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@
PyGreSQL is a BSD licensed open-source Python module that interfaces
to a PostgreSQL database. It embeds the PostgreSQL query library to
allow easy use of the powerful PostgreSQL features from a Python
script.
From MAINTAINER Laurence Tratt <laurie at tratt dot net>.
ok merdely@
Pycha is a very simple Python package for drawing charts using the great
Cairo library. Its goals are to be lightweight, simple to use, nice
looking with default values, allow customization. It won't try to draw
any possible chart on earth but draw the most common ones nicely.
from niallo@; ok merdely@
is built by first unpacking the distfile so it can be patched.
Sprinkle a few SQL typecasts where needed to make Kronolith happy
again with PostgreSQL 8.3.x. Discussed with simon.
xoris is a simple util that dumps a rgb-color value of any part of the
screen to stdout. The program can do this in three variants:
1. hex (#b0958e)
2. string of rgb numbers (229 229 229)
3. abstract name (gray90)
To get such enumerated color specifications, click: Button1,
Ctrl+Button1, Shift+Button1 correspondingly.
thanks to responsive upstream, no patches required
ok eric@