Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第1,8011,810项(搜索用时0.01秒)
x11/xcursorgen-1.0.6 (Score: 0.0015532246)
Create an X cursor file from a collection of PNG images
This package contains xcursorgen, a program for creating an X cursor file from a collection of PNG images.
devel/libvanessa_socket-0.0.12 (Score: 0.0015508694)
Library that provides a simple layer for TCP/IP socket operations
libvanessa_socket is a library that provides a simple layer for TCP/IP socket operations. It includes code to open a socket to a server as a client, to listen on sockets for clients as a server and to pipe information between sockets.
games/jigsaw-0.8 (Score: 0.0015508694)
Simulates a jigsaw puzzle and illustrates the use of clipping paths
Simulates a jigsaw puzzle and illustrates the use of clipping paths. You need a medium-sized TIFF file to play this game. Left-click and drag to move a piece or cluster. Ctrl-left-click and drag to connect knobs to slots. Right-click to disassemble a cluster. Ctrl-right-click to extract a piece from a cluster.
converters/dosunix-1.0.14 (Score: 0.0015383941)
Manipulation of text files in a mixed DOS/Windows and Unix environment
The suite of utilities known as DosUnix provide a selection of features allowing manipulation of text files in a mixed DOS/Windows and Unix environment. The three utilities are: - dosunix, which creates a copy of a DOS text file in Unix text format; - unixdos, which creates a copy of a Unix text file in DOS text format; - chktxt, which inspects a given text file to determine whether it is in DOS text format or Unix text format.
irc/gruftistats-0.2.4 (Score: 0.0015310677)
Produces a web page of statistics and quotes from IRC channel logs
Gruftistats is a program which reads your IRC logs and turns them into a web page. This has a mixture of statistics (like who talked most), and amusing facts (like who got kicked most). It supports a variety of log formats already, and can be extended to support other log formats by writing a spec file describing the format.
mail/mail_room-0.8.0 (Score: 0.0015310677)
This mail_room will proxy email (gmail) from IMAP to a delivery method
mail_room is a configuration based process that will idle on IMAP connections and execute a delivery method when a new message is received. Examples of delivery methods include: POST to a delivery URL (Postback) Queue a job to Sidekiq or Que for later processing (Sidekiq or Que) Log the message or open with LetterOpener (Logger or LetterOpener)
textproc/Parse-Syslog-1.10 (Score: 0.0015310677)
Perl5 routines that present a simple interface to parse syslog files
Parse::Syslog presents a simple interface to parse syslog files: you create a parser on a file (with new) and call next to get one line at a time with Unix-timestamp, host, program, pid and text returned in a hash-reference.
textproc/errorhandler-1.1.1 (Score: 0.0015310677)
Logging framework handler that tracks when messages above a certain level have been logged
A logging framework handler that tracks when messages above a certain level have been logged. This is a handler for the python standard logging framework that can be used to tell whether messages have been logged at or above a certain level. This can be useful when wanting to ensure that no errors have been logged before committing data back to a database.
devel/libosmo-abis-0.3.2 (Score: 0.0015244797)
Shared code regarding the A-bis interface between BTS and BSC
This is a library containing common/shared code regarding the A-bis interface between BTS and BSC. It implements drivers for mISDN and DAHDI based E1 cards, as well as some A-bis/IP dialects.
devel/Class-ReturnValue-0.55 (Score: 0.0015244797)
Return-value object that can be treated as a boolean, array, or object
Class::ReturnValue is a "clever" return value object that can allow code calling your routine to expect: a boolean value (did it fail) or a list (what are the return values)