Ports Search

Results 11,63111,640 of 17,660 for descr%3A%22spam filter%22.(0.018 seconds)
devel/jansson-2.9 (Score: 1.1597805E-4)
C library for encoding, decoding, and manipulating JSON data
Jansson is a C library for encoding, decoding and manipulating JSON data. Its main features and design principles are: - Simple and intuitive API and data model - Comprehensive documentation - No dependencies on other libraries - Full Unicode support (UTF-8) - Extensive test suite
devel/etl-0.04.19 (Score: 1.1597805E-4)
Voria Extended Class and Template Library
ETL is a multi-platform class and template library designed to add new datatypes and functions which combine well with the existing types and functions from the C++ Standard Template Library (STL).
devel/dotconfpp-0.0.5 (Score: 1.1597805E-4)
Configuration file parser written in C++
dotconf++ is a dotconf like configuration file parser written in C++. It supports macro substitution from the environment or from the file itself, config file inclusion, easy handling of XML like tags, checking for required tags, and more.
devel/fistgen-0.2.1 (Score: 1.1597805E-4)
Language for describing stackable filesystems
FiST (File System Translator) is a language for describing stackable file systems. Fistgen is the FiST language code translator. This package includes sources for fistgen and stackable templates for several operating systems.
devel/flatzebra-0.1.6 (Score: 1.1597805E-4)
Generic game engine for 2D double-buffering animation
flatzebra - A generic game engine for 2D double-buffering animation Copyright (C) 2001-2004 Pierre Sarrazin <http://sarrazip.com/> This program is free software distributed under the GNU GPL. See the file COPYING.
devel/flexjson-1.6 (Score: 1.1597805E-4)
Lightweight Java library to write JSON
FlexJSON is a lightweight library to serialize objects out in Javascript Object Notation (JSON). The library serializes only immediately available fields by default, although it's fairly easy to add additional data such as collections through code or annotations.
devel/gaa-1.6.6 (Score: 1.1597805E-4)
GPL Argument Analyser
GAA simplifies the life of the programmer: you don't have to worry about the arguments given to it! A short text written in GAA language generates C-code which analyses the arguments and creates your program's help.
devel/frama-c-20150201 (Score: 1.1597805E-4)
Extensible platform for source-code analysis of C
Frama-C is a suite of tools dedicated to the analysis of the source code of software written in C. Frama-C gathers several static analysis techniques in a single collaborative framework, which allows static analyzers to build upon the results already computed by other analyzers in the framework, and provides sophisticated tools, such as a slicer and dependency analysis. Frama-C is closer to heuristic bug-finding tools than it is to software metrics tools, but it has two important differences with the former: it aims at being "correct" -- that is, never to remain silent for a location in the source code where an error can happen at run-time. And it allows its user to manipulate functional specifications, and to prove that the source code satisfies these specifications.
devel/exercisix-1.2 (Score: 1.1597805E-4)
Innovative lightweight unit-test framework for C++
Exercisix is a lightweight unit-test framework for C++, designed for test-aided development. Framework provides test discovery, textual description as primary test identifier, terse test tools syntax, emacs-friendly error message format, easy build without linking.
devel/geany-plugin-insertnum-1.28 (Score: 1.1597805E-4)
Geany plugin: replace selection with integer numbers
This plugin replaces a (possibly zero-width) rectangular selection with integer numbers, using start/step/base etc. specified by the user. For practical reasons, the number of lines is limited to 100000. Lines shorter than the current selection are skipped.