diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-12-04 16:45:26 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-12-04 16:45:26 +0000 |
commit | 559307a05473ad95167ef000039e26d3d5b2b545 (patch) | |
tree | f9a4f82ee60a6fb079d9138b90dc66fef2445132 /dev-haskell | |
parent | Stable on amd64 wrt bug #348750 (diff) | |
download | gentoo-2-559307a05473ad95167ef000039e26d3d5b2b545.tar.gz gentoo-2-559307a05473ad95167ef000039e26d3d5b2b545.tar.bz2 gentoo-2-559307a05473ad95167ef000039e26d3d5b2b545.zip |
Initial version. Character properties and classes for XML and Unicode (dev-haskell/hxt depend)
(Portage version: 2.2.0_alpha77_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hxt-charproperties/ChangeLog | 11 | ||||
-rw-r--r-- | dev-haskell/hxt-charproperties/hxt-charproperties-9.1.0.ebuild | 23 | ||||
-rw-r--r-- | dev-haskell/hxt-charproperties/metadata.xml | 14 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-haskell/hxt-charproperties/ChangeLog b/dev-haskell/hxt-charproperties/ChangeLog new file mode 100644 index 000000000000..b12876cbb68a --- /dev/null +++ b/dev-haskell/hxt-charproperties/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-haskell/hxt-charproperties +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/ChangeLog,v 1.1 2011/12/04 16:45:26 slyfox Exp $ + +*hxt-charproperties-9.1.0 (04 Dec 2011) + + 04 Dec 2011; Sergei Trofimovich <slyfox@gentoo.org> + +hxt-charproperties-9.1.0.ebuild, +metadata.xml: + Initial version. Character properties and classes for XML and Unicode + (dev-haskell/hxt depend) + diff --git a/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.0.ebuild b/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.0.ebuild new file mode 100644 index 000000000000..36bbda25c2c8 --- /dev/null +++ b/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.0.ebuild,v 1.1 2011/12/04 16:45:26 slyfox Exp $ + +# ebuild generated by hackport 0.2.13 + +EAPI="3" + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Character properties and classes for XML and Unicode" +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-lang/ghc-6.10.1" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2" diff --git a/dev-haskell/hxt-charproperties/metadata.xml b/dev-haskell/hxt-charproperties/metadata.xml new file mode 100644 index 000000000000..35a78e7a409d --- /dev/null +++ b/dev-haskell/hxt-charproperties/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> + Character proprties defined by XML and Unicode standards. + These modules contain predicates for Unicode blocks and char proprties + and character predicates defined by XML. + Supported Unicode version is 5.2.0. + </longdescription> +</pkgmetadata> |