Ports Search

Results 9,7719,780 of 17,660 for descr%3A%22spam filter%22.(0.011 seconds)
devel/Config-Objective-0.9.1 (Score: 1.3121418E-4)
Configuration data as perl objects
The Config::Objective module provides a mechanism for parsing config files to manipulate configuration data. Unlike most other config file modules, which represent config data as simple variables, Config::Objective represents config data as perl objects. This allows for a much more flexible configuration language, since new classes can be easily written to add methods to the config syntax.
devel/Config-Versioned-1.01 (Score: 1.3121418E-4)
Simple, versioned access to configuration data
Config::Versioned allows an application to access configuration parameters not only by parameter name, but also by version number. This allows for the configuration subsystem to store previous versions of the configuration parameters. When requesting the value for a specific attribute, the programmer specifies whether to fetch the most recent value or a previous value.
devel/Curses-Application-0.2 (Score: 1.3121418E-4)
Curses application development framework
Curses::Application is designed to provide a flexible framework for rapid application development of Curses-based console applications in Perl. Based on Curses::Widgets and Curses::Forms, Curses::Application provides a flexible OO framework to manage forms, widgets, and dialogs, without (hopefully) ever having to deal directly with Curses calls.
devel/Curses-Forms-1.997 (Score: 1.3121418E-4)
Provide high level APIs for rapid UI design on the console
Curses::Forms is designed to provide high level APIs for rapid user interface design on the console in Perl. Based on Curses::Widgets, Curses::Forms provide a flexible OO framework to manage a collection of widgets on forms and dialogs. While intended to be used in the Curses::Application framework, it can also be used alone with Curses::Widgets for quick and dirty interfaces.
devel/Data-HexDump-0.02 (Score: 1.3121418E-4)
Simple hexadecimal dumper
Dump in hexadecimal the content of a scalar. The result is returned in a string. Each line of the result consists of the offset in the source in the leftmost column of each line, followed by one or more columns of data from the source in hexadecimal. The rightmost column of each line shows the printable characters (all others are shown as single dots).
devel/Data-Integer-0.005 (Score: 1.3121418E-4)
Details of the native integer data type
This module is about the native integer numerical data type. A native integer is one of the types of datum that can appear in the numeric part of a Perl scalar. This module supplies constants describing the native integer type. There are actually two native integer representations: signed and unsigned. Both are handled by this module.
devel/anjuta-3.18.2 (Score: 1.3121418E-4)
Integrated Development Environment for C and C++
Anjuta is a very versatile Integrated development environment for C and C++. Written in GTK/GNOME and written for GTK+/GNOME, it features many advanced programming tools and utilities. It is basically a GUI interface for the bunch of command line programming utilities and tools available for FreeBSD, which are usually run in console and are very user unfriendly.
devel/Data-Alias-1.20 (Score: 1.3121418E-4)
Comprehensive set of aliasing operations
Data::Alias is a module that allows you to apply "aliasing semantics" to a section of code, causing aliases to be made wherever Perl would normally make copies instead. You can use this to improve efficiency and readability, when compared to using references.
devel/Data-Dumper-2.161 (Score: 1.3121418E-4)
Stringified perl data structures, suitable for both printing and eval
Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The contents of each variable is output in a single Perl statement. Handles self-referential structures correctly. The return value can be evaled to get back an identical copy of the original reference structure.
devel/Data-HexDump-Range-0.13.59 (Score: 1.3121418E-4)
Hexadecimal Range Dumper with color, bitfields and skip ranges
Creates a dump from binary data and user defined range descriptions. The goal of this module is to create an easy to understand dump of binary data. This achieved through: - Highlighted (colors) dump that is easier to understand than a monochrome blob of hex data - Multiple rendering modes with different output formats - Bitfield rendering - Skipping uninterresting data - The possibility to describe complex structures