Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第6,5116,520项(搜索用时0.01秒)
textproc/Devel-TraceSAX-0.021 (Score: 9.15773E-5)
Trace SAX events
Traces SAX events in a program. Works by applying Devel::TraceCalls to a tracer on the desired classes for all known SAX event types (according to XML::SAX::EventMethodMaker and XML::SAX::Machines).
textproc/augeas-1.4.0 (Score: 9.15773E-5)
Configuration editing tool
Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files.
textproc/opensched-0.1.0 (Score: 9.15773E-5)
Project scheduler
OpenSched is a project management / scheduling program. It reads a description file that describes what must be done and who can do what work, and it automatically assigns work to people, and schedules the entire project.
textproc/Lingua-EN-Sentence-0.25 (Score: 9.15773E-5)
Module for splitting text into sentences
The Lingua::EN::Sentence module contains the function get_sentences, which splits text into its constituent sentences, based on a regular expression and a list of abbreviations (built in and given). Seamus Venasse <svenasse@polaris.ca>
textproc/Perl-Critic-Pulp-90 (Score: 9.15773E-5)
some add-on perlcritic policies
This is a collection of add-on policies for Perl::Critic. They're under a "pulp" theme plus other themes according to their purpose (see "POLICY THEMES" in Perl::Critic).
textproc/Pod-HtmlEasy-1.0108 (Score: 9.15773E-5)
Generate personalized HTML from PODs
Pod::HtmlEasy is a perl module to generate HTML data from POD in a easy and personalized mode. By default the HTML generated is similar to the CPAN site style for module documentation.
textproc/ctemplate-2.3 (Score: 9.15773E-5)
Simple but powerful template language for C++
The ctemplate package contains a library implementing a simple but powerful template language for C++. It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language.
textproc/String-BufferStack-1.16 (Score: 9.15773E-5)
Nested buffers for templating systems
String::BufferStack provides a framework for storing nested buffers. By default, all of the buffers flow directly to the output method, but individual levels of the stack can apply filters, or store their output in a scalar reference.
textproc/Template-Declare-0.46 (Score: 9.15773E-5)
Perlish declarative templates
Template::Declare is a pure-perl declarative HTML templating system. A few key features and buzzwords: - All templates are 100% pure perl code - Simple declarative syntax - No angle brackets - Mixins - Inheritance - Public and private templates
textproc/Text-CSV-1.33 (Score: 9.15773E-5)
Composition and decomposition of comma-separated values
Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields.