Ports Search

Results 241250 of 5,623 for /devel/.(0.002 seconds)
devel/bzr-pipeline-1.4 (Score: 0.032514982)
Bzr tools for working with a sequence of branches
The Bazaar pipeline plugin helps you organize your changes into sections called "pipes". Pipelines can help you: * focus on each set of changes as a coherent piece, without being distracted by other sets of changes. * respect diff size limits when submitting changes * avoid reviewer fatigue when submitting changes for code review * maintain a set of patches against an upstream branch
devel/ald-0.1.7 (Score: 0.032514982)
Debugger for assembly level programs
This is a port of ALD - the Assembly Language Debugger. It provides breakpoint debugging capabilities to those wishing to debug their assembly language programs. Currently, x86 platforms are supported. Patrick Alken alken (at) colorado.edu
devel/alf-0.1 (Score: 0.032514982)
Abstract Large File
The Abstract Large File (ALF) project is a portable library for writing files that can be larger than 2GB or contain holes on systems that don't natively support one or both properties.
devel/bzr-rewrite-0.6.3 (Score: 0.032514982)
Bzr plugin that provides rewriting existing revisions
Plugin for Bazaar that provides various ways of rewriting existing revisions, including a rebase command similar to git's rebase.
devel/bzr-scmproj-0.6.2 (Score: 0.032514982)
Organise and manage a collection of bzr branches
A bzr plugin to organise and manage a collection of bzr branches as a complex project.
devel/bzr-stats-0.1.0 (Score: 0.032514982)
Simple statistics plugin for bzr
Simple statistics plugin for Bazaar. At the moment it can display statistics about the committers that have contributed to a project.
devel/bzr-svn-1.2.2 (Score: 0.032514982)
Plugin for bzr to work with svn
bzr-svn is a plugin that adds support for foreign Subversion repositories. This allows committing changes to Subversion branches as if they were native Bazaar branches.
devel/bzr-upload-1.1.0 (Score: 0.032514982)
Bzr plugin to incrementally upload changes to a dumb server
Web sites are often hosted on servers where bzr can't be installed. In other cases, the web site must not give access to its corresponding branch (for security reasons for example). Finally, web hosting providers often provides only ftp access to upload sites. This plugin uploads only the relevant changes in your working tree since the last upload using ftp or sftp protocols.
devel/afay-041111 (Score: 0.032514982)
Improved aflex and ayacc Ada 95 scanner and parser generators
This is a modified version of Aflex/Ayacc for Ada95 parent/child feature support. A new directive "%unit A.B.C" has been added, enabling the Ada unit A.B.C to be the parent of the generated lexer/parser. Aflex/Ayacc are copyrighted by the The University of California.
devel/caf-0.14.5 (Score: 0.032514982)
C++ actor framework
An Open Source Implementation of the Actor Model in C++. Actors in CAF are lightweight, consist of only a few hundred bytes, and are cooperatively managed by a state-of-the-art, work-stealing scheduler. You can spawn millions of actors if you want to. CAF offers a network-transparent message passing. Actors can talk to each other, no matter where they've been spawned. You do the hard part of implementing your app, CAF takes care of the low-level side of things. CAF allows you to transparently connect actors running on different machines and OSes via the network. It integrates multiple computing devices such as multi-core CPUs, GPGPUs, and even embedded hardware. You can also create message passing interface for your OpenCL backends.