Ports Search

Results 4,8414,850 of 5,623 for /devel/.(0.007 seconds)
devel/gems-2.6.4 (Score: 0.032514982)
Package management framework for the Ruby language
a package management framework for the Ruby programming language An application or library is packaged into a gem, which is a single installation unit. RubyGems entirely manages its own filesystem space, rather than installing files into the "usual" places. This enables greater functionality and reliability. Using RubyGems, you can: - download and install Ruby libraries easily - not worry about libraries A and B depending on different versions of library C - easily remove libraries you no longer use - have power and control over your Ruby platform!
devel/Test-WWW-Mechanize-1.46 (Score: 0.032514982)
Testing-specific WWW::Mechanize subclass
Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates features for web application testing.
devel/Tree-Binary-1.08 (Score: 0.032514982)
Object Oriented Binary Tree for Perl
This module is a fully object oriented implementation of a binary tree. Binary trees are a specialized type of tree which has only two possible branches, a left branch and a right branch. While it is possible to use an n-ary tree, like Tree::Simple, to fill most of your binary tree needs, a true binary tree object is just easier to maintain and use. Binary Tree objects are especially useful (to me anyway) when building parse trees of things like mathematical or boolean expressions. They can also be used in games for such things as decision trees. Binary trees are a well studied data structure and there is a wealth of information on the web about them.
devel/perlqt-4.14.3 (Score: 0.032514982)
Perl bindings for Qt
Perl bindings for Qt libraries.
devel/langscan-1.2.20070115 (Score: 0.032514982)
Program analyzer for source code search engine
LangScan is a program analyzer for source code search engine. Main Characteristics: * Use source code-specific information - Function names, string, comments, etc. * Prity-printed source code views * Easy-to-use for both general users and administrators * Support multi-byte characters Supported Languages: * Brainfuck * JavaScript * C * Lua * C++ * Objective Caml * C# * PHP * CSS * Perl * D * Python * Eiffel * Ruby * Emacs Lisp * Scheme * Io * Shell Script * Java * Plain Text
devel/locale-0.2 (Score: 0.032514982)
Simple Ruby module that provides setlocale(3)
Ruby-locale -- A simple Ruby module that provides setlocale(3)
devel/pcsc-ada-0.7.3 (Score: 0.032514982)
Ada binding to PC/SC middleware (Smart card interface)
PCSC/Ada provides a thick Ada binding to PC/SC-middleware. The library allows programs written in Ada to communicate with smart cards using the SCard API.
devel/rbbr-0.6.0 (Score: 0.032514982)
GTK+2-based Ruby module browser
rbbr (RuBy BRowser) is a GTK+2-based Ruby module browser.
devel/rbison-0.0.7 (Score: 0.032514982)
Generates a Ruby parser class from a Bison-like specification file
rbison generates a Ruby parser class from a Bison-like specification file. rbison uses Bison to do all the hard work (generating state transition tables, etc), then translates the Bison-generated C code into Ruby code.
devel/rbprof-0.2.1 (Score: 0.032514982)
Flexible Ruby profiler
This package is a faster profiler than the builtin Ruby profiler and allows Ruby developers to focus on the methods that are hand-written.