--
Chora is a tool for viewing code repositories that are managed using
the CVS source control system. It aims to provide a high degree of
integration with CVS and the other Horde web-based tools.
Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>.
This module reads a file backwards line by line. It is simple to use,
memory efficient and fast. It supports both an object and a tied handle
interface.
- readline-4.2 support
new variables
rl_completion_suppress_append
rl_completion_mark_symlink_dirs
new functions
rl_replace_line()
rl_completion_mode()
- tgetstr() calls tput() to apply padding information. No more
"$<2>" on prompt.
- shadow_redisplay() with ornament works on xterm.
Pango is a library for layout and rendering of text, with an emphasis
on internationalization. Pango can be used anywhere that text layout
is needed; however, most of the work on Pango-1.0 was done using the
GTK+ widget toolkit as a test platform. Pango forms the core of text
and font handling for GTK+-2.0.
The ATK library provides a set of interfaces for accessibility.
By supporting the ATK interfaces, an application or toolkit can
be used with such tools as screen readers, magnifiers,
and alternative input devices.
General-purpose library in it's second version from the GTK+ team,
includes support routines for C such as lists, trees, hashes,
memory allocation, and many other things.
Joint effort between myself and couderc@.
Submitted by Brian J. Kifiak <bk@rt.fm>.
ccache is a compiler cache. It acts as a caching pre-processor to C/C++
compilers, utilizing compiler output and a hash to detect when a
compilation can be satisfied from cache. This often results in a 5 to
10 times speedup in common compilations.