Ports Search

Results 141150 of 1,719 for /textproc/.(0.003 seconds)
textproc/gspell-0.1.2 (Score: 0.068937615)
Spell checking for GTK+
gspell provides a flexible API to implement the spell checking in a GTK+ application.
textproc/gtk-doc-1.24 (Score: 0.068937615)
Code documentation system, originally for GTK+
This package automatically generates DocBook documentation for GTK+ and Gnome, and converts the DocBook documentation into HTML (and man pages in future).
textproc/docbook-tdg-2.0.17 (Score: 0.068937615)
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/gtkspell-2.0.16 (Score: 0.068937615)
GTK+ 2 spell checking component
GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a GtkTextView widget as you type. Right-clicking a misspelled word pops up a menu of suggested replacements.
textproc/gtkspell3-3.0.7 (Score: 0.068937615)
GTK+ 3 spell checking component
GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a GtkTextView widget as you type. Right-clicking a misspelled word pops up a menu of suggested replacements.
textproc/heirloom-doctools-160308 (Score: 0.068937615)
Portable and enhanced troff, nroff, and related utilities
The Heirloom Documentation Tools provide troff, nroff, and related utilities to format manual pages and other documents for output on terminals and printers. They are portable and enhanced versions of the utilities released by Sun as part of OpenSolaris, and, for pic, grap, mpm, and some minor parts, by Lucent as part of Plan 9.
textproc/docbook-xsd-1.0.b1 (Score: 0.068937615)
DocBook W3C XML Schema
DocBook W3C XML Schema.
textproc/scim-libs-1.4.7 (Score: 0.068937615)
Smart Common Input Method libraries (Linux Fedora 10)
Smart Common Input Method platform, in short SCIM, is a development platform to make Input Method developers live easier. It has very clear architecture and very simple programming interface.
textproc/RDFStore-0.51 (Score: 0.068937615)
Perl API for RDF Storage
RDFStore is a set of Perl modules to manage Resource Description Framework (RDF) model databases in a easy and straightforward way. The software started as a pure Perl implementation of the Draft Java API (see http://www-db.stanford.edu/~melnik/rdf/api.html) from the Stanford University DataBase Group by Sergey Melnik. A set of companion modules RDFStore::Parser::SiRPAC(3) RDFStore::Parser::OpenHealth(3) and Data::MagicTie(3) the suite allow a user to fetch, parse, process, store and query RDF models.
textproc/double-conversion-2.0.1.0 (Score: 0.068937615)
Fast conversion between double-precision floating-point and text
A library that performs fast, accurate conversion between double precision floating point and text. This library is implemented as bindings to the C++ double-conversion library written by Florian Loitsch at Google: http://code.google.com/p/double-conversion/. The Text versions of these functions are about 30 times faster than the default show implementation for the Double type. The ByteString versions are slower than the Text versions; roughly half the speed. (This seems to be due to the cost of allocating ByteString values via malloc.) As a final note, be aware that the bytestring-show package is about 50% slower than simply using show.