Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第15,61115,620项(搜索用时0.01秒)
textproc/libnxml-0.18.3 (Score: 9.2878623E-4)
C library for writing XML 1.0/1.1 files or streams
nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321, 2143, 2312).
textproc/libparsifal-1.1.0 (Score: 9.2878623E-4)
Lightweight XML Parser
Parsifal is minimal non-validating XML parser written in ANSI C. Parsifal implements the subset of SAX2 including namespace support. Parsifal can be used for parsing XML based messages (such as SOAP and RSS) and for application specific data processing e.g. config files, data files etc. Parsifal can also be used for limited document-oriented processing and for parsing modular documents because it contains supports for internal and external general entities - it doesn't support currently parameter entities or other DTD features. Parsifal can be used for processing large data files and streams too since its SAX based and consumes very little memory not to mention it is fast enough for most purposes 'cos its written in C. Using Parsifal in place of large XML processing libraries (e.g. libxml, xerces) or even in the place of small Expat (which is considerably bigger and more complicated) can be justified for limited memory environments and in applications requiring bundled parser. If you need higher level tools, for example library supporting DTD validation or dom/xpath processing, you should look for other libs of course.
textproc/libstree-0.4.2 (Score: 9.2878623E-4)
Generic Suffix Tree Library
libstree is a generic suffix tree implementation, written in C. It can handle arbitrary data structures as elements of a string. Unlike most demo implementations, it is not limited to simple ASCII character strings. Suffix tree generation in libstree is highly efficient and implemented using the algorithm by Ukkonen, which means that libstree builds suffix trees in time linear to the length of the strings (assuming that string element comparisons can be done in O(1)).
textproc/doublemetaphone-1.0.1 (Score: 9.2878623E-4)
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: 9.2878623E-4)
Translate GNU info files into HTML pages
Translate GNU info files into HTML pages
textproc/enchant-1.1.0 (Score: 9.2878623E-4)
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/html_parse-1.0.0 (Score: 9.2878623E-4)
PECL extension for the ekhtml library
A PECL HTML parser extension based on the ekhtml library
textproc/iso-schematron-xslt-20130313 (Score: 9.2878623E-4)
The Leading Implementation of ISO Schematron
This is Rick Jelliffe's implementation of ISO Schematron using XSLT.
textproc/hyphen-2013.09.05 (Score: 9.2878623E-4)
Italian hyphenation rules
Italian hyphenation rules
textproc/PDF-Create-1.35 (Score: 9.2878623E-4)
Perl script to convert text files to PDF files
From the p5-PDF-Create README: PDF::Create allows you to create PDF documents using a large number of primitives, and emit the result as a PDF file or stream. PDF stands for Portable Document Format. Documents can have several pages, a table of content, an information section and many other PDF elements. More functionnalities will be added as needs arise. For more details, type 'perldoc PDF::Create' or see the CPAN homepage: