aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_FloodControl
Commit message (Collapse)AuthorAgeFilesLines
* Convert miwi's ports to new Options frameworkBaptiste Daroussin2012-12-171-13/+10
| | | | | | | | | | While here fix some consistency in PEAR options name bumped revision of net/icpld and net/ipsumdump because IPV6 is now on Approved by: miwi (maintainer) Notes: svn path=/head/; revision=309053
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Reset ditesh (at) gathani.org due to long period of inactivity.Martin Wilke2009-04-111-1/+1
| | | | | | | | | - Take over some ports Approved by: portmgr (linimon) Notes: svn path=/head/; revision=232068
* The HTTP_FloodControl package can be used to detect and protect aMartin Wilke2008-04-113-0/+69
Web site from attempts to flood it with too many requests. It also allows to protect the site from automatic downloading many pages or files from the same IP address, session ID or other unique identifier. The detection of flood is determine according to a set of parameters indicating the maximal allowed number of requests for the certain time interval. It is possible to set several parameters at once in order to perform more effective protection. The package uses various storage containers (regular files, DB, MDB, MDB2) to handle counter logs. WWW: http://pear.php.net/package/HTTP_FloodControl/ PR: ports/119999 Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org> Notes: svn path=/head/; revision=211089