diff options
author | seb <seb@pkgsrc.org> | 2003-05-10 10:05:50 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-05-10 10:05:50 +0000 |
commit | 2ae8af08a05387f97a0eae93d4ec7cfc0b294758 (patch) | |
tree | 6a7363e92067a525f3318d40b24fd539e956ab10 /security/ssh2-nox11 | |
parent | d9dcfe77ab390cc49ede7e4487d4de3b85cdd304 (diff) | |
download | pkgsrc-2ae8af08a05387f97a0eae93d4ec7cfc0b294758.tar.gz |
Initial import of ssh2-nox11 into the NetBSD Packages Collection.
This package provides the same secure shell software as the ssh2 package but
without X Windows support.
Diffstat (limited to 'security/ssh2-nox11')
-rw-r--r-- | security/ssh2-nox11/DESCR | 8 | ||||
-rw-r--r-- | security/ssh2-nox11/Makefile | 10 |
2 files changed, 18 insertions, 0 deletions
diff --git a/security/ssh2-nox11/DESCR b/security/ssh2-nox11/DESCR new file mode 100644 index 00000000000..8a3fcb41d4f --- /dev/null +++ b/security/ssh2-nox11/DESCR @@ -0,0 +1,8 @@ +Secure Shell is a program to log into another computer over a +network, to execute commands in a remote machine, and to move files +from one machine to another. It provides strong authentication +and secure communications over insecure channels. It is intended +as a replacement for rlogin, rsh, rcp, and rdist. + +The programs in this package implement version 2 of the Secure Shell +protocol without any X Windows support. diff --git a/security/ssh2-nox11/Makefile b/security/ssh2-nox11/Makefile new file mode 100644 index 00000000000..78ae4116fab --- /dev/null +++ b/security/ssh2-nox11/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/05/10 10:05:50 seb Exp $ +# + +PKGNAME= ${DISTNAME:C/ssh-/ssh2-nox11-/} +COMMENT= Secure Shell client and server for V.2 SSH protocol without X11 support +CONFLICTS= ssh2-[0-9]* +CONFIGURE_ARGS+= --without-x # be explicit + +.include "../../security/ssh2/Makefile.common" +.include "../../mk/bsd.pkg.mk" |