summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-03-10 17:25:27 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-03-10 17:25:27 +0000
commit8f3032dd83165e8386c56ca9d71506f48a6872db (patch)
treedc55cea78cfdaf94f8540f51a3692427a9d68dbf /dev-haskell/blaze-html
parentVersion bump. (diff)
downloadgentoo-2-8f3032dd83165e8386c56ca9d71506f48a6872db.tar.gz
gentoo-2-8f3032dd83165e8386c56ca9d71506f48a6872db.tar.bz2
gentoo-2-8f3032dd83165e8386c56ca9d71506f48a6872db.zip
Initial version. Fast HTML generation library from haskell values. A depend for app-text/pandoc-1.9.
(Portage version: 2.2.0_alpha90_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/blaze-html')
-rw-r--r--dev-haskell/blaze-html/ChangeLog11
-rw-r--r--dev-haskell/blaze-html/blaze-html-0.4.3.1.ebuild25
-rw-r--r--dev-haskell/blaze-html/metadata.xml14
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-haskell/blaze-html/ChangeLog b/dev-haskell/blaze-html/ChangeLog
new file mode 100644
index 000000000000..98cef85e9d7f
--- /dev/null
+++ b/dev-haskell/blaze-html/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-haskell/blaze-html
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-html/ChangeLog,v 1.1 2012/03/10 17:25:27 slyfox Exp $
+
+*blaze-html-0.4.3.1 (10 Mar 2012)
+
+ 10 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org>
+ +blaze-html-0.4.3.1.ebuild, +metadata.xml:
+ Initial version. Fast HTML generation library from haskell values. A depend
+ for app-text/pandoc-1.9.
+
diff --git a/dev-haskell/blaze-html/blaze-html-0.4.3.1.ebuild b/dev-haskell/blaze-html/blaze-html-0.4.3.1.ebuild
new file mode 100644
index 000000000000..adb335faef26
--- /dev/null
+++ b/dev-haskell/blaze-html/blaze-html-0.4.3.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-html/blaze-html-0.4.3.1.ebuild,v 1.1 2012/03/10 17:25:27 slyfox Exp $
+
+# ebuild generated by hackport 0.2.17.9999
+
+EAPI=4
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A blazingly fast HTML combinator library for Haskell"
+HOMEPAGE="http://jaspervdj.be/blaze"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/blaze-builder-0.2[profile?] <dev-haskell/blaze-builder-0.4[profile?]
+ >=dev-haskell/text-0.10[profile?]
+ >=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/blaze-html/metadata.xml b/dev-haskell/blaze-html/metadata.xml
new file mode 100644
index 000000000000..941c782919da
--- /dev/null
+++ b/dev-haskell/blaze-html/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>
+ A blazingly fast HTML combinator library for the Haskell
+ programming language. The Text.Blaze module is a good
+ starting point, as well as this tutorial:
+ &lt;http://jaspervdj.be/blaze/tutorial.html&gt;.
+ </longdescription>
+</pkgmetadata>