diff options
author | Stefan Briesenick <sbriesen@gentoo.org> | 2005-08-20 11:49:55 +0000 |
---|---|---|
committer | Stefan Briesenick <sbriesen@gentoo.org> | 2005-08-20 11:49:55 +0000 |
commit | 1745f90b9d0e6f9a8e6dc265d1b9b2be1409b28a (patch) | |
tree | a2e092ba7af0cfa67a1d45ab3d600c70749dc1a7 /net-dialup | |
parent | version bump (bug #99045). x86 stable on 2.0.6. old version removal (diff) | |
download | gentoo-2-1745f90b9d0e6f9a8e6dc265d1b9b2be1409b28a.tar.gz gentoo-2-1745f90b9d0e6f9a8e6dc265d1b9b2be1409b28a.tar.bz2 gentoo-2-1745f90b9d0e6f9a8e6dc265d1b9b2be1409b28a.zip |
initial commit.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/isdndump/ChangeLog | 10 | ||||
-rw-r--r-- | net-dialup/isdndump/Manifest | 3 | ||||
-rw-r--r-- | net-dialup/isdndump/files/digest-isdndump-0.01 | 1 | ||||
-rw-r--r-- | net-dialup/isdndump/isdndump-0.01.ebuild | 28 | ||||
-rw-r--r-- | net-dialup/isdndump/metadata.xml | 17 |
5 files changed, 59 insertions, 0 deletions
diff --git a/net-dialup/isdndump/ChangeLog b/net-dialup/isdndump/ChangeLog new file mode 100644 index 000000000000..1012791bf120 --- /dev/null +++ b/net-dialup/isdndump/ChangeLog @@ -0,0 +1,10 @@ +# 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.1 2005/08/20 11:49:55 sbriesen Exp $ + +*isdndump-0.01 (20 Aug 2005) + + 20 Aug 2005; Stefan Briesenick <sbriesen@gentoo.org> +metadata.xml, + +isdndump-0.01.ebuild: + initial commit. + diff --git a/net-dialup/isdndump/Manifest b/net-dialup/isdndump/Manifest new file mode 100644 index 000000000000..09393c342cbd --- /dev/null +++ b/net-dialup/isdndump/Manifest @@ -0,0 +1,3 @@ +MD5 5da5d5d1211fbb00d9f7825f7726ae36 metadata.xml 758 +MD5 3d4b108c5651c107f2ecc88518dd0667 isdndump-0.01.ebuild 611 +MD5 caa44c999977f16f8d21fd4b4f6a569d files/digest-isdndump-0.01 67 diff --git a/net-dialup/isdndump/files/digest-isdndump-0.01 b/net-dialup/isdndump/files/digest-isdndump-0.01 new file mode 100644 index 000000000000..9ad9cf68ef4b --- /dev/null +++ b/net-dialup/isdndump/files/digest-isdndump-0.01 @@ -0,0 +1 @@ +MD5 bc619219be4fad33b4beb043f02ce329 isdndump-0.01-1.src.rpm 35904 diff --git a/net-dialup/isdndump/isdndump-0.01.ebuild b/net-dialup/isdndump/isdndump-0.01.ebuild new file mode 100644 index 000000000000..c6f5d2b4e7c7 --- /dev/null +++ b/net-dialup/isdndump/isdndump-0.01.ebuild @@ -0,0 +1,28 @@ +# 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.1 2005/08/20 11:49:55 sbriesen 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 INSTALL README TODO +} diff --git a/net-dialup/isdndump/metadata.xml b/net-dialup/isdndump/metadata.xml new file mode 100644 index 000000000000..5210c7093021 --- /dev/null +++ b/net-dialup/isdndump/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-dialup</herd> + <maintainer> + <email>sbriesen@gentoo.org</email> + <name>Stefan Briesenick</name> + </maintainer> + <longdescription lang="en"> + 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. + </longdescription> +</pkgmetadata> |