1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/p5-Feersum/pkg-plist
Frederic Culot 94e5787cf4 Feersum is an HTTP server built on EV. It fully supports the PSGI 1.03 spec
including the psgi.streaming interface and is compatible with Plack. PSGI 1.1,
which has yet to be published formally, is also supported. Feersum also has
its own "native" interface which is similar in a lot of ways to PSGI, but is
not compatible with PSGI or PSGI middleware.

Feersum uses a single-threaded, event-based programming architecture to scale
and can handle many concurrent connections efficiently in both CPU and RAM.
It skips doing a lot of sanity checking with the assumption that a "front-end"
HTTP/HTTPS server is placed between it and the Internet.

WWW: http://search.cpan.org/dist/Feersum

PR:		ports/153320
Submitted by:	Grzegorz Blach <magik AT roorback.net>
2011-02-13 10:46:07 +00:00

15 lines
656 B
Plaintext

bin/feersum
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Feersum/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Feersum/Feersum.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Feersum/Feersum.bs
%%SITE_PERL%%/%%PERL_ARCH%%/Plack/Handler/Feersum.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Feersum.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Feersum/Runner.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Feersum/Connection.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Feersum/Connection/Handle.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Feersum
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Plack/Handler
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Plack
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Feersum/Connection
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Feersum