1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

blaze-html instances for xml-conduit types.

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

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-24 10:31:59 +00:00
parent ba97d3a853
commit ccdadeaabb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299860
5 changed files with 29 additions and 0 deletions

View File

@ -322,6 +322,7 @@ xhtml_port= textproc/hs-xhtml
xml_port= textproc/hs-xml
xml-conduit_port= textproc/hs-xml-conduit
xml-types_port= textproc/hs-xml-types
xml2html_port= textproc/hs-xml2html
xmlhtml_port= textproc/hs-xmlhtml
xmobar_port= x11/hs-xmobar # executable
xmonad_port= x11-wm/hs-xmonad # executable

View File

@ -275,6 +275,7 @@
SUBDIR += hs-xml
SUBDIR += hs-xml-conduit
SUBDIR += hs-xml-types
SUBDIR += hs-xml2html
SUBDIR += hs-xmlhtml
SUBDIR += hs-yaml
SUBDIR += hsb-aspell

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: hs-xml2html
# Date created: June 10, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= xml2html
PORTVERSION= 0.1.2.3
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= blaze-html instances for xml-conduit types
LICENSE= BSD
USE_CABAL= blaze-html>=0.4 blaze-markup>=0.5.1 text>=0.5 xml-conduit>=0.5
CONFIGURE_ARGS+= --flags="-blaze_html_0_5"
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/xml2html-0.1.2.3.tar.gz) = 4b8a4adff8256c1101cb4d1ddb3faf9ad409a2729853de54148058129e4a1f0a
SIZE (cabal/xml2html-0.1.2.3.tar.gz) = 2449

View File

@ -0,0 +1,3 @@
blaze-html instances for xml-conduit types.
WWW: http://github.com/snoyberg/xml