Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第1,8611,870项(搜索用时0.01秒)
www/mod_layout-5.1 (Score: 0.0015077093)
Apache2.2 module to wrap served pages with a header and/or footer
mod_layout is a utility to wrap served webpages. This means it can add a footer or header to a document. This allows you to create a standard look and feel throughout a website without using SSI. Some example uses are adding standard disclaimers to the bottom of all pages, banner ads to the top of all pages, or even a menu at the beginning of a page. There are many other per-document settings you can modify with mod_layout. THIS VERSION IS ONLY FOR APACHE 2.2.X
textproc/rfcdiff-1.33 (Score: 0.0015051342)
Compare two versions of an Internet Draft and produce a diff
The purpose of this program is to compare two versions of an Internet Draft and as output produce a diff in one of several formats: - side-by-side html diff - paged wdiff output in a text terminal - a text file with changebars in the left margin - a simple unified diff output In all cases, internet-draft headers and footers are stripped before generating the diff, to produce a cleaner diff.
www/URI-Title-1.86 (Score: 0.0014940521)
Get the titles of things on the web in a sensible way
Let's suppose you want to find the title of things on the web. This seems like a really simple request, just get() the object, parse for a title tag, you're done. There are several problems with this approach: - What if the resource is on a very slow server? Do we wait for ever or what? - What if the resource is a 900 gig file? You don't want to download that. - What if the page title isn't in a title tag, but is buried in the HTML somewhere? - What if the resource is an MP3 file, or a word document or something? This module attempts to solve this problem.
x11/xbelld-0.2b2 (Score: 0.0014940521)
XBellD is a small daemon for replacing the standard X terminal bell
XBellD is a small daemon for replacing the standard X Window System terminal bell with a more interesting set of sounds. This is useful for systems where the terminal bell is handled by the "PC Speaker," or where different sounds are desired for different classes of X clients. XBellD works by intercepting terminal bell requests on the server side, and then playing user-specified sounds through a PCM capable soundcard. The resource class of the client making a terminal bell request is used to match a corresponding sound file which should be played when such a request is made.
audio/eawplus-12.1 (Score: 0.0014876176)
E.A.W.+Izumo+Tamuki collection of Gravis Ultrasound MIDI patches
This is, tuned by Shoichi Tamuki, Eric A. Welsh's collection of Gravis UltraSound MIDI patches configured for use with the TiMidity++ MIDI player. A configuration file for TiMidity++ to use these patches is also included.
databases/dbow-0.7 (Score: 0.0014876176)
DBOW is a database object generator for C, Perl, PHP, etc
DBOW is a database compiler-compiler or front-end. It takes table definitions in a relatively high-level language and prepares C, C++, PHP, Perl (etc) functions for manipulating the database. It will also produce SQL table data for MySQL.
devel/ExtUtils-MakeMaker-Coverage-0.05 (Score: 0.0014876176)
Add a Makefile target to determine test coverage using Devel::Cover
ExtUtils::MakeMaker::Coverage adds a Makefile target to determine test coverage using Devel::Cover: # In Makefile.PL use ExtUtils::MakeMaker; use ExtUtils::MakeMaker::Coverage; ... # if you already have a MY::postamble... sub MY::postamble { testcover(); ... }
devel/NEXT-0.65 (Score: 0.0014876176)
Provide a pseudo-class NEXT (et al) that allows method redispatch
NEXT.pm adds a pseudoclass named NEXT to any program that uses it. If a method m calls $self-NEXT::m()>, the call to m is redispatched as if the calling method had not originally been found.
dns/axfr2acl-1.00 (Score: 0.0014876176)
Transfer A records from DNS zones and convert to BIND ACLs
axfr2acl transfers A records from the given DNS zones and converts them to an ACL for use in BIND configuration files. It is part of dnstools, a set of utilities for DNS management and related tasks.
ftp/wput-0.6.2 (Score: 0.0014876176)
Uploads files or directories to a ftpserver with support of resuming
wput is a tiny program that looks like wget and does as the name suggests exactly the opposite: it uploads files or recursively whole directories to a ftp-server and supports resuming.