dvd::rip is a full featured DVD copy program written in
Perl. It provides an easy to use but feature-rich Gtk+
GUI to control almost all aspects of the ripping and
transcoding process. It uses the widely known video
processing swissknife transcode and many other
Open Source tools.
from Waldemar Brodkorb <wbx at openbsd.de>
transcode is a text console video-stream processing tool.
It supports elementary video and audio frame transformations.
Some example modules are included to enable import of MPEG-1/2,
Digital Video, and other formats. It also includes export
modules for writing to AVI files with DivX, OpenDivX, XviD,
Digital Video or other codecs. Direct DVD transcoding is also
supported. A set of tools is available to extract and decode
the sources into raw video/audio streams for import and to
enable post-processing of AVI files.
from Waldemar Brodkorb and Jacob Meuser, maintained by
Waldemar Brodkorb <wbx at openbsd.de>
The wtf utility displays the expansion of the acronyms
specified on the command line. If the acronym is unknown,
wtf will check to see if the acronym is known by the
whatis(1) command.
CFS was actually broken since at least 3.2 or so, but should work now
again on 32-bit archs. 64-bit archs are still broken and won't be
fixed anytime soon.
I also set PERMIT_*=Yes, as the "no fee" part of the license is clearly
due to bad english.
xsa@ helped testing
--
This OCaml library provides an interface to PostgreSQL (tested with
versions 7.0.2, 7.1.3 and 7.4.1), an efficient and reliable, open
source, relational database.
Almost all functionality available through the C-API (libpq) is
replicated in a type-safe way. This library uses objects for
representing database connections and results of queries.
--
findlib provides a scheme to manage reusable Objective Caml software
components in the form of libraries, and includes tools that support
this scheme.