Ports Search

Results 10,12110,130 of 19,819 for %22HTTP Server%22.(0.009 seconds)
textproc/XML-Simple-2.22 (Score: 0.0010835839)
Trivial API for reading and writing XML (esp config files)
XML::Simple is a Perl module that makes it really easy to read and write XML files. XML::Simple was originally developed for the purpose of reading and writing config files in XML format (which offers various advantages over say .INI format). Having said that, many people find it useful for other purposes.
textproc/pdftohtml-0.40a (Score: 0.0010835839)
Command-line tool for converting pdf-files into html
This is a port of pdftohtml, which converts pdf-files into nicely formatted html, combined with png images. The HTML generated uses frames to emulate the content listing from the pdf.
textproc/Yaml-2.1.2 (Score: 0.0010835839)
Symfony2 Yaml Component
Symfony2 Yaml Component
textproc/txt2tags-2.6 (Score: 0.0010835839)
Convert simply formatted text into markup (e.g., HTML)
txt2tags is a utility to turn simply formatted text into markup (e.g., HTML).
textproc/zorba-2.7.0 (Score: 0.0010835839)
General purpose C++ XQuery processor
Zorba is a general purpose XQuery processor implementing in C++ the W3C family of specifications. The query processor has been designed to be embeddable in a variety of environments such as other programming languages extended with XML processing capabilities, browsers, database servers, XML message dispatchers, or smartphones. Zorba can be accessed through APIs from C, C++, Ruby, Python, Java, and PHP. Zorba runs on most platforms and is available under the Apache license v2.
textproc/pocketreader-1.0 (Score: 0.0010835839)
Siemens PocketReader
The Siemens PocketReader is a handheld OCR scanner, this is the Linux software which can download text from it.
textproc/permute-1.0 (Score: 0.0010835839)
Generate all permutations of lines from stdin
Permute is a simple program to read lines from standard input and generate all possible permutations of those lines.
textproc/agate-dbf-0.1.0 (Score: 0.0010835839)
Support reading dbf files for agate
agate-dbf adds read support for dbf files to agate
textproc/agate-excel-0.1.0 (Score: 0.0010835839)
Support reading Excel files for agate
agate-excel adds read support for Excel files (xls and xlsx) to agate.
textproc/dsv-1.4.1 (Score: 0.0010835839)
Python module to parse or write delimeter-separated (e.g. CSV) files
Paraphrasing the website: Python-DSV is a Python module for importing and exporting DSV (delimiter separated values) files. DSV is a generalization of CSV (comma separated values). CSV is a common file format used by many programs to import and export data. Features: - Pure Python - Optional wxPython GUI - Optional heuristics for determining file format - Handles embedded quotes, delimiters and newlines - Customizable error handling - Simple to use - Portable