Ports Search

Results 6,9516,960 of 17,660 for descr%3A%22spam filter%22.(0.012 seconds)
deskutils/xmaddressbook-1.5.3 (Score: 1.607039E-4)
X11/Motif-based addressbook program
XmAddressbook is a X11/Motif based address book program. It allows the user to enter addressbook type information. It saves its data in a text file. It can output the addressbook in Postscript. It also has a Curses interface for searching and viewing the address book.
devel/avr-libc-1.8.1 (Score: 1.607039E-4)
C and math library for the Atmel AVR controller family
avr-libc -- a C and math library for the Atmel AVR controller family This library implements a subset of common C library functions, some Atmel AVR specific additions (like handling AVR's IO facilities, EEPROM etc.), as well as a 32-bit floating point math library (-lm). Everything is designed and implemented to cooperate with avr-gcc and avr-binutils.
devel/avro-1.8.1 (Score: 1.607039E-4)
Data serialization system for ANSI C
Avro is a data serialization system. Avro provides: * Rich data structures. * A compact, fast, binary data format. * A container file, to store persistent data. * Remote procedure call (RPC). * Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages.
devel/avro-1.8.1 (Score: 1.607039E-4)
Data serialization system for C++
Avro is a data serialization system. Avro provides: * Rich data structures. * A compact, fast, binary data format. * A container file, to store persistent data. * Remote procedure call (RPC). * Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages.
devel/avro-1.8.1 (Score: 1.607039E-4)
Data serialization system
Avro is a data serialization system. Avro provides: * Rich data structures. * A compact, fast, binary data format. * A container file, to store persistent data. * Remote procedure call (RPC). * Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages.
devel/bzr-2.7.0 (Score: 1.607039E-4)
Distributed version control system by Canonical
Bazaar (bzr) is a decentralized revision control system, designed to be easy for developers and end users alike. Bazaar is part of the GNU project to develop a complete free operating systemand a project of Canonical. Bazaar directly supports both central version control (like cvs/svn) and distributed version control (like git/hg).
devel/bsdowl-2.2.1 (Score: 1.607039E-4)
BSD Make macros for TeX, OCaml, noweb and more
BSD Owl Scripts This collection of BSD Make directives aims at providing a highly portable build system targetting modern UNIX systems and supporting common or less command languages. It can already be used to: * Preparation and publication of TeX documents; * Development of TeX macros with NOWEB; * Development of OCaml software; * Maintainance of a FreeBSD workstation configuration files; * Preparation of a static website with ONSGMLS.
devel/byaccj-1.15 (Score: 1.607039E-4)
Java extension of BSD YACC-compatible parser generator
BYACC/Java is an extension of the Berkeley v 1.8 YACC-compatible parser generator. Standard YACC takes a YACC source file, and generates one or more C files from it, which if compiled properly, will produce a LALR- grammar parser. this extension support a -J option to generate Java source code.
devel/c2mdoc-20040302 (Score: 1.607039E-4)
Script to generate mdoc(7) markup from C functions
c2mdoc is a shell and awk(1) script wrapper which abuses devel/cproto's parser to spit out function prototypes in a format ready to paste into FreeBSD developer documentation. c2man already claims to do such a thing, but seems crippled in the face of our kernel source. The toolchain used by this port winces, but still generates markup.
devel/catch-1.5.4 (Score: 1.607039E-4)
Header-only test framework for C++
Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C). It is implemented entirely in a set of header files, but is packaged up as a single header for extra convenience.