naddy and kevlo. New HOMEPAGE and MASTER_SITES, fix tabs in Makefile,
depend on converters/libiconv. Update path to license in MESSAGE.
Now includes a compiler API hence one .h file.
Functionality has been added to lauch files according to file type.
Quoting rules have been made more consistent.
Bugs have been fixed in editing the config file, the cursor
positioning and locale support.
o Fix buffer overflow in kvm_updateStats() found by Jolan Luff
o Use system getopt_long()
o Replace fprintf(stderr) && exit -> err() and fprintf(stderr) -> warn()
- mainly bugfixes and some updates of styles and pdftex(1.10b)
- this version of the port includes a simplified setup so that
metafont mode, papersize and dvips printcmd can be configured
persistently in ${SYSCONFDIR}/tetex.cfg
- remove a4 FLAVOR, use tetex.cfg instead
Changes:
- Cosmetic fixes.
- Port no longer depends on guilib, which was only required to build
an example chat code that was never installed in the first place.
- Sync DESCR with reality.
From MAINTAINER: Jolan Luff <jolan@cryptonomicon.org>
brad@ ok
--
The HTML_Common package provides methods for HTML code display and
attributes handling.
1) Methods to set, remove, update HTML attributes.
2) Handles comments in HTML code.
3) Handles layout and tabs for nicer HTML code.
--
Generic classes for representation and manipulation of
dates, times and time zones without the need of timestamps, which
is a huge limitation for php programs. Includes time zone data,
time zone conversions and many date/time conversions. It does not
rely on 32-bit system date stamps, so you can display calendars
and compare dates that date pre 1970 and post 2038. This package
also provides a class to convert date strings between Gregorian
and Human calendar formats.