Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Feb 2011 10:46:07 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www Makefile ports/www/p5-Feersum Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201102131046.p1DAk73a094496@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
culot       2011-02-13 10:46:07 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-Feersum       Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.2809    +1 -0      ports/www/Makefile
  1.1       +34 -0     ports/www/p5-Feersum/Makefile (new)
  1.1       +2 -0      ports/www/p5-Feersum/distinfo (new)
  1.1       +12 -0     ports/www/p5-Feersum/pkg-descr (new)
  1.1       +14 -0     ports/www/p5-Feersum/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102131046.p1DAk73a094496>