scrot is a commandline screen capture util like "import", but using
imlib2. It has lots of options for autogenerating filenames, and can
do fun stuff like taking screenshots of multiple displays and glueing
them together.
from Victor Sahlstedt <cvss@home.se>; ok naddy@
giblib is an utility library that incorporates doubly linked lists,
some string functions, and a wrapper for imlib2.
from Victor Sahlstedt <cvss@home.se>; ok naddy@
The Event module provides a central facility to watch for
various types of events and invoke a callback when these
events occur. The idea is to delay the handling of events
so that they may be dispatched in priority order when it
is safe for callbacks to execute.
from Waldemar Brodkorb <wbx at openbsd.de>
* When the -u and/or -g flags are set, cvsyncd now uses set[ug]id()
instead of sete[ug]id(). Note that the pidfile is created
after set[ug]id() are done.
* Some performance improvements and code cleanups. Especially
handling rcsfiles which contain very large number of revisions
is improved.
the snapshot release of mutt.
For more info, see http://wwwcip.informatik.uni-erlangen.de/~sithglan/mutt/.
Thanks to Bernd Ahlers <b.ahlers AT ba-net.org> for the work.
(henning@ can spare me the 20 hours marathon of humppa now that this is in :))
A suite of Unix command-line tools and a server designed to remotely
administer the file systems of multiple Unix machines.
At its core, radmind operates as a tripwire. It is able to detect
changes to any managed filesystem object, e.g. files, directories,
links, etc. However, radmind goes further than just integrity
checking: once a change is detected, radmind can optionally reverse
the change.
WWW: http://rsug.itd.umich.edu/software/radmind/
from William Yodlowsky <bsd at openbsd.rutgers.edu>
The Quasar DV codec (libdv) is a software codec for DV video, the
encoding format used by most digital camcorders, typically those
that support the IEEE 1394 (a.k.a. FireWire or i.Link) interface.
Libdv was developed according to the official standards for DV video:
IEC 61834 and SMPTE 314M.
WWW: http://libdv.sourceforge.net/
from Jacob Meuser <jakemsr at jakemsr.com>