Ports Search

Results 3,9813,990 of 19,819 for %22HTTP Server%22.(0.008 seconds)
devel/paver-1.2.3 (Score: 0.0012383816)
Easy build, distribution and deployment scripting
Paver is a Python-based software project scripting tool along the lines of Make or Rake. It is not designed to handle the dependency tracking requirements of, for example, a C program. It is designed to help out with all of your other repetitive tasks (run documentation generators, moving files about, downloading things), all with the convenience of Python's syntax and massive library of code.
devel/libbinio-1.4 (Score: 0.0012383816)
Binary I/O stream class library
The binary I/O stream class library presents a platform-independent way to access binary data streams in C++. The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data representation. It further employs no special I/O protocol and can be used on arbitrary binary data sources.
devel/doit-0.29.0 (Score: 0.0012383816)
Task management & automation tool
doit comes from the idea of bringing the power of build-tools to execute any kind of task. A task describes some computation to be done (actions), and contains some extra meta-data. Actions: * can be external programs (executed as shell commands) or python functions. * a single task may define more than one action.
devel/fabric-1.10.2 (Score: 0.0012383816)
Simple, Pythonic remote execution and deployment
Fabric is a simple pythonic remote deployment tool. It is designed to upload files to, and run shell commands on, a number of servers in parallel or serially. These commands are grouped in tasks (regular python functions) and specified in a 'fabfile.' This is called remote automation, and the primary use case is deploying applications to multiple similar hosts.
devel/fortran-8.5.3 (Score: 0.0012383816)
Creating extensions to the Python language with Fortran routines
Pyfort is a tool for connecting Fortran routines (and "Fortran-like" C) to Python and its Numerical Python array extension. Pyfort translates an module file that describes the routines you wish to access from Python into a C language source file defining a Python module. Pyfort will also build and install this extension into Python.
devel/fs-0.5.4 (Score: 0.0012383816)
Python filesystem abstraction
Pyfilesystem is a Python module that provides a simplified common interface to many types of filesystem. Filesystems exposed via Pyfilesystem can also be served over the network, or 'mounted' on the native filesystem. Pyfilesystem simplifies working directories and paths, even if you only intend to work with local files. Differences in path formats between platforms are abstracted away, and you can write code that sand-boxes any changes to a given directory.
devel/pytemplate-1.5.1 (Score: 0.0012383816)
Pytemplate gives python developers a starting framework
Pytemplate is a small project intending to give python developpers a starting framework. It permits to create properly scripts without struggling with configuration files, logging properties development. They are already available through a main class that the new script will inherit.
devel/libdispatch-210 (Score: 0.0012383816)
Grand Central Dispatch API support library
This port contains the userland implementation of Grand Central Dispatch technology. The central insight of GCD is shifting the responsibility for managing threads and their execution from applications to the operating system. As a result, programmers can write less code to deal with concurrent operations in their applications, and the system can perform more efficiently on single-processor machines, large multiprocessor servers, and everything in between. Without a pervasive approach such as GCD, even the best-written application cannot deliver the best possible performance, because it doesn'tt have full insight into everything else happening in the system.
devel/game-1.9.1 (Score: 0.0012383816)
Module designed to write games in Python
Pygame is a cross-platfrom library based on top of the SDL and designed to make it easy to write multimedia software, such as games, in Python.
devel/hadoop-1.2.1 (Score: 0.0012383816)
Apache Map/Reduce framework
The Apache Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model.