Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第3,8613,870项(搜索用时0.011秒)
devel/Gearman-XS-0.12 (Score: 0.0012383816)
Perl front end for the Gearman C library
This is a Perl front end for the Gearman C library. It aims to provide a simple interface closely tied to the C library.
devel/libbobcat-3.25.01 (Score: 0.0012383816)
Brokken's Own Base Classes And Templates
Bobcat is an acronym of `Brokken's Own Base Classes And Templates'. It is a shared library implementing C++ classes that are frequently used in software developed by Frank Brokken. Frank's existing programs will depend on `bobcat' in the near future.
devel/libclc-0.2.0.20151006 (Score: 0.0012383816)
Required library functions for OpenCL C programming language
libclc is an open source, BSD licensed implementation of the library requirements of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification. The following sections of the specification impose library requirements: Libclc is intended to be used with the Clang compiler's OpenCL frontend
devel/Log-Log4perl-1.47 (Score: 0.0012383816)
Log4j implementation for Perl
Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl.
devel/phpunit-5.5.5 (Score: 0.0012383816)
Testing framework for unit tests
PHPUnit is a regression testing framework used by the developer who implements unit tests in PHP.
devel/Perl-Tidy-20160302 (Score: 0.0012383816)
Indents and reformats Perl scripts to make them easier to read
Perltidy reads a Perl script and writes an indented, reformatted script. The default formatting closely follows the recommendations in perlstyle(1). Perltidy can also display perl code in syntax- colored HTML output. If you want your code to conform to style.perl(7), you should use: perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs -nasc -ce (Written by knu)
devel/aegis-4.25 (Score: 0.0012383816)
Transaction-based software configuration management system
Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible. Some key features: * All operations on the repository are based on change sets. * True configurations. All changes are reproducible snapshots. Every change set has a unique configuration identifier. * Ability to rename files without losing their history. * Binary files are supported. * File meta-data are versioned. Aegis versions permissions also. * Commits are truly atomic. No part of a commit takes effect until the entire commit has succeeded. Log messages are attached to the change set, not stored redundantly in each file. * Access controls on lines of development (branches). Creating a branch in Aegis can be accomplished with a single, fast command. * Repository synchronization, geographically distributed development. * Optimal performance for all users, local or remote (no difference). * Disconnected commits. * Peer-to-peer architecture. Work may flow in without involving a master site. * Costs are proportional to change size, not data size.
devel/godot-2.1 (Score: 0.0012383816)
Game runtime engine
Godot is a multi-platform 2D and 3D game engine. It also provides a feature rich development environment. Easily deploy your game on IOS, android, OSX, Linux, Steam, Windows or PS3.
devel/ahven-2.6 (Score: 0.0012383816)
Ada unit test framework
Ahven is a simple unit test library and framework for the Ada programming lanugage. It is loosely modelled after JUnit and some ideas from AUnit. Features: Simple API Small size JUnit-compatible test results in XML format Strict coding style enforced by AdaControl This allows integration with tools like Jenkins and CruiseControl Limited to Ada95 language features Permissive open source license (ISC)
devel/SDL-2.540 (Score: 0.0012383816)
Perl Bindings for SDL
SDL Perl is a package of Perl modules that provide both functional and object oriented interfaces to the Simple DirectMedia Layer for Perl 5. This package takes some liberties with the SDL API, and attempts to adhere to the spirit of both the SDL and Perl.