Ports Search

Results 8,6518,660 of 19,819 for %22HTTP Server%22.(0.015 seconds)
devel/newlib-1.20.0 (Score: 0.0010835839)
PlayStation Portable development toolchain newlib
The PlayStation Portable Toolchain is a collection of tools and utilities for homebrew PSP development.
devel/psptoolchain-20111215 (Score: 0.0010835839)
PlayStation Portable development toolchain meta port
The PlayStation Portable Toolchain is a collection of tools and utilities for homebrew PSP development.
devel/ptmalloc2-20060605 (Score: 0.0010835839)
Alternative threads-aware malloc
ptmalloc is the original version of the malloc that was later included in GNU libc. This version is also but *not* exclusively LGPL: Copyright (c) 2001-2006 Wolfram Gloger Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notices and this permission notice appear in all copies of the software and related documentation, and (ii) the name of Wolfram Gloger may not be used in any advertising or publicity relating to the software. THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL WOLFRAM GLOGER BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. This package comes with no documentation beyond a README, which isn't worth installing. It appears that the GNU libc man page malloc(3) applies, but it's not included here for copyright reasons.
devel/ciphon-0.4.0 (Score: 0.0010835839)
Module for python that adds cpan-like functionality
A module for python that adds cpan-like functionality
devel/PyLD-0.7.1 (Score: 0.0010835839)
Implementation of the JSON Linked Data specification in Python
This library is an implementation of the JSON-LD specification in Python. JSON-LD is designed as a light-weight syntax that can be used to express Linked Data. It is primarily intended to be a way to express Linked Data in JavaScript and other Web-based programming environments. It is also useful when building interoperable Web Services and when storing Linked Data in JSON-based document storage engines. It is practical and designed to be as simple as possible, utilizing the large number of JSON parsers and existing code that is in use today. It is designed to be able to express key-value pairs, RDF data, RDFa data, Microformats data, and Microdata. That is, it supports every major Web-based structured data model in use today. The syntax does not require many applications to change their JSON, but easily add meaning by adding context in a way that is either in-band or out-of-band. The syntax is designed to not disturb already deployed systems running on JSON, but provide a smooth migration path from JSON to JSON with added semantics. Finally, the format is intended to be fast to parse, fast to generate, stream-based and document-based processing compatible, and require a very small memory footprint in order to operate.
devel/Products.CMFTestCase-0.9.12 (Score: 0.0010835839)
Integration testing framework for CMF
Integration testing framework for CMF.
devel/Products.PloneTestCase-0.9.18 (Score: 0.0010835839)
Integration testing framework for Plone
Integration testing framework for Plone.
devel/geotypes-0.7.0 (Score: 0.0010835839)
Python Interface to Support PostGIS
GeoTypes is a Python library that implements both the OpenGIS/PostGIS and standard PostgreSQL geometry types. It integrates with the psycopg Python/PostgreSQL interface. It provides implementations of all of the OpenGIS/PostGIS classes, except (x,y,m) and (x,y,z,m). It currently supports the EWKB, HEXEWKB, WKB, and WKT formats.
devel/TurboJinja-0.9.1 (Score: 0.0010835839)
Jinja (Django & Smarty-like) template for TurboGears
Jinja (Django & Smarty-like) template for TurboGears
devel/appdirs-1.4.0 (Score: 0.0010835839)
Python module for determining platform-specific dirs
appdirs is small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir". Those are typically platform-specific, for instance, if running on Mac OS X, you should use: ~/Library/Application Support/<AppName> On Linux (and other Unices) the dir, according to the XDG spec, is: ~/.local/share/<AppName> appdirs will help the application to choose an appropriate: - user data dir (user_data_dir) - user config dir (user_config_dir) - user cache dir (user_cache_dir) - site data dir (site_data_dir) - site config dir (site_config_dir) - user log dir (user_log_dir)