Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第11,10111,110项(搜索用时0.01秒)
textproc/htmlc-2.21.0 (Score: 7.3261835E-5)
Text file generator
Htmlc is an HTML template files expander that produces regular HTML pages from source files that contain text fragments that require some computation to be written. Those fragments can be the output of an arbitrary Unix command, for instance the last modification date of a page, or parts of HTML pages to be included in the page, or pieces of the page that are common to the entire WEB site (a presentation header or a footer section for each page). Providing the automatic inclusion of those text fragments into your HTML source pages, Htmlc offers a server independent way of defining templates to factorize out the repetitive parts of HTML pages. Htmlc also provides a variable expansion facility (using definitions in the template file or in simple environment files using a syntax a la objective Caml). In short, Htmlc ensures the static verification and the static expansion of the Server Side Includes directives of the Web pages in the efficient and friendly way of a command-line compiler.
textproc/yamerl-0.3.2 (Score: 7.3261835E-5)
YAML 1.2 parser in pure Erlang
YAML is a human-friendly data serialization format. The specification for this language and many examples are available from the Official YAML web site. You may also want to check the YAML Wikipedia article. yamerl is a pure Erlang application which is able to parse YAML 1.1 and YAML 1.2 documents, as well as JSON documents. It only depends on standard Erlang/OTP applications.
textproc/latex-0.1 (Score: 7.3261835E-5)
LaTeX service for GNUstep
This is a small service which converts a LaTeX text into an image. Just select the text, click on the service item menu, choose "Return the LaTeX rendering" and voila! Your text is replaced by its LaTeX rendering. LICENSE: GPL2 or later
textproc/grap-1.45 (Score: 7.3261835E-5)
Implementation of Kernigan & Bentley's grap language
This is a port of Kernigan and Bentley's grap program for typsetting graphs. It is a pic preprocessor that can be used with groff or TeX. You can learn more about grap as specified by Kernigan and Bentley at the website.
textproc/File_MARC-1.1.3 (Score: 7.3261835E-5)
Parse, modify, and create MARC records
The standard for machine-readable cataloging (MARC) records is documented at http://loc.gov/marc/. This package enables you to read existing MARC records from a file, string, or (using the YAZ extension), from a Z39.50 source. You can also use this package to create new MARC records.
textproc/hexpat-0.20.9 (Score: 7.3261835E-5)
XML parser/formatter based on expat
This package provides a general purpose Haskell XML library using Expat to do its parsing (a fast stream-oriented XML parser written in C). It is extensible to any string type, with String, ByteString and Text provided out of the box.
textproc/polyparse-1.11 (Score: 7.3261835E-5)
Variety of alternative parser combinator libraries
A variety of alternative parser combinator libraries, including the original HuttonMeijer set. The Poly sets have features like good error reporting, arbitrary token type, running state, lazy parsing, and so on. Finally, Text.Parse is a proposed replacement for the standard Read class, for better deserialisation of Haskell values from Strings.
textproc/rfc5051-0.1.0.3 (Score: 7.3261835E-5)
Simple unicode collation as per RFC5051
This library implements i;unicode-casemap, the simple, non locale-sensitive unicode collation algorithm described in RFC 5051. Proper unicode collation can be done using text-icu, but that is a big dependency that depends on a large C library, and rfc5051 might be better for some purposes.
textproc/html2fo-0.4.2 (Score: 7.3261835E-5)
HTML to xsl:fo converter
html2fo is a converter from html to xsl:fo. The html code could be written with StarOffice or other WYSIWYM editors and must not be 100% valid html code. html2fo is designed to produce a valid xsl:fo for using FOP from Apache.
textproc/libutf8proc-1.3.1.2 (Score: 7.3261835E-5)
UTF8 Processing library
This is the Public software group utf8proc library repackaged as a conveniance library for NetSurf. This takes the unicode 5 capable version 1.1.6 of the library and converts it to the NetSurf build system. additional API has been added with a normalisation function but there are no data changes from upstream.