aboutsummaryrefslogtreecommitdiff
path: root/www/hs-hamlet
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-18 17:13:17 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-18 17:13:17 +0000
commitf2ec06ecbdb2af681c51036ecc63627e2f5f3d0f (patch)
treea992bf1416b90b0dfaea182584a592400851c075 /www/hs-hamlet
parent4ec18f72072e79105bd8b12cb88a16bad4d2594a (diff)
Notes
Diffstat (limited to 'www/hs-hamlet')
-rw-r--r--www/hs-hamlet/Makefile21
-rw-r--r--www/hs-hamlet/distinfo2
-rw-r--r--www/hs-hamlet/pkg-descr6
3 files changed, 29 insertions, 0 deletions
diff --git a/www/hs-hamlet/Makefile b/www/hs-hamlet/Makefile
new file mode 100644
index 000000000000..9204980c732a
--- /dev/null
+++ b/www/hs-hamlet/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: hs-hamlet
+# Date created: December 26, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= hamlet
+PORTVERSION= 0.10.7.1
+CATEGORIES= www haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Haml-like template files that are compile-time checked
+
+LICENSE= BSD
+
+USE_CABAL= blaze-builder>=0.2 blaze-html>=0.4 failure>=0.1 parsec>=2 \
+ shakespeare>=0.10.2 text>=0.7
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/www/hs-hamlet/distinfo b/www/hs-hamlet/distinfo
new file mode 100644
index 000000000000..9ebe29207636
--- /dev/null
+++ b/www/hs-hamlet/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/hamlet-0.10.7.1.tar.gz) = 1b43acd1b016e3549d0734c9a1e897058d278f61f9b9cbec00896f8bc1bd8952
+SIZE (cabal/hamlet-0.10.7.1.tar.gz) = 17062
diff --git a/www/hs-hamlet/pkg-descr b/www/hs-hamlet/pkg-descr
new file mode 100644
index 000000000000..c02d90f9b4e4
--- /dev/null
+++ b/www/hs-hamlet/pkg-descr
@@ -0,0 +1,6 @@
+Hamlet gives you a type-safe tool for generating HTML code. It works
+via Quasi-Quoting, and generating extremely efficient output code. The
+syntax is white-space sensitive, and it helps you avoid cross-site
+scripting issues and 404 errors.
+
+WWW: http://www.yesodweb.com/book/templates