summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-03-09 20:52:50 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-03-09 20:52:50 +0000
commit83d06cdd6c703e6c02431da11333eaba61344983 (patch)
tree741695192fa88c804cba7535ffbc8e14d065468b /net-analyzer/calamaris/calamaris-2.57.ebuild
parentVersion bump (diff)
downloadgentoo-2-83d06cdd6c703e6c02431da11333eaba61344983.tar.gz
gentoo-2-83d06cdd6c703e6c02431da11333eaba61344983.tar.bz2
gentoo-2-83d06cdd6c703e6c02431da11333eaba61344983.zip
Version bump
Diffstat (limited to 'net-analyzer/calamaris/calamaris-2.57.ebuild')
-rw-r--r--net-analyzer/calamaris/calamaris-2.57.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-analyzer/calamaris/calamaris-2.57.ebuild b/net-analyzer/calamaris/calamaris-2.57.ebuild
new file mode 100644
index 000000000000..92d8a5497d8c
--- /dev/null
+++ b/net-analyzer/calamaris/calamaris-2.57.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/calamaris/calamaris-2.57.ebuild,v 1.1 2003/03/09 20:52:50 aliz Exp $
+
+DESCRIPTION="Calamaris parses the logfiles of a wide variety of Web proxy servers and generates reports"
+HOMEPAGE="http://calamaris.cord.de/"
+SRC_URI="http://calamaris.cord.de/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc ~x86"
+DEPEND="sys-devel/perl"
+RDEPEND="sys-devel/perl"
+S=${WORKDIR}/${P}
+
+src_install () {
+ dobin calamaris
+ doman calamaris.1
+ dodoc CHANGES EXAMPLES README
+}