ChangeLog

# ChangeLog for net-libs/libpcapnav
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/ChangeLog,v 1.8 2008/03/21 15:57:56 maekke Exp $

21 Mar 2008; Markus Meier libpcapnav-0.8.ebuild:
amd64 stable, needed for bug #201842

*libpcapnav-0.8 (05 Jan 2008)

05 Jan 2008; Markus Ullmann +libpcapnav-0.8.ebuild:
Version bump wrt bug #200450

06 Nov 2007; Raúl Porcel libpcapnav-0.7.ebuild:
Add ~sparc

01 Apr 2007; Marcelo Goes libpcapnav-0.7.ebuild:
Mark 0.7 x86 stable.

28 Nov 2006; Markus Ullmann -libpcapnav-0.6.ebuild,
libpcapnav-0.7.ebuild:
Cleanup

*libpcapnav-0.7 (18 Feb 2006)

18 Feb 2006; Marcelo Goes -libpcapnav-0.5.ebuild,
libpcapnav-0.6.ebuild, +libpcapnav-0.7.ebuild:
0.7 version bump. virtual/libpcap -> net-libs/libpcap.

*libpcapnav-0.6 (14 May 2005)

14 May 2005; Marcelo Goes +libpcapnav-0.6.ebuild:
Version bump.

*libpcapnav-0.5 (16 Mar 2005)

16 Mar 2005; Aaron Walker +metadata.xml,
+libpcapnav-0.5.ebuild:
Initial commit. Thanks to soulse in bug 84895 for the ebuild.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

DIST libpcapnav-0.7.tar.gz 390455 RMD160 63c627775f9014752b6d444bfd061ff6c22c88da SHA1 1cd6cc79cdea111089459eceb744888800ce9f4f SHA256 5860c6ad6ebcd0036a0ed6aadd0c3f2d5232fac3c5da1741a58d51a8e737c8e6
DIST libpcapnav-0.8.tar.gz 387476 RMD160 f2e48b18d6520935c854a94c26aa3cd95bddb0c6 SHA1 9f585e8589f289d157732b040f2a213e8b6b239b SHA256 11d6a4257cbc5a89aa73ce2aaa5b0fc17430f7279d0abb39ccaf3a411ba7e852
EBUILD libpcapnav-0.7.ebuild 777 RMD160 c93c779d97fae3d609cc5568088765ad7e992b7a SHA1 df6a7e3e513170515dfdbffe859a5c3d65593181 SHA256 9fa4ba74b8eda19d833f4219ae9e729ce7de4e60453ae4a572187bf2a0a17777
EBUILD libpcapnav-0.8.ebuild 776 RMD160 037648cf9062af95eab2503c74273cff2efc1d0a SHA1 8ae1399e73d95f67d1080773222cc80a744f4ace SHA256 432facb83989fd7aab073c50d35f0517b324f9e8cfecf5bcb809c7d12811e062
MISC ChangeLog 1276 RMD160 1b58f6b1869ad0c6dd3a47f42b7ba056effabd64 SHA1 557b03758079cb1ac3fc1d8e99e9e09d9e0fd274 SHA256 ec3906a7f6503e545fbcf8c6f45b989d490468257735887b816ba5b7c0fff370
MISC metadata.xml 160 RMD160 2738573ec519cbef4b293bc132f7dd9d02291137 SHA1 29b8b234e0f3a475b50bd4df1ef8b4e5749823ce SHA256 39e232fc7ec88ca0b077cb3950cb39d15cd990842b88d5bfe14f02f34d72f37b
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFH49tGkKaRLQcq0GIRAkN7AKCh1ZSZHzRm7PWiWRJuq2bRqiA8hQCcDXvq
l/89w/nP3ReAXKNhYG8ZjZ0=
=Kdc1
-----END PGP SIGNATURE-----

libpcapnav-0.7.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.7.ebuild,v 1.4 2007/11/06 19:40:23 armin76 Exp $

DESCRIPTION="A libpcap wrapper library that allows navigation to arbitrary packets in a tcpdump trace file between reads, using timestamps or percentage offsets."
HOMEPAGE="http://netdude.sourceforge.net/"
SRC_URI="mirror://sourceforge/netdude/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~sparc x86"
IUSE="doc"

DEPEND="net-libs/libpcap"

src_install() {
make DESTDIR="${D}" install || die "make install failed"
rm -fr "${D}"/usr/share/gtk-doc
dodoc AUTHORS ChangeLog README
use doc && dohtml -r docs/*.css docs/html/*.html docs/images
}

libpcapnav-0.8.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcapnav/libpcapnav-0.8.ebuild,v 1.2 2008/03/21 15:57:56 maekke Exp $

DESCRIPTION="A libpcap wrapper library that allows navigation to arbitrary packets in a tcpdump trace file between reads, using timestamps or percentage offsets."
HOMEPAGE="http://netdude.sourceforge.net/"
SRC_URI="mirror://sourceforge/netdude/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~sparc ~x86"
IUSE="doc"

DEPEND="net-libs/libpcap"

src_install() {
make DESTDIR="${D}" install || die "make install failed"
rm -fr "${D}"/usr/share/gtk-doc
dodoc AUTHORS ChangeLog README
use doc && dohtml -r docs/*.css docs/html/*.html docs/images
}

metadata.xml




netmon