1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

Convenient wrappers for your the configuration and execution of your yesod

application.

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

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

View File

@ -332,6 +332,7 @@ yaml_port= textproc/hs-yaml
yesod_port= www/hs-yesod
yesod-auth_port= www/hs-yesod-auth
yesod-core_port= www/hs-yesod-core
yesod-default_port= www/hs-yesod-default
yesod-form_port= www/hs-yesod-form
yesod-json_port= www/hs-yesod-json
yesod-persistent_port= www/hs-yesod-persistent

View File

@ -322,6 +322,7 @@
SUBDIR += hs-yesod
SUBDIR += hs-yesod-auth
SUBDIR += hs-yesod-core
SUBDIR += hs-yesod-default
SUBDIR += hs-yesod-form
SUBDIR += hs-yesod-json
SUBDIR += hs-yesod-persistent

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: hs-yesod-default
# Date created: June 10, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= yesod-default
PORTVERSION= 1.0.1.1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Default config and main functions for your yesod application
LICENSE= MIT
USE_CABAL= network-conduit>=0.4 shakespeare-css>=1.0 shakespeare-js>=1.0 \
text>=0.9 transformers>=0.2.2 unordered-containers \
wai>=1.2 wai-extra>=1.2 warp>=1.2 yaml>=0.7 yesod-core>=1.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/yesod-default-1.0.1.1.tar.gz) = 603f6be4aba8116f356b71ac8270e5033bf52b502b6ff0951ea90bf87277674b
SIZE (cabal/yesod-default-1.0.1.1.tar.gz) = 6778

View File

@ -0,0 +1,4 @@
Convenient wrappers for your the configuration and execution of your yesod
application.
WWW: http://www.yesodweb.com/