Ports Search

Results 11,52111,530 of 17,660 for descr%3A%22spam filter%22.(0.011 seconds)
converters/LaTeXML-0.8.2 (Score: 1.1597805E-4)
LaTeX to XML/HTML/MathML converter in Perl
LaTeXML is a TeX and LaTeX to XML/HTML/MathML converter. From XML it can generate various flavors of HTML. MathML and ePub, with other formats under development. See the included manual.pdf for an documentation.
converters/fconv-1.1 (Score: 1.1597805E-4)
Converts DOS or Mac-style files to Unix format, and vice-versa
As well as being a work-alike for the BSDI utility mentioned in the doscmd man page, dos2bsd (and bsd2dos), fconv supports conversion to and from Macintosh type files (which use only '\r').
converters/libutf-8-1.0 (Score: 1.1597805E-4)
Unicode conversion routines between UCS-4 and UTF-8
A library of C routines for the conversion of Unicode to UTF-8 and back. The library can also be used to convert the 31-bit UCS-4 mappings to UTF-8 and back.
converters/Convert-BER-1.32 (Score: 1.1597805E-4)
Perl5 module to encode and decode objects using Basic Encoding Rules (BER)
`Convert::BER' provides an OO interface to encoding and decoding data using the ASN.1 Basic Encoding Rules (BER), a platform independent way of encoding structured binary data together with the structure.
converters/osm2pgsql-0.87.2 (Score: 1.1597805E-4)
Convert OSM XML data to PostgreSQL database
Converts OSM planet.osm data to a PostgreSQL database suitable for rendering into map tiles by Mapnik. The format of the database is optimised for ease of rendering by mapnik. It may be less suitable for other general purpose processing.
converters/Convert-UU-0.52.01 (Score: 1.1597805E-4)
Perl5 module for uuencode and uudecode
SYNOPSIS use Convert::UU qw(uudecode uuencode); $encoded_string = uuencode($string,[$filename],[$mode]); ($string,$filename,$mode) = uudecode($string); $string = uudecode($string); # in scalar context DESCRIPTION uuencode() takes as the first argument a scalar that is to be uuencoded. Alternatively a filehandle may be passed that must be opened for reading. It returns the uuencoded string including begin and end. Second and third argument are optional and specify filename and mode. If unspecified these default to "uuencode.uu" and 644. uudecode() takes a string as argument which will be uudecoded. If the argument is a filehandle this will be read instead. Leading and trailing garbage will be ignored. The function returns the uudecoded string for the first begin/end pair. In array context it returns an array whose first element is the uudecoded string, the second is the filename and the third is the mode.
converters/Encoding-FixLatin-1.04 (Score: 1.1597805E-4)
Takes mixed encoding input and produces UTF-8 output
Most encoding conversion tools take input in one encoding and produce output in another encoding. This module takes input which may contain characters in more than one encoding and makes a best effort to convert them all to UTF-8 output.
converters/JSON-Any-1.39 (Score: 1.1597805E-4)
Perl Wrapper Class for the various JSON classes
This module will provide a coherent API to bring together the various JSON modules currently on CPAN. This module will allow you to code to any JSON API and have it work regardless of which JSON module is actually installed.
converters/Text-Bidi-2.11 (Score: 1.1597805E-4)
Perl interface to the libfribidi
Perl interface to the libfribidi library that implements the Unicode bidi algorithm. The bidi algorithm is a specification for displaying text that consists of both left-to-right and right-to-left written languages.
converters/Unicode-IMAPUtf7-2.01 (Score: 1.1597805E-4)
Perl extension to deal with IMAP UTF-7
IMAP mailbox names are encoded in a modified UTF7 when names contains international characters outside of the printable ASCII range. The modified UTF-7 encoding is defined in RFC2060 (section 5.1.3).