Ports Search

Results 851860 of 17,660 for descr%3A%22spam filter%22.(0.012 seconds)
misc/cmatrix-1.2a (Score: 0.0021013778)
Show a scrolling 'Matrix' like screen
CMatrix - show a scrolling 'Matrix' like screen (curses based) CMatrix by default operates in 'eye candy' mode. It must be aborted with control-c. If you wish for more of a 'screen saver' effect, you must specify -s on the command line. For usage, use cmatrix -h. If you have any suggestions/flames/patches to send, please feel free to do so. Please do not critique my code, I know I'm a hack ;-) I just got the urge to write this one evening, and decided to see how fast I could do it. It's probably not particularly portable or efficient, but I'm pretty sure it wont hog *too* much CPU time. This software is provided under the GNU GPL. I am in no way affiliated in any way with the movie 'The Matrix', just a big fan.
net/jrdesktop-0.3.1.0 (Score: 0.0021013778)
View and/or control a remote PC
jrdesktop is an open source software for viewing and/or controlling a distance PC. Besides then screenshots, keyboard and mouse events transfer, jrdesktop includes many additional features(file transfer, data compression, color conversion, ...).
textproc/Lingua-EN-NameParse-1.34 (Score: 0.0021013778)
Routines for manipulating a person's name
This module takes as input a person or persons name in free format text and attempts to parse it. If successful, the name is broken down into components and useful functions can be performed.
textproc/clucene-2.3.3.4 (Score: 0.0021013778)
CLucene is a C++ port of Lucene
CLucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java. CLucene is faster than lucene as it is written in C++.
www/HTML-SimpleLinkExtor-1.27 (Score: 0.0021013778)
This is a simple HTML link extractor
This is a simple HTML link extractor designed for the person who does not want to deal with the intricacies of "HTML::Parser" or the de-ref- erencing needed to get links out of "HTML::LinkExtor".
www/acts-as-taggable-on-2.4.1 (Score: 0.0021013778)
Tag a single model on several contexts
With ActsAsTaggableOn, you can tag a single model on several contexts, such as skills, interests, and awards. It also provides other advanced functionality. https://rubygems.org/gems/acts-as-taggable-on
x11-fonts/cantarell-fonts-0.0.24 (Score: 0.0021013778)
Cantarell, a Humanist sans-serif font family
Dave Crossland's Cantarell is a contemporary Humanist sans serif that fully support the following writing systems: Basic Latin, Western European, Catalan, Baltic, Turkish, Central European, Dutch and Afrikaans.
x11-fonts/fntsample-4.1 (Score: 0.0021013778)
Show Unicode coverage of a font
A program for making font samples that show Unicode coverage of the font and are similar in appearance to Unicode charts. Samples can be saved as PDF or PostScript files.
devel/CPAN-Meta-2.150005 (Score: 0.0021002123)
Distribution metadata for a CPAN dist
Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the META.json file is described in CPAN::Meta::Spec. CPAN::Meta provides a simple class to represent this distribution metadata (or distmeta), along with some helpful methods for interrogating that data.
devel/Code-Perl-0.03 (Score: 0.0021002123)
Produce Perl code from a tree
Code::Perl allows you to build chunks of Perl code as a tree and then when you're finished building, the tree can output the Perl code. This is useful if you have built your own mini-language and you want to generate Perl from it. Rather than generating the Perl at parse time and having to worry about quoting, escaping, parentheses etc, you can just build a tree using Code::Perl and then dump out the correct Perl at the end.