Focus is on third-party authentication methods, such as OpenID, rpxnow

and Facebook.

WWW:	http://github.com/yesodweb/authenticate

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-02-18 16:40:40 +00:00
parent 7ebd2904f2
commit 2f0595223d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291699
5 changed files with 32 additions and 0 deletions

View file

@ -23,6 +23,7 @@ asn1-data_port= devel/hs-asn1-data
attempt_port= devel/hs-attempt
attoparsec_port= textproc/hs-attoparsec
attoparsec-enumerator_port= textproc/hs-attoparsec-enumerator
authenticate_port= www/hs-authenticate
base-unicode-symbols_port= devel/hs-base-unicode-symbols
base16-bytestring_port= devel/hs-base16-bytestring
base64-bytestring_port= devel/hs-base64-bytestring

View file

@ -279,6 +279,7 @@
SUBDIR += horde4-wicked
SUBDIR += hotcrp
SUBDIR += hs-HTTP
SUBDIR += hs-authenticate
SUBDIR += hs-cgi
SUBDIR += hs-css-text
SUBDIR += hs-fastcgi

View file

@ -0,0 +1,24 @@
# New ports collection makefile for: hs-authenticate
# Date created: December 26, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= authenticate
PORTVERSION= 0.10.4
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Authentication methods for Haskell web applications
LICENSE= BSD
USE_CABAL= aeson>=0.3.2.11 attoparsec>=0.9 base64-bytestring>=0.1 \
blaze-builder>=0.2 case-insensitive>=0.2 enumerator>=0.4.7 \
failure>=0.0.0 http-enumerator>=0.6.5.4 http-types>=0.6 \
network>=2.2.1 RSA>=1.0 SHA>=1.4 tagsoup>=0.12 text>=0.5 tls>=0.7 \
transformers>=0.1 unordered-containers xml-enumerator>=0.4
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (cabal/authenticate-0.10.4.tar.gz) = fd34f931eec506bf64e62d7c5b7edb40998f8d58cab204190029382c98a55d2e
SIZE (cabal/authenticate-0.10.4.tar.gz) = 13691

View file

@ -0,0 +1,4 @@
Focus is on third-party authentication methods, such as OpenID, rpxnow
and Facebook.
WWW: http://github.com/yesodweb/authenticate