Ports Search

Results 321330 of 17,660 for descr%3A%22spam filter%22.(0.013 seconds)
textproc/htree-0.8 (Score: 0.007963376)
Ruby library to manipulate HTML/XML tree data structure
Ruby/htree - HTML/XML tree library htree provides a tree data structure representing HTML and XML data. Features: * Permissive unified HTML/XML parser * byte-to-byte round-tripping unparser * XML namespace support * Dedicated class for escaped string that eases sanitization * XHTML/XML generator * template engine * recursive template expansion * converter to REXML document
audio/libcddb-doc-1.3.0 (Score: 0.007920603)
Libcddb documentation
Libcddb documentation [For more info about libcddb see audio/libcddb/pkg-descr]
japanese/edict-utf-8-20100420 (Score: 0.007920603)
Japanese-English edict UTF-8 dictionaries
UTF-8 version of edict's dictionary files see japanese/edict/pkg-descr for more information
converters/ascii2binary-2.14 (Score: 0.007916985)
Convert between textual representations of numbers and binary
These programs convert between textual and binary representations of numbers. ascii2binary reads input consisting of textual representations of numbers separated by whitespace and produces as output the binary equivalents. The type and precision of the binary output is selected using command line flags. binary2ascii reads input consisting of binary numbers and converts them to their textual representation. Command line flags specify the type and size of the binary numbers and provide control over the format of the output. Unsigned integers may be written out in binary, octal, decimal, or hexadecimal. Signed integers may be written out only in binary or decimal. Floating point numbers may be written out only decimal, either in standard or scientific notation. (If you want to examine the binary representation of floating point numbers, just treat the input as a sequence of unsigned characters.) The two programs are useful for generating test data, for inspecting binary files, and for interfacing programs that generate textual output to programs that require binary input and conversely. They can also be useful when it is desired to reformat numbers.
games/osp-1.03a (Score: 0.007870594)
Quake III Arena mod: OSP Tourney DM/CA/CTF
OSP Tourney DM is designed to facilitate competitive, yet flexible, match play. This mod simply makes it easier and more convenient for players and and admins alike to enhance the Quake 3 experience. There have absolutely been *NO* changes to the core gameplay or its dynamics -- its all default Quake 3 in this regard.
russian/pytils-0.3 (Score: 0.007870594)
Russian-specific string utils
Simple tools for processing strings in Russian (choose proper form for plurals, in-words representation of numerals, dates in Russian without locales, transliteration, etc).
textproc/escape-0.2 (Score: 0.007870594)
Ruby library provides HTML/URI/shell escaping functions
Ruby escape - HTML/URI/shell escaping utilities Features: - several escaping/composing functions * HTML text * HTML attribute value * URI path * shell command line - dedicated classes for escaped strings - escape and compose strongly related strings at once
textproc/Search-VectorSpace-0.02 (Score: 0.0077511524)
Very basic vector-space search engine perl module
This module takes a list of documents (in English) and builds a simple in-memory search engine using a vector space model. Documents are stored as PDL objects, and after the initial indexing phase, the search should be very fast. This implementation applies a rudimentary stop list to filter out very common words, and uses a cosine measure to calculate document similarity. All documents above a user-configurable similarity threshold are returned.
www/HTTP-SimpleLinkChecker-1.163 (Score: 0.007718428)
Check the HTTP response code for a link
You don't have to know anything about objected-oriented Perl, LWP, or the HTTP module to be able to check your links. This module is designed for the casual user. It has one function, check_link, that returns the HTTP response code that it receives when it tries to fetch the web address passed to it. The undef value is returned for any non-HTTP failure and the $HTTP::SimpleLinkChecker::ERROR variable is set. The HEAD method is tried first, although if anything other than a good status code (those less than 400) is received, another request is made with the GET method. Note, however, that even with the best code, no module can control how servers decide to respond to a check, or control any of the myriad things that can go wrong with the network between you and the remote server. Some may filter requests based on origin IP address, user-agent type, or any other arbitrary factor. Some servers may not respond correctly at all. Furthermore, some servers might be temporarily down or overloaded. I recommend that you recheck "broken" links a couple times over a long period (like a day or two) before you decide they are really broken.
mail/emil-2.1b9 (Score: 0.0077121733)
Mail format/encoding converter
Emil is a filter for converting Internet Messages. It supports three basic formats: MIME, SUN Mailtool and RFC822. It can be used with sendmail, as a loopback mailer, as a prefilter or backend program with a mail client program, or as a plain filter. Conversion can be configured by a configuration file, emil.cf, using sender, recipient and recipient host as input parameters or by command line arguments. Emil is able to: - convert the format, headers and structure, between messages of type MIME, Sun Mailtool and RFC822. - convert the encoding of binary data between Base64, BinHex and Uuencode. - convert the encoding of text to and from the MIME encoding Quoted-Printable. - convert character set of text between the character sets made available by Keld J. Simonsens strncnv package. - do one-way conversions of 8bit text to the Swedish national variant of ISO-646 or to US-ASCII. - convert to and from RFC1522 format headers.