aboutsummaryrefslogtreecommitdiffstats
path: root/www/hs-shakespeare
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-19 01:11:03 +0800
committerpgj <pgj@FreeBSD.org>2012-02-19 01:11:03 +0800
commit7e6c233505e9cdd10db14e91ac9d2450c3dd6697 (patch)
tree1c7d6a1cfdf2760d5b9ab3fc85830cfea5d747f8 /www/hs-shakespeare
parente75b3808ade4bf707c6278e7b97b37bdc9a476ca (diff)
downloadfreebsd-ports-gnome-7e6c233505e9cdd10db14e91ac9d2450c3dd6697.tar.gz
freebsd-ports-gnome-7e6c233505e9cdd10db14e91ac9d2450c3dd6697.tar.zst
freebsd-ports-gnome-7e6c233505e9cdd10db14e91ac9d2450c3dd6697.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. WWW: http://www.yesodweb.com/book/templates Obtained from: FreeBSD Haskell
Diffstat (limited to 'www/hs-shakespeare')
-rw-r--r--www/hs-shakespeare/Makefile20
-rw-r--r--www/hs-shakespeare/distinfo2
-rw-r--r--www/hs-shakespeare/pkg-descr6
3 files changed, 28 insertions, 0 deletions
diff --git a/www/hs-shakespeare/Makefile b/www/hs-shakespeare/Makefile
new file mode 100644
index 000000000000..fcfaedb1362b
--- /dev/null
+++ b/www/hs-shakespeare/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-shakespeare
+# Date created: December 25, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= shakespeare
+PORTVERSION= 0.10.2
+CATEGORIES= www haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= A toolkit for making compile-time interpolated templates
+
+LICENSE= BSD
+
+USE_CABAL= parsec>=2 text>=0.7
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/www/hs-shakespeare/distinfo b/www/hs-shakespeare/distinfo
new file mode 100644
index 000000000000..c31bc4ab3000
--- /dev/null
+++ b/www/hs-shakespeare/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/shakespeare-0.10.2.tar.gz) = 8c63e160932ac004624ee9dfb02a13a5049e3434b08751f7783df0646a63779c
+SIZE (cabal/shakespeare-0.10.2.tar.gz) = 6202
diff --git a/www/hs-shakespeare/pkg-descr b/www/hs-shakespeare/pkg-descr
new file mode 100644
index 000000000000..93ffd238640b
--- /dev/null
+++ b/www/hs-shakespeare/pkg-descr
@@ -0,0 +1,6 @@
+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.
+
+WWW: http://www.yesodweb.com/book/templates