Ports Search

Results 4,2614,270 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
x11/slop-4.1.15 (Score: 4.178413E-4)
Make a screen selection and print the selection coordinates to stdout
slop (Select Operation) is an application that collects a screen selection from the user and prints the selection's coordinates to stdout.
devel/Devel-Cover-Report-Clover-0.35 (Score: 4.162601E-4)
Perl extension for Clover reporting of coverage statistics
This module generates a Clover compatible coverage xml file which can be used in a variety of continuous integration software offerings. It is designed to be called from the cover program distributed with Devel::Cover.
devel/Readonly-2.05 (Score: 4.162601E-4)
Facility for creating read-only scalars, arrays, hashes
This is a facility for creating non-modifiable variables. This is useful for configuration files, headers, etc. It can also be useful as a development and debugging tool, for catching updates to variables that should not be changed.
lang/polyml-5.6 (Score: 4.162601E-4)
Fast open-source implementation of Standard ML
Poly/ML is a full implementation of Standard ML available as open-source. It includes a symbolic debugger which allows breakpoints to be set and local variables to be viewed as ML values.
www/HTTP-Tiny-SPDY-0.020 (Score: 4.162601E-4)
Subclass of HTTP::Tiny with SPDY support
HTTP::Tiny::SPDY is a subclass of HTTP::Tiny with added support for the SPDY protocol. It is intended to be fully compatible with HTTP::Tiny so that it can be used as a drop-in replacement for it.
devel/PSQueue-1.1 (Score: 4.1567718E-4)
Priority Search Queue
A priority search queue efficiently supports the opperations of both a search tree and a priority queue. A 'Binding' is a product of a key and a priority. Bindings can be inserted, deleted, modified and queried in logarithmic time, and the binding with the least priority can be retrieved in constant time. A queue can be built from a list of bindings, sorted by keys, in linear time.
devel/lndir-1.0.3 (Score: 4.155677E-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/Module-Compile-0.23 (Score: 4.155677E-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: 4.155677E-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: 4.155677E-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.