Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第1,7611,770项(搜索用时0.003秒)
devel/App-SVN-Bisect-1.1 (Score: 0.032514982)
Binary search through svn revisions
SVN binary search, based on git-bisect.
devel/App-Trace-0.50 (Score: 0.032514982)
Embedded debug statements, including call/return tracing
App::Trace provides debug/tracing support for perl programs and modules. The basic concept is that you put a special call at the beginning and end of each subroutine/method, and when tracing is enabled, you can see the flow of your program.
devel/App-Control-1.02 (Score: 0.032514982)
Apachectl style control of another script or executable
App::Control is a simple module to replicate the kind of functionality you get with apachectl to control apache, but for any script or executable. There is a very simple OO interface, where the constructor is used to specify the executable, command line arguments, and pidfile, and various methods (start, stop, etc.) are used to control the executable in the obvious way.
devel/App-cpanminus-1.7039 (Score: 0.032514982)
Perl extension to get, unpack, build, and install modules from CPAN
Get, unpack, build and install modules from CPAN.
devel/Ice-3.6.2 (Score: 0.032514982)
Modern alternative to object middleware such as CORBA/COM/DCOM/COM+
The Internet Communications Engine (Ice) is a modern alternative to object middleware such as CORBA(TM) or COM/DCOM/COM+. Ice is easy to learn, yet provides a powerful network infrastructure for demanding technical applications. Ice shines where technologies such as SOAP or XML-RPC are too slow, or do not provide sufficient scalability or security.
devel/p65-1.1 (Score: 0.032514982)
Assembler for the 6502 microprocessor
The P65 assembler is an assembler for the 6502 microprocessor (such as is used in the Commodore 64, Apple II, and Nintendo Entertainment System) written entirely in Perl. It is designed to be able to support a wide variety of output formats, since many people will be using this to produce code that an emulator would like to see. Features of P65 : - Highly portable - Flexible output format - Multiple file support - Temporary label support - Assemble-time expressions - Symbol table management - Optimal instruction selection
devel/App-cpanoutdated-0.24 (Score: 0.032514982)
Detect outdated CPAN modules
App::cpanoutdated detects outdated CPAN modules in your environment.
devel/App-Info-0.57 (Score: 0.032514982)
Interface for providing metadata about installed software packages
App::Info provides a generalized interface for providing metadata about software packages installed on a system. The idea is that App::Info subclasses can be used in Perl application installers in order to determine whether software dependencies have been fulfilled, and to get necessary metadata about those software packages.
devel/App-Options-1.12 (Score: 0.032514982)
Combine command line options, environment vars, and option file values
App::Options combines command-line arguments, environment variables, option files, and program defaults to produce a hash of option values.
devel/App-local-lib-helper-0.07 (Score: 0.032514982)
Make it easy to run code against a local-lib
Helper for 'local' libs versions This is an object which provide the functionality to create a local::lib 'helper' script in either the currently loaded local::lib environment or in a target directory of choice. i By default the script is called localenv and can be used to invoke a command under the local::lib which it was built against. For example, assume you build a local::lib like so: cpanm --local-lib ~/mylib App::local::lib::helper