Ports Search

Results 9,8619,870 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
CSS::Minifier filter for Template Toolkit
Template::Plugin::Filter::Minify::CSS is a Template Toolkit filter, which uses CSS::Minifier to minify css code from filtered content during template processing.
JavaScript::Minifier::XS filter for Template Toolkit
Template::Plugin::Filter::Minify::JavaScript::XS is a Template Toolkit filter, which uses JavaScript::Minifier::XS to compress javascript code from filtered content during template processing.
JavaScript::Minifier filter for Template Toolkit
Template::Plugin::Filter::Minify::JavaScript is a Template Toolkit filter, which uses JavaScript::Minifier to compress javascript code from filtered content during template processing.
textproc/Template-Tiny-1.12 (Score: 1.869263E-4)
Template Toolkit reimplemented in as little code as possible
Template::Tiny is a reimplementation of a partial subset of the Template Toolkit in as few lines of code as possible. It is intended for use in light-usage, low-memory, or low-cpu templating situations, where you may need to upgrade to the full feature set in the future, or if you want the familiarity of TT-style templates. It is intended to have fully-compatible template and stash usage, with a limited by similar Perl API. Unlike Template Toolkit, Template::Tiny will process templates without a compile phase (but despite this is still quicker, owing to heavy use of the Perl regular expression engine.
textproc/Text-CSV-Encoded-0.25 (Score: 1.869263E-4)
Perl module for Encoding aware CVS files parsing
Text::CSV::Encoded is a perl module of encoding aware Text::CSV. It inherits Text::CSV and is aware of input/output encodings.
textproc/Text-ASCIIMathML-0.81 (Score: 1.869263E-4)
Perl extension for parsing ASCIIMathML text into MathML
Text::ASCIIMathML is a parser for ASCIIMathML text which produces MathML XML markup strings that are suitable for rendering by any MathML-compliant browser.
textproc/Text-Emoticon-0.04 (Score: 1.869263E-4)
Factory class for Yahoo! and MSN emoticons
Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. It's made to become handy to be used in other applications like Kwiki/MT plugins.
textproc/Text-Markdown-1.000031 (Score: 1.869263E-4)
Markdown Perl5 module
Markdown is a text-to-HTML filter; it translates an easy-to-read and easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links. Markdown's syntax is designed not as a generic markup language, but specifically to serve as a front-end to (X)HTML. You can use span-level HTML tags anywhere in a Markdown document, and you can use block level HTML tags (like <div> and <table> as well).
textproc/Text-Format+NWrap-0.52 (Score: 1.869263E-4)
Various subroutines to format and wrap text
The format routine will format under all circumstances even if the width isn't enough to contain the longest words. Text::Wrap will die under these circumstances, although I am told this is fixed. If columns is set to a small number and words are longer than that and the leading 'whitespace' than there will be a single word on each line. This will let you make a simple word list which could be indented or right aligned. This port is a superset of p5-Text-Format -- it includes the Text::NWrap module.
textproc/meta-0.1 (Score: 1.869263E-4)
Parser generator for Common Lisp
META is builder for recursive descent parsers implemented as a domain specific language on top of Common Lisp. This package installs binaries for SBCL.