diff options
author | 2011-12-04 16:49:29 +0000 | |
---|---|---|
committer | 2011-12-04 16:49:29 +0000 | |
commit | 65cd3ea0b99cd4df7a318577c54797891f2f92ba (patch) | |
tree | 29532c8cdc9ec8f0c0a6a9d3f1110dcf2e2c18e3 /dev-haskell | |
parent | Stable on amd64 wrt bug #368723 (diff) | |
download | historical-65cd3ea0b99cd4df7a318577c54797891f2f92ba.tar.gz historical-65cd3ea0b99cd4df7a318577c54797891f2f92ba.tar.bz2 historical-65cd3ea0b99cd4df7a318577c54797891f2f92ba.zip |
Initial version. Unicode en-/decoding functions for utf8, iso-latin-* and other encodings (dev-haskell/hxt depend)
Package-Manager: portage-2.2.0_alpha77_p1/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hxt-unicode/ChangeLog | 11 | ||||
-rw-r--r-- | dev-haskell/hxt-unicode/hxt-unicode-9.0.1.ebuild | 24 | ||||
-rw-r--r-- | dev-haskell/hxt-unicode/metadata.xml | 14 |
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-haskell/hxt-unicode/ChangeLog b/dev-haskell/hxt-unicode/ChangeLog new file mode 100644 index 000000000000..3c24f5a9f1b3 --- /dev/null +++ b/dev-haskell/hxt-unicode/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-haskell/hxt-unicode +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-unicode/ChangeLog,v 1.1 2011/12/04 16:49:29 slyfox Exp $ + +*hxt-unicode-9.0.1 (04 Dec 2011) + + 04 Dec 2011; Sergei Trofimovich <slyfox@gentoo.org> + +hxt-unicode-9.0.1.ebuild, +metadata.xml: + Initial version. Unicode en-/decoding functions for utf8, iso-latin-* and + other encodings (dev-haskell/hxt depend) + diff --git a/dev-haskell/hxt-unicode/hxt-unicode-9.0.1.ebuild b/dev-haskell/hxt-unicode/hxt-unicode-9.0.1.ebuild new file mode 100644 index 000000000000..2669aecd0492 --- /dev/null +++ b/dev-haskell/hxt-unicode/hxt-unicode-9.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-unicode/hxt-unicode-9.0.1.ebuild,v 1.1 2011/12/04 16:49:29 slyfox Exp $ + +# ebuild generated by hackport 0.2.13 + +EAPI="3" + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Unicode en-/decoding functions for utf8, iso-latin-* and other encodings" +HOMEPAGE="http://www.fh-wedel.de/~si/HXmlToolbox/index.html" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="=dev-haskell/hxt-charproperties-9* + >=dev-lang/ghc-6.10.1" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" diff --git a/dev-haskell/hxt-unicode/metadata.xml b/dev-haskell/hxt-unicode/metadata.xml new file mode 100644 index 000000000000..df12b2addfcf --- /dev/null +++ b/dev-haskell/hxt-unicode/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + Unicode encoding and decoding functions for utf8, iso-latin-* and somes other encodings, + used in the Haskell XML Toolbox. + ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding + is done with lasy functions, errors may be detected or ignored. + </longdescription> +</pkgmetadata> |