-move the default databases to /var/db.
From Marc Matteo <marcm@lectroid.net>
-cleanup: remove useless db3 and guile flavors.
NOTE: This is one of the times you really need to heed the install
notice. In particular, /etc/gconf/1/path should be updated to reflect
the new location for the database.
o rename three patches to 'update-patches' naming conventions
o add 64bit patches
o add other tidbits from my
opencm://opencm.org/everyone/todd@fries.net/home/merge-candidate
branch
OpenCM is designed as a secure, high-integrity replacement for CVS. A list of
the key features can be found on the features page. While not as ``feature
rich'' as CVS, it supports some useful things that CVS lacks. Briefly, OpenCM
provides first-class support for renames and configuration, cryptographic
authentication and access control, and first-class branches.
The OpenCM project was originally started because we needed a secure,
high-integrity configuration management system for the EROS project.
Alternatives, such as BitKeeper, Subversion, and PerForce, either did not
meet our requirements or were not available at the time the work started. We
had previously used CVS, but it's absence of real branches and configurations
finally drove us to build a better tool.
- Add KNF (-knf) option
- Enable BERKELEY option by default
- Use gettext port rather than building its own
From Jim Geovedi <jim@corebsd.or.id>, thanks!
Submitted by Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.
Locale::Maketext is a base class providing a framework for localization
and inheritance-based lexicons, as described in an article in The Perl
Journal #13.
--
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.