Ports 搜索

共有5,827项符合/net-mgmt/的查询结果,以下是第2,4812,490项(搜索用时0.01秒)
devel/cscope-15.8b (Score: 0.007000902)
Interactive C program browser
This port of SCO / USL's 'cscope' lets one easily navigate large C programs. It's designed to answer questions like where symbols are defined and used, where variables are assigned, and much more. The Santa Cruz Operation (SCO) has made this available under a very friendly, BSD-style Open Source License.
devel/cunit-2.1.3 (Score: 0.007000902)
Automated unit testing framework for C
CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. CUnit is built as a static library which is linked with the user's testing code. It uses a simple framework for building test structures, and provides a rich set of assertions for testing common data types. In addition, several different interfaces are provided for running tests and reporting results. These interfaces currently include: Automated, Basic, Console and Curses.
devel/cutter-1.2.4 (Score: 0.007000902)
Unit Testing Framework for C and C++
Cutter is a xUnit family Unit Testing Framework for C and C++. This is a list of features of Cutter: - easy to write tests; - outputs result with useful format for debugging; - tests are built as shared libraries.
devel/cvschangelogbuilder-2.5 (Score: 0.007000902)
Utility to generate changelogs and reports from a CVS repository
cvschangelogbuilder is an Perl utility to generate ChangeLogs or CVS reports for a project hosted on a CVS server. Features include the ability to work with a remote cvs repository, detailed reporting, graphical HTML reports and building changelogs.
devel/cvsdelta-1.7.0 (Score: 0.007000902)
Cvsdelta summarizes differences between local and in-cvs files
cvsdelta summarizes the difference between a CVS project and its local version. It detects files that have been added and removed, and of existing files it counts the number of lines that have been added, deleted, and changed. It filters project changes by using .cvsignore files, both system-wide and locally. Requires ruby.
devel/cvsplot-1.7.4 (Score: 0.007000902)
Perl script which analyses the history of a CVS-managed project
Cvsplot is used for collecting statistics from CVS controlled files. Simple statistics such as how the total number of files and lines of code change against time.
devel/cxmon-3.2 (Score: 0.007000902)
Interactive file manipulation tool and disassembler
Cxmon is an interactive command-driven file manipulation tool that is inspired by the "Amiga Monitor". Cxmon has commands and features similar to a machine code monitor/debugger, built-in PowerPC, 680x0, 80x86, 6502 and Z80 disassemblers and special support for disassembling MacOS code. You can also simply use it as an interactive workbench for manipulating files, or even as a hex calculator.
devel/cxxtest-3.10.1 (Score: 0.007000902)
Simple and powerful JUnit/CppUnit/xUnit-like framework for C++
CxxTest is a JUnit/CppUnit/xUnit-like framework for C++. Its advantages over existing alternatives are that it: - Doesn't require RTTI - Doesn't require member template functions - Doesn't require exception handling - Doesn't require any external libraries (including memory management, file/console I/O, graphics libraries) This makes it extremely portable and usable.
devel/datadraw-3.1.1 (Score: 0.007000902)
Feature rich persistent database generator
DataDraw is an ultra-fast persistent database for high performance programs written in C. It's so fast that many programs keep all their data in a DataDraw database, even while being manipulated in inner loops of compute intensive applications. Unlike slow SQL databases, DataDraw databases are compiled, and directly link into your C programs. DataDraw databases are resident in memory, making data manipulation even faster than if they were stored in native C data structures (really). Further, they can automatically support infinite undo/redo, greatly simplifying many applications. DataDraw databases can be persistent. Modifications to persistent data are written to disk as they are made, which of course dramatically slows write times. However, DataDraw databases can also be volatile. Volatile databases exist only in memory, and only for the duration that your program needs it. Volatile databases can be directly manipulated faster than C structures, since data is better organized in memory to optimize cache performance. DataDraw supports modular design. An application can have one or more common persistent databases, and multiple volatile databases to support various tools' data structures. Classes in a tool's database can extend classes in the common database. DataDraw is also 64-bit optimized, allowing programs to run much faster and in less memory than standard C programs using 64-bit pointers. This is because DataDraw databases support over 4 billion objects of a given class with 32-bit object references.
devel/diffuse-0.4.8 (Score: 0.007000902)
Graphical n-way diff and merge tool written in Python
Diffuse is a graphical tool for merging and comparing text files. Diffuse is able to compare an arbitrary number of files side-by-side and gives users the ability to manually adjust line matching and directly edit files. Diffuse can also retrieve revisions of files from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK repositories for comparison and merging. Some key features of Diffuse: - ability to compare and merge an arbitrary number of files side-by-side (n-way merges) - line matching can be manually corrected by the user - ability to directly edit files - syntax highlighting - Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, SVK support - support for UTF-8 encoded unicode - unlimited undo - easy keyboard navigation