aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/ghc/bsd.hackage.mk1
-rw-r--r--www/Makefile1
-rw-r--r--www/hs-yesod-form/Makefile24
-rw-r--r--www/hs-yesod-form/distinfo2
-rw-r--r--www/hs-yesod-form/pkg-descr3
5 files changed, 31 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk
index c3896237b06b..8e0a8c8a3ac1 100644
--- a/lang/ghc/bsd.hackage.mk
+++ b/lang/ghc/bsd.hackage.mk
@@ -292,6 +292,7 @@ xmonad-contrib_port= x11-wm/hs-xmonad-contrib
xss-sanitize_port= www/hs-xss-sanitize
yaml_port= textproc/hs-yaml
yesod-core_port= www/hs-yesod-core
+yesod-form_port= www/hs-yesod-form
yesod-persistent_port= www/hs-yesod-persistent
zip-archive_port= archivers/hs-zip-archive
zlib_port= archivers/hs-zlib
diff --git a/www/Makefile b/www/Makefile
index 99ed7199da20..b8dc3f487e80 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -317,6 +317,7 @@
SUBDIR += hs-webkit
SUBDIR += hs-xss-sanitize
SUBDIR += hs-yesod-core
+ SUBDIR += hs-yesod-form
SUBDIR += hs-yesod-persistent
SUBDIR += htdump
SUBDIR += html2hdml
diff --git a/www/hs-yesod-form/Makefile b/www/hs-yesod-form/Makefile
new file mode 100644
index 000000000000..8c974f5ea7bb
--- /dev/null
+++ b/www/hs-yesod-form/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: hs-yesod-form
+# Date created: December 26, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= yesod-form
+PORTVERSION= 0.3.4.2
+CATEGORIES= www haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Form handling support for Yesod Web Framework
+
+LICENSE= BSD
+
+USE_CABAL= blaze-builder>=0.2.1.4 blaze-html>=0.4.1.3 data-default>=0.3 \
+ email-validate>=0.2.6 hamlet>=0.10 network>=2.2 \
+ persistent>=0.6 shakespeare-css>=0.10 shakespeare-js>=0.10 \
+ text>=0.9 transformers>=0.2.2 wai>=0.4 xss-sanitize>=0.3.0.1 \
+ yesod-core>=0.9 yesod-persistent>=0.2
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/www/hs-yesod-form/distinfo b/www/hs-yesod-form/distinfo
new file mode 100644
index 000000000000..74fdcae3d768
--- /dev/null
+++ b/www/hs-yesod-form/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/yesod-form-0.3.4.2.tar.gz) = b1b02a033cb88b77c002bd045f21aabcd249ab791cb9e5faf601cadd995f13aa
+SIZE (cabal/yesod-form-0.3.4.2.tar.gz) = 16042
diff --git a/www/hs-yesod-form/pkg-descr b/www/hs-yesod-form/pkg-descr
new file mode 100644
index 000000000000..62fb646ded90
--- /dev/null
+++ b/www/hs-yesod-form/pkg-descr
@@ -0,0 +1,3 @@
+Form handling support for Yesod Web Framework.
+
+WWW: http://www.yesodweb.com/