Ports Search

Results 9,7919,800 of 17,660 for descr%3A%22spam filter%22.(0.011 seconds)
devel/Devel-Profile-1.05 (Score: 1.3121418E-4)
Tell me why my perl program runs so slowly
The Devel::Profile package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using the most time and which subroutines are being called most often.
devel/Devel-TraceUse-2.094 (Score: 1.3121418E-4)
This module shows the modules your program loads, recursively
Devel::TraceUse - Show the modules your program loads, recursively. An apparently simple program may load a lot of modules. That's useful, but sometimes you may wonder exactly which part of your program loads which module. Devel::TraceUse can analyze a program to see which part used which module.
devel/Dir-Project-3.025 (Score: 1.3121418E-4)
Project Environment determination
Dir::Project provides a way to locate a source-controlled directory (CVS, Subversion, Perforce, etc) using only the current working directory (cd). This prevents users from having to set other environment variables when they switch between areas, and allows scripts and such inside the directory to be executed without changing the user's PATH.
devel/Exporter-5.68 (Score: 1.3121418E-4)
Implements default import method for modules
The Exporter module implements an "import" method which allows a module to export functions and variables to its users' namespaces. Many modules use Exporter rather than implementing their own "import" method because Exporter provides a highly flexible interface, with an implementation optimised for the common case.
devel/ExtUtils-Command-1.20 (Score: 1.3121418E-4)
Utilities to replace common UNIX commands
ExtUtils::Command provides a number of utilities to replace common UNIX commands in Makefiles, etc. At present the list includes cp, rm_f, rm_rf, mv, cat, eqtime, mkpath, touch, test_f, test_d, chmod, and dos2unix. Also included is the companion module Shell::Command, which is a thin wrapper for ExtUtils::Command to provide cross-platform functions emulating common shell commands.
devel/File-ExtAttr-1.09 (Score: 1.3121418E-4)
Access to extended attributes of the files
File::ExtAttr is a Perl module providing access to the extended attributes of the files. Extended attributes are metadata associated with a file. Examples are access control lists (ACLs) and other security parameters. But users can add their own key=value pairs. Extended attributes are supported by FreeBSD starting from version 5.
devel/File-FcntlLock-0.22 (Score: 1.3121418E-4)
Perl5 module for file locking with fcntl
FcntlLock is a module to do file locking in an object oriented fashion using the fcntl(2) system call. This allows locks on parts of a file as well as on the whole file and overcomes some known problems with flock(2), on which Perls flock() function is based by default.
devel/File-Assets-0.064 (Score: 1.3121418E-4)
Perl module to Manage .css and .js assets
File::Assets is a tool for managing JavaScript and CSS assets in a (web) application. It allows you to "publish" assests in one place after having specified them in different parts of the application (e.g. throughout request and template processing phases).
devel/File-BasicFlock-98.1202 (Score: 1.3121418E-4)
Perl5 module for file locking with flock
File::Flock is a wrapper around the flock() call. The only thing it does that is special is that it creates the lock file if the lock file does not already exist. It will also try to remove the lock file. This makes it a bit complicated. http://search.cpan.org/dist/File-BasicFlock
devel/File-Tail-Multi-0.1 (Score: 1.3121418E-4)
Stateful tail of multiple files
Derived from MultiTail, this perl library makes it easy to tail a dynamic list of files and match/except lines using full regular expressions and even maintains their state locally. File::Tail::Multi will tail multiple files and return the records read to a Data Structure. The Data Structure can be processed by File::Tail::Multi functions.