Ports Search

Results 6,9716,980 of 8,048 for /www/.(0.005 seconds)
textproc/localize-0.0.1 (Score: 0.011843925)
Application to aid in the translation of .strings files
Localize is an application to aid in the translation of .strings files. .strings files must be distributed in ASCII encoding, which generally isn't a convenient encoding to do translation in. As an example, its rather difficult to enter Chinese characters into an ASCII encoded text file. Localize will, with any luck, help out with this. Currently its just a shell of an application, but sometime in the future I hope to complete it. LICENSE: GPL2 or later
textproc/makefaq-2.5 (Score: 0.011843925)
Makefaq is a Python program that creates a (FAQ)
makefaq is a Python program that creates a Frequently Asked Questions (FAQ) list from a specially formatted text data file. For output, it can generate either an HTML page, a text file, or a DocBook XML file.
textproc/s5-1.1 (Score: 0.011843925)
Simple HTML-based presentation system
What Is S5? * It's a Simple Standards-based Slide Show System * One XHTML document provides all of the slide show's content * CSS handles the layout and look of the slides * JavaScript handles the dynamic aspects of the show * That's all there is to it!
textproc/man2html-3.0.1 (Score: 0.011843925)
Convert nroff(1) man pages to HTML
Convert UNIX nroff(1) manual pages to HTML format.
textproc/mifluz-0.26.0 (Score: 0.011843925)
C++ library to build and query a full text inverted index
GNU mifluz has two main characteristics : it is very simple (one might say stupid :-) and uses 50% of the size of the indexed text for the index. It is simple because it provides only a few basic functionalities. It does not contain document parsers (HTML, PDF etc...). It does not contain a full text query parser. It does not provide result display functions or other user friendly stuff. It only provides functions to store word occurrences and retrieve them. The fact that it uses 50% of the size of the indexed text is rather atypical. Most well known full text indexing systems only use 30%. The advantage GNU mifluz has over most full text indexing systems is that it is fully dynamic (update, delete, insert), uses only a controlled amount of memory while resolving a query, has higher upper limits and has a simple storage scheme. Consuming more disk space allows all this.
textproc/expat-0.9.1 (Score: 0.011843925)
Stub for the expat parser in OCaml
An ocaml wrapper for the Expat XML parsing library.
textproc/rnv-1.7.11 (Score: 0.011843925)
Relax NG Compact Syntax validator
RNV is an implementation of Relax NG Compact Syntax validator in ANSI C.
textproc/stringi-1.1.1 (Score: 0.011843925)
Character String Processing Facilities
stringi (pronounced "stringy") is THE R package for fast, correct, consistent and convenient string/text processing in each locale and any native character encoding. The use of the ICU library gives R users a platform-independent set of functions known to Java, Perl, Python, PHP, and Ruby programmers.
textproc/mathml-xsd-2 (Score: 0.011843925)
The MathML XML Schema
This is the home of the MathML 2.0 XML Schema from the MathML Working Group. All the details needed to use it should be covered in appendix A of MathML 2.0, 2nd edition This schema is not normative. It is only provided as a tool to validate MathML instances, without any guarantee on the accuracy of the results. This version will be updated gradually to incorporate corrections or changes.
textproc/minised-1.15 (Score: 0.011843925)
Smaller, cheaper, faster sed implementation
This is a smaller, cheaper, faster SED implementation. Minix uses it. GNU used to use it, until they built their own sed around an extended (some would say over-extended) regexp package. For embedded use we searched for a tiny sed implementation especially for use with the dietlibc and found Eric S. Raymond's sed implementation quite handy. Though it suffered several bugs and was not under active maintenance anymore. After sending a bunch of fixes we agreed to continue maintaining this lovely, historic sed implementation. Along a lot fixes and cleanups, further speedups, and some missing features and POSIX conformance, we also added a test-suite to the package, so regressions are quickly and easily uncovered.