diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:44:22 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:44:22 +0000 |
commit | 68ab9f3914ecabd54b16782998e13287bdf3eb4c (patch) | |
tree | 8500d57b0aa83e2be33641db41efc969767eb4ac /www | |
parent | 449947afb2275e0b73b7d881780e9507e8f56862 (diff) | |
download | ports-68ab9f3914ecabd54b16782998e13287bdf3eb4c.tar.gz ports-68ab9f3914ecabd54b16782998e13287bdf3eb4c.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/hs-warp/Makefile | 21 | ||||
-rw-r--r-- | www/hs-warp/distinfo | 2 | ||||
-rw-r--r-- | www/hs-warp/pkg-descr | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/www/hs-warp/Makefile b/www/hs-warp/Makefile new file mode 100644 index 000000000000..45759fd9514a --- /dev/null +++ b/www/hs-warp/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hs-warp +# Date created: March 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= warp +PORTVERSION= 0.3.2.3 +CATEGORIES= www haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= A fast, light-weight web server for WAI applications + +LICENSE= BSD + +USE_CABAL= blaze-builder>=0.2.1.4 blaze-builder-enumerator>=0.2 \ + enumerator>=0.4.5 sendfile>=0.7.2 transformers>=0.2 wai>=0.3.0 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/www/hs-warp/distinfo b/www/hs-warp/distinfo new file mode 100644 index 000000000000..af11d6bc2cb1 --- /dev/null +++ b/www/hs-warp/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/warp-0.3.2.3.tar.gz) = 37f628ad1fd32bc9687b220124ae8a541f94dbe33a50dad66ae8393f7eb2f517 +SIZE (cabal/warp-0.3.2.3.tar.gz) = 7722 diff --git a/www/hs-warp/pkg-descr b/www/hs-warp/pkg-descr new file mode 100644 index 000000000000..33958a8b67a5 --- /dev/null +++ b/www/hs-warp/pkg-descr @@ -0,0 +1,3 @@ +A fast, light-weight web server for WAI applications. + +WWW: http://github.com/snoyberg/warp |