Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第3,0813,090项(搜索用时0.01秒)
devel/creduce-2.5.0 (Score: 2.0746785E-4)
Produces small test cases
C-Reduce is a tool which takes a large C or C++ program that has a property of interest (such as triggering a compiler bug) and automatically produces a much smaller C/C++ program that has the same property. It is intended for use by people who discover and report bugs in compilers and other tools that process C/C++ code.
devel/devtodo-0.1.20 (Score: 2.0746785E-4)
Tool to effectively maintain todo lists aimed at developers
devtodo is a program to assist developers (or anybody who uses a terminal) in maintaining a list of outstanding tasks in a hierarchical, prioritised, list. Additionally, it can automatically list outstanding items when you change into a directory (see example shell configurations in ${PREFIX}/share/examples/devtodo).
devel/icmake-7.22.01 (Score: 2.0746785E-4)
Intelligent C-like Maker
Icmake is a hybrid between a 'make' utility and a 'shell script' language. Originally, it was concocted to provide a useful tool for automatic program maintenance and system administrative tasks on MS-DOS platforms. Later on, Icmake was eventually ported to Unix platforms (SCO and Linux). By now Icmake also runs on a HP-Unix platform.
devel/llvm-3.3 (Score: 2.0746785E-4)
Low Level Virtual Machine
Low Level Virtual Machine (LLVM) is: - A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. - A virtual instruction set. - A compiler infrastructure. - LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation.
devel/llvm-3.4.2 (Score: 2.0746785E-4)
Low Level Virtual Machine
Low Level Virtual Machine (LLVM) is: - A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. - A virtual instruction set. - A compiler infrastructure. - LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation.
devel/llvm-3.5.2 (Score: 2.0746785E-4)
Low Level Virtual Machine
Low Level Virtual Machine (LLVM) is: - A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. - A virtual instruction set. - A compiler infrastructure. - LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation.
devel/llvm-3.6.2 (Score: 2.0746785E-4)
Low Level Virtual Machine
Low Level Virtual Machine (LLVM) is: - A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. - A virtual instruction set. - A compiler infrastructure. - LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation.
devel/newfile-1.0.14 (Score: 2.0746785E-4)
Tool for creating starter files in various languages
Newfile is a tool for creating starter files in various languages. It uses a full-featured preprocessor (like the C preprocessor) to transform templates into customized starter files. It can also generate trees of files for a specific purpose, such as a project using automake and autoconf, or a FreeBSD port.
devel/cfg-0.9.11 (Score: 2.0746785E-4)
Library for parsing arbitrary C/C++-style configuration files
OSSP cfg is a ISO-C library for parsing arbitrary C/C++-style configuration files. A configuration is sequence of directives. Each directive consists of zero or more tokens. Each token can be either a string or again a complete sequence. This means the configuration syntax has a recursive structure and this way allows to create configurations with arbitrarily nested sections.
devel/ccache-3.2.5 (Score: 2.0746785E-4)
Tool to minimize the compile time of C/C++ programs
ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations.