From 7a879a4c743121498a111e04f6869d44ee167e58 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sun, 22 Jun 1997 19:16:26 +0000 Subject: rshell is front end for rsh(1) and rcp(1). --- net/rshell/Makefile | 14 ++++++++++++++ net/rshell/distinfo | 1 + net/rshell/pkg-comment | 1 + net/rshell/pkg-descr | 21 +++++++++++++++++++++ net/rshell/pkg-plist | 3 +++ 5 files changed, 40 insertions(+) create mode 100644 net/rshell/Makefile create mode 100644 net/rshell/distinfo create mode 100644 net/rshell/pkg-comment create mode 100644 net/rshell/pkg-descr create mode 100644 net/rshell/pkg-plist (limited to 'net') diff --git a/net/rshell/Makefile b/net/rshell/Makefile new file mode 100644 index 000000000000..616bb3020706 --- /dev/null +++ b/net/rshell/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: rshell +# Version required: 1.0 +# Date created: 1997/06/09 +# Whom: wosch +# +# $Id$ + + +DISTNAME= rshell-1.0 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/ +MAINTAINER= wosch@FreeBSD.ORG + +.include diff --git a/net/rshell/distinfo b/net/rshell/distinfo new file mode 100644 index 000000000000..49ebea18ce58 --- /dev/null +++ b/net/rshell/distinfo @@ -0,0 +1 @@ +MD5 (rshell-1.0.tar.gz) = 24512a7a82452b322ce078c384bf51be diff --git a/net/rshell/pkg-comment b/net/rshell/pkg-comment new file mode 100644 index 000000000000..e05fcf76253e --- /dev/null +++ b/net/rshell/pkg-comment @@ -0,0 +1 @@ +A front end for rsh(1) and rcp(1). diff --git a/net/rshell/pkg-descr b/net/rshell/pkg-descr new file mode 100644 index 000000000000..796bdb960077 --- /dev/null +++ b/net/rshell/pkg-descr @@ -0,0 +1,21 @@ +DESCRIPTION + rshell is front end for rsh(1) and rcp(1). Rshell read the host and + username aliases from the configuration file $HOME/.rshellrc with the + following syntax: + + alias + + or + + alias + +EXAMPLES + The following are examples of a typical usage of the rshell command: + + $ rshell foo + + which rshell expand to `rsh -l wosch mail.foobar.com' + + $ rcp foo:/etc/motd . + + which rcopy expand to `rcp wosch@mail.foobar.com:/etc/motd .' diff --git a/net/rshell/pkg-plist b/net/rshell/pkg-plist new file mode 100644 index 000000000000..ccf0219887f8 --- /dev/null +++ b/net/rshell/pkg-plist @@ -0,0 +1,3 @@ +bin/rshell +man/man1/rshell.1.gz +share/dot.rshellrc -- cgit v1.2.3