Ports Search

Results 1,4511,460 of 17,660 for descr%3A%22spam filter%22.(0.008 seconds)
news/newscache-1.2.r.6 (Score: 0.0017936736)
NewsCache is a free cache server for USENET News
What is NewsCache? NewsCache is a free cache server for USENET News available under the GNU General Public License. NewsCache can be plugged in between your news reader(s) and your news server. NewsCache acts to news readers like a news server and retrieves news articles from the news server like a news reader. Whenever, a client requests an article from NewsCache, NewsCache checks whether the article has already been stored in the cache area. If this is the case, the article is sent directly to its client. Otherwise, the article is requested from the upstream news server, stored in the cache area and sent back to the client.
science/Chemistry-Bond-Find-0.23 (Score: 0.0017936736)
Detect bonds in a molecule and assign formal bond orders
Perl module which provides functions for detecting the bonds in a molecule from its 3D coordinates by using simple cutoffs, and for guessing the formal bond orders.
security/Digest-MD5-M4p-0.01 (Score: 0.0017936736)
Perl interface to a variant of the MD5 algorithm
The Digest::MD5::M4p module is cloned from the Digest::MD5 module to support a variant Apple iTunes implementation of the MD5 algorithm.
shells/psh-1.8.1 (Score: 0.0017936736)
New shell made entirely out of a Perl script
Perl Shell is a new shell that combines the power of bash and several other shells with the power of perl programming.
sysutils/abduco-0.6 (Score: 0.0017936736)
Session management in a clean and simple way
abduco provides session management i.e., it allows programs to be run independently from their controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen. abduco is in many ways very similar to dtach but is a completely independent implementation which is actively maintained, contains no legacy code, provides a few additional features, has a cleaner, more robust implementation and is distributed under the ISC license.
sysutils/procmap-1.0 (Score: 0.0017936736)
Print the contents of a procfs map file
The procmap utility reliably prints the contents of an entire procfs map file, whereas a utility like cat cannot reliably do so.
sysutils/wmflame-0.60 (Score: 0.0017936736)
Dockapp that shows the load average as a flame
WindowMaker dockapp showing load average as a flame. Can also be used in AfterStep. Allows user to change lots of the flame characteristics.
sysutils/xin-1.0.0 (Score: 0.0017936736)
Splits standard input and pipes into a command
Xin reads from standard input and splits the data up into sections, piping each section to a separate command. Optionally it can pad each section with zeros.
textproc/Text-Quoted-2.09 (Score: 0.0017936736)
Text::Quoted - Extract the structure of a quoted mail message
Text::Quoted examines the structure of some text which may contain multiple different levels of quoting, and turns the text into a nested data structure.
www/mod_log_mysql-1.04 (Score: 0.0017936736)
Allows Apache 2.2.x to log to a MySQL database
mod_log_mysql is a module for the Apache 2 webserver which permits request logging into a MySQL database. Key features are: * Seamless integration into the standard Apache logging configuration. * Only a single configuration line needed to start logging. * Free SQL use. * Multiple databases, database users and/or database servers. * Connection pooling, only one connection per log target, per child process. * Logs data as it is: e.g. times as SQL DATETIME and n/a items as SQL NULL. * Won't loose data if the database server is down. Note: this module requires mod_log_config-st