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/shakespeare-text: metadata.xml shakespeare-text-1.0.0.6.ebuild ChangeLog
Date: Mon, 26 Aug 2013 12:35:08
Message-Id: 20130826123505.6ABAF2004C@flycatcher.gentoo.org
1 qnikst 13/08/26 12:35:05
2
3 Added: metadata.xml shakespeare-text-1.0.0.6.ebuild
4 ChangeLog
5 Log:
6 dev-haskell/shakespeare-text: initial layout
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
9
10 Revision Changes Path
11 1.1 dev-haskell/shakespeare-text/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-text/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-text/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>haskell</herd>
22 <maintainer>
23 <email>haskell@g.o</email>
24 </maintainer>
25 <longdescription>
26 interpolation with quasi-quotation: stick haskell variables into haskell strings
27
28 Note there is no dependency on haskell-src-extras. If you don&#39;t mind that dependency, you may want to look at using these packages: Interpolation, interpolatedstring-perl6, interpolatedstring-qq.
29
30 This package has 1 other general feature that those others may not (but would be easy to duplicate): instead of using quasi-quoting you can also use an external file. It also has url/embeding interpolation, with \@ and \^, which are used in Yesod.
31
32 This package also uses blaze-builder for efficiently constructing strings (I am not sure what the other packages use). This might be of interest to you for large templates or performance sensitive code, or otherwise having a nice interface to blaze-builder
33
34 Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted.
35 In this case, the variable type needs a ToText instance.
36
37 Please see http://docs.yesodweb.com/book/templates for a more thorough description and examples of the shakespeare family of template languages.
38 </longdescription>
39 </pkgmetadata>
40
41
42
43 1.1 dev-haskell/shakespeare-text/shakespeare-text-1.0.0.6.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-text/shakespeare-text-1.0.0.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-text/shakespeare-text-1.0.0.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: shakespeare-text-1.0.0.6.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-text/shakespeare-text-1.0.0.6.ebuild,v 1.1 2013/08/26 12:35:05 qnikst Exp $
53
54 EAPI=5
55
56 # ebuild generated by hackport 0.3.2.9999
57
58 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
59 inherit haskell-cabal
60
61 DESCRIPTION="Interpolation with quasi-quotation: put variables strings"
62 HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates"
63 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
64
65 LICENSE="MIT"
66 SLOT="0/${PV}"
67 KEYWORDS="~amd64 ~x86"
68 IUSE=""
69
70 RDEPEND="=dev-haskell/shakespeare-1.0*:=[profile?]
71 >=dev-haskell/text-0.7:=[profile?]
72 <dev-haskell/text-0.12:=[profile?]
73 >=dev-lang/ghc-6.10.4:="
74 DEPEND="${RDEPEND}
75 >=dev-haskell/cabal-1.8
76 test? ( >=dev-haskell/hspec-1.3
77 dev-haskell/hunit
78 )"
79
80
81
82 1.1 dev-haskell/shakespeare-text/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-text/ChangeLog?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/shakespeare-text/ChangeLog?rev=1.1&content-type=text/plain
86
87 Index: ChangeLog
88 ===================================================================
89 # ChangeLog for dev-haskell/shakespeare-text
90 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
91 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare-text/ChangeLog,v 1.1 2013/08/26 12:35:05 qnikst Exp $
92
93 *shakespeare-text-1.0.0.6 (26 Aug 2013)
94
95 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
96 +shakespeare-text-1.0.0.6.ebuild:
97 dev-haskell/shakespeare-text: initial layout