ChangeLog

# ChangeLog for net-dialup/isdndump
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdndump/ChangeLog,v 1.2 2005/10/04 18:45:49 mrness Exp $

04 Oct 2005; Alin Nastac isdndump-0.01.ebuild:
Remove INSTALL from docs.

*isdndump-0.01 (20 Aug 2005)

20 Aug 2005; Stefan Briesenick +metadata.xml,
+isdndump-0.01.ebuild:
initial commit.

Manifest

DIST isdndump-0.01-1.src.rpm 35904 RMD160 b96ac558307262f03ff6a1e66dd33908b3ca3283 SHA1 d822a4699f2c667de7600ed903e81ce0dd055f71 SHA256 6b73fba48cfe35219425150cccb47dda34c0e57a2db84628f4ce8a3b9100e6d1
EBUILD isdndump-0.01.ebuild 705 RMD160 30a80663daaa2995be658c33ba28f6b0a7fa094d SHA1 f579af29d55a3c435ee60a4fcdd8938bbcc53744 SHA256 b554238c92b567919243c459085774b97c414c443b8db0f102e39932f02e353e
MISC ChangeLog 453 RMD160 838e76cfd08763ac6fcd37716022e66bcccf6d2d SHA1 2435b9a0f9ab8bc817599a5d63f14468e325a0b7 SHA256 5771f97ea064ca9123bef4345d93ae15182c367346f2b7653c468b3562f92ea2
MISC metadata.xml 758 RMD160 5dea040f777383592ae16bbd24f0853d52c7b266 SHA1 9228ae38cd56af8c44f65e9268da0395a087774a SHA256 bf8e74e3af556238f3d27a30796fa39c7f4ded1457fea2b2153ecc2d1949e9ea

isdndump-0.01.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdndump/isdndump-0.01.ebuild,v 1.2 2005/10/04 18:45:49 mrness Exp $

inherit eutils rpm

DESCRIPTION="isdndump is the analyzer of ISDN D-channel messages generated by isdnlog."
HOMEPAGE="http://sourceforge.net/projects/isdndump/"
SRC_URI="mirror://sourceforge/isdndump/${P}-1.src.rpm"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="sys-libs/ncurses"

RDEPEND="${DEPEND}
net-dialup/isdn4k-utils"

src_compile() {
emake CCDEBUGOPTS="${CFLAGS}" || die "emake failed"
}

src_install() {
dobin isdndump
dodoc ChangeLog README TODO
}

metadata.xml




net-dialup

sbriesen@gentoo.org
Stefan Briesenick


isdndump is an analyzer for the ISDN D-channel data. It depends on the output
of isdnlog, a tool of the isdn4linux package. isdndump decodes most of layer 2
and layer 3 messages on the D-channel. It was developed according to the ETSI
(European Standard Telecommunication series) specification. So if in your country
any country specific extensions of ISDN are existing, isdndump will be probably
unable to fully decode the protocol.