diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 04:59:57 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 04:59:57 +0000 |
commit | 4f7714055fd24338f8a2351cb5b148ed564b469f (patch) | |
tree | 0541fb12d674b2ced8cae6380b0cf7ea23b9677b /dev-haskell/text-icu | |
parent | dev-haskell/ranges: initial layout (diff) | |
download | gentoo-2-4f7714055fd24338f8a2351cb5b148ed564b469f.tar.gz gentoo-2-4f7714055fd24338f8a2351cb5b148ed564b469f.tar.bz2 gentoo-2-4f7714055fd24338f8a2351cb5b148ed564b469f.zip |
dev-haskell/text-icu: initial layout
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/text-icu')
-rw-r--r-- | dev-haskell/text-icu/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/text-icu/metadata.xml | 35 | ||||
-rw-r--r-- | dev-haskell/text-icu/text-icu-0.6.3.5.ebuild | 26 |
3 files changed, 70 insertions, 0 deletions
diff --git a/dev-haskell/text-icu/ChangeLog b/dev-haskell/text-icu/ChangeLog new file mode 100644 index 000000000000..d61ccee702d0 --- /dev/null +++ b/dev-haskell/text-icu/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/text-icu +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/ChangeLog,v 1.1 2013/08/26 04:59:57 qnikst Exp $ + +*text-icu-0.6.3.5 (26 Aug 2013) + + 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +metadata.xml, + +text-icu-0.6.3.5.ebuild: + dev-haskell/text-icu: initial layout diff --git a/dev-haskell/text-icu/metadata.xml b/dev-haskell/text-icu/metadata.xml new file mode 100644 index 000000000000..40b0b9ad8388 --- /dev/null +++ b/dev-haskell/text-icu/metadata.xml @@ -0,0 +1,35 @@ +<?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> + Haskell bindings to the International Components for Unicode (ICU) + libraries. These libraries provide robust and full-featured Unicode + services on a wide variety of platforms. + + Features include: + + * Both pure and impure bindings, to allow for fine control over efficiency + and ease of use. + + * Breaking of strings on character, word, sentence, and line boundaries. + + * Access to the Unicode Character Database (UCD) of character metadata. + + * String collation functions, for locales where the conventions for + lexicographic ordering differ from the simple numeric ordering of + character codes. + + * Character set conversion functions, allowing conversion between + Unicode and over 220 character encodings. + + * Unicode normalization. (When implementations keep strings in a + normalized form, they can be assured that equivalent strings have a + unique binary representation.) + + * Regular expression search and replace. + </longdescription> +</pkgmetadata> diff --git a/dev-haskell/text-icu/text-icu-0.6.3.5.ebuild b/dev-haskell/text-icu/text-icu-0.6.3.5.ebuild new file mode 100644 index 000000000000..7aebc17ff4d7 --- /dev/null +++ b/dev-haskell/text-icu/text-icu-0.6.3.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.6.3.5.ebuild,v 1.1 2013/08/26 04:59:57 qnikst Exp $ + +EAPI=4 + +# ebuild generated by hackport 0.2.18.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Bindings to the ICU library" +HOMEPAGE="https://bitbucket.org/bos/text-icu" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/text-0.9.1.0[profile?] + <=dev-haskell/text-0.12.0.0[profile?] + >=dev-lang/ghc-6.8.2 + >=dev-libs/icu-4" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" |