HTTP cookie parsing and rendering.

WWW:	http://github.com/snoyberg/cookie

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-02-18 16:51:17 +00:00
parent 2e61f0192e
commit 03635e4e9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291703
5 changed files with 27 additions and 0 deletions

View File

@ -59,6 +59,7 @@ contravariant_port= math/hs-contravariant
control-monad-attempt_port= devel/hs-control-monad-attempt
convertible_port= devel/hs-convertible
convertible-text_port= devel/hs-convertible-text
cookie_port= www/hs-cookie
cpphs_port= devel/hs-cpphs # executable
cprng-aes_port= security/hs-cprng-aes
criterion_port= benchmarks/hs-criterion

View File

@ -281,6 +281,7 @@
SUBDIR += hs-HTTP
SUBDIR += hs-authenticate
SUBDIR += hs-cgi
SUBDIR += hs-cookie
SUBDIR += hs-css-text
SUBDIR += hs-fastcgi
SUBDIR += hs-gitit

20
www/hs-cookie/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: hs-cookie
# Date created: December 26, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cookie
PORTVERSION= 0.3.0.2
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= HTTP cookie parsing and rendering
LICENSE= BSD
USE_CABAL= blaze-builder>=0.2.1 text>=0.7
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

2
www/hs-cookie/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (cabal/cookie-0.3.0.2.tar.gz) = 3a66f05b70a1c546d0f64bc0ff70a11f4d71c2ba6ee5cdb040722bd655a67e88
SIZE (cabal/cookie-0.3.0.2.tar.gz) = 2859

3
www/hs-cookie/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
HTTP cookie parsing and rendering.
WWW: http://github.com/snoyberg/cookie