unnecessary. Imlib will use it anyway if it's installed without needing to
be recompiled.
- disable the dynamic loader support, it is quite problematic.
arping changes:
- fixes the return value sent by the MAC ping
- includes a -q switch to run in quiet mode
port changes:
- include full name for MAINTAINER
from maintainer Joshua Stein <jcs@rt.fm>
--
HTML::Base is an expansion module for Perl 5 which provides
an object-oriented way to build pages of HTML. Its purpose
is to create HTML tags at the lowest level of functionality,
that is to say, it creates HTML and doesn't do much else.
Specifically, it does not provide any CGI-like services
(see the CGI modules for that!).
Currently, the module supports all of the HTML 2.0 tags,
plus some selected tags from HTML 3.0, and some Netscape-isms.
The cvsweb WWW CGI script allows remote users to browse a CVS
repository tree via the web. It can display the revision history
of a file, as well as diffs between revisions, and download the
whole file.
(notable changes: better locking, improved RC scripts, THREAD semantics
updated to latest IETF draft, unicode support, bug fixes)
- bump NEED_VERSION, MAINTAINER real name added
- regenerate RC patch
- PLIST tweaked to not delete libexec/authlib, which is being
used by other applications now (e.g. vmailmgr)
ok by brad@
--
Libwww-perl is a collection of Perl modules which provides a simple
and consistent application programming interface (API) to the
World-Wide Web.
The main focus of the library is to provide classes and functions
that allow you to write WWW clients, thus libwww-perl said to be a
WWW client library. The library also contain modules that are of
more general use and even classes that help you implement simple
HTTP servers.
guess what, ok'ed by brad@ !
--
This is a collection of modules that parse and extract information
from HTML documents. Bug reports and discussions about these modules
can be sent to the <libwww@perl.org> mailing list. Remember to
also look at the HTML-Tree package that creates and extracts
information from HTML syntax trees.
The modules present in this collection are:
HTML::Parser - The parser base class. It receives arbitrary sized
chunks of the HTML text, recognizes markup elements, and
separates them from the plain text. As different kinds of
markup and text are recognized, the corresponding event
handlers are invoked.
HTML::Entities - Provides functions to encode and decode text
with embedded HTML >entities>.
HTML::HeadParser - A lightweight HTML::Parser subclass that
extractsinformation from the <HEAD> section of an HTML document.
HTML::LinkExtor - An HTML::Parser subclass that extracts links
from an HTML document.
HTML::TokeParser - An alternative interface to the basic parser
that does not require event driven programming. Most simple
parsing needs are probably best attacked with this module.
ok by brad@
--
This package contains the URI.pm module with friends. The module
implements the URI class. Objects of this class represent Uniform
Resource Identifier (URI) references as specified in RFC 2396.
URI objects can be used to access and manipulate the various
components that make up these strings. There are also methods to
combine URIs in various ways.
The URI class replaces the URI::URL class that used to be distributed
with libwww-perl. This package contains an emulation of the old
URI::URL interface. The emulated URI::URL implements both the old
and the new interface.