summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-www/tux/ChangeLog18
-rw-r--r--net-www/tux/Manifest17
-rw-r--r--net-www/tux/files/digest-tux-2.2.71
-rw-r--r--net-www/tux/files/digest-tux-3.2.161
-rw-r--r--net-www/tux/files/tux.conf.d42
-rw-r--r--net-www/tux/files/tux.init.d62
-rw-r--r--net-www/tux/tux-2.2.7.ebuild29
-rw-r--r--net-www/tux/tux-3.2.16.ebuild39
8 files changed, 0 insertions, 209 deletions
diff --git a/net-www/tux/ChangeLog b/net-www/tux/ChangeLog
deleted file mode 100644
index 1a821c7f58e5..000000000000
--- a/net-www/tux/ChangeLog
+++ /dev/null
@@ -1,18 +0,0 @@
-# ChangeLog for net-www/tux
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/tux/ChangeLog,v 1.4 2004/06/25 01:14:35 agriffis Exp $
-
-*tux-3.2.16 (21 Feb 2004)
-
- 21 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
- Version bump.
-
-*tux-3.2.14 (18 Nov 2003)
-
- 18 Nov 2003; Mike Frysinger <vapier@gentoo.org> :
- Version bump.
-
-*tux-2.2.7 (17 Jun 2003)
-
- 17 Jun 2003; Mike Frysinger <vapier@gentoo.org> :
- Initial import. Ebuild submitted by me for #7727.
diff --git a/net-www/tux/Manifest b/net-www/tux/Manifest
deleted file mode 100644
index 0eab4a2a2541..000000000000
--- a/net-www/tux/Manifest
+++ /dev/null
@@ -1,17 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 5f4031105ba12950f4f06bc46df6535d ChangeLog 520
-MD5 f4e1994b7ee66891df1ce7d94057e8fa tux-2.2.7.ebuild 809
-MD5 7cea7f44637927f9b886849db2dbdbd0 tux-3.2.16.ebuild 988
-MD5 5cdf6a00aa7a9f1a9c960054ddf17917 files/digest-tux-2.2.7 60
-MD5 cfa17291b408a5db403bdaefc13bde68 files/tux.conf.d 1853
-MD5 ea5da7f38eafe7b43c2b6369f5f43d9a files/tux.init.d 1703
-MD5 eec61576fb028448bc45ca00fe54efeb files/digest-tux-3.2.16 61
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
-
-iD8DBQFA+f6BmdTrptrqvGERApMuAJ4xfdslYrkVvmUarl16DNsZ9iGKpACdFCr4
-C117S5v/vluZxZRxwaDxOSc=
-=v8LC
------END PGP SIGNATURE-----
diff --git a/net-www/tux/files/digest-tux-2.2.7 b/net-www/tux/files/digest-tux-2.2.7
deleted file mode 100644
index 9d9b100f83ee..000000000000
--- a/net-www/tux/files/digest-tux-2.2.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 275eb94b7fa7b0c0b2ce7dbdfe760b2b tux-2.2.7.tar.gz 60407
diff --git a/net-www/tux/files/digest-tux-3.2.16 b/net-www/tux/files/digest-tux-3.2.16
deleted file mode 100644
index e9b2d30fb1a0..000000000000
--- a/net-www/tux/files/digest-tux-3.2.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5046ac02f5ce29fefee7bac9842a99e0 tux-3.2.16.tar.gz 62226
diff --git a/net-www/tux/files/tux.conf.d b/net-www/tux/files/tux.conf.d
deleted file mode 100644
index f5242d406afe..000000000000
--- a/net-www/tux/files/tux.conf.d
+++ /dev/null
@@ -1,42 +0,0 @@
-# Config file for /etc/init.d/tux
-# modified from original to be Gentoo like
-# $Header: /var/cvsroot/gentoo-x86/net-www/tux/files/tux.conf.d,v 1.3 2004/07/18 04:29:49 dragonheart Exp $
-
-# TUX_THREADS sets the number of kernel threads (and associated daemon
-# threads) that will be used. $TUX_THREADS defaults to 1.
-# TUX_THREADS=1
-
-# DOCROOT is the document root; it works the same way as other web
-# servers such as apache. This must have only 1 trailing /.
-TUX_DOCROOT=/var/www/localhost/htdocs/
-
-# LOGFILE is the file where tux logs information for each
-# request. Note that tux writes log files in a binary format and to
-# read them you will need to first convert them into standard
-# W3C-conforming HTTPD log files using the utility tux2w3c. If no
-# LOGFILE is specified then requests will not be logged.
-TUX_LOGFILE=/var/log/tux
-
-# TUX_UID and TUX_GID are the user and group as which the daemon runs
-# This does not mean that you should execute untrusted modules -- they
-# are opened as user/group root, which means that the _init() function,
-# if it exists, is run as root. This feature is only designed to help
-# protect from programming mistakes; it is NOT really a security mechanism.
-TUX_UID=nobody
-TUX_GID=nobody
-
-# CGIs can be started in a chroot environment by default.
-# set TUX_CGIROOT=/ if you want CGI programs to have access to the whole system.
-TUX_CGIROOT=/home/httpd/htdocs
-
-# each HTTP connection has an individual timer that makes sure
-# no connection hangs forever. (due to browser bugs or DoS attacks.)
-# TUX_KEEPALIVE=30
-
-# TUX_MODULES is a list of user-space TUX modules. User-space TUX
-# modules are used to serve dynamically-generated data via tux.
-# "man 2 tux" for more information
-# TUX_MODULES="demo.tux demo2.tux demo3.tux demo4.tux"
-
-# TUX_MODULEPATH is the path to user-space TUXapi modules
-# TUX_MODULEPATH="/"
diff --git a/net-www/tux/files/tux.init.d b/net-www/tux/files/tux.init.d
deleted file mode 100644
index 8e2f49af5f57..000000000000
--- a/net-www/tux/files/tux.init.d
+++ /dev/null
@@ -1,62 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/tux/files/tux.init.d,v 1.3 2004/07/15 00:35:33 agriffis Exp $
-
-checkconfig() {
- if [ ! -e /proc/sys/net/tux ] ; then
- # maybe they built is a module ...
- modprobe tux >& /dev/null
- if [ ! -e /proc/sys/net/tux ] ; then
- eerror "Make sure tux support is enabled in your kernel!"
- return 1
- fi
- fi
- if [ -z "${TUX_DOCROOT}" ] ; then
- eerror "You must specify TUX_DOCROOT in /etc/conf.d/tux"
- return 1
- fi
- if [ -z "${TUX_UID}" ] || [ -z "${TUX_GID}" ] ; then
- eerror "You must specify TUX_UID and TUX_GID in /etc/conf.d/tux"
- return 1
- fi
- [ -z "${TUX_THREADS}" ] && TUX_THREADS=1
- [ -z "${TUX_CGIROOT}" ] && TUX_CGIROOT=${TUX_DOCROOT}
- [ -z "${TUX_KEEPALIVE}" ] && TUX_KEEPALIVE=30
- [ -n "${TUX_MODULEPATH}" ] && TUX_MODULES="-m ${TUX_MODULEPATH} ${TUX_MODULES}"
- return 0
-}
-
-setconfig() {
- echo ${TUX_THREADS} > /proc/sys/net/tux/threads
- echo ${TUX_DOCROOT} > /proc/sys/net/tux/documentroot
- if [ -n "${TUX_LOGFILE}" ] ; then
- echo 1 > /proc/sys/net/tux/logging
- echo ${TUX_LOGFILE} > /proc/sys/net/tux/logfile
- else
- echo 0 > /proc/sys/net/tux/logging
- fi
- echo ${TUX_UID} > /proc/sys/net/tux/cgi_uid
- echo ${TUX_GID} > /proc/sys/net/tux/cgi_gid
- echo ${TUX_CGIROOT} > /proc/sys/net/tux/cgiroot
- echo ${TUX_KEEPALIVE} > /proc/sys/net/tux/keepalive_timeout
-}
-
-start() {
- checkconfig || return 1
-
- ebegin "Starting tux"
- setconfig
- /usr/sbin/tux -d \
- -u ${TUX_UID} -g ${TUX_GID} \
- -t ${TUX_THREADS} \
- -r ${TUX_DOCROOT} \
- ${TUX_MODULES}
- eend $?
-}
-
-stop() {
- ebegin "Stopping tux"
- /usr/sbin/tux --stop
- eend $?
-}
diff --git a/net-www/tux/tux-2.2.7.ebuild b/net-www/tux/tux-2.2.7.ebuild
deleted file mode 100644
index 1fe6b3a19b93..000000000000
--- a/net-www/tux/tux-2.2.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/tux/tux-2.2.7.ebuild,v 1.2 2004/06/25 01:14:35 agriffis Exp $
-
-DESCRIPTION="kernel level httpd"
-HOMEPAGE="http://people.redhat.com/mingo/TUX-patches/"
-SRC_URI="http://people.redhat.com/mingo/TUX-patches/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND="dev-libs/glib
- dev-libs/popt"
-
-src_compile() {
- emake tux tux2w3c tuxstat TMPDIR=${T} || die
-}
-
-src_install() {
- make install TOPDIR=${D} || die
- rm -rf ${D}/etc/{rc.d,sysconfig} ${D}/var/tux
- exeinto /etc/init.d ; newexe ${FILESDIR}/tux.init.d tux
- insinto /etc/conf.d ; newins ${FILESDIR}/tux.conf.d tux
-
- dodoc NEWS SUCCESS tux.README docs/*.txt
- docinto samples
- dodoc samples/* demo*.c
-}
diff --git a/net-www/tux/tux-3.2.16.ebuild b/net-www/tux/tux-3.2.16.ebuild
deleted file mode 100644
index 7181fca6d2c6..000000000000
--- a/net-www/tux/tux-3.2.16.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/tux/tux-3.2.16.ebuild,v 1.3 2004/06/25 01:14:35 agriffis Exp $
-
-DESCRIPTION="kernel level httpd"
-HOMEPAGE="http://people.redhat.com/mingo/TUX-patches/"
-SRC_URI="http://people.redhat.com/mingo/TUX-patches/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="doc"
-
-RDEPEND="dev-libs/glib
- dev-libs/popt"
-DEPEND="${RDEPEND}
- doc? ( app-text/docbook-sgml-utils )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i "s:-g -fomit-frame-pointer -O2:${CFLAGS}:" Makefile
- use doc || echo "all:" > docs/Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- make install TOPDIR=${D} || die
- rm -rf ${D}/etc/{rc.d,sysconfig} ${D}/var/tux
- exeinto /etc/init.d ; newexe ${FILESDIR}/tux.init.d tux
- insinto /etc/conf.d ; newins ${FILESDIR}/tux.conf.d tux
-
- dodoc NEWS SUCCESS tux.README docs/*.txt
- docinto samples
- dodoc samples/* demo*.c
-}