diff options
Diffstat (limited to 'net-analyzer/tcpreplay')
-rw-r--r-- | net-analyzer/tcpreplay/ChangeLog | 10 | ||||
-rw-r--r-- | net-analyzer/tcpreplay/Manifest | 16 | ||||
-rw-r--r-- | net-analyzer/tcpreplay/files/digest-tcpreplay-2.3.2 | 1 | ||||
-rw-r--r-- | net-analyzer/tcpreplay/tcpreplay-1.4.6.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/tcpreplay/tcpreplay-2.2.2.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/tcpreplay/tcpreplay-2.3.2.ebuild | 54 |
6 files changed, 73 insertions, 20 deletions
diff --git a/net-analyzer/tcpreplay/ChangeLog b/net-analyzer/tcpreplay/ChangeLog index 7e3c439b6e85..f644a50d415f 100644 --- a/net-analyzer/tcpreplay/ChangeLog +++ b/net-analyzer/tcpreplay/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/tcpreplay -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/ChangeLog,v 1.7 2004/08/10 09:45:23 eldad Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/ChangeLog,v 1.8 2005/01/29 20:46:02 dragonheart Exp $ + +*tcpreplay-2.3.2 (30 Jan 2005) + + 30 Jan 2005; Daniel Black <dragonheart@gentoo.org> tcpreplay-1.4.6.ebuild, + tcpreplay-2.2.2.ebuild, +tcpreplay-2.3.2.ebuild: + Version bump and transition to virtual/libpcap 10 Aug 2004; Eldad Zack <eldad@gentoo.org> tcpreplay-2.2.2.ebuild: marked x86 stable diff --git a/net-analyzer/tcpreplay/Manifest b/net-analyzer/tcpreplay/Manifest index cf3c89fbc73d..e4c52a1e8c8c 100644 --- a/net-analyzer/tcpreplay/Manifest +++ b/net-analyzer/tcpreplay/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 eb59f93b658e2a743e66c3af8429e511 tcpreplay-2.2.2.ebuild 837 MD5 3cb4daecb13128e9a741fb8621e2b8d8 ChangeLog 1083 MD5 1cd3590be14655cd8346c467d76e8484 metadata.xml 250 -MD5 5ca93b73f62f948ff6084d5fc2ab7b98 tcpreplay-1.4.6.ebuild 736 +MD5 42d563db05af58d8ef9525bc4696a137 tcpreplay-1.4.6.ebuild 735 +MD5 bb49c90c03be7616fce631f594f61d70 tcpreplay-2.2.2.ebuild 836 +MD5 58c74e89d1809547f91944fc9cde388a tcpreplay-2.3.2.ebuild 1126 MD5 0b75692f271546f9eb50aa1af1887fdf files/digest-tcpreplay-1.4.6 67 MD5 a2e378f507f02665aa74c92df8ea254b files/digest-tcpreplay-2.2.2 67 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFBGJh+T+MN7JbqCpMRAvw0AJ959yDETPKp2ySp+q31FvLo5kyt4gCgil08 -kEQpW9WXToIugurTpg4mzwo= -=+dx7 ------END PGP SIGNATURE----- +MD5 bc5984507a3e4ebbee2b6d68de8d6eae files/digest-tcpreplay-2.3.2 67 diff --git a/net-analyzer/tcpreplay/files/digest-tcpreplay-2.3.2 b/net-analyzer/tcpreplay/files/digest-tcpreplay-2.3.2 new file mode 100644 index 000000000000..8732e3fc7f36 --- /dev/null +++ b/net-analyzer/tcpreplay/files/digest-tcpreplay-2.3.2 @@ -0,0 +1 @@ +MD5 a285c4a4e549b9fc5adefaa759f9f640 tcpreplay-2.3.2.tar.gz 577483 diff --git a/net-analyzer/tcpreplay/tcpreplay-1.4.6.ebuild b/net-analyzer/tcpreplay/tcpreplay-1.4.6.ebuild index ee07ecff99b1..53f8234fca5f 100644 --- a/net-analyzer/tcpreplay/tcpreplay-1.4.6.ebuild +++ b/net-analyzer/tcpreplay/tcpreplay-1.4.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/tcpreplay-1.4.6.ebuild,v 1.4 2004/07/09 14:34:22 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/tcpreplay-1.4.6.ebuild,v 1.5 2005/01/29 20:46:02 dragonheart Exp $ DESCRIPTION="replay saved tcpdump or snoop files at arbitrary speeds" HOMEPAGE="http://tcpreplay.sourceforge.net/" @@ -12,7 +12,7 @@ KEYWORDS="x86" IUSE="" DEPEND=">=net-libs/libnet-1.1.1 - net-libs/libpcap" + virtual/libpcap" src_compile() { econf || die diff --git a/net-analyzer/tcpreplay/tcpreplay-2.2.2.ebuild b/net-analyzer/tcpreplay/tcpreplay-2.2.2.ebuild index d11dd6d38df7..2e1c51858482 100644 --- a/net-analyzer/tcpreplay/tcpreplay-2.2.2.ebuild +++ b/net-analyzer/tcpreplay/tcpreplay-2.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/tcpreplay-2.2.2.ebuild,v 1.4 2004/08/10 09:45:23 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/tcpreplay-2.2.2.ebuild,v 1.5 2005/01/29 20:46:02 dragonheart Exp $ DESCRIPTION="replay saved tcpdump or snoop files at arbitrary speeds" HOMEPAGE="http://tcpreplay.sourceforge.net/" @@ -13,7 +13,7 @@ KEYWORDS="x86 ~amd64" IUSE="debug" DEPEND=">=net-libs/libnet-1.1.1 - net-libs/libpcap + virtual/libpcap net-analyzer/tcpdump" src_compile() { diff --git a/net-analyzer/tcpreplay/tcpreplay-2.3.2.ebuild b/net-analyzer/tcpreplay/tcpreplay-2.3.2.ebuild new file mode 100644 index 000000000000..bc37fe2aa271 --- /dev/null +++ b/net-analyzer/tcpreplay/tcpreplay-2.3.2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/tcpreplay-2.3.2.ebuild,v 1.1 2005/01/29 20:46:02 dragonheart Exp $ + +DESCRIPTION="replay saved tcpdump or snoop files at arbitrary speeds" +HOMEPAGE="http://tcpreplay.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +RESTRICT="nomirror" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="debug" + +DEPEND=">=net-libs/libnet-1.1.1 + virtual/libpcap + net-analyzer/tcpdump" + +src_compile() { + econf \ + $(use_with debug) \ + || die "econf failed" + emake CFLAGS="${CFLAGS}" || die "emake failed" +} + +src_test() { + # This would work if src_test was run as root when FEATURES didn't + # have user priv. + + #if hasq userpriv "${FEATURES}"; then + ewarn "Some tested disabled due to FEATURES=userpriv" + ewarn "For a full test as root - make -C ${S}/test" + if ! make -C test tcpprep; then + cat test/test.log + die "self test failed" + fi + #else + # if ! make test; then + # cat test/test.log + # die "self test failed" + # fi + #fi + +} + +src_install() { + make \ + prefix=${D}/usr \ + MAN8DIR=${D}/usr/share/man/man8 \ + MAN1DIR=${D}/usr/share/man/man1 \ + install \ + || die "install failed" + dodoc Docs/* +} |