diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 10:14:41 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 10:14:41 +0000 |
commit | 06b73af769fa91ca1e4183af479438603318049a (patch) | |
tree | 6c0ad0d0b4cb2a0e7d5c38075f8cfc76a007e25b /net-analyzer/fragroute | |
parent | (no commit message) (diff) | |
download | gentoo-2-06b73af769fa91ca1e4183af479438603318049a.tar.gz gentoo-2-06b73af769fa91ca1e4183af479438603318049a.tar.bz2 gentoo-2-06b73af769fa91ca1e4183af479438603318049a.zip |
*** empty log message ***import-1.1.1
Diffstat (limited to 'net-analyzer/fragroute')
-rw-r--r-- | net-analyzer/fragroute/ChangeLog | 30 | ||||
-rw-r--r-- | net-analyzer/fragroute/Manifest | 15 | ||||
-rw-r--r-- | net-analyzer/fragroute/fragroute-1.2.ebuild | 12 |
3 files changed, 46 insertions, 11 deletions
diff --git a/net-analyzer/fragroute/ChangeLog b/net-analyzer/fragroute/ChangeLog index 1595fe67cb31..d27cac16a293 100644 --- a/net-analyzer/fragroute/ChangeLog +++ b/net-analyzer/fragroute/ChangeLog @@ -1,6 +1,32 @@ # ChangeLog for net-analyzer/fragroute -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.1 2003/08/29 01:54:38 zul Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.1.1.1 2005/11/30 10:12:19 chriswhite Exp $ + + 12 Aug 2005; Olivier Crête <tester@gentoo.org> fragroute-1.2.ebuild: + Marked ~amd64, closes bug #102110, thanks to Mike Cvet for testing + + 19 Jul 2005; David Holm <dholm@gentoo.org> fragroute-1.2.ebuild: + Added to ~ppc. + + 29 Jan 2005; Daniel Black <dragonheart@gentoo.org> fragroute-1.2.ebuild: + changed net-libs/libpcap depend to virtual/libcap + + 24 Aug 2004; Eldad Zack <eldad@gentoo.org> fragroute-1.2.ebuild: + Removed ~macos (bad deps) + + 05 Aug 2004; Alexander Plank <alexander@gentoo.org> fragroute-1.2.ebuild: + add ~macos keyword (ranlib must be run, i need to also commit the libraries which work + + 09 Jul 2004; Eldad Zack <eldad@gentoo.org> fragroute-1.2.ebuild: + Tidy up. + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> fragroute-1.2.ebuild: + change virtual/glibc to virtual/libc + +*fragroute-1.2 (04 Sep 2003) + + 04 Sep 2003; Michael Sterrett <msterret@gentoo.org> fragroute-1.2.ebuild: + fix DEPEND (dev-libs/libpcap -> net-libs/libpcap) 28 Aug 2003; Chuck Short <zul@gentoo.org> : Initial version. Ebuild contributed by Daniel Seyffer <gentoo-bugs@seyffer.de>. diff --git a/net-analyzer/fragroute/Manifest b/net-analyzer/fragroute/Manifest index 909d25fee9e8..4a003c24da44 100644 --- a/net-analyzer/fragroute/Manifest +++ b/net-analyzer/fragroute/Manifest @@ -1,3 +1,14 @@ -MD5 54960968e50acd95a21ad037ff400f40 fragroute-1.2.ebuild 734 -MD5 9f2663f1d4975cc2cc57dac20e229c68 ChangeLog 260 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 7e285f080272b311b0eb8b0028928e07 metadata.xml 219 +MD5 3f0b7ec812345a339bc3560178ce7f5b fragroute-1.2.ebuild 804 +MD5 09aa1474d7a63ec31f900f411930ffa9 ChangeLog 1315 MD5 36fafeafa71dc2dfd15c10be5f698314 files/digest-fragroute-1.2 64 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC++lTmOfEJZHYOKcRAlXjAJ977li8/blft4yfW/WRQgfOYFtu8ACfc60P +CE0/GCs+xyhdhsFCRXAYPZY= +=jskm +-----END PGP SIGNATURE----- diff --git a/net-analyzer/fragroute/fragroute-1.2.ebuild b/net-analyzer/fragroute/fragroute-1.2.ebuild index 7c3d498efc84..81592ab672f3 100644 --- a/net-analyzer/fragroute/fragroute-1.2.ebuild +++ b/net-analyzer/fragroute/fragroute-1.2.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.1 2003/08/29 01:54:38 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.1.1.1 2005/11/30 10:12:19 chriswhite Exp $ DESCRIPTION="fragroute was written to aid in the testing of network intrusion detection systems, firewalls and basic TCP/IP stack behaviour." HOMEPAGE="http://www.monkey.org/~dugsong/fragroute/" SRC_URI="http://www.monkey.org/~dugsong/fragroute/${P}.tar.gz" LICENSE="DSNIFF" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=dev-libs/libevent-0.6 - >=dev-libs/libpcap-0.7.2 + virtual/libpcap >=dev-libs/libdnet-1.4" -RDEPEND="" -S=${WORKDIR}/${P} src_compile() { econf --with-libevent=/usr --with-libdnet=/usr || die "Econf failed" |