Ports Search

Results 261270 of 5,623 for /devel/.(0.004 seconds)
devel/cccc-3.1.4 (Score: 0.032514982)
C and C++ Code Counter
Source code metric analyser for C, C++, Java and Ada Presents a report in HTML with figures for Lines of Code, McCabes Complexity, Ratio of Comments to Lines of Code and McCabe, module Fan-In and Fan-Out
devel/ccdoc-0.8r41 (Score: 0.032514982)
Extracting comments from C++ source and generating HTML
Ccdoc is a tool for extracting comments from C++ source code and presenting it in HTML format, very similar to Java's JavaDoc tool. The tagging used in ccdoc is very similar to that of Javadoc, with adaptations for the C++ specifics, of course. Ccdoc supports extracting comments from both header and implementation files. In contrast to most other C++ doc'ing applications, ccdoc analyses the code before it has been run through the pre-processor, so things such as macros can actually be included in the documentation. It's usage is not quite as straight forward as JavaDoc's, but considering the quality of the output, it is well worth the effort.
devel/ccrtp-2.0.9 (Score: 0.032514982)
Implementation of the real-time transport protocol
GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF (see RFC 3550, RFC 3551 and RFC 3555). ccRTP is a C++ library based on GNU Common C++ which provides a high performance, flexible and extensible standards-compliant RTP stack with full RTCP support. The design and implementation of ccRTP make it suitable for high capacity servers and gateways as well as personal client applications.
devel/cdash-2.2.3 (Score: 0.032514982)
Web-based software testing server
CDash is an open source, web-based software testing server. CDash aggregates, analyzes and displays the results of software testing processes submitted from clients located around the world. Developers depend on CDash to convey the state of a software system, and to continually improve its quality. CDash is a part of a larger software process that integrates Kitware's CMake, CTest, and CPack tools, as well as other external packages used to design, manage and maintain large-scale software systems.
devel/kdesdk-thumbnailers-4.14.3 (Score: 0.032514982)
KDE thumbnail generator for gettext po files
KDE thumbnail generator for gettext po files.
devel/cdialog-1.2.20150920 (Score: 0.032514982)
Enhanced version of 'dialog' to work with ncurses
This is an enhanced version of the 'dialog' command. Quoting Thomas Dickey, the ncurses developer, "DIALOG was written by Savio Lam <lam836@cs.cuhk.hk> and modified by several people. "Initially, I made fixes and reviewed the code to ensure that problems reported were not related to ncurses. After that, I resumed development, adding new widget types. See the changelog for details."
devel/cflow2vcg-0.5 (Score: 0.032514982)
Convert the result of the cflow utility in a VCG format
Cflow2vcg convert the result of the cflow utility in a VCG format. It offers the ability to view graphically the call-graph of sources, and import it in documentation.
devel/cgdb-0.6.8 (Score: 0.032514982)
Curses-based interface to the GNU Debugger
CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of CGDB is to be lightweight and responsive; not encumbered with unnecessary features. The interface is designed to deliver the familiar GDB text interface, with a split screen showing the source as it executes. The UI is modeled on the classic Unix text editor, vi. Those familiar with vi should feel right at home using CGDB.
devel/cgilib-0.7 (Score: 0.032514982)
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/libuutil-1.0.3 (Score: 0.032514982)
Illumos userland utilities library
libuutil is a library of userland utilities originating from solaris This library provides both a doubly linked-list implementation and a AVL tree implementation. This has been a private library best known as a core component for ZFS and SMF. The performance is considered excellent. As this has always been a private library, it is not well documented and there is no man page for it. The best documentation is located in the source code and reading OpenSolaris/Illumos ZFS and SMF sources will help as well.