Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第11,68111,690项(搜索用时0.01秒)
devel/Bundle-Perl6-0.12 (Score: 9.2878623E-4)
Bundle to install Perl6-related modules
This bundle defines modules that may be of interest to those discussing and implementing the Perl 6 language. Some of these are proof-of-concepts that the respective authors have implemented to show how things might work in Perl 6.
devel/CPAN-Inject-1.14 (Score: 9.2878623E-4)
Base class for injecting distributions into CPAN sources
Following the release of CPAN::Mini, the CPAN::Mini::Inject module was created to add additional distributions into a minicpan mirror. While it was created for use with a minicpan mirror, similar functionality can be reused in other situations. CPAN::Inject replicates the basics of this functionality. Specifically, it takes an arbitrary tarball and adds it to the CPAN sources directory for a particular author, and then add the new file to the CHECKSUMS file.
devel/CPS-0.18 (Score: 9.2878623E-4)
Manage flow of control in Continuation-Passing Style
The functions in this module implement or assist the writing of programs, or parts of them, in Continuation Passing Style (CPS). Briefly, CPS is a style of writing code where the normal call/return mechanism is replaced by explicit "continuations", values passed in to functions which they should invoke, to implement return behaviour.
devel/pcl-1.6 (Score: 9.2878623E-4)
Portable Coroutine Library
The Portable Coroutine Library (PCL) implements the low level functionality for coroutines. For a definition of the term coroutine see The Art of Computer Programming by Donald E. Knuth. Coroutines are a very simple cooperative multitasking environment where the switch from one task to another is done explicitly by a function call.
devel/CPAN-Meta-2.150005 (Score: 9.2878623E-4)
Distribution metadata for a CPAN dist
Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the META.json file is described in CPAN::Meta::Spec. CPAN::Meta provides a simple class to represent this distribution metadata (or distmeta), along with some helpful methods for interrogating that data.
devel/CPAN-Mini-1.111013 (Score: 9.2878623E-4)
CPAN::Mini - create a minimal mirror of CPAN
CPAN::Mini provides a simple mechanism to build and update a minimal mirror of the CPAN on your local disk. It contains only those files needed to install the newest version of every distribution.
devel/CPAN-Reporter-1.2017 (Score: 9.2878623E-4)
Adds CPAN Testers reporting to CPAN.pm
Adds CPAN Testers reporting to CPAN.pm
devel/CPAN-SQLite-0.199 (Score: 9.2878623E-4)
Search CPAN using a SQLite database
This package is used for setting up, maintaining, and searching a CPAN database consisting of the information stored in the three main CPAN indices: $CPAN/modules/03modlist.data.gz, $CPAN/modules/02packages.details.txt.gz, and $CPAN/authors/01mailrc.txt.gz.
devel/CPAN-Uploader-0.103012 (Score: 9.2878623E-4)
Upload things to the CPAN
CPAN::Uploader - upload things to the CPAN
devel/CPAN-YACSmoke-0.03 (Score: 9.2878623E-4)
Yet Another CPAN Smoke Tester
This module uses the backend of CPANPLUS to run tests on modules recently uploaded to CPAN and post results to the CPAN Testers list. It will create a database file in the .cpanplus directory, which it uses to track tested distributions. This information will be used to keep from posting multiple reports for the same module, and to keep from testing modules that use non-passing modules as prerequisites. If it is given multiple versions of the same distribution to test, it will test the most recent version only. If that version fails, then it will test a previous version. By default it uses CPANPLUS configuration settings.