Ports Search

Results 3,5313,540 of 19,819 for %22HTTP Server%22.(0.007 seconds)
devel/blame-1.3.1 (Score: 0.0012383816)
Display last modification for each line in an RCS file
Blame displays the last modification for each line in an RCS file. It is the RCS equivalent of CVS's annotate command.
devel/bzr-2.7.0 (Score: 0.0012383816)
Distributed version control system by Canonical
Bazaar (bzr) is a decentralized revision control system, designed to be easy for developers and end users alike. Bazaar is part of the GNU project to develop a complete free operating systemand a project of Canonical. Bazaar directly supports both central version control (like cvs/svn) and distributed version control (like git/hg).
devel/boost-all-1.55.0 (Score: 0.0012383816)
The "meta-port" for boost libraries
This is a meta-port for boost libraries, depends on all of them. Boost provides free peer-reviewed portable C++ source libraries. The emphasis is on libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. The goal is to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Ten Boost libraries are already included in the C++ Standards Committee's Library Technical Report (TR1) and will be in the new C++0x Standard now being finalized. C++0x will also include several more Boost libraries in addition to those from TR1. More Boost libraries are proposed for TR2.
devel/composer-1.2.1 (Score: 0.0012383816)
Dependency Manager for PHP
Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you.
devel/boost-python-libs-1.55.0 (Score: 0.0012383816)
Framework for interfacing Python and C++
The Boost Python Library is a framework for interfacing Python and C++. It allows you to quickly and seamlessly expose C++ classes functions and objects to Python, and vice-versa, using no special tools -- just your C++ compiler. The Boost.Pyste code generator resides in a separate port: devel/boost-pyste
devel/bpython-0.15 (Score: 0.0012383816)
Fancy interface to the Python interpreter
bpython is a fancy interface to the Python interpreter for Unix-like operating systems. It has the following features: - In-line syntax highlighting. - Readline-like autocomplete with suggestions displayed as you type. - Expected parameter list for any Python function. - "Rewind" function to pop the last line of code from memory and re-evaluate. - Send the code you've entered off to a pastebin. - Save the code you've entered to a file. - Auto-indentation.
devel/buildtool-doc-0.16 (Score: 0.0012383816)
Buildtool User's and Developer's manuals
This package includes the Buildtool User's and Developer's manual. You will need Buildtool itself to generate and install end user documents.
devel/buildtool-0.16 (Score: 0.0012383816)
Set of portable software build utilities
Buildtool is a set of utilities which will make your programs more portable and easier to build on any kind of Unix-like system. All the utilities are integrated with each other, which means that they all work together. It is completely free, licensed under the terms of the BSD license. If you have ever used GNU automake, autoconf and/or libtool, you will find buildtool very similar. In fact, it is an implementation of the ideas of the GNU programs, but with a completely different design.
devel/byaccj-1.15 (Score: 0.0012383816)
Java extension of BSD YACC-compatible parser generator
BYACC/Java is an extension of the Berkeley v 1.8 YACC-compatible parser generator. Standard YACC takes a YACC source file, and generates one or more C files from it, which if compiled properly, will produce a LALR- grammar parser. this extension support a -J option to generate Java source code.
devel/ald-0.1.7 (Score: 0.0012383816)
Debugger for assembly level programs
This is a port of ALD - the Assembly Language Debugger. It provides breakpoint debugging capabilities to those wishing to debug their assembly language programs. Currently, x86 platforms are supported. Patrick Alken alken (at) colorado.edu