Date: Sun, 3 Jun 2012 19:28:58 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/hs-xml-conduit Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk Message-ID: <201206031928.q53JSwwh076078@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgj 2012-06-03 19:28:58 UTC FreeBSD ports repository Modified files: lang/ghc bsd.hackage.mk Added files: textproc/hs-xml-conduit Makefile distinfo pkg-descr Log: This package provides parsing and rendering functions for XML. It is based on the datatypes found in the xml-types package. This package is broken up into the following modules: * Text.XML: DOM-based parsing and rendering. This is the most commonly used module. * Text.XML.Cursor: A wrapper around Text.XML which allows bidirectional traversing of the DOM, similar to XPath. * Text.XML.Unresolved: A slight modification to Text.XML which does not require all entities to be resolved at parsing. The datatypes are slightly more complicated here, and therefore this module is only recommended when you need to deal directly with raw entities. * Text.XML.Stream.Parse: Streaming parser, including some streaming parser combinators. * Text.XML.Stream.Render: Streaming renderer. WWW: http://github.com/snoyberg/xml Obtained from: FreeBSD Haskell Revision Changes Path 1.194 +2 -1 ports/lang/ghc/bsd.hackage.mk 1.1 +24 -0 ports/textproc/hs-xml-conduit/Makefile (new) 1.1 +2 -0 ports/textproc/hs-xml-conduit/distinfo (new) 1.1 +21 -0 ports/textproc/hs-xml-conduit/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206031928.q53JSwwh076078>