From 895e716fe64c452e633e8ecea79a3ca54145d1ec Mon Sep 17 00:00:00 2001 From: pgj Date: Sun, 3 Jun 2012 22:45:57 +0000 Subject: - Update to 0.8.1.1 Obtained from: FreeBSD Haskell --- www/hs-snap-server/Makefile | 15 ++++++++------- www/hs-snap-server/distinfo | 4 ++-- www/hs-snap-server/pkg-descr | 22 +++++----------------- 3 files changed, 15 insertions(+), 26 deletions(-) (limited to 'www') diff --git a/www/hs-snap-server/Makefile b/www/hs-snap-server/Makefile index 9d2b585ecfcf..80d313bec2a5 100644 --- a/www/hs-snap-server/Makefile +++ b/www/hs-snap-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= snap-server -PORTVERSION= 0.7.0.1 +PORTVERSION= 0.8.1.1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -15,13 +15,14 @@ COMMENT= A fast, iteratee-based, epoll-enabled web server for the Snap Framework LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= attoparsec>=0.10 attoparsec-enumerator>=0.3 binary>=0.5 \ - blaze-builder>=0.2.1.4 blaze-builder-enumerator>=0.2 \ + +USE_CABAL= attoparsec>=0.10 attoparsec-enumerator>=0.3 \ + blaze-builder>=0.2.1.4 blaze-builder-enumerator>=0.2.0 \ bytestring-nums case-insensitive>=0.3 directory-tree>=0.10 \ - enumerator>=0.4.13.1 MonadCatchIO-transformers>=0.2.1 mtl>=2 \ - murmur-hash>=0.1 network>=2.3 PSQueue>=1.1 snap-core>=0.7 \ - text>=0.11 transformers>=0.2 unix-compat>=0.2 vector>=0.7 \ - vector-algorithms>=0.4 + enumerator>=0.4.15 MonadCatchIO-transformers>=0.2.1 \ + mtl>=2 murmur-hash>=0.1 network>=2.3 PSQueue>=1.1 \ + snap-core>=0.8.1 text>=0.11 transformers>=0.2 unix-compat>=0.2 \ + vector>=0.7 vector-algorithms>=0.4 OPTIONS= LIBEV "Use libev" off \ OPENSSL "Enable HTTPS support using the HsOpenSSL library" off diff --git a/www/hs-snap-server/distinfo b/www/hs-snap-server/distinfo index 0016bbaeea6b..0c4b09de7944 100644 --- a/www/hs-snap-server/distinfo +++ b/www/hs-snap-server/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/snap-server-0.7.0.1.tar.gz) = e398abb4579512bef4d064622b6f7421aae88f07028402984ebc5956537b3291 -SIZE (cabal/snap-server-0.7.0.1.tar.gz) = 60559 +SHA256 (cabal/snap-server-0.8.1.1.tar.gz) = 86683ed439b7cad292b7c5d5e12d12131ec69bdd5df568d0b68b18065dfa874c +SIZE (cabal/snap-server-0.8.1.1.tar.gz) = 63196 diff --git a/www/hs-snap-server/pkg-descr b/www/hs-snap-server/pkg-descr index 01ff54feb376..f85214532f41 100644 --- a/www/hs-snap-server/pkg-descr +++ b/www/hs-snap-server/pkg-descr @@ -1,19 +1,7 @@ -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. +Snap is a simple and fast web development framework and server written +in Haskell. 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. WWW: http://snapframework.com/ -- cgit