1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Unit test framework (built on HUnit) for WAI applications.

WWW:	http://www.yesodweb.com/book/wai

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-24 10:28:55 +00:00
parent 2777dab61c
commit ba97d3a853
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299859
5 changed files with 30 additions and 0 deletions

View File

@ -309,6 +309,7 @@ wai_port= www/hs-wai
wai-app-static_port= www/hs-wai-app-static
wai-extra_port= www/hs-wai-extra
wai-logger_port= www/hs-wai-logger
wai-test_port= www/hs-wai-test
warp_port= www/hs-warp
webkit_port= www/hs-webkit
wx_port= x11-toolkits/hs-wx

View File

@ -315,6 +315,7 @@
SUBDIR += hs-wai-app-static
SUBDIR += hs-wai-extra
SUBDIR += hs-wai-logger
SUBDIR += hs-wai-test
SUBDIR += hs-warp
SUBDIR += hs-webkit
SUBDIR += hs-xss-sanitize

23
www/hs-wai-test/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: hs-wai-test
# Date created: June 10, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= wai-test
PORTVERSION= 1.2.0.2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Unit test framework (built on HUnit) for WAI applications
LICENSE= MIT
USE_CABAL= blaze-builder>=0.2.1.4 blaze-builder-conduit>=0.4 \
case-insensitive>=0.2 conduit>=0.4 cookie>=0.2 \
http-types>=0.6 HUnit>=1.2 text>=0.7 transformers>=0.2.2 \
wai>=1.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

2
www/hs-wai-test/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (cabal/wai-test-1.2.0.2.tar.gz) = f23f5d691b71d8e4f833bd61cbc3ed0290c123a1b157c80d60108dff407a157d
SIZE (cabal/wai-test-1.2.0.2.tar.gz) = 3203

View File

@ -0,0 +1,3 @@
Unit test framework (built on HUnit) for WAI applications.
WWW: http://www.yesodweb.com/book/wai