Ports 搜索

共有6,332项符合/net-p2p/的查询结果,以下是第4,2714,280项(搜索用时0.008秒)
textproc/ezxml-0.8.6 (Score: 0.0046602096)
Easy to use C library for parsing XML documents
ezXML is a C library for parsing XML documents inspired by simpleXML for PHP. As the name implies, it's easy to use. It's ideal for parsing XML configuration files or REST web service responses. It's also fast and lightweight (less than 20k compiled).
textproc/flex-2.6.1 (Score: 0.0046602096)
Fast lexical analyzer generator
Flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. The flex program reads user-specified input files, or its standard input if no file names are given, for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C code, called rules. Flex generates a C source file named, "lex.yy.c", which defines the function yylex(). The file "lex.yy.c" can be compiled and linked to produce an executable. When the executable is run, it analyzes its input for occurrences of text matching the regular expressions for each rule. Whenever it finds a match, it executes the corresponding C code.
textproc/cs-aspell-20040614.1 (Score: 0.0046602096)
Aspell Czech dictionary
Aspell Czech dictionary.
textproc/csb-aspell-0.02.0 (Score: 0.0046602096)
Aspell Kashubian dictionary
Aspell Kashubian dictionary.
textproc/gladtex-1.3 (Score: 0.0046602096)
Program to replace LaTeX formulas in HTML files with images
Gladtex reads a 'htex' file (html with LaTeX maths embedded in <EQ></EQ>) and produces html with equations substituted by images.
textproc/gmetadom-0.2.6 (Score: 0.0046602096)
Collection of DOM Implementations
GMetaDOM is a collection of librares, each library providing a DOM implementation. Currently available bindings are for C++ (smart pointers) and Objective Caml. The basic idea is that, given the availability of DOM implementations for the C programming language (like Gdome2), and given the uniformity of the DOM interfaces, bindings for various programming languages based on the C implementation can be built automatically, providing a small number of hand- coded classes and a set of scripts for the automatic generation of the remaining ones. The advantages of such approach should be evident. In particular, for languages like C++ where a number of different alternative DOM implementations are feasible, each with different characteristics like easiness of use, runtime flexibility, resource requirements, the approach of automatic generation permits to create a set of coherent implementations addressing such issues separately, ultimately allowing the developer to choose the library which fits best her needs.
textproc/gtkspell-2.0.16 (Score: 0.0046602096)
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.0046602096)
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/hyphen-2.8.8 (Score: 0.0046602096)
Library for high quality hyphenation and justification
Hyphen - hyphenation library to use converted TeX hyphenation patterns
textproc/ekhtml-0.3.2 (Score: 0.0046602096)
El-Kabong is a speedy, yet forgiving, SAX-style HTML parser
El-Kabong is a high-speed, forgiving, sax-style HTML parser. Its aim is to provide consumers with a very fast, clean, lightweight library which parses HTML quickly, while forgiving syntactically incorrect tags.