aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ghc
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-19 01:28:38 +0800
committerpgj <pgj@FreeBSD.org>2012-02-19 01:28:38 +0800
commite0a28f9bd02fb0392d193cb289198826ce6689c5 (patch)
tree3f885d8e5d7ca0351ad983f7c78eb2d53cb4e2e2 /lang/ghc
parentcc1b29f12dc3a562724778973ca4a32ef9f327a8 (diff)
downloadfreebsd-ports-gnome-e0a28f9bd02fb0392d193cb289198826ce6689c5.tar.gz
freebsd-ports-gnome-e0a28f9bd02fb0392d193cb289198826ce6689c5.tar.zst
freebsd-ports-gnome-e0a28f9bd02fb0392d193cb289198826ce6689c5.zip
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. In this case, the variable type needs a ToCss instance. This package contains 2 CSS template languages. The Cassius language uses whitespace to avoid the need for closing brackets and semi-colons. Lucius does not care about whitespace and is a strict superset of CSS. There are also some significant conveniences added for CSS. WWW: http://www.yesodweb.com/book/templates Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang/ghc')
-rw-r--r--lang/ghc/bsd.hackage.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk
index 019ee0b82245..16338a2d5a57 100644
--- a/lang/ghc/bsd.hackage.mk
+++ b/lang/ghc/bsd.hackage.mk
@@ -219,6 +219,7 @@ semigroupoids_port= math/hs-semigroupoids
semigroups_port= math/hs-semigroups
SHA_port= security/hs-SHA
shakespeare_port= www/hs-shakespeare
+shakespeare-css_port= www/hs-shakespeare-css
show_port= devel/hs-show
simple-sendfile_port= net/hs-simple-sendfile
skein_port= security/hs-skein