nant

build tool similar to Ant

NAnt is different than Make. Instead of a model where it is extended with shell-based commands, NAnt is extended using task classes. Instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks get executed. Each task is run by an object that implements a particular Task interface.

nas-bin

Network Audio System - client binaries

The Network Audio System (NAS) was developed by NCD for playing, recording, and manipulating audio data over a network. Like the X Window System, it uses the client/server model to separate applications from the specific drivers that control audio input and output devices.

trac-wysiwyg

WYSIWYG style editor for the Trac issue tracking system

trac-wysiwyg allows the user to edit all textarea fields in Trac in a WYSIWYG style, e.g. in wiki pages, ticket descriptions, ticket comments and so on. Users may freely switch between the traditional and WYSIWYG editing mode during editing. Especially the aid in editing tables justifies the installation of this plugin.

pioneers-meta-server

Transitional dummy package to pioneers-metaserver

Pioneers is a computer implementation of the Settlers of Catan board game. It can be played over the internet.

python-django-mumble

Mumble-Server config application for Django

ruby-cmdparse

advanced command line parsing Ruby module supporting sub-commands

It allows the creation of command style programs, that perform different functions depending on which command is invoked. Additionally, nesting of commands, i.e. commands that take commands themselves, is also possible. For option parsing, the Ruby standard library optparse is used.