Ports Search

Results 11,90111,910 of 17,660 for descr%3A%22spam filter%22.(0.011 seconds)
devel/quickcheck++-0.0.3 (Score: 1.1597805E-4)
Tool for testing C++ programs automatically, inspired by QuickCheck
QuickCheck++ is a tool for testing C++ programs automatically, inspired by QuickCheck, a similar library for Haskell programs. In QuickCheck++, the application programmer provides a specification of parts of its code in the form of properties which this code must satisfy. Then, the QuickCheck++ utilities can check that these properties holds in a large number of randomly generated test cases. Specifications, i.e. properties, are written in C++ by deriving from the quickcheck::Property class. This class contains members not only to express the specification but also to observe the distribution of test data and to write custom test data generators. The framework also allows the specification of fixed test data, as can be done with more traditional unit testing frameworks.
devel/rlvm-0.14.0.20150425 (Score: 1.1597805E-4)
RealLive virtual machine clone
rlvm is a Free Software reimplementation of VisualArt's KK's RealLive interpreter, used in the games Kanon, Air, CLANNAD, Planetarian, Tomoyo After and Little Busters, among many others.
devel/subversion-1.9.4 (Score: 1.1597805E-4)
Ruby bindings for version control system
Subversion is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1). This slave port adds Ruby bindings to Subversion.
devel/CFPropertyList-2.3.2 (Score: 1.1597805E-4)
Read, write and manipulate both binary and XML property lists
CFPropertyList implements class to read, manipulate and write both XML and binary property list files (plist(5)) as defined by Apple. Have a look at CFPropertyList::List for more documentation.
devel/abstract-1.0.0 (Score: 1.1597805E-4)
Define abstract method in Ruby
'abstract.rb' is a library which enable you to define abstract method in Ruby. Abstract method makes your code more descriptive. It is useful even for dynamic language such as Ruby.
devel/active_scaffold-3.4.37 (Score: 1.1597805E-4)
Gem to handle all CRUD user interface needs
Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.
devel/apipie-params-0.0.4 (Score: 1.1597805E-4)
DSL for describing data structures with json-schema bindings
DSL for Hash/JSON descriptions. Allows description of hash formats using Ruby code, generating a json-schema for it and validating values against it. It's based on the DSL of apipie-rails.
devel/blankslate-3.1.3 (Score: 1.1597805E-4)
Abstract base class with no predefined methods
rubygem-blankslate provides a base class where almost all of the methods from Object and Kernel have been removed. This is useful when providing proxy object and other classes that make heavy use of method_missing.
devel/blockenspiel-0.5.0 (Score: 1.1597805E-4)
Library designed to make it easy to implement DSL blocks in Ruby
Blockenspiel is a helper library designed to make it easy to implement DSL blocks. It is designed to be comprehensive and robust, supporting most common usage patterns, and working correctly in the presence of nested blocks and multithreading.
devel/colorize-0.7.7 (Score: 1.1597805E-4)
Ruby String class extension
colorize is a Ruby String class extension which adds methods to set text color, background color and, text effects on ruby console and command line output, using ANSI escape sequences.