Ports Search

Results 8,6318,640 of 19,819 for %22HTTP Server%22.(0.008 seconds)
devel/pipestatus-0.6.0 (Score: 0.0010835839)
UNIX/POSIX shell helper for running pipes safely
pipestatus - source file for POSIX shell that allows to obtain an exit status of every program in a pipe. MOTIVATION When we program in shell we often run pipes like this prog1 args1 | prog2 args2 | ... | progN argsN POSIX says that exit status of pipe is the exit status of LAST program in it, i.e. progN in our example. That is, exit status of all other programs in pipe is silently ignored. But in many situations exit status of all programs in pipe should be checked to make program robust. Some shells like BASH and ZSH have special extensions for doing this but POSIX shell unfortunately doesn't provide an EASY way for doing this. In order to solve the problem, described above pipestatus was written.
devel/popt-1.16 (Score: 0.0010835839)
Getopt(3) like library with a number of enhancements, from Redhat
This is the popt command line option parsing library. While it is similar to getopt(3), it contains a number of enhancements, including: 1) popt is fully reentrant 2) popt can parse arbitrary argv[] style arrays while getopt(2) makes this quite difficult 3) popt allows users to alias command line arguments 4) popt provides convenience functions for parsing strings into argv[] style arrays
devel/symfony-20110701 (Score: 0.0010835839)
PEAR channel pear.symfony-project.com
PEAR channel for the symfony project
devel/twig-20140108 (Score: 0.0010835839)
PEAR channel pear.twig-project.org
PEAR channel for the Twig project
devel/pspsdk-20111215 (Score: 0.0010835839)
PlayStation Portable development toolchain pspsdk
The PlayStation Portable Toolchain is a collection of tools and utilities for homebrew PSP development.
devel/ptmalloc-3.0 (Score: 0.0010835839)
Alternative threads-aware malloc
This package is a modified version of Doug Lea's malloc-2.8.3 implementation adapted for multiple threads, while trying to avoid lock contention as much as possible. As part of the GNU C library, the source files may be available under the GNU Library General Public License (see the comments in the files). But as part of this stand-alone package, the code is also available under the (probably less restrictive) conditions described in the file 'COPYRIGHT'. In any case, there is no warranty whatsoever for this package. This release was partly funded by Pixar Animation Studios.
devel/rlog-1.4 (Score: 0.0010835839)
Flexible message logging facility for C++
RLog provides a flexible message logging facility for C++ programs and libraries. It is subscription based, meaning you can subscribe to messages of your choice in an number of ways: by hierarchical channel name (e.g. "debug", "debug/ special", "error", etc.), or file name, component name, etc. Log messages are individually enabled. It is meant to be fast enough to leave in production code - even where it may be called many times, as both the GCC and Intel compilers reduce the logging overhead a few clock cycles if they are dormant (with no subscribers). Other add-on components can extend subscriptions to external programs, allowing you to enable and collect debugging messages remotely.
devel/bsearch-1.5 (Score: 0.0010835839)
Binary search library for Ruby
Ruby/Bsearch is a binary search library for Ruby. It can search the FIRST or LAST occurrence in an array with a condition given by a block.
devel/Breve-1.3.0 (Score: 0.0010835839)
Python s-expression style template engine
Breve is a Python template engine that is designed to be clean and elegant with minimal syntax. Unlike most Python template engines, Breve is implemented as an `internal DSL`_ rather than a parser.
devel/Jinja2-2.8 (Score: 0.0010835839)
Documentation of Jinja2 template engine
Documentation of Jinja2 template engine.