diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-12-02 14:04:36 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-12-02 14:04:36 +0000 |
commit | 5f24860fb9dba8f112e2d186dc16e89164a2ca03 (patch) | |
tree | 1224f8d6e00827130bdb23fde8f4a306c9a0b462 /net-analyzer/scanssh | |
parent | Remove xchat-1.9.6 mask (diff) | |
download | gentoo-2-5f24860fb9dba8f112e2d186dc16e89164a2ca03.tar.gz gentoo-2-5f24860fb9dba8f112e2d186dc16e89164a2ca03.tar.bz2 gentoo-2-5f24860fb9dba8f112e2d186dc16e89164a2ca03.zip |
Initial import.
Diffstat (limited to 'net-analyzer/scanssh')
-rw-r--r-- | net-analyzer/scanssh/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/scanssh/files/digest-scanssh-1.6b | 1 | ||||
-rw-r--r-- | net-analyzer/scanssh/scanssh-1.6b.ebuild | 20 |
3 files changed, 30 insertions, 0 deletions
diff --git a/net-analyzer/scanssh/ChangeLog b/net-analyzer/scanssh/ChangeLog new file mode 100644 index 000000000000..ff07df694e89 --- /dev/null +++ b/net-analyzer/scanssh/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-analyzer/scanssh +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanssh/ChangeLog,v 1.1 2002/12/02 14:04:36 aliz Exp $ + +*scanssh-1.6b (1 Dec 2002) + + 1 Dec 2002; Thilo Bangert <bangert@gentoo.org> : + initial import + diff --git a/net-analyzer/scanssh/files/digest-scanssh-1.6b b/net-analyzer/scanssh/files/digest-scanssh-1.6b new file mode 100644 index 000000000000..630ceec336b8 --- /dev/null +++ b/net-analyzer/scanssh/files/digest-scanssh-1.6b @@ -0,0 +1 @@ +MD5 b0b7a4e6953a878b188156449ae0750f scanssh-1.6b.tar.gz 51064 diff --git a/net-analyzer/scanssh/scanssh-1.6b.ebuild b/net-analyzer/scanssh/scanssh-1.6b.ebuild new file mode 100644 index 000000000000..4e67106804ce --- /dev/null +++ b/net-analyzer/scanssh/scanssh-1.6b.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scanssh/scanssh-1.6b.ebuild,v 1.1 2002/12/02 14:04:36 aliz Exp $ + +S=${WORKDIR}/scanssh +DESCRIPTION="scanssh protocol scanner scans a list of addresses an networks for running SSH protocol servers and their version numbers." +SRC_URI="http://monkey.org/~provos/${P}.tar.gz" +HOMEPAGE="http://monkey.org/~provos/scanssh/" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~x86" +IUSE="" + +DEPEND="net-libs/libpcap" + +src_install() { + doman scanssh.1 + dobin scanssh +} |