diff options
Diffstat (limited to 'dev-haskell/html-conduit')
-rw-r--r-- | dev-haskell/html-conduit/Manifest | 5 | ||||
-rw-r--r-- | dev-haskell/html-conduit/html-conduit-1.1.0.1.ebuild | 38 | ||||
-rw-r--r-- | dev-haskell/html-conduit/html-conduit-1.1.0.5.ebuild | 37 | ||||
-rw-r--r-- | dev-haskell/html-conduit/html-conduit-1.1.0.ebuild | 37 | ||||
-rw-r--r-- | dev-haskell/html-conduit/html-conduit-1.1.1.1.ebuild | 36 | ||||
-rw-r--r-- | dev-haskell/html-conduit/html-conduit-1.2.0.ebuild | 35 | ||||
-rw-r--r-- | dev-haskell/html-conduit/metadata.xml | 11 |
7 files changed, 199 insertions, 0 deletions
diff --git a/dev-haskell/html-conduit/Manifest b/dev-haskell/html-conduit/Manifest new file mode 100644 index 000000000000..25181bba1cbd --- /dev/null +++ b/dev-haskell/html-conduit/Manifest @@ -0,0 +1,5 @@ +DIST html-conduit-1.1.0.1.tar.gz 3814 SHA256 bacf63316d8cd849145831d3b3bb09c5f61cf4305daa3f4f24834da5b5a27f6c SHA512 d65c2fb46c8b80408c580e9211585e43c1c7ff173851a7895568aa9dcb2c96181cabcdb10e193e6214a2cd7fd3a0639aba12407d5eb9c420053861ab240d38bd WHIRLPOOL 1a3419212f05e87574e6bf5498cf562e94d1879ca5a2f9cb12207c3328a0208b4e01e3d4c7013da44dc738284286a31a3063a00a15eb21f44f1499694af8e849 +DIST html-conduit-1.1.0.5.tar.gz 4048 SHA256 560bac7c5601554c8958099cc7a0035af270e1c8f93b2d76d40ea4476754bbfb SHA512 7d711562f1e916a3476e38162f0b36e526b76e373d4494feed66416d31cea30c201dbf1055fb9d56ba4ec2dd5b04651fb286049375ecdf429f49324e52e24d15 WHIRLPOOL 7cae9a426d030046dbbec19d4003bfdd9423bf222d437187d23409e97e51c77e8c8f4e74b9b279dea9e649eb32a1c19333c7221e21c1633e3e49d1b2f15d9e0c +DIST html-conduit-1.1.0.tar.gz 3789 SHA256 a3d47dee8983828688bf9ebceccfa256c3bf1414664010a79fc82e48efc9b386 SHA512 e5a901fad8fb71a08492554f799251dc265fc9b7ef706ba818ca40b9e5622792393f62f0bd0976e5b5ce87939b2f1807e8e2439cc1ce5ce55848d36393cf2db4 WHIRLPOOL e00100eec1730f4aef796aa9903256a0822bbebd6df4d3fa14bb5af3b9d989e100552ea97a4e986d16d7f2aac94abe0f05d067230c6f5abcf61250e818d5d6f0 +DIST html-conduit-1.1.1.1.tar.gz 4004 SHA256 007098771875594e797a3438836ef6361c7960eb99b0734835c0cce3b50359af SHA512 fc69c595f97c952d624cc8a22597d6f966ca343dd8f6b9c5da8085ba9a7609e1bcfa803dbb705e9911c5a86de7456331226080869a04a56b69ec36f4ab5bdb50 WHIRLPOOL 387c6d8f8c421bf3be6ca6d2b5b200ac851644e67abae9151c9d0612ba493b5e6fa96e1623e04100076bc7bfa3c45f52ad06eb7143e6ae588a88c43505fb6d9b +DIST html-conduit-1.2.0.tar.gz 3905 SHA256 751096080f961a44ac3c2d93274dfa5fd4e047d215af33734dd325158e16404a SHA512 622175d3f916cdcf12b8f6d024dfff010d9376d58d2eeb9abab1311b8b347d2e207e0e849bcb2ac366f0c11d891c5c99d94cc90f526c00e71c997a622e08d93f WHIRLPOOL c33fa7beb947cf27628a3d0740c23eb2b1093c6eba324e88a3f17bff17f8d5475d915642dcd32340c1cb08dcaa7cfed5ff36fdbe947289bcb3326dab4ed72e0e diff --git a/dev-haskell/html-conduit/html-conduit-1.1.0.1.ebuild b/dev-haskell/html-conduit/html-conduit-1.1.0.1.ebuild new file mode 100644 index 000000000000..5595bb26eafb --- /dev/null +++ b/dev-haskell/html-conduit/html-conduit-1.1.0.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Parse HTML documents using xml-conduit datatypes" +HOMEPAGE="https://github.com/snoyberg/xml" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test # 1) parses doesn't strip whitespace + +RDEPEND=">=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.1:=[profile?] + >=dev-haskell/filesystem-conduit-1.0:=[profile?] + >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-0.5:=[profile?] + >=dev-haskell/system-filepath-0.4:=[profile?] <dev-haskell/system-filepath-0.5:=[profile?] + >=dev-haskell/tagstream-conduit-0.4:=[profile?] <dev-haskell/tagstream-conduit-0.6:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/transformers:=[profile?] + >=dev-haskell/xml-conduit-1.1:=[profile?] <dev-haskell/xml-conduit-1.2:=[profile?] + >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit ) +" diff --git a/dev-haskell/html-conduit/html-conduit-1.1.0.5.ebuild b/dev-haskell/html-conduit/html-conduit-1.1.0.5.ebuild new file mode 100644 index 000000000000..8b3704082f3d --- /dev/null +++ b/dev-haskell/html-conduit/html-conduit-1.1.0.5.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Parse HTML documents using xml-conduit datatypes" +HOMEPAGE="https://github.com/snoyberg/xml" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.2:=[profile?] + dev-haskell/conduit-extra:=[profile?] + >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-1.2:=[profile?] + >=dev-haskell/system-filepath-0.4:=[profile?] <dev-haskell/system-filepath-0.5:=[profile?] + >=dev-haskell/tagstream-conduit-0.4:=[profile?] <dev-haskell/tagstream-conduit-0.6:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/transformers:=[profile?] + >=dev-haskell/xml-conduit-1.1:=[profile?] <dev-haskell/xml-conduit-1.3:=[profile?] + >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[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/xml-conduit ) +" diff --git a/dev-haskell/html-conduit/html-conduit-1.1.0.ebuild b/dev-haskell/html-conduit/html-conduit-1.1.0.ebuild new file mode 100644 index 000000000000..adc733c9357b --- /dev/null +++ b/dev-haskell/html-conduit/html-conduit-1.1.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Parse HTML documents using xml-conduit datatypes" +HOMEPAGE="https://github.com/snoyberg/xml" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="=dev-haskell/conduit-1.0*:=[profile?] + >=dev-haskell/filesystem-conduit-1.0:=[profile?] + >=dev-haskell/resourcet-0.3:=[profile?] + <dev-haskell/resourcet-0.5:=[profile?] + =dev-haskell/system-filepath-0.4*:=[profile?] + >=dev-haskell/tagstream-conduit-0.4:=[profile?] + <dev-haskell/tagstream-conduit-0.6:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/transformers:=[profile?] + =dev-haskell/xml-conduit-1.1*:=[profile?] + =dev-haskell/xml-types-0.3*:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit + )" diff --git a/dev-haskell/html-conduit/html-conduit-1.1.1.1.ebuild b/dev-haskell/html-conduit/html-conduit-1.1.1.1.ebuild new file mode 100644 index 000000000000..c34442ac1cba --- /dev/null +++ b/dev-haskell/html-conduit/html-conduit-1.1.1.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Parse HTML documents using xml-conduit datatypes" +HOMEPAGE="https://github.com/snoyberg/xml" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.3:=[profile?] + >=dev-haskell/conduit-extra-1.1.1:=[profile?] + >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-1.2:=[profile?] + >=dev-haskell/system-filepath-0.4:=[profile?] <dev-haskell/system-filepath-0.5:=[profile?] + >=dev-haskell/tagstream-conduit-0.4:=[profile?] <dev-haskell/tagstream-conduit-0.6:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/transformers:=[profile?] + >=dev-haskell/xml-conduit-1.1:=[profile?] <dev-haskell/xml-conduit-1.3:=[profile?] + >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit ) +" diff --git a/dev-haskell/html-conduit/html-conduit-1.2.0.ebuild b/dev-haskell/html-conduit/html-conduit-1.2.0.ebuild new file mode 100644 index 000000000000..1b94ec57d75b --- /dev/null +++ b/dev-haskell/html-conduit/html-conduit-1.2.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Parse HTML documents using xml-conduit datatypes" +HOMEPAGE="https://github.com/snoyberg/xml" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.3:=[profile?] + >=dev-haskell/conduit-extra-1.1.1:=[profile?] + >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-1.2:=[profile?] + >=dev-haskell/tagstream-conduit-0.5.5.3:=[profile?] <dev-haskell/tagstream-conduit-0.6:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/transformers:=[profile?] + >=dev-haskell/xml-conduit-1.3:=[profile?] <dev-haskell/xml-conduit-1.4:=[profile?] + >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit ) +" diff --git a/dev-haskell/html-conduit/metadata.xml b/dev-haskell/html-conduit/metadata.xml new file mode 100644 index 000000000000..0fe5f9fae8de --- /dev/null +++ b/dev-haskell/html-conduit/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + This package uses tagstream-conduit for its parser. It automatically balances mismatched tags, so that there shouldn't be any parse failures. It does not handle a full HTML document rendering, such as adding missing html and head tags. + </longdescription> + <upstream> + <remote-id type="github">snoyberg/xml</remote-id> + </upstream> +</pkgmetadata> |