Ports Search

Results 14,81114,820 of 17,660 for descr%3A%22spam filter%22.(0.013 seconds)
devel/ExtUtils-PkgConfig-1.15 (Score: 9.2782444E-5)
Simplistic interface to pkg-config
The pkg-config program retrieves information about installed libraries, usually for the purposes of compiling against and linking to them. ExtUtils::PkgConfig is a very simplistic interface to this utility, intended for use in the Makefile.PL of perl extensions which bind libraries that pkg-config knows. It is really just boilerplate code that you would've written yourself.
devel/Exporter-Declare-0.114 (Score: 9.2782444E-5)
Perl extension for exporting done right
Exporter::Declare is a meta-driven exporting tool. Exporter::Declare tries to adopt all the good features of other exporting tools, while throwing away horrible interfaces. Exporter::Declare also provides hooks that allow you to add options and arguments for import. Finally, Exporter::Declare's meta-driven system allows for top-notch introspection.
devel/ExtUtils-XSpp-0.16.03 (Score: 9.2782444E-5)
XS for C++ in Perl
XS++ is just a thin layer over plain XS, hence to use it you are supposed to know, at the very least, C++ and XS. This means that you will need typemaps for both the normal XS pre-processor xsubpp and the XS++ pre-processor xspp.
devel/File-PathConvert-0.9 (Score: 9.2782444E-5)
File::PathConvert - Various path conversion routines
File::PathConvert provides functions to convert between absolute and relative paths, and from logical paths to physical paths on a variety of filesystems, including the URL 'filesystem'. For new programs, it is probably better to use File::Spec and Cwd modules, if you can help it.
devel/File-DirSync-1.22 (Score: 9.2782444E-5)
Perl5 module for synchronizing two directories rapidly
File::DirSync will make two directories exactly the same. The goal is to perform this synchronization process as quickly as possible with as few stats and reads and writes as possible. It usually can perform the synchronization process within a few milliseconds - even for gigabytes or more of information.
devel/File-Find-Closures-1.11 (Score: 9.2782444E-5)
Functions you can use with File::Find
The author wrote this module as an example of both using closures and using File::Find. Students are always asking me what closures are good for, and here's some examples. The functions mostly stand alone (i.e. they don't need the rest of the module), so rather than creating a dependency in your code, just lift the parts you want).
devel/File-Tempdir-0.02 (Score: 9.2782444E-5)
Perl5 module to provide an object interface for File::Temp
File::Tempdir is a Perl5 module which provides an object interface to tempdir() from File::Temp. This allow to destroy the temporary directory as soon you don't need it anymore using the magic DESTROY() function automatically call be perl when the object is no longer reference.
devel/File-Util-3.27 (Score: 9.2782444E-5)
Perl5 module for easy, versatile, portable file handling
File::Util provides a comprehensive toolbox of utilities to automate all kinds of common tasks on file / directories. Its purpose is to do so in the most portable manner possible so that users of this module won't have to worry about whether their programs will work on other OSes and machines.
devel/File-Write-Rotate-0.30 (Score: 9.2782444E-5)
Write to files that archive/rotate themselves
File::Write::Rotate can be used to write to file, usually for logging, that can rotate itself. File will be opened in append mode. Locking will be done to avoid conflict when there are multiple writers. Rotation can be done by size (after a certain size is reached), by time (daily/monthly/yearly), or both.
devel/Form-Sensible-0.20023 (Score: 9.2782444E-5)
Sensible way to handle form based user interface
Form::Sensible is a different kind of form library. Form::Sensible is not just another HTML form creator, or a form validator, though it can do both. Form::Sensible, instead, focuses on what forms are: a method to relay information to and from a user interface. Form::Sensible forms are primarily tied to the data they represent. Form::Sensible is not tied to HTML in any way. You could render Form::Sensible forms using any presentation system you like, whether that's HTML, console prompts, WxPerl or voice prompts. (* currently only an HTML renderer is provided with Form::Sensible, but work is already under way to produce others.) Features: - Easy form validation - Ability to easily save created forms for future use - Define form once, render any number of ways - Flexible built-in form validator - Easily extended to produce new renderers, field types and validation - HTML renderer produces sane html that can be easily styled via CSS - HTML renderer allows for custom templates to control all aspects of form rendering. - HTML output not tied to any javascript library.