aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-19 01:34:41 +0800
committerpgj <pgj@FreeBSD.org>2012-02-19 01:34:41 +0800
commit3f34b035469515b59f3147bbbbecbef4ff5bafc5 (patch)
treeca1080280f8b3adba0d0f2f521c8ac6a3bbf07cf /www
parent0f13569f0a643f9ba42a9d0120b78cea042dd5a0 (diff)
downloadfreebsd-ports-gnome-3f34b035469515b59f3147bbbbecbef4ff5bafc5.tar.gz
freebsd-ports-gnome-3f34b035469515b59f3147bbbbecbef4ff5bafc5.tar.zst
freebsd-ports-gnome-3f34b035469515b59f3147bbbbecbef4ff5bafc5.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 ToText instance. WWW: http://www.yesodweb.com/book/templates Obtained from: FreeBSD Haskell
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/hs-shakespeare-text/Makefile20
-rw-r--r--www/hs-shakespeare-text/distinfo2
-rw-r--r--www/hs-shakespeare-text/pkg-descr7
4 files changed, 30 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 1fc3477fb5af..c1fcecef1cf8 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -305,6 +305,7 @@
SUBDIR += hs-shakespeare-css
SUBDIR += hs-shakespeare-i18n
SUBDIR += hs-shakespeare-js
+ SUBDIR += hs-shakespeare-text
SUBDIR += hs-snap
SUBDIR += hs-snap-core
SUBDIR += hs-snap-server
diff --git a/www/hs-shakespeare-text/Makefile b/www/hs-shakespeare-text/Makefile
new file mode 100644
index 000000000000..22d64b3c5208
--- /dev/null
+++ b/www/hs-shakespeare-text/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-shakespeare-text
+# Date created: December 26, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= shakespeare-text
+PORTVERSION= 0.10.3
+CATEGORIES= www haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Interpolation with quasi-quotation: put variables strings
+
+LICENSE= BSD
+
+USE_CABAL= shakespeare>=0.10 text>=0.7
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/www/hs-shakespeare-text/distinfo b/www/hs-shakespeare-text/distinfo
new file mode 100644
index 000000000000..8ec93da1e491
--- /dev/null
+++ b/www/hs-shakespeare-text/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/shakespeare-text-0.10.3.tar.gz) = da00f8b9a9b31710d5ec08ad68aca4d62ec85ffb8982cb648f25b6e93f707870
+SIZE (cabal/shakespeare-text-0.10.3.tar.gz) = 4342
diff --git a/www/hs-shakespeare-text/pkg-descr b/www/hs-shakespeare-text/pkg-descr
new file mode 100644
index 000000000000..0ec79f111427
--- /dev/null
+++ b/www/hs-shakespeare-text/pkg-descr
@@ -0,0 +1,7 @@
+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 ToText instance.
+
+WWW: http://www.yesodweb.com/book/templates