diff options
author | Mark Wright <gienah@gentoo.org> | 2012-03-04 03:50:41 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-03-04 03:50:41 +0000 |
commit | fdb14813ada73a366575128093285ca1d0004bc6 (patch) | |
tree | 1f90f4b3426439e4bb2ba51220133751aa3579f9 /dev-haskell/httpd-shed | |
parent | Fix http-4000.1.2 build with ghc 7.4.1. Add http-4000.2.2 for ghc 7.4.1 (diff) | |
download | historical-fdb14813ada73a366575128093285ca1d0004bc6.tar.gz historical-fdb14813ada73a366575128093285ca1d0004bc6.tar.bz2 historical-fdb14813ada73a366575128093285ca1d0004bc6.zip |
Add httpd-shed, which is used in testing http. With same keywords as http as http is a darcs dependency.
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/httpd-shed')
-rw-r--r-- | dev-haskell/httpd-shed/ChangeLog | 11 | ||||
-rw-r--r-- | dev-haskell/httpd-shed/Manifest | 4 | ||||
-rw-r--r-- | dev-haskell/httpd-shed/httpd-shed-0.4.ebuild | 24 | ||||
-rw-r--r-- | dev-haskell/httpd-shed/metadata.xml | 13 |
4 files changed, 52 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/Manifest b/dev-haskell/httpd-shed/Manifest new file mode 100644 index 000000000000..be9ffb7c79d1 --- /dev/null +++ b/dev-haskell/httpd-shed/Manifest @@ -0,0 +1,4 @@ +DIST httpd-shed-0.4.tar.gz 4065 RMD160 0af892c64fd66e6266ea91da8b46234bb14ac660 SHA1 5c5df7192e1c0f3afd9f196f336a8d934ca87cb5 SHA256 c03f784742bdc3053c7e867e587ee859a9a3adaa082d36bdb2ea69da1b02069f +EBUILD httpd-shed-0.4.ebuild 785 RMD160 6d7a0e1d90716f846c4bb9a1c7abb8fa4a44a2cb SHA1 cb976a1fcae2b7f0caf03b2ef96f5bed2a5915da SHA256 04016ea0a3cceb2e4a811ca7391136b382205ebd8a4811589c89127c7cd5efd1 +MISC ChangeLog 446 RMD160 b49560449cfd7f74e198b171ae3f977b81099a7e SHA1 7679279e083068269ffaa15dafaa2cdfcb57a8eb SHA256 71f6da9ffdb253daedd05ac0bfbdde939cd3bd4a7670e8d003c86100cb2aae7b +MISC metadata.xml 462 RMD160 3cc6db2c0d66e7b9812db527a94c98d8dcfed63b SHA1 8e120082c8e9bdd6208c2f6c0ee031cc9e888517 SHA256 704e42d9e38f2601e3378ef425cfe755b4d663eee1ec3701a27a30947e96fe1c 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> |