summaryrefslogtreecommitdiff
path: root/www-servers/bozohttpd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /www-servers/bozohttpd
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'www-servers/bozohttpd')
-rw-r--r--www-servers/bozohttpd/Manifest5
-rw-r--r--www-servers/bozohttpd/bozohttpd-20190228.ebuild35
-rw-r--r--www-servers/bozohttpd/files/bozohttpd.conffile11
-rw-r--r--www-servers/bozohttpd/files/bozohttpd.initscript37
-rw-r--r--www-servers/bozohttpd/metadata.xml9
5 files changed, 0 insertions, 97 deletions
diff --git a/www-servers/bozohttpd/Manifest b/www-servers/bozohttpd/Manifest
deleted file mode 100644
index 8ac4bd18af9f..000000000000
--- a/www-servers/bozohttpd/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX bozohttpd.conffile 218 BLAKE2B 1f7cf56429b11a35b8a3ccc809cf781c1bfd76ec638e720387382cd2532ad2f82086136b919f11d60c42126c1f1fbcfcec2a341ae7ca08c8d7185aa1843ccf65 SHA512 fbc819db45d9ded83a14cc2088c5446c1a56509e2ed4a80a3bd1bb398d32130c1366ac1aad4152527665e9c8f9d097427160a9bfe703922e73a713abf7020f29
-AUX bozohttpd.initscript 942 BLAKE2B bf53e3004179bb55c0fe6201167a0aec9f186a59c823597620058e584412e208fcda499fb011393e37238655a5bdce4adec0ed5eb20410a18cebabe4f2efb592 SHA512 7ea3a704fcc1b5b9ea8c2d66fba6b2f273b77efa97d0222578d82d653d4c0c7d926d9fabf5dd3e14b80cc3e79674290acb0116e68a3b044a91c4d12115c9b365
-DIST bozohttpd-20190228.tar.bz2 59460 BLAKE2B bfd5f16f997903ce8c1b708c5d50955779545bbfee7525966ff0f3475114841ce8feac800d945782548474dc866c032876cb50afaa93cc164c7cdf4b5eeeb555 SHA512 8658695ad9248c9c013362d040981df5d18366e1ad0a6b80707841f93fe576c54631ff3810cc08062b1b28fb07884464bfc27fb71c37831446b2de67a6254f09
-EBUILD bozohttpd-20190228.ebuild 694 BLAKE2B 32ac8132880d78f14a9a1fe071ad393fe272788894b9a8f83eac8064c88ddc689a999b27264d438d0636023c2519e90794032fb7b264d2d078dbe9c75936e306 SHA512 0b812bd1bb9e9dcc8a1eea6ceeaf096b5cdb49b5b5ffa3d5e009d698812c9f332a3e701ec0d5c7c73ca20d12d2139ceb776f9d0af9c6e8e3c42a507bdf79f081
-MISC metadata.xml 314 BLAKE2B f88305728d40c6e1694382709accb6e493f004efa5746d0b29e5ff2cf57e9c1e144f4950355176cada28771d4af0ed243f1a2ad1db15f2335315a3847a1d94d2 SHA512 aabe10c78ee35d73f9d76540c5f8e145315399b5260b1895010268365142cd4303e201e32a238ea6df5f4a94f5444ae12198da50ae7548913a807084bc7137d7
diff --git a/www-servers/bozohttpd/bozohttpd-20190228.ebuild b/www-servers/bozohttpd/bozohttpd-20190228.ebuild
deleted file mode 100644
index a95a11e85e56..000000000000
--- a/www-servers/bozohttpd/bozohttpd-20190228.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="bozohttpd is a small and secure http server"
-HOMEPAGE="http://www.eterna.com.au/bozohttpd/"
-SRC_URI="http://www.eterna.com.au/bozohttpd/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND="dev-libs/openssl:0="
-RDEPEND="${DEPEND}
- virtual/logger"
-
-src_prepare() {
- default
- mv Makefile{.boot,} || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" OPT="${CFLAGS}"
-}
-
-src_install() {
- dobin bozohttpd
- doman bozohttpd.8
-
- newconfd "${FILESDIR}"/${PN}.conffile bozohttpd
- newinitd "${FILESDIR}"/${PN}.initscript bozohttpd
-}
diff --git a/www-servers/bozohttpd/files/bozohttpd.conffile b/www-servers/bozohttpd/files/bozohttpd.conffile
deleted file mode 100644
index 49dbbe5517c4..000000000000
--- a/www-servers/bozohttpd/files/bozohttpd.conffile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Config file for /etc/init.d/bozohttpd
-
-# necessary stuff
-DATADIR=/var/www/localhost/htdocs
-BIND_ADDRESS=localhost
-LISTEN_PORT=80
-
-# optional stuff
-#USER=daemon
-#INDEX_DEFAULT=index.php
-#APPEND="-C .php /usr/bin/php"
diff --git a/www-servers/bozohttpd/files/bozohttpd.initscript b/www-servers/bozohttpd/files/bozohttpd.initscript
deleted file mode 100644
index 9f05c4184178..000000000000
--- a/www-servers/bozohttpd/files/bozohttpd.initscript
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License, v2 or later
-
-#NB: Config is in /etc/conf.d/bozohttpd
-
-
-depend() {
- need logger net
-}
-
-checkconfig() {
- if [ -z "$DATADIR" ] || [ -z "$BIND_ADDRESS" ] || [ -z "$LISTEN_PORT" ]; then
- eerror "You need to setup DATADIR, BIND_ADDRESS and LISTEN PORT in /etc/conf.d/bozohttpd first"
- return 1
- fi
-}
-
-start() {
- checkconfig || return 1
-
- local params=""
-
- [ -n "$USER" ] && params="$params -U $USER"
- [ -n "$INDEX_DEFAULT" ] && params="$params -x $INDEX_DEFAULT"
- [ -n "$APPEND" ] && params="$params $APPEND"
-
- ebegin "Starting bozohttpd"
- start-stop-daemon --start --exec /usr/bin/bozohttpd -- -b -i $BIND_ADDRESS -I $LISTEN_PORT -X ${params} $DATADIR
- eend ${?}
-}
-
-stop() {
- ebegin "Stopping bozohttpd"
- start-stop-daemon --stop --exec /usr/bin/bozohttpd
- eend ${?}
-}
diff --git a/www-servers/bozohttpd/metadata.xml b/www-servers/bozohttpd/metadata.xml
deleted file mode 100644
index b818ab566e19..000000000000
--- a/www-servers/bozohttpd/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- bozohttpd is designed to be small, simple and relatively
- featureless, hopefully increasing its security.
- </longdescription>
-</pkgmetadata>