summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 09:15:53 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 09:15:53 +0000
commitea69edf796b37a5d11809b40a18d3c1faec0749a (patch)
tree574b18cf4f13ff06276a9d9dca44e270b66da04f
parentdigest (diff)
downloadhistorical-ea69edf796b37a5d11809b40a18d3c1faec0749a.tar.gz
historical-ea69edf796b37a5d11809b40a18d3c1faec0749a.tar.bz2
historical-ea69edf796b37a5d11809b40a18d3c1faec0749a.zip
Cleanuo
-rw-r--r--app-admin/fcron/fcron-0.9.4.ebuild39
-rw-r--r--app-admin/fcron/files/digest-fcron-0.9.41
-rw-r--r--app-admin/gkrellm/files/digest-gkrellm-1.0.61
-rw-r--r--app-admin/gkrellm/gkrellm-1.0.6.ebuild40
-rw-r--r--app-admin/killproc/files/digest-killproc-1.12-r11
-rw-r--r--app-admin/killproc/killproc-1.12-r1.ebuild38
-rw-r--r--app-admin/logrotate/files/digest-logrotate-3.3-r11
-rw-r--r--app-admin/logrotate/logrotate-3.3-r1.ebuild39
-rw-r--r--app-admin/modlogan/files/digest-modlogan-0.5.72
-rw-r--r--app-admin/modlogan/modlogan-0.5.7.ebuild85
-rw-r--r--app-admin/mon/files/digest-mon-0.38.201
-rw-r--r--app-admin/mon/mon-0.38.20-r1.ebuild3
-rw-r--r--app-admin/mon/mon-0.38.20.ebuild53
-rw-r--r--app-admin/qtsvc/files/digest-qtsvc-0.1-r11
-rw-r--r--app-admin/runset/files/digest-runset-1.3-r11
-rw-r--r--app-admin/runset/runset-1.3-r1.ebuild36
-rw-r--r--app-admin/sudo/files/digest-sudo-1.6.3_p51
-rw-r--r--app-admin/sudo/sudo-1.6.3_p5.ebuild33
-rw-r--r--app-admin/usbview/files/digest-usbview-0.9.01
-rw-r--r--app-admin/usbview/usbview-0.9.0.ebuild36
-rw-r--r--app-admin/webalizer/files/digest-webalizer-1.30.04-r11
-rw-r--r--app-admin/webalizer/files/webalizer.conf408
-rw-r--r--app-admin/webalizer/webalizer-1.30.04-r1.ebuild49
23 files changed, 2 insertions, 869 deletions
diff --git a/app-admin/fcron/fcron-0.9.4.ebuild b/app-admin/fcron/fcron-0.9.4.ebuild
deleted file mode 100644
index 635848aa45ef..000000000000
--- a/app-admin/fcron/fcron-0.9.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name <your email>
-# /home/cvsroot/gentoo-x86/app-admin/fcron/fcron-0.9.4.ebuild,v 1.1 2001/01/02 18:50:03 achim Exp
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A replacement for vcron"
-SRC_URI="http://fcron.free.fr/${P}.src.tar.gz"
-HOMEPAGE="http://fcron.free.fr/"
-
-
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/usr --host=${CHOST} \
- --with-etcdir=/etc/fcron \
- --with-spooldir=/var/spool/fcron \
- --with-sendmail=/usr/sbin/sendmail
- cp Makefile Makefile.orig
- sed -e "s:script/:#script/:" Makefile.orig > Makefile
- try make
-
-}
-
-src_install () {
-
- cd ${S}
-
- try make prefix=${D}/usr \
- DESTMAN=${D}/usr/man \
- DESTDOC=${D}/usr/doc/${PF} \
- FCRONTABS=${D}/var/spool/fcron \
- ETC=${D}/etc/fcron install
- dodoc MANIFEST VERSION doc/CHANGES doc/README doc/LICENSE
- docinto html
- dodoc doc/*.html
- rm -rf ${D}/usr/doc/${PF}/${PN}-${PV}
-}
-
diff --git a/app-admin/fcron/files/digest-fcron-0.9.4 b/app-admin/fcron/files/digest-fcron-0.9.4
deleted file mode 100644
index c23e530da087..000000000000
--- a/app-admin/fcron/files/digest-fcron-0.9.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5d7acdb64772023d8a9805da19210496 fcron-0.9.4.src.tar.gz
diff --git a/app-admin/gkrellm/files/digest-gkrellm-1.0.6 b/app-admin/gkrellm/files/digest-gkrellm-1.0.6
deleted file mode 100644
index 277f6c407a08..000000000000
--- a/app-admin/gkrellm/files/digest-gkrellm-1.0.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f937ba51f0d661f8994d5c2440db9065 gkrellm-1.0.6.tar.gz
diff --git a/app-admin/gkrellm/gkrellm-1.0.6.ebuild b/app-admin/gkrellm/gkrellm-1.0.6.ebuild
deleted file mode 100644
index 25ca52d1180f..000000000000
--- a/app-admin/gkrellm/gkrellm-1.0.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Jerry Alexandratos <jerry@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-1.0.6.ebuild,v 1.1 2001/02/03 01:08:12 drobbins Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Single process stack of various system monitors"
-SRC_URI="http://web.wt.net/~billw/gkrellm/${A}"
-
-DEPEND=">=sys-libs/glibc-1.2.3
- >=x11-libs/gtk+-1.2.8
- >=media-libs/imlib-1.9.8.1"
-
-src_compile() {
- cd ${S}
- try make
-}
-
-src_install () {
- cd ${S}/src
- dobin gkrellm
-
- insinto /usr/include/gkrellm
- for i in gkrellm.h gkrellm_private_proto.h gkrellm_public_proto.h
- do
- doins $i
- done
-
- dodir /usr/share/gkrellm
- dodir /usr/share/gkrellm/plugins
- dodir /usr/share/gkrellm/themes
-
- cd ${S}
- dodoc COPYRIGHT README Changelog
- docinto html
- dodoc Changelog-plugins.html Changelog-themes.html Themes.html
-}
-
-
diff --git a/app-admin/killproc/files/digest-killproc-1.12-r1 b/app-admin/killproc/files/digest-killproc-1.12-r1
deleted file mode 100644
index 4d52c3d7db31..000000000000
--- a/app-admin/killproc/files/digest-killproc-1.12-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 45f297338e5f9e524b911b159922f9d2 killproc-1.12.tar.gz
diff --git a/app-admin/killproc/killproc-1.12-r1.ebuild b/app-admin/killproc/killproc-1.12-r1.ebuild
deleted file mode 100644
index 7a99598ad131..000000000000
--- a/app-admin/killproc/killproc-1.12-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-1.12-r1.ebuild,v 1.4 2000/11/01 04:44:10 achim Exp $
-
-P=killproc-1.12
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="killproc and assorted tools for boot scripts"
-SRC_URI="ftp://ftp.suse.com/pub/projects/init/"${A}
-
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp Makefile Makefile.orig
- sed -e "s/-O2/${CFLAGS}/" -e "s/-m486//" Makefile.orig > Makefile
-}
-
-src_compile() {
- cd ${S}
- try make
-}
-
-src_install() {
- cd ${S}
- into /
- dosbin checkproc startproc killproc
- into /usr
- doman *.8
- dodoc README *.lsm
-
-}
-
-
-
-
diff --git a/app-admin/logrotate/files/digest-logrotate-3.3-r1 b/app-admin/logrotate/files/digest-logrotate-3.3-r1
deleted file mode 100644
index 5e5e175b53d5..000000000000
--- a/app-admin/logrotate/files/digest-logrotate-3.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c82d40b1ca05d6f1fc98bcfbeda4c2d8 logrotate-3.3.tar.gz
diff --git a/app-admin/logrotate/logrotate-3.3-r1.ebuild b/app-admin/logrotate/logrotate-3.3-r1.ebuild
deleted file mode 100644
index 5427684eda05..000000000000
--- a/app-admin/logrotate/logrotate-3.3-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.3-r1.ebuild,v 1.2 2000/11/01 04:44:10 achim Exp $
-
-P=logrotate-3.3
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Rotates, compresses, and mails system logs"
-SRC_URI="ftp://ftp.redhat.com/redhat/code/logrotate/${A}
- ftp://ftp.valinux.com/pub/mirrors/redhat/redhat/code/logrotate/${A}"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=app-arch/rpm-3.0.5"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- cp Makefile Makefile.orig
- sed -e "s:CFLAGS += -g:CFLAGS += -g ${CFLAGS}:" Makefile.orig > Makefile
- try make
-}
-
-src_install() {
- cd ${S}
- insinto /usr
- dosbin logrotate
- doman logrotate.8
- dodoc examples/logrotate*
-}
-
-
-
-
-
-
diff --git a/app-admin/modlogan/files/digest-modlogan-0.5.7 b/app-admin/modlogan/files/digest-modlogan-0.5.7
deleted file mode 100644
index 2e6fb5ceab3e..000000000000
--- a/app-admin/modlogan/files/digest-modlogan-0.5.7
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 dedfa640e1229c5c2bffd61102e105b5 modlogan-0.5.7.tar.gz
-MD5 46768d1d4af9f3f503f7f32ac4127c7a gd-1.8.1.tar.gz
diff --git a/app-admin/modlogan/modlogan-0.5.7.ebuild b/app-admin/modlogan/modlogan-0.5.7.ebuild
deleted file mode 100644
index 1c15c62671b7..000000000000
--- a/app-admin/modlogan/modlogan-0.5.7.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# /home/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.5.7.ebuild,v 1.4 2001/01/27 14:41:33 achim Exp
-
-A="${P}.tar.gz gd-1.8.1.tar.gz"
-S=${WORKDIR}/${P}
-DESCRIPTION="Logfile Analyzer"
-SRC_URI="http://www.kneschke.de/projekte/modlogan/download/${P}.tar.gz
- http://www.kneschke.de/projekte/modlogan/download/gd-1.8.1.tar.gz"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=media-libs/freetype-1.3.1
- >=media-libs/jpeg-6b
- >=media-libs/libpng-1.0.7
- >=dev-libs/libpcre-3.2
- >=dev-db/mysql-3.23.26
- >=x11-base/xfree-4.0.1"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}/../gd-1.8.1
- CFLAGS="$CFLAGS -I/usr/include/freetype" try ./configure
- try make
- cp .libs/libgd.so.0.0.0 libgd.so.0.0.0
- ln -s libgd.so.0.0.0 libgd.so
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr \
- --sysconfdir=/etc/modlogan --enable-plugins \
- --libdir=/usr/lib/modlogan \
- --with-mysql=/usr --with-gd=${WORKDIR}/gd-1.8.1/ \
- --disable-check-dynamic
- try make
-}
-
-src_install() {
- cd ${S}/../gd-1.8.1
- into /usr
- dolib libgd.so.0.0.0
- cd ${S}
- try make prefix=${D}/usr sysconfdir=${D}/etc/modlogan \
- libdir=${D}/usr/lib/modlogan install
- insinto /etc/modlogan
- newins ${FILESDIR}/sample.conf modlogan.conf.sample
- newins ${FILESDIR}/sample.def.conf modlogan.def.conf.sample
- doins doc/modlogan.searchengines
- insinto /etc/httpd
- newins ${FILESDIR}/modlogan.conf httpd.modlogan
- dodir /usr/local/httpd/modlogan
- preplib /usr
- dodoc AUTHORS COPYING ChangeLog README NEWS TODO
- dodoc doc/*.txt doc/*.conf doc/glosar doc/stats
- docinto html
- dodoc doc/*.html
-}
-
-pkg_postinst() {
-
- if [ ! -a ${ROOT}etc/modlogan/modlogan.conf ]
- then
- cd ${ROOT}/etc/modlogan
- sed -e "s:##HOST##:${HOSTNAME}:g" \
- -e "s:##HOST2##:${HOSTNAME/./\\.}:g" \
- modlogan.conf.sample > modlogan.conf
- rm modlogan.conf.sample
- fi
-
- if [ ! -a ${ROOT}etc/modlogan/modlogan.def.conf ]
- then
- cd ${ROOT}/etc/modlogan
- sed -e "s:##HOST##:${HOSTNAME}:g" \
- -e "s:##HOST2##:${HOSTNAME/./\\.}:g" \
- modlogan.def.conf.sample > modlogan.def.conf
- rm modlogan.def.conf.sample
- fi
-
-}
-
-
-
-
-
diff --git a/app-admin/mon/files/digest-mon-0.38.20 b/app-admin/mon/files/digest-mon-0.38.20
deleted file mode 100644
index 316cf8b10b1a..000000000000
--- a/app-admin/mon/files/digest-mon-0.38.20
+++ /dev/null
@@ -1 +0,0 @@
-MD5 16449a0f715af8ae0893d707992c87cd mon-0.38.20.tar.bz2
diff --git a/app-admin/mon/mon-0.38.20-r1.ebuild b/app-admin/mon/mon-0.38.20-r1.ebuild
index 943a8497da51..eb9541bb47d5 100644
--- a/app-admin/mon/mon-0.38.20-r1.ebuild
+++ b/app-admin/mon/mon-0.38.20-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/app-admin/mon/mon-0.38.20-r1.ebuild,v 1.1 2001/04/05 15:56:03 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mon/mon-0.38.20-r1.ebuild,v 1.2 2001/04/30 09:15:53 achim Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Highly configurable service monitoring daemon"
@@ -24,6 +24,7 @@ src_install () {
insinto /etc/mon
doins etc/*.cf etc/example.monshowrc
+ doins ${FILESDIR}/mon.cf
insinto /usr/lib/mon/utils
doins utils/*
diff --git a/app-admin/mon/mon-0.38.20.ebuild b/app-admin/mon/mon-0.38.20.ebuild
deleted file mode 100644
index bdd51617f7ce..000000000000
--- a/app-admin/mon/mon-0.38.20.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name <your email>
-# /home/cvsroot/gentoo-x86/app-admin/mon/mon-0.38.20.ebuild,v 1.2 2001/01/20 01:13:36 achim Exp
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Highly configurable service monitoring daemon"
-SRC_URI="ftp://ftp.kernel.org/pub/software/admin/mon/mon-0.38.20.tar.bz2"
-HOMEPAGE="http://www.kernel.org/software/mon/"
-
-DEPEND=">=dev-perl/Mon-0.9"
-
-src_compile() {
-
- cd ${S}/mon.d
- try make
-
-}
-
-src_install () {
-
- cd ${S}
-
- dosbin mon clients/mon*
-
- insinto /etc/mon
- doins etc/*.cf etc/example.monshowrc
-
- insinto /usr/lib/mon/utils
- doins utils/*
-
-
- exeinto /usr/lib/mon/alert.d
- doexe alert.d/*
-
- exeinto /usr/lib/mon/mon.d
- doexe mon.d/*.monitor
- insopts -g uucp -m 02555
- doins mon.d/*.wrap
-
- exeinto /etc/rc.d/init.d
- doexe ${FILESDIR}/mon
-
- dodir /var/log/mon.d
- dodir /var/lib/mon.d
- dodoc CHANGES COPYING CREDITS KNOWN-PROBLEMS
- dodoc mon.lsm README TODO VERSION
- doman doc/*.1
- docinto txt
- dodoc doc/README*
-}
-
-
diff --git a/app-admin/qtsvc/files/digest-qtsvc-0.1-r1 b/app-admin/qtsvc/files/digest-qtsvc-0.1-r1
deleted file mode 100644
index 50413b6535aa..000000000000
--- a/app-admin/qtsvc/files/digest-qtsvc-0.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c577bb022c322a599393bb87ebc89376 qtsvc-0.1.tar.gz
diff --git a/app-admin/runset/files/digest-runset-1.3-r1 b/app-admin/runset/files/digest-runset-1.3-r1
deleted file mode 100644
index f2919c4381e4..000000000000
--- a/app-admin/runset/files/digest-runset-1.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6faf0095b00c4e7f3507c333bb438c52 runset-1.3.tar.gz
diff --git a/app-admin/runset/runset-1.3-r1.ebuild b/app-admin/runset/runset-1.3-r1.ebuild
deleted file mode 100644
index ca86f99d4bd2..000000000000
--- a/app-admin/runset/runset-1.3-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-admin/runset/runset-1.3-r1.ebuild,v 1.6 2000/11/01 04:44:10 achim Exp $
-
-P=runset-1.3
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Runset Init suite, a replacement for sysv style initd"
-SRC_URI="ftp://ftp.ocis.net/pub/users/ldeutsch/release/"${A}
-
-DEPEND=">=sys-apps/bash-2.04
- >=sys-libs/glibc-2.1.3"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/usr install
- dodoc AUTHORS COPYING INSTALL ChangeLog LSM NEWS README
- cp -a ${S}/sample ${D}/usr/doc/${PF}
-
-}
-
-
-
-
-
diff --git a/app-admin/sudo/files/digest-sudo-1.6.3_p5 b/app-admin/sudo/files/digest-sudo-1.6.3_p5
deleted file mode 100644
index 511ea8abb395..000000000000
--- a/app-admin/sudo/files/digest-sudo-1.6.3_p5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 09e84e864fc31016edcfacee0384729b sudo-1.6.3p5.tar.gz
diff --git a/app-admin/sudo/sudo-1.6.3_p5.ebuild b/app-admin/sudo/sudo-1.6.3_p5.ebuild
deleted file mode 100644
index 0a8632836ae3..000000000000
--- a/app-admin/sudo/sudo-1.6.3_p5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Jerry Alexandratos <jerry@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.6.3_p5.ebuild,v 1.1 2000/11/21 05:33:58 jerry Exp $
-
-P=sudo-1.6.3p5
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Allows certain users/groups to run commands as root"
-SRC_URI="http://www.courtesan.com/sudo/dist/${A}"
-HOMEPAGE="http://www.courtesan.com/sudo/"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/pam-0.72"
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/usr --host=${CHOST} \
- --with-pam --with-all-insults --disable-path-info
- try make
-}
-
-src_install () {
- cd ${S}
- try make prefix=${D}/usr sysconfdir=${D}/etc install
-
- dodoc BUGS CHANGES FAQ LICENSE README TODO UPGRADE sample.*
-
- cd ${O}/files
- insinto /etc/pam.d
- doins sudo
-}
-
diff --git a/app-admin/usbview/files/digest-usbview-0.9.0 b/app-admin/usbview/files/digest-usbview-0.9.0
deleted file mode 100644
index 2f4182380f7f..000000000000
--- a/app-admin/usbview/files/digest-usbview-0.9.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 123e45cfbc51a3ce238230eb7d04e949 usbview-0.9.0.tar.gz
diff --git a/app-admin/usbview/usbview-0.9.0.ebuild b/app-admin/usbview/usbview-0.9.0.ebuild
deleted file mode 100644
index 108dd8e17085..000000000000
--- a/app-admin/usbview/usbview-0.9.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-admin/usbview/usbview-0.9.0.ebuild,v 1.3 2000/11/02 02:17:12 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Display the topology of devices on the USB bus"
-SRC_URI="http://www.kroah.com/linux-usb/"${A}
-HOMEPAGE="http://www.kroah.com/linux-usb/"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=dev-libs/glib-1.2.8
- >=x11-libs/gtk+-1.2.8
- >=x11-base/xfree-4.0.1"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr/X11R6 --with-catgets
- try make
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install
- dodoc AUTHORS ChangeLog COPYING NEWS README TODO
-}
-
-
-
-
-
diff --git a/app-admin/webalizer/files/digest-webalizer-1.30.04-r1 b/app-admin/webalizer/files/digest-webalizer-1.30.04-r1
deleted file mode 100644
index 4f77edfaff99..000000000000
--- a/app-admin/webalizer/files/digest-webalizer-1.30.04-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 84c917a4e9c16bdd98cc8369b40c4065 webalizer-1.30-04-src.tar.bz2
diff --git a/app-admin/webalizer/files/webalizer.conf b/app-admin/webalizer/files/webalizer.conf
deleted file mode 100644
index 752f879b9c79..000000000000
--- a/app-admin/webalizer/files/webalizer.conf
+++ /dev/null
@@ -1,408 +0,0 @@
-#
-# Sample Webalizer configuration file
-# Copyright 1997-1999 by Bradford L. Barrett (brad@mrunix.net)
-#
-# Distributed under the GNU General Public License. See the
-# files "Copyright" and "COPYING" provided with the webalizer
-# distribution for additional information.
-#
-# This is a sample configuration file for the Webalizer (ver 1.30)
-# Lines starting with pound signs '#' are comment lines and are
-# ignored. Blank lines are skipped as well. Other lines are considered
-# as configuration lines, and have the form "ConfigOption Value" where
-# ConfigOption is a valid configuration keyword, and Value is the value
-# to assign that configuration option. Invalid keyword/values are
-# ignored, with appropriate warnings being displayed. There must be
-# at least one space or tab between the keyword and its value.
-#
-# As of version 0.98, The Webalizer will look for a 'default' configuration
-# file named "webalizer.conf" in the current directory, and if not found
-# there, will look for "/etc/webalizer.conf".
-
-
-# LogFile defines the web server log file to use. If not specified
-# here or on on the command line, input will default to STDIN.
-
-LogFile /var/log/apache/access_log
-
-# LogType defines the log type being processed. Normally, the Webalizer
-# expects a CLF or Combined web server log as input. Using this option,
-# you can process ftp logs as well (xferlog as produced by wu-ftp and
-# others). Values can be 'web' or 'ftp', with 'web' the default.
-
-#LogType web
-
-# OutputDir is where you want to put the output files. This should
-# should be a full path name, however relative ones might work as well.
-# If no output directory is specified, the current directory will be used.
-
-OutputDir /usr/local/httpd/webalizer
-
-# HistoryName allows you to specify the name of the history file produced
-# by the Webalizer. The history file keeps the data for up to 12 months
-# worth of logs, used for generating the main HTML page (index.html).
-# The default is a file named "webalizer.hist", stored in the specified
-# output directory. If you specify just the filename (without a path),
-# it will be kept in the specified output directory. Otherwise, the path
-# is relative to the output directory, unless absolute (leading /).
-
-#HistoryName webalizer.hist
-
-# Incremental processing allows multiple partial log files to be used
-# instead of one huge one. Useful for large sites that have to rotate
-# their log files more than once a month. The Webalizer will save its
-# internal state before exiting, and restore it the next time run, in
-# order to continue processing where it left off. This mode also causes
-# The Webalizer to scan for and ignore duplicate records (records already
-# processed by a previous run). See the README file for additional
-# information. The value may be 'yes' or 'no', with a default of 'no'.
-# The file 'webalizer.current' is used to store the current state data,
-# and is located in the output directory of the program (unless changed
-# with the IncrementalName option below). Please read at least the section
-# on Incremental processing in the README file before you enable this option.
-
-#Incremental no
-
-# IncrementalName allows you to specify the filename for saving the
-# incremental data in. It is similar to the HistoryName option where the
-# name is relative to the specified output directory, unless an absolute
-# filename is specified. The default is a file named "webalizer.current"
-# kept in the normal output directory. If you don't specify "Incremental"
-# as 'yes' then this option has no meaning.
-
-#IncrementalName webalizer.current
-
-# ReportTitle is the text to display as the title. The hostname
-# (unless blank) is appended to the end of this string (seperated with
-# a space) to generate the final full title string.
-# Default is (for english) "Usage Statistics for".
-
-#ReportTitle Usage Statistics for
-
-# HostName defines the hostname for the report. This is used in
-# the title, and is prepended to the URL table items. This allows
-# clicking on URL's in the report to go to the proper location in
-# the event you are running the report on a 'virtual' web server,
-# or for a server different than the one the report resides on.
-# If not specified here, or on the command line, webalizer will
-# try to get the hostname via a uname system call. If that fails,
-# it will default to "localhost".
-
-#HostName localhost
-
-# HTMLExtension allows you to specify the filename extension to use
-# for generated HTML pages. Normally, this defaults to "html", but
-# can be changed for sites who need it (like for PHP embeded pages).
-
-#HTMLExtension html
-
-# PageType lets you tell the Webalizer what types of URL's you
-# consider a 'page'. Most people consider html and cgi documents
-# as pages, while not images and audio files. If no types are
-# specified, defaults will be used ('htm*', 'cgi' and HTMLExtension
-# if different).
-
-PageType htm*
-PageType cgi
-#PageType phtml
-#PageType php3
-#PageType pl
-
-# UseHTTPS should be used if the analysis is being run on a
-# secure server, and links to urls should use 'https://' instead
-# of the default 'http://'. If you need this, set it to 'yes'.
-# Default is 'no'. This only changes the behaviour of the 'Top
-# URL's' table.
-
-#UseHTTPS no
-
-# HTMLPre defines HTML code to insert at the very beginning of the
-# file. Default is the DOCTYPE line shown below. Max line length
-# is 80 characters, so use multiple HTMLPre lines if you need more.
-
-#HTMLPre <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-# HTMLHead defines HTML code to insert within the <HEAD></HEAD>
-# block, immediately after the <TITLE> line. Maximum line length
-# is 80 characters, so use multiple lines if needed.
-
-#HTMLHead <META NAME="author" CONTENT="The Webalizer">
-
-# HTMLBody defined the HTML code to be inserted, starting with the
-# <BODY> tag. If not specified, the default is shown below. If
-# used, you MUST include your own <BODY> tag as the first line.
-# Maximum line length is 80 char, use multiple lines if needed.
-
-#HTMLBody <BODY BGCOLOR="#E8E8E8" TEXT="#000000" LINK="#0000FF" VLINK="#FF0000">
-
-# HTMLPost defines the HTML code to insert immediately before the
-# first <HR> on the document, which is just after the title and
-# "summary period"-"Generated on:" lines. If anything, this should
-# be used to clean up in case an image was inserted with HTMLBody.
-# As with HTMLHead, you can define as many of these as you want and
-# they will be inserted in the output stream in order of apperance.
-# Max string size is 80 characters. Use multiple lines if you need to.
-
-#HTMLPost <BR CLEAR="all">
-
-# HTMLTail defines the HTML code to insert at the bottom of each
-# HTML document, usually to include a link back to your home
-# page or insert a small graphic. It is inserted as a table
-# data element (ie: <TD> your code here </TD>) and is right
-# alligned with the page. Max string size is 80 characters.
-
-#HTMLTail <IMG SRC="msfree.gif" ALT="100% Micro$oft free!">
-
-# HTMLEnd defines the HTML code to add at the very end of the
-# generated files. It defaults to what is shown below. If
-# used, you MUST specify the </BODY> and </HTML> closing tags
-# as the last lines. Max string length is 80 characters.
-
-#HTMLEnd </BODY></HTML>
-
-# The Quiet option suppresses output messages... Useful when run
-# as a cron job to prevent bogus e-mails. Values can be either
-# "yes" or "no". Default is "no". Note: this does not suppress
-# warnings and errors (which are printed to stderr).
-
-#Quiet no
-
-# ReallyQuiet will supress all messages including errors and
-# warnings. Values can be 'yes' or 'no' with 'no' being the
-# default. If 'yes' is used here, it cannot be overriden from
-# the command line, so use with caution. A value of 'no' has
-# no effect.
-
-#ReallyQuiet no
-
-# TimeMe allows you to force the display of timing information
-# at the end of processing. A value of 'yes' will force the
-# timing information to be displayed. A value of 'no' has no
-# effect.
-
-#TimeMe no
-
-# GMTTime allows reports to show GMT (UTC) time instead of local
-# time. Default is to display the time the report was generated
-# in the timezone of the local machine, such as EDT or PST. This
-# keyword allows you to have times displayed in UTC instead. Use
-# only if you really have a good reason, since it will probably
-# screw up the reporting periods by however many hours your local
-# time zone is off of GMT.
-
-#GMTTime no
-
-# Debug prints additional information for error messages. This
-# will cause webalizer to dump bad records/fields instead of just
-# telling you it found a bad one. As usual, the value can be
-# either "yes" or "no". The default is "no". It shouldn't be
-# needed unless you start getting a lot of Warning or Error
-# messages and want to see why. (Note: warning and error messages
-# are printed to stderr, not stdout like normal messages).
-
-#Debug no
-
-# VisitTimeout allows you to set the default timeout for a visit
-# (sometimes called a 'session'). The default is 30 minutes,
-# which should be fine for most sites. The value is formatted
-# as HHMMSS where HH=hours MM=minutes and SS=seconds (use '00').
-# Visits are determined by looking at the time of the current
-# request, and the time of the last request from the site. If
-# the time difference is greater than the VisitTimeout value, it
-# is considered a new visit, and visit totals are incremented.
-
-#VisitTimeout 3000
-
-# IgnoreHist shouldn't be used in a config file, but it is here
-# just because it might be usefull in certain situations. If the
-# history file is ignored, the main "index.html" file will only
-# report on the current log files contents. Usefull only when you
-# want to reproduce the reports from scratch. USE WITH CAUTION!
-# Valid values are "yes" or "no". Default is "no".
-
-#IgnoreHist no
-
-# Country Graph allows the usage by country graph to be disabled.
-# Values can be 'yes' or 'no', default is 'yes'.
-
-#CountryGraph yes
-
-# HourlyGraph and HourlyStats allows the hourly statistics graph
-# and statistics table to be disabled (not displayed). Values
-# may be "yes" or "no". Default is "yes".
-
-#HourlyGraph yes
-#HourlyStats yes
-
-# GraphLegend allows the color coded legends to be turned on or off
-# in the graphs. The default is for them to be displayed. This only
-# toggles the color coded legends, the other legends are not changed.
-# If you think they are hideous and ugly, say 'no' here :)
-
-#GraphLegend yes
-
-# GraphLines allows you to have index lines drawn behind the graphs.
-# I personally am not crazy about them, but a lot of people requested
-# them and they weren't a big deal to add. The number represents the
-# number of lines you want displayed. Default is 2, you can disable
-# the lines by using a value of zero ('0'). [max is 20]
-# Note, due to rounding errors, some values don't work quite right.
-# The lower the better, with 1,2,3,4,6 and 10 producing nice results.
-
-#GraphLines 2
-
-# The "Top" options below define the number of entries for each table.
-# Defaults are Sites=30, URL's=30, Referrers=30 and Agents=15, and
-# Countries=50. TopKSites and TopKURLs (by KByte tables) both default
-# to 10, as do the top entry/exit tables (TopEntry/TopExit). The top
-# search strings default to 20. Tables may be disabled by using
-# zero (0) for the value.
-
-#TopSites 30
-#TopKSites 10
-#TopURLs 30
-#TopKURLs 10
-#TopReferrers 30
-#TopAgents 15
-#TopCountries 50
-#TopEntry 10
-#TopExit 10
-#TopSearch 20
-
-# The Webalizer normally strips the string 'index.' off the end of
-# URL's in order to consolidate URL totals. For example, the URL
-# /somedir/index.html is turned into /somedir/ which is really the
-# same URL. This option allows you to specify additional strings
-# to treat in the same way. You don't need to specify 'index.' as
-# it is always scanned for by The Webalizer, this option is just to
-# specify _additional_ strings if needed. If you don't need any,
-# don't specify any as each string will be scanned for in EVERY
-# log record... A bunch of them will degrade performance. Also,
-# the string is scanned for anywhere in the URL, so a string of
-# 'home' would turn the URL /somedir/homepages/brad/home.html into
-# just /somedir/ which is probably not what was intended.
-
-#IndexAlias home.htm
-#IndexAlias homepage.htm
-
-# The Hide*, Group* and Ignore* and Include* keywords allow you to change
-# the way Sites, URL's, Referrers and User Agents are manipulated. The
-# Ignore* keywords will cause The Webalizer to completely ignore
-# records as if they didn't exist (and thus not counted in the main
-# site totals). The Hide* keywords will prevent things from being
-# displayed in the 'Top' tables, but will still be counted in the
-# main totals. The Group* keywords allow grouping similar objects
-# as if they were one. Grouped records are displayed in the 'Top'
-# tables and can optionally be displayed in BOLD and/or shaded.
-# Groups cannot be hidden, and are not counted in the main totals.
-# The Group* options do not, by default, hide all the items that
-# it matches. If you want to hide the records that match (so just
-# the grouping record is displayed), follow with an identical Hide*
-# keyword with the same value. (see example below) In addition,
-# Group* keywords may have an optional label which will be displayed
-# instead of the keywords value. The label should be seperated from
-# the value by at least one 'white-space' character, such as a space
-# or tab.
-#
-# The value can have either a leading or trailing '*' wildcard
-# character. If no wildcard is found, a match can occur anywhere
-# in the string. Given a string "www.yourmama.com", the values "your",
-# "*mama.com" and "www.your*" will all match.
-
-# Your own site should be hidden
-#HideSite *mrunix.net
-#HideSite localhost
-
-# Your own site gives most referrals
-#HideReferrer mrunix.net/
-
-# This one hides non-referrers ("-" Direct requests)
-#HideReferrer Direct Request
-
-# Usually you want to hide these
-HideURL *.gif
-HideURL *.GIF
-HideURL *.jpg
-HideURL *.JPG
-HideURL *.ra
-
-# Hiding agents is kind of futile
-#HideAgent RealPlayer
-
-# Grouping options
-#GroupURL /cgi-bin/* CGI Scripts
-#GroupURL /images/* Images
-
-#GroupSite *.aol.com
-#GroupSite *.compuserve.com
-
-#GroupReferrer yahoo.com/ Yahoo!
-#GroupReferrer excite.com/ Excite
-#GroupReferrer infoseek.com/ InfoSeek
-#GroupReferrer webcrawler.com/ WebCrawler
-
-# The following is a great way to get an overall total
-# for browsers, and not display all the detail records.
-# (You should use MangleAgent to refine further...)
-
-#GroupAgent MSIE Micro$oft Internet Exploder
-#HideAgent MSIE
-#GroupAgent Mozilla Netscape
-#HideAgent Mozilla
-#GroupAgent Lynx* Lynx
-#HideAgent Lynx*
-
-# The GroupShading allows grouped rows to be shaded in the report.
-# Useful if you have lots of groups and individual records that
-# intermingle in the report, and you want to diferentiate the group
-# records a little more. Value can be 'yes' or 'no', with 'yes'
-# being the default.
-
-#GroupShading yes
-
-# GroupHighlight allows the group record to be displayed in BOLD.
-# Can be either 'yes' or 'no' with the default 'yes'.
-
-#GroupHighlight yes
-
-# The Ignore* keywords allow you to completely ignore log records based
-# on hostname, URL, user agent or referrer. I hessitated in adding these,
-# since the Webalizer was designed to generate _accurate_ statistics
-# about a web servers performance. By choosing to ignore records, the
-# accuracy of reports become skewed, negating why I wrote this program
-# in the first place. However, due to popular demand, here they are.
-# Use the same as the Hide*/Group* keywords, where the value can have a
-# leading or trailing wildcard '*'.
-
-#IgnoreSite bad.site.net
-#IgnoreURL /test*
-#IgnoreReferrer file:/*
-#IgnoreAgent RealPlayer
-
-# The Include* keywords allow you to force the inclusion of log records
-# based on hostname, URL, user agent or referrer. They take precidence
-# over the Ignore* keywords. Note: Using Ignore/Include combinations to
-# selectivly process parts of a web site is _extremely inefficent_!!!
-# Avoid doing so if possible (ie: grep the records to a seperate file).
-
-# Example: Only show stats on Joe User's pages...
-#IgnoreURL *
-#IncludeURL ~joeuser*
-
-# The MangleAgents allows you to specify how much, if any, The Webalizer
-# should mangle user agent names. This allows several levels of detail
-# to be produced when reporting user agent statistics. There are six
-# levels that can be specified, which define different levels of detail
-# supression. Level 5 shows only the browser name (MSIE or Mozilla)
-# and the major version number. Level 4 adds the minor version number
-# (single decimal place). Level 3 displays the minor version to two
-# decimal places. Level 2 will add any sub-level designation (such
-# as Mozilla/3.01Gold or MSIE 3.0b). Level 1 will attempt to also add
-# the system type if it is specified. The default Level 0 displays the
-# full user agent field without modification and produces the greatest
-# amount of detail. User agent names that can't be mangled will be
-# left unmodified.
-
-#MangleAgents 0
-
-# End of configuration file... Have a nice day!
diff --git a/app-admin/webalizer/webalizer-1.30.04-r1.ebuild b/app-admin/webalizer/webalizer-1.30.04-r1.ebuild
deleted file mode 100644
index df29ec8cbcd7..000000000000
--- a/app-admin/webalizer/webalizer-1.30.04-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# /home/cvsroot/gentoo-x86/app-admin/webalizer/webalizer-1.30.04-r1.ebuild,v 1.5 2001/01/20 01:13:36 achim Exp
-
-P=webalizer-1.30-04
-A=${P}-src.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="Webalizer"
-SRC_URI="ftp://ftp.mrunix.net/pub/webalizer/"${A}
-HOMEPAGE="http://www.mrunix.net/webalizer/"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=media-libs/libgd-1.8.3
- >=media-libs/libpng-1.0.7"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # libgd does not support gifs any longer so we use png's for webalizer
- cp graphs.c graphs.c.orig
- sed -e "s/gdImageGif.*/gdImagePng(im,out);/g" graphs.c.orig >graphs.c
- cp webalizer.c webalizer.c.orig
- sed -e "s/\.gif/\.png/g" webalizer.c.orig > webalizer.c
-
-}
-
-src_compile() {
- cd ${S}
- LDFLAGS="-lpng" try ./configure --host=${CHOST} --prefix=/usr \
- --sysconfdir=/etc/httpd
- try make
-}
-
-src_install() {
- cd ${S}
- into /usr
- dobin webalizer
- doman webalizer.1
- insinto /etc/httpd
- doins ${FILESDIR}/webalizer.conf
- doins ${FILESDIR}/httpd.webalizer
- dodoc README* CHANGES COPYING Copyright
-}
-
-
-
-
-