Ports Search

Results 7,3017,310 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
textproc/docbook-to-man-1.0 (Score: 9.06569E-5)
DocBook SGML DTD into nroff/troff -man macros converter
A batch converter that transforms UNIX-style manpages from the DocBook SGML DTD into nroff/troff -man macros.
textproc/String-Format-1.17 (Score: 9.06569E-5)
Perl module for sprintf-like string formatting capability
String::Format is a Perl module which gives the user sprintf-like string formatting capabilities with arbitrary format definitions.
Template Toolkit interface to Text::Autoformat module
Template Toolkit plugin interface to Text::Autoformat module. This is a separate distribution as of Template-Toolkit 2.22.
textproc/Text-Aligner-0.13 (Score: 9.06569E-5)
Align text in columns
Text::Aligner exports a single function, align(), which is used to justify strings to various alignment styles.
textproc/Text-Emoticon-MSN-0.04 (Score: 9.06569E-5)
Emoticon filter of MSN Messenger
Text::Emoticon::MSN is a text filter that replaces text emoticons like ":-)", ";-P", etc. to the icons of MSN Messenger.
Unbreak XML with Doubly-Encoded Entities
This module is a tiny shim to unbreak XML files that have had their entities doubly-encoded.
textproc/XML-DTDParser-2.01 (Score: 9.06569E-5)
Perl module for parsing XML DTD strings
This module parses a DTD file and creates a data structure containing info about all tags, their allowed parameters, children, parents, optionality etc. etc. etc. Note: Parse a DTD you need and print the result to a file using Data::Dumper. The datastructure should be selfevident. Note: The module should be able to parse just about anything, but it intentional y looses some information. Jenda@Krynicky.cz http://Jenda.Krynicky.cz
Parse XML chunks via LibXML SAX
XML::LibXML::SAX::ChunkParser's purpose is to simply keep parsing possibly incomplete XML fragments, for example, from a socket.
textproc/YAML-LibYAML-0.59 (Score: 9.06569E-5)
Perl YAML Serialization using XS and libyaml
This module is a Perl XS binding to libyaml which offers Perl the best YAML support to date.
textproc/cmark-0.26.1 (Score: 9.06569E-5)
CommonMark parsing and rendering library and program in C
cmark is the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. It provides a shared library (libcmark) with functions for parsing CommonMark documents to an abstract syntax tree (AST), manipulating the AST, and rendering the document to HTML, groff man, LaTeX, CommonMark, or an XML representation of the AST. It also provides a command-line program (cmark) for parsing and rendering CommonMark documents.