aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-19 01:32:38 +0800
committerpgj <pgj@FreeBSD.org>2012-02-19 01:32:38 +0800
commit0f13569f0a643f9ba42a9d0120b78cea042dd5a0 (patch)
treec9ecf14698d8f8f56e168feb3871efce45b1af40 /lang
parent49eabeb2c4f84e0b842331dd30606bbaaf394b31 (diff)
downloadfreebsd-ports-gnome-0f13569f0a643f9ba42a9d0120b78cea042dd5a0.tar.gz
freebsd-ports-gnome-0f13569f0a643f9ba42a9d0120b78cea042dd5a0.tar.zst
freebsd-ports-gnome-0f13569f0a643f9ba42a9d0120b78cea042dd5a0.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 ToJavascript instance. There is also shakespeare-coffeescript for coffeescript templates. Coffescript is a language that compiles down to javascript. It expects a coffeescript compiler in your path, and variable should be a ToCoffee instance. WWW: http://www.yesodweb.com/book/templates Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang')
-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 48386bee6cfe..3b76b1679706 100644
--- a/lang/ghc/bsd.hackage.mk
+++ b/lang/ghc/bsd.hackage.mk
@@ -221,6 +221,7 @@ SHA_port= security/hs-SHA
shakespeare_port= www/hs-shakespeare
shakespeare-css_port= www/hs-shakespeare-css
shakespeare-i18n_port= www/hs-shakespeare-i18n
+shakespeare-js_port= www/hs-shakespeare-js
show_port= devel/hs-show
simple-sendfile_port= net/hs-simple-sendfile
skein_port= security/hs-skein