From c1262a7114ccbbfc332ccfc8c9bb120678ce5fca Mon Sep 17 00:00:00 2001 From: "Hsu, Chih-Hsiang" Date: Sun, 21 Jul 2024 00:28:04 +0800 Subject: [PATCH] www-servers/spawn-fcgi: add 1.6.5 Closes: https://github.com/gentoo/gentoo/pull/37529 Signed-off-by: Hsu, Chih-Hsiang Signed-off-by: Matt Turner --- www-servers/spawn-fcgi/Manifest | 1 + www-servers/spawn-fcgi/metadata.xml | 12 +++++++++- .../spawn-fcgi/spawn-fcgi-1.6.5.ebuild | 22 +++++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 www-servers/spawn-fcgi/spawn-fcgi-1.6.5.ebuild diff --git a/www-servers/spawn-fcgi/Manifest b/www-servers/spawn-fcgi/Manifest index 65f84201c4e4f..8a9d991bb2c61 100644 --- a/www-servers/spawn-fcgi/Manifest +++ b/www-servers/spawn-fcgi/Manifest @@ -1 +1,2 @@ DIST spawn-fcgi-1.6.4.tar.xz 79944 BLAKE2B 06fb92261042fe6bccda1a472a712a7c9bc7f56ee04b72f31ee133079f6c1d07ca07ef6c1b7c878db2e32861ea20914998411a3f6b596e4ba950f8767a899346 SHA512 e2b317997b56f852ad644b80fe36fa08376ae81f93566e181c31a3b6764de2eeb32a2e10e420136d8536487c575678ca52a33f7cb3488aadf7185fbd0196bee0 +DIST spawn-fcgi-1.6.5.tar.xz 79968 BLAKE2B 04e8d94e1b8428f4482c4b557c3ba455ff2649ba46e37c55812dba7dccd99a8aa94f04060ba6ea249aa10fe5ca0a3c1b1f995828750cd9a1b0ec0d1f669c5312 SHA512 a6dc2a977953e1092c0b6808b134dfda77869a5c86801d04cfe9e00ee1dcd528d4e2c3adc906f6b6130d6f2cdafd436ba550197701c8b27bbc5a8419e02d269c diff --git a/www-servers/spawn-fcgi/metadata.xml b/www-servers/spawn-fcgi/metadata.xml index f772cde616175..be4521a08640c 100644 --- a/www-servers/spawn-fcgi/metadata.xml +++ b/www-servers/spawn-fcgi/metadata.xml @@ -1,7 +1,17 @@ - + + andcycle-gentoo@andcycle.idv.tw + Hsu, Chih-Hsiang + + + proxy-maint@gentoo.org + Proxy Maintainers + + + lighttpd/spawn-fcgi + spawn-fcgi is used to spawn FastCGI applications diff --git a/www-servers/spawn-fcgi/spawn-fcgi-1.6.5.ebuild b/www-servers/spawn-fcgi/spawn-fcgi-1.6.5.ebuild new file mode 100644 index 0000000000000..d06983b62dd21 --- /dev/null +++ b/www-servers/spawn-fcgi/spawn-fcgi-1.6.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A FCGI spawner for lighttpd and cherokee and other webservers" +HOMEPAGE="https://redmine.lighttpd.net/projects/spawn-fcgi/wiki" +SRC_URI="https://download.lighttpd.net/spawn-fcgi/releases-1.6.x/${P}.tar.xz" + +LICENSE="BSD GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +src_install() { + default + + newconfd "${FILESDIR}"/spawn-fcgi.confd spawn-fcgi + newinitd "${FILESDIR}"/spawn-fcgi.initd-r3 spawn-fcgi + + docinto examples + dodoc doc/run-generic doc/run-php doc/run-rails +}