summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2012-05-18 17:36:48 +0900
committerBenda Xu <heroxbd@gentoo.org>2012-05-18 17:36:48 +0900
commitfb26a5c2df5e1fde31491ebeff69112712008353 (patch)
tree2f8414516404877c9df8e29df0c2b2536ab2bd5c /net-analyzer
downloadandroid-fb26a5c2df5e1fde31491ebeff69112712008353.tar.gz
android-fb26a5c2df5e1fde31491ebeff69112712008353.tar.bz2
android-fb26a5c2df5e1fde31491ebeff69112712008353.zip
initial commit
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/cacti.patch28
-rw-r--r--net-analyzer/cacti/ChangeLog788
-rw-r--r--net-analyzer/cacti/Manifest18
-rw-r--r--net-analyzer/cacti/cacti-0.8.7g.ebuild90
-rw-r--r--net-analyzer/cacti/cacti-0.8.7h.ebuild82
-rw-r--r--net-analyzer/cacti/cacti-0.8.7i.ebuild82
-rw-r--r--net-analyzer/cacti/cacti-0.8.8a.ebuild82
-rw-r--r--net-analyzer/cacti/files/postinstall-en.txt62
-rw-r--r--net-analyzer/cacti/metadata.xml21
-rw-r--r--net-analyzer/hping/ChangeLog212
-rw-r--r--net-analyzer/hping/Manifest10
-rw-r--r--net-analyzer/hping/files/bytesex.h.patch19
-rw-r--r--net-analyzer/hping/files/hping-3_pre20051105-ldflags.patch16
-rw-r--r--net-analyzer/hping/files/hping-3_pre20051105-libtcl.patch16
-rw-r--r--net-analyzer/hping/files/hping-3_pre20051105-scan-overflow.patch11
-rw-r--r--net-analyzer/hping/files/hping-3_pre20051105-tcl.patch11
-rw-r--r--net-analyzer/hping/files/hping-3_pre20051105.patch45
-rw-r--r--net-analyzer/hping/hping-3_pre20051105-r3.ebuild75
-rw-r--r--net-analyzer/hping/metadata.xml6
-rw-r--r--net-analyzer/jnettop/Manifest4
-rw-r--r--net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch13
-rw-r--r--net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild33
-rw-r--r--net-analyzer/jnettop/metadata.xml6
-rw-r--r--net-analyzer/netcat-openbsd/ChangeLog9
-rw-r--r--net-analyzer/netcat-openbsd/Manifest4
-rw-r--r--net-analyzer/netcat-openbsd/metadata.xml13
-rw-r--r--net-analyzer/netcat-openbsd/netcat-openbsd-1.84.ebuild59
l---------net-analyzer/ssldump.old1
-rw-r--r--net-analyzer/ssldump.patch68
-rw-r--r--net-analyzer/ssldump/ChangeLog78
-rw-r--r--net-analyzer/ssldump/Manifest10
-rw-r--r--net-analyzer/ssldump/files/ssldump-0.9-DLT_LINUX_SLL.patch13
-rw-r--r--net-analyzer/ssldump/files/ssldump-0.9-configure-dylib.patch11
-rw-r--r--net-analyzer/ssldump/files/ssldump-0.9-libpcap-header.patch10
-rw-r--r--net-analyzer/ssldump/files/ssldump-0.9-makefile-fix.patch21
-rw-r--r--net-analyzer/ssldump/files/ssldump-0.9-openssl-0.9.8.compile-fix.patch19
-rw-r--r--net-analyzer/ssldump/metadata.xml6
-rw-r--r--net-analyzer/ssldump/ssldump-0.9-r1.ebuild58
-rw-r--r--net-analyzer/ssldump/ssldump-0.9.ebuild41
39 files changed, 2151 insertions, 0 deletions
diff --git a/net-analyzer/cacti.patch b/net-analyzer/cacti.patch
new file mode 100644
index 0000000..a18fa5b
--- /dev/null
+++ b/net-analyzer/cacti.patch
@@ -0,0 +1,28 @@
+--- cacti-0.8.7i.ebuild 2012-05-06 20:51:13.000000000 +0900
++++ cacti-0.8.8a.ebuild 2012-05-06 21:10:38.000000000 +0900
+@@ -22,7 +22,7 @@ if [[ -n ${UPSTREAM_PATCHES} ]]; then
+ fi
+
+ LICENSE="GPL-2"
+-KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86"
++KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+ IUSE="snmp doc"
+
+ DEPEND=""
+@@ -70,12 +70,12 @@ src_install() {
+
+ edos2unix `find -type f -name '*.php'`
+
+- dodir ${MY_HTDOCSDIR}
++ dodir ${MY_HTDOCSDIR#${EPREFIX}}
+ cp -r . "${D}"${MY_HTDOCSDIR}
+
+- webapp_serverowned ${MY_HTDOCSDIR}/rra
+- webapp_serverowned ${MY_HTDOCSDIR}/log/cacti.log
+- webapp_configfile ${MY_HTDOCSDIR}/include/config.php
++ webapp_serverowned ${MY_HTDOCSDIR#${EPREFIX}}/rra
++ webapp_serverowned ${MY_HTDOCSDIR#${EPREFIX}}/log/cacti.log
++ webapp_configfile ${MY_HTDOCSDIR#${EPREFIX}}/include/config.php
+ webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+ webapp_src_install
diff --git a/net-analyzer/cacti/ChangeLog b/net-analyzer/cacti/ChangeLog
new file mode 100644
index 0000000..3ff98b8
--- /dev/null
+++ b/net-analyzer/cacti/ChangeLog
@@ -0,0 +1,788 @@
+# ChangeLog for net-analyzer/cacti
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.188 2012/01/01 15:12:25 armin76 Exp $
+
+ 01 Jan 2012; Raúl Porcel <armin76@gentoo.org> cacti-0.8.7i.ebuild:
+ alpha/sparc/x86 stable wrt #394595
+
+ 23 Dec 2011; Mark Loeser <halcy0n@gentoo.org> cacti-0.8.7g.ebuild:
+ Drop stable ppc/ppc64
+
+ 16 Dec 2011; Jeroen Roovers <jer@gentoo.org> cacti-0.8.7i.ebuild:
+ Stable for HPPA (bug #394595).
+
+ 15 Dec 2011; Agostino Sarubbo <ago@gentoo.org> cacti-0.8.7i.ebuild:
+ Stable for AMD64, wrt security bug #394595
+
+ 12 Dec 2011; Peter Volkov <pva@gentoo.org> +cacti-0.8.7i.ebuild:
+ Version bump. Plugin architecture is now includded, bug #346741 wrt Jens Ott
+ and Alon Bar-Lev.
+
+ 13 Nov 2011; Markus Meier <maekke@gentoo.org> cacti-0.8.7h.ebuild:
+ x86 stable, bug #387661
+
+ 20 Oct 2011; Jeroen Roovers <jer@gentoo.org> cacti-0.8.7h.ebuild:
+ Stable for HPPA (bug #387661).
+
+ 20 Oct 2011; Tony Vroon <chainsaw@gentoo.org> cacti-0.8.7h.ebuild:
+ Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian
+ "idella4" Delaney in bug #387661.
+
+*cacti-0.8.7h (02 Oct 2011)
+
+ 02 Oct 2011; Peter Volkov <pva@gentoo.org> +cacti-0.8.7h.ebuild:
+ Version bump, bug #384627 thank Martin Samek for report.
+
+ 01 Apr 2011; Peter Volkov <pva@gentoo.org> -cacti-0.8.7e-r2.ebuild,
+ -cacti-0.8.7e-r3.ebuild:
+ Drop old.
+
+ 20 Dec 2010; Brent Baude <ranger@gentoo.org> cacti-0.8.7g.ebuild:
+ Marking cacti-0.8.7g ppc64 for bug 324031
+
+ 20 Nov 2010; Raúl Porcel <armin76@gentoo.org> cacti-0.8.7g.ebuild:
+ alpha/sparc stable wrt #324031
+
+ 19 Nov 2010; Jeroen Roovers <jer@gentoo.org> cacti-0.8.7g.ebuild:
+ Stable for HPPA PPC (bug #324031).
+
+ 17 Nov 2010; Markos Chandras <hwoarang@gentoo.org> cacti-0.8.7g.ebuild:
+ Stable on amd64 wrt bug #324031
+
+ 16 Nov 2010; Thomas Kahle <tomka@gentoo.org> cacti-0.8.7g.ebuild:
+ x86 stable per bug 324031
+
+*cacti-0.8.7g (15 Nov 2010)
+
+ 15 Nov 2010; Peter Volkov <pva@gentoo.org> -cacti-0.8.7e-r1.ebuild,
+ +cacti-0.8.7g.ebuild:
+ Version bump, bug #324457, thank Luca Lesinigo for report and Jens Ott for
+ initial work. Fixes multiple vulnerabilities, security bug #324031, thank
+ Matthias Geerdsen for report. Fixes installation with new php version, bug
+ #343205, thank Bradley Leininger for report.
+
+*cacti-0.8.7e-r3 (03 Jul 2010)
+
+ 03 Jul 2010; Matti Bickel <mabi@gentoo.org> +cacti-0.8.7e-r3.ebuild:
+ eapi bump for php-5.3 (bug #298205)
+
+ 01 Jun 2010; Joseph Jezak <josejx@gentoo.org> cacti-0.8.7e-r2.ebuild:
+ Marked ppc stable for bug #317615.
+
+ 26 May 2010; Brent Baude <ranger@gentoo.org> cacti-0.8.7e-r2.ebuild:
+ Marking cacti-0.8.7e-r2 ppc64 for bug 317615
+
+ 23 May 2010; Raúl Porcel <armin76@gentoo.org> cacti-0.8.7e-r2.ebuild:
+ alpha/sparc stable wrt #317615
+
+ 23 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ cacti-0.8.7e-r2.ebuild:
+ x86 stable wrt security bug #317615
+
+ 20 May 2010; Jeroen Roovers <jer@gentoo.org> cacti-0.8.7e-r2.ebuild:
+ Stable for HPPA (bug #317615).
+
+ 20 May 2010; Peter Volkov <pva@gentoo.org> cacti-0.8.7e-r2.ebuild:
+ amd64 stable, bug 317615.
+
+*cacti-0.8.7e-r2 (18 May 2010)
+
+ 18 May 2010; Peter Volkov <pva@gentoo.org> +cacti-0.8.7e-r2.ebuild:
+ Added sql_injection_template_export patch, fixes security bug #317615,
+ thank Marcin Mirosław for report.
+
+ 14 Apr 2010; Gordon Malm <gengor@gentoo.org> cacti-0.8.7e-r1.ebuild:
+ Fix RDEPEND for bug #304583.
+
+ 14 Feb 2010; Peter Volkov <pva@gentoo.org> cacti-0.8.7e-r1.ebuild:
+ cacti 087 does not work with >rddtool-1.4, bug #304583, thank Emmanuel
+ Andry for report.
+
+ 20 Dec 2009; Peter Volkov <pva@gentoo.org> -cacti-0.8.7b-r3.ebuild,
+ -cacti-0.8.7e.ebuild:
+ Drop old.
+
+ 20 Dec 2009; Jeroen Roovers <jer@gentoo.org> cacti-0.8.7e-r1.ebuild:
+ Stable for PPC (bug #294573).
+
+ 19 Dec 2009; Jeroen Roovers <jer@gentoo.org> cacti-0.8.7e-r1.ebuild:
+ Stable for HPPA too.
+
+ 09 Dec 2009; Raúl Porcel <armin76@gentoo.org> cacti-0.8.7e-r1.ebuild:
+ sparc stable wrt #294573
+
+ 30 Nov 2009; Markus Meier <maekke@gentoo.org> cacti-0.8.7e-r1.ebuild:
+ amd64 stable, bug #294573
+
+ 29 Nov 2009; Tobias Klausmann <klausman@gentoo.org>
+ cacti-0.8.7e-r1.ebuild:
+ Stable on alpha, bug #294573
+
+ 26 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
+ cacti-0.8.7e-r1.ebuild:
+ stable x86, security bug 294573
+
+ 25 Nov 2009; Brent Baude <ranger@gentoo.org> cacti-0.8.7e-r1.ebuild:
+ Marking cacti-0.8.7e-r1 ppc64 for bug 294573
+
+*cacti-0.8.7e-r1 (25 Nov 2009)
+
+ 25 Nov 2009; Peter Volkov <pva@gentoo.org> -cacti-0.8.6j-r8.ebuild,
+ -files/cacti-0.8.6j-dos-large-values.patch, -cacti-0.8.7d.ebuild,
+ +cacti-0.8.7e-r1.ebuild:
+ Added patch to fix HTML injection vulnerabilities, thank Vadim Efimov for
+ report, bug #294573. Removed old.
+
+ 21 Nov 2009; nixnut <nixnut@gentoo.org> cacti-0.8.7e.ebuild:
+ ppc stable #293268
+
+ 19 Nov 2009; Markus Meier <maekke@gentoo.org> cacti-0.8.7e.ebuild:
+ amd64/x86 stable, bug #293268
+
+*cacti-0.8.7e (06 Oct 2009)
+
+ 06 Oct 2009; Peter Volkov <pva@gentoo.org> +cacti-0.8.7e.ebuild:
+ Version bump, bug #280193. Thank Rudy Grigar and Luca Lesinigo for report
+ and updates.
+
+ 26 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ cacti-0.8.6j-r8.ebuild:
+ Call depend.apache_pkg_setup() in pkg_setup() (bug #268371).
+
+*cacti-0.8.7d (08 Mar 2009)
+
+ 08 Mar 2009; Peter Volkov <pva@gentoo.org> -cacti-0.8.7b-r2.ebuild,
+ +cacti-0.8.7d.ebuild:
+ Version bump, bug #261463, thank Thomas Beinicke for report.
+
+ 13 Nov 2008; Brent Baude <ranger@gentoo.org> cacti-0.8.7b-r3.ebuild:
+ stable ppc64, bug 244956
+
+ 01 Nov 2008; nixnut <nixnut@gentoo.org> cacti-0.8.7b-r3.ebuild:
+ Stable on ppc wrt bug 244956
+
+ 01 Nov 2008; Jeremy Olexa <darkside@gentoo.org> cacti-0.8.7b-r3.ebuild:
+ amd64 stable, bug 244956
+
+ 31 Oct 2008; Raúl Porcel <armin76@gentoo.org> cacti-0.8.7b-r3.ebuild:
+ alpha/x86 stable wrt #244956
+
+ 30 Oct 2008; Ferris McCormick <fmccor@gentoo.org> cacti-0.8.7b-r3.ebuild:
+ Sparc stable, Bug #244956.
+
+ 13 Oct 2008; Peter Volkov <pva@gentoo.org> metadata.xml,
+ cacti-0.8.7b-r3.ebuild:
+ Added doc USE flag to install html manual, fixed a bit dependencies to
+ allow installation with any php capable web-server, bug #229523, thank
+ Tiziano Müller for report.
+
+*cacti-0.8.7b-r3 (19 Aug 2008)
+
+ 19 Aug 2008; Peter Volkov <pva@gentoo.org> -cacti-0.8.7b.ebuild,
+ -cacti-0.8.7b-r1.ebuild, +cacti-0.8.7b-r3.ebuild:
+ Added reset_each_patch upstream patch. Removed unused.
+
+ 04 Aug 2008; Jeroen Roovers <jer@gentoo.org> metadata.xml:
+ Describe local USE flags for GLEP 56.
+
+ 27 Apr 2008; Markus Meier <maekke@gentoo.org> cacti-0.8.7b-r2.ebuild:
+ amd64 stable, bug #214862
+
+ 12 Apr 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+ cacti-0.8.7b-r2.ebuild:
+ ppc stable, bug #214862
+
+ 27 Mar 2008; Markus Rothe <corsair@gentoo.org> ChangeLog:
+ Stable on ppc64; bug #214862
+
+ 27 Mar 2008; Raúl Porcel <armin76@gentoo.org> cacti-0.8.7b-r2.ebuild:
+ alpha/sparc/x86 stable wrt #214862
+
+ 26 Mar 2008; Markus Rothe <corsair@gentoo.org> cacti-0.8.7b-r2.ebuild:
+ Stable on ppc64; bug #214862
+
+*cacti-0.8.7b-r2 (07 Mar 2008)
+
+ 07 Mar 2008; <pva@gentoo.org> +cacti-0.8.7b-r2.ebuild:
+ Another patch from upstream, finally it applies correctly.
+
+*cacti-0.8.7b-r1 (03 Mar 2008)
+
+ 03 Mar 2008; <pva@gentoo.org> -cacti-0.8.6j-r7.ebuild,
+ -cacti-0.8.7a-r2.ebuild, +cacti-0.8.7b-r1.ebuild:
+ Added official upstream patch. Cleaned out php4 stuff. Removed bundled-adodb
+ USE flag, thank Donnie Berkholz for kind review. Removed old and unused
+ ebuilds.
+
+ 26 Feb 2008; Raúl Porcel <armin76@gentoo.org> cacti-0.8.7b.ebuild:
+ alpha/sparc stable wrt #210840
+
+ 25 Feb 2008; Steve Dibb <beandog@gentoo.org> cacti-0.8.6j-r8.ebuild:
+ amd64 stable, security bug 209918
+
+ 25 Feb 2008; Steve Dibb <beandog@gentoo.org> cacti-0.8.7b.ebuild:
+ amd64 stable, security bug 209918
+
+ 24 Feb 2008; Markus Meier <maekke@gentoo.org> cacti-0.8.7b.ebuild:
+ x86 stable, bug #210840
+
+ 22 Feb 2008; Brent Baude <ranger@gentoo.org> cacti-0.8.7b.ebuild:
+ Marking cacti-0.8.7b ppc64 for bug 210840
+
+ 21 Feb 2008; nixnut <nixnut@gentoo.org> cacti-0.8.7b.ebuild:
+ Stable on ppc wrt bug 210840
+
+ 19 Feb 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+ cacti-0.8.6j-r8.ebuild:
+ ppc stable, bug #209918
+
+ 15 Feb 2008; Raúl Porcel <armin76@gentoo.org> cacti-0.8.6j-r8.ebuild:
+ alpha/sparc stable wrt security #209918
+
+ 14 Feb 2008; Brent Baude <ranger@gentoo.org> cacti-0.8.6j-r8.ebuild:
+ Marking cacti-0.8.6j-r8 ppc64 for bug 209918
+
+ 14 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
+ cacti-0.8.6j-r8.ebuild:
+ stable x86, security bug 209918
+
+*cacti-0.8.7b (13 Feb 2008)
+*cacti-0.8.7a-r2 (13 Feb 2008)
+*cacti-0.8.6j-r8 (13 Feb 2008)
+
+ 13 Feb 2008; <pva@gentoo.org> files/postinstall-en.txt, metadata.xml,
+ +cacti-0.8.6j-r8.ebuild, -cacti-0.8.7a.ebuild, -cacti-0.8.7a-r1.ebuild,
+ +cacti-0.8.7a-r2.ebuild, +cacti-0.8.7b.ebuild:
+ Version bump. Cleaned a bit postinstall. Security fixes for bug 209918.
+ Thank you Pierre-Yves Rofes <py AT gentoo.org> for report! Cleaned unstable
+ vulnerable versions.
+
+ 05 Feb 2008; Markus Rothe <corsair@gentoo.org> cacti-0.8.7a.ebuild:
+ Stable on ppc64
+
+ 22 Jan 2008; Brent Baude <ranger@gentoo.org> cacti-0.8.6j-r7.ebuild:
+ Marking cacti-0.8.6j-r7 ppc to make a happy tree
+
+*cacti-0.8.7a-r1 (22 Jan 2008)
+
+ 22 Jan 2008; <pva@gentoo.org> -cacti-0.8.6j-r6.ebuild,
+ -cacti-0.8.7-r1.ebuild, +cacti-0.8.7a-r1.ebuild:
+ Added upstream fixes. Removed unused ebuilds.
+
+ 21 Jan 2008; Jeroen Roovers <jer@gentoo.org> cacti-0.8.7a.ebuild:
+ Stable for HPPA (bug #206921).
+
+ 23 Nov 2007; Markus Rothe <corsair@gentoo.org> cacti-0.8.6j-r7.ebuild:
+ Stable on ppc64; bug #199509
+
+ 22 Nov 2007; Raúl Porcel <armin76@gentoo.org> cacti-0.8.6j-r7.ebuild:
+ alpha/sparc stable wrt security #199509
+
+ 22 Nov 2007; Christian Faulhammer <opfer@gentoo.org>
+ cacti-0.8.6j-r7.ebuild:
+ stable x86, security bug 199509
+
+ 21 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ cacti-0.8.6j-r7.ebuild:
+ Stable on amd64 wrt bug #199509.
+
+*cacti-0.8.7a (18 Nov 2007)
+*cacti-0.8.6j-r7 (18 Nov 2007)
+
+ 18 Nov 2007; <pva@gentoo.org> +cacti-0.8.6j-r7.ebuild,
+ -cacti-0.8.7.ebuild, +cacti-0.8.7a.ebuild:
+ New release 0.8.7a and new patch 0.8.6j-r7. Fixes possible Possible SQL
+ injection issue was resolved, bug #199509.
+
+*cacti-0.8.7-r1 (03 Nov 2007)
+
+ 03 Nov 2007; <pva@gentoo.org> cacti-0.8.6j-r6.ebuild,
+ +cacti-0.8.7-r1.ebuild:
+ Added patches from upstream, fix bug #194166, small changes in 0.8.6j-r6 to
+ shut up repoman.
+
+*cacti-0.8.7 (29 Oct 2007)
+
+ 29 Oct 2007; Markus Ullmann <jokey@gentoo.org> metadata.xml,
+ +cacti-0.8.7.ebuild:
+ Version bump with a bunch of fixes, check upstream changelog for details
+
+ 19 Jul 2007; Christoph Mende <angelos@gentoo.org> cacti-0.8.6j-r6.ebuild:
+ Stable on amd64 wrt bug #172378
+
+ 03 Jul 2007; <pva@gentoo.org> -cacti-0.8.6i-r1.ebuild,
+ -cacti-0.8.6j-r4.ebuild, -cacti-0.8.6j-r5.ebuild, cacti-0.8.6j-r6.ebuild:
+ Added pcre and session php checks. Fixed bug #184057. Removed vulnerable to
+ bug #181112 versions.
+
+ 09 Jun 2007; Markus Rothe <corsair@gentoo.org> cacti-0.8.6j-r6.ebuild:
+ Stable on ppc64; bug #181112
+
+ 09 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org>
+ cacti-0.8.6j-r6.ebuild:
+ ppc stable, bug #181112
+
+ 08 Jun 2007; Raúl Porcel <armin76@gentoo.org> cacti-0.8.6j-r6.ebuild:
+ alpha stable wrt security #181112
+
+ 08 Jun 2007; <pva@gentoo.org> cacti-0.8.6j-r6.ebuild:
+ Call require_php_with_use only once. Thank armin76 for the fix.
+
+ 07 Jun 2007; Markus Rothe <corsair@gentoo.org> cacti-0.8.6j-r5.ebuild:
+ Stable on ppc64; bug #181112
+
+ 07 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org>
+ cacti-0.8.6j-r6.ebuild:
+ Stable on sparc wrt #181112
+
+ 07 Jun 2007; Christian Faulhammer <opfer@gentoo.org>
+ cacti-0.8.6j-r6.ebuild:
+ stable x86, security bug 181112
+
+*cacti-0.8.6j-r6 (07 Jun 2007)
+
+ 07 Jun 2007; <pva@gentoo.org> +cacti-0.8.6j-r6.ebuild:
+ New patch from upstream: snmpwalk_fix.
+
+ 06 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org>
+ cacti-0.8.6j-r5.ebuild:
+ Stable on sparc wrt security #181112
+
+*cacti-0.8.6j-r5 (06 Jun 2007)
+
+ 06 Jun 2007; Raphael Marichez <falco@gentoo.org>
+ +files/cacti-0.8.6j-dos-large-values.patch, +cacti-0.8.6j-r5.ebuild:
+ Version bump, security bug 181112
+
+ 02 Jun 2007; Lars Weiler <pylon@gentoo.org> cacti-0.8.6j-r4.ebuild:
+ Stable on ppc; bug #174551.
+
+ 13 May 2007; <pva@gentoo.org> cacti-0.8.6i-r1.ebuild,
+ cacti-0.8.6j-r4.ebuild:
+ lighttpd is stable on alpha and sparc so removing !archs from RDEPEND.
+ Actually remove snmp from php check, bug #178263.
+
+ 12 May 2007; Luca Longinotti <chtekk@gentoo.org> cacti-0.8.6i-r1.ebuild,
+ cacti-0.8.6j-r4.ebuild:
+ Fix bug #178258 (remove apache1 support).
+
+ 12 May 2007; <pva@gentoo.org> ChangeLog:
+ I was too fast in my previous bump. cacti works with snmp utilities fine
+ too. No need in snmp support in php.
+
+ 12 May 2007; <pva@gentoo.org> cacti-0.8.6j-r4.ebuild:
+ php should be compiled with snmp for cacti.
+
+ 19 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org>
+ cacti-0.8.6j-r4.ebuild:
+ Stable on sparc wrt #174551
+
+ 16 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
+ cacti-0.8.6j-r4.ebuild:
+ stable x86, bug 174551
+
+ 15 Apr 2007; Markus Rothe <corsair@gentoo.org> cacti-0.8.6j-r4.ebuild:
+ Stable on ppc64; bug #174551
+
+*cacti-0.8.6j-r4 (27 Mar 2007)
+
+ 27 Mar 2007; <pva@gentoo.org> -cacti-0.8.6j-r2.ebuild,
+ -cacti-0.8.6j-r3.ebuild, +cacti-0.8.6j-r4.ebuild:
+ Patch from upstream (Graph Debug Apache Lockup Issue).
+
+ 10 Mar 2007; Matti Bickel <mabi@gentoo.org> cacti-0.8.6i-r1.ebuild:
+ ppc stable (bug #155147)
+
+*cacti-0.8.6j-r3 (27 Feb 2007)
+
+ 27 Feb 2007; <pva@gentoo.org> +cacti-0.8.6j-r3.ebuild:
+ Use external adodb instead of bundled with package if bundeled-adodb USE
+ flag is off. Thank Francisco Javier <ffelix AT sshinf.com> for report.
+
+*cacti-0.8.6j-r2 (26 Feb 2007)
+
+ 26 Feb 2007; <pva@gentoo.org> -cacti-0.8.6j-r1.ebuild,
+ +cacti-0.8.6j-r2.ebuild:
+ Another patch from UPSTREAM.
+
+*cacti-0.8.6j-r1 (28 Jan 2007)
+
+ 28 Jan 2007; <pva@gentoo.org> -cacti-0.8.6j.ebuild,
+ +cacti-0.8.6j-r1.ebuild:
+ Upstream released ping_php_version4_snmpgetnext and
+ tree_console_missing_hosts patches. Thank Hans Rakers <hans AT parse.nl> for
+ report about ping problem in bug #159278.
+
+ 26 Jan 2007; <pva@gentoo.org> -cacti-0.8.6h_p20060108-r2.ebuild,
+ -cacti-0.8.6i.ebuild:
+ Cleaning out vulnerable (see bug #159278) versions.
+
+*cacti-0.8.6j (21 Jan 2007)
+
+ 21 Jan 2007; <pva@gentoo.org> +cacti-0.8.6j.ebuild:
+ Version bump reported by Hans Rakers <hans AT parse.nl> in bug #159278.
+
+ 16 Jan 2007; Jason Wever <weeve@gentoo.org> cacti-0.8.6i-r1.ebuild:
+ Stable on SPARC wrt security bug #159278.
+
+ 14 Jan 2007; Jose Luis Rivero <yoswink@gentoo.org> cacti-0.8.6i-r1.ebuild:
+ Stable on alpha wrt security bug #159278
+
+ 14 Jan 2007; Andrej Kacian <ticho@gentoo.org> cacti-0.8.6i-r1.ebuild:
+ Stable on x86, security bug #159278.
+
+ 13 Jan 2007; Markus Rothe <corsair@gentoo.org> cacti-0.8.6i-r1.ebuild:
+ Stable on ppc64; bug #159278
+
+*cacti-0.8.6i-r1 (07 Jan 2007)
+
+ 07 Jan 2007; Peter Volkov <pva@gentoo.org> +cacti-0.8.6i-r1.ebuild:
+ Include patches released by upstream. Should close vulnerabilities reported
+ in bug #159278.
+
+ 23 Nov 2006; Francesco Riosa <vivo@gentoo.org>
+ cacti-0.8.6h_p20060108-r2.ebuild, cacti-0.8.6i.ebuild:
+ dev-db/mysql => virtual/mysql
+
+ 01 Nov 2006; Markus Ullmann <jokey@gentoo.org>
+ cacti-0.8.6h_p20060108-r2.ebuild:
+ Fixing DEPEND wrt bug #153243
+
+*cacti-0.8.6i (14 Oct 2006)
+
+ 14 Oct 2006; Lance Albertson <ramereth@gentoo.org> +cacti-0.8.6i.ebuild:
+ * Version bump
+ * Fix misc issues in bug #132038
+ * Fixed patching code to be more scalable
+
+ 01 Jun 2006; Markus Ullmann <jokey@gentoo.org> files/postinstall-en.txt:
+ Adjusting postinstall instructions wrt bug #135082
+
+ 29 May 2006; Daniel Black <dragonheart@gentoo.org> -cacti-0.8.6g.ebuild,
+ -cacti-0.8.6g_p20051023.ebuild, -cacti-0.8.6h.ebuild,
+ -cacti-0.8.6h_p20060108.ebuild, -cacti-0.8.6h_p20060108-r1.ebuild:
+ punt security vulnerable versions
+
+ 23 May 2006; Markus Rothe <corsair@gentoo.org>
+ cacti-0.8.6h_p20060108-r2.ebuild:
+ Stable on ppc64
+
+ 12 May 2006; Michael Sterrett <mr_bones_@gentoo.org>
+ cacti-0.8.6h_p20060108-r2.ebuild:
+ ppc64 needs www-servers/lighttpd first before being marked stable
+
+ 07 May 2006; Markus Rothe <corsair@gentoo.org>
+ cacti-0.8.6h_p20060108-r2.ebuild:
+ Stable on ppc64
+
+ 27 Apr 2006; Alec Warner <antarus@gentoo.org> files/digest-cacti-0.8.6g,
+ files/digest-cacti-0.8.6g_p20051023, files/digest-cacti-0.8.6h,
+ files/digest-cacti-0.8.6h_p20060108,
+ files/digest-cacti-0.8.6h_p20060108-r1,
+ files/digest-cacti-0.8.6h_p20060108-r2, Manifest:
+ Fixing SHA256 digest, pass four
+
+ 13 Apr 2006; Jason Wever <weeve@gentoo.org>
+ cacti-0.8.6h_p20060108-r2.ebuild:
+ Stable on SPARC wrt security bug #129284.
+
+ 11 Apr 2006; Jose Luis Rivero <yoswink@gentoo.org>
+ cacti-0.8.6h_p20060108-r2.ebuild:
+ Stable on alpha wrt bug #129284
+
+ 11 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ cacti-0.8.6h_p20060108-r2.ebuild:
+ Stable on x86 wrt bug #129284.
+
+*cacti-0.8.6h_p20060108-r2 (11 Apr 2006)
+
+ 11 Apr 2006; Lance Albertson <ramereth@gentoo.org>
+ +cacti-0.8.6h_p20060108-r2.ebuild:
+ * Rev bump to fix security bug #129284
+
+*cacti-0.8.6h_p20060108-r1 (03 Apr 2006)
+
+ 03 Apr 2006; Lance Albertson <ramereth@gentoo.org>
+ +cacti-0.8.6h_p20060108-r1.ebuild:
+ * Fixed log/cacti.log to be server owned per bug #126142
+
+ 12 Mar 2006; Lance Albertson <ramereth@gentoo.org>
+ files/postinstall-en.txt, cacti-0.8.6h.ebuild,
+ cacti-0.8.6h_p20060108.ebuild:
+ * Stable on x86
+ * Fixed the rra/ dir to be server owned
+ * Added additional step to postinst doc
+
+*cacti-0.8.6h_p20060108 (16 Jan 2006)
+
+ 16 Jan 2006; Lance Albertson <ramereth@gentoo.org>
+ +cacti-0.8.6h_p20060108.ebuild:
+ * Version bump (new patched version)
+
+ 16 Jan 2006; Lance Albertson <ramereth@gentoo.org> cacti-0.8.6h.ebuild:
+ * Corrected ebuild to use httpd-like virtual
+
+*cacti-0.8.6h (04 Jan 2006)
+
+ 04 Jan 2006; Lance Albertson <ramereth@gentoo.org>
+ -cacti-0.8.6f-r1.ebuild, -cacti-0.8.6f-r2.ebuild,
+ cacti-0.8.6g_p20051023.ebuild, +cacti-0.8.6h.ebuild:
+ * Version bump
+ * Stable on x86
+ * Clean out old ebuilds
+
+ 19 Dec 2005; Bryan Østergaard <kloeri@gentoo.org cacti-0.8.6g.ebuild:
+ Stable on alpha.
+
+ 17 Dec 2005; Markus Rothe <corsair@gentoo.org>
+ cacti-0.8.6g_p20051023.ebuild:
+ Added ~ppc64
+
+ 18 Nov 2005; Lance Albertson <ramereth@gentoo.org> -cacti-0.8.6f.ebuild,
+ cacti-0.8.6f-r1.ebuild, cacti-0.8.6g.ebuild,
+ cacti-0.8.6g_p20051023.ebuild:
+ * Removed old ebuild
+ * Added >=dev-db/mysql-5 blocker (bug #112010)
+ * Adjusted httpd dep (now have a choice between apache1, apache2, or
+ lighttpd (only on 0.8.6g_p20051023)) bug #107512
+
+ 24 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org> cacti-0.8.6g.ebuild:
+ Stable on sparc
+
+*cacti-0.8.6g_p20051023 (23 Oct 2005)
+
+ 23 Oct 2005; Lance Albertson <ramereth@gentoo.org> cacti-0.8.6g.ebuild,
+ +cacti-0.8.6g_p20051023.ebuild:
+ * Stable on x86
+ * Added new patched version for fixes
+
+ 15 Sep 2005; Aron Griffis <agriffis@gentoo.org> cacti-0.8.6f-r1.ebuild:
+ Mark 0.8.6f-r1 stable on alpha
+
+*cacti-0.8.6g (10 Sep 2005)
+
+ 10 Sep 2005; Lance Albertson <ramereth@gentoo.org> -cacti-0.8.6e.ebuild,
+ +cacti-0.8.6g.ebuild:
+ * New version release bump
+ * Remove old version
+
+*cacti-0.8.6f-r2 (09 Sep 2005)
+
+ 09 Sep 2005; Lance Albertson <ramereth@gentoo.org>
+ +cacti-0.8.6f-r2.ebuild:
+ * Fixed php DEPEND to use virtuals per bug #102827
+
+ 03 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org>
+ cacti-0.8.6f-r1.ebuild:
+ Stable on sparc
+
+*cacti-0.8.6f-r1 (03 Aug 2005)
+
+ 03 Aug 2005; Robin H. Johnson <robbat2@gentoo.org>
+ +cacti-0.8.6f-r1.ebuild:
+ Revision bump with upstream patches.
+
+ 03 Jul 2005; Lance Albertson <ramereth@gentoo.org> cacti-0.8.6f.ebuild:
+ * stable on x86 (bug #97475)
+
+ 02 Jul 2005; Jason Wever <weeve@gentoo.org> cacti-0.8.6f.ebuild:
+ Stable on SPARC wrt bug #97475.
+
+*cacti-0.8.6f (02 Jul 2005)
+
+ 02 Jul 2005; Lance Albertson <ramereth@gentoo.org> -cacti-0.8.6b.ebuild,
+ -cacti-0.8.6c.ebuild, -cacti-0.8.6d.ebuild, +cacti-0.8.6f.ebuild:
+ * Added 0.8.6f for a security bump (bug #97475)
+ * Cleaned out old ebuilds
+
+ 30 Jun 2005; Lance Albertson <ramereth@gentoo.org>
+ files/digest-cacti-0.8.6e, Manifest:
+ fixed digest and uploaded correct tarball for 0.8.6e
+
+ 21 Jun 2005; Lance Albertson <ramereth@gentoo.org> metadata.xml,
+ cacti-0.8.6e.ebuild:
+ Security Bump per bug #96243
+ (SQL injection / global php var security issues)
+ * x86 & sparc marked stable
+ * alpha, amd64, ppc marked testing
+ * Updated metadata
+
+ 17 Jun 2005; Lance Albertson <ramereth@gentoo.org>
+ files/digest-cacti-0.8.6e, Manifest:
+ Updated digest for new tarball from author
+
+*cacti-0.8.6e (15 Jun 2005)
+
+ 15 Jun 2005; <solar@gentoo.org> +cacti-0.8.6e.ebuild:
+ - added cacti-0.8.6e masked by request.
+
+ 02 May 2005; Eldad Zack <eldad@gentoo.org> files/postinstall-en.txt,
+ cacti-0.8.6b.ebuild, cacti-0.8.6c.ebuild, cacti-0.8.6d.ebuild:
+ Fixed to use the webapp_configfile function for include/config.php. Updated
+ postinstall accordingly. Closes bug #90908. Thanks to Andy Blyler
+ <ajb@blyler.cc>.
+
+*cacti-0.8.6d (29 Apr 2005)
+
+ 29 Apr 2005; Martin Holzer <mholzer@gentoo.org> +cacti-0.8.6d.ebuild:
+ Version bumped.
+
+ 15 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> files/postinstall-en.txt:
+ More updates to postinst-en.txt for bug 83673. Thanks to Jakub Moc for
+ helping me get the upgrade instructions up-to-date (and correct).
+
+ 09 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> files/postinstall-en.txt,
+ cacti-0.8.6b.ebuild, cacti-0.8.6c.ebuild:
+ Update postinst-en.txt for bug 83673; updated both ebuilds to use
+ built_with_use instead of the homegrown check_with_use() function. Also
+ fixed the dodir ${D}... tidbit which caused obvious unwanted side effects.
+
+ 04 Mar 2005; Jason Wever <weeve@gentoo.org> cacti-0.8.6c.ebuild:
+ Stable on sparc.
+
+ 25 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> cacti-0.8.6c.ebuild:
+ Marked stable on x86.
+
+*cacti-0.8.6c (02 Jan 2005)
+
+ 02 Jan 2005; Martin Holzer <mholzer@gentoo.org> files/postinstall-en.txt,
+ +cacti-0.8.6c.ebuild:
+ Version bumped.
+
+ 07 Nov 2004; Jason Wever <weeve@gentoo.org> cacti-0.8.6b.ebuild:
+ Stable on sparc.
+
+ 06 Nov 2004; Eldad Zack <eldad@gentoo.org> -cacti-0.8.5a-r1.ebuild,
+ cacti-0.8.6b.ebuild:
+ x86 stable
+
+ 25 Oct 2004; Jason Wever <weeve@gentoo.org> cacti-0.8.5a-r2.ebuild:
+ Stable on sparc.
+
+ 24 Oct 2004; Eldad Zack <eldad@gentoo.org> cacti-0.8.5a-r2.ebuild:
+ Marked x86 stable
+
+ 14 Oct 2004; Eldad Zack <eldad@gentoo.org> +files/postinstall-en.txt,
+ cacti-0.8.6b.ebuild:
+ Better postinst instructions: using webapp.eclass postinst support
+
+*cacti-0.8.6b (14 Oct 2004)
+
+ 14 Oct 2004; Eldad Zack <eldad@gentoo.org> +cacti-0.8.6b.ebuild:
+ Version bump. Updated deps (cron, php). Check useflags of php/mod_php. Got rid
+ of version detection, and corrrected a few postinst instructions.
+
+*cacti-0.8.5a-r2 (23 Aug 2004)
+
+ 23 Aug 2004; Eldad Zack <eldad@gentoo.org> +cacti-0.8.5a-r2.ebuild:
+ Migrated ebuild from webapp-apache.eclass to use the webapp.eclass.
+ Closes bug #52596.
+
+ 17 Aug 2004; Eldad Zack <eldad@gentoo.org> cacti-0.8.5a-r1.ebuild:
+ Moved include/config.php to include/config-sample.php, so we won't overwrite
+ old config.
+
+*cacti-0.8.5a-r1 (17 Aug 2004)
+
+ 17 Aug 2004; Eldad Zack <eldad@gentoo.org>
+ +files/cacti-0.8.5a-sql-injection.patch, +cacti-0.8.5a-r1.ebuild:
+ Security patch (SQL Injection): bumping to -r1 with x86 stable.
+
+ 08 Aug 2004; Tom Martin <slarti@gentoo.org> cacti-0.8.5a.ebuild:
+ Typo in DESCRIPTION: frondend -> frontend. Bug 59717.
+
+ 07 Jul 2004; Jason Wever <weeve@gentoo.org> cacti-0.8.5a.ebuild:
+ Stable on sparc.
+
+ 05 Jul 2004; Eldad Zack <eldad@gentoo.org> cacti-0.8.5a.ebuild:
+ Added additional install instructions (crontab). Closes #53709. Thanks to
+ Lorinc Czegledi <lorinc.czegledi@mail.cpst.hu>. Also fixed previous version
+ detection.
+
+ 08 May 2004; Danny van Dyk <kugelfang@gentoo.org> cacti-0.8.5a.ebuild:
+ Marked ~amd64.
+
+ 19 Apr 2004; Martin Holzer <mholzer@gentoo.org> cacti-0.8.5a.ebuild:
+ x86 stable.
+
+*cacti-0.8.5a (10 Apr 2004)
+
+ 10 Apr 2004; Martin Holzer <mholzer@gentoo.org> cacti-0.8.5a.ebuild:
+ Version bumped.
+
+*cacti-0.8.5 (29 Feb 2004)
+
+ 29 Feb 2004; Martin Holzer <mholzer@gentoo.org> cacti-0.8.5.ebuild:
+ Version bumped. Closes 43137.
+
+ 15 Dec 2003; Stuart Herbert <stuart@gentoo.org> cacti-0.8.3a.ebuild,
+ cacti-0.8.4.ebuild:
+ Fix for bug #32636
+
+ 05 Dec 2003; Martin Holzer <mholzer@gentoo.org> cacti-0.8.4.ebuild:
+ x86 stable.
+
+ 05 Dec 2003; Martin Holzer <mholzer@gentoo.org> cacti-0.6.8a.ebuild,
+ cacti-0.8.3a.ebuild, cacti-0.8.4.ebuild:
+ changing chown. closes #35127.
+
+*cacti-0.8.4 (17 Nov 2003)
+
+ 17 Nov 2003; Martin Holzer <mholzer@gentoo.org> cacti-0.8.3a.ebuild,
+ cacti-0.8.4.ebuild:
+ Version bumped.
+
+ 17 Nov 2003; Martin Holzer <mholzer@gentoo.org> cacti-0.8.3a.ebuild:
+ adding webapps-apache.eclass
+
+ 23 Sep 2003; Martin Holzer <mholzer@gentoo.org> cacti-0.6.8a.ebuild,
+ cacti-0.8.3.ebuild, cacti-0.8.3a.ebuild:
+ Changed mysql depend to useflag. Closes #29429.
+
+*cacti-0.8.3a (01 Sep 2003)
+
+ 01 Sep 2003; Martin Holzer <mholzer@gentoo.org> cacti-0.8.3a.ebuild:
+ Version bumpe.d
+
+*cacti-0.8.3 (31 Aug 2003)
+
+ 31 Aug 2003; Martin Holzer <mholzer@gentoo.org> cacti-0.8.3.ebuild:
+ Version bumped.
+
+*cacti-0.8.2a (30 Jul 2003)
+
+ 30 Jul 2003; Martin Holzer <mholzer@gentoo.org> cacti-0.8.2a.ebuild:
+ Version bumped.
+
+*cacti-0.8.1-r1 (30 Jul 2003)
+
+ 30 Jul 2003; Martin Holzer <mholzer@gentoo.org> cacti-0.8.1-r1.ebuild:
+ Source is no more installed. Closes #23393.
+
+*cacti-0.8.1 (12 Jun 2003)
+
+ 12 Jun 2003; Troy Dack <tad@gentoo.org> cacti-0.8.1.ebuild:
+ Version Bump. Now works with net-snmp (default for virtual/snmp) and ucd-snmp.
+ Updated postinst einfo message.
+
+ 13 Jun 2003; Mike Frysinger <vapier@gentoo.org> :
+ Permissions fix, variable fix, dos format fix (#20686)
+
+*cacti-0.6.8a (23 Oct 2002)
+
+ 13 Jun 2003; Mike Frysinger <vapier@gentoo.org> :
+ Permissions fix, variable fix, dos format fix (#20686)
+
+ 13 May 2003; Martin Holzer <mholzer@gentoo.org> cacti-0.6.8a.ebuild:
+ Added net-analyzer/rrdtool to RDEPEND. Closes #20953
+
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
+
+ 05 Apr 2003; Martin Holzer <mholzer@gentoo.org> cacti-0.6.8a.ebuild:
+ Digest fix, marked as stable
+
+ 14 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
+ Replaced hardcoding of /home/httpd/htdocs with a grep of /etc/apache/conf/apache.conf
+
+ 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by me.
diff --git a/net-analyzer/cacti/Manifest b/net-analyzer/cacti/Manifest
new file mode 100644
index 0000000..072d9e5
--- /dev/null
+++ b/net-analyzer/cacti/Manifest
@@ -0,0 +1,18 @@
+AUX postinstall-en.txt 2249 RMD160 2703588d7971022699b58b2e5a113ab970124f4d SHA1 8c34cadfe75d1bca0eaaae66a5981f0ab575ea3f SHA256 7879329884e33f84108d5fbed732941c9fd8a53b56db499bfc0bd282bd61b10d
+DIST cacti-0.8.7g.tar.gz 2236916 RMD160 4972f1fe2787925da6a1f0f71990ff4f5e74df7f SHA1 a5a710653e158b1bc950de0a1e2c60ee364bf782 SHA256 d09b3bf54f51bd42b2db0a62521cf6e408716978f75d6509ec56027c49c44585
+DIST cacti-0.8.7h.tar.gz 2249323 RMD160 923492a3f36e5d320570ebfad9b4136acf7b9eb7 SHA1 4311cff2ec8883c013efd0225c73d145bcc1cf00 SHA256 2e3dc330b5b3ee374b2e553650d032441c25831b39ddcf123ef102492f20603c
+DIST cacti-0.8.7i.tar.gz 2250128 RMD160 6163b5fccb850db4d7083419ef5b9116dc4018a2 SHA1 a3fd64b8ced45be95b9cf6154a31038d575baa02 SHA256 89846762b8f4586532ff247ec7331958f5e4a8c3c599ff8aceb53815fbf9d1cb
+DIST cacti-0.8.8a.tar.gz 2273280 RMD160 1462a71af844810a3451c24fd733b3f2351b75df SHA1 e66f5fde96b28b273a9e62f79f8a7bb8827812c2 SHA256 9fea2b6c438ebf2740b5982a6ff7cfd2816e48ea88a347ef0ef238c7b4875955
+DIST data_source_deactivate.patch 510 RMD160 92c634ba94e0e268a6cbfe299de62e4205ddba17 SHA1 27bb624280ad74cbede70da8984fb28b342b5c2b SHA256 52155c5ca38a8df1adcc8a5b4d0bc1b4befa7ede4c56d10dba64cbde2c54042e
+DIST graph_list_view.patch 7636 RMD160 24df29f9e1c6bff6b7dfc6617770eccfa0ec60ba SHA1 80dbfc9fdb206845726102cee529b221592b91d3 SHA256 e43b2cf3c53029880ac16a9b86036d5136ab2de116bfba868fac2abd2ed14778
+DIST html_output.patch 7317 RMD160 2f4e418ae9dd0fea0471fbdb5f899d6308599554 SHA1 f4c98092fbdf894f667be419dd114da47a6abf67 SHA256 276811704d6f4353542461c04a2561721bcc784326feefff460fae45c3849278
+DIST ldap_group_authenication.patch 591 RMD160 8d1a72bf0a0e27d95acd70ec3bdea678b2b356c0 SHA1 7fdedb203493ea139f2590ccd38840e108705ef4 SHA256 413a781c5aaa4c6ce8eb152f1ecbeb87c4efa5623c5b839c9c5103b6db6e0989
+DIST ping.patch 1033 RMD160 32946f8a0fa169fd711a2ff1c292e5022e772211 SHA1 23e5844a311bd5549d71bf784366d7e4969a4f41 SHA256 63c56b55aaf41a5e10908bb8ecffb47f74e11254d7e46223d8d04a9df48eda5e
+DIST poller_interval.patch 5852 RMD160 06a6edbb80c4c05ec00cf17340a68252e8b26b27 SHA1 2764aad8ab9335c105e5aa8e3fb9f80b9a2bcb9d SHA256 64a6748573395956565c9886cc999a92655ad7f5ba62c53b3299d047912d3aaf
+DIST script_server_command_line_parse.patch 3038 RMD160 b87ecd44d0d31ceead87e67447990407d84fbeb5 SHA1 72b35e1b7388062301ed8c8bed99b98dec62bd22 SHA256 40c8ad2dcc6664360ee9941849d7fff1c136e1d942f7ba2a2ea602da20a39e56
+EBUILD cacti-0.8.7g.ebuild 2115 RMD160 da2268f75bbfc9a6ad1fd68be5aa26af0047be7e SHA1 daaa1fee7695ccde4923e0cc9c9ea1a6a39ca208 SHA256 1b221d71f9497008d4c7de9d56102e1ab223abd3ca6457beae3aafc615bbb54a
+EBUILD cacti-0.8.7h.ebuild 1964 RMD160 5c0dc7f641cd2365fce2e4b55218ff44a2ab3c4c SHA1 fb7f090f6d92071f081f1f4a6e79bf768ec3e404 SHA256 af5365fbc6b0bc2da49885abe0ba64c810ce87d6d691d030e05bc3b59c49b378
+EBUILD cacti-0.8.7i.ebuild 1963 RMD160 b94d0875ec3f0857676f5a3cf40efae9c88a27a6 SHA1 6508fb7732dd49b673d4558af286cf1864655e39 SHA256 5c962312f6102a9ab2b5bacdce09226a42fca1513ebeecbc26ba6cf0cd16aafb
+EBUILD cacti-0.8.8a.ebuild 2017 RMD160 0932411f34a867ef64e1fc796af9a54d26ebaf04 SHA1 18101c54914f9643bed7442132a66fd16f4827c1 SHA256 4790d7ab44e0982106300bc2c278e1eeebf6eb049ffffcbe48b8410721a3a192
+MISC ChangeLog 26824 RMD160 6e7c510168866686b301a8584c46cdd0f695ecb8 SHA1 ca0ea7ffd1836278a1fcc4114090f8691ce34ee0 SHA256 0bda9f8fb626076c31d5d3a617a1f19de722bb0330dd558e42388ac859d48614
+MISC metadata.xml 803 RMD160 b497804bac33062b7f13330acef0ef28bea19f65 SHA1 031e32c4f5ffe0fc67943674530e880d02f5f2a0 SHA256 db81b920eb3683d9e4fc323bb2399156dfc4a8a0f5d4874505e0c1891dd17819
diff --git a/net-analyzer/cacti/cacti-0.8.7g.ebuild b/net-analyzer/cacti/cacti-0.8.7g.ebuild
new file mode 100644
index 0000000..5367e24
--- /dev/null
+++ b/net-analyzer/cacti/cacti-0.8.7g.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.7g.ebuild,v 1.7 2011/12/23 00:04:10 halcy0n Exp $
+
+EAPI="2"
+
+inherit eutils webapp depend.php
+
+# Support for _p* in version.
+MY_P=${P/_p*/}
+HAS_PATCHES=1
+
+DESCRIPTION="Cacti is a complete frontend to rrdtool"
+HOMEPAGE="http://www.cacti.net/"
+SRC_URI="http://www.cacti.net/downloads/${MY_P}.tar.gz"
+
+# patches
+if [ "${HAS_PATCHES}" == "1" ] ; then
+ UPSTREAM_PATCHES="data_source_deactivate
+ graph_list_view
+ html_output
+ ldap_group_authenication
+ script_server_command_line_parse
+ ping
+ poller_interval"
+ for i in ${UPSTREAM_PATCHES} ; do
+ SRC_URI="${SRC_URI} http://www.cacti.net/downloads/patches/${PV/_p*}/${i}.patch"
+ done
+fi
+
+LICENSE="GPL-2"
+KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86"
+IUSE="snmp doc"
+
+DEPEND=""
+
+need_httpd_cgi
+
+RDEPEND="snmp? ( >=net-analyzer/net-snmp-5.1.2 )
+ net-analyzer/rrdtool
+ dev-php/adodb
+ virtual/mysql
+ virtual/cron
+ dev-lang/php[cli,mysql,xml,session,sockets]
+ || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )"
+
+src_unpack() {
+ unpack ${MY_P}.tar.gz
+ if [ "${HAS_PATCHES}" == "1" ] ; then
+ [ ! ${MY_P} == ${P} ] && mv ${MY_P} ${P}
+ fi
+}
+
+src_prepare() {
+ if [ "${HAS_PATCHES}" == "1" ] ; then
+ # patches
+ for i in ${UPSTREAM_PATCHES} ; do
+ EPATCH_OPTS="-p1 -d ${S} -N" epatch "${DISTDIR}"/${i}.patch
+ done ;
+ fi
+
+ sed -i -e \
+ 's:$config\["library_path"\] . "/adodb/adodb.inc.php":"adodb/adodb.inc.php":' \
+ "${S}"/include/global.php
+
+ rm -rf lib/adodb # don't use bundled adodb
+}
+
+src_compile() { :; }
+
+src_install() {
+ webapp_src_preinst
+
+ rm LICENSE README
+ dodoc docs/{CHANGELOG,CONTRIB,README,txt/manual.txt} || die
+ use doc && dohtml -r docs/html/
+ rm -rf docs
+
+ edos2unix `find -type f -name '*.php'`
+
+ dodir ${MY_HTDOCSDIR}
+ cp -r . "${D}"${MY_HTDOCSDIR}
+
+ webapp_serverowned ${MY_HTDOCSDIR}/rra
+ webapp_serverowned ${MY_HTDOCSDIR}/log/cacti.log
+ webapp_configfile ${MY_HTDOCSDIR}/include/config.php
+ webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+ webapp_src_install
+}
diff --git a/net-analyzer/cacti/cacti-0.8.7h.ebuild b/net-analyzer/cacti/cacti-0.8.7h.ebuild
new file mode 100644
index 0000000..eca3a6d
--- /dev/null
+++ b/net-analyzer/cacti/cacti-0.8.7h.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.7h.ebuild,v 1.4 2011/11/13 14:50:52 maekke Exp $
+
+EAPI="2"
+
+inherit eutils webapp depend.php
+
+# Support for _p* in version.
+MY_P=${P/_p*/}
+UPSTREAM_PATCHES=""
+
+DESCRIPTION="Cacti is a complete frontend to rrdtool"
+HOMEPAGE="http://www.cacti.net/"
+SRC_URI="http://www.cacti.net/downloads/${MY_P}.tar.gz"
+
+# patches
+if [[ -n ${UPSTREAM_PATCHES} ]]; then
+ for i in ${UPSTREAM_PATCHES}; do
+ SRC_URI="${SRC_URI} http://www.cacti.net/downloads/patches/${PV/_p*}/${i}.patch"
+ done
+fi
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc x86"
+IUSE="snmp doc"
+
+DEPEND=""
+
+need_httpd
+
+RDEPEND="snmp? ( >=net-analyzer/net-snmp-5.1.2 )
+ net-analyzer/rrdtool
+ dev-php/adodb
+ virtual/mysql
+ virtual/cron
+ dev-lang/php[cli,mysql,xml,session,sockets]
+ || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )"
+
+src_unpack() {
+ unpack ${MY_P}.tar.gz
+ if [[ -n ${UPSTREAM_PATCHES} ]]; then
+ [ ! ${MY_P} == ${P} ] && mv ${MY_P} ${P}
+ fi
+}
+
+src_prepare() {
+ if [[ -n ${UPSTREAM_PATCHES} ]]; then
+ for i in ${UPSTREAM_PATCHES} ; do
+ EPATCH_OPTS="-p1 -d ${S} -N" epatch "${DISTDIR}"/${i}.patch
+ done ;
+ fi
+
+ sed -i -e \
+ 's:$config\["library_path"\] . "/adodb/adodb.inc.php":"adodb/adodb.inc.php":' \
+ "${S}"/include/global.php || die
+
+ rm -rf lib/adodb || die # don't use bundled adodb
+}
+
+src_compile() { :; }
+
+src_install() {
+ webapp_src_preinst
+
+ rm LICENSE README || die
+ dodoc docs/{CHANGELOG,CONTRIB,README,txt/manual.txt} || die
+ use doc && dohtml -r docs/html/
+ rm -rf docs
+
+ edos2unix `find -type f -name '*.php'`
+
+ dodir ${MY_HTDOCSDIR}
+ cp -r . "${D}"${MY_HTDOCSDIR}
+
+ webapp_serverowned ${MY_HTDOCSDIR}/rra
+ webapp_serverowned ${MY_HTDOCSDIR}/log/cacti.log
+ webapp_configfile ${MY_HTDOCSDIR}/include/config.php
+ webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+ webapp_src_install
+}
diff --git a/net-analyzer/cacti/cacti-0.8.7i.ebuild b/net-analyzer/cacti/cacti-0.8.7i.ebuild
new file mode 100644
index 0000000..8fbcd93
--- /dev/null
+++ b/net-analyzer/cacti/cacti-0.8.7i.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.7i.ebuild,v 1.4 2012/01/01 15:12:25 armin76 Exp $
+
+EAPI="2"
+
+inherit eutils webapp depend.php
+
+# Support for _p* in version.
+MY_P=${P/_p*/}
+UPSTREAM_PATCHES=""
+
+DESCRIPTION="Cacti is a complete frontend to rrdtool"
+HOMEPAGE="http://www.cacti.net/"
+SRC_URI="http://www.cacti.net/downloads/${MY_P}.tar.gz"
+
+# patches
+if [[ -n ${UPSTREAM_PATCHES} ]]; then
+ for i in ${UPSTREAM_PATCHES}; do
+ SRC_URI="${SRC_URI} http://www.cacti.net/downloads/patches/${PV/_p*}/${i}.patch"
+ done
+fi
+
+LICENSE="GPL-2"
+KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86"
+IUSE="snmp doc"
+
+DEPEND=""
+
+need_httpd
+
+RDEPEND="snmp? ( >=net-analyzer/net-snmp-5.1.2 )
+ net-analyzer/rrdtool
+ dev-php/adodb
+ virtual/mysql
+ virtual/cron
+ dev-lang/php[cli,mysql,xml,session,sockets]
+ || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )"
+
+src_unpack() {
+ unpack ${MY_P}.tar.gz
+ if [[ -n ${UPSTREAM_PATCHES} ]]; then
+ [ ! ${MY_P} == ${P} ] && mv ${MY_P} ${P}
+ fi
+}
+
+src_prepare() {
+ if [[ -n ${UPSTREAM_PATCHES} ]]; then
+ for i in ${UPSTREAM_PATCHES} ; do
+ EPATCH_OPTS="-p1 -d ${S} -N" epatch "${DISTDIR}"/${i}.patch
+ done ;
+ fi
+
+ sed -i -e \
+ 's:$config\["library_path"\] . "/adodb/adodb.inc.php":"adodb/adodb.inc.php":' \
+ "${S}"/include/global.php || die
+
+ rm -rf lib/adodb || die # don't use bundled adodb
+}
+
+src_compile() { :; }
+
+src_install() {
+ webapp_src_preinst
+
+ rm LICENSE README || die
+ dodoc docs/{CHANGELOG,CONTRIB,README,txt/manual.txt} || die
+ use doc && dohtml -r docs/html/
+ rm -rf docs
+
+ edos2unix `find -type f -name '*.php'`
+
+ dodir ${MY_HTDOCSDIR}
+ cp -r . "${D}"${MY_HTDOCSDIR}
+
+ webapp_serverowned ${MY_HTDOCSDIR}/rra
+ webapp_serverowned ${MY_HTDOCSDIR}/log/cacti.log
+ webapp_configfile ${MY_HTDOCSDIR}/include/config.php
+ webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+ webapp_src_install
+}
diff --git a/net-analyzer/cacti/cacti-0.8.8a.ebuild b/net-analyzer/cacti/cacti-0.8.8a.ebuild
new file mode 100644
index 0000000..11f089a
--- /dev/null
+++ b/net-analyzer/cacti/cacti-0.8.8a.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.7i.ebuild,v 1.4 2012/01/01 15:12:25 armin76 Exp $
+
+EAPI="2"
+
+inherit eutils webapp depend.php
+
+# Support for _p* in version.
+MY_P=${P/_p*/}
+UPSTREAM_PATCHES=""
+
+DESCRIPTION="Cacti is a complete frontend to rrdtool"
+HOMEPAGE="http://www.cacti.net/"
+SRC_URI="http://www.cacti.net/downloads/${MY_P}.tar.gz"
+
+# patches
+if [[ -n ${UPSTREAM_PATCHES} ]]; then
+ for i in ${UPSTREAM_PATCHES}; do
+ SRC_URI="${SRC_URI} http://www.cacti.net/downloads/patches/${PV/_p*}/${i}.patch"
+ done
+fi
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="snmp doc"
+
+DEPEND=""
+
+need_httpd
+
+RDEPEND="snmp? ( >=net-analyzer/net-snmp-5.1.2 )
+ net-analyzer/rrdtool
+ dev-php/adodb
+ virtual/mysql
+ virtual/cron
+ dev-lang/php[cli,mysql,xml,session,sockets]
+ || ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )"
+
+src_unpack() {
+ unpack ${MY_P}.tar.gz
+ if [[ -n ${UPSTREAM_PATCHES} ]]; then
+ [ ! ${MY_P} == ${P} ] && mv ${MY_P} ${P}
+ fi
+}
+
+src_prepare() {
+ if [[ -n ${UPSTREAM_PATCHES} ]]; then
+ for i in ${UPSTREAM_PATCHES} ; do
+ EPATCH_OPTS="-p1 -d ${S} -N" epatch "${DISTDIR}"/${i}.patch
+ done ;
+ fi
+
+ sed -i -e \
+ 's:$config\["library_path"\] . "/adodb/adodb.inc.php":"adodb/adodb.inc.php":' \
+ "${S}"/include/global.php || die
+
+ rm -rf lib/adodb || die # don't use bundled adodb
+}
+
+src_compile() { :; }
+
+src_install() {
+ webapp_src_preinst
+
+ rm LICENSE README || die
+ dodoc docs/{CHANGELOG,CONTRIB,README,txt/manual.txt} || die
+ use doc && dohtml -r docs/html/
+ rm -rf docs
+
+ edos2unix `find -type f -name '*.php'`
+
+ dodir ${MY_HTDOCSDIR#${EPREFIX}}
+ cp -r . "${D}"${MY_HTDOCSDIR}
+
+ webapp_serverowned ${MY_HTDOCSDIR#${EPREFIX}}/rra
+ webapp_serverowned ${MY_HTDOCSDIR#${EPREFIX}}/log/cacti.log
+ webapp_configfile ${MY_HTDOCSDIR#${EPREFIX}}/include/config.php
+ webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+
+ webapp_src_install
+}
diff --git a/net-analyzer/cacti/files/postinstall-en.txt b/net-analyzer/cacti/files/postinstall-en.txt
new file mode 100644
index 0000000..732c718
--- /dev/null
+++ b/net-analyzer/cacti/files/postinstall-en.txt
@@ -0,0 +1,62 @@
+
+New Install
+
+1. Create the new cacti database
+ shell> mysqladmin -p --user=root create cacti
+2. Import the default cacti database:
+ shell> mysql -p --user=root cacti < ${MY_INSTALLDIR}/cacti.sql
+3. Create a MySQL username and password for cacti.
+ shell> mysql -p --user=root mysql
+ mysql> GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY 'somepassword';
+ mysql> flush privileges;
+4. Edit ${MY_INSTALLDIR}/include/config.php and modify the MySQL user,
+ password and database for your cacti configuration.
+
+ Example:
+ \$database_default = "cacti";
+ \$database_hostname = "localhost";
+ \$database_username = "cactiuser";
+ \$database_password = "somepassword";
+
+5. Point your web browser to: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/
+ Make sure to fill in all of the path variables carefully and
+ correctly on the following screen.
+6. After you've gone through the setup wizard, go back to the main cacti page
+ and login as:
+ Username: admin
+ Password: admin
+
+Upgrading
+
+1. Backup DB in the case that something goes wrong.
+ shell> mysqldump -l --add-drop-table cacti > mysql.cacti
+2. Backup your rra/ directory and any custom scripts in your scripts/
+ directory.
+3. Edit ${MY_INSTALLDIR}/include/config.php, and confirm that the MySQL user,
+ password and database is correct for your cacti configuration.
+
+ Example:
+ \$database_default = "cacti";
+ \$database_hostname = "localhost";
+ \$database_username = "cactiuser";
+ \$database_password = "somepassword";
+4. Point your web browser to: http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/
+ Select "Upgrade".
+ Make sure to fill in all of the path variables carefully and
+ correctly on the following screen.
+
+Cronjob
+
+Either new or upgrading, make sure you have a cron job - Add this line to
+your /etc/crontab file:
+
+ */5 * * * * ${VHOST_SERVER_GID} /usr/bin/php ${MY_INSTALLDIR}/poller.php > /dev/null 2>&1
+
+Note that you should use poller.php as the cronjob instead of cmd.php (as it was with
+earlier versions) to enable you to switch between cmd.php and cactid.
+
+Also make sure that the user poller.php runs as ( ${VHOST_SERVER_GID} ) has
+permission to create new files in Cacti's 'rra/' directory which is
+${MY_INSTALLDIR}/rra
+
+
diff --git a/net-analyzer/cacti/metadata.xml b/net-analyzer/cacti/metadata.xml
new file mode 100644
index 0000000..2ade181
--- /dev/null
+++ b/net-analyzer/cacti/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>netmon</herd>
+ <maintainer>
+ <email>pva@gentoo.org</email>
+ <name>Peter Volkov</name>
+ </maintainer>
+ <longdescription lang="en">
+ Cacti is a complete network graphing solution designed to harness the
+ power of RRDTool's data storage and graphing functionality. Cacti
+ provides a fast poller, advanced graph templating, multiple data
+ acquisition methods, and user management features out of the box. All of
+ this is wrapped in an intuitive, easy to use interface that makes sense
+ for LAN-sized installations up to complex networks with hundreds of
+ devices.
+ </longdescription>
+ <use>
+ <flag name='doc'>install html documentation</flag>
+ </use>
+</pkgmetadata>
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog
new file mode 100644
index 0000000..ae0afb6
--- /dev/null
+++ b/net-analyzer/hping/ChangeLog
@@ -0,0 +1,212 @@
+# ChangeLog for net-analyzer/hping
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.52 2011/05/10 10:38:41 xmw Exp $
+
+ 10 May 2011; Michael Weber <xmw@gentoo.org> hping-2.0.0_rc3-r2.ebuild,
+ hping-3_pre20051105-r3.ebuild, files/bytesex.h.patch:
+ added arm support (bug 361279), added ~arm keyword (bug 302981)
+
+ 02 Apr 2011; Samuli Suominen <ssuominen@gentoo.org>
+ hping-2.0.0_rc3-r1.ebuild, hping-2.0.0_rc3-r2.ebuild:
+ Use net-libs/libpcap instead of virtual/libpcap wrt #358835.
+
+*hping-3_pre20051105-r3 (30 Nov 2010)
+
+ 30 Nov 2010; Jeroen Roovers <jer@gentoo.org> -hping-3_pre20051105-r1.ebuild,
+ -hping-3_pre20051105-r2.ebuild, +hping-3_pre20051105-r3.ebuild,
+ +files/hping-3_pre20051105-scan-overflow.patch:
+ Fix overflow in scan.c (bug #340251). Simplify src_configure and export CC
+ there. Set RDEPEND.
+
+*hping-3_pre20051105-r2 (11 May 2010)
+
+ 11 May 2010; Jeroen Roovers <jer@gentoo.org>
+ +hping-3_pre20051105-r2.ebuild:
+ Do not hardcode better values in Makefile.in either, but set them in the
+ emake env. Change program name in man page thanks to Džen (bug #318823)
+ and install man page without version suffix.
+
+ 23 Dec 2009; Jeroen Roovers <jer@gentoo.org>
+ hping-3_pre20051105-r1.ebuild, +files/hping-3_pre20051105-libtcl.patch:
+ Build the Tcl linker arguments more reliably (bug #247282).
+
+ 22 Dec 2009; Jeroen Roovers <jer@gentoo.org> hping-2.0.0_rc3-r2.ebuild:
+ Do not install COPYING. Break up long line.
+
+*hping-2.0.0_rc3-r2 (22 Dec 2009)
+
+ 22 Dec 2009; Jeroen Roovers <jer@gentoo.org> +hping-2.0.0_rc3-r2.ebuild,
+ +files/hping-2.0.0_rc3-gentoo.patch, hping-3_pre20051105-r1.ebuild:
+ Apply the same patches to hping-2 (see previous ChangeLog entry, bar the
+ tcl stuff). Remove useless USE=debug (set -g through CFLAGS instead if you
+ want, both v2 and v3).
+
+*hping-3_pre20051105-r1 (22 Dec 2009)
+
+ 22 Dec 2009; Jeroen Roovers <jer@gentoo.org> hping-3_pre20051105.ebuild,
+ +hping-3_pre20051105-r1.ebuild, +files/hping-3_pre20051105-ldflags.patch,
+ +files/hping-3_pre20051105-tcl.patch:
+ Add tcl8.5 patch (stupid configure script). Respect LDFLAGS. Call epatch
+ just once. Call sed just once. Respect libdir. Do not call econf but
+ configure. Readd mysteriously disappearing keywords.
+
+ 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -hping-2.0.0_rc2-r1.ebuild,
+ -hping-2.0.0_rc3.ebuild:
+ Cleanup
+
+ 30 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org>
+ hping-3_pre20051105.ebuild:
+ Re-add bytesex.h.patch for hping3, bug #185679
+
+ 21 Feb 2007; Charlie Shepherd <masterdriverz@gentoo.org> metadata.xml:
+ avenj has retired - removing from metadata
+
+ 03 Feb 2007; Jason Wever <weeve@gentoo.org> hping-3_pre20051105.ebuild:
+ Added ~sparc keyword.
+
+ 20 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org>
+ hping-2.0.0_rc3-r1.ebuild:
+ marked ~mips; bug #102489
+
+ 09 Dec 2006; Cedric Krier <cedk@gentoo.org> hping-3_pre20051105.ebuild:
+ Fix tcltk flag for bug #157597
+
+*hping-3_pre20051105 (13 Nov 2006)
+
+ 13 Nov 2006; Markus Ullmann <jokey@gentoo.org>
+ +files/hping-3_pre20051105.patch, metadata.xml,
+ +hping-3_pre20051105.ebuild:
+ Version bump thanks to Robert Buchholz
+
+ 25 Aug 2005; Aron Griffis <agriffis@gentoo.org> files/bytesex.h.patch,
+ hping-2.0.0_rc3-r1.ebuild:
+ update bytesex patch and stable on ia64
+
+ 07 Apr 2005; Simon Stelling <blubb@gentoo.org> hping-2.0.0_rc3-r1.ebuild:
+ stable on amd64
+
+ 05 Feb 2005; Michael Hanselmann <hansmi@gentoo.org>
+ hping-2.0.0_rc3-r1.ebuild:
+ Stable on ppc.
+
+ 29 Jan 2005; Daniel Black <dragonheart@gentoo.org>
+ hping-2.0.0_rc2-r1.ebuild, hping-2.0.0_rc3-r1.ebuild,
+ hping-2.0.0_rc3.ebuild:
+ changed net-libs/libpcap depend to virtual/libcap
+
+ 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
+ Change encoding to UTF-8 for GLEP 31 compliance
+
+ 30 Nov 2004; Guy Martin <gmsoft@gentoo.org> hping-2.0.0_rc3-r1.ebuild:
+ Stable on hppa.
+
+ 11 Nov 2004; Bryan Østergaard <kloeri@gentoo.org>
+ hping-2.0.0_rc3-r1.ebuild:
+ Stable on alpha.
+
+ 07 Nov 2004; Jason Wever <weeve@gentoo.org> hping-2.0.0_rc3-r1.ebuild:
+ Stable on sparc.
+
+ 06 Nov 2004; Eldad Zack <eldad@gentoo.org> -hping-2.0.0_rc1.ebuild,
+ -hping-2.0.0_rc2.ebuild, hping-2.0.0_rc3-r1.ebuild:
+ x86 stable.
+
+ 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> hping-2.0.0_rc2.ebuild,
+ hping-2.0.0_rc3.ebuild:
+ Stable on amd64.
+
+*hping-2.0.0_rc3-r1 (20 Aug 2004)
+
+ 20 Aug 2004; Eldad Zack <eldad@gentoo.org> +files/hping-bridge.patch,
+ +hping-2.0.0_rc3-r1.ebuild:
+ Ethernet bridge interface fix: patch contributed by Nathan
+ <nathan.stocks@gmail.com>. Closes #59534.
+
+ 08 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> hping-2.0.0_rc3.ebuild:
+ Stable on alpha.
+
+ 29 Jul 2004; Guy Martin <gmsoft@gentoo.org> -files/amd64-header-fix.patch,
+ +files/bytesex.h.patch, hping-2.0.0_rc3.ebuild:
+ Added byte ordering fix for amd64 and hppa in bytesex.h.patch. Stable on hppa.
+
+ 22 Jul 2004; Jason Wever <weeve@gentoo.org> hping-2.0.0_rc3.ebuild:
+ Stable on sparc.
+
+ 27 Jul 2004; <malc@gentoo.org> hping-2.0.0_rc3.ebuild:
+ Teach bytesex.h to know __x86_64__ fixes bug #57834
+
+ 11 Jul 2004; Eldad Zack <eldad@gentoo.org> hping-2.0.0_rc3.ebuild:
+ marked x86 stable
+
+ 08 Jul 2004; Eldad Zack <eldad@gentoo.org> hping-2.0.0_rc2-r1.ebuild,
+ hping-2.0.0_rc2.ebuild, hping-2.0.0_rc3.ebuild:
+ added debug to IUSE
+
+ 07 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> hping-2.0.0_rc3.ebuild:
+ fix use invocation (again); IUSE; tidy
+
+ 01 Jul 2004; Eldad Zack <eldad@gentoo.org> hping-2.0.0_rc3.ebuild:
+ Added extra docs. Closes #52234. Thanks to Devon <gentoo@noved.org>.
+
+ 09 Jun 2004; Aron Griffis <agriffis@gentoo.org> hping-2.0.0_rc1.ebuild,
+ hping-2.0.0_rc2-r1.ebuild, hping-2.0.0_rc2.ebuild, hping-2.0.0_rc3.ebuild:
+ Fix use invocation
+
+ 05 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> hping-2.0.0_rc2-r1.ebuild:
+ Stable on alpha.
+
+*hping-2.0.0_rc3 (14 May 2004)
+
+ 14 May 2004; Jon Portnoy <avenj@gentoo.org> hping-2.0.0_rc3.ebuild :
+ Version bump. Ebuild from Daniel Fullmer (lsmod@hotmail.com) in bug
+ #50140.
+
+ 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> hping-2.0.0_rc2-r1.ebuild:
+ Add inherit eutils
+
+ 06 Jan 2004; Jason Wever <weeve@gentoo.org> hping-2.0.0_rc2-r1.ebuild:
+ Marked stable on sparc.
+
+ 19 Dec 2003; Jon Portnoy <avenj@gentoo.org> hping-2.0.0_rc2-r1.ebuild :
+ Fix for a fix. Bug 33495.
+
+ 18 Dec 2003; Guy Martin <gmsoft@gentoo.org> hping-2.0.0_rc2-r1.ebuild:
+ Marked stable on hppa.
+
+*hping-2.0.0_rc2-r1 (03 Dec 2003)
+
+ 03 Dec 2003; Jon Portnoy <avenj@gentoo.org> hping-2.0.0_rc2-r1.ebuild,
+ files/wlan-header-fix.patch :
+ Patch from GMsoft to fix a WLAN bug. Bug #34481.
+
+ 20 Nov 2003; Jon Portnoy <avenj@gentoo.org> hping-2.0.0_rc2.ebuild :
+ Build fixes from trauma@web.de, bug #33495.
+
+ 24 Nov 2003; Aron Griffis <agriffis@gentoo.org> hping-2.0.0_rc2.ebuild:
+ Add ~alpha
+
+*hping-2.0.0_rc2 (03 March 2003)
+
+ 03 Aug 2003; Guy Martin <gmsoft@gentoo.org> hping-2.0.0_rc2.ebuild :
+ Added hppa to KEYWORDS.
+
+ 03 March 2003; Jon Portnoy <avenj@gentoo.org> hping-2.0.0_rc2.ebuild :
+ Version bump.
+
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
+
+ 28 Jun 2002; Thilo Bangert <bangert@gentoo.org> :
+ moved to net-analyzer - added SLOT
+
+*hping-2.0.0_rc1 (1 Feb 2002)
+
+ 15 Feb 2003; Mark Guertin <gerk@gentoo.org> hping-2.0.0_rc1.ebuild :
+ set ppc in keywords
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
diff --git a/net-analyzer/hping/Manifest b/net-analyzer/hping/Manifest
new file mode 100644
index 0000000..5cac269
--- /dev/null
+++ b/net-analyzer/hping/Manifest
@@ -0,0 +1,10 @@
+AUX bytesex.h.patch 672 SHA1 888e93fd1278f7a7c4a63ef925bc7f462a04c060 SHA256 4d4c4538eb0d3d52295b8ef39f82222b43f2e95338ee64b5ef214c3f4cf7d24e
+AUX hping-3_pre20051105-ldflags.patch 674 SHA1 92e910de467ee708fce9d39db7bd9d6a12a75015 SHA256 e544623ffae1dbf33617dd572573d82366b14104c683740f63d9d77daaf7fe59
+AUX hping-3_pre20051105-libtcl.patch 579 SHA1 d7f6ed8789b05f44123d16d07c4d493c74100f78 SHA256 dae42d02d5498fb27e86bf41c47d5bcec960c811ad3c6e8556c40aa84693d914
+AUX hping-3_pre20051105-scan-overflow.patch 371 SHA1 97ea7b28214d30864323a289c77c50acfe151a06 SHA256 ada10fb6eb9ff56fb1382b52e8710c37338dfd7b6b746eae026af84af3105986
+AUX hping-3_pre20051105-tcl.patch 326 SHA1 5387d407bf0ac765b55188253aba62fb09168426 SHA256 1640cc7e63ddfb27b182e79ca5ebbc8d611926142b7ac3de11d7afefaa11d4cf
+AUX hping-3_pre20051105.patch 1325 SHA1 f46d4f8836e39bb7bc817b1b28b1952ad8da258d SHA256 d1f52547424d4f169a809ccf371b2e5e75242054065342c7dc2633a78bfd6586
+DIST hping3-20051105.tar.gz 584001 RMD160 e4ec209228b5cb99e2d561c5a7b1c82ff8abe540 SHA1 e13d27e14e7f90c2148a9b00a480781732fd351e SHA256 f5a671a62a11dc8114fa98eade19542ed1c3aa3c832b0e572ca0eb1a5a4faee8
+EBUILD hping-3_pre20051105-r3.ebuild 1697 SHA1 b6663ed28666c0bcbdf7cb8d42951057004870dd SHA256 0c2e35d52be99b75adbc504b91f72376f535977d35b4d8beb997f53a7ad4398f
+MISC ChangeLog 7852 SHA1 04c4b0f38561068d1d280c200495a9c90bae9678 SHA256 f60d987a5e406b32c223b2c032fc3cad05fe925a7a428543c9126980867076e8
+MISC metadata.xml 160 SHA1 3d83752be0891265dc3cbf88a33aea6a80b92067 SHA256 c82849713c30b773ed7a8d44e0fb27b0573ca6b756587c9a1a33e8451180a1cf
diff --git a/net-analyzer/hping/files/bytesex.h.patch b/net-analyzer/hping/files/bytesex.h.patch
new file mode 100644
index 0000000..8788a10
--- /dev/null
+++ b/net-analyzer/hping/files/bytesex.h.patch
@@ -0,0 +1,19 @@
+diff -uNr hping2-rc3.orig/bytesex.h hping2-rc3/bytesex.h
+--- hping2-rc3.orig/bytesex.h 2004-07-29 15:46:47.572596272 +0000
++++ hping2-rc3/bytesex.h 2004-07-29 15:48:14.557372576 +0000
+@@ -9,11 +9,15 @@
+
+ #if defined(__i386__) \
+ || defined(__alpha__) \
++ || defined(__arm__) \
++ || defined(__x86_64__) \
++ || defined(__ia64__) \
+ || (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__)))
+ #define BYTE_ORDER_LITTLE_ENDIAN
+ #elif defined(__mc68000__) \
+ || defined (__sparc__) \
+ || defined (__sparc) \
++ || defined (__hppa__) \
+ || defined (__PPC__) \
+ || defined (__BIG_ENDIAN__) \
+ || (defined(__mips__) && (defined(MIPSEB) || defined (__MIPSEB__)))
diff --git a/net-analyzer/hping/files/hping-3_pre20051105-ldflags.patch b/net-analyzer/hping/files/hping-3_pre20051105-ldflags.patch
new file mode 100644
index 0000000..125db33
--- /dev/null
+++ b/net-analyzer/hping/files/hping-3_pre20051105-ldflags.patch
@@ -0,0 +1,16 @@
+--- Makefile.in.org 2009-12-22 21:06:55.000000000 +0100
++++ Makefile.in 2009-12-22 21:09:17.000000000 +0100
+@@ -50,11 +50,11 @@
+ $(RANLIB) $@
+
+ hping3: byteorder.h $(OBJ)
+- $(CC) -o hping3 $(CCOPT) $(DEBUG) $(OBJ) -L/usr/local/lib $(PCAP) @SOLARISLIB@ @TCL_LIB@
++ $(CC) -o hping3 $(CCOPT) $(LDFLAGS) $(DEBUG) $(OBJ) -L/usr/local/lib $(PCAP) @SOLARISLIB@ @TCL_LIB@
+ @echo
+
+ hping3-static: byteorder.h $(OBJ)
+- $(CC) -static -o hping3-static $(CCOPT) $(DEBUG) $(OBJ) -L/usr/local/lib $(PCAP) @SOLARISLIB@ @TCL_LIB@ -ldl
++ $(CC) -static -o hping3-static $(CCOPT) $(LDFLAGS) $(DEBUG) $(OBJ) -L/usr/local/lib $(PCAP) @SOLARISLIB@ @TCL_LIB@ -ldl
+
+ byteorder.h:
+ ./configure
diff --git a/net-analyzer/hping/files/hping-3_pre20051105-libtcl.patch b/net-analyzer/hping/files/hping-3_pre20051105-libtcl.patch
new file mode 100644
index 0000000..4d374cf
--- /dev/null
+++ b/net-analyzer/hping/files/hping-3_pre20051105-libtcl.patch
@@ -0,0 +1,16 @@
+When anything libtcl (bug #247282) this will fail, and we're only finding out
+the version of the library anyway, so why not use TCL_VER, which is found using
+a slightly less fishy method. -JeR
+
+--- configure.org 2009-12-23 14:53:34.000000000 +0100
++++ configure 2009-12-23 14:56:34.000000000 +0100
+@@ -98,8 +98,7 @@
+ fi
+ if [ -n $USE_TCL ]
+ then
+- LIBPOSTFIX=`ls -1 /usr/local/lib/ /usr/lib | grep 'libtcl[0-9]' | grep so | sed -e 's/\.so.*//g' -e 's/libtcl//g' | sort -r | head -1`
+- TCL_LIB="-ltcl${LIBPOSTFIX} -lm -lpthread"
++ TCL_LIB="-ltcl${TCL_VER} -lm -lpthread"
+ fi
+
+ #
diff --git a/net-analyzer/hping/files/hping-3_pre20051105-scan-overflow.patch b/net-analyzer/hping/files/hping-3_pre20051105-scan-overflow.patch
new file mode 100644
index 0000000..003424b
--- /dev/null
+++ b/net-analyzer/hping/files/hping-3_pre20051105-scan-overflow.patch
@@ -0,0 +1,11 @@
+--- a/scan.c 2003-10-22 12:41:00.000000000 +0200
++++ b/scan.c 2010-11-30 22:19:23.000000000 +0100
+@@ -456,7 +456,7 @@
+ continue;
+ /* time to copy headers in a safe place */
+ p = packet+linkhdr_size+iphdrlen;
+- memcpy(&icmp, p, sizeof(subtcp));
++ memcpy(&icmp, p, sizeof(icmp));
+ p += sizeof(icmp);
+ memcpy(&subip, p, sizeof(ip));
+ p += sizeof(ip);
diff --git a/net-analyzer/hping/files/hping-3_pre20051105-tcl.patch b/net-analyzer/hping/files/hping-3_pre20051105-tcl.patch
new file mode 100644
index 0000000..ae1525b
--- /dev/null
+++ b/net-analyzer/hping/files/hping-3_pre20051105-tcl.patch
@@ -0,0 +1,11 @@
+--- configure.org 2009-12-22 21:05:11.000000000 +0100
++++ configure 2009-12-22 21:06:07.000000000 +0100
+@@ -63,7 +63,7 @@
+ #
+ for TCLPATH_TRY in "/usr/bin/" "/usr/local/bin/" "/bin/"
+ do
+- for TCLVER_TRY in "8.4" "8.3" "8.2" "8.1" "8.0"
++ for TCLVER_TRY in "8.5" "8.4" "8.3" "8.2" "8.1" "8.0"
+ do
+ if [ -z $TCLSH ]
+ then
diff --git a/net-analyzer/hping/files/hping-3_pre20051105.patch b/net-analyzer/hping/files/hping-3_pre20051105.patch
new file mode 100644
index 0000000..1542379
--- /dev/null
+++ b/net-analyzer/hping/files/hping-3_pre20051105.patch
@@ -0,0 +1,45 @@
+--- libpcap_stuff.c.old 2004-06-15 18:38:08.062799704 +1200
++++ libpcap_stuff.c 2004-06-15 18:38:22.515602544 +1200
+@@ -17,7 +17,7 @@
+ #include <stdlib.h>
+ #include <sys/ioctl.h>
+ #include <pcap.h>
+-#include <net/bpf.h>
++#include <pcap-bpf.h>
+
+ #include "globals.h"
+
+--- script.c.old 2004-06-15 18:38:59.135035544 +1200
++++ script.c 2004-06-15 18:39:11.210199840 +1200
+@@ -24,7 +24,7 @@
+
+ #include <sys/ioctl.h>
+ #include <pcap.h>
+-#include <net/bpf.h>
++#include <pcap-bpf.h>
+
+ #include "release.h"
+ #include "hping2.h"
+--- configure.old 2004-06-15 19:00:55.992842728 +1200
++++ configure 2004-06-15 19:00:04.961600656 +1200
+@@ -93,7 +93,7 @@
+ else
+ USE_TCL=""
+ TCL_LIB=""
+- echo "==> WARNING: no Tcl header files found!"
++ echo "==> WARNING: no Tcl header files found."
+ fi
+ fi
+ if [ -n $USE_TCL ]
+--- Makefile.in.orig 2006-10-31 01:21:53.000000000 +0100
++++ Makefile.in 2006-10-31 01:22:08.000000000 +0100
+@@ -52,9 +52,6 @@
+ hping3: byteorder.h $(OBJ)
+ $(CC) -o hping3 $(CCOPT) $(DEBUG) $(OBJ) -L/usr/local/lib $(PCAP) @SOLARISLIB@ @TCL_LIB@
+ @echo
+- ./hping3 -v
+- @echo "use \`make strip' to strip hping3 binary"
+- @echo "use \`make install' to install hping3"
+
+ hping3-static: byteorder.h $(OBJ)
+ $(CC) -static -o hping3-static $(CCOPT) $(DEBUG) $(OBJ) -L/usr/local/lib $(PCAP) @SOLARISLIB@ @TCL_LIB@ -ldl
diff --git a/net-analyzer/hping/hping-3_pre20051105-r3.ebuild b/net-analyzer/hping/hping-3_pre20051105-r3.ebuild
new file mode 100644
index 0000000..e87d0e5
--- /dev/null
+++ b/net-analyzer/hping/hping-3_pre20051105-r3.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-3_pre20051105-r3.ebuild,v 1.2 2011/05/10 10:38:41 xmw Exp $
+
+EAPI="2"
+
+inherit eutils multilib toolchain-funcs
+
+MY_P="${PN}${PV//_pre/-}"
+DESCRIPTION="A ping-like TCP/IP packet assembler/analyzer"
+HOMEPAGE="http://www.hping.org"
+SRC_URI="http://www.hping.org/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64-linux"
+IUSE="tcl"
+
+S="${WORKDIR}/${MY_P}"
+
+DEPEND="net-libs/libpcap
+ tcl? ( dev-lang/tcl )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ epatch \
+ "${FILESDIR}"/${P}.patch \
+ "${FILESDIR}"/bytesex.h.patch \
+ "${FILESDIR}"/${P}-tcl.patch \
+ "${FILESDIR}"/${P}-ldflags.patch \
+ "${FILESDIR}"/${P}-libtcl.patch \
+ "${FILESDIR}"/${P}-scan-overflow.patch
+
+ # Correct hard coded values
+ sed -i Makefile.in \
+ -e '/^CC=/d' \
+ -e '/^AR=/d' \
+ -e '/^RANLIB=/d' \
+ -e 's:/usr/local/lib:/usr/$(LIBDIR):g' \
+ -e 's:-O2:$(CFLAGS):' \
+ || die "sed Makefile.in failed"
+
+ # Change name from hping2 to hping3
+ sed -i docs/hping3.8 \
+ -e 's|HPING2|HPING|g' \
+ -e 's|hping2|hping|g' \
+ || die "sed hping3.8 failed"
+}
+
+src_configure() {
+ tc-export CC
+
+ # Not an autotools type configure:
+ sh configure $(use tcl || echo --no-tcl) || die "configure failed"
+}
+
+src_compile() {
+ emake \
+ DEBUG="" \
+ "CFLAGS=${CFLAGS}" \
+ "AR=$(tc-getAR)" \
+ "RANLIB=$(tc-getRANLIB)" \
+ "LIBDIR=$(get_libdir)" \
+ || die "emake failed"
+}
+
+src_install () {
+ dosbin hping3
+ dosym /usr/sbin/hping3 /usr/sbin/hping
+ dosym /usr/sbin/hping3 /usr/sbin/hping2
+
+ newman docs/hping3.8 hping.8
+
+ dodoc INSTALL NEWS README TODO AUTHORS BUGS CHANGES
+}
diff --git a/net-analyzer/hping/metadata.xml b/net-analyzer/hping/metadata.xml
new file mode 100644
index 0000000..9ca15ca
--- /dev/null
+++ b/net-analyzer/hping/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>netmon</herd>
+</pkgmetadata>
+
diff --git a/net-analyzer/jnettop/Manifest b/net-analyzer/jnettop/Manifest
new file mode 100644
index 0000000..405601b
--- /dev/null
+++ b/net-analyzer/jnettop/Manifest
@@ -0,0 +1,4 @@
+AUX jnettop-0.13.0-asneeded.patch 496 RMD160 af2d9b6e76e41d2c2f38fd8b3b82249105927008 SHA1 c3bfcf231ff5496f834f5938031401a53dd5dc20 SHA256 f1b7cc63da40d56d1d5db26a6907fa138b583edd87c60771d40ed421790390bf
+DIST jnettop-0.13.0.tar.gz 131009 RMD160 707c89b8df0425b2fe90457563dd60978dbbabf7 SHA1 59f4c28db6f8b1c58050d72aaa4b3b6d5a4a75e0 SHA256 e987a1a9325595c8a0543ab61cf3b6d781b4faf72dd0e0e0c70b2cc2ceb5a5a0
+EBUILD jnettop-0.13.0-r1.ebuild 753 RMD160 bc7e95b0bf23f3f94ed9ee2fee57e807d2fc9ea3 SHA1 f4f7c3afc6ddbd04b06c14d547de593fefa79ef7 SHA256 ebaad9edf54860dd4def7d4b5281158ac891a59d90e15dcce37d53e48953a9a5
+MISC metadata.xml 240 RMD160 f724f79660076c24676f93654968e5aa3432aafc SHA1 4d8a1b8fca36e46b5756037cbe1ca318e5ed32d9 SHA256 708da94aea60e308d7b14137f96d1d76949cf66841fe1b329b53fcc1fbe7439c
diff --git a/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch b/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch
new file mode 100644
index 0000000..dc648f5
--- /dev/null
+++ b/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch
@@ -0,0 +1,13 @@
+diff -ur a/Makefile.am b/Makefile.am
+--- a/Makefile.am 2006-04-14 11:32:14.000000000 -0500
++++ b/Makefile.am 2009-02-12 22:44:49.000000000 -0600
+@@ -1,8 +1,7 @@
+ # $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/files/jnettop-0.13.0-asneeded.patch,v 1.1 2009/06/02 11:55:37 flameeyes Exp $
+
+ INCLUDES = -I$(top_srcdir)/include @GLIB_CFLAGS@
+-AM_LDFLAGS = @GLIB_LIBS@ @NSL_LIBS@ @SOCKET_LIBS@
+-CFLAGS = -g -O0
++jnettop_LDADD = @GLIB_LIBS@ @NSL_LIBS@ @SOCKET_LIBS@
+
+ man_MANS = jnettop.8
+
diff --git a/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild b/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild
new file mode 100644
index 0000000..052efaf
--- /dev/null
+++ b/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild,v 1.3 2009/06/02 11:55:36 flameeyes Exp $
+
+inherit autotools eutils
+
+DESCRIPTION="A top like console network traffic visualiser"
+HOMEPAGE="http://jnettop.kubs.info/"
+SRC_URI="http://jnettop.kubs.info/dist/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86-linux"
+IUSE=""
+
+RDEPEND="net-libs/libpcap
+ >=dev-libs/glib-2.0.1"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ epatch "${FILESDIR}/${P}-asneeded.patch"
+ eautoreconf
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS README .jnettop
+}
diff --git a/net-analyzer/jnettop/metadata.xml b/net-analyzer/jnettop/metadata.xml
new file mode 100644
index 0000000..07768d7
--- /dev/null
+++ b/net-analyzer/jnettop/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>netmon</herd>
+<longdescription>A top like console network traffic visualiser</longdescription>
+</pkgmetadata>
diff --git a/net-analyzer/netcat-openbsd/ChangeLog b/net-analyzer/netcat-openbsd/ChangeLog
new file mode 100644
index 0000000..7d86ea3
--- /dev/null
+++ b/net-analyzer/netcat-openbsd/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-analyzer/netcat-openbsd
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*netcat-openbsd (12 Sep 2008)
+
+ 12 Sep 2008; Luca Pasquali <lpasquali@staff.dada.net> netcat-openbsd-1.84-r0.ebuild:
+ just started the ebuild.
+ package is initially put tidled in my two test environments: amd64 and x86.
diff --git a/net-analyzer/netcat-openbsd/Manifest b/net-analyzer/netcat-openbsd/Manifest
new file mode 100644
index 0000000..b71be52
--- /dev/null
+++ b/net-analyzer/netcat-openbsd/Manifest
@@ -0,0 +1,4 @@
+DIST nc-1.84-10.fc6.src.rpm 56606 RMD160 04303dbd107b488708a5763accaf12ca1c500080 SHA1 1c129a485b0afaf1c13ac47f5b039336157d4b1d SHA256 55a324a13b60c02214e9953912c9321004b59d9777476cf009da520ea58b4425
+EBUILD netcat-openbsd-1.84.ebuild 1614 RMD160 de065412d8470d6dd5c557f162f9a3a1104ca8a4 SHA1 cb15a88aab452a85943250868067fa26ba0dbe0b SHA256 d780b9cef2a35d91bb2325f7cf9c3c6dcc99a3afcf036aed40b42873c5d93332
+MISC ChangeLog 351 RMD160 dc5f5e44886cb1e727b401a01c43a1afd4bcf726 SHA1 0c730b8a4d0a2b1c41759d6d32004e203c150af4 SHA256 4334637420f914dac5abdf0abc9e40a9e1c4d87e5834919be343ca598eca4262
+MISC metadata.xml 420 RMD160 4212d62ec91079fe3b2df9298f01dfe8dbd401d9 SHA1 5822bf9028692f39b1386da1a79496ee3c61e304 SHA256 87b7f281abe848c1105842d89a44da4438262f527990c4b081d321ec1488b098
diff --git a/net-analyzer/netcat-openbsd/metadata.xml b/net-analyzer/netcat-openbsd/metadata.xml
new file mode 100644
index 0000000..917de2e
--- /dev/null
+++ b/net-analyzer/netcat-openbsd/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>netcat-openbsd</herd>
+<maintainer>
+ <email>luca.pasquali@staff.dada.net</email>
+ <name>Luca Pasquali</name>
+</maintainer>
+<longdescription lang="en">
+ This package provides the openbsd linux port of netcat.
+ Why I Packaged it? see bug #237277
+</longdescription>
+</pkgmetadata>
diff --git a/net-analyzer/netcat-openbsd/netcat-openbsd-1.84.ebuild b/net-analyzer/netcat-openbsd/netcat-openbsd-1.84.ebuild
new file mode 100644
index 0000000..9312493
--- /dev/null
+++ b/net-analyzer/netcat-openbsd/netcat-openbsd-1.84.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils toolchain-funcs rpm
+
+DESCRIPTION="the network swiss army knife openbsd porting"
+HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/"
+SRC_URI="http://mirror.centos.org/centos/5/os/SRPMS/nc-1.84-10.fc6.src.rpm"
+LICENSE="as-is"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+
+IUSE="static"
+
+RDEPEND=">=dev-libs/glib-2
+ !net-analyzer/netcat
+ !net-analyzer/gnu-netcat"
+
+#disable mirrors
+RESTRICT="mirror"
+
+S=${WORKDIR}/nc
+
+src_unpack() {
+ #unpack the source and do package patching
+ rpm_src_unpack
+ cd "${S}"
+ epatch "../nc-1.84-glib.patch"
+ epatch "../nc-1.78-pollhup.patch"
+ epatch "../nc-1.82-reuseaddr.patch"
+ epatch "../nc-gcc_signess.patch"
+ epatch "../nc-1.84-connect_with_timeout.patch"
+ epatch "../nc-1.84-udp_stop.patch"
+ epatch "../nc-1.84-udp_port_scan.patch"
+ epatch "../nc-1.84-crlf.patch"
+ epatch "../nc-1.84-verb.patch"
+
+}
+
+src_compile() {
+ use static && export STATIC="-static"
+ COMPILER=$(tc-getCC)
+ ${COMPILER} ${CFLAGS} `pkg-config --cflags --libs glib-2.0` netcat.c \
+ atomicio.c socks.c -o nc.openbsd || die
+}
+
+src_install() {
+ # INSTDIR is an ugly hack. I bet that there is a better way do define this
+ INSTDIR="/usr/bin"
+ dobin nc.openbsd || die "dobin failed"
+ dodoc README*
+ doman nc.1
+ docinto scripts
+ dodoc scripts/*
+ dosym ${INSTDIR}/nc.openbsd ${INSTDIR}/nc
+}
+
diff --git a/net-analyzer/ssldump.old b/net-analyzer/ssldump.old
new file mode 120000
index 0000000..926b32a
--- /dev/null
+++ b/net-analyzer/ssldump.old
@@ -0,0 +1 @@
+/usr/portage/net-analyzer/ssldump/ \ No newline at end of file
diff --git a/net-analyzer/ssldump.patch b/net-analyzer/ssldump.patch
new file mode 100644
index 0000000..1b7a9e1
--- /dev/null
+++ b/net-analyzer/ssldump.patch
@@ -0,0 +1,68 @@
+diff -Naurp ssldump.old/files/ssldump-0.9-makefile-fix.patch ssldump/files/ssldump-0.9-makefile-fix.patch
+--- ssldump.old/files/ssldump-0.9-makefile-fix.patch 1970-01-01 09:00:00.000000000 +0900
++++ ssldump/files/ssldump-0.9-makefile-fix.patch 2012-05-04 17:20:08.945629498 +0900
+@@ -0,0 +1,21 @@
++eliminates unused variable ROOT, which disturbs ld from Prefix. Bug #414335
++--- Makefile.in 2001-11-27 07:38:13.000000000 +0900
+++++ Makefile.in.new 2012-05-02 16:13:10.000000000 +0900
++@@ -46,13 +46,12 @@ BINDIR=@sbindir@
++ MANDIR=@mandir@
++ RM=rm -f
++
++-ROOT=./
++-ANALYZE_SRCDIR=$(ROOT)base/
+++ANALYZE_SRCDIR=base/
++ COMMONDIR=common/
++ COMMON_LIB_SRCDIR=$(COMMONDIR)lib/
++-ANALYZE_NULL_SRCDIR=$(ROOT)null/
++-ANALYZE_SSL_SRCDIR=$(ROOT)ssl/
++-ANALYZE_RECORD_SRCDIR=$(ROOT)@RECORD_MOD@/
+++ANALYZE_NULL_SRCDIR=null/
+++ANALYZE_SSL_SRCDIR=ssl/
+++ANALYZE_RECORD_SRCDIR=@RECORD_MOD@/
++ include rules.mk
++
++ include $(COMMON_LIB_SRCDIR)/targets.mk
+diff -Naurp ssldump.old/ssldump-0.9-r1.ebuild ssldump/ssldump-0.9-r1.ebuild
+--- ssldump.old/ssldump-0.9-r1.ebuild 2011-12-10 01:15:55.000000000 +0900
++++ ssldump/ssldump-0.9-r1.ebuild 2012-05-04 17:24:03.220640642 +0900
+@@ -13,7 +13,7 @@ SRC_URI="http://www.rtfm.com/ssldump/${M
+
+ LICENSE="openssl"
+ SLOT="0"
+-KEYWORDS="amd64 ppc sparc x86"
++KEYWORDS="amd64 ~arm ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+ IUSE="ssl"
+
+ RDEPEND="net-libs/libpcap
+@@ -26,7 +26,8 @@ src_prepare() {
+ epatch "${FILESDIR}"/${P}-libpcap-header.patch \
+ "${FILESDIR}"/${P}-configure-dylib.patch \
+ "${FILESDIR}"/${P}-openssl-0.9.8.compile-fix.patch \
+- "${FILESDIR}"/${P}-DLT_LINUX_SLL.patch
++ "${FILESDIR}"/${P}-DLT_LINUX_SLL.patch \
++ "${FILESDIR}"/${P}-makefile-fix.patch
+
+ sed -i configure.in -e 's|libpcap.a|libpcap.so|g' || die
+
+@@ -35,8 +36,18 @@ src_prepare() {
+
+ src_configure() {
+ local myconf
+- use ssl || myconf="--without-openssl"
+-
++ myconf="${myconf} \
++ --with-pcap-inc=${EPREFIX}/usr/include \
++ --with-pcap-lib=${EPREFIX}/usr/$(get_libdir)"
++
++ if use ssl; then
++ myconf="${myconf} \
++ --with-openssl-inc=${EPREFIX}/usr/include \
++ --with-openssl-lib=${EPREFIX}/usr/$(get_libdir)"
++ else
++ myconf="${myconf} --without-openssl"
++ fi
++
+ econf ${myconf}
+ }
+
diff --git a/net-analyzer/ssldump/ChangeLog b/net-analyzer/ssldump/ChangeLog
new file mode 100644
index 0000000..2825a3c
--- /dev/null
+++ b/net-analyzer/ssldump/ChangeLog
@@ -0,0 +1,78 @@
+# ChangeLog for net-analyzer/ssldump
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ssldump/ChangeLog,v 1.23 2011/12/09 16:15:55 jer Exp $
+
+ 09 Dec 2011; Jeroen Roovers <jer@gentoo.org> ssldump-0.9-r1.ebuild:
+ sed must die().
+
+ 08 Dec 2011; Jeroen Roovers <jer@gentoo.org> ssldump-0.9-r1.ebuild:
+ Fix broken configure hack looking for libpcap.a by Benjamin Peterson (bug
+ #393645).
+
+ 18 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> ssldump-0.9-r1.ebuild:
+ Fix LICENSE from GPL-2 to openssl. Fix econf argument --without-crypto to
+ --without-openssl.
+
+ 07 Nov 2008; Raúl Porcel <armin76@gentoo.org> ssldump-0.9-r1.ebuild:
+ sparc stable wrt #244232
+
+ 25 Oct 2008; nixnut <nixnut@gentoo.org> ssldump-0.9-r1.ebuild:
+ Stable on ppc wrt bug 244232
+
+ 25 Oct 2008; Markus Meier <maekke@gentoo.org> ssldump-0.9-r1.ebuild:
+ amd64/x86 stable, bug #244232
+
+*ssldump-0.9-r1 (16 Sep 2008)
+
+ 16 Sep 2008; Peter Volkov <pva@gentoo.org>
+ +files/ssldump-0.9-DLT_LINUX_SLL.patch, +ssldump-0.9-r1.ebuild:
+ Added possibility to read data from DLT_LINUX_SLL link type, bug #198271,
+ thank Paul for this work.
+
+ 06 Feb 2008; Fabian Groffen <grobian@gentoo.org> ssldump-0.9.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> ssldump-0.9.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
+
+ 24 Sep 2006; Peter Volkov <pva@gentoo.org>
+ +files/ssldump-0.9-openssl-0.9.8.compile-fix.patch, ssldump-0.9.ebuild:
+ Compilation failure with openssl-0.9.8 reported by Nils Ohlmeier (bug
+ #147455) fixed.
+
+ 15 Feb 2006; Markus Ullmann <jokey@gentoo.org> ssldump-0.9.ebuild:
+ Removing virtual/libpcap wrt bug #117898
+
+ 31 Jan 2006; Fabian Groffen <grobian@gentoo.org>
+ +files/ssldump-0.9-configure-dylib.patch, ssldump-0.9.ebuild:
+ Added patch and marked ~ppc-macos (bug #118343)
+
+ 19 Jul 2005; David Holm <dholm@gentoo.org> ssldump-0.9.ebuild:
+ Added to ~ppc.
+
+ 21 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> ssldump-0.9.ebuild:
+ stable on amd64. fixes #82740
+
+ 29 Jan 2005; Daniel Black <dragonheart@gentoo.org> ssldump-0.9.ebuild:
+ changed net-libs/libpcap depend to virtual/libcap
+
+ 10 Oct 2004; Jason Wever <weeve@gentoo.org> ssldump-0.9.ebuild:
+ Stable on sparc.
+
+ 19 Aug 2004; Jason Wever <weeve@gentoo.org> ssldump-0.9.ebuild:
+ Added ~sparc keyword.
+
+ 13 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml:
+ Added metadata
+
+ 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> ssldump-0.9.ebuild:
+ Add inherit eutils
+
+ 06 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> ssldump-0.9.ebuild,
+ files/ssldump-0.9-libpcap-header.patch:
+ Added patch for new libpcap headers.
+
+*ssldump-0.9 (19 May 2003)
+
+ 19 May 2003; Martin Holzer <mholzer@gentoo.org> ssldump-0.9.ebuild:
+ Initial ebuild submitted by Kris Verbeeck <airborne@advalvas.be> in #18387.
diff --git a/net-analyzer/ssldump/Manifest b/net-analyzer/ssldump/Manifest
new file mode 100644
index 0000000..04463ea
--- /dev/null
+++ b/net-analyzer/ssldump/Manifest
@@ -0,0 +1,10 @@
+AUX ssldump-0.9-DLT_LINUX_SLL.patch 328 RMD160 81ef38b8f68833be6d0f90885e71988f669afb25 SHA1 8b5912ebaa8370ee530ade6b2c0ffd66bb40b7b0 SHA256 d17547df10730424c4cfdb21ec2db94e63f685ac26223333c8cd452c22eeba06
+AUX ssldump-0.9-configure-dylib.patch 327 RMD160 c657a76dd4286256d65a7e3e649a3e422ec8d02b SHA1 700406b077539d33218094e497afaab15f8425e7 SHA256 3655ee69e445a299eac5286983cb2b8ccbe2bf69d6bc30a220b688c4c55d8ee8
+AUX ssldump-0.9-libpcap-header.patch 246 RMD160 0c38f12cd0fa23a10d3e4fc6a8d548a5ec352d05 SHA1 9440310b0f3435781f365c0394e11f3aa1e1c396 SHA256 942d1b1620ed49463d2b9359ae16d0083325408e40bb360c328dcce4ee50f1fd
+AUX ssldump-0.9-makefile-fix.patch 625 RMD160 23d202735d3159415a3d79a10b79023af956bfb0 SHA1 2c430aad64d9ac053ad97ff7a5cfc0baad25e9ac SHA256 7ed30d31b1c9559a6aa3634ded7cd38b5564c9f182cb4515caef7e5a645621cc
+AUX ssldump-0.9-openssl-0.9.8.compile-fix.patch 626 RMD160 88f375d073b951108c1cdf16e71ff4dde263d83e SHA1 330c45882729eea8628647d5ad603dcb8c95b672 SHA256 c0fa3dc3cea2872178e883d939c92d084a02458edfebeb4f2aaed0d32160ab63
+DIST ssldump-0.9b3.tar.gz 137435 RMD160 941cf8f2ef8459ec4f9ce65772e134505d46566f SHA1 a633a9a811a138eac5ed440d583473b644135ef5 SHA256 6422c16718d27c270bbcfcc1272c4f9bd3c0799c351f1d6dd54fdc162afdab1e
+EBUILD ssldump-0.9-r1.ebuild 1420 RMD160 93a026e43c516fc82596ebca3e024209441be10b SHA1 0d28d2b08eacffdd85e7e5c09dc872c24bc8d87f SHA256 a69aef1dd33963ab34287b5f8ea1366bc394c39adccfaeb73800df8e13f26725
+EBUILD ssldump-0.9.ebuild 977 RMD160 b5793ec815d1fa1a1fece621d68fe541a12f6ef3 SHA1 31aec2874d1d78a6434e05f15f33e8aead9bcc9f SHA256 81fac293b5706a79f6d33dc6a292d6ef1e59ac399ecf95a289de7c9b27847840
+MISC ChangeLog 2903 RMD160 821a48657e7603524a8db36dc9576334943e3587 SHA1 2a73bc68047290a2c00244e319c38a4311ba9748 SHA256 742ac5b3c0e767000c9fa8179d6732d9173517e27d468f836ec6a2453285c7c0
+MISC metadata.xml 245 RMD160 f1d049e617f898a986a683fe58eed04a95c743e6 SHA1 c65b7f2884eb28392358f234fd40d313a5112f18 SHA256 ad9d4f8a55c8a1eaadcfa8d2fff0ac3a302530ab91a80972c1e0b30666a719f6
diff --git a/net-analyzer/ssldump/files/ssldump-0.9-DLT_LINUX_SLL.patch b/net-analyzer/ssldump/files/ssldump-0.9-DLT_LINUX_SLL.patch
new file mode 100644
index 0000000..3c30c61
--- /dev/null
+++ b/net-analyzer/ssldump/files/ssldump-0.9-DLT_LINUX_SLL.patch
@@ -0,0 +1,13 @@
+--- base/pcap-snoop.c 2007-11-06 14:22:53.000000000 +0100
++++ base/pcap-snoop_new.c 2007-11-06 14:24:05.000000000 +0100
+@@ -157,6 +157,10 @@
+ return;
+
+ break;
++ case DLT_LINUX_SLL:
++ data+=16;
++ len-=16;
++ break;
+ }
+ network_process_packet(n,&hdr->ts,data,len);
+ }
diff --git a/net-analyzer/ssldump/files/ssldump-0.9-configure-dylib.patch b/net-analyzer/ssldump/files/ssldump-0.9-configure-dylib.patch
new file mode 100644
index 0000000..1312855
--- /dev/null
+++ b/net-analyzer/ssldump/files/ssldump-0.9-configure-dylib.patch
@@ -0,0 +1,11 @@
+--- configure
++++ configure
+@@ -1103,7 +1103,7 @@
+ echo "configure:1104: checking for PCAP library" >&5
+ ac_found_pcap_lib_dir="no"
+ for dir in $ac_pcap_lib_dir; do
+- if test -f $dir/libpcap.a; then
++ if test -f $dir/libpcap.a -o -f $dir/libpcap.dylib; then
+ save_LIBS=$LIBS
+ save_LDFLAGS=$LDFLAGS
+ LIBS="-lpcap $LIBS"
diff --git a/net-analyzer/ssldump/files/ssldump-0.9-libpcap-header.patch b/net-analyzer/ssldump/files/ssldump-0.9-libpcap-header.patch
new file mode 100644
index 0000000..95f9fda
--- /dev/null
+++ b/net-analyzer/ssldump/files/ssldump-0.9-libpcap-header.patch
@@ -0,0 +1,10 @@
+--- base/pcap-snoop.c 2002-09-09 21:02:58.000000000 +0000
++++ base/pcap-snoop.c 2004-02-06 14:59:37.278455352 +0000
+@@ -49,7 +49,6 @@
+
+ #include <pcap.h>
+ #include <unistd.h>
+-#include <net/bpf.h>
+ #ifndef _WIN32
+ #include <sys/param.h>
+ #endif
diff --git a/net-analyzer/ssldump/files/ssldump-0.9-makefile-fix.patch b/net-analyzer/ssldump/files/ssldump-0.9-makefile-fix.patch
new file mode 100644
index 0000000..4d665da
--- /dev/null
+++ b/net-analyzer/ssldump/files/ssldump-0.9-makefile-fix.patch
@@ -0,0 +1,21 @@
+eliminates unused variable ROOT, which disturbs ld from Prefix. Bug #414335
+--- Makefile.in 2001-11-27 07:38:13.000000000 +0900
++++ Makefile.in.new 2012-05-02 16:13:10.000000000 +0900
+@@ -46,13 +46,12 @@ BINDIR=@sbindir@
+ MANDIR=@mandir@
+ RM=rm -f
+
+-ROOT=./
+-ANALYZE_SRCDIR=$(ROOT)base/
++ANALYZE_SRCDIR=base/
+ COMMONDIR=common/
+ COMMON_LIB_SRCDIR=$(COMMONDIR)lib/
+-ANALYZE_NULL_SRCDIR=$(ROOT)null/
+-ANALYZE_SSL_SRCDIR=$(ROOT)ssl/
+-ANALYZE_RECORD_SRCDIR=$(ROOT)@RECORD_MOD@/
++ANALYZE_NULL_SRCDIR=null/
++ANALYZE_SSL_SRCDIR=ssl/
++ANALYZE_RECORD_SRCDIR=@RECORD_MOD@/
+ include rules.mk
+
+ include $(COMMON_LIB_SRCDIR)/targets.mk
diff --git a/net-analyzer/ssldump/files/ssldump-0.9-openssl-0.9.8.compile-fix.patch b/net-analyzer/ssldump/files/ssldump-0.9-openssl-0.9.8.compile-fix.patch
new file mode 100644
index 0000000..56b1187
--- /dev/null
+++ b/net-analyzer/ssldump/files/ssldump-0.9-openssl-0.9.8.compile-fix.patch
@@ -0,0 +1,19 @@
+diff -Naur ssldump-0.9b3.orig/ssl/ssldecode.c ssldump-0.9b3/ssl/ssldecode.c
+--- ssldump-0.9b3.orig/ssl/ssldecode.c 2002-08-17 05:33:17.000000000 +0400
++++ ssldump-0.9b3/ssl/ssldecode.c 2006-09-24 11:30:58.000000000 +0400
+@@ -51,6 +51,7 @@
+ #include <openssl/ssl.h>
+ #include <openssl/hmac.h>
+ #include <openssl/evp.h>
++#include <openssl/md5.h>
+ #include <openssl/x509v3.h>
+ #endif
+ #include "ssldecode.h"
+@@ -131,6 +132,7 @@
+ ssl_decode_ctx *d=0;
+ int r,_status;
+
++ SSL_library_init();
+ SSLeay_add_all_algorithms();
+ if(!(d=(ssl_decode_ctx *)malloc(sizeof(ssl_decode_ctx))))
+ ABORT(R_NO_MEMORY);
diff --git a/net-analyzer/ssldump/metadata.xml b/net-analyzer/ssldump/metadata.xml
new file mode 100644
index 0000000..7e6df48
--- /dev/null
+++ b/net-analyzer/ssldump/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>netmon</herd>
+<longdescription>A Tool for network monitoring and data acquisition</longdescription>
+</pkgmetadata>
diff --git a/net-analyzer/ssldump/ssldump-0.9-r1.ebuild b/net-analyzer/ssldump/ssldump-0.9-r1.ebuild
new file mode 100644
index 0000000..394273f
--- /dev/null
+++ b/net-analyzer/ssldump/ssldump-0.9-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ssldump/ssldump-0.9-r1.ebuild,v 1.7 2011/12/09 16:15:55 jer Exp $
+
+EAPI=2
+inherit autotools eutils
+
+MY_P=${PN}-0.9b3
+
+DESCRIPTION="A Tool for network monitoring and data acquisition"
+HOMEPAGE="http://www.rtfm.com/ssldump/"
+SRC_URI="http://www.rtfm.com/ssldump/${MY_P}.tar.gz"
+
+LICENSE="openssl"
+SLOT="0"
+KEYWORDS="amd64 ~arm ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="ssl"
+
+RDEPEND="net-libs/libpcap
+ ssl? ( >=dev-libs/openssl-1 )"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-libpcap-header.patch \
+ "${FILESDIR}"/${P}-configure-dylib.patch \
+ "${FILESDIR}"/${P}-openssl-0.9.8.compile-fix.patch \
+ "${FILESDIR}"/${P}-DLT_LINUX_SLL.patch \
+ "${FILESDIR}"/${P}-makefile-fix.patch
+
+ sed -i configure.in -e 's|libpcap.a|libpcap.so|g' || die
+
+ eautoreconf
+}
+
+src_configure() {
+ local myconf
+ myconf="${myconf} \
+ --with-pcap-inc=${EPREFIX}/usr/include \
+ --with-pcap-lib=${EPREFIX}/usr/$(get_libdir)"
+
+ if use ssl; then
+ myconf="${myconf} \
+ --with-openssl-inc=${EPREFIX}/usr/include \
+ --with-openssl-lib=${EPREFIX}/usr/$(get_libdir)"
+ else
+ myconf="${myconf} --without-openssl"
+ fi
+
+ econf ${myconf}
+}
+
+src_install() {
+ dosbin ssldump || die
+ doman ssldump.1 || die
+ dodoc ChangeLog CREDITS README
+}
diff --git a/net-analyzer/ssldump/ssldump-0.9.ebuild b/net-analyzer/ssldump/ssldump-0.9.ebuild
new file mode 100644
index 0000000..35cf525
--- /dev/null
+++ b/net-analyzer/ssldump/ssldump-0.9.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ssldump/ssldump-0.9.ebuild,v 1.16 2008/02/06 21:12:19 grobian Exp $
+
+inherit eutils
+
+IUSE="ssl"
+
+MY_P=${PN}-0.9b3
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="A Tool for network monitoring and data acquisition"
+SRC_URI="http://www.rtfm.com/ssldump/${MY_P}.tar.gz"
+HOMEPAGE="http://www.rtfm.com/ssldump/"
+
+SLOT="0"
+KEYWORDS="~amd64-linux ~x86-linux ~ppc-macos"
+LICENSE="GPL-2"
+
+DEPEND="net-libs/libpcap
+ ssl? ( >=dev-libs/openssl-0.6.9 )"
+
+src_unpack() {
+ unpack ${A} ; cd ${S}
+
+ epatch "${FILESDIR}/${P}"-libpcap-header.patch
+ epatch "${FILESDIR}/${P}"-configure-dylib.patch
+ epatch "${FILESDIR}/${P}"-openssl-0.9.8.compile-fix.patch
+}
+
+src_compile() {
+
+ econf `use_with ssl crypto` || die
+ emake || die
+}
+
+src_install() {
+ into /usr
+ dosbin ssldump
+ doman ssldump.1
+ dodoc COPYRIGHT CREDITS README FILES VERSION INSTALL ChangeLog
+}