Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第3,1213,130项(搜索用时0.003秒)
devel/SVN-Mirror-0.75 (Score: 0.032514982)
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/SVN-Notify-Config-0.0911 (Score: 0.032514982)
Perl module for config-driven Subversion notification
This Perl module is a YAML-based configuration wrapper around the SVN::Notify module.
devel/Sys-Mmap-0.17 (Score: 0.032514982)
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-RunAlone-0.12 (Score: 0.032514982)
Make sure only one invocation of a script is active at a time
Provide a simple way to make sure the script from which this module is loaded, is only running once on the server.
devel/Sys-RunAlways-0.05 (Score: 0.032514982)
Make sure there is always one invocation of a script active
Provide a simple way to make sure the script from which this module is loaded, is always running on the server.
devel/Sys-Sendfile-FreeBSD-0.01 (Score: 0.032514982)
Wrapper for the FreeBSD sendfile(2) function
Uses the FreeBSD sendfile(2) function to send the contents of an open file handle directly to an open socket.
devel/Sys-Sendfile-0.16 (Score: 0.032514982)
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: 0.032514982)
Return signal constants for this host
Return signal constants for this host.
Determines Subversion accounts to receive email via the authz file
This module is a filter for SVN::Notify, intended to assist with the maintenance of access control lists with Subversion repositories. This module removes the need to maintain a separate list of people to send email notification messages to (via svnnotify --to arguments), from the AuthZSVNAccessFile.
devel/Sys-Trace-0.03 (Score: 0.032514982)
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.