diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-24 10:26:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-24 10:26:50 +0000 |
commit | 2777dab61ce739a87710e76893566cb882daeb83 (patch) | |
tree | fb19565625cbfd27320cf6cf281113742c07235c /www/hs-wai-app-static | |
parent | 5abe85c32cc1aa9404837a1720cb91b0f5dc5006 (diff) | |
download | ports-2777dab61ce739a87710e76893566cb882daeb83.tar.gz ports-2777dab61ce739a87710e76893566cb882daeb83.zip |
Notes
Diffstat (limited to 'www/hs-wai-app-static')
-rw-r--r-- | www/hs-wai-app-static/Makefile | 22 | ||||
-rw-r--r-- | www/hs-wai-app-static/distinfo | 2 | ||||
-rw-r--r-- | www/hs-wai-app-static/pkg-descr | 3 |
3 files changed, 27 insertions, 0 deletions
diff --git a/www/hs-wai-app-static/Makefile b/www/hs-wai-app-static/Makefile new file mode 100644 index 000000000000..dfa1700dbe89 --- /dev/null +++ b/www/hs-wai-app-static/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: hs-wai-app-static +# Date created: June 10, 2012 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= wai-app-static +PORTVERSION= 1.2.0.3 +CATEGORIES= www haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= WAI application for static serving + +LICENSE= MIT + +USE_CABAL= base64-bytestring>=0.1 blaze-builder>=0.2.1.4 blaze-html>=0.4 \ + cryptohash>=0.7 file-embed>=0.0.3.1 http-date http-types>=0.6 \ + text>=0.7 transformers>=0.2.2 unix-compat>=0.2 wai>=1.2 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/www/hs-wai-app-static/distinfo b/www/hs-wai-app-static/distinfo new file mode 100644 index 000000000000..304b44d92c58 --- /dev/null +++ b/www/hs-wai-app-static/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/wai-app-static-1.2.0.3.tar.gz) = 34397d7ceb0dd498945be68721c73daa3a934edc5918aff6e6bb04a59098c4c2 +SIZE (cabal/wai-app-static-1.2.0.3.tar.gz) = 14095 diff --git a/www/hs-wai-app-static/pkg-descr b/www/hs-wai-app-static/pkg-descr new file mode 100644 index 000000000000..a7fe70d6341b --- /dev/null +++ b/www/hs-wai-app-static/pkg-descr @@ -0,0 +1,3 @@ +Also provides some helper functions and datatypes for use outside of WAI. + +WWW: http://www.yesodweb.com/book/wai |