Ports Search

Results 8,4218,430 of 17,660 for descr%3A%22spam filter%22.(0.01 seconds)
devel/findlib-1.6.2 (Score: 1.3917367E-4)
OCaml package manager
The "findlib" library provides a scheme to manage reusable software components (packages), and includes tools that support this scheme. Packages are collections of OCaml modules for which metainformation can be stored. The packages are kept in the filesystem hierarchy, but with strict directory structure. The library contains functions to look the directory up that stores a package, to query metainformation about a package, and to retrieve dependency information about multiple packages. There is also a tool that allows the user to enter queries on the command-line. In order to simplify compilation and linkage, there are new frontends of the various OCaml compilers that can directly deal with packages.
devel/ounit-1.0.3 (Score: 1.3917367E-4)
OCaml unit test framework
OUnit is a unit testing framework for Objective Caml, inspired by the JUnit tool for Java, and the HUnit tool for Haskell.
devel/onscripter-20160925 (Score: 1.3917367E-4)
ONScripter with single-byte character mode support
Open source clone of NScripter, a game engine used to create and perform visual novels. This package provides 1-byte version which is able to run English games.
devel/git-2.9.2 (Score: 1.3917367E-4)
Distributed source code management tool
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
devel/include-0.4.2 (Score: 1.3917367E-4)
Collection of the useful include files for embedded developers
Include package is a collection of the useful independent include files for embedded C/Assembler developers. Include package is released under BSD-style license.
devel/p4ftpd-2016.1.1387479 (Score: 1.3917367E-4)
Perforce server
Perforce is a commercial revision control system that can be used gratis for developing free software. (see the WWW page for details).
devel/p4p-2016.1.1404799 (Score: 1.3917367E-4)
Perforce server
Perforce is a commercial revision control system that can be used gratis for developing free software. (see the WWW page for details).
devel/p4web-2012.1.732581 (Score: 1.3917367E-4)
Perforce server
Perforce is a commercial revision control system that can be used gratis for developing free software. (see the WWW page for details).
Implementation of an Object Dependency Algorithm
This modules is a re-implementation of Algorithm::Dependency using only objects instead of object ids, making use of Set::Object for book-keeping.
devel/Algorithm-MinMax-0.01 (Score: 1.3917367E-4)
Perl modules to find the minimum and maximum of an array
Algorithm::MinMax finds the minimum and maximum of a given array with at most 3n/2 - 2 comparisons, where n is the number of elements of the array.