Ports Search

Results 641650 of 1,719 for /textproc/.(0.002 seconds)
textproc/Perl-Critic-Tics-0.009 (Score: 0.068937615)
Extra policies for Perl::Critic
The Perl-Critic-Tics distribution includes extra policies for Perl::Critic to address a fairly random assortment of things that make me (rjbs) wince.
textproc/Perl-Critic-1.12.5 (Score: 0.068937615)
Critique Perl source for style and standards
Perl::Critic is an extensible framework for creating and applying coding standards to Perl source code. Essentially, it is a static source code analysis engine. Perl::Critic is distributed with a number of Perl::Critic::Policy modules that attempt to enforce various coding guidelines. Most Policies are based on Damian Conway's book Perl Best Practices. You can choose and customize those Polices through the Perl::Critic interface. You can also create new Policy modules that suit your own tastes. For a convenient command-line interface to Perl::Critic, see the documentation for perlcritic. If you want to integrate Perl::Critic with your build process, Test::Perl::Critic provides a nice interface that is suitable for test scripts.
textproc/Number-Format-1.75 (Score: 0.068937615)
Perl extension for formatting numbers
Number::Format is a library for formatting numbers. Functions are provided for converting numbers to strings in a variety of ways, and to convert strings that contain numbers back into numeric form. The output formats may include thousands separators - characters inserted between each group of three characters counting right to left from the decimal point. The characters used for the decimal point and the thousands separator come from the locale information or can be specified by the user. Seamus Venasse <svenasse@polaris.ca>
textproc/Number-Spell-0.04 (Score: 0.068937615)
Perl extension for spelling out numbers
Number::Spell provides functionality for spelling out numbers. Currently only integers are supported. By default Number::Spell does American formatting, but can be configured to do European formatting by calling it with the "Format => 'eu'" option.
textproc/Perl-Lint-0.24 (Score: 0.068937615)
Yet another Perl source code linter
This module implements Perl::Critic's heuristics with a much faster analyzer.
textproc/Perl-MinimumVersion-1.38 (Score: 0.068937615)
Find a minimum required version of perl for Perl code
Perl::MinimumVersion takes Perl source code and calculates the minimum version of perl required to be able to run it. Because it is based on PPI, it can do this without having to actually load the code.
textproc/Solr-0.03 (Score: 0.068937615)
Perl extension for interfacing with Solr
This module provides a set of methods for adding (updating) and deleting entries in an existing solr server.
textproc/PDF-API3-3.001 (Score: 0.068937615)
The Next Generation of Text::PDF::API2
After much time, effort, and with well received results, Alfred Reibenschuh is abandoning PDF::API2. However we have seen great progress in moving towards paperless methods. Furthermore the PDF specification is now an ISO standard. Now is the time to really push forward with the development of an even better perl pdf solution. This is a beginning toward that goal. This version starts with PDF::API2 0.73, creating a new one of PDF::API3.
textproc/PerlPoint-Converters-1.02.05 (Score: 0.068937615)
Convert PerlPoint docs into various formats
pp2html creates a set of HTML files for a foilset based on a simple textfile slide_text. Due to its formatting features and the capability of creating navigation, table of contents and index pages, pp2html is also a suitable tool for writing online documentation. pp2latex creates a LaTeX file from a PerlPoint input file.
textproc/PerlPoint-Package-0.45.2 (Score: 0.068937615)
PerlPoint is both a presentation and a documentation toolset
PerlPoint is both a presentation and a documentation toolset. More precise, its a toolset to generate presentations and documentations. You will write a simple text and start a converter to make the final documents from this source. The final format is your choice, depending on the used converter. So you can make a presentation, speaker notes, handouts, an internet documentation and a brochure all from the same text source, but looking very individual. Because of this two step architecture PerlPoint authors deal both with the text format and several converters. The text source describes structure and contents of your document, while a converter adds layout. Let's start.