Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第6,0216,030项(搜索用时0.013秒)
devel/spread-2.1.0 (Score: 9.15773E-5)
Php Interface to the Spread Toolkit API
pecl-spread is a extension for PHP to support the Spread toolkit API. While Spread is an open source toolkit that provides a high performance messaging service that is resilient to faults across local and wide area networks.
devel/uprofiler-0.11.0.20150219 (Score: 9.15773E-5)
Lightweight profiler for PHP
uprofiler is a hierarchical profiler for PHP. It reports function-level call counts and inclusive and exclusive metrics such as wall (elapsed) time, CPU time and memory usage. A function's profile can be broken down by callers or callees.
devel/lnphost-1.0a (Score: 9.15773E-5)
Lego RCX iinfrared communication API
A library supporting IR communication over the Lego Mindstorms IR tower. It can be used from C programs on Posix compliant platforms, supports multiple protocols and is designed to be a replacement for lnpd.
devel/log4cplus-1.1.2 (Score: 9.15773E-5)
Logging library for C++
This is a port of log4cplus, a simple-to-use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modeled after the Java log4j API.
devel/luafilesystem-1.6.3 (Score: 9.15773E-5)
Library to access directory structure and file attributes
LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying directory structure and file attributes.
devel/lunit-0.5 (Score: 9.15773E-5)
Unit Testing Framework for Lua
Lunit is a unit testing framework for lua, written in lua. It provides currently 27 assert functions, 8 type checking functions and a few miscellaneous functions for usage as an easy unit testing framework.
devel/makedepend-1.0.5 (Score: 9.15773E-5)
Dependency generator for makefiles
Makedepend is a makefile dependency generator from The XFree86 Project, Inc. If you have X installed, you already have makedepend and do not need this port! Makedepend reads each sourcefile in sequence and parses it like a C-preprocessor, processing all #include, #define, #undef, #ifdef, #ifndef, #endif, #if and #else directives so that it can correctly tell which #include, directives would be used in a compilation. Any #include, directives can reference files having other #include directives, and parsing will occur in these files as well. Every file that a sourcefile includes, directly or indirectly, is what makedepend calls a "dependency". These dependencies are then written to a makefile in such a way that make will know which object files must be recompiled when a dependency has changed.
devel/motor-3.4.0 (Score: 9.15773E-5)
Powerful text mode based programming IDE
Motor is a text mode based programming environment for *nix. It consists of a powerful editor with syntax highlight, project manager, makefile generator, gcc and gdb front-end, etc. Deep CVS integration is also provided.
devel/magic-0.7.3 (Score: 9.15773E-5)
OCaml binding for libmagic(3)
[ excerpt from developer's www site ] An ocaml wrapper for the libmagic(3) API. The libmagic API consults on a magic(5) database file in order to provide information to identify the type of a given file.
devel/AI-Prolog-0.741 (Score: 9.15773E-5)
Perl extension for logic programming
AI::Prolog is merely a convenient wrapper for a pure Perl Prolog compiler. Regrettably, at the current time, this requires you to know Prolog. That will change in the future.