mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
CSS parser and renderer.
WWW: http://www.yesodweb.com/ Obtained from: FreeBSD Haskell
This commit is contained in:
parent
1b0124f208
commit
91ff17f09d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291658
@ -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
|
||||
|
@ -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
20
www/hs-css-text/Makefile
Normal 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
2
www/hs-css-text/distinfo
Normal 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
|
3
www/hs-css-text/pkg-descr
Normal file
3
www/hs-css-text/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
CSS parser and renderer.
|
||||
|
||||
WWW: http://www.yesodweb.com/
|
Loading…
Reference in New Issue
Block a user