Ports Search

Results 14,96114,970 of 17,660 for descr%3A%22spam filter%22.(0.018 seconds)
devel/GeoRuby-1.3.4 (Score: 9.2782444E-5)
Holder for data returned from PostGIS and the Spatial Extensions of MySql
It is intended as a holder for data returned from PostGIS and the Spatial Extensions of MySql. The data model roughly follows the OGC "Simple i Features for SQL" specification (see http://www.opengis.org/docs/99-049.pdf), although without any kind of advanced functionalities (such as geometric operators or reprojections). It also supports various output and input formats (GeoRSS, KML, Shapefile).
devel/gh-0.14.0 (Score: 9.2782444E-5)
Multi-layer client for the GitHub API v3
GH - Layered GitHub API client This is a highly flexible, layered, low-level GitHub client library, trying to get out of your way and let you get to the GitHub data as simple as possible. Unless you add layers, you will end up with Hashes and Arrays. The approach and API should be familiar from projects like Rack or Faraday.
devel/github_api-0.14.0 (Score: 9.2782444E-5)
Wrapper that supports all of the GitHub API v3 methods
Ruby wrapper that supports all of the GitHub API v3 methods(nearly 200). It's build in a modular way, that is, you can either instantiate the whole api wrapper Github.new or use parts of it e.i. Github::Repos.new if working solely with repositories is your main concern.
devel/silc-toolkit-1.1.12 (Score: 9.2782444E-5)
Secure Internet Live Conferencing (SILC) network toolkit
SILC Toolkit is a package intended for software developers who would like to develop their own SILC based applications or help in the development of the SILC. The Toolkit includes SILC Protocol Core library, SILC Crypto library, SILC Key Exchange (SKE) library, SILC Math library, SILC Modules (SIM) library, SILC Utility library, SILC Client library and few other libraries. Full documentation provided as bonus ;-)
devel/stlfilt-20080203 (Score: 9.2782444E-5)
STL Error Message Decryptor for C++
STLFilt simplifies and/or reformats long-winded C++ error and warning messages, with a focus on STL-related diagnostics (and for MSVC 6, it fully eliminates C4786 warnings and their detritus). The result renders many of even the most cryptic diagnostics comprehensible.
devel/notiffany-0.1.0 (Score: 9.2782444E-5)
Single wrapper for most popular notification libraries
Notiffany is a notification library supporting popular notifiers, such as: Growl, libnotify, TMux, Emacs, rb-notifu, notifysend, gntp, TerminalNotifier. Features: - most popular notification libraries supported - easy to override options at any level (new(), notify()) - using multiple notifiers simultaneously - child processes reuse same configuration
devel/tmake-1.13 (Score: 9.2782444E-5)
Extremely portable perl-based make utility
This is a port of tmake, the tool from Troll Tech to create and maintain makefiles for software projects. It is especially useful if you develop for more than one platform or use more than one compiler. tmake automates and streamlines this process and lets you spend your valuable time on writing code, not makefiles.
devel/r18n-core-2.1.3 (Score: 9.2782444E-5)
i18n tool to translate your Ruby application
R18n is a i18n tool to translate your Ruby application. It has nice Ruby-style syntax, filters, flexible locales, custom loaders, translation support for any classes, time and number localization, several user language support, agnostic core package with out-of-box support for Rails, Sinatra and desktop applications.
devel/yasm-1.2.0.29 (Score: 9.2782444E-5)
Complete rewrite of the NASM assembler (Development Snapshot)
YASM is a complete rewrite of the NASM assembler under the "new" BSD License. Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O (32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats.
devel/rgl-0.5.2 (Score: 9.2782444E-5)
Framework for graph datastructures and algorithms implemented in Ruby
RGL is a framework for graph data structures and algorithms. The design of the library is much influenced by the Boost Graph Library (BGL) which is written in C++ heavily using its template mechanism. Refer to http://www.boost.org/libs/graph/doc for further links and documentation on graph data structures and algorithms and the design rationales of BGL.