Ports Search

Results 351360 of 5,623 for /devel/.(0.004 seconds)
devel/libmonetra-7.0.4 (Score: 0.032514982)
Library for credit card processing through Monetra (formerly MCVE)
This is the library to allow connections to an Monetra Payment Processing Daemon via SSL and TCP/IP. It is the base of other APIs including PHP, PERL, and JAVA.
devel/libmpsse-1.3 (Score: 0.032514982)
Open source library for SPI/I2C control via FTDI chips
Open source library for SPI/I2C control via FTDI chips Libmpsse is a library for interfacing with SPI/I2C devices via FTDI's FT-2232 family of USB chips. Based around the libftdi library.
devel/libnxt-0.3 (Score: 0.032514982)
Lego NXT library
Lego Mindstorms NXT firmware management tools and library.
devel/cpputest-3.7.1 (Score: 0.032514982)
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/cram-0.7 (Score: 0.032514982)
A simple testing framework for command line applications
Cram is a functional testing framework for command line applications. Cram tests look like snippets of interactive shell sessions. Cram runs each command and compares the command output in the test with the command's actual output.
devel/creduce-2.5.0 (Score: 0.032514982)
Produces small test cases
C-Reduce is a tool which takes a large C or C++ program that has a property of interest (such as triggering a compiler bug) and automatically produces a much smaller C/C++ program that has the same property. It is intended for use by people who discover and report bugs in compilers and other tools that process C/C++ code.
devel/critcl-3.1.15 (Score: 0.032514982)
Compiled Runtime in Tcl
The C Runtime In Tcl, CriTcl for short, is a system to build C extension packages for Tcl on the fly, from C code embedded within Tcl scripts, for all who wish to make their code go faster.
devel/cscope-15.8b (Score: 0.032514982)
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/cscout-2.7 (Score: 0.032514982)
Source code analyzer and refactoring browser for C program collections
CScout is a source code analyzer and refactoring browser for collections of C programs. It can process workspaces of multiple projects (we define a project as a collection of C source files that are linked together) mapping the complexity introduced by the C preprocessor back into the original C source code files. CScout takes advantage of modern hardware advances (fast processors and large memory capacities) to analyze C source code beyond the level of detail and accuracy provided by current compilers and linkers. The analysis CScout performs takes into account the identifier scopes introduced by the C preprocessor and the C language proper scopes and namespaces. CScout has already been applied on projects ranging from tens of thousands of lines, like the FreeBSD and Linux kernels, and the Apache web server. This free unsupported version of CScout is distributed under the terms of the CScout Public License, which is available in the accompanying documentation.
devel/cssc-1.4.0 (Score: 0.032514982)
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.