diff options
author | Jon Nelson <jnelson@gentoo.org> | 2002-07-31 18:27:42 +0000 |
---|---|---|
committer | Jon Nelson <jnelson@gentoo.org> | 2002-07-31 18:27:42 +0000 |
commit | 83ec0cc6e306521ef2a33d18b1de5d5453ba0d90 (patch) | |
tree | 398c3c148d69f199e5ef9d82d5e4a6db281dd73c /net-www/boa | |
parent | new beta version (diff) | |
download | gentoo-2-83ec0cc6e306521ef2a33d18b1de5d5453ba0d90.tar.gz gentoo-2-83ec0cc6e306521ef2a33d18b1de5d5453ba0d90.tar.bz2 gentoo-2-83ec0cc6e306521ef2a33d18b1de5d5453ba0d90.zip |
add boa-0.94.13
Diffstat (limited to 'net-www/boa')
-rw-r--r-- | net-www/boa/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/boa/boa-0.94.13.ebuild | 75 | ||||
-rw-r--r-- | net-www/boa/files/digest-boa-0.94.13 | 1 |
3 files changed, 82 insertions, 1 deletions
diff --git a/net-www/boa/ChangeLog b/net-www/boa/ChangeLog index 907c933e8641..e1fea6db8e52 100644 --- a/net-www/boa/ChangeLog +++ b/net-www/boa/ChangeLog @@ -1,6 +1,11 @@ # 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.6 2002/07/14 20:25:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/boa/ChangeLog,v 1.7 2002/07/31 18:27:42 jnelson Exp $ + +*boa-0.94.13 (31 July 2002) + + 31 July 2002; Jon Nelson <jnelson@gentoo.org> + Update to 0.94.13 and use econf *boa-0.94.12 (14 May 2002) diff --git a/net-www/boa/boa-0.94.13.ebuild b/net-www/boa/boa-0.94.13.ebuild new file mode 100644 index 000000000000..3f37bfb748cc --- /dev/null +++ b/net-www/boa/boa-0.94.13.ebuild @@ -0,0 +1,75 @@ +# 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.13.ebuild,v 1.1 2002/07/31 18:27:42 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/" +KEYWORDS="x86" +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 + econf || die + 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.13 b/net-www/boa/files/digest-boa-0.94.13 new file mode 100644 index 000000000000..5041f01b668c --- /dev/null +++ b/net-www/boa/files/digest-boa-0.94.13 @@ -0,0 +1 @@ +MD5 c8d6f46f9aa60909f171529068813fe0 boa-0.94.13.tar.gz 122066 |