summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Nelson <jnelson@gentoo.org>2002-05-15 02:43:52 +0000
committerJon Nelson <jnelson@gentoo.org>2002-05-15 02:43:52 +0000
commit0ad84dabf9cd3f21c0dfe35f0bf419887830ee45 (patch)
treed0e96bae182c0af5f0da436a1391c6e332c331cd /net-www/boa
parentversion change (diff)
downloadgentoo-2-0ad84dabf9cd3f21c0dfe35f0bf419887830ee45.tar.gz
gentoo-2-0ad84dabf9cd3f21c0dfe35f0bf419887830ee45.tar.bz2
gentoo-2-0ad84dabf9cd3f21c0dfe35f0bf419887830ee45.zip
update to 0.94.12
Diffstat (limited to 'net-www/boa')
-rw-r--r--net-www/boa/ChangeLog8
-rw-r--r--net-www/boa/boa-0.94.12.ebuild78
-rw-r--r--net-www/boa/files/digest-boa-0.94.121
3 files changed, 86 insertions, 1 deletions
diff --git a/net-www/boa/ChangeLog b/net-www/boa/ChangeLog
index 457cdf512ff8..e75233188a68 100644
--- a/net-www/boa/ChangeLog
+++ b/net-www/boa/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for net-www/boa
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-www/boa/ChangeLog,v 1.4 2002/04/14 18:06:43 jnelson Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/boa/ChangeLog,v 1.5 2002/05/15 02:43:52 jnelson Exp $
+*boa-0.94.12 (14 May 2002)
+
+ 14 May 2002; Jon Nelson <jnelson@gentoo.org> boa-0.94.12.ebuild :
+
+ Update to latest release of 0.94.12
+
*boa-0.94.11-r2 (14 Apr 2002)
12 Apr 2002; Jon Nelson <jnelson@gentoo.org> boa-0.94.11-r1.ebuild :
diff --git a/net-www/boa/boa-0.94.12.ebuild b/net-www/boa/boa-0.94.12.ebuild
new file mode 100644
index 000000000000..801bf2fc32a3
--- /dev/null
+++ b/net-www/boa/boa-0.94.12.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/net-www/boa/boa-0.94.12.ebuild,v 1.1 2002/05/15 02:43:52 jnelson Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Boa - A very small and very fast http daemon."
+SRC_URI="http://www.boa.org/${P}.tar.gz"
+HOMEPAGE="http://www.boa.org/"
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="virtual/glibc
+ sys-devel/flex
+ sys-devel/bison
+ sys-apps/texinfo
+ tetex? ( app-text/tetex )"
+
+RDEPEND="virtual/glibc"
+
+src_compile() {
+ cd src
+ ./configure --infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST} || die
+ #Note the use of --infodir and --mandir, above. This is to make
+ # this package FHS 2.2-compliant
+ #(/usr/share is used for info and man now).
+
+ emake || die
+ cd ../docs
+ make boa.html boa.info || die
+ use tetex && make boa.dvi
+}
+
+src_install () {
+ # make prefix=${D}/usr install
+ dosbin src/boa || die
+ doman docs/boa.8 || die
+ dodoc docs/boa.html || die
+ dodoc docs/boa_banner.png || die
+ doinfo docs/boa.info || die
+ if [ "`use tetex`" ]; then
+ dodoc docs/boa.dvi || die
+ fi
+
+ dodir /var/log/boa || die
+ dodir /home/httpd/htdocs || die
+ dodir /home/httpd/cgi-bin || die
+ dodir /home/httpd/icons || die
+
+ exeinto /usr/lib/boa
+ doexe src/boa_indexer || die
+
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/boa.rc6 boa || die
+
+ insinto /etc/boa
+ insopts -m700
+ insopts -m600
+ doins ${FILESDIR}/boa.conf || die
+ doins ${FILESDIR}/mime.types || die
+
+ # make DESTDIR=${D} install || die
+}
+
+pkg_prerm() {
+
+ if [ "$ROOT" = "/" ] && [ -e /dev/shm/.init.d/started/boa ] ; then
+ /etc/init.d/boa stop
+ fi
+ return # dont fail
+}
+
+pkg_preinst() {
+
+ if [ "$ROOT" = "/" ] && [ -e /dev/shm/.init.d/started/boa ] ; then
+ /etc/init.d/boa stop
+ fi
+ return # dont fail
+}
diff --git a/net-www/boa/files/digest-boa-0.94.12 b/net-www/boa/files/digest-boa-0.94.12
new file mode 100644
index 000000000000..5f2061544ea9
--- /dev/null
+++ b/net-www/boa/files/digest-boa-0.94.12
@@ -0,0 +1 @@
+MD5 4db53f8c98c8f3f08a12df2f8b3a4ba7 boa-0.94.12.tar.gz 118118