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.
--
Provides classes to deal with creation and manipulation of MIME
messages:
- Create MIME email, with HTML, attachments, embedded images, etc.
- Advanced method of creating MIME messages.
- Decodes MIME messages to a usable structure.
- An XML DTD to acompany the getXML() method of the decoding class.
- An XSLT stylesheet to transform the output of the getXML() method
back to an email.
--
The Log framework provides an abstracted logging system for PHP
scripts. It supports logging to console, file, syslog, SQL, mail,
and mcal targets. It also provides a subject - observer mechanism.
you can add/remove pear modules via pear.php.net
Note that some pear modules which were bundled with the old version of
this package are now separate ports (pear-Log especially)