Its user interface is similar to winamp or xmms.
features:
Last.fm scrobbler, D-Bus, Spectrum Analyzer, sample rate conversion,
streaming (MP3, Vorbis via IceCast/ShoutCast), projectm visualization,
device detection, MPRIS, global hotkey, video playback using Mplayer,
Bauer Stereophonic-to-Binaural DSP, projectM audio visulaliser,
lyrics (from LyricWiki.orig), and all skins for winamp and/or xmms
input plugins:
MPEG1 layer 1/2/3, Ogg Vorbis, native FLAC, Musepack, WavePack,
ModPlug, WMA (and other formats provided by FFmpeg library), PCM WAVE,
AAC, CD audio and CUE (including flac, WavPack embeded cue)
output plugins:
PulseAudio, OSS and Jack
WWW: http://qmmp.ylsoftware.com/
or http://code.google.com/p/qmmp/
PR: ports/154773
Submitted by: SimaMoto,RyoTa <liangtai.s4 at gmail.com>
inspired by Rum, a tiny but powerful mapper for Rack applications.
It integrates many templates via Tilt, and testing via
Cutest and Capybara.
WWW: http://github.com/soveran/cuba
displaying information from the coreboot table. It is intended for x86-based
systems (both 32-bit and 64-bit) that use coreboot.
The coreboot table resides in low physical memory, and may be accessed
through the /dev/mem interface. It is created at boot time by coreboot, and
contains various system information such as the type of mainboard in use. It
specifies locations in the CMOS (nonvolatile RAM) where the coreboot
parameters are stored.
For information about coreboot, see http://www.coreboot.org/.
WWW: http://www.coreboot.org/Nvramtool
PR: ports/155583
Submitted by: Andrey Zonov <andrey at zonov.org>
The aim of Kombu is to make messaging in Python as easy as
possible by providing an idiomatic high-level interface for
the AMQP protocol, and also provide proven and tested solutions
to common messaging problems.
Features:
* Allows application authors to support several message
server solutions by using pluggable transports.
* Supports automatic encoding, serialization and compression
of message payloads.
* Consistent exception handling across transports.
* The ability to ensure that an operation is performed by
gracefully handling connection and channel errrors.
* Several annoyances with amqplib has been fixed, like
supporting timeouts and the ability to wait for events on
more than one channel.
WWW: http://github.com/ask/kombu
Hardware & software inventory (with agent or agentless using SNMP);
Wake On Lan (WOL);
Software deployment using OCS Inventory NG protocol and peer to peer download;
Network connected devices (using Netbios, nmap and SNMP).
WWW: http://fusioninventory.org/
PR: ports/154867
Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com>
- Optimize away `.for .. .endfor' loop when installing PORTDOCS
- Wrap one overly long line, canonicalize Makefile header while here
- Handle license installation via LICENSE framework
Approved by: maintainer (earlier version of patch)
nested tree model is a way of representing hierarchical information in
a database. This takes a different approach to the Adjacency List
implementation. (see DBIx::Class::Tree::AdjacencyList which uses
parent relationships in a recursive manner).
WWW: http://search.cpan.org/dist/DBIx-Class-Tree-NestedSet/
adjacency list model is a very common way of representing a tree
structure. In this model each row in a table has a prent ID column
that references the primary key of another row in the same table.
Because of this the primary key must only be one column and is usually
some sort of integer. The row with a parent ID of 0 is the root node
and is usually the parent of all other rows. Although, there is no
limitation in this module that would stop you from having multiple
root nodes.
WWW: http://search.cpan.org/dist/DBIx-Class-Tree/