Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第8,4318,440项(搜索用时0.01秒)
devel/bnf-1.6.10 (Score: 0.0010835839)
Generate C parser given a grammar in BNF notation
The BNF parser generator takes a syntax not unlike BNF and generates a "C" parser for it, a parser that can parse either strings or files. This is a flexible tool, meant for smaller parsing tasks where bison+flex are just too big to use.
devel/boaconstructor-0.6.1 (Score: 0.0010835839)
Cross platform RAD GUI Building IDE for wxPython
Boa Constructor is a cross platform RAD GUI Building IDE. It offers visual frame creation and manipulation, an object inspector, many views on the source like inheritance hierarchies, object methods and properties, html generated from documentation strings, a debugger and integrated help. It is written in Python and uses the wxPython toolkit which wraps wxWindows.
devel/gc-7.6.0 (Score: 0.0010835839)
Garbage collection and memory leak detection for C and C++
The Boehm-Weiser garbage collection package, for C and C++ - garbage collection and memory leak detection libraries. A garbage collector is something which automatically frees malloc'd memory for you by working out what parts of memory your program no longer has pointers to. As a result, garbage collectors can also inform you of memory leaks (if they find memory they can free, it means you have lost all of your pointers to it, but you didn't free it). C programs may be linked against either of these, and should run (with GC or leak detection) without change. C++ programs must include a header to use garbage collection, though leak detection should work without such source code modifications. See the man page and header files. This package only brings Boehm-GC libraries with threading support. ps: garbage collection is addictive.
devel/compiler-rt-0.r131639 (Score: 0.0010835839)
Compiler runtime library with Blocks support
The compiler-rt project is a simple library that provides an implementation of the low-level target-specific hooks required by code generation and other runtime components. For example, when compiling for a 32-bit target, converting a double to a 64-bit unsigned integer is compiling into a runtime call to the "__fixunsdfdi" function. The compiler-rt library provides optimized implementations of this and other low-level routines.
devel/compiz-bcop-0.8.8 (Score: 0.0010835839)
Code generator for Compiz Fusion Plugins
BCOP is a code generator that provides an easy way to handle plugin options by generating parts of the plugin code directly from the xml metadata file. It is used for most of the Compiz Fusion plugins.
devel/configkit-0.4.20080902 (Score: 0.0010835839)
Somewhat prototypical facility for generating CLI interfaces
A somewhat prototypical facility for generating CLI interfaces.
devel/cons-test-2.2.0 (Score: 0.0010835839)
Test bed for `Cons' development
This is the cons-test regression test suite for the Cons software construction utility. Cons is a Perl-based make replacement. It is not compatible with make, but has a number of powerful capabilities not found in other software construction systems, including make. This package contains only the tests, not Cons itself. You should look for the "cons" package that corresponds to the version number of this package. See that package for all the details about Cons.
devel/bsdcflow-0.0.6 (Score: 0.0010835839)
Call graph generator for C and assembler code
cflow reads files as C or assembler program source and prints a graph of the function call hierarchy. Called functions are indented according to their caller-callee relationship, in the order of occurrence.
devel/flatbuffers-1.4.0 (Score: 0.0010835839)
Memory efficient serialization library
Memory efficient serialization library.
devel/cvs2svn-2.4.0 (Score: 0.0010835839)
CVS 版本库到 Subversion 的转换器
cvs2svn 是一个 Python 脚本,能将 CVS 版本库迁移到 Subversion、Git 或 Bazaar 版本库。 它是专门用来一次性转换的,而不是用来在 CVS 和 Subversion/Git/Bazaar 之间重复地同步的。