summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2002-10-24 18:11:32 +0000
committerHannes Mehnert <hannes@gentoo.org>2002-10-24 18:11:32 +0000
commitb472800cd5feafa4932f7e0fbaf00e3365544b42 (patch)
treee75cfce311753edf836d8b780a30db22af148934 /net-analyzer/knetscan
parentNew ebuild of wmcalc. See bug #5252 (diff)
downloadhistorical-b472800cd5feafa4932f7e0fbaf00e3365544b42.tar.gz
historical-b472800cd5feafa4932f7e0fbaf00e3365544b42.tar.bz2
historical-b472800cd5feafa4932f7e0fbaf00e3365544b42.zip
initial import
Diffstat (limited to 'net-analyzer/knetscan')
-rw-r--r--net-analyzer/knetscan/ChangeLog9
-rw-r--r--net-analyzer/knetscan/files/digest-knetscan-1.01
-rw-r--r--net-analyzer/knetscan/knetscan-1.0.ebuild18
3 files changed, 28 insertions, 0 deletions
diff --git a/net-analyzer/knetscan/ChangeLog b/net-analyzer/knetscan/ChangeLog
new file mode 100644
index 000000000000..19a84b8b8d0c
--- /dev/null
+++ b/net-analyzer/knetscan/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-analyzer/knetscan
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/knetscan/ChangeLog,v 1.1 2002/10/24 18:11:32 hannes Exp $
+
+*knetscan-1.0 (24 Oct 2002)
+
+ 24 Oct 2002; Hannes Mehnert <hannes@gentoo.org> knetscan-1.0.ebuild,
+ ChangeLog: Initial ebuild. Thanks to jnagel@fim-ag.de (Juergen Nagel)
+ for submission (bug #7254)
diff --git a/net-analyzer/knetscan/files/digest-knetscan-1.0 b/net-analyzer/knetscan/files/digest-knetscan-1.0
new file mode 100644
index 000000000000..80835203d231
--- /dev/null
+++ b/net-analyzer/knetscan/files/digest-knetscan-1.0
@@ -0,0 +1 @@
+MD5 556922ce27cf4516af5dcb3e48e153fd knetscan-1.0.tar.gz 520842
diff --git a/net-analyzer/knetscan/knetscan-1.0.ebuild b/net-analyzer/knetscan/knetscan-1.0.ebuild
new file mode 100644
index 000000000000..3631794cfe17
--- /dev/null
+++ b/net-analyzer/knetscan/knetscan-1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/knetscan/knetscan-1.0.ebuild,v 1.1 2002/10/24 18:11:32 hannes Exp $
+
+inherit kde-base
+need-kde 3
+
+IUSE=""
+LICENSE="GPL-2"
+DESCRIPTION="KDE frontend for nmap, ping, whois and traceroute"
+SRC_URI="mirror://sourceforge/knetscan/${P}.tar.gz"
+HOMEPAGE="http://sourceforge.net/projects/knetscan"
+KEYWORDS="~x86"
+
+newdepend ">=net-analyzer/nmap-2.54_beta36
+ >=net-analyzer/traceroute-1.4_p12
+ >=net-misc/whois-4.5.28-r1
+ >=sys-apps/netkit-base-0.17-r5"