Gentoo Archives: gentoo-commits

From: "Alexander Vershilov (qnikst)" <qnikst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/hamlet: metadata.xml hamlet-1.1.7.1.ebuild ChangeLog
Date: Mon, 26 Aug 2013 11:25:02
Message-Id: 20130826112459.601C32004C@flycatcher.gentoo.org
1 qnikst 13/08/26 11:24:59
2
3 Added: metadata.xml hamlet-1.1.7.1.ebuild ChangeLog
4 Log:
5 dev-haskell/hamlet: initial layout
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
8
9 Revision Changes Path
10 1.1 dev-haskell/hamlet/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hamlet/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hamlet/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>haskell</herd>
21 <maintainer>
22 <email>haskell@g.o</email>
23 </maintainer>
24 <longdescription>
25 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.
26
27 Here is a quick overview of hamlet html. Due to haddock escaping issues, we can&#39;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
28
29 &gt; !!!
30 &gt; &lt;html&gt;
31 &gt; &lt;head&gt;
32 &gt; &lt;title&gt;Hamlet Demo
33 &gt; &lt;body&gt;
34 &gt; &lt;h1&gt;Information on John Doe
35 &gt; &lt;h2&gt;
36 &gt; $if isMarried person
37 &gt; Married
38 &gt; $else
39 &gt; Not married
40 </longdescription>
41 </pkgmetadata>
42
43
44
45 1.1 dev-haskell/hamlet/hamlet-1.1.7.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hamlet/hamlet-1.1.7.1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hamlet/hamlet-1.1.7.1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: hamlet-1.1.7.1.ebuild
51 ===================================================================
52 # Copyright 1999-2013 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/hamlet/hamlet-1.1.7.1.ebuild,v 1.1 2013/08/26 11:24:59 qnikst Exp $
55
56 EAPI=5
57
58 # ebuild generated by hackport 0.3.2.9999
59
60 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
61 inherit haskell-cabal
62
63 DESCRIPTION="Haml-like template files that are compile-time checked"
64 HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates"
65 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
66
67 LICENSE="MIT"
68 SLOT="0/${PV}"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 RDEPEND=">=dev-haskell/blaze-builder-0.2:=[profile?]
73 <dev-haskell/blaze-builder-0.4:=[profile?]
74 >=dev-haskell/blaze-html-0.5:=[profile?]
75 >=dev-haskell/blaze-markup-0.5.1:=[profile?]
76 >=dev-haskell/failure-0.1:=[profile?]
77 <dev-haskell/failure-0.3:=[profile?]
78 >=dev-haskell/parsec-2:=[profile?]
79 <dev-haskell/parsec-4:=[profile?]
80 >=dev-haskell/shakespeare-1.0.1:=[profile?]
81 <dev-haskell/shakespeare-1.1:=[profile?]
82 >=dev-haskell/text-0.7:=[profile?]
83 >=dev-lang/ghc-6.10.4:="
84 DEPEND="${RDEPEND}
85 >=dev-haskell/cabal-1.8
86 test? ( >=dev-haskell/hspec-1.3
87 dev-haskell/hunit
88 )"
89
90
91
92 1.1 dev-haskell/hamlet/ChangeLog
93
94 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hamlet/ChangeLog?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hamlet/ChangeLog?rev=1.1&content-type=text/plain
96
97 Index: ChangeLog
98 ===================================================================
99 # ChangeLog for dev-haskell/hamlet
100 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
101 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/hamlet/ChangeLog,v 1.1 2013/08/26 11:24:59 qnikst Exp $
102
103 *hamlet-1.1.7.1 (26 Aug 2013)
104
105 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +hamlet-1.1.7.1.ebuild,
106 +metadata.xml:
107 dev-haskell/hamlet: initial layout