diff options
author | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-08-12 08:55:39 +0000 |
---|---|---|
committer | Sascha Schwabbauer <cybersystem@gentoo.org> | 2002-08-12 08:55:39 +0000 |
commit | 913ce250ef7e33607e2085fe911ad56f127dc92c (patch) | |
tree | d1e7889cacf450e0e28297d622a3afe8a3d975c8 /net-analyzer/squid-graph | |
parent | edited changelog again (diff) | |
download | gentoo-2-913ce250ef7e33607e2085fe911ad56f127dc92c.tar.gz gentoo-2-913ce250ef7e33607e2085fe911ad56f127dc92c.tar.bz2 gentoo-2-913ce250ef7e33607e2085fe911ad56f127dc92c.zip |
added new package, squid-graph
Diffstat (limited to 'net-analyzer/squid-graph')
-rw-r--r-- | net-analyzer/squid-graph/ChangeLog | 10 | ||||
-rw-r--r-- | net-analyzer/squid-graph/files/digest-squid-graph-3.0 | 1 | ||||
-rw-r--r-- | net-analyzer/squid-graph/squid-graph-3.0.ebuild | 23 |
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" +} |