Ports Search

Results 14,89114,900 of 17,660 for descr%3A%22spam filter%22.(0.014 seconds)
devel/relative-0.04 (Score: 9.2782444E-5)
Load modules with relative names
relative - Load modules with relative names This module allows you to load modules using only parts of their name, relatively to the current module or to a given module. Module names are by default searched below the current module, but can be searched upper in the hierarchy using the ..:: syntax.
devel/threads-shared-1.48 (Score: 9.2782444E-5)
Share data structures between threads
By default, variables are private to each thread, and each newly created thread gets a private copy of each existing variable. This module allows you to share variables across different threads (and pseudoforks on Win32). It is used together with the threads module.
devel/papi-5.4.3 (Score: 9.2782444E-5)
API to access the performance counter hw in the microprocessor
PAPI aims to provide the tool designer and application engineer with a consistent interface and methodology for use of the performance counter hardware found in most major microprocessors. PAPI enables software engineers to see, in near real time, the relation between software performance and processor events.
devel/pdcurses-3.4 (Score: 9.2782444E-5)
Curses library implementation for Win32, DOS, OS/2, and X11
PDCurses is a public domain curses library for Win32, DOS, OS/2 and X11, implementing most of the functions available in System V R4 curses. It supports most compilers for these platforms. The X11 port allows existing text-mode curses programs to be re-compiled and linked with PDCurses to produce native X11 applications.
devel/Config-1.10.12 (Score: 9.2782444E-5)
Your configurations swiss-army knife
The Config package provides methods for configuration manipulation. * Creates configurations from scratch * Parses and outputs different formats (XML, PHP, INI, Apache...) * Edits existing configurations * Converts configurations to other formats * Allows manipulation of sections, comments, directives... * Parses configurations into a tree structure * Provides XPath like access to directives
devel/PHP_PMD-1.4.1 (Score: 9.2782444E-5)
PHP Mess Detector
The PHP Mess Detector aims to be a simplified PHP port of the well known Java Tool PMD. This project uses PHP_Depend to measure several software metrics from given source code, then it compares the calculated values with customizeable thresholds and reports all suspect software artifacts
devel/Pager-2.4.9 (Score: 9.2782444E-5)
PEAR data paging class
PEAR::Pager takes an array of data as input and pages it according to various parameters. It also builds links within a specified range, and allows complete customization of the output (it even works with front controllers and mod_rewrite). Two operating modes available: "Jumping" and "Sliding" window style.
devel/fXSL-1.1.0 (Score: 9.2782444E-5)
XSL wrapper / extension to the PHP 5.x XSLTProcessor
The classes contained within this repository extend the standard XSLTProcess to use exceptions at all occasions of errors instead of PHP warnings, notices or semi completed transformations. They also add various custom methods and short- cuts for convinience and to allow a nicer API to implement callbacks to the PHP stack.
devel/VFS-0.3.0 (Score: 9.2782444E-5)
PEAR Virtual File System API
This PEAR package provides a Virtual File System API, with backends for: * SQL * FTP * Local filesystems * Hybrid SQL and filesystem ... and more planned. Reading/writing/listing of files are all supported, and there are both object-based and array-based interfaces to directory listings.
devel/XML_NITF-1.1.1 (Score: 9.2782444E-5)
PEAR NITF XML parser
PEAR::XML_NITF provides a NITF XML parser. The parser was designed with NITF version 3.1, but should be forward-compatible when new versions of the NITF DTD are produced. Various methods for accessing the major elements of the document, such as the hedline(s), byline, and lede are provided. This class was originally tested against the Associated Press's (AP) XML data feed.