Ports Search

Results 2,6112,620 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
databases/q4m-0.9.13 (Score: 8.1227766E-4)
Message queue that works as a pluggable storage engine of MySQL
Q4M (Queue for MySQL) is a message queue licensed under GPL that works as a pluggable storage engine of MySQL 5.1, designed to be robust, fast, flexible. The development started in late December of 2007, and although it is very primitive, operates quite swiftly.
devel/lndir-1.0.3 (Score: 8.1227766E-4)
Create a shadow directory of symbolic links to another directory tree
The lndir program makes a shadow copy of a directory tree, except that the shadow is populated with symbolic links pointing at the real files in the original directory tree. This is usually useful for maintaining source code for different machine architectures.
devel/Cache-FastMmap-1.44 (Score: 8.1227766E-4)
Uses an mmap\'ed file to act as a shared memory interprocess cache
A shared memory cache through an mmap'ed file. It's core is written in C for performance. It uses fcntl locking to ensure multiple processes can safely access the cache at the same time. It uses a basic LRU algorithm to keep the most used entries in the cache.
devel/Getopt-Compact-0.04 (Score: 8.1227766E-4)
Getopt processing in a compact statement with long and short options
This is yet another Getopt related module. Getopt::Compact is geared towards compactly and yet quite powerfully describing an option syntax. Options can be parsed, returned as a hashref of values, and/or displayed as a usage string or within the script POD.
devel/Log-Dispatch-Dir-0.14 (Score: 8.1227766E-4)
Log messages to separate files in a directory, with rotate options
Log::Dispatch::Dir provides a simple object for logging to directories under the Log::Dispatch::* system, and automatically rotating them according to different constraints. Each message will be logged to a separate file the directory. Logging to separate files can be useful for example when dumping whole network responses (like HTTP::Response content).
devel/Module-Compile-0.23 (Score: 8.1227766E-4)
Provide a system for writing modules that compile other Perl modules
This module provides a system for writing modules that *compile* other Perl modules. Modules that use these compilation modules get compiled into some altered form the first time they are run. The result is cached into ".pmc" files. Perl has native support for ".pmc" files. It always checks for them, before loading a ".pm" file.
devel/local-lib-2.000015 (Score: 8.1227766E-4)
Perl extension to create and use a local lib/ with PERL5LIB
This module provides a quick, convenient way of bootstrapping a user-local Perl module library located within the user's home directory. It also constructs and prints out for the user the list of environment variables using the syntax appropriate for the user's current shell (as specified by the SHELL environment variable), suitable for directly adding to one's shell configuration file.
devel/io-like-0.3.0.20130301 (Score: 8.1227766E-4)
The interface of IO objects to classes providing a few simple methods
The IO::Like module provides all of the methods of typical IO implementations such as File; most importantly the read, write, and seek series of methods. A class which includes IO::Like needs to provide only a few methods in order to enable the higher level methods. Buffering is automatically provided by default for the methods which normally provide it in IO.
dns/dnsmax-perl-1.0.1 (Score: 8.1227766E-4)
DNSMax-perl is a perl DNS update client for the REST DNSMax protocol
A Cross Platform DNS update client, written in perl. DNSMax update uses the DNSMax protocol version 2.0 to send DNS update requests. It manages DNS records, update history, and allows for per record configuration. It also includes a wizard for generation of configuration files. Supported Dynamic DNS services http://www.thatip.com/ http://www.dnsmax.com/ -Dan Smith dan@algenta.com
graphics/jpgraph-4.0.1 (Score: 8.1227766E-4)
Draw both "quick and dirty" graphs with a minimum of code
JpGraph is an OO class library for PHP. JpGraph makes it easy to draw both "quick and dirty" graphs with a minimum of code and complex professional looking graphs which requires a very fine grain of control. The library assigns context sensitive default values for most parameters which helps minimize the learning curve.