XML Catalog Manager, or xmlcatmgr for short, is an utility used to
manipulate SGML and XML catalogs. Its main purpose is to add and remove
entries from them in a completely automated way. It is designed with
simplicity in mind to avoid depending on external programs and/or
libraries.
From Jasper Lievisse Adriaase <jasper@nedbsd.nl>
Config::Grammar is a Perl module to parse configuration files by
following a grammar, which specifies how the configuration file should
look like. The configuration files are nice to work with for humans
and the error messages are helpful because it tells right away that
for example you are setting a variable which isn't defined.
Config::Grammar supports many advanced features, that you can read
about in its documentation.
Kile is an integrated LaTeX environment for the KDE desktop.
Kile gives you the ability to use all the functionalities of LaTeX in
a graphical interface, giving you easy, immediate, and customized
access to all programs for LaTeX compiling, postprocessing, debugging,
conversion and viewing tools; you also get very handy wizards, a LaTeX
reference, interfaces with GnuPlot and XFig, and project management.
submitted by David Love <david@dcs.shef.ac.uk>
This software changes the resolution of an available vbios mode. It
patches only the RAM version of the video bios so the new resolution is
lost each time you reboot.
This port supersedes x11/855resolution.
from Ben Lovett <ben at tilderoot.com>
CherryPy is a pythonic, object-oriented web development framework.
CherryPy allows developers to build web applications in much the same
way they would build any other object-oriented Python program. This
usually results in smaller source code developed in less time.
From Joerg Zinke <umaxx@oleco.net>
obviating need to build with JDK Linux compat (which was i386 only anyway).
Add native_bootstrap pseudo-flavor so you can build with a native Sun JDK if you
have one (tested by building this way using JDK built with default Kaffe-based build).
Work by kurt@, tested by him on i386 and me on amd64. OK kurt@.