Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第9,8219,830项(搜索用时0.009秒)
textproc/Text-CSV-Encoded-0.25 (Score: 7.770591E-5)
Perl module for Encoding aware CVS files parsing
Text::CSV::Encoded is a perl module of encoding aware Text::CSV. It inherits Text::CSV and is aware of input/output encodings.
textproc/Text-ASCIIMathML-0.81 (Score: 7.770591E-5)
Perl extension for parsing ASCIIMathML text into MathML
Text::ASCIIMathML is a parser for ASCIIMathML text which produces MathML XML markup strings that are suitable for rendering by any MathML-compliant browser.
textproc/Text-Emoticon-0.04 (Score: 7.770591E-5)
Factory class for Yahoo! and MSN emoticons
Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. It's made to become handy to be used in other applications like Kwiki/MT plugins.
textproc/Text-Markdown-1.000031 (Score: 7.770591E-5)
Markdown Perl5 module
Markdown is a text-to-HTML filter; it translates an easy-to-read and easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links. Markdown's syntax is designed not as a generic markup language, but specifically to serve as a front-end to (X)HTML. You can use span-level HTML tags anywhere in a Markdown document, and you can use block level HTML tags (like <div> and <table> as well).
textproc/Text-Format+NWrap-0.52 (Score: 7.770591E-5)
Various subroutines to format and wrap text
The format routine will format under all circumstances even if the width isn't enough to contain the longest words. Text::Wrap will die under these circumstances, although I am told this is fixed. If columns is set to a small number and words are longer than that and the leading 'whitespace' than there will be a single word on each line. This will let you make a simple word list which could be indented or right aligned. This port is a superset of p5-Text-Format -- it includes the Text::NWrap module.
textproc/meta-0.1 (Score: 7.770591E-5)
Parser generator for Common Lisp
META is builder for recursive descent parsers implemented as a domain specific language on top of Common Lisp. This package installs binaries for SBCL.
textproc/Text-Hyphen-0.11 (Score: 7.770591E-5)
Determine positions for hyphens inside words
Determine positions for hyphens inside words This module implements Knuth-Liang algorithm to find positions inside words where it is possible to insert hyphens to break a line.
textproc/cl-ppcre-2.0.3 (Score: 7.770591E-5)
Portable Perl-Compatible Regular Expression for Common Lisp
CL-PPCRE is a fast, Perl compatible implementation of regular expressions written in portable, ANSI-compliant Common Lisp. This package installs binaries for SBCL.
textproc/Text-MultiMarkdown-1.000035 (Score: 7.770591E-5)
Convert MultiMarkdown syntax to (X)HTML
Markdown is a text-to-HTML filter; it translates an easy-to-read and easy-to-write structured text format into HTML. Markdown's text format is most similar to that of plain text email, and supports features such as headers, *emphasis*, code blocks, blockquotes, and links. Markdown's syntax is designed not as a generic markup language, but specifically to serve as a front-end to (X)HTML. You can use span-level HTML tags anywhere in a Markdown document, and you can use block level HTML tags (like <div> and <table> as well). Text::MultiMarkdown implements the MultiMarkdown markdown syntax extensions from: http://fletcherpenney.net/multimarkdown/
textproc/Text-NeatTemplate-0.10.01 (Score: 7.770591E-5)
Fast, middleweight template engine
This module provides a simple, middleweight but fast template engine, for when you need speed rather than complex features, yet need more features than simple variable substitution.