Ports Search

Results 4,2014,210 of 5,161 for /ports-mgmt/.(0.006 seconds)
textproc/dadadodo-1.04 (Score: 0.006224396)
Text processor which analyses text and generates random sentences
Dadadodo analyses text files and generates markov chains of word frequencies; it can then generate random sentences based on that data.
textproc/hhm-0.1.1 (Score: 0.006224396)
HTML Help Maker
hhm is a program that makes ITS files and in the future it will also make Compiled HTML Help (CHM) files. Both types of files are a kind of compressed archive format used on Win98, Win2K and other Microsoft operating systems to store documentation.
textproc/go-text-20130911 (Score: 0.006224396)
Go package for manipulating paragraphs of text
Go package which provides rudimentary functions for manipulating text in paragraphs.
textproc/dictionary-1.8.7 (Score: 0.006224396)
Dictionary client for Emacs
This dictionary client provides access to a dictionary server (as defined in RFC 2229) from within Emacs or XEmacs. It supports utf-8 (currently available in Emacs 21) and allows to follow links within the definitions.
textproc/diffmark-0.10 (Score: 0.006224396)
XML diff and merge package
diffmark is an XML diff and merge package. It consists of a shared C++ library, libdiffmark, plus two programs wrapping the library into a command-line interface: dm and dm-merge. dm takes 2 XML files and prints their diff (also an XML document) on its standard output. dm-merge takes the first document passed to dm and its output and produces the second document.
textproc/doc-mode.el-1.1 (Score: 0.006224396)
Asciidoc fontlocking for emacs
doc-mode is an emacs mode for editing documentation, specifically designed for use with asciidoc (textproc/asciidoc).
textproc/docbook-tdg-2.0.17 (Score: 0.006224396)
Norman Walsh's book "DocBook: The Definitive Guide"
"DocBook: The Definitive Guide" by Norman Walsh and Leonard Muellner with contributions from Bob Stayton ISBN: 156592-580-7 This book is a gentle yet thorough introduction to the DocBook DTD (which is used by, amongst others, the FreeBSD Documentation Project). A dead-tree edition of the book is published by O'Reilly & Associates, Inc., but the text is freely licensed under the GNU FDL. The current edition purports to document DocBook v4.4 with the EBNF, HTML Forms, MathML and SVG modules. An unexpanded edition of version 2.0.17 is also available. In this version, content models are shown with parameter entities rather than fully expanded.
textproc/html-pretty-1.01 (Score: 0.006224396)
HTML and SGML prettyprinter and text-to-HTML/SGML converter
html-pretty (or htmlpty on file systems with unpleasant filename length restrictions) is a prettyprinter for HTML and SGML. It can also assist in the conversion of ordinary text files in ASCII or ISO8859-1 character sets to HTML.
textproc/dom4j-1.6.1 (Score: 0.006224396)
Open Source XML framework for Java
dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.
textproc/html2text-1.3.2a (Score: 0.006224396)
Converts HTML documents into plain text
html2text is a command line utility, written in C++, that converts HTML documents (HTML 3.2) into plain text (ISO 8859-1). Each HTML document is loaded from a location indicated by an URI or read from standard input, and formatted into a stream of plain text characters that is written to standard output or into an output-file. The input-URI may specify a remote site, from that the documents are loaded with the Hypertext Transfer Protocol (HTTP). The program is even able to preserve the original positions of table fields and accepts also syntactically incorrect input, attempting to interpret it "reasonably". The rendering is largely customisable through an RC file.