diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-02-12 10:45:18 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-02-12 10:45:18 +0000 |
commit | 0b230a20dbf1b9b8933d1c9fe05362f78917f6ee (patch) | |
tree | 52e81f618954a3a2073fb7077a381fdb3ebdb920 /net-analyzer | |
parent | soundscope visualiser plugin (diff) | |
download | gentoo-2-0b230a20dbf1b9b8933d1c9fe05362f78917f6ee.tar.gz gentoo-2-0b230a20dbf1b9b8933d1c9fe05362f78917f6ee.tar.bz2 gentoo-2-0b230a20dbf1b9b8933d1c9fe05362f78917f6ee.zip |
Initial imports
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/angst/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/angst/angst-0.4b.ebuild | 27 | ||||
-rw-r--r-- | net-analyzer/angst/files/digest-angst-0.4b | 1 | ||||
-rw-r--r-- | net-analyzer/honeyd/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/honeyd/files/digest-honeyd-0.4a | 1 | ||||
-rw-r--r-- | net-analyzer/honeyd/honeyd-0.4a.ebuild | 39 | ||||
-rw-r--r-- | net-analyzer/snortsnarf/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/snortsnarf/files/digest-snortsnarf-021111.1 | 1 | ||||
-rw-r--r-- | net-analyzer/snortsnarf/snortsnarf-021111.1.ebuild | 46 |
9 files changed, 139 insertions, 0 deletions
diff --git a/net-analyzer/angst/ChangeLog b/net-analyzer/angst/ChangeLog new file mode 100644 index 000000000000..174510389405 --- /dev/null +++ b/net-analyzer/angst/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-analyzer/angst +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/ChangeLog,v 1.1 2003/02/12 10:45:18 aliz Exp $ + +*angst-0.4b (12 Feb 2003) + + 12 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> : + Initial import. Ebuild submitted by Daniel Seyffer <gentoo-bugs@seyffer.de> in #8866. diff --git a/net-analyzer/angst/angst-0.4b.ebuild b/net-analyzer/angst/angst-0.4b.ebuild new file mode 100644 index 000000000000..1a31a83ef00b --- /dev/null +++ b/net-analyzer/angst/angst-0.4b.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/angst-0.4b.ebuild,v 1.1 2003/02/12 10:45:18 aliz Exp $ + +IUSE="" +DESCRIPTION="Angst is an active sniffer. It provides methods for aggressive sniffing on switched LANs." +HOMEPAGE="http://angst.sourceforge.net" +SRC_URI="http://angst.sourceforge.net/${P}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +DEPEND=">=net-libs/libpcap-0.7.1 + >=net-libs/libnet-1.0.2a-r2" +RDEPEND="${DEPEND}" +S="${WORKDIR}/${P}" + +src_compile() { + make CFLAGS="${CFLAGS}" -f Makefile.linux || die +} + +src_install() { + into /usr + dosbin angst + doman angst.8 + dodoc README LICENSE TODO ChangeLog +} + diff --git a/net-analyzer/angst/files/digest-angst-0.4b b/net-analyzer/angst/files/digest-angst-0.4b new file mode 100644 index 000000000000..e2ac8dc7a764 --- /dev/null +++ b/net-analyzer/angst/files/digest-angst-0.4b @@ -0,0 +1 @@ +MD5 d656690fd3a77e6bf75dd2711f933143 angst-0.4b.tar.gz 13909 diff --git a/net-analyzer/honeyd/ChangeLog b/net-analyzer/honeyd/ChangeLog new file mode 100644 index 000000000000..ca3a13837d2e --- /dev/null +++ b/net-analyzer/honeyd/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-analyzer/honeyd +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/ChangeLog,v 1.1 2003/02/12 10:45:18 aliz Exp $ + +*honeyd-0.4b (12 Feb 2003) + + 12 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> : + Initial import. Ebuild submitted by Daniel Mannarino <thesnark@operamail.com> in #10889. diff --git a/net-analyzer/honeyd/files/digest-honeyd-0.4a b/net-analyzer/honeyd/files/digest-honeyd-0.4a new file mode 100644 index 000000000000..b2241093870a --- /dev/null +++ b/net-analyzer/honeyd/files/digest-honeyd-0.4a @@ -0,0 +1 @@ +MD5 f821b0791bd512cc9c4cdd421b5c867c honeyd-0.4a.tar.gz 147733 diff --git a/net-analyzer/honeyd/honeyd-0.4a.ebuild b/net-analyzer/honeyd/honeyd-0.4a.ebuild new file mode 100644 index 000000000000..6f0faf045efd --- /dev/null +++ b/net-analyzer/honeyd/honeyd-0.4a.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/honeyd/honeyd-0.4a.ebuild,v 1.1 2003/02/12 10:45:18 aliz Exp $ + +DESCRIPTION="Honeyd is a small daemon that creates virtual hosts on a network" +HOMEPAGE="http://www.citi.umich.edu/u/provos/honeyd/" +SRC_URI="http://www.citi.umich.edu/u/provos/honeyd/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="x86" + +IUSE="" +DEPEND=">=libdnet-1.4 + >=libevent-0.6 + >=libpcap-0.7.1" +RDEPEND=${DEPEND} + +S="${WORKDIR}/${P}" + +src_compile() { + ./configure \ + --with-libdnet=/usr || die "./configure failed" + emake CFLAGS="${CFLAGS}"|| die +} + +src_install() { + doman honeyd.8 + dosbin honeyd + + dodir /usr/share/honeyd/scripts + + insinto /usr/share/honeyd + doins nmap.prints config.sample + + exeinto /usr/share/honeyd/scripts + doexe scripts/web.sh scripts/router-telnet.pl scripts/test.sh +} + diff --git a/net-analyzer/snortsnarf/ChangeLog b/net-analyzer/snortsnarf/ChangeLog new file mode 100644 index 000000000000..ad00f3343ca1 --- /dev/null +++ b/net-analyzer/snortsnarf/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-analyzer/snortsnarf +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortsnarf/ChangeLog,v 1.1 2003/02/12 10:45:18 aliz Exp $ + +*snortsnarf-021111.1 (12 Feb 2003) + + 12 Feb 2003; Daniel Ahlberg <aliz@gentoo.org> : + Initial import. Ebuild submitted by Paul Belt <gaarde@yahoo.com> in #8715. diff --git a/net-analyzer/snortsnarf/files/digest-snortsnarf-021111.1 b/net-analyzer/snortsnarf/files/digest-snortsnarf-021111.1 new file mode 100644 index 000000000000..258fb7870393 --- /dev/null +++ b/net-analyzer/snortsnarf/files/digest-snortsnarf-021111.1 @@ -0,0 +1 @@ +MD5 74eb59a60f859af8c74a816c346c67cc SnortSnarf-021111.1.tar.gz 143623 diff --git a/net-analyzer/snortsnarf/snortsnarf-021111.1.ebuild b/net-analyzer/snortsnarf/snortsnarf-021111.1.ebuild new file mode 100644 index 000000000000..4c47222bb393 --- /dev/null +++ b/net-analyzer/snortsnarf/snortsnarf-021111.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snortsnarf/snortsnarf-021111.1.ebuild,v 1.1 2003/02/12 10:45:18 aliz Exp $ + +DESCRIPTION="Snort Snarf parses Snort log files, and converts them into +easy-to-read HTML files. Expect an estimated 2:3 ratio (log file size:megs of +ram)." + +HOMEPAGE="http://www.silicondefense.com/software/snortsnarf/" +MY_P="SnortSnarf-${PV}" +S=${WORKDIR}/${MY_P} +SRC_URI="http://www.silicondefense.com/software/snortsnarf/${MY_P}.tar.gz" +IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +RDEPEND="virtual/glibc + dev-perl/Time-modules + dev-perl/XML-Parser" +DEPEND="${RDEPEND}" + +src_compile() { + return 0 +} + +src_install () { + PERL_V=$( perl '-V:version' | awk -F "'" '{print $2}' ) + + dodoc Usage COPYING Changes README README.SISR README.nmap2html \ + new-annotation-base.xml + + dobin snortsnarf.pl nmap2html/log2db.pl nmap2html/nmap2html.pl \ + nmap2html/nmaplog-dns.pl utilities/* + + dodir /home/httpd/snortsnarf/cgi-bin + dodir /usr/lib/perl5/site_perl/$PERL_V/SnortSnarf + + insinto /home/httpd/snortsnarf/cgi-bin + doins cgi/* + + cp -a include/* ${D}/usr/lib/perl5/site_perl/$PERL_V +} + +src_postinst() { + setup_anns_dir.pl /var/log/snortsnarf +} |