mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
blaze-html instances for xml-conduit types.
WWW: http://github.com/snoyberg/xml Obtained from: FreeBSD Haskell
This commit is contained in:
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
|
@ -322,6 +322,7 @@ xhtml_port= textproc/hs-xhtml
|
||||||
xml_port= textproc/hs-xml
|
xml_port= textproc/hs-xml
|
||||||
xml-conduit_port= textproc/hs-xml-conduit
|
xml-conduit_port= textproc/hs-xml-conduit
|
||||||
xml-types_port= textproc/hs-xml-types
|
xml-types_port= textproc/hs-xml-types
|
||||||
|
xml2html_port= textproc/hs-xml2html
|
||||||
xmlhtml_port= textproc/hs-xmlhtml
|
xmlhtml_port= textproc/hs-xmlhtml
|
||||||
xmobar_port= x11/hs-xmobar # executable
|
xmobar_port= x11/hs-xmobar # executable
|
||||||
xmonad_port= x11-wm/hs-xmonad # executable
|
xmonad_port= x11-wm/hs-xmonad # executable
|
||||||
|
|
|
@ -275,6 +275,7 @@
|
||||||
SUBDIR += hs-xml
|
SUBDIR += hs-xml
|
||||||
SUBDIR += hs-xml-conduit
|
SUBDIR += hs-xml-conduit
|
||||||
SUBDIR += hs-xml-types
|
SUBDIR += hs-xml-types
|
||||||
|
SUBDIR += hs-xml2html
|
||||||
SUBDIR += hs-xmlhtml
|
SUBDIR += hs-xmlhtml
|
||||||
SUBDIR += hs-yaml
|
SUBDIR += hs-yaml
|
||||||
SUBDIR += hsb-aspell
|
SUBDIR += hsb-aspell
|
||||||
|
|
22
textproc/hs-xml2html/Makefile
Normal file
22
textproc/hs-xml2html/Makefile
Normal 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>
|
2
textproc/hs-xml2html/distinfo
Normal file
2
textproc/hs-xml2html/distinfo
Normal 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
|
3
textproc/hs-xml2html/pkg-descr
Normal file
3
textproc/hs-xml2html/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
blaze-html instances for xml-conduit types.
|
||||||
|
|
||||||
|
WWW: http://github.com/snoyberg/xml
|
Loading…
Add table
Reference in a new issue