Ports Search

Results 1,3711,380 of 17,660 for descr%3A%22spam filter%22.(0.009 seconds)
www/mod_chroot-0.5 (Score: 0.0018152038)
The mod_chroot makes running Apache in a chroot easy
mod_chroot makes running Apache in a secure chroot environment easy. You don't need to create a special directory hierarchy containing /dev, /lib, /etc... mod_chroot allows you to run Apache in a chroot jail with no additional files. The chroot() system call is performed at the end of startup procedure - when all libraries are loaded and log files open.
www/mysqlphp2postgres-0.95 (Score: 0.0018152038)
Convert MySQL calls in a PHP page into PostgreSQL calls
MySQL PHP to PostgreSQL is a program that takes a php page that uses mysql calls and changes them into PostgreSQL calls. This allows any website (if it converts properly :) that was written in PHP for MySQL to run as a website written to run on PostgreSQL.
Connection cache that enforces a max keep alive limit
LWP::UserAgent is the default module for issuing HTTP requests from Perl. It has a keep_alive setting which by default allows unlimited requests to the same server. Some servers will disconnect you after a limited number of requests (in Apache 2 this is achieved with the MaxKeepAliveRequests directive). This module allows you to limit the maximum number of keep alive requests to a server.
www/pglogd-2.3 (Score: 0.0018152038)
Sends web server log entries to a PostgreSQL database
pgLOGd, simply put, is a program that takes web server log entries and sends them to a database. It is called pgLOGd because of the database it was designed to function with, PostgreSQL. It is fast, robust and features fall-back-logging to a text file. It is flexible and typically uses less than 128K of memory.
www/sogo2-2.3.13 (Score: 0.0018152038)
Groupware server with a focus on scalability and open standards
SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards. It provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV, CardDAV and GroupDAV.
www/thumbnail_index-1998.08.10 (Score: 0.0018152038)
Make an HTML index file for a bunch of images
thumbnail_index - make an HTML index file for a bunch of images Run this script in a web directory consisting of all or mostly image files. It'll create an index.html of thumbnail images, putting the thumbnail files in a hidden subdirectory.
www/sogo3-3.1.5 (Score: 0.0018152038)
Groupware server with a focus on scalability and open standards
SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards. It provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV, CardDAV and GroupDAV.
astro/accrete-1.0 (Score: 0.0018101007)
Accrete is a physical simulation of solar system planet formation
Accrete is a physical simulation of solar system planet formation, originally published to Usenet-- probably comp.sources.unix-- in 1991 by Joe Nowakowski. This software is in the public domain. This simulation works by modelling a dust cloud around a Sun-like star, injecting a series of masses which collect dust, and form planets. The simulation then determines what the planetary environments will be like in terms of temperature, atmospheric composition, and other factors. The system description is saved to a file named "New.System".
devel/ExtUtils-MakeMaker-7.18 (Score: 0.0018101007)
Designed to write a Makefile for an extension module
This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. It splits the task of generating the Makefile into several subroutines that can be individually overridden. Each subroutine returns the text it wishes to have written to the Makefile. MakeMaker is object oriented. Each directory below the current directory that contains a Makefile.PL is treated as a separate object. This makes it possible to write an unlimited number of Makefiles with a single invocation of WriteMakefile().
devel/IPC-SharedCache-1.3 (Score: 0.0018101007)
Perl module for managing a SysV IPC shared memory cache
This module provides a shared memory cache accessed as a tied hash. Shared memory is an area of memory that is available to all processes. It is accessed by choosing a key, the ipc_key argument to tie. Every process that accesses shared memory with the same key gets access to the same region of memory. In some ways it resembles a file system, but it is not hierarchical and it is resident in memory. This makes it harder to use than a filesystem but much faster. The data in shared memory persists until the machine is rebooted or it is explicitly deleted.