Ports Search

Results 351360 of 17,660 for descr%3A%22spam filter%22.(0.009 seconds)
www/ublock_origin-1.9.10 (Score: 0.0075157997)
Efficient blocker for Firefox, fast and lean
uBlock Origin is not an ad blocker; it's a general-purpose blocker. uBlock origin blocks ads through its support of the Adblock Plus filter syntax. It extends the syntax and is designed to work with custom rules and filters. Furthermore, advanced mode allows uBlock origin to work in default-deny mode, which mode will cause all 3rd-party network requests to be blocked by default, unless allowed by the user.
games/q3cellshading-1.0 (Score: 0.0074635735)
Quake III engine with Cell Shading capabilities
The goal of this project is to add Cell Shading capabilities to the Quake III engine with real-time performance. In order to provide such feature we have decided to use Kuwahara filter, a noise-reduction filter that preserves edges. It uses four subquadrants to calculate the mean and variance and chooses the mean value for the region with the smallest variance. To increase the hand-painted effect we have decided to apply a simple blur filter to reduce hard-edges on textures and increase the flatness effect. To produce the cell shading effect we use no graphics card shaders, so our implementation could run with almost any graphics card. The edge effect is produced by painting backface polygons with a thick wireframe without textures and repaint all the scene, but this time, with textures. We have also implemented a different algorithm (we call it White Texture), which uses white textures. You can set the console variable r_celshadalgo to 2, and load another map, or run using the appropriate link that came with the release.
mail/bogom-1.9.2 (Score: 0.0074280864)
Simple sendmail milter to interface bogofilter
The bogom plugin can be used with the milter API of sendmail to filter mails using bogofilter bayesian filter. It is intended to be used with only one words database for the whole system.
graphics/tinyows-1.1.0 (Score: 0.0073534306)
High Performance WFS-T server
TinyOWS server implements latest WFS-T standard versions, as well as related standards such as Filter Encoding (FE).
mail/opensmtpd-extras-201606230001 (Score: 0.007166788)
Pause incoming OpenSMTPD messages to reduce spam
devel/libjson++-0.5.0 (Score: 0.006790784)
Small C++ library to handle JSON serialized data
A simple, intuitive C++ library to handle JSON serialized data.
www/geminabox-0.13.0 (Score: 0.006744393)
Sinatra based gem hosting app
A sinatra based gem hosting app, with client side gem push style functionality.
devel/omniNotify-2.1.01 (Score: 0.0066965832)
CORBA Notification Service (CosNotification) for omniORB
omniNotify is a multi-threaded implementation of the CORBA Notification Service (CosNotification), a feature-enriched version of the CORBA Event Service (CosEvents). omniNotify offers asynchronous, decoupled, event-based communication between distributed and heterogeneous applications. The main features of omniNotify are: * Implemented in C++. * Scalable filter evaluation and event dispatching architecture. * Support for push-based and pull-based event suppliers and consumers. * Support variants of suppliers/consumers that transmit (per push/pull): o a CORBA::Any (a single arbitrary value); o a CosNotification::StructuredEvent (a single structured event); o a CosNotification::EventBatch (a sequence of structured events). * Administrative and Notification QoS properties. * Backward compatible with CosEvents.
sysutils/unieject-6 (Score: 0.006690042)
Eject(1) replacement
Unieject is a drop-in replacement for usual eject command, which works on Linux and FreeBSD. It has more functionalities than FreeBSD's eject command, and it's partially compatible with Linux's one. It also features a library to access functions to lookup devices and mountpoints, unmount and eject devices.
devel/log4sh-1.4.2 (Score: 0.006679356)
Common logging library for Bourne shell scripts
Log4sh is a logging framework for shell scripts that works similar to the other wonderful logging products available from the Apache Software Foundation (eg. log4j, log4perl). Although not as powerful as the others, it can make the task of adding advanced logging to shell scripts easier. It has much more power than just using simple "echo" commands throughout. In addition, it can be configured from a properties file so that scripts in a production environment do not need to be altered to change the amount of logging they produce.