aboutsummaryrefslogtreecommitdiff
path: root/www/hs-http-types
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2011-07-10 21:33:00 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2011-07-10 21:33:00 +0000
commit2bd0c272b0084d9847a1c8d2088b0a46f86b8be7 (patch)
tree7a8f69d7f37b973f090fc38594dbd7728f2882c6 /www/hs-http-types
parenta4a5fe9869b370c0cd58f351df67cde9477cb12a (diff)
downloadports-2bd0c272b0084d9847a1c8d2088b0a46f86b8be7.tar.gz
ports-2bd0c272b0084d9847a1c8d2088b0a46f86b8be7.zip
Notes
Diffstat (limited to 'www/hs-http-types')
-rw-r--r--www/hs-http-types/Makefile22
-rw-r--r--www/hs-http-types/distinfo2
-rw-r--r--www/hs-http-types/pkg-descr3
3 files changed, 27 insertions, 0 deletions
diff --git a/www/hs-http-types/Makefile b/www/hs-http-types/Makefile
new file mode 100644
index 000000000000..92b2ceec52bb
--- /dev/null
+++ b/www/hs-http-types/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hs-http-types
+# Date created: May 24, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= http-types
+PORTVERSION= 0.6.4
+CATEGORIES= www haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Generic HTTP types for Haskell (for both client and server code)
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+USE_CABAL= blaze-builder>=0.2.1.4 case-insensitive>=0.2 text>=0.11.0.2
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/www/hs-http-types/distinfo b/www/hs-http-types/distinfo
new file mode 100644
index 000000000000..70fa77374972
--- /dev/null
+++ b/www/hs-http-types/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/http-types-0.6.4.tar.gz) = a9d3ecfe7b347629a397ddaef766c14b075dcac0e52ddab8f2d04b2aa53f481c
+SIZE (cabal/http-types-0.6.4.tar.gz) = 7638
diff --git a/www/hs-http-types/pkg-descr b/www/hs-http-types/pkg-descr
new file mode 100644
index 000000000000..591ae86c0234
--- /dev/null
+++ b/www/hs-http-types/pkg-descr
@@ -0,0 +1,3 @@
+Generic HTTP types for Haskell (for both client and server code).
+
+WWW: https://github.com/aristidb/http-types