diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-24 18:18:43 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-24 18:18:43 +0800 |
commit | 5cbe721fac6b41129f8a9a531e5c656bf6f6e264 (patch) | |
tree | 1f2c133b9f133e11450cffed29fefa33dbe8f384 /lang | |
parent | 7a21637e20431dc3a9e9268627462608a5a4c612 (diff) | |
download | freebsd-ports-gnome-5cbe721fac6b41129f8a9a531e5c656bf6f6e264.tar.gz freebsd-ports-gnome-5cbe721fac6b41129f8a9a531e5c656bf6f6e264.tar.zst freebsd-ports-gnome-5cbe721fac6b41129f8a9a531e5c656bf6f6e264.zip |
Tag-stream is a library for parsing HTML//XML to a token stream. It can
parse unstructured and malformed HTML from the web. It also provides an
Enumeratee which can parse streamline html, which means it consumes constant
memory. You can start from the `tests/Tests.hs` module to see what it can
do.
WWW: http://github.com/yihuang/tagstream-conduit
Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index 1ba41b2b705c..da354ed4491e 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -267,6 +267,7 @@ system-fileio_port= devel/hs-system-fileio system-filepath_port= devel/hs-system-filepath tagged_port= devel/hs-tagged tagsoup_port= textproc/hs-tagsoup # executable +tagstream-conduit_port= textproc/hs-tagstream-conduit tar_port= archivers/hs-tar temporary_port= devel/hs-temporary Tensor_port= devel/hs-Tensor |