pkgsrc-wip/hxt/Makefile
PHO / phonohawk a3c94bbfe9 Import hxt-8.1.0 as wip/hxt.
The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
introduces a more general approach for processing XML with
Haskell. The Haskell XML Toolbox uses a generic data model for
representing XML documents, including the DTD subset and the document
subset, in Haskell. It contains a validating XML parser, a HTML
parser, namespace support, an XPath expression evaluator, an XSLT
library, a RelaxNG schema validator and funtions for serialization and
deserialization of user defined data. The libraray make extensive use
of the arrow approach for processing XML.
2008-07-20 07:01:06 +00:00

17 lines
535 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/07/20 07:01:06 phonohawk Exp $
#
DISTNAME= hxt-8.1.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=hxt/8.1.0/}
MAINTAINER= pho@cielonegro.org
HOMEPAGE= http://www.fh-wedel.de/~si/HXmlToolbox/index.html
COMMENT= Collection of tools for processing XML with Haskell
USE_LANGUAGES= # none
.include "../../wip/mk/haskell.mk" # This should be "../../mk/haskell.mk"
.include "../../wip/hs-curl/buildlink3.mk"
.include "../../wip/tagsoup/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"