Ports Search

Results 6,7116,720 of 17,660 for descr%3A%22spam filter%22.(0.01 seconds)
textproc/Pod-Readme-0.11 (Score: 1.6236928E-4)
Convert POD to README file
This module is a subclass of Pod::PlainText which provides additional POD markup for generating README files.
textproc/Pod-Strip-1.02 (Score: 1.6236928E-4)
Remove POD from Perl code
Pod::Strip, a subclass of Pod::Simple. It parses perl files, strips all POD from Perl Code.
textproc/Sphinx-Config-0.10 (Score: 1.6236928E-4)
Sphinx search engine configuration file read/modify/write
Sphinx::Config is a Perl module to read, modify and write configuration file of Sphinx search engine.
textproc/docbook-to-man-1.0 (Score: 1.6236928E-4)
DocBook SGML DTD into nroff/troff -man macros converter
A batch converter that transforms UNIX-style manpages from the DocBook SGML DTD into nroff/troff -man macros.
textproc/String-Format-1.17 (Score: 1.6236928E-4)
Perl module for sprintf-like string formatting capability
String::Format is a Perl module which gives the user sprintf-like string formatting capabilities with arbitrary format definitions.
Template Toolkit interface to Text::Autoformat module
Template Toolkit plugin interface to Text::Autoformat module. This is a separate distribution as of Template-Toolkit 2.22.
textproc/Text-Aligner-0.13 (Score: 1.6236928E-4)
Align text in columns
Text::Aligner exports a single function, align(), which is used to justify strings to various alignment styles.
textproc/XML-DoubleEncodedEntities-1.1 (Score: 1.6236928E-4)
Unbreak XML with Doubly-Encoded Entities
This module is a tiny shim to unbreak XML files that have had their entities doubly-encoded.
textproc/XML-DTDParser-2.01 (Score: 1.6236928E-4)
Perl module for parsing XML DTD strings
This module parses a DTD file and creates a data structure containing info about all tags, their allowed parameters, children, parents, optionality etc. etc. etc. Note: Parse a DTD you need and print the result to a file using Data::Dumper. The datastructure should be selfevident. Note: The module should be able to parse just about anything, but it intentional y looses some information. Jenda@Krynicky.cz http://Jenda.Krynicky.cz
Parse XML chunks via LibXML SAX
XML::LibXML::SAX::ChunkParser's purpose is to simply keep parsing possibly incomplete XML fragments, for example, from a socket.