cvs commit: ports/textproc Makefile ports/textproc/hs-hxt Makefile
distinfo pkg-descr pkg-plist ports/lang/ghc bsd.hackage.mk
Gabor Pali
pgj at FreeBSD.org
Sat May 15 22:10:49 UTC 2010
pgj 2010-05-15 22:10:48 UTC
FreeBSD ports repository
Modified files:
textproc Makefile
lang/ghc bsd.hackage.mk
Added files:
textproc/hs-hxt Makefile distinfo pkg-descr pkg-plist
Log:
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 library make extensive use of the arrow approach for
processing XML.
WWW: http://www.fh-wedel.de/~si/HXmlToolbox/index.html
Revision Changes Path
1.8 +2 -1 ports/lang/ghc/bsd.hackage.mk
1.1456 +1 -0 ports/textproc/Makefile
1.1 +18 -0 ports/textproc/hs-hxt/Makefile (new)
1.1 +3 -0 ports/textproc/hs-hxt/distinfo (new)
1.1 +12 -0 ports/textproc/hs-hxt/pkg-descr (new)
1.1 +121 -0 ports/textproc/hs-hxt/pkg-plist (new)
More information about the cvs-all
mailing list