Ports Search

Results 2,0512,060 of 5,623 for /devel/.(0.003 seconds)
devel/apache-ant-1.9.7 (Score: 0.032514982)
Java- and XML-based build tool, conceptually similar to make
Apache Ant, a Java-based build tool, conceptually similar to make. Ant uses XML build files that defines a set of targets. Each target has dependencies (other targets) and contains a set of tasks to perform. There are tasks for various things, like compiling ("javac"), copying ("copy"), deleting ("delete"), executing other programs ("java", "exec", "execon", etc.), stylesheet transformations ("style") and so on.
devel/Cvs-0.07 (Score: 0.032514982)
Cvs - Object oriented interface to the CVS command
Cvs Object oriented interface to the CVS command
devel/Cwd-Guard-0.05 (Score: 0.032514982)
Temporary changing working directory (chdir)
CORE::chdir Cwd::Guard can change the current directory (chdir) using a limited scope.
devel/Dancer-Debug-0.03 (Score: 0.032514982)
Dancer::Debug - Extend Plack::Middleware::Debug
Dancer::Debug extends Plack::Middleware::Debug with some specific panels for Dancer.
devel/Danga-Socket-Callback-0.013 (Score: 0.032514982)
Use Danga::Socket From Callbacks
Danga::Socket::Callback is a thin wrapper arond Danga::Socket that allows you to set callbacks to be called at various events.
devel/Data-Flow-1.02 (Score: 0.032514982)
Perl extension for simple-minded recipe-controlled build of data
The module Data::Flow provides its services via objects. The objects may be obtained by the usual $request = new Data::Flow $recipes; paradigm. The argument $recipes is a hash reference, which provides the rules for request processing. The objects support two methods, set() and get(). The first one is used to provide input data for processing, the second one to obtain the output. The unit of requested information is a field. The method set() takes a pair field => value, the method get() takes one argument: the field. Every object is created without any fields filled, but it knows how to construct fields basing on other fields or some global into. This knowledge is provided in the argument $recipe of the new() function. This is a reference to a hash, keyed by fields. The values of this hash are hash references themselves, which describe how to acquire the field which is the corresponding key of the initial hash.
devel/Danga-Socket-1.61 (Score: 0.032514982)
Event loop and event-driven async socket base class
This is an abstract base class for objects backed by a socket which provides the basic framework for event-driven asynchronous IO, designed to be fast. Danga::Socket is both a base class for objects, and an event loop. Callers subclass Danga::Socket. Danga::Socket's constructor registers itself with the Danga::Socket event loop, and invokes callbacks on the object for readability, writability, errors, and other conditions.
devel/Data-Grouper-0.06 (Score: 0.032514982)
Data aggregator for perl objects
Aggregate perl modules, often useful for template expansion.
devel/Data-HashArray-1.03 (Score: 0.032514982)
Array class of hashes with properties via overloading and AUTOLOAD
Data::HashArray is an array of hashes or hash-based objects. This class has some magical properties that make it easier to deal with multiplicity.
devel/bcompiler-1.0.2 (Score: 0.032514982)
Bytecode compiler extension
bcompiler enables you to encode your scripts in phpbytecode, enabling you to protect the source code. bcompiler could be used in the following situations - to create a exe file of a PHP-GTK application (in conjunction with other software) - to create closed source libraries - to provide clients with time expired software (prior to payment) - to deliver close source applications - for use on embedded systems, where disk space is a priority.