Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第12,49112,500项(搜索用时0.013秒)
devel/Sub-Installer-0.0.3 (Score: 9.2878623E-4)
A clean way to (re)install package subroutines
This module provides two universal methods that any package/class can use to install subroutines in its own namespace.
devel/SOAP-WSDL-3.003 (Score: 9.2878623E-4)
Perl module for SOAP with WSDL support
SOAP-WSDL provides a SOAP client with WSDL support.
devel/SUPER-1.17 (Score: 9.2878623E-4)
Perl module control superclass method dispatch
p5-SUPER is a perl module provides three different ways to control superclass method dispatch.
devel/SVN-ACL-0.02 (Score: 9.2878623E-4)
Simple ACL frontend for subversion
SVN::ACL is a simple frontend to make the svnserve.conf, passwd, authz for Subversion. After subversion 1.3.0, it offers the new access control for using the svnserve. When you use svnadmin to create a new subversion repository. The svnserve.conf, passwd and authz will be generated by subversion automatically.
devel/Sub-Prototype-0.02 (Score: 9.2878623E-4)
Set a sub's prototype
Set a subs prototype
devel/SVN-Access-0.10 (Score: 9.2878623E-4)
Perl extension to manipulate SVN Access files
SVN::Access includes both an object oriented interface for manipulating SVN access files (AuthzSVNAccessFile files), as well as a command line interface to that object oriented programming interface (svnaclmgr.pl) which is in the examples/ directory.
devel/Sub-Uplevel-0.2500 (Score: 9.2878623E-4)
Appear to run a function in a higher stack frame
Like Tcl's uplevel() function, but not quite so dangerous. The idea is just to fool caller(). All the really naughty bits of Tcl's uplevel() are avoided.
devel/SVN-Agent-0.04 (Score: 9.2878623E-4)
Simple svn manipulation
This module provides regular svn operations on check out directory. It tries to do this in a simplest form possible. All operations are currently performed by running svn binary directly. Thus it is probably unportable. For a much more powerful way of working with svn repository see SVN::Client.
devel/SVN-Dump-0.06 (Score: 9.2878623E-4)
Perl interface to Subversion dumps
An SVN::Dump object represents a Subversion dump. This module follow the semantics used in the reference document: * A dump is a collection of records (SVN::Dump::Record objects). * A record is composed of a set of headers (a SVN::Dump::Headers object), a set of properties (a SVN::Dump::Property object) and an optional bloc of text (a SVN::Dump::Text object). * Some special records (delete records with a Node-kind header) recursively contain included records.
devel/SVN-Dumpfile-0.13.107 (Score: 9.2878623E-4)
Perl extension to access and manipulate Subversion dumpfiles
SVN::Dumpfile represents a Subversion dumpfile. It provides methods to read existing and write modified or new dumpfiles. It supports dumpfiles with the version number 1 - 3 but was written in a tolerant way to also support newer versions as long no major changes are made. This module is a OO redesign and generalisation of SVN::Dumpfilter v0.21. Newer versions of SVN::Dumpfilter are using it to access the input and output dumpfiles. The ability to create new dumpfiles sets it apart from the similar module SVN::Dump. The submodule SVN::Dumpfile::Node::Properties also allows the processing of Subversion revision property files (i.e. the files lying in the $REPOSITORY/db/revprops/ directory holding the author, date and log entry of every revision).