This perl library allows you to manipulate patches programmatically
by chaining together a variety of objects that read, manipulate, and
output patch information.
NB. the distrubtion lacks an explicit license in all files, but the
author has clarified that it is dual-Artistic/MPL.
feedback bernd@, steven@; ok bernd@
GtkGLExt is an OpenGL extension to GTK+ 2.0 or later. It provides
additional GDK objects which support OpenGL rendering in GTK+, and
GtkWidget API add-ons to make GTK+ widgets OpenGL-capable.
This software is a 100% Python interface to the memcached memory cache
daemon. It is the client side software which allows storing values in one
or more, possibly remote, memcached servers.
From Ben Lovett <ben@tilderoot.com>
Clusterit is a collection of clustering tools loosely based on IBM's
PSSP clustering tools. Unlike PSSP or GLUnix, Clusterit allows fast
parallel execution of remote commands as it is written in
architecture-independent C. Administrators can choose from a variety
of authentication methods, including SSH and Kerberos.
With Clusterit, administrators can run parallelized and load
balanced software builds (using jsd/jsh) or manage a heterogeneous
cluster of machines (using dsh/dvt/rvt).
submitted by Will Maier <willmaier at ml1.net>
input and ok naddy@
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby
Being a full-stack framework means that all layers are built to work
seamlessly together. That way you Don't Repeat Yourself (DRY) and you
can use a single language from top to bottom. Everything from templates
to control flow to business logic is written in Ruby - The language of
love for industry heavy-weights.
from msf
Simple support for publishing Web Service APIs for Rails applications.
Supports SOAP and XML-RPC, as well as generating WSDL for SOAP bindings.
from msf
Action Mailer is framework for designing email-service layers. These layers
are used to consolidate code for sending out forgotten passwords, welcoming
wishes on signup, invoices for billing, and any other use case that requires
a written notification to either a person or another system.
Additionally, an Action Mailer class can be used to process incoming email,
such as allowing a weblog to accept new posts from an email (which could even
have been sent from a phone).
from msf
Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties
database tables and classes together for business objects, like Customer
or Subscription, that can find, save, and destroy themselves without
resorting to manual SQL.
from msf
Update to 1.2.9.1 which addresses a security vulnerability in the IAX2
channel driver (chan_iax2). The vulnerability affects all users with
IAX2 clients that might be compromised or used by a malicious user, and
can lead to denial of service attacks and random Asterisk server crashes
via a relatively trivial exploit.
From: maintainer Stuart Henderson <stu@spacehopper.org>
pscpug is a unix utility designed to graph a given process's CPU usage
over time. Since you can see changes over time, it is often more useful
than top for checking on a specific errant process.
From Jasper Lievisse Adriaanse <jasper@nedbsd.nl>