Ports Search

Results 12,50112,510 of 19,819 for %22HTTP Server%22.(0.012 seconds)
devel/Symbol-Util-0.0203 (Score: 9.2878623E-4)
Additional utils for Perl symbols manipulation
Additional utils for Perl symbols manipulation
devel/SVN-Hook-0.28 (Score: 9.2878623E-4)
Perl module for managing Subversion hook scripts
The SVN::Hook Perl module provides a programmable interface to manage hook scripts for Subversion.
devel/SVN-Look-0.41 (Score: 9.2878623E-4)
Caching wrapper around the svnlook command
SVN-Look is a caching wrapper aroung the svnlook command. The svnlook command is the workhorse of Subversion hook scripts, being used to gather all sorts of information about a repository, its revisions, and its transactions. This script provides a simple object oriented interface to a specific svnlook invocation, to make it easier to hook writers to get and use the information they need. Moreover, all the information gathered buy calling the svnlook command is cached in the object, avoiding repetitious calls.
devel/SVN-Mirror-0.75 (Score: 9.2878623E-4)
Mirror remote subversion repository to local
This module mirrors remote repositories to a local Subversion repository. It supports remote Subversion repositories accessible via the SVN::Ra interface; other version control systems (such as Perforce and CVS) are also supported via the VCP module.
devel/Sys-Mmap-0.17 (Score: 9.2878623E-4)
Map in a file as a Perl variable using mmap(2)
The Mmap module lets you use mmap to map in a file as a Perl variable rather than reading the file into dynamically allocated memory. The advantage of this is that several processes may share one copy of the file or string, saving memory, and concurrently making changes to portions of the file or string. When not used with a file, it is an alternative to SysV shared memory that places no arbitrary size limits on the shared memory area, and efficiently handles sparse memory usage.
devel/Sys-Sendfile-0.16 (Score: 9.2878623E-4)
Perl extension for zero-copy data transfer
Sys::Sendfile provides access to your operating system's sendfile facility. It allows you to efficiently transfer data from one filehandle to another. Typically the source is a file on disk and the sink is a socket, and some operating systems may not even support other usage.
devel/Sys-Sig-0.05 (Score: 9.2878623E-4)
Return signal constants for this host
Return signal constants for this host.
devel/Sys-Trace-0.03 (Score: 9.2878623E-4)
Interface to system call tracing interfaces
Sys::Trace provides a way to programmatically run or trace a program and see the system calls it makes. This can be useful during testing as a way to ensure a particular file is actually opened, or another hard to test interaction actually occurs. Currently supported tracing mechanisms are ktrace, strace and truss.
devel/System2-0.84 (Score: 9.2878623E-4)
System2 - like system(), but with STDERR available as well
Execute a command, and returns output from STDOUT and STDERR. Much like system(). $? is set. (Much cheaper than using open3() to get the same info.) If $debug is set, on-the fly diagnostics will be reported about how much data is being read.
devel/SVN-Notify-2.86 (Score: 9.2878623E-4)
Subversion activity notification
This class may be used for sending email messages for Subversion repos- itory activity. There are a number of different modes supported, and SVN::Notify is fully subclassable, to easily add new functionality. By default, a list of all the files affected by the commit will be assem- bled and listed in a single message. An additional option allows diffs to be calculated for the changes and either appended to the message or added as an attachment.