Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第6,0816,090项(搜索用时0.01秒)
devel/lunit-0.5 (Score: 2.2029475E-4)
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: 2.2029475E-4)
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: 2.2029475E-4)
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: 2.2029475E-4)
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: 2.2029475E-4)
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.
devel/BFD-0.31 (Score: 2.2029475E-4)
Impromptu dumping of data structures for debugging purposes
BFD allows for impromptu dumping of output to STDERR. Useful when you want to take a peek at a nest Perl data structure by emitting (relatively) nicely formatted output with filename and line number prefixed to each line.
devel/CPAN-Recent-Uploads-0.08 (Score: 2.2029475E-4)
Find the distributions recently uploaded to CPAN
CPAN::Recent::Uploads provides a mechanism for obtaining a list of the RECENT uploads to CPAN as determined from the files produced by File::Rsync::Mirror::Recentfile that exist in the authors/ directory on CPAN.
devel/Class-Base-0.06 (Score: 2.2029475E-4)
Useful base class for deriving other modules
This module implements a simple base class from which other modules can be derived, thereby inheriting a number of useful methods such as "new()", "init()", "params()", "clone()", "error()" and "debug()".
devel/CommitBit-0.02 (Score: 2.2029475E-4)
Project administration tool
CommitBit is a tool for managing commit access to software projects. It also provides for a "code.yourorganization.org" site with links to your wiki, mailing lists, bug tracking and so on.
devel/dbus-c++-0.9.1 (Score: 2.2029475E-4)
C++ API for D-BUS
dbus-c++ attempts to provide a C++ API for D-BUS. The library has a glib/gtk and an Ecore mainloop integration. It also offers an optional own main loop.