Ports Search

Results 12,22112,230 of 17,660 for descr%3A%22spam filter%22.(0.012 seconds)
lang/binutils-2.27 (Score: 1.1597805E-4)
Infrastructure for C/Ada Android cross-compiler (x86)
This package is a dependency of lang/gnatdroid-x86. It provides the cross-tools required to build the GNAT FreeBSD->x86 cross-compiler that is gnatdroid, as well as any binaries that it produces.
lang/gprolog-1.4.4 (Score: 1.1597805E-4)
Free Prolog compiler
GNU Prolog is a free Prolog compiler with constraint solving over finite domains developed by Daniel Diaz. GNU Prolog accepts Prolog+constraint programs and produces native binaries (like gcc does from a C source). The obtained executable is then stand-alone. The size of this executable can be quite small since GNU Prolog can avoid to link the code of most unused built-in predicates. The performances of GNU Prolog are very encouraging (comparable to commercial systems). Beside the native-code compilation, GNU Prolog offers a classical interactive interpreter (top-level) with a debugger. The Prolog part conforms to the ISO standard for Prolog with many extensions very useful in practice (global variables, OS interface, sockets,...). GNU Prolog also includes an efficient constraint solver over Finite Domains (FD). This opens contraint logic pogramming to the user combining the power of constraint programming to the declarativity of logic programming.
lang/gcc-4.8.5 (Score: 1.1597805E-4)
GNU Compiler Collection 4.8
GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, Fortran and Java front ends as gcc48, g++48, gfortran48, and gcj48, respectively. Gerald Pfeifer <gerald@FreeBSD.org>
lang/gauche-0.9.4 (Score: 1.1597805E-4)
Scheme script interpreter with multibyte character handling
Gauche is a Scheme interpreter conforming Revised^5 Report on Algorithmic Language Scheme. It is designed for rapid development of daily tools like system management and text processing. It can handle multibyte character strings natively.
lang/lfe-0.9.2 (Score: 1.1597805E-4)
Lisp Flavored Erlang
LFE, Lisp Flavoured Erlang, is a lisp syntax front-end to the Erlang compiler. Code produced with it is compatible with "normal" Erlang code. An LFE evaluator and shell is also included.
lang/jruby-1.7.26 (Score: 1.1597805E-4)
Implementation of Ruby Interpreter in Pure Java
JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM, offering high performance, real threading and support for vast array of libraries. JRuby is highly compatible with Ruby 1.8.7 & 1.9.2 (both versions in single install).
lang/mtasc-1.14 (Score: 1.1597805E-4)
Motion-Twin ActionScript 2 Compiler
MTASC is the first ActionScript 2 Open Source free compiler. It can compile large number of .as class files in a very short time and generate directly the corresponding SWF bytecode without relying on Macromedia Flash or other tools.
lang/ExtUtils-F77-1.20 (Score: 1.1597805E-4)
Helps link C programs with Fortran subroutines
This module tries to figure out how to link C programs with Fortran subroutines on your system. Basically one must add a list of Fortran runtime libraries. The problem is their location and name varies with each OS/compiler combination!
lang/JavaScript-SpiderMonkey-0.21 (Score: 1.1597805E-4)
Perl interface to Mozilla JavaScript implementation
JavaScript::SpiderMonkey is a Perl Interface to the SpiderMonkey JavaScript Engine. It is different from Claes Jacobsson's "JavaScript.pm" in that it offers more friendly, Perl-like API.
lang/Try-Tiny-0.24 (Score: 1.1597805E-4)
Minimal try/catch with proper localization of $@
This module provides bare bones try/catch statements that are designed to minimize common mistakes done with eval blocks (for instance assuming that $@ is set to a true value on error, or clobbering previous values of $@, and NOTHING else.