diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-08-13 21:01:57 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-08-13 21:01:57 +0000 |
commit | 5742fc75c5f24cb686643fa8394a08d310490d37 (patch) | |
tree | a4387a69fbaf39f415d9b304b0d8af4cdbf0deec /www | |
parent | 1ca1d55acd0bafe81bb54e819f61969b8f94e8d8 (diff) | |
download | ports-5742fc75c5f24cb686643fa8394a08d310490d37.tar.gz ports-5742fc75c5f24cb686643fa8394a08d310490d37.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/hs-heist/Makefile | 23 | ||||
-rw-r--r-- | www/hs-heist/distinfo | 2 | ||||
-rw-r--r-- | www/hs-heist/pkg-descr | 3 |
4 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9256e482dd0b..f05f48e1bcff 100644 --- a/www/Makefile +++ b/www/Makefile @@ -311,6 +311,7 @@ SUBDIR += hs-HTTP SUBDIR += hs-cgi SUBDIR += hs-hS3 + SUBDIR += hs-heist SUBDIR += hs-fastcgi SUBDIR += hs-http-server SUBDIR += hs-http-types diff --git a/www/hs-heist/Makefile b/www/hs-heist/Makefile new file mode 100644 index 000000000000..8ea41b4fccdc --- /dev/null +++ b/www/hs-heist/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: hs-heist +# Date created: September 20, 2010 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= heist +PORTVERSION= 0.5.2.1 +CATEGORIES= www haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= An xhtml templating system + +LICENSE= BSD + +CABAL_SETUP= Setup.hs +USE_CABAL= attoparsec>=0.8.1 attoparsec-text>=0.8 blaze-builder>=0.2 \ + directory-tree MonadCatchIO-transformers>=0.2.1 mtl>=2 \ + text>=0.10 transformers xmlhtml>=0.1 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/www/hs-heist/distinfo b/www/hs-heist/distinfo new file mode 100644 index 000000000000..2a1c08911d75 --- /dev/null +++ b/www/hs-heist/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/heist-0.5.2.1.tar.gz) = a14287d1624f0de57640a2f9ca5a474b3d9b2a110d9fb87fe4b561b1adf0e685 +SIZE (cabal/heist-0.5.2.1.tar.gz) = 34546 diff --git a/www/hs-heist/pkg-descr b/www/hs-heist/pkg-descr new file mode 100644 index 000000000000..7dccb35001b5 --- /dev/null +++ b/www/hs-heist/pkg-descr @@ -0,0 +1,3 @@ +An xhtml templating system. + +WWW: http://snapframework.com/ |