Ports Search

Results 491500 of 17,660 for descr%3A%22spam filter%22.(0.007 seconds)
ports-mgmt/pkg-plist-1.4 (Score: 0.0029633802)
Generate a pkg-plist for a port
Make a pkg-plist for a FreeBSD port. Try to be as "automatic" as possible. That's all it does ;-) Basic usage =========== 1. Build your port to the staging directory: `make stage`. 2. Run this from your port's directory (or set `-p`). Alternatively, you can install your ports to a "fake" prefix, this is the "old" from before staging support, but it has the added advantage that you've tested whether your port works when installing to a different prefix. 1. Build & install your port with a different `PREFIX`: `make install PREFIX=/var/tmp/ptest`. 2. Run this from your port's directory with `-x` set to `PREFIX`.
mail/james-2.3.2.1 (Score: 0.0029492634)
Java SMTP and POP3 Mail server and NNTP News server
The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server. We have designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols. James is also a mail application platform. We have developed a Java API to let you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply, update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines whether your mailet should process an email in the server. The James project hosts the Mailet API, and James provides an implementation of this mail appli -cation platform API. James is based upon the Apache Avalon application framework, formerly a product of the Apache Avalon project.
www/selector-0.10.1 (Score: 0.0029061898)
WSGI request delegation (a.k.a. routing)
WSGI request delegation. (AKA routing.) This distribution provides WSGI middleware for "RESTful" dispatch of requests to WSGI applications by URL path and HTTP request method. Selector now also comes with components for environ-based dispatch and on-the-fly middleware composition. There is a very simple optional mini-language for path matching expressions. Alternately we can easily use regular expressions directly or even create our own mini-language. There is a simple "mapping file" format that can be used. There are no architecture specific features (to MVC or whatever). Neither are there any framework specific features.
www/Browser-Open-0.04 (Score: 0.002877366)
Open a browser in a given URL
The functions optionaly exported by this module allows you to open URLs in the user browser. A set of known commands per OS-name is tested for presence, and the first one found is executed. With an optional parameter, all known commands are checked. The "open_browser" uses the system() function to execute the command. If you want more control, you can get the command with the "open_browser_cmd" or "open_browser_cmd_all" functions and then use whatever method you want to execute it.
science/Chemistry-Reaction-0.02 (Score: 0.0028656777)
Represent a ring as a substructure of a molecule
Explicit chemical reactions
security/vlock-2.2.3 (Score: 0.0028112174)
Locks a terminal
This is a utility which locks a terminal so it can only be unlocked with the user's password (or the root password). It uses PAM authentication by default.
devel/File-Flat-1.04 (Score: 0.002809569)
Implements a flat filesystem
File::Flat implements a flat filesystem. A flat filesystem is a filesystem in which directories do not exist. It provides an abstraction over any normal filesystem which makes it appear as if directories do not exist. In effect, it will automatically create directories as needed. This is create for things like install scripts and such, as you never need to worry about the existence of directories, just write to a file, no matter where it is.
sysutils/sloth-1.1.0 (Score: 0.0028079036)
Slow down a process
Sloth allows you to slow down a specified application by specifying (in miliseconds) the delay on the process. It slows down the process by sending SIGSTOP & SIGCONT signals to the process over a very fast period of time, giving the appearance of a slower application.
Stores a Catalyst Session in a Cookie
In order for Catalyst::Plugin::Session to work the session ID needs to be stored on the client, and the session data needs to be stored on the server. This plugin stores the session ID on the client using the cookie mechanism.
mail/whoson-2.05 (Score: 0.0027965638)
Implementation of `WHO iS ONline' protocol
This software is supposed to work as a "reference implementation" of the suggested "whoson" internet protocol. The protocol is expected to be employed on "spam relay protected" mail servers to allow traveling customers still send their email via the protected server. For this, a realtime database of "temporarily trusted" IP addresses is maintained by a special daemon program. The database may be filled by, e.g. POP/IMAP servers, and used by SMTP server. Another possible use of the protocol is to have the database filled by RADIUS/TACACS server for all dialup clients, and SMTP server using it to put the user identity into the "Received" header along with the source IP address. The protocol itself is defined in a separate document "whoson.txt".