diff options
author | Jared H.Hudson <jhhudso@gentoo.org> | 2003-05-24 09:27:13 +0000 |
---|---|---|
committer | Jared H.Hudson <jhhudso@gentoo.org> | 2003-05-24 09:27:13 +0000 |
commit | 25cb0a700b1ca703cbe8f7b944df7bb1633d31b9 (patch) | |
tree | 8e025bdcc123fae74ff202e840d45ee11b81650f /net-analyzer | |
parent | Updated sarg-1.2.2 to x86, and added new ~x86 sarg-1.4.1 (bug #21161) (diff) | |
download | gentoo-2-25cb0a700b1ca703cbe8f7b944df7bb1633d31b9.tar.gz gentoo-2-25cb0a700b1ca703cbe8f7b944df7bb1633d31b9.tar.bz2 gentoo-2-25cb0a700b1ca703cbe8f7b944df7bb1633d31b9.zip |
Updated sarg-1.2.2 to x86, and added new ~x86 sarg-1.4.1 (bug #21161)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/sarg/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/sarg/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/sarg/files/digest-sarg-1.4.1 | 1 | ||||
-rw-r--r-- | net-analyzer/sarg/sarg-1.2.2.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/sarg/sarg-1.4.1.ebuild | 31 |
5 files changed, 42 insertions, 4 deletions
diff --git a/net-analyzer/sarg/ChangeLog b/net-analyzer/sarg/ChangeLog index a64e428e6877..883fa77ac2f8 100644 --- a/net-analyzer/sarg/ChangeLog +++ b/net-analyzer/sarg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/sarg # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +*sarg-1.4.1 (24 May 2003) + + 24 May 2003; Jared Hudson <jhhudso@gentoo.org> : Updated to latest version + and added man page to ebuild. Credit goes to Marcel Meyer <meyerm@fs.tum.de> + In response to bug #21161 + *sarg-1.2.2 (14 Nov 2002) 14 Nov 2002; Jared Hudson <jhhudso@gentoo.org> : Initial Import. Ebuild diff --git a/net-analyzer/sarg/Manifest b/net-analyzer/sarg/Manifest index 973e308ceff5..fba89da899da 100644 --- a/net-analyzer/sarg/Manifest +++ b/net-analyzer/sarg/Manifest @@ -1,5 +1,5 @@ -MD5 bc422e75bc5754b1da6c6b42cc8adc03 ChangeLog 270 -MD5 9ceeee12a4c2f9d93d025f87446d189d sarg-1.2.2.ebuild 826 +MD5 67c3c3909fe8242d418ab62c9777417e ChangeLog 483 +MD5 abd5ce33e8bc1447d9c8beac98b22196 sarg-1.2.2.ebuild 826 MD5 165db035d699a3b60d302ce5ff91cfbe sarg-1.4.1.ebuild 792 MD5 b60741cb2874bce6ba11ed9ab30de7ac files/digest-sarg-1.2.2 62 MD5 d0d0e64d8851d613b34982597a1d1cee files/digest-sarg-1.4.1 62 diff --git a/net-analyzer/sarg/files/digest-sarg-1.4.1 b/net-analyzer/sarg/files/digest-sarg-1.4.1 new file mode 100644 index 000000000000..9ac88cd16fdb --- /dev/null +++ b/net-analyzer/sarg/files/digest-sarg-1.4.1 @@ -0,0 +1 @@ +MD5 357f8e175746e19dac4a61f4a2ef0aaf sarg-1.4.1.tar.gz 125589 diff --git a/net-analyzer/sarg/sarg-1.2.2.ebuild b/net-analyzer/sarg/sarg-1.2.2.ebuild index f338887ce840..babcb9c3ae8b 100644 --- a/net-analyzer/sarg/sarg-1.2.2.ebuild +++ b/net-analyzer/sarg/sarg-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-1.2.2.ebuild,v 1.4 2003/02/13 13:50:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-1.2.2.ebuild,v 1.5 2003/05/24 09:27:08 jhhudso Exp $ DESCRIPTION="Sarg (Squid Analysis Report Generator) is a tool that allows you to view where your users are going to on the Internet." HOMEPAGE="http://web.onda.com.br/orso/sarg.html" @@ -8,7 +8,7 @@ SRC_URI="http://web.onda.com.br/orso/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="" RDEPEND=">=net-www/squid-2.4.7" diff --git a/net-analyzer/sarg/sarg-1.4.1.ebuild b/net-analyzer/sarg/sarg-1.4.1.ebuild new file mode 100644 index 000000000000..ee4a01e9df41 --- /dev/null +++ b/net-analyzer/sarg/sarg-1.4.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 + +DESCRIPTION="Sarg (Squid Analysis Report Generator) is a tool that allows you to view where your users are going to on the Internet." +HOMEPAGE="http://web.onda.com.br/orso/sarg.html" +SRC_URI="http://web.onda.com.br/orso/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="" +RDEPEND=">=net-www/squid-2.5.1" + +src_compile() { + rm -rf config.cache + ./configure \ + --enable-bindir=/usr/bin \ + --enable-mandir=/usr/man/man1 \ + --enable-sysconfdir=/etc/sarg || die "./configure failed" + emake || die +} + +src_install() { + dodir /etc/sarg /usr/bin /usr/man/man1 + make \ + BINDIR=${D}/usr/bin \ + MANDIR=${D}/usr/man/man1 \ + SYSCONFDIR=${D}/etc/sarg \ + install || die +} |