summaryrefslogtreecommitdiff
path: root/dev-haskell/hamlet
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/hamlet
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/hamlet')
-rw-r--r--dev-haskell/hamlet/Manifest5
-rw-r--r--dev-haskell/hamlet/hamlet-1.1.9.2.ebuild35
-rw-r--r--dev-haskell/hamlet/hamlet-1.2.0.ebuild25
-rw-r--r--dev-haskell/hamlet/metadata.xml25
4 files changed, 90 insertions, 0 deletions
diff --git a/dev-haskell/hamlet/Manifest b/dev-haskell/hamlet/Manifest
new file mode 100644
index 000000000000..2cc7c0222c93
--- /dev/null
+++ b/dev-haskell/hamlet/Manifest
@@ -0,0 +1,5 @@
+DIST hamlet-1.1.9.2.tar.gz 23693 BLAKE2B 7343710f65b9e34f770b8131691ef2f07b8cad7ac6a6e66454c443c077d8d5adad6bfb50231e2d4c0448162996c1737d5d3a34e6fe5a603fb05803921f684829 SHA512 e995a92856b0a7dde7bb36439d3922cb560efbcf35d08c20041d6236583e71dd09bc2983c038ad500492f89bbf091bb9ac6e7066afcd309e7aefcbfb963d8658
+DIST hamlet-1.2.0.tar.gz 1636 BLAKE2B 21b9b161238d715f5ec2c4e97ba05b87c73276f5acfea11c2bf04eb64c4bf24902def08be45ee4199e7489798e2d6df87aebf934c9a771f070078272d99a9cff SHA512 8bc20f0ddc64b6943f0e85cd7f6babf5bbd6121bf50d420824320241b6ea270876fb58e39e3275d8476b959a815e6a6fee711e3376c18e88f25cccfeb059f99a
+EBUILD hamlet-1.1.9.2.ebuild 1188 BLAKE2B d5dfffd0408365ef0f4a6d0ddb12e3e4719b3581048f0fb7e48094a61ac06bb0a9c92aa7568a6eab2a8b069a73a8177441a8fa2568b454d1619cc72a00f27e24 SHA512 385f427e91823259532c727fc2f2126ea128bd3f4b840d6ca85269bc5d74059caf4ebd179c6960f7a5588fb51febd98a8be336f4de7d0b799e26f918f9ef7aa3
+EBUILD hamlet-1.2.0.ebuild 612 BLAKE2B 8af064a22f58116bbed8a516f0e99ccfec7b15bfc29de91961c37783ee7ab6ecff3afc832c315b5d0aed143edcbea9f0cdfde87da6163a2f07dc43facfb65dc5 SHA512 3fe0b276cb6af5eb9b047c0925766e776fb69da36730f08c229e1dca68c736caa4f719b38f9893e00cc30628bd23a37bd51ea760ae555e65d37abe3b7e0ec1b4
+MISC metadata.xml 1210 BLAKE2B 8e5382425f1a7c674db2655ae33d8f9ca24708ff869da8da4371bae3bb4095934dc3796405fd5168e199f2cd9e910ac60a64cb003004ea7a549fc260f290256c SHA512 60ad8abe20655a18d186db1f14b9e0e105f23e2aad34a1d6978a1b2b3e2c95ac223d428f098ecc8000dea04fca19998da59f0254238807ccdee79c987e034fa6
diff --git a/dev-haskell/hamlet/hamlet-1.1.9.2.ebuild b/dev-haskell/hamlet/hamlet-1.1.9.2.ebuild
new file mode 100644
index 000000000000..11de69324607
--- /dev/null
+++ b/dev-haskell/hamlet/hamlet-1.1.9.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Haml-like template files that are compile-time checked"
+HOMEPAGE="https://www.yesodweb.com/book/shakespearean-templates"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/blaze-builder-0.2:=[profile?] <dev-haskell/blaze-builder-0.4:=[profile?]
+ >=dev-haskell/blaze-html-0.5:=[profile?]
+ >=dev-haskell/blaze-markup-0.5.1:=[profile?]
+ >=dev-haskell/failure-0.1:=[profile?] <dev-haskell/failure-0.3:=[profile?]
+ >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-4:=[profile?]
+ >=dev-haskell/shakespeare-1.2.0.4:=[profile?] <dev-haskell/shakespeare-1.3:=[profile?]
+ >=dev-haskell/system-fileio-0.3:=[profile?]
+ >=dev-haskell/system-filepath-0.4:=[profile?]
+ >=dev-haskell/text-0.7:=[profile?]
+ >=dev-lang/ghc-6.12.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8.0.2
+ test? ( >=dev-haskell/hspec-1.3
+ dev-haskell/hunit )
+"
diff --git a/dev-haskell/hamlet/hamlet-1.2.0.ebuild b/dev-haskell/hamlet/hamlet-1.2.0.ebuild
new file mode 100644
index 000000000000..e1990b253592
--- /dev/null
+++ b/dev-haskell/hamlet/hamlet-1.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile"
+inherit haskell-cabal
+
+DESCRIPTION="Haml-like template files that are compile-time checked (deprecated)"
+HOMEPAGE="https://www.yesodweb.com/book/shakespearean-templates"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/shakespeare-2.0:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"
diff --git a/dev-haskell/hamlet/metadata.xml b/dev-haskell/hamlet/metadata.xml
new file mode 100644
index 000000000000..c842c33be2f7
--- /dev/null
+++ b/dev-haskell/hamlet/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ Hamlet gives you a type-safe tool for generating HTML code. It works via Quasi-Quoting, and generating extremely efficient output code. The syntax is white-space sensitive, and it helps you avoid cross-site scripting issues and 404 errors. Please see the documentation at &lt;http://docs.yesodweb.com/book/hamlet/&gt; for more details.
+
+ Here is a quick overview of hamlet html. Due to haddock escaping issues, we can't properly show variable insertion, but we are still going to show some conditionals. Please see &lt;http://www.yesodweb.com/book/templates&gt; for a thorough description
+
+ &gt; !!!
+ &gt; &lt;html&gt;
+ &gt; &lt;head&gt;
+ &gt; &lt;title&gt;Hamlet Demo
+ &gt; &lt;body&gt;
+ &gt; &lt;h1&gt;Information on John Doe
+ &gt; &lt;h2&gt;
+ &gt; $if isMarried person
+ &gt; Married
+ &gt; $else
+ &gt; Not married
+ </longdescription>
+</pkgmetadata>