Ports Search

Results 4,2314,240 of 5,161 for /ports-mgmt/.(0.004 seconds)
textproc/doublemetaphone-1.0.1 (Score: 0.006224396)
PECL extension which implements the Double Metaphone algorithm
The doublemetaphone extension provides an implementation of the Double Metaphone algorithm.
textproc/info_to_html-0.9.6 (Score: 0.006224396)
Translate GNU info files into HTML pages
Translate GNU info files into HTML pages
textproc/enchant-1.1.0 (Score: 0.006224396)
Libenchant Binder that Support Near All Spelling Tools
Enchant is a binder for libenchant. Libenchant provides a common API for many spell libraries, such as aspell/pspell(intended to replace ispell),hspell(hebrew),ispell,myspell/hunspell (OpenOffice project, mozilla),uspell (primarily Yiddish, Hebrew, and Eastern European languages)
textproc/libtre-0.8.0 (Score: 0.006224396)
Lightweight fully POSIX compliant regexp matching library
Libtre is an attempt to create a lightweight, robust, and efficient fully POSIX compliant regexp matching library. There is still some work left, but the results so far are promising. At the core of Libtre is a new algorithm for regular expression matching with submatch addressing. The algorithm uses linear worst-case time in the length of the text being searched, and quadratic worst-case time in the length of the used regular expression. In other words, the time complexity of the algorithm is O(M2N), where M is the length of the regular expression and N is the length of the text. The used space is also quadratic on the length of the regex, but does not depend on the searched string. This quadratic behaviour occurs only on pathological cases which are probably very rare in practice.
textproc/html_parse-1.0.0 (Score: 0.006224396)
PECL extension for the ekhtml library
A PECL HTML parser extension based on the ekhtml library
textproc/libtranslate-0.99 (Score: 0.006224396)
Natural language translation library
libtranslate is a library for translating text and web pages between natural languages. Its modular infrastructure allows to implement new translation services separately from the core library. libtranslate is shipped with a generic module supporting web-based translation services such as Babel Fish, Google Language Tools and SYSTRAN. Moreover, the generic module allows to add new services simply by adding a few lines to a XML file (see the services.xml(5) manual page). The libtranslate distribution includes a powerful command line interface (see the translate(1) manual page).
textproc/libunibreak-1.1 (Score: 0.006224396)
Implementation of the line and word breaking algorithm for Unicode
Liblinebreak is an implementation of the line and word breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22. It breaks lines that contain Unicode characters. It is designed to be used in a generic text renderer. FBReader is one real-world example.
textproc/libuninameslist-20091231 (Score: 0.006224396)
Library of Unicode annotation data
A library with a large (sparse) array mapping each unicode code point to the annotation data for it provided in http://www.unicode.org/Public/UNIDATA/NamesList.txt.
textproc/libxdiff-0.23 (Score: 0.006224396)
Create file differences/patches to both binary and text files
The LibXDiff library implements basic and yet complete functionalities to create file differences/patches to both binary and text files. The library uses memory files as file abstraction to achieve both performance and portability. For binary files, LibXDiff implements (with some modification) the algorithm described in File System Support for Delta Compression by Joshua P. MacDonald, while for text files it follows directives described in An O(ND) Difference Algorithm and Its Variations by Eugene W. Myers. Memory files used by the library are basically a collection of buffers that store the file content. There are two different requirements for memory files when passed to diff/patch functions. Text files for diff/patch functions require that a single line do not have to spawn across two different memory file blocks. Binary diff/patch functions require memory files to be compact. A compact memory files is a file whose content is stored inside a single block.
textproc/libxode-0.71 (Score: 0.006224396)
XML library which wraps expat
libxode is an XML library which wraps expat. it offers a very flexable DOM, and uses Memory Pools (which can also be created/used from this library).