Ports Search

Results 7,8517,860 of 8,048 for /www/.(0.005 seconds)
textproc/ltxml-1.2.9 (Score: 0.009869938)
XML Toolkit
LT XML is an integrated set of XML tools and a developers' tool-kit, including a C-based API. The LT XML tool-kit includes stand-alone tools for a wide range of processing of well-formed XML documents, including searching and extracting, down-translation (e.g. report generation, formatting), tokenising and sorting. Sequences of tool applications can be pipelined together to achieve complex results. For special purposes beyond what the pre-constructed tools can achieve, extending their functionality and/or creating new tools is easy using the LT XML API. Minimal applications require less than one-half page of C code to express. LT XML provides two views of an XML file; one as a flat stream of markup elements and text; a second as a sequence of tree-structured XML elements. The two views can be mixed, allowing great flexibility in the manipulation of XML documents. It also includes a powerful, yet simple, querying language, which allows the user to quickly and easily select those parts of an XML document which are of interest.
textproc/rxp-1.4.4 (Score: 0.009869938)
Validating XML parser written in C
RXP is a validating XML parser written in C. It is licensed under the GNU Public Licence.
textproc/bibtool-2.65 (Score: 0.009869938)
Command line manipulation of BibTeX files
Command line manipulation of BibTeX files: * Pretty-printing data bases * Syntactic checks with error recovery * Semantic checks * Sorting and merging of data bases * Generation of uniform reference keys according to predefined rules or according to user specification * Selecting references used in one publication which are found by analyzing an aux file * Controlled rewriting of fields utilising regular expressions to specify the rewriting rules * Macro (String) expansion to eliminate the need of extra string definitions * Collecting statistics about one or more data bases
textproc/diff-20120705 (Score: 0.009869938)
BSD-licensed version of diff from OpenBSD
This is the BSD-licensed version of the well-known diff utility, obtained from OpenBSD. It lacks some features of GNU diff. It is a proposed project idea to replace the GNU diff with this one, but it needs to be completed first. Patches are highly appreciated.
textproc/grep-20111002 (Score: 0.009869938)
BSD-licensed version of grep
This is the BSD-licensed version of the well-known grep utility, obtained from OpenBSD. It lacks some features of GNU grep. It is a proposed project idea to replace the GNU grep with this one, but it needs to be completed first. Patches are highly appreciated.
textproc/muse-3.20 (Score: 0.009869938)
Authoring and publishing environment for Emacs
Emacs Muse is an authoring and publishing environment for Emacs. It simplifies the process of writings documents and publishing them to various output formats. Muse consists of two main parts: an enhanced text-mode for authoring documents and navigating within Muse projects, and a set of publishing styles for generating different kinds of output.
textproc/diffutils-3.5 (Score: 0.009869938)
The GNU diff utilities
The Free Software Foundation's "diff" utilities, including "diff", "diff3", "sdiff", and "cmp". These utilities exist in the FreeBSD base collection, but the GNU versions have added functionality that is sometimes useful. Note that this port will install these utilities with a `g' prefix, for example gdiff, gdiff3, ggcmp, but the texinfo documentation will refer to these utilities without the `g' prefix.
textproc/opengrm-ngram-1.3.1 (Score: 0.009869938)
Library for making n-gram language models encoded as weighted FSTs
The OpenGrm NGram library is used for making and modifying n-gram language models encoded as weighted finite-state transducers (FSTs). It makes use of functionality in the OpenFst library to create, access and manipulate n-gram models. Operations for counting, smoothing, pruning, applying, and evaluating models as well as support for distributed computation are among those provided. It was developed by contributors from OHSU and Google Research.
textproc/docbook-to-man-1.0 (Score: 0.009869938)
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/chpp-0.3.5 (Score: 0.009869938)
Non-intrusive full-featured text preprocessor
`chpp' is a preprocessor. Therefore, its main purpose is to modify input text by including other input files and by macro expansion. What distinguishes `chpp' from other textprocessors are mainly two features: * `chpp' is non-intrusive. This means that you can take your favorite text and it is very unlikely that it will be changed when piped through `chpp'. Due to this feature it is pretty easy to start using `chpp' since you can just start writing your text and need not concern yourself with `chpp' sitting in the background changing it for no obvious reason. * `chpp' is not just a package for performing simple macro expansion, but can indeed be considered a full-fledged programming language. Most importantly, it provides support for complex data structures, namely lists and hashes (associative arrays), which can be nested arbitrarily.