summaryrefslogtreecommitdiff
path: root/dev-haskell/tagstream-conduit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-haskell/tagstream-conduit
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-haskell/tagstream-conduit')
-rw-r--r--dev-haskell/tagstream-conduit/Manifest5
-rw-r--r--dev-haskell/tagstream-conduit/metadata.xml17
-rw-r--r--dev-haskell/tagstream-conduit/tagstream-conduit-0.5.5.3.ebuild37
3 files changed, 59 insertions, 0 deletions
diff --git a/dev-haskell/tagstream-conduit/Manifest b/dev-haskell/tagstream-conduit/Manifest
new file mode 100644
index 000000000000..e33917b711f7
--- /dev/null
+++ b/dev-haskell/tagstream-conduit/Manifest
@@ -0,0 +1,5 @@
+DIST tagstream-conduit-0.5.5.3.tar.gz 9813 SHA256 b296e8f0ba18ae951b5bb3fc2d9d964954666df61ea9363d667f251af17134ab SHA512 84625975df6c6c315011ebfd63d551b22c00927fa9add390d9e723bc104d4a7881743aaf6bceae0ff42efc6056a314baddb594fd5e344449333ea7ff6cbcf154 WHIRLPOOL dbda5fa3c0570a17833b50e8df6904ceaccae85a92ebb4089bbcabd525029a0e7d963d2350f01eac9bdfa58379e4154a3ed628bf1b60356d769bff69562c070b
+EBUILD tagstream-conduit-0.5.5.3.ebuild 1046 SHA256 7b491865b211c258fbf0b63f76cc0d3a574ad30ed6bd9a1c4bc66121be2b0407 SHA512 3adb3b080cae62d3ae6e418c4d52f580964361c4a6cd2fe0d450e1df76475497df8083fcc8705200b40bfaa0c66a0e74f263cf172404ea0127620d7774821e96 WHIRLPOOL 8cec74cd3eea71f82edb2733c266738e2fd3579a89c8c4d469e65a3b31d75b5b9494e941d7151d0099d18b3cd105386dedcbd573279d56794a9a1ecad146df0d
+MISC ChangeLog 3296 SHA256 f35a7c7aa7c1632aa68c58b9cf3b98c3934688045db084b341a197e157d54136 SHA512 4b679f5e14a88224f811203096e36cb67bc31518dfbed05f020884843232302961fd282e7a881aaa587efa8f223fe6204918d3286e18a7272a1d44dc239babad WHIRLPOOL d580893ea9ca3314306ee0871a73cb3101d87b39d1b37f10c6291a848c2004f015968348a960810a3f054400967c3a553177259f224872baaa7819c371444ecd
+MISC ChangeLog-2015 1267 SHA256 6e5f1397347501bab9947fd15066f568b3e0d261a134033eb1379405bff6bd64 SHA512 20000debe896a7d1073baae24e597cf32e2ff176288c3951433fd87bf1848dffc4e1dcdc21f2a752c500d9e624d1e34db219d706dc59fccccf745954a574f6b8 WHIRLPOOL 7a96bcc5304dea1d8fbeaa5172b5d1a7301356cdb359706378e93e3ed7d25eca861bd78698e1a2eb794c16e99931d71cf02b85a35ea989bd339196eaeb12794a
+MISC metadata.xml 685 SHA256 c8cb2db107f2b8b8dd8904f183afb2f45ba12a8adff14697fe6c13356fee6b60 SHA512 2169c70ea9fdcf260c56a70f5fb77661d2bc9b86a7b51dc6e97ab73ffba575ff5b6ad1ce53708f2c44493286e5f6c1e02e19863b6f0e17b3dd1fb07bf8a29963 WHIRLPOOL 3a0dbcc643806c1b978236f48521a1ecc35fdada8b2437fc8ece243075c948fa29ae0b7824dd6ab78a42432efa9e742081830c9ba8d11eb8a0c3c921148a21bf
diff --git a/dev-haskell/tagstream-conduit/metadata.xml b/dev-haskell/tagstream-conduit/metadata.xml
new file mode 100644
index 000000000000..a3fa2f565a21
--- /dev/null
+++ b/dev-haskell/tagstream-conduit/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ 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.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">yihuang/tagstream-conduit</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.5.3.ebuild b/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.5.3.ebuild
new file mode 100644
index 000000000000..b20ef869eb29
--- /dev/null
+++ b/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.5.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="streamlined html tag parser"
+HOMEPAGE="https://github.com/yihuang/tagstream-conduit"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?]
+ dev-haskell/blaze-builder:=[profile?]
+ dev-haskell/case-insensitive:=[profile?]
+ >=dev-haskell/conduit-1.2:=[profile?]
+ >=dev-haskell/conduit-extra-1.1.0:=[profile?]
+ >=dev-haskell/data-default-0.5.0:=[profile?]
+ dev-haskell/resourcet:=[profile?]
+ dev-haskell/text:=[profile?]
+ >=dev-haskell/transformers-0.2:=[profile?]
+ >=dev-haskell/xml-conduit-1.1.0.0:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+ test? ( >=dev-haskell/hspec-1.3
+ dev-haskell/hunit
+ dev-haskell/quickcheck )
+"