CyberKnights Logo, click for background info Random banner image

CyberKnights

Modern tools.
Traditional dedication.

Previous page Home | Purpose | Linux | Products | Legality | Special | Downloads | Articles | Contact Next page

Mandrake 10.0 - Development/Perl

amavis-ng 0.1.6.4 GPL Searches attachments and archives for malicious code AMaViS-ng is a modular rewrite of amavisd and amavis-perl. It scans email for malicious code inside attachments and archive files, stopping delivery if malicious code is found. It supports integration of several third-party virus scanners and integrates nicely into several MTA setups. Unlike amavis-perl and amavisd, there is no need for build-time configuration. It is possible to compile milter module. If you rebuild package --with milter option, amavis-ng-milter package is created too.
Apache-ASP 2.51 GPL Apache-ASP module for perl Apache-ASP module for perl
distriblint 0.1.2 GPL Tools to check integrity of rpms repository Some tools to check the integrity of rpms from a repository. It works from rpms or hdlist, and reports missing or wrong dependencies, conflicts, and other errors. It can be used to check rpms from a specific project or the entire distribution. Currently only one script is included: distlint.
emacs-EPL 0.7 GPL Control Emacs using Perl as an alternative to Emacs Lisp. EPL (Emacs Perl) lets you control Emacs and XEmacs using Perl as an alternative to Emacs Lisp.
glade-perl 0.59 GPL Perl module to generate Gtk-Perl apps from a Glade file. Glade-Perl will read a Glade-Interface XML file, build the UI and/or write the perl source to create the UI later and handle signals. It also creates an 'App' and a 'Subclass' that you can edit. The current version of Glade-Perl is available on CPAN or on the project website at http://www.glade.perl.connectfree.co.uk/ Glade-Perl can generate AUTOLOAD type OO code with subclasses or even Libglade apps.
ldetect-lst-devel 0.1.9 GPL Devel for ldetect-lst see ldetect-lst
perl 5.8.3 GPL or Artistic The Perl programming language. Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications (and what it excels at) are probably system administration utilities and web programming. A large proportion of the CGI scripts on the web are written in Perl. You need the perl package installed on your system so that your system can handle Perl scripts. You need perl-base to have a full perl.
perl-AcePerl 1.86 GPL or Artistic Perl interface for the ACEDB object-oriented database Designed specifically for use in genome sequencing projects, ACEDB provides powerful modeling and management services for biological and laboratory data. For others, it is a good open source introduction to the world of object-oriented databases
perl-Algorithm-Diff 1.15 GPL or Artistic Compute `intelligent' differences between two files / lists This module compute `intelligent' differences between two files / lists.
perl-Algorithm-Graphs-TransitiveClosure 1.4 GPL or Artistic Calculate the transitive closure This is an implementation of the well known Floyd-Warshall algorithm.
perl-Apache-DBI 0.92 GPL or Artistic Initiate a persistent database connection This module initiates a persistent database connection.
perl-Apache-Filter 1.022 GPL or Artistic Apache-Filter module for perl Apache-Filter module for perl : Alter the output of previous handlers.
perl-Apache-Gallery 0.7 GPL or Artistic mod_perl handler to create an image gallery Apache::Gallery creates an thumbnail index of each directory and allows viewing pictures in different resolutions. Pictures are resized on the fly and cached.
perl-Apache-Session 1.54 GPL or Artistic Apache-Session: Apache persistent user sessions Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests. Apache::Session is designed to work with Apache and mod_perl, but it should work under CGI and other web servers, and it also works outside of a web server alto- gether.
perl-Apache-SessionX 2.00b5 GPL or Artistic Apache::SessionX - An extented persistence framework for session data Apache::SessionX extends Apache::Session. It was initialy written to use Apache::Session from inside of HTML::Embperl, but is seems to be useful outside of Embperl as well, so here is it as standalone module. Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests. Apache::Session is designed to work with Apache and mod_perl, but it should work under CGI and other web servers, and it also works outside of a web server altogether. Apache::Session consists of five components: the interface, the object store, the lock manager, the ID generator, and the serializer. The interface is defined in SessionX.pm, which is meant to be easily subclassed. The object store can be the filesystem, a Berkeley DB, a MySQL DB, an Oracle DB, or a Postgres DB. Locking is done by lock files, semaphores, or the locking capabilities of MySQL and Postgres. Serialization is done via Storable, and optionally ASCII-fied via MIME or pack(). ID numbers are generated via MD5. The reader is encouraged to extend these capabilities to meet his own requirements.
perl-Apache-SSI 2.17 GPL or Artistic Apache-SSI implements Server Side Includes in Perl Apache-SSI implements Server Side Includes in Perl. 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). This module supports the same directives as mod_include:
perl-AppConfig 1.52 GPL Perl5 modules for reading configuration AppConfig has a powerful but easy to use module for parsing configuration files. It also has a simple and efficient module for parsing command line arguments.
perl-Archive-Tar 1.05 GPL or Artistic Tar module for manipulation of tar archives. Tar module for manipulation of tar archives.
perl-Archive-Zip 1.06 GPL or Artistic Provide an interface to ZIP archive files. Provide an interface to ZIP archive files.
perl-Array-RefElem 0.02 GPL Direct access to the internal perl routines for arrays & hashes This module give direct access to the internal perl routines that let you store reference to things in arrays and hashes. This module is needed by eGrail.
perl-Audio-DSP 0.02 GPL or Artistic Perl interface to OSS digital audio device. Audio::DSP is built around the OSS (Open Sound System) API and allows perl to interface with a digital audio device. It provides, among other things, an initialization method which opens and handles ioctl messaging on the audio device file. Audio::DSP also provides some rudimentary methods for the storage and manipulation of audio data in memory. In order to use Audio::DSP, you'll need to have the necessary OSS drivers/libraries installed. OSS is available for many popular Unices, and a GPLed version (with which this extension was initially developed and tested) is distributed with with the Linux kernel.
perl-Authen-PAM 0.14 GPL or Artistic Perl interface to the PAM library The Authen::PAM module provides a Perl interface to the PAM library. The only difference with the standard PAM interface is that the perl one is simpler.
perl-Authen-Radius 0.09 GPL Radius authentication interface to Perl 5 RadiusPerl is a Perl 5 module (Radius.pm) which allows you to communicate with a Radius server from Perl. You can just authenticate usernames/passwords via Radius, or comletely imitate AAA requests and process server response.
perl-Authen-SASL 2.04 GPL or Artistic Authen-SASL module for perl Authen-SASL module for perl
perl-Authen-Smb 0.91 GPL Authen::Smb Perl module Authen::Smb is a module to authenticate against an SMB server.
perl-base 5.8.3 GPL or Artistic The Perl programming language (base). This is the base package for perl.
perl-BerkeleyDB 0.23 GPL or Artistic Perl module for BerkeleyDB 2.x and greater BerkeleyDB is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 2 or greater. (Note: if you want to use version 1 of Berkeley DB with Perl you need the DB_File module). Berkeley DB is a C library which provides a consistent interface to a number of database formats. BerkeleyDB provides an interface to all four of the database types (hash, btree, queue and recno) currently supported by Berkeley DB. For further details see the documentation in the file BerkeleyDB.pod.
perl-Bioperl 1.4 Artistic BioPerl core modules Officially organized in 1995 and existing informally for several years prior, The Bioperl Project is an international association of developers of open source Perl tools for bioinformatics, genomics and life science research.
perl-Bioperl-Run 1.4 Artistic BioPerl wrappers for external programs Officially organized in 1995 and existing informally for several years prior, The Bioperl Project is an international association of developers of open source Perl tools for bioinformatics, genomics and life science research.
perl-Bit-Vector 6.3 GPL or Artistic Bit-Vector module for perl Bit-Vector module for perl. Bit::Vector is an efficient C library which allows you to handle bit vectors, sets (of integers), "big integer arithmetic" and boolean matrices, all of arbitrary sizes.
perl-BSD-Resource 1.22 GPL or Artistic BSD-Resource module for perl BSD-Resource module for perl
perl-Cache-Cache 1.02 GPL or Artistic Cache-Cache module for perl Cache-Cache module for perl. The Cache modules are designed to assist a developer in persisting data for a specified period of time.
perl-Carp-Clan 5.1 GPL or Artistic Carp-Clan module for perl Carp-Clan module for perl. This module reports errors from the perspective of the caller of a "clan" of modules, similar to "Carp.pm" itself. But instead of giving it a number of levels to skip on the calling stack, you give it a pattern to characterize the package names of the "clan" of modules which shall never be blamed for any error.
perl-CDDB 1.11 GPL or Artistic CDDB module for perl CDDB is a high-level interface to databases based on the Compact Disc Database protocol. Starting in version 1.04, CDDB.pm will contact freedb.org servers by default. This change is in response to Gracenote's CDDB denying CDDB.pm connections and failing to answer my e-mail. cddb.com's developer license is for end-user applications; not third-party libraries. This makes CDDB.pm ineligible for access to cddb.com servers. This author will not pursue further cddb.com access. Developers using CDDB.pm may continue to attempt connections to cddb.com servers, but there are no guarantees.
perl-CDDB_get 1.66 GPL or Artistic Read the CDDB entry for an audio CD in your drive This module/script gets the CDDB info for an audio cd.
perl-CGI 3.00 GPL or Artistic Simple Common Gateway Interface class for Perl. This perl library uses perl5 objects to make it easy to create Web fill-out forms and parse their contents. This package defines CGI objects, entities that contain the values of the current query string and other state variables. Using a CGI object's methods, you can examine keywords and parameters passed to your script, and create forms whose initial values are taken from the current query (thereby preserving state information).
perl-CGI-Application 3.1 GPL or Artistic CGI-Application module for perl CGI-Application is intended to make it easier to create sophisticated, reusable web-based applications. This module implements a methodology which, if followed, will make your web software easier to design, easier to document, easier to write, and easier to evolve.
perl-CGI-Fast 3.00 GPL or Artistic CGI Interface for Fast CGI CGI::Fast is a subclass of the CGI object created by CGI.pm. It is specialized to work well with the Open Market FastCGI standard, which greatly speeds up CGI scripts by turning them into persistently running server processes. Scripts that perform time-consuming initialization processes, such as loading large modules or opening persistent database connections, will see large performance improvements.
perl-CGI-FastTemplate 1.09 GPL or Artistic Perl extension for managing templates, and performing variable interpolation What is a template? A template is a text file with variables in it. When a template is parsed, the variables are interpolated to text. (The text can be a few bytes or a few hundred kilobytes.) Here is a simple template with one variable ('$NAME'): Hello $NAME. How are you? When are templates useful? Templates are very useful for CGI programming, because adding HTML to your perl code clutters your code and forces you to do any HTML modifications. By putting all of your HTML in separate template files, you can let a graphic or interface designer change the look of your application without having to bug you, or let them muck around in your perl code. There are other templating modules on CPAN, what makes FastTemplate different? CGI::FastTemplate has the following attributes: - Speed - Efficiency - Flexibility
perl-CGI-Minimal 1.10 GPL Extremely lightweight CGI processing package CGI-Minimal is an extremely lightweight Perl module that provides CGI processing abilities designed to provide form decoding and related services with low overhead.
perl-CGI-Session 3.95 GPL or Artistic CGI-Session module for perl CGI-Session is a Perl5 library that provides an easy, reliable and modular session management system across HTTP requests. Persistency is a key feature for such applications as shopping carts, login/authentication routines, and application that need to carry data accross HTTP requests. CGI::Session does that and many more
perl-CGI-XML 0.1 GPL or Artistic CGI-XML perl module CGI-XML converts CGI.pm variables to XML and vice versa.
perl-CGI-XMLApplication 1.1.2 MPL CGI-XMLApplication module for perl CGI-XMLApplication module for perl CGI::XMLApplication is a CGI application class, that intends to enable perl artists to implement CGIs that make use of XML/XSLT functionality, without taking too much care about specialized errorchecking or even care too much about XML itself. It provides the power of the XML::LibXML/ XML::LibXSLT module package for content deliverment.
perl-Chart 2.2 GPL A series of charting modules Series of charting modules.
perl-Class-Data-Inheritable 0.02 GPL or Artistic Class-Data-Inheritable module for perl Class-Data-Inheritable module for perl
perl-Class-Loader 2.02 Artistic Load modules and create objects on demand Certain applications like to defer the decision to use a particular module till runtime. This is possible in perl, and is a useful trick in situations where the type of data is not known at compile time and the application doesn't wish to pre-compile modules to handle all types of data it can work with. Loading modules at runtime can also provide flexible interfaces for perl modules. Modules can let the programmer decide what modules will be used by it instead of hard-coding their names.
perl-Class-MakeMethods 1.006 GPL or Artistic Class-MakeMethods module for perl Class-MakeMethods module for perl. By passing arguments to "use Class::MakeMethods ..." statements, you can select from a library of hundreds of common types of methods, which are dynamically generated and installed as subroutines in your module, simplifying the code for your class.
perl-Class-MethodMaker 1.12 GPL or Artistic Class-MethodMaker module for perl This module solves the problem of having to write a bazillion get/set methods that are all the same. The argument to 'use' is a hash whose keys are the names of types of generic methods generated by MethodMaker and whose values tell method maker what methods to make. (More precisely, the keys are the names of MethodMaker methods (methods that write methods) and the values are the arguments to those methods.
perl-Clone 0.15 GPL or Artistic Clone module for perl This module provides a clone() method which makes recursive copies of nested hash, array, scalar and reference types, including tied variables and objects.
perl-Compress-Zlib 1.32 GPL or Artistic Compress-Zlib module for perl Compress-Zlib module for perl
perl-Config-General 2.24 GPL or Artistic Config::General - Generic Config perl module This module opens a config file and parses it's contents for you. The method new requires one parameter which needs to be a filename. The method getall returns a hash which contains all options and it's associated values of your config file.
perl-Config-IniFiles 2.38 GPL Config-IniFiles module for perl Config-IniFiles module for perl
perl-Convert-ASCII-Armour 1.4 Artistic Convert binary octets into ASCII armoured messages This module converts hashes of binary octets into ASCII messages suitable for transfer over 6-bit clean transport channels. The encoded ASCII resembles PGP's armoured messages, but are in no way compatible with PGP.
perl-Convert-ASN1 0.16 GPL or Artistic ASN.1 Encode/Decode library for perl Perl module used to encode and decode ASN.1 data structures using BER/DER rules. Needed by webmin to handle the OpenLDAP modules properly.
perl-Convert-BER 1.31.01 GPL Convert-BER (module for perl) Convert::BER is a perl object class implementation to encode and decode objects as described by ITU-T standard X.209 (ASN.1) using Basic Encoding Rules (BER)
perl-Convert-PEM 0.06 GPL or Artistic Read/write encrypted ASN.1 PEM files Convert::PEM reads and writes PEM files containing ASN.1-encoded objects. The files can optionally be encrypted using a symmetric cipher algorithm, such as 3DES.
perl-Convert-TNEF 0.17 GPL Convert-TNEF module for perl Convert-TNEF module for perl
perl-Convert-UUlib 0.3.1 GPL Convert-UUlib module for perl Convert-UUlib module for perl
perl-Crypt-Blowfish 2.09 Distributable Crypt-Blowfish Perl module Perl module to encrypt using the Blowfish algo.
perl-Crypt-CBC 2.08 GPL or Artistic Crypt-CBC module for perl Crypt-CBC module for perl
perl-Crypt-CipherSaber 0.61 GPL or Artistic Perl module implementing CipherSaber encryption The Crypt::CipherSaber module implements CipherSaber encryption, described at http://ciphersaber.gurus.com. It is simple, fairly speedy, and relatively secure algorithm based on RC4.
perl-Crypt-DES 2.03 GPL or Artistic An XS based DES implementation for Perl an XS-based DES implementation for Perl.
perl-Crypt-DES_EDE3 0.01 Artistic Crypt-DES_EDE3 Perl module This is Crypt::DES_EDE3, a module implementing Triple-DES EDE (encrypt-decrypt-encrypt) encryption and decryption.
perl-Crypt-DH 0.03 GPL or Artistic Diffie-Hellman key exchange system Crypt::DH is a Perl implementation of the Diffie-Hellman key exchange system. Diffie-Hellman is an algorithm by which two parties can agree on a shared secret key, known only to them. The secret is negotiated over an insecure network without the two parties ever passing the actual shared secret, or their private keys, between them.
perl-Crypt-DSA 0.12 GPL or Artistic DSA Signatures and Key Generation Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm) signature verification system. The implementation itself is pure Perl, although the heavy-duty mathematics underneath are provided by the Math::Pari library.
perl-Crypt-IDEA 1.02 GPL or Artistic Perl interface to IDEA block cipher This perl extension is an implementation of the IDEA block cipher algorithm. The module implements the Crypt::BlockCipher interface, which has the following methods blocksize =item keysize =item encrypt =item decrypt
perl-Crypt-OpenSSL-DSA 0.11 GPL or Artistic Crypt-OpenSSL-DSA module for perl Crypt-OpenSSL-DSA module for perl
perl-Crypt-OpenSSL-Random 0.03 GPL or Artistic Crypt-OpenSSL-Random module for perl Crypt-OpenSSL-Random module for perl
perl-Crypt-OpenSSL-RSA 0.19 GPL or Artistic Crypt-OpenSSL-RSA module for perl Crypt-OpenSSL-RSA module for perl
perl-Crypt-Primes 0.50 GPL or Artistic Provable Prime Number Generator suitable for Cryptographic Application This module implements Ueli Maurer's algorithm for generating large provable primes and secure parameters for public-key cryptosystems. The generated primes are almost uniformly distributed over the set of primes of the specified bitsize and expected time for generation is less than the time required for generating a pseudo-prime of the same size with Miller-Rabin tests. Detailed description and running time analysis of the algorithm can be found in Maurer's paper[1]. Crypt::Primes is a pure perl implementation. It uses Math::Pari for multiple precision integer arithmetic and number theoretic functions. Random numbers are gathered with Crypt::Random, a perl interface to /dev/u?random devices found on most modern Unix operating systems.
perl-Crypt-Random 1.11 Artistic Crypt-Random Perl module Crypt::Random is an interface module to the /dev/random device found on most modern Unix systems. The /dev/random driver gathers environmental noise from various non-deterministic sources including inter-keyboard timings and inter-interrupt timings that occur within the operating system environment. The /dev/random driver maintains an estimate of true randomness in the pool and decreases it every time random strings are requested for use. When the estimate goes down to zero, the routine blocks and waits for the occurrence of non-deterministic events to refresh the pool. The /dev/random kernel module also provides another interface, /dev/urandom, that does not wait for the entropy-pool to recharge and returns as many bytes as requested. /dev/urandom is considerably faster at generation compared to /dev/random, which should be used only when very high quality randomness is desired.
perl-Crypt-RandPasswd 0.02 GPL or Artistic Random password generator based on FIPS-181 This code is a Perl language implementation of the Automated Password Generator standard, like the program described in "A Random Word Generator For Pronounceable Passwords" (not available on-line). This code is a re-engineering of the program contained in Appendix A of FIPS Publication 181, "Standard for Automated Password Generator". In accordance with the standard, the results obtained from this program are logically equivalent to those produced by the standard.
perl-Crypt-Rijndael 0.05 GPL or Artistic Crypt-Rijndael module for perl Crypt-Rijndael module for perl
perl-Crypt-RSA 1.50 Artistic RSA public-key cryptosystem Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key cryptosystem. It uses Math::Pari(3), a perl interface to the blazingly fast PARI library, for big integer arithmetic and number theoretic computations.
perl-Crypt-SSLeay 0.51 GPL or Artistic Support for the https protocol under LWP This perl module provides support for the https protocol under LWP, so that a LWP::UserAgent can make https GET & HEAD requests. The Crypt::SSLeay package contains Net::SSL, which is automatically loaded by LWP::Protocol::https on https requests, and provides the necessary SSL glue for that module to work via these deprecated modules: This product includes cryptographic software written by Eric Young (eay@cryptsoft.com)
perl-Cstools 3.42 GPL Tools for dealing with Czech and Slovak texts in Perl This package includes modules that are useful when dealing with Czech (and Slovak) texts in Perl.
perl-Curses 1.06 GPL Perl module for character screen handling and windowing Curses is the interface between Perl and your system's curses(3) library.
perl-Cyrus 2.1.16 OSI Approved Cyrus IMAPd utility Perl modules. This package contains Perl modules necessary to use the Cyrus server administrative utilities. The main package is cyrus-imapd.
perl-Data-Buffer 0.04 GPL or Artistic Read/write buffer class Data::Buffer implements a low-level binary buffer in which you can get and put integers, strings, and other data. Internally the implementation is based on pack and unpack, such that Data::Buffer is really a layer on top of those built-in functions. All of the get_* and put_* methods respect the internal offset state in the buffer object. This means that you should read data out of the buffer in the same order that you put it in.
perl-Data-Compare 0.02 GPL or Artistic Data-Compare module for perl Data-Compare module for perl
perl-Data-Dump 0.04 GPL Pretty printing of data structures Pretty printing of data structures
perl-Data-DumpXML 1.05 GPL or Artistic Dump arbitrary perl data structures as XML. Dump arbitrary perl data structures as XML. This module is needed by eGrail
perl-Data-HexDump 0.02 GPL A Simple Hexadecial Dumper Dump in hexadecimal the content of a scalar. The result is returned in a string. Each line of the result consists of the offset in the source in the leftmost column of each line, followed by one or more columns of data from the source in hexadecimal. The rightmost column of each line shows the printable characters (all others are shown as single dots)
perl-Data-ShowTable 3.3 GPL Perl 5 module to print arrays of data ShowTable.pm, version 3.3, is a Perl 5 module which defines subroutines to print arrays of data in a nicely formatted listing, using one of four possible formats: simple table, boxed table, list style, and HTML-formatting (for World-Wide-Web output). See the documentation on ShowTable.pm for details on the formatting.
perl-Data-Stag 0.03 GPL or Artistic Data-Stag module for perl This module is for manipulating data as recursively nested tag/value pairs (Structured TAGs or Simple Tree AGgreggates). These datastructures can be represented as nested arrays, which have the advantage of being native to perl.
perl-Date-Calc 5.3 GPL or Artistic Gregorian calendar date calculations Gregorian calendar date calculations This library provides all sorts of date calculations based on the Gregorian calendar (the one used in all western countries today), thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable).
perl-DateManip 5.42a GPL or Artistic DateManip module for perl DateManip module for perl
perl-DBD-CSV 0.2002 GPL DBD-CSV module for Perl (Miscellaneous_Modules/Bundle) DBD-CSV is a Perl module that provides yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL "engine" SQL::Statement and the abstract DBI driver DBD::File and implements access to so-called CSV files (comma seperated values). Such files are mostly used for exporting MS Access and MS Excel data.
perl-DBD-Pg 1.31 GPL or Artistic PostgreSQL database driver for the DBI module PostgreSQL database driver for the DBI module
perl-DBD-XBase 0.240 GPL or Artistic Module for dealing with XBase files Package DBD::XBase contains module XBase that can read and write dbf and dbt/fpt files, as well as a DBI driver DBD::XBase, that allows work with these files using SQL commands.
perl-DB_File 1.806 GPL or Artistic Perl module for use of the Berkeley DB version 1 DB_File is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1. (DB_File can be built with version 2 or 3 of Berkeley DB, but it will only support the 1.x features), If you want to make use of the new features available in Berkeley DB 2.x or 3.x, use the Perl module BerkeleyDB instead. Berkeley DB is a C library which provides a consistent interface to a number of database formats. DB_File provides an interface to all three of the database types (hash, btree and recno) currently supported by Berkeley DB. For further details see the documentation included at the end of the file DB_File.pm.
perl-DBI 1.40 GPL The Perl Database Interface by Tim Bunce The Perl Database Interface (DBI) is a database access Application Programming Interface (API) for the Perl Language. The Perl DBI API specification defines a set of functions, variables and conventions that provide a consistent database interface independent of the actual database being used.
perl-DBI-ProfileDumper-Apache 1.40 GPL DBI profiling data for mod_perl This module interfaces DBI::ProfileDumper to Apache/mod_perl. Using this module you can collect profiling data from mod_perl applications. It works by creating a DBI::ProfileDumper data file for each Apache process. These files are created in your Apache log directory. You can then use dbiprof to analyze the profile files.
perl-DBI-proxy 1.40 GPL DBI proxy server and client DBI::Proxy Server is a module for implementing a proxy for the DBI proxy driver, DBD::Proxy. DBD::Proxy is a Perl module for connecting to a database via a remote DBI driver.
perl-DBIx-Recordset 0.24 GPL or Artistic DBIx-Recordset module for perl DBIx-Recordset module for perl
perl-devel 5.8.3 GPL or Artistic The Perl programming language (devel). This is the devel package for perl.
perl-Devel-Caller-Perl 1.4 GPL or Artistic Devel-Caller-Perl module for perl Devel-Caller-Perl module for perl. This module allows a method to get at arguments passed to subroutines higher up in the call stack.
perl-Devel-StackTrace 1.03 GPL or Artistic Devel-StackTrace module for perl Devel-StackTrace module for perl. Simple objects to deal with stack traces. The parent object, Devel::StackTrace, holds a number of Devel::StackTraceFrame objects (which have the same information as is returned from caller()). You can step through these frames forwards and backwards as you want or retrieve specific frames.
perl-Devel-Symdump 2.03 GPL or Artistic Devel-Symdump module for perl Devel-Symdump module for perl
perl-Digest-BubbleBabble 0.01 GPL or Artistic Digest-BubbleBabble module for perl Digest-BubbleBabble module for perl
perl-Digest-HMAC 1.01 GPL or Artistic Keyed-Hashing for Message Authentication Digest-HMAC module for perl.
perl-Digest-MD2 2.02 GPL or Artistic Perl interface to the MD2 Algorithm Digest-MD2 module for perl.
perl-Digest-Nilsimsa 0.06 GPL or Artistic Perl interface to the Nilsima Algorithm Digest-Nilsimsa module for perl.
perl-Digest-SHA1 2.04 GPL or Artistic Perl interface to the SHA1 Algorithm Digest-SHA1 module for perl.
perl-doc 5.8.3 GPL or Artistic The Perl programming language (documentation). This is the documentation package for perl.
perl-Email-Find 0.09 GPL or Artistic Email-Find perl module Email::Find is a module for finding a *subset* of RFC 822 email addresses in arbitrary text (see the section on "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see the section on "CAVEATS"), but they will be valid RFC 822 syntax. Email::Find will perform some heuristics to avoid some of the more obvious red herrings and false addresses, but there's only so much which can be done without a human.
perl-Email-Valid 0.15 GPL or Artistic Email-Valid perl module This module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain or whether the top level domain of the email address is valid.
perl-Error 0.15 GPL or Artistic Error module for perl The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. Errors in the class Error should not be thrown directly, but the user should throw errors from a sub-class of Error.
perl-Event 0.87 GPL or Artistic Event module for perl Fast, generic event loop
perl-Event-XML-Sync 0.1 GPL A Perl module to run synchronized XML stream This module may be used to developp application wrappers to be installed in XML pipelines. The wrapper expects some XML input. It sends some bits of information to the wrapped application and information the returned information (when arriving) in the input XML stream (by adding, modifying or deleting XML elements). Output XML is produced for the next wrapper in the pipeline. The key point is that wrappers are non-blocking, i.e. a wrapper do not stop waiting for information to be returned by the wrapped application. To achieve that, the wrapper needs some kind of synchronization to correlate the returned information with the input XML stream.
perl-Exception-Class 1.14 GPL or Artistic Exception-Class module for perl Exception-Class module for perl. This module allows you to declare hierarchies of exception classes for use in your code. It also provides a simple exception class that it uses as the default base class for all other exceptions.
perl-Expect 1.15 GPL Expect perl module Expect perl module.
perl-Exporter-Lite 0.01 GPL or Artistic Exporter-Lite perl module This is an alternative to Exporter intended to provide a lightweight subset of its functionality. It supports "import()", @EXPORT and @EXPORT_OK and not a whole lot else.
perl-ExtUtils-Depends 0.104 GPL or Artistic Perl module for further extending extensions This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the perl one.
perl-ExtUtils_F77 1.14 GPL Simple interface to F77 libs Simple interface to F77 libs. Used to be in perl-PDL, but isn't anymore. This module tries to figure out how to link C programs with Fortran subroutines on your system. Basically one must add a list of Fortran runtime libraries. The problem is their location and name varies with each OS/compiler combination!
perl-ExtUtils-ParseXS 2.07 GPL or Artistic ExtUtils-ParseXS module for perl ExtUtils-ParseXS module for perl. ExtUtils::ParseXS will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates the glue necessary to let Perl access those functions. The compiler uses typemaps to determine how to map C function parameters and variables to Perl values.
perl-ExtUtils-PerlPP 0.03 GPL ExtUtils-PerlPP module for perl ExtUtils-PerlPP module for perl
perl-ExtUtils-PkgConfig 1.02 GPL or Artistic Perl module for further extending extensions This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the perl one.
perl-ExtUtils-XSBuilder 0.23 GPL or Artistic ExtUtils::XSBuilder - Automatic XS glue code generation ExtUtils::XSBuilder is a set modules to parse C header files and create XS glue code and documentation out of it. Idealy this allows to "write" an interface to a C library without coding a line. Since no C-API is ideal, some adjuments are necessary most of the time. So to use this module you must still be familiar with C and XS programming, but it removes a lot of stupid work and copy&paste from you. Also when the C API changes, most of the time you only have to rerun XSBuilder to get your new Perl API.
perl-FCGI 0.67 Distributable A Fast CGI module for Perl This is a Fast CGI module for perl. It's based on the FCGI module that comes with Open Market's FastCGI Developer's Kit, but does not require you to recompile perl. See <http://www.fastcgi.com/> for more information about fastcgi. Lincoln D. Stein's perl CGI module also contains some information about fastcgi programming.
perl-File-chdir 0.06 GPL or Artistic A more sensible way to change directories Perl's chdir() has the unfortunate problem of being very, very, very global. If any part of your program calls chdir() or if any library you use calls chdir(), it changes the current working directory for the B<whole> program. This sucks. File::chdir gives you an alternative, $CWD and @CWD. These two variables combine all the power of C<chdir()>, File::Spec and Cwd.
perl-File-Edit 0.3.1 GPL or Artistic File::Edit for inplace-editing of files. File::Edit is a Perl module which defines an easy to use interface for inplace-editing of files. You can delete only one pattern or all lines where the pattern matches.
perl-File-Grep 0.01 GPL or Artistic A grep function taking a list of files as argument File::Grep provides similar functionality as perl's builtin grep, map, and foreach commands, but iterating over a passed filelist instead of arrays. While trivial, this module can provide a quick dropin when such functionality is needed.
perl-File-HomeDir 0.05 GPL or Artistic Get home directory for self or other users File::HomeDir -- get home directory for self or other users Packaging note: This packages works on windows, even though that code is patched out for packaging reasons here.
perl-File-Lockf 0.20 GPL or Artistic File-Lockf module for perl File-Lockf module for perl
perl-File-MMagic 1.20 GPL or Artistic Guess file type from filename and/or filehandle. This perl library uses perl5 objects to guess file type from filename and/or filehandle.
perl-File-NCopy 0.32 GPL Copies files to directories, or a single file to another file. Copies files to directories, or a single file to another file. This module is needed by eGrail
perl-File-Remove 0.20 GPL or Artistic File::Remove File::Remove
perl-File-Scan 0.63 GPL or Artistic File::Scan is perl extension for Scanning files for Viruses File::Scan module is designed to allows users to scan files for known viruses. The purpose is to provide a perl module to make plataform independent virus scanners.
perl-File-Slurp 2002.1031 Distributable File-Slurp - Read and write files with a single command File::Slurp just reads and writes entire files with single commands.
perl-File-Tail 0.98 GPL or Artistic File-Tail module for perl (File_Names_Systems_Locking/File) File-Tail module for perl
perl-File-Touch 0.01 GPL or Artistic File::Touch File::Touch
perl-Filter 1.30 GPL or Artistic Filter module for perl Filter module for perl
perl-Finance-Bank-LaPoste 0.02 GPL or Artistic Check your "La Poste" accounts from Perl This module provides a read-only interface to the Videoposte online banking system at <https://www.videoposte.com/>. The interface of this module is similar to other Finance::Bank modules.
perl-Finance-Quote 1.08 GPL or Artistic Finance-Quote module for perl Finance::Quote provides access to time-delayed stockquotes from a number of sources. After you've installed the pacakage, try 'perldoc Finance::Quote' for full information. Alternatively, you can 'perldoc lib/Finance/Quote.pm' before the install.
perl-Font-TTF 0.34 Artistic Font-TTF Perl module Perl module to manipulate TTF font, needed by perl-Text-PDF.
perl-FreezeThaw 0.43 GPL or Artistic FreezeThaw perl module FreezeThaw convert Perl structures to strings and back.
perlftlib 1.2 GPL Libraries to use the FreeType library with Perl This is a package of libraries to use the FreeType library from the perl language. It contains FreeType.xs and FreeTypeWrapper.pm, so you don't need install each of them. It also contains ftinfo.pl and mkttfdir.pl.
perl-GD 2.07 Artistic A perl5 interface to Thomas Boutell's gd library GD.pm is a autoloadable interface module for libgd, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing files. Features include: a. lines, polygons, rectangles and arcs, both filled and unfilled b. flood fills c. the use of arbitrary images as brushes and as tiled fill patterns d. line styling (dashed lines and the like) e. horizontal and vertical text rendering f. support for transparency and interlacing
perl-GD-Graph 1.35 GPL or Artistic GD-Graph module for perl This is GDGraph, a package to generate charts, using Lincoln Stein's GD.pm. See the documentation for some history and more information.
perl-GD-Graph3d 0.63 GPL or Artistic GD-Graph3d module for perl GD-Graph3d module for perl
perl-GD-TextUtil 0.83 GPL or Artistic GD-TextUtil module for perl The GDTextUtil package contains text utilities for use with the GD drawing package. This package provides three modules that make it possible to work with internal GD fonts as well as TrueType fonts, without having to worry about different interface functions to call. Apart from an abstract interface to all font types and strings for GD, this library also provides some utility in aligning and wrapping your string.
perl-Geography-Countries 1.4 GPL or Artistic Maps 2-letter, 3-letter, and numerical codes for countries This module maps country names, and their 2-letter, 3-letter and numerical codes, as defined by the ISO-3166 maintenance agency, and defined by the UNSD.
perl-Geo-IP 1.21 GPL or Artistic Look up country by IP Address This module uses a file based database. This database simply contains IP blocks as keys, and countries as values. This database should be more complete and accurate than reverse DNS lookups. This module can be used to automatically select the geographically closest mirror, to analyze your web server logs to determine the countries of your visiters, for credit card fraud detection, and for software export controls.
perl-Geo-IPfree 0.2 GPL or Artistic Look up country by IP Address Look up country of IP Address. This module make this off-line and the DB of IPs is free & small.
perl-Geo-METAR 1.14 GPL Geo::METAR - Process aviation weather reports in the METAR format. METAR reports are available on-line, thanks to the National Weather Service. Since reading the METAR format isn't easy for non-pilots, these reports are relatively useles to the common man who just wants a quick glace at the weather.
perl-Getopt-Mixed 1.008 GPL Getopt-Mixed module for perl Getopt::Mixed - getopt processing with both long and short options.
perl-GnuPG-Interface 0.33 GPL GnuPG-Interface module for perl GnuPG::Interface and its associated modules are designed to provide an object-oriented method for interacting with GnuPG, being able to perform functions such as but not limited to encrypting, signing, decryption, verification, and key-listing parsing.
perl-Graph 0.20101 GPL or Artistic Graph module for perl This is just a front-end class for Graph::Directed and Graph::Base.
perl-GraphViz 1.8 GPL or Artistic GraphViz module for perl This module provides an interface to layout and image generation of directed and undirected graphs in a variety of formats (PostScript, PNG, etc.) using the "dot", "neato" and "twopi" programs from the GraphViz project (http://www.graphviz.org/ or http://www.research.att.com/sw/tools/graphviz/).
perl-Heap 0.50 GPL or Artistic Heap module for perl The Heap collection of modules provide routines that manage a heap of elements. A heap is a partially sorted structure that is always able to easily extract the smallest of the elements in the structure (or the largest if a reversed compare routine is provided). If the collection of elements is changing dynamically, the heap has less overhead than keeping the collection fully sorted. The elements must be objects as described in "Heap::Elem" and all elements inserted into one heap must be mutually compatible - either the same class exactly or else classes that differ only in ways unrelated to the Heap::Elem interface.
perl-HTML-Clean 0.8 GPL or Artistic HTML-Clean module for perl: HTML shrinker 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.
perl-HTML-FillInForm 1.02 Artistic HTML-FillInForm module for perl HTML-FillInForm module for perl
perl-HTML-FromText 2.05 GPL or Artistic HTML::FromText perl module HTML::FromText converts text to HTML.
perl-HTML-Parser 3.35 GPL or Artistic HTML-Parser module for perl (World_Wide_Web_HTML_HTTP_CGI/HTML) HTML-Parser module for perl to parse and extract information from HTML documents.
perl-HTML-SimpleParse 0.12 GPL HTML-SimpleParse module for perl (World_Wide_Web_HTML_HTTP_CGI/HTML) HTML-SimpleParse module for perl
perl-HTML-TableExtract 1.08 GPL or Artistic HTML-TableExtract module for perl HTML::TableExtract is a module that simplifies the extraction of information contained in tables within HTML documents. Tables of note may be specified using Headers, Depth, Count, or some combination of the three. See the module documentation for details.
perl-HTML-Tagset 3.03 GPL This module contains data tables useful in dealing with HTML. This module contains data tables useful in dealing with HTML. It provides no functions or methods.
perl-HTML-Template 2.6 GPL or Artistic HTML-Template module for perl HTML-Template attempts make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - <TMPL_VAR>, <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF> and <TMPL_ELSE>. The file written with HTML and these new tags is called a template. It is usually saved separate from your script - possibly even created by someone else! Using this module you fill in the values for the variables, loops and branches declared in the template. This allows you to separate design - the HTML - from the data, which you generate in the Perl script.
perl-HTML-Template-Expr 0.04 GPL or Artistic HTML-Template-Expr module for perl HTML-Template-Expr This module provides an extension to HTML::Template which allows expressions in the template syntax. This is purely an addition - all the normal HTML::Template options, syntax and behaviors will still work.
perl-HTML-Tree 3.18 GPL or Artistic Build and scan parse-trees of HTML. This distribution contains a suite of modules for representing, creating, and extracting information from HTML syntax trees; there is also relevent documentation. These modules used to be part of the libwww-perl distribution, but are now unbundled in order to facilitate a separate development track.
perl-Image-Base 1.07 GPL or Artistic Image-Base module for perl Base class for loading, manipulating and saving images.
perl-Image-Imlib2 1.01 GPL or Artistic Interface to the Imlib2 image library Image::Imlib2 is a Perl port of Imlib2, a graphics library that does image file loading and saving as well as manipulation, arbitrary polygon support, etc. It does ALL of these operations FAST. It allows you to create colour images using a large number of graphics primitives, and output the images in a range of formats. Image::Imlib2::Polygon and Image::Imlib2::ColorRange are described following Image::Imlib2 but may be referenced before their description. Note that this is an early version of my attempt at a Perl interface to Imlib2. Currently, the API is just to test things out. Not everything is supported, but a great deal of functionality already exists. If you think the API can be tweaked to be a bit more intuitive, drop me a line!
perl-Image-Info 1.15 GPL or Artistic Extract meta information from image files Extract meta information from image files.
perl-Image-Size 2.992 GPL Image-Size module for perl Image::Size is a library based on the image-sizing code in the wwwimagesize script, a tool that analyzes HTML files and adds HEIGHT and WIDTH tags to IMG directives.
perl-Image-Xbm 1.08 GPL or Artistic Image-Xbm module for perl Load, create, manipulate and save xbm image files.
perl-Image-Xpm 1.09 GPL or Artistic Image-Xpm module for perl Load, create, manipulate and save xpm image files.
perl-IMAP-Admin 1.6.1 GPL or Artistic IMAP-Admin Perl module A perl module to manage IMAP servers
perl-Inline 0.44 GPL or Artistic Write Perl subroutines in other programming languages The Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. Inline saves you from the hassle of having to write and compile your own glue code using facilities like XS or SWIG. Simply type the code where you want it and run your Perl as normal. All the hairy details are handled for you. The compilation and installation of your code chunks all happen transparently; all you will notice is the delay of compilation on the first run. The Inline code only gets compiled the first time you run it (or whenever it is modified) so you only take the performance hit once. Code that is Inlined into distributed modules (like on the CPAN) will get compiled when the module is installed, so the end user will never notice the compilation time.
perl-Inline-Java 0.33 GPL or Artistic Inline-Java module for perl The Inline::Java module allows you to put Java source code directly "inline" in a Perl script or module. A Java compiler is launched and the Java code is compiled. Then Perl asks the Java classes what public methods have been defined. These classes and methods are available to the Perl program as if they had been written in Perl. The process of interrogating the Java classes for public methods occurs the first time you run your Java code. The namespace is cached, and subsequent calls use the cached version.
perl-Inline-Python 0.20 Artistic Write Perl subroutines in python The Inline-Python module allows you to put source code from Python directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. The Python code will be able to call back to the Perl code at will. However, if you want the ultimate host language to be Python, use python-perlmodule instead. Inline-Python relies on the Inline module to do most of its work; many other languages can be inlined besides Python.
perl-IO-Multiplex 1.07 GPL or Artistic IO-Multiplex module for perl IO::Multiplex is designed to take the effort out of managing multiple file handles. It is essentially a really fancy front end to the C<select> system call. In addition to maintaining the C<select> loop, it buffers all input and output to/from the file handles. It can also accept incoming connections on one or more listen sockets.
perl-IO-Socket-SSL 0.95 GPL or Artistic IO-Socket-SSL perl module IO::Socket::SSL is a class implementing an object oriented interface to SSL sockets. The class is a descendent of IO::Socket::INET and provides a subset of the base class's interface methods.
perl-IO-String 1.04 GPL A IO::File/IO::handle perl module compatible IO::String is an IO::File (and IO::Handle) compatible class that read or write data from in-core strings. It is really just a simplification of what I needed from Eryq's IO-stringy modules. As such IO::String is a replacement for IO::Scalar.
perl-IO-stringy 2.108 GPL Perl module for I/O on in-core objects like strings and arrays This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things *other* than normal filehandles; in particular, the IO::Scalar manpage, the IO::ScalarArray manpage, and the IO::Lines manpage. If you have access to tie(), these classes will make use of the the IO::WrapTie manpage module to inherit a convenient new_tie() constructor. It also exports a nice wraptie() function. In the more-traditional IO::Handle front, we have the IO::AtomicFile manpage which may be used to painlessly create files which are updated atomically. And in the "this-may-prove-useful" corner, we have the IO::Wrap manpage, whose exported wraphandle() function will clothe anything that's not a blessed object in an IO::Handle-like wrapper... so you can just use OO syntax and stop worrying about whether your function's caller handed you a string, a globref, or a FileHandle.
perl-IO-Stty 02 GPL IO-Stty perl module IO-Stty is a module for setting terminal parameters.
perl-IO-Tty 1.02 GPL IO-Tty perl module: interface to pseudo tty's The IO::Tty and IO::Pty modules provide an interface to pseudo tty's.
perl-IP-Country 2.17 GPL or Artistic IP-Country module for perl IP lookup modules for perl
perl-IPC-Run 0.75 GPL or Artistic IPC-Run module for perl PC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Various redirection operators reminiscent of those seen on common Unix and DOS command lines are provided.
perl-IPC-Shareable 0.60 Artistic IPC-Shareable perl module IPC-Shareable allows you to tie a variable to shared memory making it easy to share the contents of that variable with other Perl processes. Scalars, arrays, and hashes can be tied. The variable being tied may contain arbitrarily complex data structures including references to arrays, hashes of hashes, etc.
perl-IPC-ShareLite 0.09 GPL or Artistic IPC-ShareLite module for perl IPC-ShareLite module for perl. IPC::ShareLite provides a simple interface to shared memory, allowing data to be efficiently communicated between processes. Your operating system must support SysV IPC (shared memory and semaphores) in order to use this module.
perl-Jcode 0.83 GPL or Artistic Japanese Charset Handle Jcode.pm supports both object and traditional approach. With object approach, you can go like; $iso_2022_jp = Jcode->new($str)->h2z->jis; Which is more elegant than; $iso_2022_jp = &jcode::convert($str,'jis',jcode::getcode(str), "z"); For those unfamiliar with objects, Jcode.pm still supports getcode() and convert().
perl-ldap 0.31 Artistic Perl module for ldap The perl-ldap distribution is a collection of perl modules which provide an object orientated interface to LDAP servers. The perl-ldap distribution has several advantages -By using the perl object interface the perl-ldap modules provide programmers with an interface which allows complex searches of LDAP directories with only a small amount of code. -All the perl-ldap modules are written entirely in perl, which means that the library is truly cross-platform compatible.
perl-libapreq 1.1 Apache License Generic Apache Request Library for perl This package contains modules for manipulating client request data via the Apache API with Perl and C. Functionality includes: - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies
perl-Libconf 0.27 GPL Configuration file wrapper Libconf is a wrapper to the main configuration files of the system. It's mainly a generic parser plus many templates
perl-Libconf-gui 0.27 GPL Graphic User Interface generator for any libconf module. This module is able to generate a standard Gtk2 interface representing any high level libconf module, that can be used in other Gtk2 programs.
perl-Libconf-samples 0.27 GPL Set of graphical (gtk2) examples programs using libconf. This module is a set of programs, using gtk2 and libconf. Its goal is to give example and proof of concept around the libconf project.
perl-libwww-perl 5.76 GPL or Artistic Libwww-perl module for perl libwww-perl module for perl
perl-libxml-enno 1.02 GPL or Artistic libxml-enno module for perl libxml-enno module for perl
perl-libxml-perl 0.07 Artistic Various perl modules and script for working with XML The libxml-perl perl module is a collection of smaller Perl modules, scripts, and documents for working with XML in Perl. libxml-perl software works in combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and others.
perl-Lingua-EN-Numbers-Ordinate 0.01 GPL or Artistic Go from cardinal number (3) to ordinal ("3rd") There are two kinds of numbers in English -- cardinals (1, 2, 3...), and ordinals (1st, 2nd, 3rd...). This library provides functions for giving the ordinal form of a number, given its cardinal value. Authors: -------- Sean M. Burke <sburke@cpan.org>
perl-Lingua-Ispell 0.07 GPL Ispell inteface perl module Interface to the Ispell spellchecker
perl-Lingua-Preferred 0.2.4 GPL/Artistic Perl extension to choose a language Often human-readable information is available in more than one language. Which should you use? This module provides a way for the user to specify possible languages in order of preference, and then to pick the best language of those available. Different 'dialects' given by the 'territory' part of the language specifier (such as en, en_GB, and en_US) are also supported. Authors: -------- Ed Avis <epa98@doc.ic.ac.uk>
perl-Lingua-PT-Stemmer 0.01 GPL or Artistic Lingua-PT-Stemmer module for perl Lingua-PT-Stemmer module for perl
perl-Lingua-Stem 0.60 GPL or Artistic Lingua-Stem module for perl Lingua-Stem module for perl
perl-Lingua-Stem-It 0.01 GPL or Artistic Lingua-Stem-It module for perl Lingua-Stem-It module for perl
perl-Lingua-Stem-Snowball-Da 1.01 GPL or Artistic Lingua-Stem-Snowball-Da module for perl Lingua-Stem-Snowball-Da module for perl
perl-Lingua-Stem-Snowball-No 1.0 GPL or Artistic Lingua-Stem-Snowball-No module for perl Lingua-Stem-Snowball-No module for perl
perl-Lingua-Stem-Snowball-Se 1.01 GPL or Artistic Lingua-Stem-Snowball-Se module for perl Lingua-Stem-Snowball-Se module for perl
perl-Locale-Codes 2.06 GPL Perl modules to process ISO 2-letter codes for language/country Locale-Codes is a set of two Perl modules which can be used to to processes two-letter ISO codes for identifying language and country.
perl-Locale-gettext 1.01 GPL or Artistic Internationalization for Perl. The gettext module permits access from perl to the gettext() family of functions for retrieving message strings from databases constructed to internationalize software. It provides gettext(), dgettext(), dcgettext(), textdomain() and bindtextdomain().
perl-LockFile-Simple 0.2.5 GPL or Artistic LockFile-Simple module for perl LockFile-Simple module for perl. The LockFile::Simple extension provides simple file locking, of the advisory kind, i.e. it requires cooperation between applications wishing to lock the same files. It is meant to be used in quick-and-dirty scripts or more elaborated programs that want a simple locking scheme, yet with a reasonable level of configuration.
perl-Log-Dispatch 2.01 GPL or Artistic Log-Dispatch module for perl Log-Dispatch module for perl. Log::Dispatch is a suite of OO modules for logging messages to multiple outputs, each of which can have a minimum and maximum log level. It is designed to be easily subclassed, both for creating a new dispatcher object and particularly for creating new outputs.
perl-Log-Dispatch-Config 1.01 GPL or Artistic Log-Dispatch-Config module for perl Log-Dispatch-Config module for perl. Log::Dispatch::Config is a subclass of Log::Dispatch and provides a way to configure Log::Dispatch object with configulation file (default, in AppConfig format). I mean, this is log4j for Perl, not with all API compatibility though.
perl-Log-Log4perl 0.30 GPL or Artistic Log4j implementation for Perl Log-Log4perl module for perl. It provides a powerful logging API to your application. Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl.
perl-Log-TraceMessages 1.3 GPL/Artistic Log::TraceMessages Perl Module Log::TraceMessages This module is a better way of putting 'hello there' trace messages in your code. It lets you turn tracing on and off without commenting out trace statements, and provides other useful things like HTML-ified trace messages for CGI scripts and an easy way to trace out data structures using Data::Dumper. From the pod documentation: use Log::TraceMessages qw(t d); $Log::TraceMessages::On = 1; t 'got to here'; t 'value of $a is ' . d($a); { local $Log::TraceMessages::On = 0; t 'this message will not be printed'; } $Log::TraceMessages::CGI = 1; Log::TraceMessages::check_argv(); This is free software and you may distribute it under the same terms as perl itself. There is no warranty. Authors: -------- Ed Avis <epa98@doc.ic.ac.uk>
perl-Magick 5.5.7.15 BSD style Libraries and modules for access to ImageMagick from perl This is the ImageMagick perl support package. It includes perl modules and support files for access to ImageMagick library from perl.
perl-Mail-Graph 0.10 GPL or Artistic Mail-Graph module for perl Mail-Graph module for perl
perl-Mail-MboxParser 0.40 GPL or Artistic Mail-MboxParser module for perl Mail-MboxParser module for perl
perl-Mail-RBL 1.00 GPL or Artistic Mail-RBL module for perl Mail-RBL module for perl
perl-Mail-Sender 0.8.06 GPL Mail-Sender module for perl (Mail_and_Usenet_News/Mail) Mail-Sender is a Perl module for sending mail with attachments through an SMTP server. This module will not work with qmail servers, however.
perl-Mail-Sendmail 0.79 GPL Simple platform-independent mailer Mail-Sendmail is a Perl module for sending mail through a sendmail SMTP server.
perl-Mail-SpamAssassin 2.63 Artistic Mail::SpamAssassin -- SpamAssassin e-mail filter Perl modules Mail::SpamAssassin is a module to identify spam using text analysis and several internet-based realtime blacklists. Using its rule base, it uses a wide range of heuristic tests on mail headers and body text to identify ``spam'', also known as unsolicited commercial email. Once identified, the mail can then be optionally tagged as spam for later filtering using the user's own mail user-agent application.
perl-MailTools 1.59 GPL This is MailTools, a set of perl modules related to mail applications This is MailTools, a set of perl modules related to mail applications
perl-Math-BaseCalc 1.011 GPL or Artistic Math-BaseCalc perl module This module facilitates the conversion of numbers between various number bases. You may define your own digit sets, or use any of several predefined digit sets.
perl-Math-Bezier 0.01 GPL or Artistic Math-Bezier module for perl This module implements the algorithm for the solution of Bezier curves as presented by Robert D. Miller in Graphics Gems V, "Quick and Simple Bezier Curve Drawing".
perl-Math-Derivative 0.01 GPL or Artistic Numeric 1st and 2nd order differentiation This Perl package exports functions for performing numerical first (Derivative1) and second Derivative2) order differentiation on vectors of data. They both take references to two arrays containing the x and y ordinates of the data and return an array of the 1st or 2nd derivative at the given x ordinates. Derivative2 may optionally be given values to use for the first dervivative at the start and end points of the data - otherwiswe 'natural' values are used.
perl-Math-GMP 2.03 GPL High speed arbitrary size integer math Math::GMP was designed to be a drop-in replacement both for Math::BigInt and for regular integer arithmetic. Unlike BigInt, though, Math::GMP uses the GNU gmp library for all of its calculations, as opposed to straight Perl functions. This can result in speed improvements.
perl-Math-Pari 2.010500 GPL or Artistic Perl interface to PARI This package is a Perl interface to famous library PARI for numerical/scientific/number-theoretic calculations. It allows use of most PARI functions as Perl functions, and (almost) seamless merging of PARI and Perl data. In what follows we suppose prior knowledge of what PARI is (see ftp://megrez.math.u-bordeaux.fr/pub/pari, or Math::libPARI).
perl-Math-Spline 0.01 GPL or Artistic Cubic Spline Interpolation of data This package provides cubic spline interpolation of numeric data. The data is passed as references to two arrays containing the x and y ordinates. It may be used as an exporter of the numerical functions or, more easily as a class module.
perl-Maui 0.0.5 GPL Perl5 modules for Maui Scheduler The Maui Scheduler is Free Software licensed under the GNU General Public License. It is designed for parallel batch scheduling (custom message-passing or MPI-based jobs) on medium to large clusters. The Maui Scheduler is meant to be a complete replacement for proprietary schedulers like LSF or PBS. Check http://mauischeduler.sourceforge.net/ This is Perl5 modules for using the scheduler.
perl-MD5 2.02 GPL or Artistic The Perl interface to the RSA Message Digest Algorithm. The perl-MD5 package provides the MD5 module for the Perl programming language. MD5 is a Perl interface to the RSA Data Security Inc. Message Digest Algorithm, which allows Perl programs to use the algorithm. The perl-MD5 package should be installed if any Perl programs on your system are going to use RSA's Message Digest Algorithm.
perl-MDK-Common 1.1.11 GPL Various simple functions Various simple functions created for DrakX
perl-MDK-Common-devel 1.1.11 GPL Various verifying scripts Various verifying scripts created for DrakX
perl-MIME-Lite 3.01 GPL or Artistic MIME-Lite module for perl In the never-ending quest for great taste with fewer calories, we proudly present: MIME::Lite. MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, decent single- or multi-part message with text or binary attachments. It does not require that you have the Mail:: or MIME:: modules installed. You can specify each message part as either the literal data itself (in a scalar or array), or as a string which can be given to open() to get a readable filehandle (e.g., "<filename" or "somecommand|"). You don't need to worry about encoding your message data: this module will do that for you. It handles the 5 standard MIME encodings. If you need more sophisticated behavior, please get the MIME-tools package instead. I will be more likely to add stuff to that toolkit over this one.
perl-MIME-tools 5.411 GPL Perl modules for parsing (and creating!) MIME entities MIME-tools - modules for parsing (and creating!) MIME entities Modules in this toolkit : Abstract message holder (file, scalar, etc.), OO interface for decoding MIME messages, an extracted and decoded MIME entity, Mail::Field subclasses for parsing fields, a parsed MIME header (Mail::Header subclass), parser and tool for building your own MIME parser, and utilities.
perl-MIME-Types 1.07 GPL MIME Types module for perl MIME type module
perl-ming 0.2a LGPL Ming perl module Ming perl module - perl wrapper for Ming library.
perl-MLDBM 2.01 GPL or Artistic MLDBM module for perl MLDBM module for perl
perl-MLDBM-Sync 0.30 Artistic MLDBM-Sync module for perl MLDBM-Sync module for perl
perl-Modem-Vgetty 0.04 GPL or Artistic Modem-Vgetty module for perl Modem-Vgetty module for perl
perl-Module-Build 0.21 GPL or Artistic Build and install Perl modules Module::Build is a system for building, testing, and installing Perl modules. It is meant to be a replacement for ExtUtils::MakeMaker. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with MakeMaker. It also does not require a make on your system - most of the Module::Build code is pure-perl and written in a very cross-platform way. In fact, you don't even need a shell, so even platforms like MacOS (traditional) can use it fairly easily. Its only prerequisites are modules that are included with perl 5.6.0, and it works fine on perl 5.005 if you can install a few additional modules.
perl-Module-Info 0.24 GPL or Artistic Module-Info module for perl Module-Info module for perl. Module::Info gives you information about Perl modules B<without actually loading the module>. It actually isn't specific to modules and should work on any perl code.
perl-Mon 0.11 GPL Perl-Mon module This is the Perl5 module for interfacing with the Mon system monitoring package. Currently only the client interface is implemented, but more things like special logging routines and persistent monitors are being considered.
perl-MP3-ID3v1Tag 1.11 GPL or Artistic MP3-ID3v1Tag module for perl MP3-ID3v1Tag module for perl
perl-MP3-Info 1.02 GPL Perl module to manipulate / fetch info from MP3 audio files Manipulate / fetch info from MP3 audio files : winamp genres, mp3tag, mp3info. A wrapper module is included so scripts calling MPEG::MP3Info will still work.
perl-Msgcat 1.03 GPL Msgcat, a small Perl module for XPG4 message catalog functions This is Msgcat, a small Perl modules for systems which support the XPG4 message catalog functions : catopen(3), catgets(3) and catclose(4).
perl-Net-Daemon 0.37 GPL or Artistic Net-Daemon perl module Net-Daemon - module for perl
perl-Net-DNS 0.39 GPL or Artistic Net-DNS module for perl Net-DNS module for perl
perl-Net-DNS-SEC 0.10 GPL or Artistic Net-DNS-SEC module for perl Net-DNS-SEC module for perl
perl-Net-Finger 1.06 GPL or Artistic Net-Finger module for perl Net-Finger module for perl
perl-Net-IMAP-Simple 0.93 GPL Simple IMAP interface to Perl 5 Perl extension for simple IMAP account handling, mostly compatible with Net::POP.
perl-Net-Interface 0.04_2.1 GPL or Artistic Net-Interface module for perl Net-Interface module for perl. Net::Interface is designed to make the use of ifconfig(1) and friends unnecessary from within Perl. It provides methods to get at set all the attributes of an interface, and even create new logical or physical interfaces (if your O/S supports it). Even though this version, 0.04_2 is still listed as a development release on CPAN. CPAN testers have shown this to pass tests on Linux with much greater success than 0.04.
perl-Net-IRC 0.70 GPL Net-IRC module for perl Net-IRC perl module
perl-Net-Jabber 1.28 LGPL Net-Jabber perl module Net::Jabber is a collection of Perl modules that provide a Perl Developer access to the Jabber protocol. Using OOP modules we provide a clean interface to writing anything from a full client to a simple protocol tester.
perl-Net-Kismet 0.04 GPL Net::Kismet perl module A perl module to make writing Kismet clients in perl much simpler.
perl-Net-Netmask 1.9007