Ports Search

Results 1,2711,280 of 17,660 for descr%3A%22spam filter%22.(0.007 seconds)
graphics/Graph-ReadWrite-2.08 (Score: 0.0018185177)
Reading and Writing a variety of graph file formats
This is a collection of perl classes for reading and writing directed graphs in a variety of file formats. The graphs are represented in Perl using Jarkko Hietaniemi's Graph classes.
java/mmake-2.3 (Score: 0.0018185177)
Create a Makefile for Your Java files, ready to compile
mmake is a small and effective script that will create a Makefile for Your Java files, ready to compile. The Makefile generated with mmake supports: - Packages - JavaDoc - Clean up - C-preprocessor - Jar file - Install - Uninstall - Dependencies
lang/ceylon-1.2.2 (Score: 0.0018185177)
Ceylon is a language for writing large programs in teams
Ceylon is a new programming language that's deeply influenced by Java, designed by people who are unapologetic fans of Java. It's a language designed specifically for writing large programs in teams.
mail/grepmail-5.3033 (Score: 0.0018185177)
Search mailboxes for a given regexp and display matching emails
Grepmail searches a normal, gzip'd, bzip'd, or tzip'd mailbox for a given regular expression, and returns those emails that match it. Piped input is allowed, and date restrictions are supported.
mail/Clamd-1.04 (Score: 0.0018185177)
Clamd - Connect to a local clamd service and send commands
A library for connecting to and sending commands to a local clamd service - an anti-virus daemon process. You can find more information about clam anti-virus at http://www.clamav.org/
multimedia/mmsrip-0.7.0 (Score: 0.0018185177)
MMS ripper - a client for the proprietary protocol mms://
MMSRIP is a client for the proprietary protocol MMS://. It actually saves to a file the content being streamed. Please remember that this is not intended for real use, its existence is only and must only be documentary.
net-im/libnotify-0.14 (Score: 0.0018185177)
This plugin adds a libnotify interface to Pidgin
This plugin adds a libnotify interface to pidgin, enabling popups much like guifications. It has some configuration options, to show popups when a buddy signs on, on new messages and on new conversations only.
net-mgmt/check_mysql_slave-0.1.1 (Score: 0.0018185177)
Nagios Plugin to monitor MySQL replication on a slave
The check_mysql_slave plugin allows you to check that a particular MySQL replication slave is running and (coming soon) is within a threshold bytes or seconds behind its master.
security/Digest-BubbleBabble-0.02 (Score: 0.0018185177)
Perl5 interface to a fingerprint in "bubble babble" format
Digest::BubbleBabble takes a message digest (generated by either of the MD5 or SHA-1 message digest algorithms) and creates a fingerprint of that digest in "bubble babble" format. Bubble babble is a method of representing a message digest as a string of "real" words, to make the fingerprint easier to remember. The "words" are not necessarily real words, but they look more like words than a string of hex characters. Bubble babble fingerprinting is used by the SSH2 suite (and, consequently, by Net::SSH::Perl, the Perl SSH implementation) to display easy-to-remember key fingerprints. The key (a DSA or RSA key) is converted into a textual form, digested using Digest::SHA1, and run through bubblebabble to create the key fingerprint.
textproc/HTML-Tidy-1.56 (Score: 0.0018185177)
Web validation in a Perl object using tidy
HTML::Tidy is an HTML checker in a handy dandy object. It's meant as a replacement for HTML::Lint. If you're currently an HTML::Lint user looking to migrate, see the section "Converting from HTML::Lint".