Ports Search

Results 5,7815,790 of 8,048 for www%3Atrac.(0.004 seconds)
devel/libzrtpcpp-2.3.4 (Score: 0.004186276)
ZRTP extension for GNU ccRTP
A separate extension package for GNU ccRTP, it provides support for the ZRTP protocol (as defined in the Internet draft draft-zimmermann-avt-zrtp).
devel/split-sequence-20011114.1 (Score: 0.004186276)
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.004186276)
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. This package is compiled with SBCL.
devel/trivial-gray-streams-2008.11.02 (Score: 0.004186276)
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." This package is compiled with SBCL.
devel/commit-patch-2.5.2 (Score: 0.004186276)
Commit patches or partial workspace changes to a VCS repository
Normally version control systems don't allow fine grained commits. commit-patch allows the user to control exactly what gets committed by letting the user supply a patch to be committed rather than using the files in the current working directory. commit-patch supports Darcs, Git, Mercurial, Bazaar, Subversion, Monotone or CVS repositories. Also included is an Emacs interface to commit-patch. It allows you to just hit C-c C-c in any patch buffer to apply and commit only the changes indicated by the patch, regardless of the changes in your working directory.
devel/courier-unicode-1.4 (Score: 0.004186276)
Courier implementation of Unicode Standard related algorithms
Courier library which implements several algorithms related to the Unicode Standard: - Look up uppercase, lowercase, and titlecase equivalents of a unicode character. - Implementation of grapheme and work breaking rules. - Implementation of line breaking rules. - Several ancillary functions, like looking up the unicode character that corresponds to some HTML 4.0 entity (such as "&", for example), and determining the normal width or a double-width status of a unicode character. Also, an adaptation of the iconv(3) API for this unicode library. This library also implements C++ bindings for these algorithms.
devel/cssc-1.4.0 (Score: 0.004186276)
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.
devel/cvsgraph-1.7.0 (Score: 0.004186276)
Graph the life story of a file under CVS or RCS
This program generates a graph (in PNG format) showing the revisions, tags, and branching of a file in a CVS or RCS repository. Example: cvsgraph -r /home/ncvs -m ports/devel/cvsgraph -o test.png pkg-descr,v It can also be used with cvsweb. A patch to cvsweb is available through the cvsgraph home page. Trevor Johnson
devel/cxxtools-2.2.1 (Score: 0.004186276)
Collection of general-purpose C++ classes
Cxxtools is a collection of general-purpose C++ classes.
devel/dbus-glib-0.104 (Score: 0.004186276)
GLib bindings for the D-BUS messaging system
GLib bindings for the D-BUS interprocess messaging system.