1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Static file serving subsite for Yesod Web Framework.

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

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

View File

@ -337,6 +337,7 @@ yesod-form_port= www/hs-yesod-form
yesod-json_port= www/hs-yesod-json
yesod-persistent_port= www/hs-yesod-persistent
yesod-routes_port= www/hs-yesod-routes
yesod-static_port= www/hs-yesod-static
zip-archive_port= archivers/hs-zip-archive
zlib_port= archivers/hs-zlib
zlib-bindings_port= archivers/hs-zlib-bindings

View File

@ -327,6 +327,7 @@
SUBDIR += hs-yesod-json
SUBDIR += hs-yesod-persistent
SUBDIR += hs-yesod-routes
SUBDIR += hs-yesod-static
SUBDIR += htdump
SUBDIR += html2hdml
SUBDIR += html2wml

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: hs-yesod-static
# Date created: June 10, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= yesod-static
PORTVERSION= 1.0.0.3
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Static file serving subsite for Yesod Web Framework
LICENSE= MIT
USE_CABAL= base64-bytestring>=0.1.0.1 cereal>=0.3 conduit>=0.4 \
crypto-conduit>=0.3 cryptohash>=0.6.1 file-embed>=0.0.4.1 \
http-types>=0.6.5 text>=0.9 transformers>=0.2.2 \
unix-compat>=0.2 wai>=1.2 wai-app-static>=1.2 yesod-core>=1.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/yesod-static-1.0.0.3.tar.gz) = adb81f51e94ba2c1689df6f4296f78475a7efd9ab6aa9969a35315ee916387da
SIZE (cabal/yesod-static-1.0.0.3.tar.gz) = 6429

View File

@ -0,0 +1,3 @@
Static file serving subsite for Yesod Web Framework.
WWW: http://www.yesodweb.com/