diff options
author | markd <markd> | 2003-02-16 11:12:21 +0000 |
---|---|---|
committer | markd <markd> | 2003-02-16 11:12:21 +0000 |
commit | 481008af3634bb9b0ea1b8b56fde11db72626cc5 (patch) | |
tree | d562f51e48247660878006929a69e1d787aa6eb6 /security/kssh | |
parent | b5cfe1f87d0df54fb0da87be5cf0309279be4df9 (diff) | |
download | pkgsrc-481008af3634bb9b0ea1b8b56fde11db72626cc5.tar.gz |
Initial import of kssh-0.7.
From Juan RP in PR 20346.
KSSH is a KDE front-end to ssh.
It can work as a standard KDE application that launches ssh connections in
a terminal or as a konsole session. This means that you can press in any
konsole "New Session" and then select "Secure Shell".
Diffstat (limited to 'security/kssh')
-rw-r--r-- | security/kssh/DESCR | 4 | ||||
-rw-r--r-- | security/kssh/Makefile | 17 | ||||
-rw-r--r-- | security/kssh/PLIST | 13 | ||||
-rw-r--r-- | security/kssh/distinfo | 4 |
4 files changed, 38 insertions, 0 deletions
diff --git a/security/kssh/DESCR b/security/kssh/DESCR new file mode 100644 index 00000000000..335aa8f0871 --- /dev/null +++ b/security/kssh/DESCR @@ -0,0 +1,4 @@ +KSSH is a KDE front-end to ssh. +It can work as a standard KDE application that launches ssh connections in +a terminal or as a konsole session. This means that you can press in any +konsole "New Session" and then select "Secure Shell". diff --git a/security/kssh/Makefile b/security/kssh/Makefile new file mode 100644 index 00000000000..0f336e6068e --- /dev/null +++ b/security/kssh/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/16 11:12:21 markd Exp $ +# + +DISTNAME= kssh-0.7 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kssh/} + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://kssh.sourceforge.net/ +COMMENT= KDE Front-end to SSH + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES + +.include "../../net/kdenetwork3/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/kssh/PLIST b/security/kssh/PLIST new file mode 100644 index 00000000000..aeb668420b0 --- /dev/null +++ b/security/kssh/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/16 11:12:21 markd Exp $ +bin/kssh +share/doc/kde/HTML/en/kssh/common +share/doc/kde/HTML/en/kssh/index.cache.bz2 +share/doc/kde/HTML/en/kssh/index.docbook +share/kde/applnk/Internet/kssh.desktop +share/kde/apps/konsole/kssh.desktop +share/kde/icons/hicolor/16x16/apps/kssh.png +share/kde/icons/hicolor/22x22/apps/kssh.png +share/kde/icons/hicolor/48x48/apps/kssh.png +share/kde/icons/locolor/16x16/apps/kssh.png +share/kde/icons/locolor/32x32/apps/kssh.png +@dirrm share/doc/kde/HTML/en/kssh diff --git a/security/kssh/distinfo b/security/kssh/distinfo new file mode 100644 index 00000000000..da7b3fd801d --- /dev/null +++ b/security/kssh/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/02/16 11:12:21 markd Exp $ + +SHA1 (kssh-0.7.tar.gz) = 5f66f0448e52a40eb26a78f7a0c23b5202b91942 +Size (kssh-0.7.tar.gz) = 504183 bytes |