Ports Search

Results 17,09117,100 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
textproc/Text-Table-1.131 (Score: 4.532845E-5)
Organize Data in Tables
Organization of data in table form is a time-honored and useful method of data representation. While columns of data are trivially generated by computer through formatted output, even simple tasks like keeping titles aligned with the data columns are not trivial, and the one-shot solutions one comes up with tend to be particularly hard to maintain. Text::Table allows you to create and maintain tables that adapt to alignment requirements as you use them.
textproc/deplate-0.8.5 (Score: 4.532845E-5)
Ruby tool for converting wiki-like markup
deplate is a ruby based tool for converting documents written in wiki-like markup to LaTeX, HTML, "HTML slides", or docbook. It supports page templates, embedded LaTeX code, footnotes, citations, bibliographies, automatic generation of an index, table of contents etc. It can be used to create web pages and (via LaTeX or Docbook) high-quality printouts from the same source. In this respect it is similar to tools like remoteaft or remotetxt2tags.
textproc/parslet-1.7.1 (Score: 4.532845E-5)
Parser construction library with great error reporting in Ruby
Parslet is a small Ruby library for constructing parsers in the PEG (Parsing Expression Grammar) fashion. Parslet makes developing complex parsers easy. It does so by - providing the best error reporting possible - not generating reams of code for you to debug Parslet takes the long way around to make your job easier. It allows for incremental language construction. Often, you start out small, implementing the atoms of your language first; parslet takes pride in making this possible.
textproc/rails-dom-testing-1.0.7 (Score: 4.532845E-5)
Analyse and compare DOMs using Nokogiri
This gem is responsible for comparing HTML doms and asserting that DOM elements are present in Rails applications. Doms are compared via assert_dom_equal and assert_dom_not_equal. Elements are asserted via assert_select, assert_select_encoded, assert_select_email and a subset of the dom can be selected with css_select. The gem is developed for Rails 4.2 and above, and will not work on previous versions.
textproc/xml-commons-1.4.01 (Score: 4.532845E-5)
Provides common XML code for Apache projects
xml-commons is focussed on common code and guidelines for xml projects. The first focus will be to organize and have common packaging for the various externally-defined standards code relating to XML - things like the DOM, SAX, and JAXP interfaces. As the xml-commons community forms, we also hope to serve as a holding area for other common xml-related utilities and code, and to help promulgate common packaging, testing, documentation, and other guidelines across all xml.apache.org subprojects.
textproc/scss-0.4.2 (Score: 4.532845E-5)
Scheme module for W3C Cascading Stylesheets recommendation
SCSS is a Scheme module for parsing, querying, and emitting style information compatible with the W3C Cascading Stylesheets recommendation. While SCSS does not itself provide any rendering functionality, it can provide style information to applications and libraries that do. If used with XML documents produced by SXML or SDOM, SCSS can accommodate the full range of selector types described in the W3C recommendation; it can also match simple selectors against strings when structured document information is not available.
textproc/xorg-sgml-doctools-1.11 (Score: 4.532845E-5)
Stylesheets and entities for X.Org documentation
This package provides a common set of SGML entities and XML/CSS style sheets used in building/formatting the documentation provided in other X.Org packages. It's typically only needed by people building from source who want to produce formatted documentation from their builds, or those who have installed the HTML version of the documentation, which refers to the included common xorg.css stylesheet.
textproc/texi2html-5.0 (Score: 4.532845E-5)
Texinfo to HTML converter
texi2html takes Texinfo files (and not info ones) and produces a set of HTML files. The quality of the output is close to the printed output and is much better than an info->HTML gateway. It understands most Texinfo version 2 commands and runs without problem on big Texinfo files like the GNU Emacs 19 manual. This program is distributed under the GNU General Public License.
textproc/xmlstarlet-1.6.1 (Score: 4.532845E-5)
Command Line XML Toolkit
XMLStarlet is a set of command line utilities (tools) which can be used to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join, etc commands. This set of command line utilities can be used by those who deal with many XML documents on UNIX shell command prompt as well as for automated XML processing with shell scripts.
textproc/xmlto-0.0.28 (Score: 4.532845E-5)
Front-end to an XSL toolchain
xmlto is a front-end to an XSL toolchain. It chooses an appropriate stylesheet for the conversion you want and applies it using an external XSL-T processor. It also performs any necessary post-processing. Supported conversions from DocBook XML: dvi, fo, html, html-nochunks, htmlhelp, javahelp, man, pdf, ps, txt, xhtml, xhtml-nochunks. Currently the only XSL-T processor supported is xsltproc (textproc/libxslt). For DVI, PDF and PostScript output, PassiveTeX (print/passivetex) is required.