Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第14,05114,060项(搜索用时0.019秒)
textproc/docbook-1.5 (Score: 3.975496E-5)
Meta-port for the different versions of the DocBook DTD
A meta-port for the DocBook DTD. This port depends upon the docbook-* ports, to ensure that they are installed correctly.
textproc/TOML-0.92 (Score: 3.975496E-5)
Parser for Tom's Obvious, Minimal Language (TOML)
TOML implements a parser for Tom's Obvious, Minimal Language, as defined at [1]. TOML exports two subroutines, from_toml and to_toml. [1] https://github.com/mojombo/toml
CSS::Minifier::XS filter for Template Toolkit
Template::Plugin::Filter::Minify::CSS::XS is a Template Toolkit filter, which uses CSS::Minifier::XS to minify css code from filtered content during template processing.
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: 3.975496E-5)
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: 3.975496E-5)
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: 3.975496E-5)
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-Markdown-1.000031 (Score: 3.975496E-5)
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).