summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-06-27 11:08:13 +0000
committerThilo Bangert <bangert@gentoo.org>2002-06-27 11:08:13 +0000
commit7134aa90fe25ba6b8738e6619ea0012f78fedbcb (patch)
treefd9b9c2e41111ee392f9d06715f4ba18c9095218 /app-admin/analog
parentDEPEND fix0r (diff)
downloadgentoo-2-7134aa90fe25ba6b8738e6619ea0012f78fedbcb.tar.gz
gentoo-2-7134aa90fe25ba6b8738e6619ea0012f78fedbcb.tar.bz2
gentoo-2-7134aa90fe25ba6b8738e6619ea0012f78fedbcb.zip
version bump - this release fixes a bug in anlgform.pl (not enabled by default)
Diffstat (limited to 'app-admin/analog')
-rw-r--r--app-admin/analog/ChangeLog9
-rw-r--r--app-admin/analog/analog-5.24.ebuild41
-rw-r--r--app-admin/analog/files/digest-analog-5.241
3 files changed, 50 insertions, 1 deletions
diff --git a/app-admin/analog/ChangeLog b/app-admin/analog/ChangeLog
index f4ea0a69849f..f13bddaa4278 100644
--- a/app-admin/analog/ChangeLog
+++ b/app-admin/analog/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-admin/analog
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-admin/analog/ChangeLog,v 1.5 2002/05/04 01:22:34 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/analog/ChangeLog,v 1.6 2002/06/27 11:08:13 bangert Exp $
+
+*analog-5.24 (27 Jun 2002)
+
+ 27 Jun 2002; Thilo Bangert <bangert@gentoo.org> :
+ version bump - this release fixes a security bug in anlgform.pl (not enabled
+ by default
+
*analog-5.22-r1 (3 May 2002)
diff --git a/app-admin/analog/analog-5.24.ebuild b/app-admin/analog/analog-5.24.ebuild
new file mode 100644
index 000000000000..474a07f06679
--- /dev/null
+++ b/app-admin/analog/analog-5.24.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/app-admin/analog/analog-5.24.ebuild,v 1.1 2002/06/27 11:08:13 bangert Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="The most popular logfile analyser in the world"
+HOMEPAGE="http://www.analog.cx/"
+SRC_URI="http://www.analog.cx/${P}.tar.gz"
+DEPEND="virtual/glibc >=dev-libs/libpcre-3.4 >=media-libs/libgd-1.8.3 >=sys-libs/zlib-1.1.3"
+LICENSE="as-is"
+SLOT="0"
+
+src_unpack() {
+ unpack ${A} ; cd ${S}
+ mv src/Makefile src/Makefile.orig
+ sed -e "s:^CFLAGS.*:CFLAGS = ${CFLAGS}:" \
+ -e 's:^DEFS.*:DEFS = -DHAVE_GD -DHAVE_PCRE:' \
+ -e 's:^LIBS.*:LIBS = -lgd -lpng -ljpeg -lz -lpcre -lm:' \
+ src/Makefile.orig > src/Makefile
+ patch -p1 < ${FILESDIR}/${PN}-5.1-gentoo.diff
+}
+
+src_compile() {
+ make -C src || die
+}
+
+src_install() {
+ dobin analog ; newman analog.man analog.1
+
+ dodoc README.txt Licence.txt analog.cfg
+ dohtml -a html,gif,css,ico docs/*
+ docinto examples ; dodoc examples/*
+ docinto cgi ; dodoc anlgform.pl
+ cp -a how-to ${D}/usr/share/doc/${PF}
+
+ insinto /usr/share/analog/images ; doins images/*
+ insinto /usr/share/analog/lang ; doins lang/*
+ dodir /var/log/analog
+ dosym /usr/share/analog/images /var/log/analog/images
+ insinto /etc/analog ; doins ${FILESDIR}/analog.cfg
+}
diff --git a/app-admin/analog/files/digest-analog-5.24 b/app-admin/analog/files/digest-analog-5.24
new file mode 100644
index 000000000000..fc6c40cf36e0
--- /dev/null
+++ b/app-admin/analog/files/digest-analog-5.24
@@ -0,0 +1 @@
+MD5 ae535ae9e4c52fb0ad23d4b34fab7e71 analog-5.24.tar.gz 983415