diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-18 01:09:53 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-18 01:09:53 +0800 |
commit | 26768404c62e06b788e554aecc36078c5787f0ea (patch) | |
tree | ebd876d003ad9f8b60deb85d8391e50ab976cf45 /www/hs-happstack-server | |
parent | 007bf4964c434dfe2911939c59ff840b46f4d07c (diff) | |
download | freebsd-ports-graphics-26768404c62e06b788e554aecc36078c5787f0ea.tar.gz freebsd-ports-graphics-26768404c62e06b788e554aecc36078c5787f0ea.tar.zst freebsd-ports-graphics-26768404c62e06b788e554aecc36078c5787f0ea.zip |
Happstack Server provides an HTTP server and a rich set of functions for
routing requests, handling query parameters, generating responses,
working with cookies, serving files, and more.
WWW: http://happstack.com/
Obtained from: FreeBSD Haskell
Diffstat (limited to 'www/hs-happstack-server')
-rw-r--r-- | www/hs-happstack-server/Makefile | 25 | ||||
-rw-r--r-- | www/hs-happstack-server/distinfo | 2 | ||||
-rw-r--r-- | www/hs-happstack-server/pkg-descr | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/www/hs-happstack-server/Makefile b/www/hs-happstack-server/Makefile new file mode 100644 index 00000000000..ce0a2e1425e --- /dev/null +++ b/www/hs-happstack-server/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: hs-happstack-server +# Date created: December 2, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= happstack-server +PORTVERSION= 6.2.5 +CATEGORIES= www haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Web-related tools and services + +LICENSE= BSD +FILE_LICENSE= COPYING + +CABAL_SETUP= Setup.hs + +USE_CABAL= blaze-html>=0.3 happstack-data>=6.0 happstack-util>=6.0 \ + hslogger>=1.0.2 html MaybeT mtl>=1.1 network>=2.2.3 parsec \ + sendfile>=0.7.1 text>=0.10 utf8-string>=0.3.4 xhtml zlib + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/www/hs-happstack-server/distinfo b/www/hs-happstack-server/distinfo new file mode 100644 index 00000000000..56e252de21b --- /dev/null +++ b/www/hs-happstack-server/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/happstack-server-6.2.5.tar.gz) = af4a677d641203874821c0545a11879a3a4400f77fcfaba6052196b24744daa4 +SIZE (cabal/happstack-server-6.2.5.tar.gz) = 87132 diff --git a/www/hs-happstack-server/pkg-descr b/www/hs-happstack-server/pkg-descr new file mode 100644 index 00000000000..da12cc633dd --- /dev/null +++ b/www/hs-happstack-server/pkg-descr @@ -0,0 +1,5 @@ +Happstack Server provides an HTTP server and a rich set of functions for +routing requests, handling query parameters, generating responses, +working with cookies, serving files, and more. + +WWW: http://happstack.com/ |