diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/hxt | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-haskell/hxt')
-rw-r--r-- | dev-haskell/hxt/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/hxt/hxt-9.3.1.1.ebuild | 31 | ||||
-rw-r--r-- | dev-haskell/hxt/hxt-9.3.1.15.ebuild | 39 | ||||
-rw-r--r-- | dev-haskell/hxt/metadata.xml | 23 |
4 files changed, 95 insertions, 0 deletions
diff --git a/dev-haskell/hxt/Manifest b/dev-haskell/hxt/Manifest new file mode 100644 index 000000000000..4b154d40ea23 --- /dev/null +++ b/dev-haskell/hxt/Manifest @@ -0,0 +1,2 @@ +DIST hxt-9.3.1.1.tar.gz 228205 SHA256 bea0544c7945b6a268ee340be0fe0699335182602454f9565a4227d277411ff4 SHA512 1c82042fea7765112f28703f51fda2a567e7c9b6103e3e86f0d90c0fefcaf2f662ded8d11c3624480cfceab98224c081f7b2fe8748e1aa002393f9d282cd5c4b WHIRLPOOL 8bfc71b9859ea0a7ff71ca22aa5acc41e4e6083cc247b67d12859d74e8eabfc38a44912f831141ff46bab5419c25e0dee360a4919dda6f13ebc9210e741aee81 +DIST hxt-9.3.1.15.tar.gz 235096 SHA256 723e7b3c22f58771087e7763d11702b3ae3aa910158a2beee70e973722966560 SHA512 f2d4d853811667b663d434671bc5743f7019fe435c9c39af359a0305e4c5bfdf53540b9cd33930bd13d07482cc583fd1f231fe33995b9a55b785af8d98f1fe24 WHIRLPOOL 1ac32d9596f84a3799ed01ed25c0c90009eed547b7a5dc5b376d77ce9debd4603d0194d5e40952e85ebdd200ffcb50bfff60938dd3cb37aed387e67701580bb6 diff --git a/dev-haskell/hxt/hxt-9.3.1.1.ebuild b/dev-haskell/hxt/hxt-9.3.1.1.ebuild new file mode 100644 index 000000000000..3131d6706df3 --- /dev/null +++ b/dev-haskell/hxt/hxt-9.3.1.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A collection of tools for processing XML with Haskell" +HOMEPAGE="http://www.fh-wedel.de/~si/HXmlToolbox/index.html" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=dev-haskell/binary-0.5:=[profile?] <dev-haskell/binary-1:=[profile?] + >=dev-haskell/hunit-1.2:=[profile?] <dev-haskell/hunit-2:=[profile?] + >=dev-haskell/hxt-charproperties-9.1:=[profile?] <dev-haskell/hxt-charproperties-10:=[profile?] + =dev-haskell/hxt-regex-xmlschema-9*:=[profile?] + >=dev-haskell/hxt-unicode-9.0.1:=[profile?] <dev-haskell/hxt-unicode-10:=[profile?] + =dev-haskell/mtl-2*:=[profile?] + >=dev-haskell/network-2.4:=[profile?] <dev-haskell/network-3:=[profile?] + >=dev-haskell/parsec-2.1:=[profile?] <dev-haskell/parsec-4:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8" diff --git a/dev-haskell/hxt/hxt-9.3.1.15.ebuild b/dev-haskell/hxt/hxt-9.3.1.15.ebuild new file mode 100644 index 000000000000..728544441fe2 --- /dev/null +++ b/dev-haskell/hxt/hxt-9.3.1.15.ebuild @@ -0,0 +1,39 @@ +# 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.3 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A collection of tools for processing XML with Haskell" +HOMEPAGE="https://github.com/UweSchmidt/hxt" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="+network-uri" + +RDEPEND=">=dev-haskell/binary-0.5:=[profile?] <dev-haskell/binary-1:=[profile?] + >=dev-haskell/hunit-1.2:=[profile?] <dev-haskell/hunit-2:=[profile?] + >=dev-haskell/hxt-charproperties-9.1:=[profile?] <dev-haskell/hxt-charproperties-10:=[profile?] + >=dev-haskell/hxt-regex-xmlschema-9.2:=[profile?] <dev-haskell/hxt-regex-xmlschema-10:=[profile?] + >=dev-haskell/hxt-unicode-9.0.1:=[profile?] <dev-haskell/hxt-unicode-10:=[profile?] + >=dev-haskell/mtl-2.0.1:=[profile?] <dev-haskell/mtl-3:=[profile?] + >=dev-haskell/parsec-2.1:=[profile?] <dev-haskell/parsec-4:=[profile?] + >=dev-lang/ghc-7.4.1:= + network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] ) + !network-uri? ( >=dev-haskell/network-2.4:=[profile?] <dev-haskell/network-2.6:=[profile?] ) +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" + +src_configure() { + haskell-cabal_src_configure \ + $(cabal_flag network-uri network-uri) +} diff --git a/dev-haskell/hxt/metadata.xml b/dev-haskell/hxt/metadata.xml new file mode 100644 index 000000000000..a15c458cd562 --- /dev/null +++ b/dev-haskell/hxt/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + The Haskell XML Toolbox bases on the ideas of HaXml and HXML, + but introduces a more general approach for processing XML with Haskell. + The Haskell XML Toolbox uses a generic data model for representing XML documents, + including the DTD subset and the document subset, in Haskell. + It contains a validating XML parser, a HTML parser, namespace support, + an XPath expression evaluator, an XSLT library, a RelaxNG schema validator + and funtions for serialization and deserialization of user defined data. + The library makes extensive use of the arrow approach for processing XML. + Since version 9 the toolbox is partitioned into various (sub-)packages. + This package contains the core functionality, + hxt-curl, hxt-tagsoup, hxt-relaxng, hxt-xpath, hxt-xslt, hxt-regex-xmlschema contain the extensions. + hxt-unicode contains encoding and decoding functions, + hxt-charproperties char properties for unicode and XML. + </longdescription> + <use> + <flag name='network-uri'>Get Network.URI from the network-uri package.</flag> + </use> +</pkgmetadata> |