1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Authentication for Yesod.

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

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-02-18 17:51:06 +00:00
parent d1636f6e39
commit 8527e49545
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291729
5 changed files with 33 additions and 0 deletions

View File

@ -291,6 +291,7 @@ xmonad_port= x11-wm/hs-xmonad # executable
xmonad-contrib_port= x11-wm/hs-xmonad-contrib
xss-sanitize_port= www/hs-xss-sanitize
yaml_port= textproc/hs-yaml
yesod-auth_port= www/hs-yesod-auth
yesod-core_port= www/hs-yesod-core
yesod-form_port= www/hs-yesod-form
yesod-json_port= www/hs-yesod-json

View File

@ -316,6 +316,7 @@
SUBDIR += hs-warp
SUBDIR += hs-webkit
SUBDIR += hs-xss-sanitize
SUBDIR += hs-yesod-auth
SUBDIR += hs-yesod-core
SUBDIR += hs-yesod-form
SUBDIR += hs-yesod-json

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: hs-yesod-auth
# Date created: December 26, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= yesod-auth
PORTVERSION= 0.7.9
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Authentication for Yesod
LICENSE= BSD
USE_CABAL= aeson>=0.3 authenticate>=0.10.4 blaze-html>=0.4.1.3 \
control-monad-attempt>=0.3.0 hamlet>=0.10 http-enumerator>=0.6 \
mime-mail>=0.3 persistent>=0.6 persistent-template>=0.6 \
pureMD5>=2.0 pwstore-fast>=2.2 SHA>=1.4.1.3 \
shakespeare-css>=0.10 text>=0.7 transformers>=0.2.2 \
unordered-containers wai>=0.4 yesod-core>=0.9.3.4 \
yesod-form>=0.3 yesod-json>=0.2 yesod-persistent>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/yesod-auth-0.7.9.tar.gz) = 24080f397c9f90d961b0b63b208d8a8ce9c2b9f3b339dbd006fbb3e183917423
SIZE (cabal/yesod-auth-0.7.9.tar.gz) = 15626

View File

@ -0,0 +1,3 @@
Authentication for Yesod.
WWW: http://www.yesodweb.com/