Ports Search

Results 1,7211,730 of 1,952 for /x11-clocks/.(0.044 seconds)
archivers/unar-1.10 (Score: 0.0023543502)
Unarchiver for a vast variety of file formats
The Unarchiver is an archive unpacker program with support for the lots of popular ZIP, RAR, 7z, tar, gzip, bzip2, LZMA, XZ, CAB, MSI, NSIS, EXE, ISO, BIN, split file formats, as well as the old Stuffit, Stuffit X, DiskDouble, Compact Pro, Packit, cpio, compress (.Z), ARJ, ARC, PAK, ACE, ZOO, LZH, ADF, DMS, LZX, PowerPacker, LBR, Squeeze, Crunch, and other old/obscure formats. It can also handle filenames in foreign character sets, created with non- English versions of some operating systems, and is particularly useful for processing CJK archives correctly.
audio/ghostess-20120105 (Score: 0.0023543502)
Graphical DSSI host with JACK MIDI support
Ghostess is a graphical DSSI host, based on jack-dssi-host, but capable of saving and restoring plugin configuration, as well as specifying MIDI channels and layering synths. ghostess includes three MIDI drivers: an ALSA sequencer MIDI driver, a (clumsy but functional) CoreMIDI driver (which allows ghostess to be used on Mac OS X), and a JACK MIDI driver for use with the MIDI transport in recent versions (>=0.102.27) of JACK. ghostess also comes with a universal DSSI GUI, which attempts to provide GUI services for any DSSI or LADSPA plugin, and may be used with any DSSI host.
audio/portaudio-19.20140130 (Score: 0.0023543502)
Portable cross-platform Audio API
PortAudio is a free, cross-platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O. PortAudio provides a very simple API for recording and/or playing sound using a simple callback function or a blocking read/write interface. Example programs are included that play sine waves, process audio input (guitar fuzz), record and playback audio, list available audio devices, etc.
audio/Audio-Ecasound-1.01 (Score: 0.0023543502)
Perl extension for ecasound sampler, recorder, fx-processor
Audio::Ecasound provides perl bindings to the ecasound control interface of the ecasound program. You can use perl to automate or interact with ecasound so you don't have to turn you back on the adoring masses packed into Wembly Stadium. Ecasound is a software package designed for multitrack audio processing. It can be used for audio playback, recording, format conversions, effects processing, mixing, as a LADSPA plugin host and JACK node. Version >= 2.2.X must be installed to use this package. "SEE ALSO" for more info.
audio/xmcd-3.3.2 (Score: 0.0023543502)
Motif CD player
Xmcd is a program that allows the use of the CD-ROM drive as a full-featured stereo compact-disc player for the X Window System. Most of the features found on real CD players are available in xmcd, such as shuffle and repeat, track programming functions, a numeric keypad, and track warp slider for direct track access. Additional functions include sample play, A to B segment play, volume control, balance control, etc. Several automation options are also available on CD load, eject, play completion, and program exit. A Channel Routing feature allows you to select from several stereo or mono routing options. The volume control slider taper characteristics can also be altered.
benchmarks/iozone-2.01 (Score: 0.0023543502)
Performance Test of Sequential File I/O (older version)
Iozone: 'IO Zone' Benchmark Program (older 2.1 version) Iozone tests the speed of sequential I/O to actual files. Therefore, this measurement factors in the efficiency of your machine's file system, operating system, C compiler, and C runtime library. It produces a measurement which is the number of bytes per second that your system can read or write to a file. This is the 2.1 version of iozone. The new 3.x+ versions of iozone have completely changed their testing methods, thus their output is useless in comparing with older statistics.
deskutils/ical-2.2 (Score: 0.0023543502)
Calendar application
Copyright (c) 1993-1997 by Sanjay Ghemawat * Ical is an X based calendar program * Calendar items can be created edited and deleted easily. * Items can be made to repeat in various ways. * Ical will post reminders for upcoming appointments. * Ical can print and list item occurrences. * An ical calendar can include other calendars. * Ical calendars can be shared by different users. Copyrights ========== Most of the files are covered by the copyright in the file COPYRIGHT. The configure script is covered by the GNU Public License (see COPYRIGHT.GNU).
deskutils/xrolo-2.6 (Score: 0.0023543502)
Electronic Rolodex
Rolo is a tool for the Sun workstation which presents a user interface to a simple database of notes in a manner which approximates a Rolodex file. Each note in your Rolo file is meant to simulate a 3x5 card upon which you may scribble anything you like. You can have any number of cards in your rolodex, Rolo will keep track of them for you. You may browse around through them, create new ones, throw old ones away, search for strings in them, etc.
deskutils/xwrits-2.26 (Score: 0.0023543502)
Reminds you to take wrist breaks
Xwrits reminds you to take wrist breaks for prevention or management of repetitive stress injuries. When you should take a break, it pops up an X window, the warning window. You click on the warning window, then take a break. The window changes appearance while you take the break. it changes again when your break is over. Then you just resume typing. Xwrits hides itself until you should take another break. The typetime option changes the amount of time between breaks, and the breaktime option changes the length of a break. The defaults are 55 minutes and 5 minutes, respectively.
devel/bbfreeze-1.1.3 (Score: 0.0023543502)
Module to create standalone executables from Python scripts
bbfreeze creates standalone executables from Python scripts. It's similar in purpose to the well known py2exe for Windows, py2app for OS X, PyInstaller and cx_Freeze (in fact ancient versions were based on cx_Freeze. And it uses the modulegraph package, which is also used by py2app). It has the following features: - ZIP/Egg file import tracking - Binary dependency tracking (e.g. shared libraries) - Multiple script freezing support - Python interpreter included (named 'py') - Automatic pathname rewriting (pathnames in tracebacks are relative) - New distutils command: bdist_bbfreeze