summaryrefslogtreecommitdiff
path: root/net/rshell
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1997-06-22 19:16:26 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1997-06-22 19:16:26 +0000
commit7a879a4c743121498a111e04f6869d44ee167e58 (patch)
tree628f6a48310eee16b8b80b351341a848c405e3e0 /net/rshell
parentThis port now works on FreeBSD 2.1.x. (diff)
rshell is front end for rsh(1) and rcp(1).
Notes
Notes: svn path=/head/; revision=7038
Diffstat (limited to 'net/rshell')
-rw-r--r--net/rshell/Makefile14
-rw-r--r--net/rshell/distinfo1
-rw-r--r--net/rshell/pkg-comment1
-rw-r--r--net/rshell/pkg-descr21
-rw-r--r--net/rshell/pkg-plist3
5 files changed, 40 insertions, 0 deletions
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 <bsd.port.mk>
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 <hostname alias> <full hostname>
+
+ or
+
+ alias <host,host2,...> <email@hostname>
+
+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