diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:45:57 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:45:57 +0800 |
commit | 895e716fe64c452e633e8ecea79a3ca54145d1ec (patch) | |
tree | a21c7e7a6cf91049d0f57ffcca7b51e2b8585574 /www | |
parent | 28fd5a7f8df8bc23000a0f1d4736573bb9de8625 (diff) | |
download | freebsd-ports-gnome-895e716fe64c452e633e8ecea79a3ca54145d1ec.tar.gz freebsd-ports-gnome-895e716fe64c452e633e8ecea79a3ca54145d1ec.tar.zst freebsd-ports-gnome-895e716fe64c452e633e8ecea79a3ca54145d1ec.zip |
- Update to 0.8.1.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www')
-rw-r--r-- | www/hs-snap-server/Makefile | 15 | ||||
-rw-r--r-- | www/hs-snap-server/distinfo | 4 | ||||
-rw-r--r-- | www/hs-snap-server/pkg-descr | 22 |
3 files changed, 15 insertions, 26 deletions
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/ |