Apache Portable Runtime (APR) library. It multiplexes connections,
running the read/write communication asynchronously. Memory copies
and transformations are kept to a minimum to provide high
performance operation.
WWW: http://serf.googlecode.com
PR: ports/124059
Submitted by: Craig Rodrigues <rodrigc at FreeBSD.org>
mod_fileiri implements http IRIs for directories/files, i.e.
if accepts URIs with non-ASCII characters encoded in UTF-8 and
converts them to the legacy encoding used in the file system
(which can be specified per directory, or even finer if necessary
(although that's a real hack)).
What is more, it continues to accept requests in the legacy
encoding specified, and redirects them to the correct UTF-8
form, which then returns the actual document (without looping).
There is also a backwards mode, which does redirects from
URIs in a specified legacy encoding to UTF-8 if the directory/
filenames are in UTF-8.
WWW: http://www.w3.org/2003/06/mod_fileiri/
It's basically an LWP::UserAgent that remembers recurring api URLs and
parameters, plus sugar to parse the results.
WWW: http://search.cpan.org/dist/WebService-Simple/
PR: ports/123818
Submitted by: Masahiro Teramoto <markun at onohara.to>
LeechBlock is a simple productivity tool designed to block those
time-wasting sites that can suck the life out of your working day. All
you need to do is specify which sites to block and when to block them.
WWW: http://www.proginosko.com/leechblock.html
Author: James Anderson
PR: ports/123823 (with adjustments)
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
NOTE: 0.6.31 moving to www/nginx as stable version soon.
<ChangeLog>
*) Change: now the 0x00-0x1F, '"' and '\' characters are escaped as
\xXX in an access_log.
Thanks to Maxim Dounin.
*) Change: now nginx allows several "Host" request header line.
*) Feature: the "modified" flag in the "expires" directive.
*) Feature: the $uid_got and $uid_set variables may be used at any
request processing stage.
*) Feature: the $hostname variable.
Thanks to Andrei Nigmatulin.
*) Feature: DESTDIR support.
Thanks to Todd A. Fisher and Andras Voroskoi.
*) Bugfix: a segmentation fault might occur in worker process on Linux,
if keepalive was enabled.
</ChangeLog>