Ports Search

Results 1,6311,640 of 1,719 for /textproc/.(0.003 seconds)
textproc/TclExpat-1.1 (Score: 0.068937615)
Tcl interface to Expat library
From the README: A Tcl interface to expat. Steve Ball, Zveno Pty Ltd. This package provides a Tcl interface to James Clark's expat library. It creates a Tcl package, called "expat", which defines a single new Tcl command "expat". This port ignores the old expat distribution bundled with the software and links the library against the latest installed by the expat2 port. -mi
textproc/hunspell-0.01.2 (Score: 0.068937615)
Telugu hunspell dictionaries
Telugu hunspell dictionaries
textproc/teckit-2.5.1 (Score: 0.068937615)
Toolkit for converting data between 8-bit legacy encodings and Unicode
TECkit (Text Encoding Conversion toolkit) is a toolkit for converting data between 8-bit legacy encodings and Unicode. It can also be used for transliteration of Unicode between different scripts. TECkit uses a mapping description language (mapping byte encodings to Unicode). Mapping rules can be extended by (1) the use of character sequences rather than single characters on either side; (2) by the addition of contextual constraints (environments) determining when a rule should apply; (3) and by the use of character classes, optional and repeatable elements, grouping and alternation to express more complex patterns to be matched and processed. TECkit is particularly useful with XeTeX (Unicode-aware derivate of TeX). The following binaries are provided: teckit_compile mapping compiler that allows binary mapping tables (.tec) to be built from TECkit description files (.map) sfconv a tool for converting Standard Format (SF) files txtconv a utility to apply TECkit mappings to plain-text files http://scripts.sil.org/TECkitDownloads#5b6cf869
textproc/templates_parser-17.0.0 (Score: 0.068937615)
Web page template engine module for the Ada Web Server
This is the template engine for the Ada Web Server. It is modular and therefore can be split out of AWS and used on its own. As it was designed for generating web pages, it's function is to parse a page template and replace tokens with specified values. This template engine is amazingly fast due to its concurrent cached compiled templates support.
textproc/tex2im-1.8 (Score: 0.068937615)
Converts LaTeX formulas into high resolution pixmap graphics
Tex2im is a simple tool that converts LaTeX formulas into high resolution pixmap graphics for inclusion in text processors or presentations. I encountered the problem that the formulas generated by the editors of common office packages usually were the ugliest part of my scientific presentations; on the other hand I didn't want to use latex for my transparencies. On the latex side I'm aware of the slitex and foiltex packages, nevertheless I consider them to be masochistic. EPS import can be nice, but commonly you get either display or printing problems. Also, often its nice just to copy formulas out of you latex documents.
textproc/texi2db-0.5 (Score: 0.068937615)
Converts a Texinfo file into DocBook XML
Converts a Texinfo file into DocBook XML
textproc/texi2html-5.0 (Score: 0.068937615)
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/textogif-1.1 (Score: 0.068937615)
Perl script to convert LaTeX formulas into GIFs
Converts a LaTeX file containing equations(s) into a GIF file for embedding into an HTML document. The black and white image of the equation is created at high resolution and then resampled to the target resolution to antialias what would otherwise be jagged edges.
textproc/xom-1.2.10 (Score: 0.068937615)
Open source (LGPL), tree-based API for processing XML with Java
XOM is a new XML object model. It is an open source (LGPL), tree-based API for processing XML with Java that strives for correctness and simplicity. XOM is designed to be easy to learn and easy to use. It works very straight-forwardly, and has a very shallow learning curve. Assuming you're already familiar with XML, you should be able to get up and running with XOM very quickly.
textproc/esmre-0.3.1 (Score: 0.068937615)
Regular expression accelerator in Python
Modules used to accelerate execution of a large collection of regular expressions using the Aho-Corasick algorithms.