diff options
author | Stuart Herbert <stuart@gentoo.org> | 2004-08-08 18:34:44 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2004-08-08 18:34:44 +0000 |
commit | 4926115eba95811b745b2fdb2ebf015d85e4a17c (patch) | |
tree | f84ca9a8563ddc1a40a67cb0c495b84879a17f43 /net-www | |
parent | Stable on sparc and x86. (Manifest recommit) (diff) | |
download | gentoo-2-4926115eba95811b745b2fdb2ebf015d85e4a17c.tar.gz gentoo-2-4926115eba95811b745b2fdb2ebf015d85e4a17c.tar.bz2 gentoo-2-4926115eba95811b745b2fdb2ebf015d85e4a17c.zip |
Moving to www-servers/thttpd
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/thttpd/ChangeLog | 20 | ||||
-rw-r--r-- | net-www/thttpd/Manifest | 7 | ||||
-rw-r--r-- | net-www/thttpd/files/digest-thttpd-2.25 | 1 | ||||
-rw-r--r-- | net-www/thttpd/files/thttpd-2.25/thttpd.conf.sample | 38 | ||||
-rw-r--r-- | net-www/thttpd/files/thttpd-2.25/thttpd.confd | 27 | ||||
-rw-r--r-- | net-www/thttpd/files/thttpd-2.25/thttpd.init | 33 | ||||
-rw-r--r-- | net-www/thttpd/metadata.xml | 8 | ||||
-rw-r--r-- | net-www/thttpd/thttpd-2.25.ebuild | 52 |
8 files changed, 0 insertions, 186 deletions
diff --git a/net-www/thttpd/ChangeLog b/net-www/thttpd/ChangeLog deleted file mode 100644 index f76f123b8a29..000000000000 --- a/net-www/thttpd/ChangeLog +++ /dev/null @@ -1,20 +0,0 @@ -# ChangeLog for net-www/thttpd -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/thttpd/ChangeLog,v 1.7 2004/07/01 22:50:41 eradicator Exp $ - - 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> thttpd-2.25.ebuild: - virtual/glibc -> virtual/libc - - 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> thttpd-2.25.ebuild: - QA - fix use invocation - - 25 Apr 2004; David Holm <dholm@gentoo.org> thttpd-2.25.ebuild: - Added to ~ppc. - -*thttpd-2.25 (23 Apr 2004) - - 23 Apr 2004; Stuart Herbert <stuart@gentoo.org> - files/thttpd-2.25/thttpd.conf.sample, files/thttpd-2.25/thttpd.confd, - files/thttpd-2.25/thttpd.init: - Initial import; thanks to Thomas Eckert <eckert.thomas@gmx.net> in bug #36173 - diff --git a/net-www/thttpd/Manifest b/net-www/thttpd/Manifest deleted file mode 100644 index 8228add67e7c..000000000000 --- a/net-www/thttpd/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -MD5 1e9eca04c604f820534eaffe8e3a5337 thttpd-2.25.ebuild 1180 -MD5 149e8f91c04b28018851baee1b7632b2 ChangeLog 759 -MD5 3d182d43f7f0341a9a42f96694f04e72 metadata.xml 224 -MD5 1e6cbba778f6846533ae1d69310e0c4e files/digest-thttpd-2.25 64 -MD5 f1fc577feaa5e57a7149ca237c26f741 files/thttpd-2.25/thttpd.confd 1150 -MD5 fcb6160c997763b34d27fed915e8eea5 files/thttpd-2.25/thttpd.init 826 -MD5 1d3e759791468812bd3c6dd786428cac files/thttpd-2.25/thttpd.conf.sample 672 diff --git a/net-www/thttpd/files/digest-thttpd-2.25 b/net-www/thttpd/files/digest-thttpd-2.25 deleted file mode 100644 index 823600acb15d..000000000000 --- a/net-www/thttpd/files/digest-thttpd-2.25 +++ /dev/null @@ -1 +0,0 @@ -MD5 a0e9cd87455d3a0ea11e5ea7e947adf6 thttpd-2.25b.tar.gz 132363 diff --git a/net-www/thttpd/files/thttpd-2.25/thttpd.conf.sample b/net-www/thttpd/files/thttpd-2.25/thttpd.conf.sample deleted file mode 100644 index e70173206f85..000000000000 --- a/net-www/thttpd/files/thttpd-2.25/thttpd.conf.sample +++ /dev/null @@ -1,38 +0,0 @@ -## /etc/thttpd.conf -## -## do not leave empty lines in here! -## format is: key=value -## -## run in debug-mode? -#debug -## -## what interface to bind to? -## (default is binding to any interface) -#host=www.example.org -port=8080 -user=nobody -## -## CGI: -## ? match a single char -## * matches any string excluding "/" -## ** matches any string including "/" -## separate multiple patterns with "|" -#cgipat=**.sh|**.cgi -## -## chroot: -chroot -#nochroot -## -logfile=/var/log/thttpd.log -pidfile=/var/run/thttpd.pid -## -charset=iso-8859-1 -## -## control the caching: (in secs) -#maxage 60 -## -## virtual hosting: -#vhost -## -## cache-control: send this "max-age" in all HTTP-responses: -#max-age=0 diff --git a/net-www/thttpd/files/thttpd-2.25/thttpd.confd b/net-www/thttpd/files/thttpd-2.25/thttpd.confd deleted file mode 100644 index e21f14638b81..000000000000 --- a/net-www/thttpd/files/thttpd-2.25/thttpd.confd +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/thttpd/files/thttpd-2.25/thttpd.confd,v 1.2 2004/07/15 00:34:29 agriffis Exp $ - -## Config file for /etc/init.d/thttpd - -## the startup-dir of thttpd is the docroot, so we specify it here -## and the init-script does a "cd" prior to startup: -THTTPD_DOCROOT="/var/www/localhost" - -## There are 2 ways to configure thttpd: -## 1) specify all params on the cmd-line -## 2) use a config-file (and start with "-C <conf-file>") -## Note: 1) and 2) can be mixed. -## -## We choose 1) here -- if you have a more complicated setup read -## thttpd(8) for details on 2). - -THTTPD_OPTS="-p 8080 -u nobody -r -i /var/run/thttpd.pid -l /var/log/thttpd.log" - -## For a more complex setup (e.g. cgi-support) use an external configfile: -## comment the THTTPD_OPTS line above und use the one below. -#THTTPD_OPTS="-C /etc/thttpd/thttpd.conf" - -## If you know what you are doing you can add cgi-support with the line below; -## but you _should_ use the extern-configfile version! -#THTTPD_OPTS="$THTTPD_OPTS -c **.cgi|**.sh" diff --git a/net-www/thttpd/files/thttpd-2.25/thttpd.init b/net-www/thttpd/files/thttpd-2.25/thttpd.init deleted file mode 100644 index 6f5e34304583..000000000000 --- a/net-www/thttpd/files/thttpd-2.25/thttpd.init +++ /dev/null @@ -1,33 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/thttpd/files/thttpd-2.25/thttpd.init,v 1.2 2004/07/15 00:34:29 agriffis Exp $ - -depend() { - need net -} - -start() { - ebegin "Starting thttpd" - if [ ! -d "$THTTPD_DOCROOT" ]; then - eend 1 "THTTPD_DOCROOT not set correctly in /etc/conf.d/thttpd" - exit 1 - fi - cd $THTTPD_DOCROOT - if [ $? -ne 0 ]; then - eend $? "ERROR: cannot change to docroot \"$THTTPD_DOCROOT\"" - fi - start-stop-daemon --quiet --start --startas /usr/sbin/thttpd \ - --pidfile /var/run/thttpd.pid -- ${THTTPD_OPTS} - eend $? -} - -stop() { - local rc - - ebegin "Stopping thttpd" - start-stop-daemon --quiet --stop --pidfile /var/run/thttpd.pid - rc=$? - rm -f /var/run/thttpd.pid - eend $rc -} diff --git a/net-www/thttpd/metadata.xml b/net-www/thttpd/metadata.xml deleted file mode 100644 index 0d59c319c3eb..000000000000 --- a/net-www/thttpd/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>webapps</herd> -<maintainer> - <email>web-apps@gentoo.org</email> -</maintainer> -</pkgmetadata> diff --git a/net-www/thttpd/thttpd-2.25.ebuild b/net-www/thttpd/thttpd-2.25.ebuild deleted file mode 100644 index 7f935289896e..000000000000 --- a/net-www/thttpd/thttpd-2.25.ebuild +++ /dev/null @@ -1,52 +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/thttpd/thttpd-2.25.ebuild,v 1.5 2004/07/01 22:50:41 eradicator Exp $ - -MY_P="${P}b" - -DESCRIPTION="Small and fast multiplexing webserver." -HOMEPAGE="http://www.acme.com/software/thttpd/" -SRC_URI="http://www.acme.com/software/thttpd/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" - -DEPEND="virtual/libc" -S="${WORKDIR}/${MY_P}" - -src_compile() { - ## TODO: what to do with IPv6? - econf || die -# if use ipv6; then -# : -# fi - emake || die -} - -src_install () { - mkdir -p ${D}/usr/share/man/man1 - make prefix=${D}/usr \ - MANDIR=${D}/usr/share/man \ - WEBGROUP=nogroup \ - WEBDIR=${D}/var/www/localhost \ - "$@" install || die "installation failed :(" - - mv ${D}/usr/sbin/{,th_}htpasswd - mv ${D}/usr/share/man/man1/{,th_}htpasswd.1 - - - exeinto /etc/init.d - newexe ${FILESDIR}/${P}/thttpd.init thttpd - insinto /etc/conf.d - newins ${FILESDIR}/${P}/thttpd.confd thttpd - dodoc README - - insinto /etc/thttpd - doins ${FILESDIR}/${P}/thttpd.conf.sample -} - -pkg_postinst() { - einfo "Adjust THTTPD_DOCROOT in /etc/conf.d/thttpd !" -} |