diff options
author | pgj <pgj@FreeBSD.org> | 2011-05-09 02:44:22 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-05-09 02:44:22 +0800 |
commit | 1996873d9fb7bf6b05b4609ac7cd26656d7e8097 (patch) | |
tree | 3cee1b04537b3c97bf68962037d7577a767964bb | |
parent | fac44e92921134874ab596eb396f584627483d25 (diff) | |
download | freebsd-ports-gnome-1996873d9fb7bf6b05b4609ac7cd26656d7e8097.tar.gz freebsd-ports-gnome-1996873d9fb7bf6b05b4609ac7cd26656d7e8097.tar.zst freebsd-ports-gnome-1996873d9fb7bf6b05b4609ac7cd26656d7e8097.zip |
A fast, light-weight web server for WAI applications.
WWW: http://github.com/snoyberg/warp
Obtained from: FreeBSD Haskell
-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 |