summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-20 22:45:46 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-20 22:45:46 +0000
commit4b4916697d2d23f8f4e33f0be77114a23a8d2163 (patch)
tree57bb98e9cf5da82c453f33b60d54956096dba38d /www-servers/monkeyd
parentStable on mips (diff)
downloadgentoo-2-4b4916697d2d23f8f4e33f0be77114a23a8d2163.tar.gz
gentoo-2-4b4916697d2d23f8f4e33f0be77114a23a8d2163.tar.bz2
gentoo-2-4b4916697d2d23f8f4e33f0be77114a23a8d2163.zip
old
Diffstat (limited to 'www-servers/monkeyd')
-rw-r--r--www-servers/monkeyd/files/digest-monkeyd-0.8.21
-rw-r--r--www-servers/monkeyd/files/digest-monkeyd-0.8.31
-rw-r--r--www-servers/monkeyd/files/digest-monkeyd-0.8.41
-rw-r--r--www-servers/monkeyd/files/digest-monkeyd-0.8.51
-rw-r--r--www-servers/monkeyd/monkeyd-0.8.2.ebuild55
-rw-r--r--www-servers/monkeyd/monkeyd-0.8.3.ebuild56
-rw-r--r--www-servers/monkeyd/monkeyd-0.8.4.ebuild56
-rw-r--r--www-servers/monkeyd/monkeyd-0.8.5.ebuild56
8 files changed, 0 insertions, 227 deletions
diff --git a/www-servers/monkeyd/files/digest-monkeyd-0.8.2 b/www-servers/monkeyd/files/digest-monkeyd-0.8.2
deleted file mode 100644
index a635f948433e..000000000000
--- a/www-servers/monkeyd/files/digest-monkeyd-0.8.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 17dfa899380a578787a6a309b476c9fc monkey-0.8.2.tar.gz 77422
diff --git a/www-servers/monkeyd/files/digest-monkeyd-0.8.3 b/www-servers/monkeyd/files/digest-monkeyd-0.8.3
deleted file mode 100644
index 9870a961516b..000000000000
--- a/www-servers/monkeyd/files/digest-monkeyd-0.8.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e07c441603a4ff830745aed94d1ba4fb monkey-0.8.3.tar.gz 81674
diff --git a/www-servers/monkeyd/files/digest-monkeyd-0.8.4 b/www-servers/monkeyd/files/digest-monkeyd-0.8.4
deleted file mode 100644
index 3b0e8ffbb9e5..000000000000
--- a/www-servers/monkeyd/files/digest-monkeyd-0.8.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 09858b3ebdaa70200b2075926eabb20b monkey-0.8.4-2.tar.gz 83528
diff --git a/www-servers/monkeyd/files/digest-monkeyd-0.8.5 b/www-servers/monkeyd/files/digest-monkeyd-0.8.5
deleted file mode 100644
index 601ea72aa7d2..000000000000
--- a/www-servers/monkeyd/files/digest-monkeyd-0.8.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2ffc8c8c32d760078cff7f0d49efbd66 monkey-0.8.5.tar.gz 83923
diff --git a/www-servers/monkeyd/monkeyd-0.8.2.ebuild b/www-servers/monkeyd/monkeyd-0.8.2.ebuild
deleted file mode 100644
index 1177c78e0099..000000000000
--- a/www-servers/monkeyd/monkeyd-0.8.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-0.8.2.ebuild,v 1.1 2004/08/08 17:41:38 stuart Exp $
-
-WEBROOT=/var/www/localhost
-
-MY_P="${PN/d}-${PV}"
-DESCRIPTION="fast, efficient, (REALLY) small, and easy to configure web server"
-HOMEPAGE="http://monkeyd.sourceforge.net/"
-SRC_URI="http://monkeyd.sourceforge.net/versions/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="php"
-
-DEPEND="virtual/libc"
-RDEPEND="virtual/libc
- php? ( dev-php/php-cgi )"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- ./configure \
- --prefix=/usr \
- --bindir=/usr/bin \
- --cgibin=${WEBROOT}/cgi-bin \
- --sysconfdir=/etc/${PN} \
- --datadir=${WEBROOT}/htdocs \
- --logdir=/var/log/${PN} \
- --lang=en \
- || die
- emake CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- make \
- PREFIX=${D}/usr \
- BINDIR=${D}/usr/bin \
- CGIBIN=${D}${WEBROOT}/cgi-bin \
- SYSCONFDIR=${D}/etc/${PN} \
- DATADIR=${D}${WEBROOT}/htdocs \
- LOGDIR=${D}/var/log/${PN} \
- install \
- || die
- if use php ; then
- dosed '/^#AddScript application\/x-httpd-php/s:^#::' /etc/monkeyd/monkey.conf
- dosed 's:/home/my_home/php/bin/php:/usr/bin/php-cgi:' /etc/monkeyd/monkey.conf
- fi
- [ -e ${ROOT}/${WEBROOT}/htdocs/index.html ] && mv ${D}${WEBROOT}/htdocs/{index,index-monkey}.html
- dosed "s:/var/log/monkeyd/monkey.pid:/var/run/monkey.pid:" /etc/monkeyd/monkey.conf
- exeinto /etc/init.d ; newexe ${FILESDIR}/monkeyd.init.d monkeyd
- insinto /etc/conf.d ; newins ${FILESDIR}/monkeyd.conf.d monkeyd
- dodoc MODULES HowItWorks.txt README ChangeLog
-}
diff --git a/www-servers/monkeyd/monkeyd-0.8.3.ebuild b/www-servers/monkeyd/monkeyd-0.8.3.ebuild
deleted file mode 100644
index 35db8e9b7313..000000000000
--- a/www-servers/monkeyd/monkeyd-0.8.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-0.8.3.ebuild,v 1.1 2004/08/08 17:41:38 stuart Exp $
-
-WEBROOT=/var/www/localhost
-
-MY_P="${PN/d}-${PV}"
-DESCRIPTION="fast, efficient, (REALLY) small, and easy to configure web server"
-HOMEPAGE="http://monkeyd.sourceforge.net/"
-SRC_URI="http://monkeyd.sourceforge.net/versions/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="php"
-
-DEPEND="virtual/libc"
-RDEPEND="virtual/libc
- php? ( dev-php/php-cgi )"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- # monkey has it's own funky script ... cant use econf
- ./configure \
- --prefix=/usr \
- --bindir=/usr/bin \
- --cgibin=${WEBROOT}/cgi-bin \
- --sysconfdir=/etc/${PN} \
- --datadir=${WEBROOT}/htdocs \
- --logdir=/var/log/${PN} \
- --lang=en \
- || die
- emake CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- make \
- PREFIX=${D}/usr \
- BINDIR=${D}/usr/bin \
- CGIBIN=${D}${WEBROOT}/cgi-bin \
- SYSCONFDIR=${D}/etc/${PN} \
- DATADIR=${D}${WEBROOT}/htdocs \
- LOGDIR=${D}/var/log/${PN} \
- install \
- || die
- if use php ; then
- dosed '/^#AddScript application\/x-httpd-php/s:^#::' /etc/monkeyd/monkey.conf
- dosed 's:/home/my_home/php/bin/php:/usr/bin/php-cgi:' /etc/monkeyd/monkey.conf
- fi
- [ -e ${ROOT}/${WEBROOT}/htdocs/index.html ] && mv ${D}${WEBROOT}/htdocs/{index,index-monkey}.html
- dosed "s:/var/log/monkeyd/monkey.pid:/var/run/monkey.pid:" /etc/monkeyd/monkey.conf
- exeinto /etc/init.d ; newexe ${FILESDIR}/monkeyd.init.d monkeyd
- insinto /etc/conf.d ; newins ${FILESDIR}/monkeyd.conf.d monkeyd
- dodoc MODULES HowItWorks.txt README ChangeLog
-}
diff --git a/www-servers/monkeyd/monkeyd-0.8.4.ebuild b/www-servers/monkeyd/monkeyd-0.8.4.ebuild
deleted file mode 100644
index 3e76473cebc0..000000000000
--- a/www-servers/monkeyd/monkeyd-0.8.4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-0.8.4.ebuild,v 1.2 2004/09/06 22:17:45 vapier Exp $
-
-WEBROOT=/var/www/localhost
-
-MY_P="${PN/d}-${PV}-2"
-DESCRIPTION="fast, efficient, (REALLY) small, and easy to configure web server"
-HOMEPAGE="http://monkeyd.sourceforge.net/"
-SRC_URI="http://monkeyd.sourceforge.net/versions/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc"
-IUSE="php"
-
-DEPEND="virtual/libc"
-RDEPEND="virtual/libc
- php? ( dev-php/php-cgi )"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- # monkey has it's own funky script ... cant use econf
- ./configure \
- --prefix=/usr \
- --bindir=/usr/bin \
- --cgibin=${WEBROOT}/cgi-bin \
- --sysconfdir=/etc/${PN} \
- --datadir=${WEBROOT}/htdocs \
- --logdir=/var/log/${PN} \
- --lang=en \
- || die
- emake CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- make \
- PREFIX=${D}/usr \
- BINDIR=${D}/usr/bin \
- CGIBIN=${D}${WEBROOT}/cgi-bin \
- SYSCONFDIR=${D}/etc/${PN} \
- DATADIR=${D}${WEBROOT}/htdocs \
- LOGDIR=${D}/var/log/${PN} \
- install \
- || die
- if use php ; then
- dosed '/^#AddScript application\/x-httpd-php/s:^#::' /etc/monkeyd/monkey.conf
- dosed 's:/home/my_home/php/bin/php:/usr/bin/php-cgi:' /etc/monkeyd/monkey.conf
- fi
- [ -e ${ROOT}/${WEBROOT}/htdocs/index.html ] && mv ${D}${WEBROOT}/htdocs/{index,index-monkey}.html
- dosed "s:/var/log/monkeyd/monkey.pid:/var/run/monkey.pid:" /etc/monkeyd/monkey.conf
- exeinto /etc/init.d ; newexe ${FILESDIR}/monkeyd.init.d monkeyd
- insinto /etc/conf.d ; newins ${FILESDIR}/monkeyd.conf.d monkeyd
- dodoc MODULES HowItWorks.txt README ChangeLog
-}
diff --git a/www-servers/monkeyd/monkeyd-0.8.5.ebuild b/www-servers/monkeyd/monkeyd-0.8.5.ebuild
deleted file mode 100644
index 7d58b36be24a..000000000000
--- a/www-servers/monkeyd/monkeyd-0.8.5.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/monkeyd/monkeyd-0.8.5.ebuild,v 1.1 2004/09/06 22:16:32 vapier Exp $
-
-WEBROOT=/var/www/localhost
-
-MY_P="${PN/d}-${PV}"
-DESCRIPTION="fast, efficient, (REALLY) small, and easy to configure web server"
-HOMEPAGE="http://monkeyd.sourceforge.net/"
-SRC_URI="http://monkeyd.sourceforge.net/versions/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc"
-IUSE="php"
-
-DEPEND="virtual/libc"
-RDEPEND="virtual/libc
- php? ( dev-php/php-cgi )"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- # monkey has it's own funky script ... cant use econf
- ./configure \
- --prefix=/usr \
- --bindir=/usr/bin \
- --cgibin=${WEBROOT}/cgi-bin \
- --sysconfdir=/etc/${PN} \
- --datadir=${WEBROOT}/htdocs \
- --logdir=/var/log/${PN} \
- --lang=en \
- || die
- emake CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- make \
- PREFIX=${D}/usr \
- BINDIR=${D}/usr/bin \
- CGIBIN=${D}${WEBROOT}/cgi-bin \
- SYSCONFDIR=${D}/etc/${PN} \
- DATADIR=${D}${WEBROOT}/htdocs \
- LOGDIR=${D}/var/log/${PN} \
- install \
- || die
- if use php ; then
- dosed '/^#AddScript application\/x-httpd-php/s:^#::' /etc/monkeyd/monkey.conf
- dosed 's:/home/my_home/php/bin/php:/usr/bin/php-cgi:' /etc/monkeyd/monkey.conf
- fi
- [ -e ${ROOT}/${WEBROOT}/htdocs/index.html ] && mv ${D}${WEBROOT}/htdocs/{index,index-monkey}.html
- dosed "s:/var/log/monkeyd/monkey.pid:/var/run/monkey.pid:" /etc/monkeyd/monkey.conf
- exeinto /etc/init.d ; newexe ${FILESDIR}/monkeyd.init.d monkeyd
- insinto /etc/conf.d ; newins ${FILESDIR}/monkeyd.conf.d monkeyd
- dodoc MODULES HowItWorks.txt README ChangeLog
-}