Ports Search

Results 931940 of 1,719 for /textproc/.(0.003 seconds)
textproc/expat-2.0.1 (Score: 0.068937615)
Linux/i386 binary port of Expat XML-parsing library (Linux Fedora 10)
textproc/Text-TestBase-0.13 (Score: 0.068937615)
Parser for Test::Base format
Text::TestBase is a parser for the Test::Base format.
textproc/Text-Trac-0.18 (Score: 0.068937615)
Perl extension for formatting text with Trac Wiki Style
Text::Trac parses text with Trac WikiFormatting and convert it to html format.
textproc/Time-Human-1.03 (Score: 0.068937615)
Convert localtime() format to "speaking clock" time
From the Time::Human documentation: This module provides a "vague" rendering of the time into natural lan- guage; it's originally intended for text-to-speech applications and other speech-based interfaces.
textproc/Text-Unaccent-1.08 (Score: 0.068937615)
Remove accents from a string
Text::Unaccent is a module that remove accents from a string. unac_string converts the input string from the specified charset to UTF-16 and call unac_string_utf16 to return the unaccented equivalent. The conversion from and to UTF-16 is done with iconv(1).
textproc/Tree-Nary-1.30 (Score: 0.068937615)
Perl implementation of N-ary search trees
The Tree::Nary class implements N-ary trees (trees of data with any number of branches), providing the organizational structure for a tree (collection) of any number of nodes, but knowing nothing about the specific type of node used. It can be used to display hierarchical database entries in an internal application (the NIS netgroup file is an example of such a database). It offers the capability to select nodes on the tree, and attachment points for nodes on the tree. Each attachment point can support multiple child nodes.
textproc/Text-VimColor-0.26 (Score: 0.068937615)
Syntax color text in HTML or XML using Vim
Text::VimColor - syntax color text in HTML or XML using Vim
textproc/Text-WikiFormat-0.81 (Score: 0.068937615)
Module for translating Wiki formatted text into other formats
Text::WikiFormat converts text in a simple Wiki markup language to whatever your little heart desires, provided you can describe it accurately in a semi-regular tag language.
textproc/Text-WordDiff-0.08 (Score: 0.068937615)
Track changes between documents
This module is a variation on the lovely Text::Diff module. Rather than generating traditional line-oriented diffs, however, it generates word-oriented diffs. This can be useful for tracking changes in narrative documents or documents with very long lines. To diff source code, one is still best off using Text::Diff. But if you want to see how a short story changed from one version to the next, this module will do the job very nicely.
textproc/Text-WrapI18N-0.06 (Score: 0.068937615)
Line wrapping module
Text::WrapI18N intends to be a better Text::Wrap module. This module is needed to support multibyte character encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5. This module also supports characters with irregular widths, such as combining characters (which occupy zero columns on terminal, like diacritical marks in UTF-8) and fullwidth characters (which occupy two columns on terminal, like most of east Asian characters). Also, minimal handling of languages which doesn't use whitespaces between words (like Chinese and Japanese) is supported. Like Text::Wrap, hyphenation and "kinsoku" processing are not supported, to keep simplicity.