Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第8,5018,510项(搜索用时0.011秒)
devel/Shell-Source-0.01 (Score: 1.3917367E-4)
Run programs and inherit environment changes
The Shell::Source allows arbitrary shell scripts, or other programs for that matter, to be run and their environment to be inherited into a Perl program.
devel/Sah-0.9.41 (Score: 1.3917367E-4)
Schema for data structures (specification)
Sah is a schema language for validating data structures. In the 0.9.0 series, there will probably still be incompatible syntax changes between revision before the spec stabilizes into 1.0 series.
devel/Shape-0.04 (Score: 1.3917367E-4)
Perl5 module to read and write shapefiles via shapelib
This is a library for reading, creating, and writing ArcView(c) shapefiles using Perl. The Perl code uses Frank Warmerdam's Shapefile C Library.
devel/Test-CheckManifest-1.29 (Score: 1.3917367E-4)
Check if your Manifest matches your distro
Checks whether the Manifest file matches the distro or not. To match a distro the Manifest has to name all files that come along with the distribution
devel/System-Command-1.118 (Score: 1.3917367E-4)
Object for running system commands
System::Command is a class that launches external system commands and return an object representing them, allowing to interact with them through their STDIN, STDOUT and STDERR handles.
devel/Term-Menus-2.99 (Score: 1.3917367E-4)
Create Powerful Terminal, Console, and CMD Environment Menus
Term::Menus allows you to create powerful Terminal, Console and CMD environment menus. Any perl script used in a Terminal, Console or CMD environment can now include a menu facility that includes sub-menus, forward and backward navigation, single or multiple selection capabilities, dynamic item creation and customized banners. All this power is simple to implement with a straight forward and very intuitive configuration hash structure that mirrors the actual menu architecture needed by the application. A separate configuration file is optional. Term::Menus is cross platform compatible.
devel/Test-LeakTrace-0.15 (Score: 1.3917367E-4)
Traces memory leaks
Test::LeakTrace provides several functions that trace memory leaks. This module scans arenas, the memory allocation system, so it can detect any leaked SVs in given blocks. Leaked SVs are SVs which are not released after the end of the scope they have been created. These SVs include global variables and internal caches. For example, if you call a method in a tracing block, perl might prepare a cache for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok() executes a block more than once.
devel/Term-Size-Perl-0.029 (Score: 1.3917367E-4)
Retrieving terminal size
Term::Size::Perl is yet another implementation of Term::Size in pure Perl, with the exception of a C probe run on build time.
devel/Test-CheckDeps-0.010 (Score: 1.3917367E-4)
Check for presence of dependencies
Test::CheckDeps adds a test that assures all dependencies have been installed properly. If requested, it can bail out all testing on error.
devel/Test-Compile-1.3.0 (Score: 1.3917367E-4)
Check whether Perl module files compile correctly
Test::Compile lets you check the validity of a Perl module file or Perl script file, and report its results in standard Test::Simple fashion.