diff options
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
5 files changed, 29 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index d043f3ab513b..e35fdebb3c0d 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -306,6 +306,7 @@ vector-space_port= math/hs-vector-space void_port= devel/hs-void vte_port= x11-toolkits/hs-vte 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 warp_port= www/hs-warp diff --git a/www/Makefile b/www/Makefile index e47c0a37fad3..1be9a03f4375 100644 --- a/www/Makefile +++ b/www/Makefile @@ -312,6 +312,7 @@ SUBDIR += hs-snap-server SUBDIR += hs-url SUBDIR += hs-wai + SUBDIR += hs-wai-app-static SUBDIR += hs-wai-extra SUBDIR += hs-wai-logger SUBDIR += hs-warp 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 |