aboutsummaryrefslogtreecommitdiff
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
parenta4a5fe9869b370c0cd58f351df67cde9477cb12a (diff)
downloadports-2bd0c272b0084d9847a1c8d2088b0a46f86b8be7.tar.gz
ports-2bd0c272b0084d9847a1c8d2088b0a46f86b8be7.zip
Generic HTTP types for Haskell (for both client and server code).
WWW: https://github.com/aristidb/http-types Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=277489
-rw-r--r--lang/ghc/bsd.hackage.mk1
-rw-r--r--www/Makefile1
-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
5 files changed, 29 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk
index 9aad6a5cd594..e7dfed1e7752 100644
--- a/lang/ghc/bsd.hackage.mk
+++ b/lang/ghc/bsd.hackage.mk
@@ -84,6 +84,7 @@ hslogger_port= devel/hs-hslogger
html_port= textproc/hs-html
HTTP_port= www/hs-HTTP
http-server_port= www/hs-http-server
+http-types_port= www/hs-http-types
HUnit_port= devel/hs-HUnit
hxt_port= textproc/hs-hxt
hxt-charproperties_port= textproc/hs-hxt-charproperties
diff --git a/www/Makefile b/www/Makefile
index 7ee006ef8dd2..3edda6c64ec4 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -316,6 +316,7 @@
SUBDIR += hs-cgi
SUBDIR += hs-fastcgi
SUBDIR += hs-http-server
+ SUBDIR += hs-http-types
SUBDIR += hs-oeis
SUBDIR += hs-scgi
SUBDIR += hs-url
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