diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-08-13 23:28:56 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-08-13 23:28:56 +0000 |
commit | 5262591e116a9e794e6694c8f64baea1179b1876 (patch) | |
tree | 08fb8e42217c729c456171db634b4cbdeed446ef /www/hs-snap | |
parent | bba2b6ca97532e19b875e556d3c96ee39f0ef659 (diff) |
Snap Framework project starter executable and glue code library.
WWW: http://snapframework.com/
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=279651
Diffstat (limited to 'www/hs-snap')
-rw-r--r-- | www/hs-snap/Makefile | 28 | ||||
-rw-r--r-- | www/hs-snap/distinfo | 2 | ||||
-rw-r--r-- | www/hs-snap/pkg-descr | 3 |
3 files changed, 33 insertions, 0 deletions
diff --git a/www/hs-snap/Makefile b/www/hs-snap/Makefile new file mode 100644 index 000000000000..b30fa8291fa1 --- /dev/null +++ b/www/hs-snap/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: hs-snap +# Date created: March 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= snap +PORTVERSION= 0.5.2 +CATEGORIES= www haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Snap: project starter executable and glue code library + +LICENSE= BSD + +CABAL_SETUP= Setup.hs + +USE_CABAL= attoparsec>=0.8.0.2 blaze-builder>=0.2.1.4 bytestring-nums \ + cereal>=0.3 directory-tree>=0.10 dlist>=0.5 enumerator>=0.4.13.1 \ + heist>=0.5 hint>=0.3.3.1 MonadCatchIO-transformers>=0.2.1 \ + mtl>=2 snap-core>=0.5.2 snap-server>=0.5.2 text>=0.11 \ + unix-compat zlib + +EXECUTABLE= snap + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/www/hs-snap/distinfo b/www/hs-snap/distinfo new file mode 100644 index 000000000000..80660931b49b --- /dev/null +++ b/www/hs-snap/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/snap-0.5.2.tar.gz) = 8883127dbe9f3b55888bbb5169d8264d87b50931dfa507ef495a57811b6de4a7 +SIZE (cabal/snap-0.5.2.tar.gz) = 29938 diff --git a/www/hs-snap/pkg-descr b/www/hs-snap/pkg-descr new file mode 100644 index 000000000000..a8dd1f4eead5 --- /dev/null +++ b/www/hs-snap/pkg-descr @@ -0,0 +1,3 @@ +Snap Framework project starter executable and glue code library. + +WWW: http://snapframework.com/ |