./wip/hs-tagsoup, Haskell library for parsing unstructured HTML code

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8, Package name: hs-tagsoup-0.8, Maintainer: pho

TagSoup is a library for extracting information out of unstructured
HTML code, sometimes known as tag-soup. The HTML does not have to be
well formed, or render properly within any particular framework. This
library is for situations where the author of the HTML is not
cooperating with the person trying to extract the information, but is
also not trying to hide the information.


Required to run:
[wip/ghc] [wip/hs-mtl] [wip/hs-network]

Required to build:
[devel/pkg-config]

Master sites:

SHA1: 0ec3382ffb54c8e2812eed6e01f6e775739baf4d
RMD160: 9c2bad3d731f84e7e543ec32b54eb5f1bb8f6127
Filesize: 27.547 KB

Version history: (Expand)


CVS history: (Expand)


   2010-02-09 05:12:57 by PHO / phonohawk | Files touched by this commit (5) | Package updated
Log message:
Upstream update to tagsoup-0.8

   2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286)
Log message:
Remove obsolete @dirrm lines.
   2009-07-27 03:44:12 by PHO / phonohawk | Files touched by this commit (1)
Log message:
Added LICENSE line

   2009-06-02 09:16:16 by PHO / phonohawk | Files touched by this commit (1)
Log message:
Sorry again, the previous buildlink3.mk had a wrong PKGSRCDIR.

   2009-06-02 08:56:47 by PHO / phonohawk | Files touched by this commit (1)
Log message:
I committed a wrong buildlink3.mk. Sorry

   2009-06-02 08:49:30 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-tagsoup-0.6 as wip/hs-tagsoup.

TagSoup is a library for extracting information out of unstructured
HTML code, sometimes known as tag-soup. The HTML does not have to be
well formed, or render properly within any particular framework. This
library is for situations where the author of the HTML is not
cooperating with the person trying to extract the information, but is
also not trying to hide the information.