Portage is a package management system used by Gentoo Linux
# ChangeLog for net-analyzer/calamaris
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/calamaris/ChangeLog,v 1.14 2007/02/19 23:58:32 jokey Exp $
19 Feb 2007; Markus Ullmann
Redigest for Manifest2
*calamaris-2.99.4.0 (19 Dec 2006)
19 Dec 2006; Cedric Krier
Version bump for bug #143293
17 Jun 2006; Karol Wojtaszek
Stable on amd64
18 Jan 2006; Karol Wojtaszek
~amd64 keyworded
05 Sep 2005; Marcelo Goes
Remove old ebuild.
02 Apr 2005; Marcelo Goes
Removing old version, no need to have three stable packages in my opinion.
*calamaris-2.59 (06 Nov 2004)
06 Nov 2004; Eldad Zack
x86 stable
15 Jul 2004; Eldad Zack
Version bump, Closes #57064
09 Jul 2004; Eldad Zack
calamaris-2.51.ebuild, calamaris-2.57.ebuild:
Added metadata
09 Jul 2004; Eldad Zack
calamaris-2.57.ebuild:
Tidy up, added missing IUSE
*calamaris-2.57 (09 Mar 2003)
09 Mar 2003; Daniel Ahlberg
Version bump.
*calamaris-2.51 (07 August 2002)
07 August 2002; Sascha Schwabbauer
Initial version in Portage now..
Initial ebuild by Todd Heim
DIST calamaris-2.59.tar.gz 56168 RMD160 f1050e0b896eb851412e754b8137484113ddb19b SHA1 5dc703e247b707482ce28d4612598aa51b101c31 SHA256 60103bf6bfe0142bf2a0dfa7f7647ae7ed739b8b3082f11b8e55e21c2546d7ae
DIST calamaris-2.99.4.0.tar.gz 105860 RMD160 6936d02c0b245bc9d6c688d51c65cc0cac44f30d SHA1 8a4b920b3dedb4185783895c5156e677d83ff78b SHA256 a28333ed770996397cc752e813586ac9177aab5c9dfee0104133d9c2c7dea42c
EBUILD calamaris-2.59.ebuild 589 RMD160 d246f7cf7fb91051fbe08cc3ae2ed6a5d3fda9c8 SHA1 b59536f580d0f53e34267f79cd2a1ca46483d7c9 SHA256 3a6178eed5434db585a41d980c59e9df18e2812993d3afa181d151d80fab4572
EBUILD calamaris-2.99.4.0.ebuild 831 RMD160 c2e9c8694c1dc1daf2920dd36f14a06d45b31ce9 SHA1 38cb8559d7f3c8bc677077b22df7f94d402ed35e SHA256 5f5b2b81a5fd9fc37f2e6e5e13e0ff3e6c659ab0e79a57c72677aaed902580dc
MISC ChangeLog 1689 RMD160 a5493b544df5e885361fabfedfad5d68cfcf8113 SHA1 d845aa9fd1e390eda5d9b1be3d724c184099a972 SHA256 5d9358866e34f98dbe8cfd3d8d674ccde1718f4f5f6910a6817cb94a07ee89dc
MISC metadata.xml 285 RMD160 a44a50fa313d60014f4e03ee77838498b9789cfb SHA1 4e63722448d3e9c1b289331946836b5b2a9cf422 SHA256 dffcf9c3894668ea8234858fb2ed5038b3a4b5d679c22728f216c1ca1e033c7c
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/calamaris/calamaris-2.59.ebuild,v 1.6 2006/06/17 07:32:43 sekretarz 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="amd64 ppc x86"
DEPEND="dev-lang/perl"
IUSE=""
src_install () {
dobin calamaris
doman calamaris.1
dodoc CHANGES EXAMPLES README
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/calamaris/calamaris-2.99.4.0.ebuild,v 1.1 2006/12/19 22:17:09 cedk 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="~amd64 ~ppc ~x86"
DEPEND=""
RDEPEND="dev-lang/perl
dev-perl/GDGraph"
IUSE=""
src_unpack() {
unpack ${A}
cd "${S}"
sed -i -e "s:\(use lib\).*$:\1 '/usr/share/';:" \
calamaris
}
src_install() {
dobin calamaris calamaris-cache-convert
insinto /usr/share/${PN}
doins *.pm
doman calamaris.1
dodoc BUGS CHANGES EXAMPLES EXAMPLES.v3 README TODO \
calamaris.conf
}