CSS parser and renderer.

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

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-02-18 03:18:12 +00:00
parent 1b0124f208
commit 91ff17f09d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291658
5 changed files with 27 additions and 0 deletions

View file

@ -60,6 +60,7 @@ crypto-api_port= security/hs-crypto-api
crypto-pubkey-types_port= security/hs-crypto-pubkey-types
cryptocipher_port= security/hs-cryptocipher
cryptohash_port= security/hs-cryptohash
css-text_port= www/hs-css-text
csv_port= textproc/hs-csv
curl_port= ftp/hs-curl
darcs_port= devel/hs-darcs # executable

View file

@ -280,6 +280,7 @@
SUBDIR += hotcrp
SUBDIR += hs-HTTP
SUBDIR += hs-cgi
SUBDIR += hs-css-text
SUBDIR += hs-hS3
SUBDIR += hs-happstack
SUBDIR += hs-happstack-data

20
www/hs-css-text/Makefile Normal file
View file

@ -0,0 +1,20 @@
# New ports collection makefile for: hs-css-text
# Date created: December 2, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= css-text
PORTVERSION= 0.1.1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= CSS parser and renderer
LICENSE= BSD
USE_CABAL= attoparsec>=0.10 text>=0.11
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

2
www/hs-css-text/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (cabal/css-text-0.1.1.tar.gz) = 1ed480f350d0107e3ba95c33ab94ea4efd1956443cc7cc0f3f28616733026b83
SIZE (cabal/css-text-0.1.1.tar.gz) = 3139

View file

@ -0,0 +1,3 @@
CSS parser and renderer.
WWW: http://www.yesodweb.com/