Index: head/www/hs-snap-server/Makefile =================================================================== --- head/www/hs-snap-server/Makefile (revision 298294) +++ head/www/hs-snap-server/Makefile (revision 298295) @@ -1,47 +1,48 @@ # New ports collection makefile for: hs-snap-server # Date created: September 19, 2010 # Whom: haskell@FreeBSD.org # # $FreeBSD$ # PORTNAME= snap-server -PORTVERSION= 0.7.0.1 +PORTVERSION= 0.8.1.1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org 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 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" .include .if defined(WITH_LIBEV) CONFIGURE_ARGS+= --flags="libev" USE_CABAL+= hlibev .else CONFIGURE_ARGS+= --flags="-libev" .endif .if defined(WITH_OPENSSL) CONFIGURE_ARGS+= --flags="openssl" USE_CABAL+= HsOpenSSL .else CONFIGURE_ARGS+= --flags="-openssl" .endif .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Property changes on: head/www/hs-snap-server/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/www/hs-snap-server/distinfo =================================================================== --- head/www/hs-snap-server/distinfo (revision 298294) +++ head/www/hs-snap-server/distinfo (revision 298295) @@ -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 Property changes on: head/www/hs-snap-server/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/www/hs-snap-server/pkg-descr =================================================================== --- head/www/hs-snap-server/pkg-descr (revision 298294) +++ head/www/hs-snap-server/pkg-descr (revision 298295) @@ -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/ Property changes on: head/www/hs-snap-server/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property