Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第8,6018,610项(搜索用时0.009秒)
devel/opengrok-0.12.1.5 (Score: 0.0010835839)
Fast and powerful code search and cross-reference engine
OpenGrok is a fast source code search and cross reference engine. It helps you search, cross-reference and navigate your source tree. It can understand various program file formats and version control histories like Mercurial, Git, SCCS, RCS, CVS, Subversion, Teamware, ClearCase, Perforce and Bazaar. In other words it lets you grok (profoundly understand) the open source, hence the name OpenGrok. It is written in Java.
devel/p4.el-10.6 (Score: 0.0010835839)
Perforce-Emacs Integration
p4.el -- Perforce-Emacs Integration
devel/p4delta-1.3.2 (Score: 0.0010835839)
Summarizes and manages differences between local files and Perforce
p4delta works with a project that is in the Perforce configuration management system. It lists the local files that have been added, changed, or deleted. Content differences are summarized, i.e., the number of lines of code that have been added, changed, and deleted. It can also add, edit, and remove the appropriate files to/from Perforce. Requires ruby.
devel/include-0.4.2 (Score: 0.0010835839)
Collection of the useful include files for embedded developers
Include package is a collection of the useful independent include files for embedded C/Assembler developers. Include package is released under BSD-style license.
devel/ppl-1.2 (Score: 0.0010835839)
C++ library for the manipulation of convex polyhedra
The Parma Polyhedra Library (PPL) is a modern C++ library for the manipulation of convex polyhedra. To be more precise, the PPL can handle all the convex polyhedra that can be defined as the intersection of a finite number of closed hyperspaces, each described by an equality or a non-strict inequality with rational coefficients. (More details are available on the PPL's internal mechanisms.) The Parma Polyhedra Library is: - user friendly: you write x + 2*y + 5*z <= 7 when you mean it; - fully dynamic: available virtual memory is the only limitation to the dimension of anything; - written in standard C++: meant to be portable; - exception-safe: never leaks resources or leaves invalid object fragments around; - rather efficient: and we hope to make it even more so; - thoroughly documented: perhaps not literate programming but close enough; - free software: distributed under the terms of the GNU General Public License.
devel/Cdk-5.20120324 (Score: 0.0010835839)
Perl5 module for Curses Development Kit
Perl interface to Curses Development Kit.
devel/asmx-1.8.2 (Score: 0.0010835839)
Multi-CPU macro assembler for many major 8-bit and 16-bit CPUs
This is a multi-CPU macro assembler for many major 8-bit and 16-bit CPUs which can assemble code for multiple CPUs in the same source file. Current CPUs supported: * RCA 1802 * MOS Technology 6502, 65C02 and 6502 with undocumented instructions * WDC 65816 (lacks some addressing mode support) * Motorola 6809 * Motorola 6800/6801/68HC11 and Hitachi 6303 * Motorola 6805/68HSC08 * Motorola 68HC16 * Motorola 68000/68010 * Intel 8051 * Intel 8080, 8085, and 8085 with undocumented instructions * Fairchild F8 * Atari Jaguar "Tom" and "Jerry" coprocessors * Zilog Z-80 and Nintendo Gameboy Z-80 variant
devel/autoconf-2.13.000227 (Score: 0.0010835839)
Automatically configure source code on many Un*x platforms (legacy 2.13)
This is the legacy 2.13 version of autoconf. It is explicitly for use with older software packages that are not buildable with the current autoconf. Autoconf is an extensible package of m4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of m4 macro calls.
devel/qca-2.1.1 (Score: 0.0010835839)
Cross-platform crypto API for Qt 4
QCA aims to provide a straightforward and cross-platform crypto API, using Qt datatypes and conventions. Supported features: * SSL/TLS * X509 * SASL * RSA * Hashing (SHA1, MD5) * Ciphers (Blowfish, 3DES, AES)
devel/cvsps-2.1 (Score: 0.0010835839)
Create patchset information from CVS
CVSps is a program for generating 'patchset' information from a CVS repository. A patchset in this case is defined as a set of changes made to a collection of files, and all committed at the same time (using a single 'cvs commit' command). This information is valuable to seeing the big picture of the evolution of a cvs project. While cvs tracks revision information, it is often difficult to see what changes were committed 'atomically' to the repository.