Ports Search

Results 9,8119,820 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
textproc/String-Print-0.15 (Score: 7.770591E-5)
Alternative of printf
String::Print inserts values into (translated) strings. It provides printf and sprintf alternatives via both an object oriented and a functional interface.
textproc/Sort-Fields-0.90 (Score: 7.770591E-5)
Perl module to sort lines containing delimited fields
Sort::Fields provides a general purpose technique for efficiently sorting lists of lines that contain data separated into fields. -Anton <tobez@FreeBSD.org>
textproc/String-ShellQuote-1.04 (Score: 7.770591E-5)
Perl module for quote strings for passing through the shell
This module contains some functions which are useful for quoting strings which are going to pass through the shell or a shell-like object. -Anton <tobez@FreeBSD.org>
textproc/docbook-1.5 (Score: 7.770591E-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: 7.770591E-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: 7.770591E-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.