Ports Search

Results 2,6112,620 of 5,824 for /net/.(0.005 seconds)
devel/rote-0.2.8 (Score: 0.01987111)
Simple library for VT102 terminal emulation
ROTE is a simple C library for VT102 terminal emulation. It allows the programmer to set up virtual 'screens' and send them data. The virtual screens will emulate the behavior of a VT102 terminal, interpreting escape sequences, control characters and such. The library supports ncurses as well so that you may render the virtual screen to the real screen when you need to.
devel/rsvndump-0.6 (Score: 0.01987111)
Remote Subversion repository dumpfile generator
rsvndump is a command line tool that is able to dump a Subversion repository that resides on a remote server. All data is dumped in the format that can be read an written by svnadmin dump, so the data which is produced can easily be imported into a new Subversion repository.
devel/gputils-1.5.0.1 (Score: 0.01987111)
Utilities for Microchip PIC microcontrollers
GPUTILS contains a set of utilities (assembler, disassembler, ...) for Microchip's PIC microcontroller families. This port was previously called GPASM.
devel/upp-9251 (Score: 0.01987111)
Ultimate++, a BSD-licensed, cross-platform, C/C++ RAD suite
Ultimate++ is a C++ cross-platform rapid application development suite. It includes a set of libraries (GUI, SQL, etc..), and an integrated development environment.
devel/scandoc-0.14 (Score: 0.01987111)
C/C++ documentation generator
ScanDoc scans C and C++ program for embedded documentation, and formats it into HTML or other formats. It also analyzes code structure and uses this information to enhance the generated documentation. It has been inspired by JavaDoc, as well as the Amiga "autodoc" utility.
devel/sigslot-1.0.0 (Score: 0.01987111)
C++ Signal/Slot Library
sigslot - C++ Signal/Slot Library
devel/silentbob-3.0 (Score: 0.01987111)
Yet another sourcecode indexing tool
"SilentBob" is a tool to help a programmer/team manager to digest and comprehend either a simple program or a big source code tree based on the source code by presenting the code in a searcheable and tagged way. It helps to speed up the learning curve and to make it more convenient to get hands on a code from somebody, or also is convenient to browse your own projects. It includes functionality from such tools as: ctags, cscope and ctree, but it is faster than any of them, and is offering the features in one package. In some way it can be viewed as a superset of ctags, cscope and ctree.
devel/smc-4.3.0 (Score: 0.01987111)
The State Machine Compiler
SMC takes a state machine stored in a .sm file and generates a State pattern in C++, Java or [incr Tcl]. Includes: default transitions, transition args, transition guards, push/pop transitions and Entry/Exit actions.
devel/stxxl-1.4.1 (Score: 0.01987111)
Standard Template Library for Extra Large Data Sets
STXXL is an implementation of the C++ standard template library STL for external memory (out-of-core) computations, i. e. STXXL implements containers and algorithms that can process huge volumes of data that only fit on disks. While the closeness to the STL supports ease of use and compatibility with existing applications, another design priority is high performance.
devel/metaid-1.0 (Score: 0.01987111)
Ruby metaprogramming helpers
MetAid adds a few innocent methods to Object and Module to make metaprogramming easier. For the lore of metaprogramming see Seeing Metaclasses Clearly and Chapter Six of Why's (Poignant) Guide to Ruby.