Ports Search

Results 15,92115,930 of 17,660 for descr%3A%22spam filter%22.(0.019 seconds)
textproc/Text-Quote-0.32 (Score: 9.2782444E-5)
Quotes strings as required for perl to eval them back correctly
Text::Quote is intended as a utility class for other classes that need to be able to produce valid perl quoted strings. It posses routines to determine the ideal quote character to correctly quote hash keys, to correctly quote and encode binary strings.
textproc/Unicode-CaseFold-1.00 (Score: 9.2782444E-5)
Unicode case-folding for case-insensitive lookups
This module allows to perform case-insensitive lookups using case-folding. Case-folding is a part of the Unicode standard that allows any two strings that differ from one another only by case to map to the same "case-folded" form, even when those strings include characters with complex case-mappings.
textproc/tth-4.03 (Score: 9.2782444E-5)
TeX to HTML translator
TTH translates TeX source that uses the Plain macro package, or LaTeX, into a near equivalent in HTML. It is extremely fast and completely portable. It produces web documents that are more compact and managable, and faster-viewing, than those from other converters, because it really translates the equations, instead of converting them into images.
textproc/Unicode-Unihan-0.04 (Score: 9.2782444E-5)
The Unihan Data Base 5.1.0
Unicode::Unihan - The Unihan Data Base 5.1.0 use Unicode::Unihan; my $db = new Unicode::Unihan; print join("," => $db->Mandarin("\x{5c0f}\x{98fc}\x{5f3e}"), "\n"; This module provides a user-friendly interface to the Unicode Unihan Database 5.1.0. With this module, the Unihan database is as easy as shown in above.
textproc/XML-Atom-SimpleFeed-0.862 (Score: 9.2782444E-5)
XML::Atom::SimpleFeed - Generate simple Atom syndication feeds
This module exists to generate basic Atom syndication feeds. While it does not provide a full, object-oriented interface into all the nooks and crannies of Atom feeds, an Atom parser, or an Atom client API, it should be useful for people who want to generate basic, valid Atom feeds of their content quickly and easily.
textproc/XML-Dumper-0.81 (Score: 9.2782444E-5)
Perl module for dumping Perl objects from/to XML
XML::Dumper dumps Perl data to a structured XML format. XML::Dumper can also read XML data that was previously dumped by the module and convert it back to Perl. This might be useful for dumping Perl objects to files using an XML format that can be reloaded or accessed by other programs. Maybe even other languages. -Anton <tobez@FreeBSD.org>
textproc/XML-Grove-0.46.a (Score: 9.2782444E-5)
Perl-style XML objects
XML::Grove is a tree-based object model for accessing the information set of parsed or stored XML, HTML, or SGML instances. XML::Grove objects are Perl hashes and arrays where you access the properties of the objects using normal Perl syntax.
textproc/XML-Hash-LX-0.0603 (Score: 9.2782444E-5)
Convert hash to xml and xml to hash using LibXML
This module is a companion for XML::LibXML. It operates with LibXML objects, could return or accept LibXML objects, and may be used for easy data transformations. It is faster in parsing then XML::Simple, XML::Hash, XML::Twig and of course much slower than XML::Bare. It is faster in composing than XML::Hash, but slower than XML::Simple.
textproc/XML-Literal-0.02 (Score: 9.2782444E-5)
Syntax support for XML literals
This module takes one function at its use line. Afterwards, all single-line <...> calls that looks like a XML literal will be processed with that function, instead of the built-in shell glob. Support for qx<...> overriding for multiline XML literals is planned for Perl 5.10.
textproc/XML-Simple-2.22 (Score: 9.2782444E-5)
Trivial API for reading and writing XML (esp config files)
XML::Simple is a Perl module that makes it really easy to read and write XML files. XML::Simple was originally developed for the purpose of reading and writing config files in XML format (which offers various advantages over say .INI format). Having said that, many people find it useful for other purposes.