Update WWW
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
This commit is contained in:
parent
aabdb79c21
commit
ad4f267b7a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470993
@ -4,4 +4,4 @@ On the other hand, this isn't pluggable (this only supports file formats used in
|
||||
the CPAN toolchains), and this doesn't check mime types (at least as of this
|
||||
writing).
|
||||
|
||||
WWW: http://search.cpan.org/dist/Archive-Any-Lite/
|
||||
WWW: https://metacpan.org/release/Archive-Any-Lite
|
||||
|
@ -1,3 +1,3 @@
|
||||
Wrapper around Archive::Rar.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Archive-Any-Plugin-Rar/
|
||||
WWW: https://metacpan.org/release/Archive-Any-Plugin-Rar
|
||||
|
@ -1,4 +1,4 @@
|
||||
This module is a single interface for manipulating different archive
|
||||
formats. Tarballs, zip files, etc.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Archive-Any/
|
||||
WWW: https://metacpan.org/release/Archive-Any
|
||||
|
@ -3,4 +3,4 @@ instead of using Perl modules and external commands, it uses the libarchive C
|
||||
libary. It supports many different archive formats and compression algorithms
|
||||
and is fast.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Archive-Extract-Libarchive/
|
||||
WWW: https://metacpan.org/release/Archive-Extract-Libarchive
|
||||
|
@ -5,4 +5,4 @@ or .zip without having to worry how it does so, or use different
|
||||
interfaces for each type by using either perl modules, or command line
|
||||
tools on your system.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Archive-Extract/
|
||||
WWW: https://metacpan.org/release/Archive-Extract
|
||||
|
@ -1,4 +1,4 @@
|
||||
This module lets you peek into archives without extracting them.
|
||||
It currently supports tar files and zip files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Archive-Peek/
|
||||
WWW: https://metacpan.org/release/Archive-Peek
|
||||
|
@ -1,3 +1,3 @@
|
||||
Archive::Rar uses the standard perl module install process
|
||||
|
||||
WWW: http://search.cpan.org/dist/Archive-Rar/
|
||||
WWW: https://metacpan.org/release/Archive-Rar
|
||||
|
@ -1,3 +1,3 @@
|
||||
Simple module for extract archives
|
||||
|
||||
WWW: http://search.cpan.org/dist/Archive-SimpleExtractor/
|
||||
WWW: https://metacpan.org/release/Archive-SimpleExtractor
|
||||
|
@ -9,4 +9,4 @@ It differs from Archive::Tar in two ways:
|
||||
- Archive::Tar::Wrapper is 100% compliant with the platform's tar utility,
|
||||
because it uses it internally.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Archive-Tar-Wrapper/
|
||||
WWW: https://metacpan.org/release/Archive-Tar-Wrapper
|
||||
|
@ -8,4 +8,4 @@ An object of class Archive::Tar represents a .tar(.gz) archive full of files
|
||||
and things.
|
||||
|
||||
Roman Shterenzon <roman@xpert.com>
|
||||
WWW: http://search.cpan.org/dist/Archive-Tar/
|
||||
WWW: https://metacpan.org/release/Archive-Tar
|
||||
|
@ -1,4 +1,4 @@
|
||||
The Archive::Zip module allows a Perl program to create, manipulate,
|
||||
read, and write Zip archive files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Archive-Zip/
|
||||
WWW: https://metacpan.org/release/Archive-Zip
|
||||
|
@ -2,4 +2,4 @@ Bzip2 bindings for Perl5. That means you can access the
|
||||
Bzip2 library from your Perl scripts there by compressing ordinary
|
||||
Perl strings.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Compress-Bzip2/
|
||||
WWW: https://metacpan.org/release/Compress-Bzip2
|
||||
|
@ -1,3 +1,3 @@
|
||||
The Compress::LZ4 module provides an interface to the LZ4 (de)compressor.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Compress-LZ4/
|
||||
WWW: https://metacpan.org/release/Compress-LZ4
|
||||
|
@ -5,4 +5,4 @@ repetitive data as well. The module is self-contained and very small
|
||||
(no large library to be pulled in). It is also free, so there should
|
||||
be no problems incorporating this module into commercial programs.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Compress-LZF/
|
||||
WWW: https://metacpan.org/release/Compress-LZF
|
||||
|
@ -3,4 +3,4 @@ compression library (see "AUTHOR" for details about where to get LZO).
|
||||
A relevant subset of the functionality provided by LZO is available in
|
||||
Compress::LZO.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Compress-LZO/
|
||||
WWW: https://metacpan.org/release/Compress-LZO
|
||||
|
@ -3,4 +3,4 @@ compression algorithm. It defaults to building a 16-bit codeword table,
|
||||
but provides the ability to choose a 12-bit table also. Depending on
|
||||
the size of your data, the 12-bit table may provide better compression.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Compress-LZW/
|
||||
WWW: https://metacpan.org/release/Compress-LZW
|
||||
|
@ -1,3 +1,3 @@
|
||||
Low-Level Interface to bzip2 compression library.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Compress-Raw-Bzip2/
|
||||
WWW: https://metacpan.org/release/Compress-Raw-Bzip2
|
||||
|
@ -1,3 +1,3 @@
|
||||
Compress::Raw::Lzma is a low-Level interface to lzma compression library.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Compress-Raw-Lzma/
|
||||
WWW: https://metacpan.org/release/Compress-Raw-Lzma
|
||||
|
@ -1,3 +1,3 @@
|
||||
Compress::Raw::Zlib provides low-Level Interface to zlib compression library.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Compress-Raw-Zlib/
|
||||
WWW: https://metacpan.org/release/Compress-Raw-Zlib
|
||||
|
@ -6,4 +6,4 @@ compression. For instance, compared to the fastest mode of zlib, Snappy is an
|
||||
order of magnitude faster for most inputs, but the resulting compressed files
|
||||
are anywhere from 20% to 100% bigger.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Compress-Snappy/
|
||||
WWW: https://metacpan.org/release/Compress-Snappy
|
||||
|
@ -1,3 +1,3 @@
|
||||
IO::Compress::Lzf is a perl module for reading/writing lzf files/buffer.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-Compress-Lzf/
|
||||
WWW: https://metacpan.org/release/IO-Compress-Lzf
|
||||
|
@ -1,3 +1,3 @@
|
||||
IO::Compress::Lzma is a perl module for reading/writing lzma files/buffer.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-Compress-Lzma/
|
||||
WWW: https://metacpan.org/release/IO-Compress-Lzma
|
||||
|
@ -1,3 +1,3 @@
|
||||
IO::Compress::Lzop is a perl module for reading/writing lzop files/buffer.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-Compress-Lzop/
|
||||
WWW: https://metacpan.org/release/IO-Compress-Lzop
|
||||
|
@ -1,4 +1,4 @@
|
||||
This module contains the base, bzip2, deflate, gzip, zip and zlib classes for
|
||||
IO::Compress and IO::Uncompress modules and the Compress::Zlib module.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-Compress/
|
||||
WWW: https://metacpan.org/release/IO-Compress
|
||||
|
@ -5,4 +5,4 @@ package. The main advantage is that you can use an IO::Zlib object
|
||||
in much the same way as an IO::File object so you can have common
|
||||
code that doesn't know which sort of file it is using.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IO-Zlib/
|
||||
WWW: https://metacpan.org/release/IO-Zlib
|
||||
|
@ -2,4 +2,4 @@ POE::Filter::Bzip2 provides a POE filter for performing compression/
|
||||
decompression using Compress::Bzip2. It is suitable for use with
|
||||
POE::Filter::Stackable.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Filter-Bzip2/
|
||||
WWW: https://metacpan.org/release/POE-Filter-Bzip2
|
||||
|
@ -2,4 +2,4 @@ POE::Filter::LZF provides a POE filter for performing compression/
|
||||
decompression using Compress::LZF. It is suitable for use with
|
||||
POE::Filter::Stackable.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Filter-LZF/
|
||||
WWW: https://metacpan.org/release/POE-Filter-LZF
|
||||
|
@ -2,4 +2,4 @@ POE::Filter::LZO provides a POE filter for performing compression/
|
||||
decompression using Compress::LZO. It is suitable for use with
|
||||
POE::Filter::Stackable.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Filter-LZO/
|
||||
WWW: https://metacpan.org/release/POE-Filter-LZO
|
||||
|
@ -2,4 +2,4 @@ POE::Filter::LZW provides a POE filter for performing compression/
|
||||
uncompression using Compress::LZW. It is suitable for use with
|
||||
POE::Filter::Stackable.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Filter-LZW/
|
||||
WWW: https://metacpan.org/release/POE-Filter-LZW
|
||||
|
@ -2,4 +2,4 @@ POE::Filter::Zlib provides a POE filter for performing compression/
|
||||
uncompression using Compress::Zlib. It is suitable for use with
|
||||
POE::Filter::Stackable.
|
||||
|
||||
WWW: http://search.cpan.org/dist/POE-Filter-Zlib/
|
||||
WWW: https://metacpan.org/release/POE-Filter-Zlib
|
||||
|
@ -3,4 +3,4 @@ format used by the gzip program. Compression and decompression are
|
||||
implemented, but not together. If you attempt to open a file for
|
||||
reading and writing the open will fail.
|
||||
|
||||
WWW: http://search.cpan.org/dist/PerlIO-gzip/
|
||||
WWW: https://metacpan.org/release/PerlIO-gzip
|
||||
|
@ -1,4 +1,4 @@
|
||||
This module implements a PerlIO layer which will let you handle bzip2
|
||||
compressed files transparently.
|
||||
|
||||
WWW: http://search.cpan.org/dist/PerlIO-via-Bzip2/
|
||||
WWW: https://metacpan.org/release/PerlIO-via-Bzip2
|
||||
|
@ -4,4 +4,4 @@ replacement of the satpass script in distribution Astro-satpass, aimed
|
||||
at making it easier to test, and removing some of the odder cruft that
|
||||
has accumulated in the satpass script.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-App-Satpass2/
|
||||
WWW: https://metacpan.org/release/Astro-App-Satpass2
|
||||
|
@ -1,3 +1,3 @@
|
||||
A generic object orientated astronomical catalogue object.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-Catalog/
|
||||
WWW: https://metacpan.org/release/Astro-Catalog
|
||||
|
@ -2,4 +2,4 @@ This module provides a large number of physical constants which are
|
||||
useful to astronomers. The module itself is essentially a wrapper around
|
||||
the ASTROCONST package of Jeremy Balin.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-Constants/
|
||||
WWW: https://metacpan.org/release/Astro-Constants
|
||||
|
@ -10,4 +10,4 @@ For time dependent calculations a telescope location and reference time must be
|
||||
provided. See Astro::Telescope and DateTime for details on specifying location
|
||||
and reference epoch.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-Coords/
|
||||
WWW: https://metacpan.org/release/Astro-Coords
|
||||
|
@ -8,4 +8,4 @@ such, one should be aware that it is still somewhat low-level, in
|
||||
the sense that handing an array which is not the correct size to a
|
||||
routine like fits_write_img() may cause SIGSEGVs.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-FITS-CFITSIO/
|
||||
WWW: https://metacpan.org/release/Astro-FITS-CFITSIO
|
||||
|
@ -2,4 +2,4 @@ Stores information about a FITS header block in an object. Takes an hash with
|
||||
an array reference as an argument. The array should contain a list of FITS
|
||||
header cards as input.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-FITS-Header/
|
||||
WWW: https://metacpan.org/release/Astro-FITS-Header
|
||||
|
@ -2,4 +2,4 @@ Astro::Flux provides a class for handling astronomical flux quantities. This
|
||||
class does not currently support conversions from one flux type to another (say,
|
||||
from magnitudes to Janskies) but may in the future.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-Flux/
|
||||
WWW: https://metacpan.org/release/Astro-Flux
|
||||
|
@ -1,3 +1,3 @@
|
||||
Astro::Hipparcos is a Perl extension for reading the Hipparcos star catalog.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-Hipparcos/
|
||||
WWW: https://metacpan.org/release/Astro-Hipparcos
|
||||
|
@ -1,4 +1,4 @@
|
||||
Astro::MoonPhase is a perl module that calculates information about
|
||||
the phase of the moon at a given time.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-MoonPhase/
|
||||
WWW: https://metacpan.org/release/Astro-MoonPhase
|
||||
|
@ -7,4 +7,4 @@ In addition small utility subroutines are provided that do useful tasks (from
|
||||
the author's point of view) - specifically routines for calculating the Local
|
||||
Sidereal Time.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-PAL/
|
||||
WWW: https://metacpan.org/release/Astro-PAL
|
||||
|
@ -3,4 +3,4 @@ SIMBAD4. The new SOAP queries are supported, with the object carrying
|
||||
default output type and output format, as well as server name on the
|
||||
assumption that mirrors will be forthcoming.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-SIMBAD-Client/
|
||||
WWW: https://metacpan.org/release/Astro-SIMBAD-Client
|
||||
|
@ -19,4 +19,4 @@ method document for details. Methods which return orbital data on
|
||||
success add a 'Pragma: spacetrack-type = orbit' header to the
|
||||
HTTP::Response object if the request succeeds.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-SpaceTrack/
|
||||
WWW: https://metacpan.org/release/Astro-SpaceTrack
|
||||
|
@ -1,3 +1,3 @@
|
||||
This module returns the sunrise/sunset for a given day.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-Sunrise/
|
||||
WWW: https://metacpan.org/release/Astro-Sunrise
|
||||
|
@ -1,4 +1,4 @@
|
||||
Astro::Telescope is a class for handling properties of individual telescopes
|
||||
such as longitude, latitude, height and observational limits.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-Telescope/
|
||||
WWW: https://metacpan.org/release/Astro-Telescope
|
||||
|
@ -18,4 +18,4 @@ used, so if two Astro::WaveBand objects return the same value from those
|
||||
methods, they are considered to be equal. When checking other comparisons such
|
||||
as greater than, the wavelength is used.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-WaveBand/
|
||||
WWW: https://metacpan.org/release/Astro-WaveBand
|
||||
|
@ -2,4 +2,4 @@ Astro-satpass contains classes needed to predict satellite
|
||||
visibility, and a demonstration application (satpass) that
|
||||
makes use of these classes.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-satpass/
|
||||
WWW: https://metacpan.org/release/Astro-satpass
|
||||
|
@ -4,4 +4,4 @@ Astro::Time, Astro::Coord and Astro::Misc provide a collection of
|
||||
useful astronomical routines written entirely in Perl (so no
|
||||
hassling about installing external libraries is required).
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro/
|
||||
WWW: https://metacpan.org/release/Astro
|
||||
|
@ -1,3 +1,3 @@
|
||||
p5-GPS-Babel is a perl interface to gpsbabel.
|
||||
|
||||
WWW: http://search.cpan.org/dist/GPS-Babel/
|
||||
WWW: https://metacpan.org/release/GPS-Babel
|
||||
|
@ -1,3 +1,3 @@
|
||||
GPS::OID maps GPS PRN number to Satellite OID and vice versa.
|
||||
|
||||
WWW: http://search.cpan.org/dist/GPS-OID/
|
||||
WWW: https://metacpan.org/release/GPS-OID
|
||||
|
@ -1,4 +1,4 @@
|
||||
This is a Perl module that gives access to several GPS protocols, such as
|
||||
Garmin, NMEA, and Magellan. It works in Unix and Win32.
|
||||
|
||||
WWW: http://search.cpan.org/dist/perl-GPS/
|
||||
WWW: https://metacpan.org/release/perl-GPS
|
||||
|
@ -1,4 +1,4 @@
|
||||
Misc::Quality provides a class for handling quality flags for astronomical
|
||||
objects. This class can handle any type of flag used.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Misc-Quality/
|
||||
WWW: https://metacpan.org/release/Misc-Quality
|
||||
|
@ -7,4 +7,4 @@ possible to generate automatic mappings between frames.
|
||||
Coordinate frame objects can be imported from FITS headers and from
|
||||
NDF files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Starlink-AST/
|
||||
WWW: https://metacpan.org/release/Starlink-AST
|
||||
|
@ -2,4 +2,4 @@ Weather::Underground is a perl module which provides a simple OO interface to
|
||||
retrieving weather data for a geographic location. It does so by querying
|
||||
wunderground.com and parsing the returned results.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Weather-Underground/
|
||||
WWW: https://metacpan.org/release/Weather-Underground
|
||||
|
@ -3,4 +3,4 @@ and dumping it or printing it via a template.
|
||||
|
||||
zcweather - Fetches the weather for the specified location.
|
||||
|
||||
WWW: http://search.cpan.org/dist/ZConf-Weather/
|
||||
WWW: https://metacpan.org/release/ZConf-Weather
|
||||
|
@ -8,4 +8,4 @@ docs, because xmms/Xmms::shell provides everything I need (at the
|
||||
moment) for audio. If you have an interesting reason for needing the
|
||||
missing pieces, I'll probably be interested in adding them.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Audio-CD/
|
||||
WWW: https://metacpan.org/release/Audio-CD
|
||||
|
@ -9,4 +9,4 @@ conversions, effects processing, mixing, as a LADSPA plugin host and
|
||||
JACK node. Version >= 2.2.X must be installed to use this
|
||||
package. "SEE ALSO" for more info.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Audio-Ecasound/
|
||||
WWW: https://metacpan.org/release/Audio-Ecasound
|
||||
|
@ -12,4 +12,4 @@ basic set of tags used for FLAC files include:
|
||||
* TRACKNUMBER
|
||||
* COMMENT
|
||||
|
||||
WWW: http://search.cpan.org/dist/Audio-FLAC-Header/
|
||||
WWW: https://metacpan.org/release/Audio-FLAC-Header
|
||||
|
@ -8,4 +8,4 @@ information.
|
||||
|
||||
Therefore, those common classes have been outsourced to Audio::MPD::Common.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Audio-MPD-Common/
|
||||
WWW: https://metacpan.org/release/Audio-MPD-Common
|
||||
|
@ -14,4 +14,4 @@ instead of Audio::MPD. Or you can try to set conntype to $REUSE (see
|
||||
Audio::MPD constructor for more details), but you would be then on your
|
||||
own to deal with disconnections.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Audio-MPD/
|
||||
WWW: https://metacpan.org/release/Audio-MPD
|
||||
|
@ -7,4 +7,4 @@ function.
|
||||
|
||||
All values (lcval, rcval) are numbers in 0-100 range.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Audio-Mixer/
|
||||
WWW: https://metacpan.org/release/Audio-Mixer
|
||||
|
@ -3,4 +3,4 @@ Musepack file, as well as tag information contained in the Musepack
|
||||
file's APE tags. See Audio::APETags for more information about the
|
||||
tags.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Audio-Musepack/
|
||||
WWW: https://metacpan.org/release/Audio-Musepack
|
||||
|
@ -3,4 +3,4 @@ information. It currently supports MP3 via an included version of
|
||||
libid3tag, MP4, Ogg Vorbis, FLAC (if libFLAC is installed), ASF,
|
||||
WAV, AIFF, Musepack, and Monkey's Audio.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Audio-Scan/
|
||||
WWW: https://metacpan.org/release/Audio-Scan
|
||||
|
@ -1,3 +1,3 @@
|
||||
Fetch info from WMA audio files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Audio-WMA/
|
||||
WWW: https://metacpan.org/release/Audio-WMA
|
||||
|
@ -1,4 +1,4 @@
|
||||
These Perl modules provide a method of reading and writing uncompressed
|
||||
Microsoft WAV files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Audio-Wav/
|
||||
WWW: https://metacpan.org/release/Audio-Wav
|
||||
|
@ -4,4 +4,4 @@ Currently can load or save Sun/Next .au/.snd files and play them
|
||||
via Network Audio Server (from ftp.x.org) or native /dev/audio
|
||||
on Unices.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Audio/
|
||||
WWW: https://metacpan.org/release/Audio
|
||||
|
@ -3,4 +3,4 @@ files, as used by freedb.
|
||||
|
||||
It does not read data from your CD, or submit information to freedb.
|
||||
|
||||
WWW: http://search.cpan.org/dist/CDDB-File/
|
||||
WWW: https://metacpan.org/release/CDDB-File
|
||||
|
@ -8,4 +8,4 @@ itself, but relies on the main program supplying disc data.
|
||||
Therefore, it is particularly useful for developing software that
|
||||
deals with alternative media, such as MPEG audio files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/CDDB/
|
||||
WWW: https://metacpan.org/release/CDDB
|
||||
|
@ -1,4 +1,4 @@
|
||||
The CDDB_get module implements a Perl class for communicating with an
|
||||
audio compact disc database through the CDDBP protocol.
|
||||
|
||||
WWW: http://search.cpan.org/dist/CDDB_get/
|
||||
WWW: https://metacpan.org/release/CDDB_get
|
||||
|
@ -2,4 +2,4 @@ The module can be used to republish a DAAP share. You'll probably
|
||||
want to use Net::DAV::Server or POE::Component::Server::FTP to
|
||||
re-export it in a browseable form.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Filesys-Virtual-DAAP/
|
||||
WWW: https://metacpan.org/release/Filesys-Virtual-DAAP
|
||||
|
@ -1,4 +1,4 @@
|
||||
This suite of modules provides routines for reading, composing, modifying, and
|
||||
writing MIDI files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MIDI-Perl/
|
||||
WWW: https://metacpan.org/release/MIDI-Perl
|
||||
|
@ -4,4 +4,4 @@ and return either the list of filenames (the default), a printf-style
|
||||
formatted string for each file using its ID3 tags, or the actual Perl
|
||||
data structure representing the results.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MP3-Find/
|
||||
WWW: https://metacpan.org/release/MP3-Find
|
||||
|
@ -1,3 +1,3 @@
|
||||
The ID3v1Tag routines are useful for setting and reading ID3 MP3 Audio Tags.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MP3-ID3v1Tag/
|
||||
WWW: https://metacpan.org/release/MP3-ID3v1Tag
|
||||
|
@ -1,3 +1,3 @@
|
||||
Manipulate / fetch info from MP3 audio files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MP3-Info/
|
||||
WWW: https://metacpan.org/release/MP3-Info
|
||||
|
@ -4,4 +4,4 @@ mp3rename - Rename MP3 files based off of it's tags.
|
||||
mp3show - Show tags for one or more MP3 file.
|
||||
mp3tag - Manipulate the tags for one or more MP3 files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MP3-Tag-Utils/
|
||||
WWW: https://metacpan.org/release/MP3-Tag-Utils
|
||||
|
@ -1,3 +1,3 @@
|
||||
MP3::Tag - Module for reading tags of MP3 audio files
|
||||
|
||||
WWW: http://search.cpan.org/dist/MP3-Tag/
|
||||
WWW: https://metacpan.org/release/MP3-Tag
|
||||
|
@ -2,4 +2,4 @@ MPEG::ID3v2Tag is a Perl module capable of parsing and creating
|
||||
ID3v2 revision 3 tags. While not all frames are fully supported,
|
||||
it's easy to add support for more.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MPEG-ID3v2Tag/
|
||||
WWW: https://metacpan.org/release/MPEG-ID3v2Tag
|
||||
|
@ -2,4 +2,4 @@ Music::Audioscrobbler::MPD is a scrobbler for MPD. It provides routines
|
||||
to submit songs to last.fm from MPD.
|
||||
|
||||
|
||||
WWW: http://search.cpan.org/dist/Music-Audioscrobbler-MPD/
|
||||
WWW: https://metacpan.org/release/Music-Audioscrobbler-MPD
|
||||
|
@ -1,4 +1,4 @@
|
||||
Music::Audioscrobbler::MPD is a scrobbler for MPD. It provides routines
|
||||
to submit songs to last.fm from MPD.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Music-Audioscrobbler-MPD/
|
||||
WWW: https://metacpan.org/release/Music-Audioscrobbler-MPD
|
||||
|
@ -3,4 +3,4 @@ audio CD in the drive. The coding style is slightly different to the C
|
||||
interface to libdiscid, because it makes use of Perl's Object Oriented
|
||||
functionality.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MusicBrainz-DiscID
|
||||
WWW: https://metacpan.org/release/MusicBrainz-DiscID
|
||||
|
@ -2,4 +2,4 @@ dapple is a DAAP library for Perl. DAAP is the protocol built
|
||||
on top of HTTP that Apple's iTunes 4 uses to share music. Most
|
||||
responses to DAAP requests contain a binary DMAP structure.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-DAAP-Client/
|
||||
WWW: https://metacpan.org/release/Net-DAAP-Client
|
||||
|
@ -1,4 +1,4 @@
|
||||
Net::DAAP::DMAP is a Perl module for reading and writing DMAP
|
||||
structures, the binary structure used in Apple's DAAP protocol.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-DAAP-DMAP/
|
||||
WWW: https://metacpan.org/release/Net-DAAP-DMAP
|
||||
|
@ -5,4 +5,4 @@ required disc information required for a FreeDB
|
||||
query call. These cdrom-based methods are provided
|
||||
as both static and method calls.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-FreeDB/
|
||||
WWW: https://metacpan.org/release/Net-FreeDB
|
||||
|
@ -1,3 +1,3 @@
|
||||
Perl interface for liblo Lightweight OSC library.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-LibLO/
|
||||
WWW: https://metacpan.org/release/Net-LibLO
|
||||
|
@ -1,3 +1,3 @@
|
||||
Fetch/manipulate from Ogg-Vorbis audio files implemented entirely in Perl.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Ogg-Vorbis-Header-PurePerl/
|
||||
WWW: https://metacpan.org/release/Ogg-Vorbis-Header-PurePerl
|
||||
|
@ -1,3 +1,3 @@
|
||||
Fetch/manipulate from Ogg-Vorbis audio files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Ogg-Vorbis-Header/
|
||||
WWW: https://metacpan.org/release/Ogg-Vorbis-Header
|
||||
|
@ -9,4 +9,4 @@ and stop it if the MPD_TEST_OVERRIDE environment variable is true
|
||||
(die otherwise). Last it will run the test mpd with its newly
|
||||
created configuration file.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Test-Corpus-Audio-MPD/
|
||||
WWW: https://metacpan.org/release/Test-Corpus-Audio-MPD
|
||||
|
@ -11,4 +11,4 @@ side-effects, so in most cases you can simply use or require this
|
||||
module at the top of your existing code without having to change
|
||||
anything else.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Benchmark-Forking/
|
||||
WWW: https://metacpan.org/release/Benchmark-Forking
|
||||
|
@ -15,4 +15,4 @@ The times are all wallclock times in fractional seconds.
|
||||
|
||||
That's it.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Benchmark-Stopwatch/
|
||||
WWW: https://metacpan.org/release/Benchmark-Stopwatch
|
||||
|
@ -2,4 +2,4 @@ AcePerl is an object-oriented Perl interface for the ACEDB genome database
|
||||
system. It provides functionality for connecting to remote ACEDB databases,
|
||||
performing queries, fetching ACE objects, and updating databases.
|
||||
|
||||
WWW: http://search.cpan.org/dist/AcePerl/
|
||||
WWW: https://metacpan.org/release/AcePerl
|
||||
|
@ -8,4 +8,4 @@ gene record.
|
||||
The parser will report error & line number if input data does not conform
|
||||
to the NCBI Entrez Gene genome annotation file format.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Bio-ASN1-EntrezGene/
|
||||
WWW: https://metacpan.org/release/Bio-ASN1-EntrezGene
|
||||
|
@ -1,4 +1,4 @@
|
||||
Bio::Coordinate classes are used for working with various biological coordinate
|
||||
systems. See Bio::Coordinate::Collection and Bio::Collection::Pair for examples.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Bio-Coordinate/
|
||||
WWW: https://metacpan.org/release/Bio-Coordinate
|
||||
|
@ -1,4 +1,4 @@
|
||||
p5-Bio-Das-Lite is an implementation of a client for the DAS protocol (XML
|
||||
over HTTP primarily for biological-data).
|
||||
|
||||
WWW: http://search.cpan.org/dist/Bio-Das-Lite/
|
||||
WWW: https://metacpan.org/release/Bio-Das-Lite
|
||||
|
@ -5,4 +5,4 @@ unencrypted (http:) and SSL-encrypted (https:) DAS servers are sup-
|
||||
ported. (To run SSL, you will need IO::Socket::SSL and Net::SSLeay
|
||||
installed).
|
||||
|
||||
WWW: http://search.cpan.org/dist/Bio-Das/
|
||||
WWW: https://metacpan.org/release/Bio-Das
|
||||
|
@ -16,4 +16,4 @@ stream objects have a notion of an internal file that is read from or written
|
||||
to. A particular FeatureIO object instance is configured for either input or
|
||||
output. A specific example of a stream object is the Bio::FeatureIO::gff object.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Bio-FeatureIO/
|
||||
WWW: https://metacpan.org/release/Bio-FeatureIO
|
||||
|
@ -2,4 +2,4 @@ Bio::GFF3 are low-level, fast functions for parsing GFF version 3 files.
|
||||
All they do is convert back and forth between low-level Perl data
|
||||
structures and GFF3 text.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Bio-GFF3/
|
||||
WWW: https://metacpan.org/release/Bio-GFF3
|
||||
|
@ -15,4 +15,4 @@ Disadvantages includes:
|
||||
2. Internet connection is required
|
||||
3. No other software interfaces such as the G-language Shell
|
||||
|
||||
WWW: http://search.cpan.org/dist/Bio-Glite/
|
||||
WWW: https://metacpan.org/release/Bio-Glite
|
||||
|
@ -1,4 +1,4 @@
|
||||
p5-Bio-Graphics is a simple GD-based renderer (diagram drawer)
|
||||
for DNA and protein sequences.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Bio-Graphics/
|
||||
WWW: https://metacpan.org/release/Bio-Graphics
|
||||
|
@ -5,4 +5,4 @@ export of MAGE-TAB documents, which are still a little experimental in
|
||||
nature. The API is mostly finalised (and fully documented), but some
|
||||
details may yet change where necessary to improve usability.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Bio-MAGETAB/
|
||||
WWW: https://metacpan.org/release/Bio-MAGETAB
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user