diff options
author | jkh <jkh@FreeBSD.org> | 1994-08-23 10:10:02 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-08-23 10:10:02 +0000 |
commit | 4309f5d8e0efea28c5eef5e3c95f0e8cd847f5ac (patch) | |
tree | 8b6834f472aecebc6fc1a89e3bcec8e3acdf1668 | |
parent | 51b6ad6a3769de2d164b0128b2140f07ae8208c5 (diff) | |
download | FreeBSD-ports-4309f5d8e0efea28c5eef5e3c95f0e8cd847f5ac.zip FreeBSD-ports-4309f5d8e0efea28c5eef5e3c95f0e8cd847f5ac.tar.gz |
Add the package files for tcsh. Got to put package files in for all
the ports I've done so far or I'll be a poor example to all the other
ports hackers! :-)
Submitted by: jkh
-rw-r--r-- | shells/tcsh/pkg-comment | 1 | ||||
-rw-r--r-- | shells/tcsh/pkg-descr | 2 | ||||
-rw-r--r-- | shells/tcsh/pkg-plist | 5 |
3 files changed, 8 insertions, 0 deletions
diff --git a/shells/tcsh/pkg-comment b/shells/tcsh/pkg-comment new file mode 100644 index 0000000..c209dd6 --- /dev/null +++ b/shells/tcsh/pkg-comment @@ -0,0 +1 @@ +TCSH shell V6.05 (binaries) diff --git a/shells/tcsh/pkg-descr b/shells/tcsh/pkg-descr new file mode 100644 index 0000000..dd49e99 --- /dev/null +++ b/shells/tcsh/pkg-descr @@ -0,0 +1,2 @@ +TCSH is an extended C-shell with many useful features like +filename completion, history editing, etc. This is version 6.05. diff --git a/shells/tcsh/pkg-plist b/shells/tcsh/pkg-plist new file mode 100644 index 0000000..969c40a --- /dev/null +++ b/shells/tcsh/pkg-plist @@ -0,0 +1,5 @@ +@cwd /usr/local +bin/tcsh +@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells +@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells +man/man1/tcsh.1 |