summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schwabbauer <cybersystem@gentoo.org>2002-08-12 08:55:39 +0000
committerSascha Schwabbauer <cybersystem@gentoo.org>2002-08-12 08:55:39 +0000
commit2df1b7138f240e4d8493f9b38313e3184bca8603 (patch)
tree27efc06b194c4d9c2e3bb0ba4f82bf6064d2b0d2 /net-analyzer/squid-graph
parentedited changelog again (diff)
downloadhistorical-2df1b7138f240e4d8493f9b38313e3184bca8603.tar.gz
historical-2df1b7138f240e4d8493f9b38313e3184bca8603.tar.bz2
historical-2df1b7138f240e4d8493f9b38313e3184bca8603.zip
added new package, squid-graph
Diffstat (limited to 'net-analyzer/squid-graph')
-rw-r--r--net-analyzer/squid-graph/ChangeLog10
-rw-r--r--net-analyzer/squid-graph/files/digest-squid-graph-3.01
-rw-r--r--net-analyzer/squid-graph/squid-graph-3.0.ebuild23
3 files changed, 34 insertions, 0 deletions
diff --git a/net-analyzer/squid-graph/ChangeLog b/net-analyzer/squid-graph/ChangeLog
new file mode 100644
index 000000000000..5ae28fbe0747
--- /dev/null
+++ b/net-analyzer/squid-graph/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-analyzer/squid-graph
+# Copyright 2001-2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/ChangeLog,v 1.1 2002/08/12 08:55:39 cybersystem Exp $
+
+* squid-graph-3.0 (12 August 2002)
+
+ 12 August 2002; Sascha Schwabbauer <cybersystem@gentoo.org> ChangeLog, squid-graph-3.0.ebuild, files/digest-squid-graph-3.0 :
+
+ Initial version in Portage now..
+ Initial ebuild by Todd Heim <theim@umd.umich.edu>..
diff --git a/net-analyzer/squid-graph/files/digest-squid-graph-3.0 b/net-analyzer/squid-graph/files/digest-squid-graph-3.0
new file mode 100644
index 000000000000..cb158ca87d0b
--- /dev/null
+++ b/net-analyzer/squid-graph/files/digest-squid-graph-3.0
@@ -0,0 +1 @@
+MD5 b3b95c26c5d439ccb88a799d01a4b870 squid-graph-3.0.tar 522240
diff --git a/net-analyzer/squid-graph/squid-graph-3.0.ebuild b/net-analyzer/squid-graph/squid-graph-3.0.ebuild
new file mode 100644
index 000000000000..129e02ffacc7
--- /dev/null
+++ b/net-analyzer/squid-graph/squid-graph-3.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/squid-graph/squid-graph-3.0.ebuild,v 1.1 2002/08/12 08:55:39 cybersystem Exp $
+
+DESCRIPTION="Squid logfile analyzer and traffic grapher"
+HOMEPAGE="http://www.squid-graph.dhs.org"
+SRC_URI="http://www.squid-graph.dhs.org/files/stable/${P}.tar"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="ppc x86 sparc sparc64"
+DEPEND="sys-devel/perl"
+RDEPEND="sys-devel/perl"
+S=${WORKDIR}/${P}
+
+src_install () {
+ dobin bin/apacheconv bin/generate.cgi bin/squid-graph bin/timeconv
+ dodoc docs/CHANGELOG docs/README
+ dohtml docs/html/*
+}
+
+pkg_postinst () {
+ einfo "Remember to copy /usr/share/doc/${P}/html/logo.png to your output directory"
+}