- Add cpan site to WWW

- Fix indentation, fmt -w 80
This commit is contained in:
Emanuel Haupt 2010-01-23 14:45:04 +00:00
parent ce7609b56d
commit 5e8691baf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248414
68 changed files with 207 additions and 116 deletions

View file

@ -9,3 +9,5 @@ Xmms - Exports the remote control shell routine
Xmms::Plugin - Embeds a Perl interpreter inside xmms and provides
Input/Output/Effect/General plugin interfaces for
Perl (not yet released, may never be)
WWW: http://search.cpan.org/dist/Xmms-Perl

View file

@ -1,6 +1,3 @@
Unicode::MAP
------------
This module converts strings from and to 2-byte Unicode UCS2 format.
All mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8
encoding. To convert between UTF8 and UTF16 use Unicode::String.
@ -14,3 +11,5 @@ Practically this module will disappear from earth sooner or later as
Unicode mapping support needs somehow to get into perl's core. If you
like to work on this field please don't hesitate contacting Gisle Aas
and check out the mailing list perl-unicode!
WWW: http://search.cpan.org/dist/Unicode-Map

View file

@ -11,3 +11,5 @@ From README:
module to use, the database connect string, the username and the
password. You will be prompted to give a name to this virtual
user. You can add as many as you like.
WWW: http://search.cpan.org/dist/DBIx-Password

View file

@ -1,2 +1,4 @@
This module is a simple creator of XML data from DBI datasources. It allows you
to easily extract data from a database, and manipulate later using XML::Parser.
WWW: http://search.cpan.org/dist/DBIx-XML_RDB

View file

@ -2,3 +2,5 @@ Agent Perl provides both a foundation for software agent developers, and a
standardized API for the agent's users. Agent's two most prominent features
are its support for agent transportation and abstract messaging over
different mediums.
WWW: http://search.cpan.org/dist/Agent

View file

@ -8,3 +8,5 @@ changing $PI (heh). Most notably, there is a C<attr> function that installs
a whole hash on the symbol table with implicit localization. This allows
you to access object attributes without having to deref the object every
time, as in most other OO languages.
WWW: http://search.cpan.org/dist/Alias

View file

@ -1,2 +1,4 @@
This class is a Perl version of Java's java.util.Properties and aims
to be format-compatible with that class.
WWW: http://search.cpan.org/dist/Data-Properties

View file

@ -13,3 +13,5 @@ for display, either by name or by index.
In other words, showtable is a data formatting program. Using the '-html'
option, showtable can accept ASCII tabular data and format it appropriately
for display through a Web-browser.
WWW: http://search.cpan.org/dist/Data-ShowTable

View file

@ -3,3 +3,5 @@ that lets you easily choose any two formats and add in new ones.
If you have suggestions, bug reports, or if you want to add a new date
format, feel free to contact me: morty@sanctuary.arbutus.md.us
WWW: http://search.cpan.org/dist/DateConvert

View file

@ -4,3 +4,5 @@ does not already exist.
It will also try to remove the lock file. This makes it a bit
complicated.
http://search.cpan.org/dist/File-BasicFlock

View file

@ -4,4 +4,4 @@ Where IPC::Cache is faster for small numbers of simple objects,
File::Cache tends towards being more performant when caching large
numbers of complex objects.
--will
WWW: http://search.cpan.org/dist/File-Cache

View file

@ -2,3 +2,5 @@ This module provides GNU-style option processing for Perl 5 scripts,
with both long and short options. Please see the documentation at the
end of the module for instructions on its use and licensing
restrictions.
WWW: http://search.cpan.org/dist/Getopt-Mixed

View file

@ -1,6 +1,3 @@
IO::Tee
=======
The `IO::Tee' constructor, given a list of output handles,
returns a tied handle that can be written to but not read from.
When written to (using print or printf), it multiplexes the
@ -9,3 +6,5 @@ constructor. As a shortcut, you can also directly pass a string
or an array reference to the constructor, in which case
`IO::File::new' is called for you with the specified argument or
arguments.
WWW: http://search.cpan.org/dist/IO-Tee

View file

@ -1,2 +1,4 @@
IPC::Cache implements an object store where data is persisted across
processes.
WWW: http://search.cpan.org/dist/IPC-Cache

View file

@ -1,7 +1,9 @@
The Include module implements a method of using #define constants
from C header files. It does this by putting an extra level of indirection
on the use operator. To enhance performance a cache scheme is used. When a
new module is required the cache is checked first, if the package is not
found then it will be generated from the C header files. Include can be
configured to place any generated packages into the cache automatically, for
security reasons this is turned off by default.
The Include module implements a method of using #define constants from C header
files. It does this by putting an extra level of indirection on the use
operator. To enhance performance a cache scheme is used. When a new module is
required the cache is checked first, if the package is not found then it will be
generated from the C header files. Include can be configured to place any
generated packages into the cache automatically, for security reasons this is
turned off by default.
WWW: http://search.cpan.org/dist/Include

View file

@ -1 +1,3 @@
pure perl implementation of GNU gettext
WWW: http://search.cpan.org/dist/Locale-PGetText

View file

@ -1,4 +1,4 @@
This port provides a perl version of make (in script form) as well
as a module 'Make'.
--will
WWW: http://search.cpan.org/dist/Make

View file

@ -1,17 +1,15 @@
Penguin::Easy
=============
This module came about by reading the Penguin mailing list, and looking for
a simple way to execute Penguin for those of you who are interested in using
it, but find that the damn thing has too many packages to include.
Woe is over, use Penguin::Easy, create the object, and run the damn
thing. Simple.
thing. Simple.
Also included is my Penguin Install guide, that was pushed around the
mailing list for quite a while.
Regards,
James Duncan.
Tue Aug 27 14:19:11 EDT 1996
WWW: http://search.cpan.org/dist/Penguin-Easy

View file

@ -2,3 +2,5 @@ The Penguin module provides a framework within which a user on one host
electronically signs a piece of Perl code, sends it to another host where the
signature is checked and the code is executed with privileges that are
particular to that user.
WWW: http://search.cpan.org/dist/Penguin

View file

@ -16,3 +16,5 @@ Religion also provides a TraceBack function, which is used by a DieHandler
after you die() to give a better handle on the current scope of your
situation, and provide information about where you were, which might
influence where you want to go next, either returning back to where
WWW: http://search.cpan.org/dist/Religion

View file

@ -6,4 +6,4 @@ example, CGI input parameters) against a set of expectations, this
comes in pretty handy. As a matter of fact, the CGI::ArgChecker
module is a simple, CGI.pm aware wrapper for this library.
--will
WWW: http://search.cpan.org/dist/String-Checker

View file

@ -12,3 +12,5 @@ which generates this aforementioned byte.
Commonly used in financial protocols as follows with ETX (ASCII 03)
appended to LRC sum and packets after the STX (ASCII 02), payload,
and ETX chars.
WWW: http://search.cpan.org/dist/String-LRC

View file

@ -1,2 +1,4 @@
The String::Parity module for perl5 may be used to generate and test
even, odd, mark and space parity on arbitrary strings.
WWW: http://search.cpan.org/dist/String-Parity

View file

@ -3,4 +3,4 @@ long-time REXX programmers.
Author: Dan Campbell
--will
WWW: http://search.cpan.org/dist/String-RexxParse

View file

@ -1,2 +1,4 @@
Term::ANSIScreen is an Term::ANSIColor clone with support for screen mode,
cursor control and keyboard mapping sequences.
WWW: http://search.cpan.org/dist/Term-ANSIScreen

View file

@ -8,3 +8,5 @@ input.
Input of '?', unless configured otherwise, provides useful, helpful
information, based on the expected input type, even in the absence of a
programmer-supplied help string.
WWW: http://search.cpan.org/dist/Term-Query

View file

@ -1,2 +1,4 @@
This module defines a set of symbolic constants with ordered numeric
values ala C enum types.
WWW: http://search.cpan.org/dist/enum

View file

@ -2,3 +2,5 @@ This module provides an interface to the Ingenico Online Credit Verification
Server (OCV) (see http://www.ingenico.com.au). The OCV server provides an
interface into the bank network and allows credit card transactions to be
processed in real-time.
WWW: http://search.cpan.org/dist/Business-OCV

View file

@ -1,3 +1,5 @@
This is Business::OnlinePayment::iAuthorizer, an Business::OnlinePayment
backend module for iAuthorizer. It is only useful if you have a merchant
account with iAuthorizer: http://www.iauthorizer.net
WWW: http://search.cpan.org/dist/Business-OnlinePayment-iAuthorizer

View file

@ -1 +1,3 @@
Math::Financial contains common functions for loans and annuities.
WWW: http://search.cpan.org/dist/Math-Financial

View file

@ -21,3 +21,5 @@ Additional types:
Chart::PNGgraph::pie
Create a pie chart.
WWW: http://search.cpan.org/dist/Chart-PNGgraph

View file

@ -1,2 +1,4 @@
GD::Barcode is a subclass of GD and allows you to create barcode image with GD.
This module based on "Generate Barcode Ver 1.02 By Shisei Hanai 97/08/22".
WWW: http://search.cpan.org/dist/GD-Barcode

View file

@ -2,3 +2,5 @@ This module provides access to most of the OpenGL 1.0, 1.1, and 1.2 APIs.
Some amount of GLU is supported (I'm not quite sure what version it works
out to), and GLUT should be completely supported up to API version 3. A
small portion of GLX and X11 is supported, as an alternative to GLUT.
WWW: http://search.cpan.org/dist/OpenGL

View file

@ -1,5 +1,5 @@
This module is meant to be an introduction to the internal operations
of Neural Networks. It lets the user create a single node in a neural
net based on the Perceptron model.
This module is meant to be an introduction to the internal operations of Neural
Networks. It lets the user create a single node in a neural net based on the
Perceptron model.
--will
WWW: http://search.cpan.org/dist/AI-Perceptron

View file

@ -1,7 +1,8 @@
Bit::ShiftReg is a perl module that implements rotate left, rotate
right, arithmetic shift left, and logical shift right operations with
carry flag for all C integer types. The results depend on the
number of bits with that the integer types unsigned char, unsigned
short, unsigned int, and unsigned long have on your machine. The
module automatically determines the number of bits of each integer
type and adjusts its internal constants accordingly.
Bit::ShiftReg is a perl module that implements rotate left, rotate right,
arithmetic shift left, and logical shift right operations with carry flag for
all C integer types. The results depend on the number of bits with that the
integer types unsigned char, unsigned short, unsigned int, and unsigned long
have on your machine. The module automatically determines the number of bits of
each integer type and adjusts its internal constants accordingly.
WWW: http://search.cpan.org/dist/Bit-ShiftReg

View file

@ -1,3 +1,3 @@
Math::Bezier is a perl interface to solve Bezier curves.
--will
WWW: http://search.cpan.org/dist/Math-Bezier

View file

@ -1,5 +1,6 @@
Array::PrintCols is a Perl 5 module which defines a subroutine to
print arrays of elements in alphabetically, vertically sorted columns.
Optional arguments can be given to control either the width or number of
the columns, the total width of the output, and the amount of
indentation.
Array::PrintCols is a Perl 5 module which defines a subroutine to print arrays
of elements in alphabetically, vertically sorted columns. Optional arguments
can be given to control either the width or number of the columns, the total
width of the output, and the amount of indentation.
WWW: http://search.cpan.org/dist/Array-PrintCols

View file

@ -17,3 +17,5 @@ unless otherwise specified. All rights reserved.
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
WWW: http://search.cpan.org/dist/Msgcat

View file

@ -1,3 +1,5 @@
This Perl library is a set of utilities for configuring and monitoring
SNMP based devices. This library requires the Net-SNMP implementation of SNMP
and the SNMP.pm module written by Joe Marzot.
WWW: http://search.cpan.org/dist/SNMP-Util

View file

@ -1 +1,3 @@
The AddressBook module provides a perl API for accessing LDAP addressbooks.
WWW: http://search.cpan.org/dist/AddressBook

View file

@ -1,3 +1,5 @@
Net::DLookup performs domain lookups for 2-letter and 3-letter top level
domains. It also verifies the validity of domain names by checking
punctuation, length, metacharacters, etc..
WWW: http://search.cpan.org/dist/Net-DLookup

View file

@ -1 +1,3 @@
perl5 module to communicate with socks v4 and v5 servers
WWW: http://search.cpan.org/dist/SOCKS

View file

@ -2,3 +2,5 @@ This is a wrapper module for Spread.pm (part of the standard Spread
distribution), providing an object-oriented interface to the Spread
messaging toolkit instead of Spread.pm's more direct interface
to the C API's.
WWW: http://search.cpan.org/dist/Spread-Session

View file

@ -17,3 +17,5 @@ is *not* a robomoderator or gateway in and of itself. Rather, it's a
toolkit for *building* robomoderators and gateways that attempts to
take care of all of the nitpicking details for you and drastically
decrease the amount of code you have to write.
WWW: http://search.cpan.org/dist/Gateway

View file

@ -13,3 +13,5 @@ Methods are provided for
- testing whether articles are marked
- returning lists of newsgroups
- returning lists of articles
WWW: http://search.cpan.org/dist/News-Newsrc

View file

@ -8,3 +8,5 @@ web hosts).
This module does not use locale or unicode and is written in pure Perl,
so it will probably work at any computer.
WWW: http://search.cpan.org/dist/Lingua-RU-Charset

View file

@ -1,2 +1,4 @@
Authen::TacacsPlus is a perl module that provides authentication using a
tacacs+ server.
WWW: http://search.cpan.org/dist/TacacsPlus

View file

@ -5,4 +5,4 @@ at all phases in the process. This includes not only the login screens, but
the cookie creation and optional digital signature algorithm as well. Consult
the README for more details on this module.
--will
WWW: http://search.cpan.org/dist/Authen-Ticket

View file

@ -8,3 +8,5 @@ calculation time is in initialising the context with the key data.
The _PP name comes from the fact that this implementation is Pure
Perl, and will not have any compatibility problems.
WWW: http://search.cpan.org/dist/Crypt-Blowfish_PP

View file

@ -1,2 +1,4 @@
Crypt::CipherSaber is a Perl module providing an object oriented interface to
CipherSaber-1 and CipherSaber-2 encryption.
WWW: http://search.cpan.org/dist/Crypt-CipherSaber

View file

@ -1,5 +1,7 @@
PGP::Sign is a special purpose module designed to create and check
detached signatures for data. It's mainly intended to be used for
things like reimplementing PGPMoose, signcontrol and pgpverify.
PGP::Sign is a special purpose module designed to create and check detached
signatures for data. It's mainly intended to be used for things like
reimplementing PGPMoose, signcontrol and pgpverify.
It can use PGP 2.6.*, PGP 5 or Gnu Privacy Guard.
WWW: http://search.cpan.org/dist/PGP-Sign

View file

@ -1,2 +1,4 @@
This port provides a set of modules that free a system administrator
from having to deal with the trivial formatting of config files.
WWW: http://search.cpan.org/dist/Unix-ConfigFile

View file

@ -4,3 +4,5 @@ ispell, when reporting on misspelled words, indicates the string it was
unable to verify, as well as its starting offset in the input line.
No such information is returned for words which are deemed to be
correctly spelled.
WWW: http://search.cpan.org/dist/Lingua-Ispell

View file

@ -5,3 +5,5 @@ works very similar to URI::Find's find_uris() or
Email::Find's find_emails().
$num_ipaddrs_found = find_ipaddrs($text, \&callback);
WWW: http://search.cpan.org/dist/NetAddr-IP-Find

View file

@ -2,3 +2,5 @@ This module uses Spreadsheet::WriteExcel to turn a simple XML data file
into a binary Excel XLS file.
See also the FromXML.dtd file in the distribution.
WWW: http://search.cpan.org/dist/Spreadsheet-WriteExcel-FromXML

View file

@ -1,2 +1,4 @@
Text::Aligner exports a single function, align(), which is used to
justify strings to various alignment styles.
Text::Aligner exports a single function, align(), which is used to justify
strings to various alignment styles.
http://search.cpan.org/dist/Text-Aligner

View file

@ -3,5 +3,5 @@ converts the input string from the specified charset to UTF-16 and call
unac_string_utf16 to return the unaccented equivalent. The conversion from
and to UTF-16 is done with iconv(1).
WWW: http://search.cpan.org/dist/Text-Unaccent
WWW: http://search.cpan.org/dist/Text-Unaccent
Author: Loic Dachary <loic@senga.org>

View file

@ -14,4 +14,4 @@ Paraphrasing the README:
Author: Chang Liu <liu@ics.uci.edu>
-- Johann Visagie <johann@egenetics.com>
WWW: http://search.cpan.org/dist/XML-Node

View file

@ -1,5 +1,7 @@
XML::Parser::EasyTree adds a new "built-in" style called "EasyTree" to
XML::Parser. Like XML::Parser's "Tree" style, setting this style causes
the parser to build a lightweight tree structure representing the XML
document. This structure is, at least in this author's opinion, easier to
work with than the one created by the built-in style.
XML::Parser::EasyTree adds a new "built-in" style called "EasyTree" to
XML::Parser. Like XML::Parser's "Tree" style, setting this style causes the
parser to build a lightweight tree structure representing the XML document.
This structure is, at least in this author's opinion, easier to work with than
the one created by the built-in style.
WWW: http://search.cpan.org/dist/XML-Parser-EasyTree

View file

@ -7,4 +7,4 @@ interface like XML::Twig or XML::DOM.
Author: Sean M. Burke
--will
WWW: http://search.cpan.org/dist/XML-TreeBuilder

View file

@ -2,3 +2,5 @@ Apache::Session::SharedMem is an Apache::Session extension module
that stores the session data in Shared memory (so, does exactly
what it says on the tin then) using IPC::Cache
(and hence IPC::ShareLite).
WWW: http://search.cpan.org/dist/Apache-Session-SharedMem

View file

@ -1,6 +1,6 @@
CGI::ArgChecker - An extensible CGI parameter validation module (allowing
commonly used checks on parameters to be called more concisely and
consistently) based on String::Checker. This is really nothing more than
a simple wrapper around String::Checker.
commonly used checks on parameters to be called more concisely and consistently)
based on String::Checker. This is really nothing more than a simple wrapper
around String::Checker.
--will
WWW: http://search.cpan.org/dist/CGI-ArgChecker

View file

@ -1,4 +1,6 @@
CGI::FastTemplate manages templates and parses templates replacing
variable names with values. It was designed for mid to large scale web
applications (CGI, mod_perl) where there are great benefits to separating
the logic of an application from the specific implementation details.
CGI::FastTemplate manages templates and parses templates replacing variable
names with values. It was designed for mid to large scale web applications (CGI,
mod_perl) where there are great benefits to separating the logic of an
application from the specific implementation details.
WWW: http://search.cpan.org/dist/CGI-FastTemplate

View file

@ -1,17 +1,17 @@
The majority of the web pages of the internet today are
much larger than they need to be. The reason for this is
that HTML tends to be stored in a human readable format, with
indenting, newlines and comments.
The majority of the web pages of the internet today are much larger than they
need to be. The reason for this is that HTML tends to be stored in a human
readable format, with indenting, newlines and comments.
However, all of these comments, whitespace etc. are ignored by
the browser, and needlessly lengthen download times.
However, all of these comments, whitespace etc. are ignored by the browser, and
needlessly lengthen download times.
Second, many people are using WYSIWYG HTML editors these days.
This makes creating content easy. However these editors can
cause a number of compatibility problems by tying themselves to
a particular browser or operating system.
Second, many people are using WYSIWYG HTML editors these days. This makes
creating content easy. However these editors can cause a number of compatibility
problems by tying themselves to a particular browser or operating system.
The HTML::Clean module encapsulates a number of HTML optimizations
and cleanups. The end result is HTML that loads faster, displays
properly in more browsers. Think of it as a compiler that
translates HTML input into optimized machine readable code.
The HTML::Clean module encapsulates a number of HTML optimizations and cleanups.
The end result is HTML that loads faster, displays properly in more browsers.
Think of it as a compiler that translates HTML input into optimized machine
readable code.
WWW: http://search.cpan.org/dist/HTML-Clean

View file

@ -1,6 +1,6 @@
HTML::Pager is a perl module designed to handle CGI HTML paging of
arbitrary data. It provides an interface to pages of data similar
to many well-known sites like Altavista or Google. It uses the
module HTML::Template to do all the HTML generation.
HTML::Pager is a perl module designed to handle CGI HTML paging of arbitrary
data. It provides an interface to pages of data similar to many well-known
sites like Altavista or Google. It uses the module HTML::Template to do all the
HTML generation.
--will
WWW: http://search.cpan.org/dist/HTML-Pager

View file

@ -1,22 +1,20 @@
The objective of the package is to provide a fast and
essential HTML check (esp. for CGI scripts where response
time is important) to prevent a piece of user input HTML
code from messing up the rest of a file, i.e., to minimize
and localize any possible damage created by including a
piece of user input HTML text in a dynamic document.
The objective of the package is to provide a fast and essential HTML check (esp.
for CGI scripts where response time is important) to prevent a piece of user
input HTML code from messing up the rest of a file, i.e., to minimize and
localize any possible damage created by including a piece of user input HTML
text in a dynamic document.
HTMLQuickCheck checks for unmatched < and >, unmatched
tags and improper nesting, which could ruin the rest of
the document. Attributes and elements with optional end
tags are not checked, as they should not cause disasters
with any decent browsers (they should ignore any
unrecognized tags and attributes according to the
standard). A piece of HTML that passes HTMLQuickCheck may
not necessarily be valid HTML, but it would be very
unlikely to screw others but itself. A valid piece of HTML
that doesn't pass the HTMLQuickCheck is however very
likely to screw many browsers(which are obviously broken
in terms of strict conformance).
HTMLQuickCheck checks for unmatched < and >, unmatched tags and improper
nesting, which could ruin the rest of the document. Attributes and elements
with optional end tags are not checked, as they should not cause disasters with
any decent browsers (they should ignore any unrecognized tags and attributes
according to the standard). A piece of HTML that passes HTMLQuickCheck may not
necessarily be valid HTML, but it would be very unlikely to screw others but
itself. A valid piece of HTML that doesn't pass the HTMLQuickCheck is however
very likely to screw many browsers(which are obviously broken in terms of strict
conformance).
HTMLQuickCheck currently supports HTML 1.0, 2.x (draft),
3.0 (draft) and netscape extensions (1.1).
HTMLQuickCheck currently supports HTML 1.0, 2.x (draft), 3.0 (draft) and
netscape extensions (1.1).
WWW: http://search.cpan.org/dist/HTML-QuickCheck

View file

@ -1,2 +1,4 @@
This module allows you to use the GNOME Virtual File System library
(libgnomevfs for short) from Perl.
This module allows you to use the GNOME Virtual File System library (libgnomevfs
for short) from Perl.
WWW: http://search.cpan.org/dist/Gnome2-VFS

View file

@ -1,17 +1,16 @@
The Tcl::Tk submodule of the Tcl module gives access to
the Tk library. It does this by creating a Tcl
interpreter object (using the Tcl extension) and binding
in all of Tk into the interpreter (in the same way that
wish or other Tcl/Tk applications do).
The Tcl::Tk submodule of the Tcl module gives access to the Tk library. It does
this by creating a Tcl interpreter object (using the Tcl extension) and binding
in all of Tk into the interpreter (in the same way that wish or other Tcl/Tk
applications do).
Access to the Tcl and Tcl::Tk extensions
Access to the Tcl and Tcl::Tk extensions
To get access to the Tcl and Tcl::Tk extensions, put the
commands
require Tcl;
use Tcl::Tk;
To get access to the Tcl and Tcl::Tk extensions, put the commands
require Tcl;
use Tcl::Tk;
near the top of your program. The Tcl extension does not
alter your namespace at all (hence the "require"). The
Tcl::Tk extension imports the widget and other Tk commands
into your namespace (hence the "use").
near the top of your program. The Tcl extension does not alter your namespace at
all (hence the "require"). The Tcl::Tk extension imports the widget and other Tk
commands into your namespace (hence the "use").
WWW: http://search.cpan.org/dist/Tcl-Tk