Ports Search

Results 7,0817,090 of 17,660 for descr%3A%22spam filter%22.(0.013 seconds)
devel/qconf-1.4 (Score: 1.607039E-4)
Tool to create configure script for qmake-based project
QConf allows you to have a nice configure script for your qmake-based project. It is intended for developers who don't need (or want) to use the more complex GNU autotools. With qconf/qmake, it is easy to maintain a cross-platform project that uses a familiar configuration interface on Unix.
devel/qjson-0.8.1 (Score: 1.607039E-4)
Library to manage JSON objects with Qt
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It can represent integers, real numbers, strings, an ordered sequence of values, and a collection of name/value pairs. QJson is a Qt-based library that maps JSON data to QVariant objects and vice versa. JSON arrays will be mapped to QVariantList instances, while JSON objects will be mapped to QVariantMap.
devel/byebug-9.0.5 (Score: 1.607039E-4)
Ruby 2 debugger
Byebug is a simple to use, feature rich debugger for Ruby 2. It uses the new TracePoint API for execution control and the new Debug Inspector API for call stack navigation, so it doesn't depend on internal core sources. It's developed as a C extension, so it's fast. And it has a full test suite so it's reliable.
devel/bones-3.8.3 (Score: 1.607039E-4)
Tool to create new projects from code skeleton
Mr Bones is a handy tool that creates new Ruby projects from a code skeleton. The skeleton contains some starter code and a collection of rake tasks to ease the management and deployment of your source code. Several Mr Bones plugins are available for creating git repositories, creating GitHub projects, running various test suites and source code analysis tools.
devel/facets-3.1.0 (Score: 1.607039E-4)
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/file-tail-1.1.1 (Score: 1.607039E-4)
Ruby library that allows Ruby to 'tail' files
This is a small ruby library that allows Ruby to 'tail' a file, including following a file, that still is growing like the Unix command 'tail -f' can. This Library is similar to Perl's File::Tail. It can be used to extend Ruby's File-objects, for File-derived classes, or by using the included simple File::Tail::Logfile class.
devel/grit-2.5.0 (Score: 1.607039E-4)
Object-oriented ruby library to access git repositories
Grit is a Ruby library for extracting information from a git repository in an object oriented manner. Grit gives you object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc.
devel/sdl_console-2.1 (Score: 1.607039E-4)
Drop down console that can be easily added to any SDL application
SDL_Console is a drop down console that can be easily added to any SDL application. It is similar to Quake and other games consoles. A console gives you the ability to interact with your program in an easy way by executing predefined commands. You can also have more than one console at a time.
devel/librarianp-0.6.3 (Score: 1.607039E-4)
Ruby framework for writing bundlers
Librarian is a framework for writing bundlers, which are tools that resolve, fetch, install, and isolate a project's dependencies, in Ruby. This is a forked version of devel/rubygem-librarian with improvements in order to provide better support for librarian-puppet.
devel/tclap-1.2.1 (Score: 1.607039E-4)
Verbose replacement for getopt
To quote the description: TCLAP is a small, flexible library that provides a simple interface for defining and accessing command line arguments. It seems to do everything that getopt(3) can do. It is needed here as a dependency for graphics/hugin.