version. I've updated devel/p5-Compress-Zlib to 1.14, which was the
level of this version, and removed this package accordingly.
Done this way because there are two other packages which depend upon
p5-Compress-Zlib being in the devel category.
0.05 (!!) include:
* Can now use CGI.pm in ASP scripts
* XML/XLST support
* Fixes for running with perl-5.6.1
* Nested includes allowed
* Security fixes
* Vastly improved Session Manager
* Optimizations for speed of execution
* Basic Authentication directly supported
This module implements the W3C's XSLT specification. The goal is full
implementation of this spec, but we have not yet achieved that. However, it
already works well. See the XML::XSLT Commands entry in the perldoc module
documentation for the current status of each command.
Mew 2.0.55 (2001/10/01) mew-dist release
* A bug fix for file mode of manuals.
* Code clean up for refile.
* A bug fix for mew-regex-id.
* Removing mew-folder-remotep.
* +mdrop finally.
* mew-time-diff.
* If a number N is set to mew-pop-delete, it means to keep message
on the POP server for N days.
* A bug fix for mew-folder-check.
* A bug fix for mew-substring.
* A bug fix for mew-summary-sort.
* A bug fix for mark handling of mew-summary-refile.
* Fixing the problem of ":" vs "y" and/or "C-cC-l".
* Ensure that shared objects/libraries created by perl Makefiles include
the correct run-time library search path by also including the local
libraries directories. For example, shared objects are linked on ELF
platforms with "cc -Wl,-R/usr/pkg/lib -L/usr/pkg/lib", and not just
"cc -L/usr/pkg/lib" as before.
The Compress::Zlib module provides a Perl interface to the zlib compression
library. Most of the functionality provided by zlib is available in
Compress::Zlib.
This module automatically inserts data from a previous HTML form into the
HTML input, textarea and select tags. It is a subclass of the HTML::Parser
manpage and uses it to parse the HTML and insert the values into the form
tags. One useful application is after a user submits an HTML form without
filling out a required field. HTML::FillInForm can be used to redisplay
the HTML form with all the form elements containing the submitted info.
The HTML::Clean module encapsulates a number of common techniques for
minimizing the size of HTML files. You can typically save between 10% and
50% of the size of a HTML file using these methods. It provides the
following features:
Remove unneeded whitespace (beginning of line, etc.)
Remove unneeded META elements
Remove HTML comments (except for styles, javascript and SSI)
Replace tags with equivilant shorter tags (<strong> --> <b>, etc.)
Apache::SSI implements the functionality of mod_include for handling
server-parsed html documents. It runs under Apache's mod_perl. In my mind,
there are two main reasons you might want to use this module: you can
sub-class it to implement your own custom SSI directives, and/or you can
parse the output of other mod_perl handlers, or send the SSI output through
another handler (use Apache::Filter to do this).
These modules provide the ability to chain PerlHandler routines together,
so that the output of one handler/filter becomes the input of the next
handler/filter. The following Perl modules are known to be "Filter-aware":
Apache::Registry (using Apache::RegistryFilter)
Apache::SSI
Apache::ASP
HTML::Mason
Apache::SimpleReplace
This module is a bare-bones HTML parser. It is similar in concept to
HTML::Parser, but it differs in a couple of important ways.
First, HTML::SimpleParse just finds tags and text in the HTML you give it;
it does not care about the specific content of these tags (though it does
distinguish between different _types_ of tags, such as comments, starting
tags like <b>, ending tags like </b>, and so on).
Second, HTML::SimpleParse does not create a hierarchical tree of HTML
content, but rather a simple linear list. It does not pay any attention to
balancing start tags with corresponding end tags, or which pairs of tags
are inside other pairs of tags.
Because of these characteristics, you can make a very effective HTML filter
by sub-classing HTML::SimpleParse.
This module wraps around the MLDBM interface, by handling concurrent
access to MLDBM databases with file locking, and flushes I/O explicity
per lock/unlock. The new [Read]Lock()/UnLock() API can be used to
serialize requests logically and improve performance for bundled reads
and writes.
Changes from version 1.0:
Introduced support for reporting network address, broadcast address,
number of IPs, first IP and last IP.
Made some source adjustments to facilitate compiling under
Win32, MacOS Classic and MacOS X.
Optimized a routine or two.
Cleaned up code / headers.
* Made the GdkPixbufLoader headers usable by C++ compilers by
replacing "private" with "priv"
* Replaced the documentation Makefile with one similar to that in GTK+
HEAD
Changes include:
* portability fixes
* fix stuck grabs with dnd on the canvas
* fix bad memory corrupting bugs that should fix most theme related
crashes reported earlier
* i18n fixes
* memory leak fixes
* gnome-calculator can expand buttons vertically
* build fixes
* developer documentation for libart_lgpl
* fix crashes and memory problems in libart_lgpl
The only change in this version is:
o rename qmail-conf to qmail-delivery-conf, so now it's clear
what it actually does
Update provided by Sen Nagata <sen_ml@eccosys.com> in private mail.