Ports Search

Results 551560 of 5,623 for /devel/.(0.002 seconds)
devel/fastcrc-1.0 (Score: 0.032514982)
Fast CRC routines
Fast CRC routines written in assembly language, callable using the C and Pascal calling conventions, as well as directly from assembly language programs. This Unix port contains routines for the calculation of traditional CRC-32 used by Zmodem, Opus, Ethernet, and many other protocols. It also contains routines for the POSIX 1003.2 32-bit CRC calculation. See ${PREFIX}/share/doc/fastcrc/index.html for reference. This port requires ELF. It creates libfcrc.so.1, and includes <fastcrc.h> for C programmers. Dependencies: nasm
devel/dreampie-1.2.1 (Score: 0.032514982)
Python shell which is designed to be reliable and fun
DreamPie is a Python shell which is designed to be reliable and fun.
devel/kyua-0.13 (Score: 0.032514982)
Testing framework for infrastructure software
Kyua is a testing framework for infrastructure software, originally designed to equip BSD-based operating systems with a test suite. This means that Kyua is lightweight and simple, and that Kyua integrates well with various build systems and continuous integration frameworks. Kyua features an expressive test suite definition language, a safe runtime engine for test suites and a powerful report generation engine. Kyua is for both developers and users, from the developer applying a simple fix to a library to the system administrator deploying a new release on a production machine. Kyua is able to execute test programs written with a plethora of testing libraries and languages. The library of choice is ATF, for which Kyua was originally designed, but simple, framework-less test programs and TAP-compliant test programs can also be executed through Kyua.
devel/dulwich-0.10.1a (Score: 0.032514982)
Python implementation of the Git file formats and protocols
Dulwich is a Python implementation of the Git file formats and protocols, without the need to have Git installed. It aims to provide an interface to Git repos (both local and remote) that does not call out to Git directly but instead uses pure Python. All functionality is available in pure Python. Optional C extensions can be built for improved performance.
devel/duplo-0.2.0 (Score: 0.032514982)
Find duplicated code blocks in large C/C++/Java/C
Duplicated source code blocks can harm maintainability of software systems. Duplo is a tool to find duplicated code blocks in large C/C++/Java systems.
devel/fb303-0.9.3 (Score: 0.032514982)
Facebook Bassline
A standard interface to monitoring, dynamic options and configuration, uptime reports, activity, etc.
devel/ffcall-1.10 (Score: 0.032514982)
Foreign function call libraries
This is a collection of four libraries which can be used to build foreign function call interfaces in embedded interpreters. The four packages are: avcall - calling C functions with variable arguments vacall - C functions accepting variable argument prototypes trampoline - closures as first-class C functions callback - closures with variable arguments as first-class C functions (a reentrant combination of vacall and trampoline) LICENSE: GPL2 or later
devel/dxa-0.1.3 (Score: 0.032514982)
Disassembler for MOS 6502 and compatible CPUs
dxa65 is a disassembler for MOS 6502 and compatible CPUs NMOS 6502s (such as 6502A, 6504, 6507, 6510, 7501, 8500, 8501, 8502 ...) CMOS 6502s (65C02 and Rockwell R65C02)
devel/fga-1.4 (Score: 0.032514982)
Fast Genetic Algorithm library
FGA is a simple yet powerful implementation of a general genetic algorithm, and provides many types of crossover and selection procedures. It is suitable to solve mathematical problems such as combinatorial optimization ones, as well as to build artificial life simulations. Written in C++, the library is released under the terms of the GNU Lesser General Public License, and it's easy to incorporate in other applications. A parallel version of the algorithm (using POSIX threads) is included in order to take advantage of multi-processor environments.
devel/e00compr-1.0.1 (Score: 0.032514982)
Library to Read/Write Compressed E00 Files
E00Compr is an Open Source ANSI-C library to compress and uncompress Arc/Info Export (E00) files. It can be easily plugged into existing E00 translators to add support for compressed E00 files simply by replacing the existing translator's read/write function by the E00ReadNextLine() and E00WriteNextLine() functions provided by the library.