aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-24 18:18:43 +0800
committerpgj <pgj@FreeBSD.org>2012-06-24 18:18:43 +0800
commit5cbe721fac6b41129f8a9a531e5c656bf6f6e264 (patch)
tree1f2c133b9f133e11450cffed29fefa33dbe8f384 /lang
parent7a21637e20431dc3a9e9268627462608a5a4c612 (diff)
downloadfreebsd-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.mk1
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