pgj         2011-08-13 23:26:14 UTC

  FreeBSD ports repository

  Modified files:
    lang/ghc             bsd.hackage.mk 
    www                  Makefile 
  Added files:
    www/hs-snap-server   Makefile distinfo pkg-descr 
    www/hs-snap-server/files patch-snap-server.cabal 
  Log:
  Snap is a simple and fast web development framework and server written in
  Haskell. For more information or to download the latest version, you can visit
  the Snap project website.
  
  The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
  server library written in Haskell. Together with the "snap-core" library upon
  which it depends, it provides a clean and efficient Haskell programming
  interface to the HTTP protocol.
  
  Higher-level facilities for building web applications (like user/session
  management, component interfaces, data modeling, etc.) are planned but not
  yet implemented, so this release will mostly be of interest for those who:
  
  * need a fast and minimal HTTP API at roughly the same level of abstraction
    as Java servlets, or
  
  * are interested in contributing to the Snap Framework project.
  
  WWW:    http://snapframework.com/
  
  Obtained from:  FreeBSD Haskell
  
  Revision  Changes    Path
  1.51      +2 -1      ports/lang/ghc/bsd.hackage.mk
  1.2950    +1 -0      ports/www/Makefile
  1.1       +47 -0     ports/www/hs-snap-server/Makefile (new)
  1.1       +2 -0      ports/www/hs-snap-server/distinfo (new)
  1.1       +20 -0     ports/www/hs-snap-server/files/patch-snap-server.cabal 
(new)
  1.1       +19 -0     ports/www/hs-snap-server/pkg-descr (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to