Ports Search

Results 2,1612,170 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.02 seconds)
audio/al-0.1.0 (Score: 0.0023779564)
PyAL is a binding of OpenAL for Python
PyAL is a wrapper around the OpenAL library and as such similar to the discontinued PyOpenAL project. In contrast to PyOpenAL, it has no licensing restrictions, nor does it rely on C code, but uses ctypes instead.
audio/librmpd-0.1.1 (Score: 0.0023779564)
Is a simple yet powerful Music Player Daemon library
librmpd is a simple yet powerful Music Player Daemon library written entirely in Ruby. It provides callback functionality to create an event/listener type of setup, along with thread safety for threaded apps.
devel/cram-0.7 (Score: 0.0023779564)
A simple testing framework for command line applications
Cram is a functional testing framework for command line applications. Cram tests look like snippets of interactive shell sessions. Cram runs each command and compares the command output in the test with the command's actual output.
devel/CPAN-DistnameInfo-0.12 (Score: 0.0023779564)
Extract distribution name and version from a CPAN filename
CPAN::DistnameInfo uses heuristics that have been learnt by http://search.cpan.org/ to extract the distribution name and version from filenames and also report if the version is to be treated as a developer release.
devel/Config-Any-0.27 (Score: 0.0023779564)
Load class configuration data from a number of file formats
Config::Any provides a facility for Perl applications and libraries to load configuration data from multiple different file formats. It supports XML, YAML, JSON, Apache-style configuration, Windows INI files, and even Perl code. The rationale for this module is as follows: Perl programs are deployed on many different platforms and integrated with many different systems. Systems administrators and end users may prefer different configuration formats than the developers. The flexibility inherent in a multiple format configuration loader allows different users to make different choices, without generating extra work for the developers. As a developer you only need to learn a single interface to be able to use the power of different configuration formats.
devel/DateTimeX-Easy-0.089 (Score: 0.0023779564)
Parse a date/time string using the best method available
DateTimeX::Easy makes DateTime object creation quick and easy. It uses a variety of DateTime::Format packages to do the bulk of the parsing, with some custom tweaks to smooth out the rough edges (mainly concerning timezone detection and selection).
devel/Directory-Queue-1.8 (Score: 0.0023779564)
Object oriented interface to a directory based queue in Perl
The goal of this module is to offer a simple queue system using the underlying filesystem for storage, security and to prevent race conditions via atomic operations. It focuses on simplicity, robustness and scalability.
devel/IO-File-AtomicChange-0.05 (Score: 0.0023779564)
Perl extension to change content of a file atomically
IO::File::AtomicChange - change content of a file atomically. This module truncate and write to temporary file. When you call $fh->close, replace target file with temporary file preserved permission and owner (if possible).
devel/MouseX-ConfigFromFile-0.05 (Score: 0.0023779564)
Abstract Mouse role for setting attributes from a configfile
This is an abstract role which provides an alternate constructor for creating objects using parameters passed in from a configuration file. The actual implementation of reading the configuration file is left to concrete subroles.
devel/POE-Component-Daemon-0.1400 (Score: 0.0023779564)
Handles all the housework for a daemon in POE
Dealing with all the little details of a forking daemon can be annoying and hard. POE::Component::Daemon encapsulates all the details into one place and (hopefully) gets them right.