- 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)
- Fixed a bug in the state handling that caused the alarm action
to occur several times.
- Fixed a bug in the that caused the bell to beep/an initial action
to occur if the command line option to start in countdown mode
is used but no time is specified.
- Handle more than one string in a TXT RR's RDATA section.
- Net::DNS::Resolver::Recurse bug fixes.
- Added check of the answer's rcode in Net::DNS::Resolver::axfr_next().
- Allow multiple questions to be part of a DNS packet.