diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /www/hs-snap | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'www/hs-snap')
-rw-r--r-- | www/hs-snap/Makefile | 21 | ||||
-rw-r--r-- | www/hs-snap/distinfo | 4 | ||||
-rw-r--r-- | www/hs-snap/pkg-descr | 9 |
3 files changed, 18 insertions, 16 deletions
diff --git a/www/hs-snap/Makefile b/www/hs-snap/Makefile index bee7eb326b14..135cc89ed11f 100644 --- a/www/hs-snap/Makefile +++ b/www/hs-snap/Makefile @@ -1,31 +1,28 @@ -# New ports collection makefile for: hs-snap -# Date created: March 13, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= snap -PORTVERSION= 0.9.0.1 +PORTVERSION= 0.9.2.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Snap: project starter executable and glue code library +COMMENT= Top-level package for the Snap Web Framework LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= aeson>=0.6 attoparsec>=0.10 cereal>=0.3 clientsession>=0.7.3.6 \ +USE_CABAL= aeson>=0.6 attoparsec>=0.10 cereal>=0.3 clientsession>=0.8 \ configurator>=0.1 data-lens>=2.0.1 data-lens-template>=2.1 \ directory-tree>=0.10 hashable>=1.1 heist>=0.7 logict>=0.4.2 \ MonadCatchIO-transformers>=0.2 mtl>2.0 mwc-random>=0.8 \ - pwstore-fast>=2.2 snap-core>=0.9 snap-server>=0.9 stm>=2.2 \ - syb>=0.1 text>=0.11 transformers>=0.2 unordered-containers>=0.1.4 \ - utf8-string>=0.3 vector>=0.7.1 vector-algorithms>=0.4 \ - xmlhtml>=0.1 + pwstore-fast>=2.3 snap-core>=0.9.2 snap-server>=0.9.2 \ + stm>=2.2 syb>=0.1 text>=0.11 transformers>=0.2 \ + unordered-containers>=0.1.4 utf8-string>=0.3 vector>=0.7.1 \ + vector-algorithms>=0.4 xmlhtml>=0.1 EXECUTABLE= snap +IGNORE_DYNAMIC= yes + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-snap/distinfo b/www/hs-snap/distinfo index 23f99634460a..4316ee27f426 100644 --- a/www/hs-snap/distinfo +++ b/www/hs-snap/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/snap-0.9.0.1.tar.gz) = f05567d7adbdd7ff09a94034ce0f0b1a3e909968e7d06a0a1bba318cb7af7858 -SIZE (cabal/snap-0.9.0.1.tar.gz) = 72908 +SHA256 (cabal/snap-0.9.2.2.tar.gz) = 5cffd4c80b9afac3566192a631ae3e08aad808bd316a4ef9478d6595166289e2 +SIZE (cabal/snap-0.9.2.2.tar.gz) = 73548 diff --git a/www/hs-snap/pkg-descr b/www/hs-snap/pkg-descr index a8dd1f4eead5..2a9aefd65097 100644 --- a/www/hs-snap/pkg-descr +++ b/www/hs-snap/pkg-descr @@ -1,3 +1,8 @@ -Snap Framework project starter executable and glue code library. +This is the top-level package for the official Snap Framework libraries. +It includes: -WWW: http://snapframework.com/ + * The Snaplets API + * The "snap" executable program for generating starter projects + * Snaplets for sessions, authentication, and templates + +WWW: http://snapframework.com/ |