Ports Search

Results 11,63111,640 of 19,819 for %22HTTP Server%22.(0.014 seconds)
devel/App-GitGot-1.333 (Score: 9.2878623E-4)
Tool to make it easier to manage multiple git repositories
got is a script to make it easier to manage all the version controlled repositories you have on all the computers you use. It can operate on all, some, or just one repo at a time, to both check the status of the repo (up to date, pending changes, dirty, etc.) and sync it with any upstream master.
devel/App-GitHub-1.0.1 (Score: 9.2878623E-4)
GitHub Command Tools
A command line tool wrap Net::GitHub.
devel/App-Rad-1.05 (Score: 9.2878623E-4)
Rapid creation of command line applications
App::Rad aims to be a simple yet powerful framework for developing your command-line applications. It can easily transform your Perl one-liners into reusable subroutines than can be called directly by the user of your program.
devel/App-CLI-0.313 (Score: 9.2878623E-4)
App::CLI - Dispatcher module for command line interface programs
App::CLI dispatches CLI (command line interface) based commands into command classes. It also supports subcommand and per-command options.
devel/App-Trace-0.50 (Score: 9.2878623E-4)
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: 9.2878623E-4)
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: 9.2878623E-4)
Perl extension to get, unpack, build, and install modules from CPAN
Get, unpack, build and install modules from CPAN.
devel/p65-1.1 (Score: 9.2878623E-4)
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: 9.2878623E-4)
Detect outdated CPAN modules
App::cpanoutdated detects outdated CPAN modules in your environment.
devel/App-Options-1.12 (Score: 9.2878623E-4)
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.