Ports Search

Results 4,9014,910 of 5,824 for /net/.(0.005 seconds)
devel/cvs-syncmail-2.1 (Score: 0.014903333)
CVS notification tool
Syncmail is a CVS notification tool which can provide a diff for every change to a CVS repository, mailed to specified email addresses. This tool is useful for large communities to monitor activity, and is used for Python and many other active projects.
devel/cvslines-1.6.9 (Score: 0.014903333)
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/cx_Freeze-4.3.3 (Score: 0.014903333)
The cx_Freeze is a set of utilities for freezing Python scripts
cx_Freeze is a set of utilities for freezing Python scripts into executables using many of techniques found in Thomas Heller's py2exe, Godon McMillan's Installer and the Freeze utility that ships with Python itself.
devel/libdisasm-0.23 (Score: 0.014903333)
Bastard Disassembly Environment x86 disassembler library and CLI
The libdisasm library provides basic disassembly of Intel x86 instructions from a binary stream. The intent is to provide an easy to use disassembler which can be called from any application; the disassembly can be produced in AT&T syntax and Intel syntax, as well as in an intermediate format which includes detailed instruction and operand type information.
devel/alexandria-2010.01.16 (Score: 0.014903333)
Collection of portable public domain utilities for Common Lisp
As a project Alexandria's goal is to reduce duplication of effort and improve portability of Common Lisp code according to its own idiosyncratic and rather conservative aesthetic. What this actually means is open to debate, but each project member has a veto on all project activities, so a degree of conservatism is inevitable.
devel/split-sequence-20011114.1 (Score: 0.014903333)
Partitioning Common Lisp sequences
split-sequence is a small library to split sequences in to a list of subsequences delimited by an object satisfying a test function. It is a member of the Common Lisp Utilities family of programs, designed by community consensus.
devel/trivial-features-2010.01.16 (Score: 0.014903333)
Ensures consistent *FEATURES* in Common Lisp
trivial-features ensures consistent *FEATURES* across multiple Common Lisp implementations. For example, on MacOS X platforms, while most Lisps push :DARWIN to *FEATURES*, CLISP and Allegro push :MACOS and :MACOSX instead, respectively. Some Lisps might not push any feature suggesting MacOS X at all. trivial-features will make sure all Lisps will have :DARWIN in the *FEATURES* list when running on MacOS X.
devel/trivial-gray-streams-2008.11.02 (Score: 0.014903333)
Thin compatibility layer for Gray streams
trivial-gray-streams is a trivial library which provides an extremely thin compatibility layer for Gray streams. From David N. Gray's STREAM-DEFINITION-BY-USER proposal: "Common Lisp does not provide a standard way for users to define their own streams for use by the standard I/O functions. This impedes the development of window systems for Common Lisp because, while there are standard Common Lisp I/O functions and there are beginning to be standard window systems, there is no portable way to connect them together to make a portable Common Lisp window system. There are also many applications where users might want to define their own filter streams for doing things like printer device control, report formatting, character code translation, or encryption/decryption."
devel/dwarfdump-20130207 (Score: 0.014903333)
Tool to display DWARF debugging information in ELF files
The dwarfdump tool prints the various elements of DWARF debugging information found in ELF object files.
devel/fastcrc-1.0 (Score: 0.014903333)
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