summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-03-04 03:50:41 +0000
committerMark Wright <gienah@gentoo.org>2012-03-04 03:50:41 +0000
commitf3956ff0817a75754da6d60f449b1221cfeb8754 (patch)
treeb7e7960dc650e603647ea3fc39f2c76d65c3e655 /dev-haskell
parentFix http-4000.1.2 build with ghc 7.4.1. Add http-4000.2.2 for ghc 7.4.1 (diff)
downloadgentoo-2-f3956ff0817a75754da6d60f449b1221cfeb8754.tar.gz
gentoo-2-f3956ff0817a75754da6d60f449b1221cfeb8754.tar.bz2
gentoo-2-f3956ff0817a75754da6d60f449b1221cfeb8754.zip
Add httpd-shed, which is used in testing http. With same keywords as http as http is a darcs dependency.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/httpd-shed/ChangeLog11
-rw-r--r--dev-haskell/httpd-shed/httpd-shed-0.4.ebuild24
-rw-r--r--dev-haskell/httpd-shed/metadata.xml13
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-haskell/httpd-shed/ChangeLog b/dev-haskell/httpd-shed/ChangeLog
new file mode 100644
index 000000000000..db7aecc73c68
--- /dev/null
+++ b/dev-haskell/httpd-shed/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-haskell/httpd-shed
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/httpd-shed/ChangeLog,v 1.1 2012/03/04 03:50:41 gienah Exp $
+
+*httpd-shed-0.4 (04 Mar 2012)
+
+ 04 Mar 2012; Mark Wright <gienah@gentoo.org> +httpd-shed-0.4.ebuild,
+ +metadata.xml:
+ Add httpd-shed, which is used in testing http. With same keywords as http as
+ http is a darcs dependency.
+
diff --git a/dev-haskell/httpd-shed/httpd-shed-0.4.ebuild b/dev-haskell/httpd-shed/httpd-shed-0.4.ebuild
new file mode 100644
index 000000000000..7166e3c6e412
--- /dev/null
+++ b/dev-haskell/httpd-shed/httpd-shed-0.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/httpd-shed/httpd-shed-0.4.ebuild,v 1.1 2012/03/04 03:50:41 gienah Exp $
+
+# ebuild generated by hackport 0.2.17.9999
+
+EAPI=4
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A simple web-server with an interact style API"
+HOMEPAGE="http://hackage.haskell.org/package/httpd-shed"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="dev-haskell/network[profile?]
+ >=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"
diff --git a/dev-haskell/httpd-shed/metadata.xml b/dev-haskell/httpd-shed/metadata.xml
new file mode 100644
index 000000000000..e8a1c1f54718
--- /dev/null
+++ b/dev-haskell/httpd-shed/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <maintainer>
+ <email>haskell@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ This web server promotes a Request to IO Response function
+ into a local web server. The user can decide how to interpret
+ the requests, and the library is intended for implementing Ajax APIs.
+ </longdescription>
+</pkgmetadata>