Ports Search

Results 8,7318,740 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/errand-0.8.1 (Score: 0.0010835839)
Ruby bindings for RRD
Errand provides Ruby bindings for RRD functions (via librrd), and a concise DSL for interacting with RRDs.
devel/facets-3.1.0 (Score: 0.0010835839)
RubyGem port of the single most extensive additions and extensions
Facets is a large collection of core extension methods and module additions for the Ruby programming language. The core extensions are unique by virtue of their atomicity. Methods are stored in their own files, allowing for highly granular control of requirements. The modules include a variety of useful classes, mixins and microframeworks, from the Functor to a full-blown SI Units system.
devel/fog-1.38.0 (Score: 0.0010835839)
Ruby cloud services library
Ruby cloud services library.
devel/foreman-0.78.0 (Score: 0.0010835839)
Process manager for applications with multiple components
A Ruby framework for rapid API development with great conventions.
devel/tnt-1.2.6 (Score: 0.0010835839)
Template Numerical Toolkit
The Template Numerical Toolkit (TNT) is a collection of interfaces and reference implementations of numerical objects useful for scientific computing in C++. The toolkit defines interfaces for basic data structures, such as multidimensional arrays and sparse matrices, commonly used in numerical applications. The goal of this package is to provide reusable software components that address many of the portability and maintenance problems with C++ codes. TNT provides a distinction between "interfaces" and "implementations" of TNT components. For example, there is a TNT interface for two-dimensional arrays which describes how individual elements are accessed and how certain information, such as the array dimensions, can be used in algorithms; however, there can be several implementations of such an interface: one that uses expression templates, or one that uses BLAS kernels, or another that is instrumented to provide debugging information. By specifying only the interface, applications codes may utilize such algorithms, while giving library developers the greatest flexibility in employing optimization or portability strategies.
devel/getopt-1.4.1 (Score: 0.0010835839)
Command line parsing with Ruby
Implements a simple Getopt::Std class for command line parsing, as well as a Getopt::Long class for more advanced command line parsing.
devel/gettext-3.1.6 (Score: 0.0010835839)
Ruby implementation of the gettext library
Ruby GetText Package is Native Language Support Library and Tools which modeled after GNU GetText package, but the API is simpler than that of GNU GetText.
devel/gio2-3.0.8 (Score: 0.0010835839)
Ruby binding for GLib2
Ruby/GIO2 is a Ruby binding of gio-2.x.
devel/github_api-0.14.0 (Score: 0.0010835839)
Wrapper that supports all of the GitHub API v3 methods
Ruby wrapper that supports all of the GitHub API v3 methods(nearly 200). It's build in a modular way, that is, you can either instantiate the whole api wrapper Github.new or use parts of it e.i. Github::Repos.new if working solely with repositories is your main concern.
devel/glib2-3.0.8 (Score: 0.0010835839)
Ruby binding for GLib2
Ruby/GLib2 is a Ruby binding for GLib2.