Portage is a package management system used by Gentoo Linux
# ChangeLog for net-analyzer/fragroute
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.14 2008/04/21 17:46:57 phreak Exp $
21 Apr 2008; Christian Heim
Fix up metadata.xml. If there's no maintainer for the package, the metadata
also needs to contain m-needed@g.o.
19 Feb 2007; Markus Ullmann
Redigest for Manifest2
15 Feb 2006; Markus Ullmann
Removing virtual/libpcap wrt bug #117898
09 Jan 2006; Bryan Ăstergaard
12 Aug 2005; Olivier CrĂȘte
Marked ~amd64, closes bug #102110, thanks to Mike Cvet for testing
19 Jul 2005; David Holm
Added to ~ppc.
29 Jan 2005; Daniel Black
changed net-libs/libpcap depend to virtual/libcap
24 Aug 2004; Eldad Zack
Removed ~macos (bad deps)
05 Aug 2004; Alexander Plank
add ~macos keyword (ranlib must be run, i need to also commit the libraries which work
09 Jul 2004; Eldad Zack
Tidy up.
01 Jul 2004; Jon Hood
change virtual/glibc to virtual/libc
*fragroute-1.2 (04 Sep 2003)
04 Sep 2003; Michael Sterrett
fix DEPEND (dev-libs/libpcap -> net-libs/libpcap)
28 Aug 2003; Chuck Short
Initial version. Ebuild contributed by Daniel Seyffer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST fragroute-1.2.tar.gz 85247 RMD160 1d39287a35ea7dca5096ee938727c403a31064c5 SHA1 0e85daf40f4910d56d75e6cdee163305a1cb9004 SHA256 6899a61ecacba3bb400a65b51b3c0f76d4e591dbf976fba0389434a29efc2003
EBUILD fragroute-1.2.ebuild 804 RMD160 829f411e695d4899cb1360c8340e0b3cecec1329 SHA1 5cab5e1289a6a397adf8f942ca83c6ec676af279 SHA256 1b85aa0bdb50e6dcb1a0e74b33ed66d880a09630cbdfcbd4a9144319d1d5fd9b
MISC ChangeLog 1803 RMD160 d52a91bdb40521526a9101602892df393196b479 SHA1 e4588395038833ee6423b674198affec002488af SHA256 104a566fe9b33ee33a075c64a03d6e8b9f5870bddc661befb628b03d23311fd8
MISC metadata.xml 290 RMD160 b9b86283c09349c8827faef7d3ef5f724a248e77 SHA1 ae1c8e62d75c94ff50b8a5391afb6008460963aa SHA256 380e26e9262298b9cb31e863a9ab641f6fbdc8c50bda2cf2e47fd399f9cb5e85
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFIDNMXyuNVb5qfaOYRAiA2AKDGPQLb6gDoRMIs0WYZAlBvp7JgqQCfSmIj
5+1y1r3CdmWcKrROUALKMvE=
=9oTH
-----END PGP SIGNATURE-----
# Copyright 1999-2006 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.11 2006/02/15 22:57:01 jokey 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="~amd64 ~ppc x86"
IUSE=""
DEPEND="virtual/libc
>=dev-libs/libevent-0.6
net-libs/libpcap
>=dev-libs/libdnet-1.4"
src_compile() {
econf --with-libevent=/usr --with-libdnet=/usr || die "Econf failed"
emake || die "Make failed"
}
src_install() {
einstall || die
dodoc README
}