Ports Search

Results 2,1812,190 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.007 seconds)
x11-fm/mucommander-0.9.0 (Score: 9.91065E-4)
Lightweight file manager featuring a Norton Commander style interface
muCommander is a lightweight, cross-platform file manager featuring a Norton Commander style interface and running on any operating system with Java support (Mac OS X, Windows, Linux, *BSD, Solaris...). Here's a non-exaustive list of what you'll find: - Virtual filesystem with local volumes, FTP, SFTP, SMB, NFS, HTTP and Bonjour support - Quickly copy, move, rename files, create directories, email files... - Browse, create and uncompress ZIP, TAR, GZip, BZip2, ISO/NRG, AR/Deb and LST archives - Universal bookmarks and credentials manager - Multiple windows support - Full keyboard access - Highly configurable
archivers/squeeze-0.2.3 (Score: 9.885248E-4)
Squeeze is a modern and advanced archive manager
Squeeze is a modern and advanced archive manager for the Xfce Desktop Environment. Its design adheres to the Xfce philosophy, which basically means Squeeze is designed to be both fast and easy to use.
audio/al-0.1.0 (Score: 9.885248E-4)
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: 9.885248E-4)
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: 9.885248E-4)
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: 9.885248E-4)
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: 9.885248E-4)
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: 9.885248E-4)
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: 9.885248E-4)
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: 9.885248E-4)
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).