Ports Search

Results 14,94114,950 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
devel/cgilib-0.7 (Score: 5.180394E-5)
Library of procedures for developing CGI programs in C
This is quite a simple library that provides an easy interface to the common gateway interface, known as CGI. The purpose is to provide an easy to use interface to CGI if you need to write your program in C instead of perl.
devel/nose-1.3.7 (Score: 5.180394E-5)
Discovery-based unittest extension
nose provides an alternate test discovery and running process for unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to magic. By default, nose will run tests in files or directories under the current working directory whose names include "test". nose also supports doctest tests and may optionally provide a test coverage report.
devel/cpptest-1.1.2 (Score: 5.180394E-5)
Unit testing framework for handling automated tests in C++
CppTest is a portable and powerful, yet simple, unit testing framework for handling automated tests in C++. The focus lies on usability and extendability. Several output formats, including simple text output, compiler-like output and HTML, are supported and new ones are easily added.
devel/cpputest-3.7.1 (Score: 5.180394E-5)
Unit testing and mocking framework for C/C++
CppUTest is a C /C++ based unit xUnit test framework for unit testing and for test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems. CppUTest's core design principles: * Simple to use and small * Portable to old and new platforms * Build with Test-driven Development in mind
devel/cscope-15.8b (Score: 5.180394E-5)
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/cssc-1.4.0 (Score: 5.180394E-5)
Workalike for the source code control system SCCS
CSSC is the GNU Project's replacement for SCCS. SCCS is a proprietary suite of tools which is provided with most commercial versions of Unix. The purpose behind CSSC is to provide a work-alike for SCCS which can be used on the various Free versions of Unix. SCCS was the only major form of source code control on Unix platforms for many years, until RCS came along. SCCS was an effective method for small projects, but these days it is less popular, particularly for projects involving large numbers of files. A certain amount of old software is still in SCCS form, and CSSC is designed to retrieve that software. Once retrieved, it is recommended to bring the source under the control of a more modern source code control system, such as git or Apache Subversion. However, SCCS (and CSSC) is still perfectly adequate for small projects. For example, if you are familiar with SCCS, it is not unreasonable to control the files in /etc and /usr/local/etc on your private FreeBSD machine with CSSC.
devel/cvsdelta-1.7.0 (Score: 5.180394E-5)
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/cvslines-1.6.9 (Score: 5.180394E-5)
Wrapper to ease merging of changes between CVS branches
cvslines extends the capability of the cvs commit command, to provide extra support in managing multiple concurrent lines of development. cvslines is a "wrapper" facility that helps out with merging changes between various cvs branches, where the branches represent different lines of development.
devel/cxxtest-3.10.1 (Score: 5.180394E-5)
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/cflow-2.0 (Score: 5.180394E-5)
Call graph generator for C code
Cflow reads files as C program source and attempts to print a graph of the program's function call hierarchy to the standard output. Called functions are indented with respect to their calling functions, and printed only once, in the order they occur. This is version 2.0.