Ports Search

Results 4,7414,750 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
devel/SVN-Hook-0.28 (Score: 1.0360788E-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-Notify-Config-0.0911 (Score: 1.0360788E-4)
Perl module for config-driven Subversion notification
This Perl module is a YAML-based configuration wrapper around the SVN::Notify module.
devel/Sys-Trace-0.03 (Score: 1.0360788E-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/SVN-Simple-0.28 (Score: 1.0360788E-4)
Simple interface to SVN::Delta::Editor
SVN::Simple::Edit wraps the subversion delta editor with a perl friendly interface and then you could easily drive it for describing changes to a tree. A common usage is to wrap the commit editor, so you could make commits to a subversion repository easily.
devel/SVN-Web-0.63 (Score: 1.0360788E-4)
Subversion repository web frontend
SVN::Web provides a web interface to subversion repositories. You can browse the tree, view history of a directory or a file, see what's changed in a specific revision, track changes with RSS, and also view diff. SVN::Web also tracks the branching feature (node copy) of subversion, so you can easily see the relationship between branches.
devel/Sentinel-0.05 (Score: 1.0360788E-4)
Create lightweight SCALARs with get/set callbacks
Sentinel provides a single lvalue function, sentinel, which yields a scalar that invoke callbacks to get or set its value. Primarily this is useful to create lvalue object accessors or other functions, to invoke actual code when a new value is set, rather than simply updating a scalar variable.
devel/String-Errf-0.007 (Score: 1.0360788E-4)
Simple sprintf-like dialect
String::Errf provides errf, a simple string formatter that works something like sprintf.
devel/Sys-Info-0.78 (Score: 1.0360788E-4)
Fetch information from the host system
Sys::Info is a Perl module to fetch information from the host system.
devel/Term-ReadLine-Perl-1.0303 (Score: 1.0360788E-4)
Quick implementation of the minimal interface to Readline libraries
This is a quick implementation of the minimal interface to Readline libraries.
devel/Test-DependentModules-0.26 (Score: 1.0360788E-4)
Test all modules which depend on your module
Test::DependentModules is intended as a tool for module authors who would like to easily test that a module release will not break dependencies. This is particularly useful for module authors (like myself) who have modules which are a dependency of many other modules. WARNING: The tests this module does should *NEVER* be included as part of a normal CPAN install!