Add haxml 1.05, a collection of utilities for using Haskell and XML
together. PR: 38804 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
This commit is contained in:
parent
5c472acaef
commit
f11251d6ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60628
16 changed files with 283 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
SUBDIR += gutenbook
|
||||
SUBDIR += gxditview
|
||||
SUBDIR += gxmlviewer
|
||||
SUBDIR += haxml
|
||||
SUBDIR += hevea
|
||||
SUBDIR += htdig
|
||||
SUBDIR += html
|
||||
|
|
29
textproc/haxml/Makefile
Normal file
29
textproc/haxml/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: HaXml
|
||||
# Date created: 01 June 2002
|
||||
# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= haxml
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/
|
||||
DISTNAME= HaXml-${PORTVERSION}
|
||||
|
||||
MAINTAINER= obraun@informatik.unibw-muenchen.de
|
||||
|
||||
BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC} && ${INSTALL_PROGRAM} Canonicalise DrIFT DtdToHaskell Xtract ${PREFIX}/bin)
|
||||
@${MKDIR} ${PREFIX}/lib/haxml
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/lib/haxml
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${RM} -rf ${WRKSRC}/docs/CVS
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@(cd ${WRKSRC} && ${CP} -R docs/* ${DOCSDIR})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/haxml/distinfo
Normal file
1
textproc/haxml/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (HaXml-1.05.tar.gz) = 0b9e3ecb0dd257682822c2ddc57fa0de
|
1
textproc/haxml/pkg-comment
Normal file
1
textproc/haxml/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A collection of utilities for using Haskell and XML together
|
8
textproc/haxml/pkg-descr
Normal file
8
textproc/haxml/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
HaXml is a collection of utilities for using Haskell and XML together. It
|
||||
includes a parser for XML, a separate error-correcting parser for HTML, and
|
||||
pretty-printers for XML and HTML.
|
||||
|
||||
WWW: http://www.cs.york.ac.uk/fp/HaXml/
|
||||
|
||||
-- Oliver Braun
|
||||
obraun@informatik.unibw-muenchen.de
|
55
textproc/haxml/pkg-plist
Normal file
55
textproc/haxml/pkg-plist
Normal file
|
@ -0,0 +1,55 @@
|
|||
bin/Canonicalise
|
||||
bin/DrIFT
|
||||
bin/DtdToHaskell
|
||||
bin/Xtract
|
||||
lib/haxml/ExitFailure.hs
|
||||
lib/haxml/Haskell2Xml.hi
|
||||
lib/haxml/Haskell2Xml.hs
|
||||
lib/haxml/Haskell2Xml.o
|
||||
lib/haxml/ParseSTLib.hi
|
||||
lib/haxml/ParseSTLib.hs
|
||||
lib/haxml/ParseSTLib.o
|
||||
lib/haxml/Pretty.hi
|
||||
lib/haxml/Pretty.lhs
|
||||
lib/haxml/Pretty.o
|
||||
lib/haxml/SymTab.hs
|
||||
lib/haxml/Xml2Haskell.hi
|
||||
lib/haxml/Xml2Haskell.hs
|
||||
lib/haxml/Xml2Haskell.o
|
||||
lib/haxml/XmlCombinators.hi
|
||||
lib/haxml/XmlCombinators.hs
|
||||
lib/haxml/XmlCombinators.o
|
||||
lib/haxml/XmlHtmlGen.hi
|
||||
lib/haxml/XmlHtmlGen.hs
|
||||
lib/haxml/XmlHtmlGen.o
|
||||
lib/haxml/XmlHtmlPP.hs
|
||||
lib/haxml/XmlHtmlParse.hi
|
||||
lib/haxml/XmlHtmlParse.hs
|
||||
lib/haxml/XmlHtmlParse.o
|
||||
lib/haxml/XmlLex.hi
|
||||
lib/haxml/XmlLex.hs
|
||||
lib/haxml/XmlLex.o
|
||||
lib/haxml/XmlLib.hi
|
||||
lib/haxml/XmlLib.hs
|
||||
lib/haxml/XmlLib.o
|
||||
lib/haxml/XmlPP.hi
|
||||
lib/haxml/XmlPP.hs
|
||||
lib/haxml/XmlPP.o
|
||||
lib/haxml/XmlParse.hi
|
||||
lib/haxml/XmlParse.hs
|
||||
lib/haxml/XmlParse.o
|
||||
lib/haxml/XmlTypes.hi
|
||||
lib/haxml/XmlTypes.hs
|
||||
lib/haxml/XmlTypes.o
|
||||
%%PORTDOCS%%share/doc/haxml/HaXml.ps.gz
|
||||
%%PORTDOCS%%share/doc/haxml/Haskell2Xml.html
|
||||
%%PORTDOCS%%share/doc/haxml/Xml2Haskell.html
|
||||
%%PORTDOCS%%share/doc/haxml/XmlLib.html
|
||||
%%PORTDOCS%%share/doc/haxml/Xtract.html
|
||||
%%PORTDOCS%%share/doc/haxml/brubeck.gif
|
||||
%%PORTDOCS%%share/doc/haxml/icfp99.dvi
|
||||
%%PORTDOCS%%share/doc/haxml/icfp99.html
|
||||
%%PORTDOCS%%share/doc/haxml/icfp99.ps.gz
|
||||
%%PORTDOCS%%share/doc/haxml/index.html
|
||||
@dirrm lib/haxml
|
||||
%%PORTDOCS%%@dirrm share/doc/haxml
|
29
textproc/hs-HaXml/Makefile
Normal file
29
textproc/hs-HaXml/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: HaXml
|
||||
# Date created: 01 June 2002
|
||||
# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= haxml
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/
|
||||
DISTNAME= HaXml-${PORTVERSION}
|
||||
|
||||
MAINTAINER= obraun@informatik.unibw-muenchen.de
|
||||
|
||||
BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC} && ${INSTALL_PROGRAM} Canonicalise DrIFT DtdToHaskell Xtract ${PREFIX}/bin)
|
||||
@${MKDIR} ${PREFIX}/lib/haxml
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/lib/haxml
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${RM} -rf ${WRKSRC}/docs/CVS
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@(cd ${WRKSRC} && ${CP} -R docs/* ${DOCSDIR})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/hs-HaXml/distinfo
Normal file
1
textproc/hs-HaXml/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (HaXml-1.05.tar.gz) = 0b9e3ecb0dd257682822c2ddc57fa0de
|
1
textproc/hs-HaXml/pkg-comment
Normal file
1
textproc/hs-HaXml/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A collection of utilities for using Haskell and XML together
|
8
textproc/hs-HaXml/pkg-descr
Normal file
8
textproc/hs-HaXml/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
HaXml is a collection of utilities for using Haskell and XML together. It
|
||||
includes a parser for XML, a separate error-correcting parser for HTML, and
|
||||
pretty-printers for XML and HTML.
|
||||
|
||||
WWW: http://www.cs.york.ac.uk/fp/HaXml/
|
||||
|
||||
-- Oliver Braun
|
||||
obraun@informatik.unibw-muenchen.de
|
55
textproc/hs-HaXml/pkg-plist
Normal file
55
textproc/hs-HaXml/pkg-plist
Normal file
|
@ -0,0 +1,55 @@
|
|||
bin/Canonicalise
|
||||
bin/DrIFT
|
||||
bin/DtdToHaskell
|
||||
bin/Xtract
|
||||
lib/haxml/ExitFailure.hs
|
||||
lib/haxml/Haskell2Xml.hi
|
||||
lib/haxml/Haskell2Xml.hs
|
||||
lib/haxml/Haskell2Xml.o
|
||||
lib/haxml/ParseSTLib.hi
|
||||
lib/haxml/ParseSTLib.hs
|
||||
lib/haxml/ParseSTLib.o
|
||||
lib/haxml/Pretty.hi
|
||||
lib/haxml/Pretty.lhs
|
||||
lib/haxml/Pretty.o
|
||||
lib/haxml/SymTab.hs
|
||||
lib/haxml/Xml2Haskell.hi
|
||||
lib/haxml/Xml2Haskell.hs
|
||||
lib/haxml/Xml2Haskell.o
|
||||
lib/haxml/XmlCombinators.hi
|
||||
lib/haxml/XmlCombinators.hs
|
||||
lib/haxml/XmlCombinators.o
|
||||
lib/haxml/XmlHtmlGen.hi
|
||||
lib/haxml/XmlHtmlGen.hs
|
||||
lib/haxml/XmlHtmlGen.o
|
||||
lib/haxml/XmlHtmlPP.hs
|
||||
lib/haxml/XmlHtmlParse.hi
|
||||
lib/haxml/XmlHtmlParse.hs
|
||||
lib/haxml/XmlHtmlParse.o
|
||||
lib/haxml/XmlLex.hi
|
||||
lib/haxml/XmlLex.hs
|
||||
lib/haxml/XmlLex.o
|
||||
lib/haxml/XmlLib.hi
|
||||
lib/haxml/XmlLib.hs
|
||||
lib/haxml/XmlLib.o
|
||||
lib/haxml/XmlPP.hi
|
||||
lib/haxml/XmlPP.hs
|
||||
lib/haxml/XmlPP.o
|
||||
lib/haxml/XmlParse.hi
|
||||
lib/haxml/XmlParse.hs
|
||||
lib/haxml/XmlParse.o
|
||||
lib/haxml/XmlTypes.hi
|
||||
lib/haxml/XmlTypes.hs
|
||||
lib/haxml/XmlTypes.o
|
||||
%%PORTDOCS%%share/doc/haxml/HaXml.ps.gz
|
||||
%%PORTDOCS%%share/doc/haxml/Haskell2Xml.html
|
||||
%%PORTDOCS%%share/doc/haxml/Xml2Haskell.html
|
||||
%%PORTDOCS%%share/doc/haxml/XmlLib.html
|
||||
%%PORTDOCS%%share/doc/haxml/Xtract.html
|
||||
%%PORTDOCS%%share/doc/haxml/brubeck.gif
|
||||
%%PORTDOCS%%share/doc/haxml/icfp99.dvi
|
||||
%%PORTDOCS%%share/doc/haxml/icfp99.html
|
||||
%%PORTDOCS%%share/doc/haxml/icfp99.ps.gz
|
||||
%%PORTDOCS%%share/doc/haxml/index.html
|
||||
@dirrm lib/haxml
|
||||
%%PORTDOCS%%@dirrm share/doc/haxml
|
29
textproc/hs-haxml/Makefile
Normal file
29
textproc/hs-haxml/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: HaXml
|
||||
# Date created: 01 June 2002
|
||||
# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= haxml
|
||||
PORTVERSION= 1.05
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/HaXml/
|
||||
DISTNAME= HaXml-${PORTVERSION}
|
||||
|
||||
MAINTAINER= obraun@informatik.unibw-muenchen.de
|
||||
|
||||
BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC} && ${INSTALL_PROGRAM} Canonicalise DrIFT DtdToHaskell Xtract ${PREFIX}/bin)
|
||||
@${MKDIR} ${PREFIX}/lib/haxml
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/lib/haxml
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${RM} -rf ${WRKSRC}/docs/CVS
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@(cd ${WRKSRC} && ${CP} -R docs/* ${DOCSDIR})
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/hs-haxml/distinfo
Normal file
1
textproc/hs-haxml/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (HaXml-1.05.tar.gz) = 0b9e3ecb0dd257682822c2ddc57fa0de
|
1
textproc/hs-haxml/pkg-comment
Normal file
1
textproc/hs-haxml/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A collection of utilities for using Haskell and XML together
|
8
textproc/hs-haxml/pkg-descr
Normal file
8
textproc/hs-haxml/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
HaXml is a collection of utilities for using Haskell and XML together. It
|
||||
includes a parser for XML, a separate error-correcting parser for HTML, and
|
||||
pretty-printers for XML and HTML.
|
||||
|
||||
WWW: http://www.cs.york.ac.uk/fp/HaXml/
|
||||
|
||||
-- Oliver Braun
|
||||
obraun@informatik.unibw-muenchen.de
|
55
textproc/hs-haxml/pkg-plist
Normal file
55
textproc/hs-haxml/pkg-plist
Normal file
|
@ -0,0 +1,55 @@
|
|||
bin/Canonicalise
|
||||
bin/DrIFT
|
||||
bin/DtdToHaskell
|
||||
bin/Xtract
|
||||
lib/haxml/ExitFailure.hs
|
||||
lib/haxml/Haskell2Xml.hi
|
||||
lib/haxml/Haskell2Xml.hs
|
||||
lib/haxml/Haskell2Xml.o
|
||||
lib/haxml/ParseSTLib.hi
|
||||
lib/haxml/ParseSTLib.hs
|
||||
lib/haxml/ParseSTLib.o
|
||||
lib/haxml/Pretty.hi
|
||||
lib/haxml/Pretty.lhs
|
||||
lib/haxml/Pretty.o
|
||||
lib/haxml/SymTab.hs
|
||||
lib/haxml/Xml2Haskell.hi
|
||||
lib/haxml/Xml2Haskell.hs
|
||||
lib/haxml/Xml2Haskell.o
|
||||
lib/haxml/XmlCombinators.hi
|
||||
lib/haxml/XmlCombinators.hs
|
||||
lib/haxml/XmlCombinators.o
|
||||
lib/haxml/XmlHtmlGen.hi
|
||||
lib/haxml/XmlHtmlGen.hs
|
||||
lib/haxml/XmlHtmlGen.o
|
||||
lib/haxml/XmlHtmlPP.hs
|
||||
lib/haxml/XmlHtmlParse.hi
|
||||
lib/haxml/XmlHtmlParse.hs
|
||||
lib/haxml/XmlHtmlParse.o
|
||||
lib/haxml/XmlLex.hi
|
||||
lib/haxml/XmlLex.hs
|
||||
lib/haxml/XmlLex.o
|
||||
lib/haxml/XmlLib.hi
|
||||
lib/haxml/XmlLib.hs
|
||||
lib/haxml/XmlLib.o
|
||||
lib/haxml/XmlPP.hi
|
||||
lib/haxml/XmlPP.hs
|
||||
lib/haxml/XmlPP.o
|
||||
lib/haxml/XmlParse.hi
|
||||
lib/haxml/XmlParse.hs
|
||||
lib/haxml/XmlParse.o
|
||||
lib/haxml/XmlTypes.hi
|
||||
lib/haxml/XmlTypes.hs
|
||||
lib/haxml/XmlTypes.o
|
||||
%%PORTDOCS%%share/doc/haxml/HaXml.ps.gz
|
||||
%%PORTDOCS%%share/doc/haxml/Haskell2Xml.html
|
||||
%%PORTDOCS%%share/doc/haxml/Xml2Haskell.html
|
||||
%%PORTDOCS%%share/doc/haxml/XmlLib.html
|
||||
%%PORTDOCS%%share/doc/haxml/Xtract.html
|
||||
%%PORTDOCS%%share/doc/haxml/brubeck.gif
|
||||
%%PORTDOCS%%share/doc/haxml/icfp99.dvi
|
||||
%%PORTDOCS%%share/doc/haxml/icfp99.html
|
||||
%%PORTDOCS%%share/doc/haxml/icfp99.ps.gz
|
||||
%%PORTDOCS%%share/doc/haxml/index.html
|
||||
@dirrm lib/haxml
|
||||
%%PORTDOCS%%@dirrm share/doc/haxml
|
Loading…
Reference in a new issue