Ports Search

Results 5,2715,280 of 5,623 for /devel/.(0.004 seconds)
devel/ruby-bugzilla-0.6.4 (Score: 0.032514982)
Access to Bugzilla through WebService APIs in Ruby
This aims to provide similar features to access to Bugzilla through WebService APIs in Ruby.
devel/ruby-filemagic-0.7.1 (Score: 0.032514982)
Ruby binding to libmagic(3)
FileMagic is a Ruby binding to the magic(4) library, which you may know better as the file(1) command. The file(1) command identifies the type of a file using, among other tests, a test for whether the file begins with a certain magic number.
devel/ruby-fogbugz-0.2.1 (Score: 0.032514982)
Simple Ruby wrapper for the Fogbugz XML API
A simple Ruby wrapper for the Fogbugz XML API
devel/ruby-libvirt-0.6.0 (Score: 0.032514982)
Ruby bindings for libvirt
ruby-libvirt provides Ruby bindings for libvirt.
devel/ruby-ole-1.2.11.8 (Score: 0.032514982)
Library for easy read/write access to OLE compound documents
The ruby-ole library provides a variety of functions primarily for working with OLE2 structured storage files, such as those produced by Microsoft Office - eg *.doc, *.msg etc.
devel/ruby-prof-0.15.9 (Score: 0.032514982)
Fast profiler for Ruby
ruby-prof is a fast code profiler for Ruby. Its features include: * Speed - it is a C extension and therefore many times faster than the standard Ruby profiler. * Flat Profiles - similar to the reports generated by the standard Ruby profiler * Graph profiles - similar to GProf, these show how long a method runs, which methods call it and which methods it calls. * Threads - supports profiling multiple threads simultaneously * Recursive calls - supports profiling recursive method calls * Reports - can generate both text and cross-referenced html reports * Output - can output to standard out or to a file
devel/ruby-progressbar-1.8.0 (Score: 0.032514982)
Progressbar library for Ruby
Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby. The output can be customized with a flexible formatting system including percentage, bars of various formats, elapsed time and estimated time remaining.
devel/ruby-sdl-ffi-0.4 (Score: 0.032514982)
Low-level binding to SDL and related libraries using Ruby-FFI
Ruby-SDL-FFI is a low-level binding to SDL and related libraries using Ruby-FFI. It provides very basic access to SDL from Ruby without the need for a compiled C wrapper. It aims to be platform and Ruby implementation independent.
devel/ruby2ruby-2.3.0 (Score: 0.032514982)
Pure ruby code generator easily from ParseTree's Sexps
ruby2ruby provides a means of generating pure ruby code easily from ParseTree's Sexps. This makes making dynamic language processors much easier in ruby than ever before.
devel/ruby_parser-3.6.6 (Score: 0.032514982)
Ruby parser written in pure ruby
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types.