Ports Search

Results 8,7618,770 of 19,819 for %22HTTP Server%22.(0.01 seconds)
devel/rdoc-3.12.2 (Score: 0.0010835839)
RDoc produces HTML and command-line documentation for Ruby projects
RDoc produces HTML and command-line documentation for Ruby projects. RDoc includes the +rdoc+ and +ri+ tools for generating and displaying online documentation. See RDoc for a description of RDoc's markup and basic use.
devel/rice-2.1.0 (Score: 0.0010835839)
A C++ interface to Rubys C API
Rice is a C++ interface to Ruby's C API. It provides a type-safe and exception-safe interface in order to make embedding Ruby and writing Ruby extensions with C++ easier. It is similar to Boost.Python in many ways, but also attempts to provide an object-oriented interface to all of the Ruby C API.
devel/rubigen-1.5.8 (Score: 0.0010835839)
Ruby generic generator framework
rubigen - Ruby Generator Framework RubiGen is originally extracted from Ruby on Rails. It is a framework to allow Ruby applications to generate file/folder stubs (like the rails command does for Ruby on Rails, and the 'script/generate' command within a Rails application during development). RubiGen exists to give different development environments their own generator framework.
devel/rubyinlineaccel-0.0.1 (Score: 0.0010835839)
Extension to RubyInline
RubyInlineAcceleration is an extension to RubyInline which provides an easy way to use C libraries in Ruby by directly wrapping methods, structures and fields.
devel/ruport-1.6.3 (Score: 0.0010835839)
Ruby Reports (Ruport) is an extensible reporting system
Ruby Reports (Ruport) is an extensible reporting system. It aims to be as lightweight as possible while still providing core support for data aggregation and manipulation as well as multi-format rendering of reports. Ruport provides tools for using a number of data sources, including CSV files, ActiveRecord models, and raw SQL connections via RubyDBI (through ruport-util).
devel/simplecov-0.11.2 (Score: 0.0010835839)
Powerful configuration library and automatic merging of coverage across test suites
Code coverage for Ruby 1.9 with a powerful configuration library and automatic merging of coverage across test suites
devel/stemmer-1.0.1 (Score: 0.0010835839)
Implementation of the Porter word stemming algorithm
An implementation of the Porter word stemming algorithm.
devel/thrift-0.9.3.0 (Score: 0.0010835839)
Ruby interface to thrift
Ruby interface to Thrift.
devel/transaction-simple-1.4.0.2 (Score: 0.0010835839)
Simple object transaction support
Transaction::Simple provides a generic way to add active transaction support to objects. The transaction methods added by this module will work with most objects, excluding those that cannot be Marshal-ed (bindings, procedure objects, IO instances, or singleton objects).
devel/trollop-2.1.2 (Score: 0.0010835839)
Commandline option parser for Ruby that gets out of your way
Trollop is a commandline option parser for Ruby that gets out of your way. One line of code per option is all you need to write. For that, you get a nice automatically-generated help page (fit to your screen size!), robust option parsing, command subcompletion, and sensible defaults for everything you don't specify.