Ports Search

Results 7,9617,970 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.461 seconds)
Loader class for phrasebook implementations using YAML
This class loader implements phrasebook patterns using YAML. Phrases can be contained within one or more dictionaries, with each phrase accessible via a unique key. Phrases may contain placeholders, please see Data::Phrasebook for an explanation of how to use these. Groups of phrases are kept in a dictionary. In this implementation a single file is one complete dictionary.
textproc/markdown-1.0.1 (Score: 8.972706E-5)
Text-to-HTML conversion tool for web writers
Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). Thus, "Markdown" is two things: a plain text markup syntax, and a software tool, written in Perl, that converts the plain text markup to HTML.
textproc/aspell-0.60.6.1 (Score: 8.972706E-5)
Spelling checker with better suggestion logic than ispell
Aspell is a spelling checker designed to eventually replace ispell, although it currently lacks many of ispell's basic functions. Aspell's main feature is that it does a much better job of coming up with possible suggestions than ispell. Aspell also includes a powerful C++ library with C and Perl interfaces in the works.
textproc/metauml-0.2.5 (Score: 8.972706E-5)
MetaPost library for typesetting UML diagrams
MetaUML is a GNU GPL MetaPost library for typesetting UML diagrams, using a human-friendly textual notation. Here's what you can do with MetaUML (also see the FAQ): * Create UML diagrams readily usable in a LaTeX article or book. * Create independent PDF-s * Create jpeg-s, png-s etc.
textproc/Lingua-EN-Summarize-0.2 (Score: 8.972706E-5)
Simple tool for summarizing bodies of English text
This is a simple module which makes an unscientific effort at summarizing English text. It recognizes simple patterns which look like statements, abridges them, and concatenates them into something vaguely resembling a summary. It needs more work on large bodies of text, but it seems to have a decent effect on small inputs at the moment. Seamus Venasse <svenasse@polaris.ca>
textproc/fop-2.1 (Score: 8.972706E-5)
Print formatter driven by XSL formatting
FOP is the world's first print formatter driven by XSL formatting objects. It is a Java application that reads a formatting object tree conforming to the XSL candidate release (21. November 2000) and then turns it into a PDF document or allows you to preview it directly on screen. FOP is part of Apache's XML project. The homepage of FOP is
textproc/Version-Next-1.000 (Score: 8.972706E-5)
Increment module version numbers simply and correctly
This module provides a simple, correct way to increment a Perl module version number. It does not attempt to guess what the original version number author intended, it simply increments in the smallest possible fashion. Decimals are incremented like an odometer. Dotted decimals are incremented piecewise and presented in a standardized way.
textproc/XML-Parser-Lite-Tree-0.14 (Score: 8.972706E-5)
Lightweight XML tree builder
This is a singleton class for parsing XML into a tree structure. How does this differ from other XML tree generators? By using XML::Parser::Lite, which is a pure perl XML parser. Using this module you can tree-ify simple XML without having to compile any C.
textproc/XML-TreePP-0.43 (Score: 8.972706E-5)
Pure Perl implementation for parsing/writing xml files
XML::TreePP module parses XML file and expands it for a hash tree. And also generate XML file from a hash tree. This is a pure Perl implementation. You can also download XML from remote web server like XMLHttpRequest object at JavaScript language.
textproc/pod2mdoc-0.2 (Score: 8.972706E-5)
Convert POD data to mdoc input
The pod2mdoc utility is a converter from POD into mdoc. It's meant to operate like pod2man; however, it doesn't require a Perl installation: pod2mdoc is a standalone ISC-licensed ISO C utility and should compile on any modern UNIX system.