summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-23 10:10:02 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-23 10:10:02 +0000
commit3e185f9cacbcb4eb1fd72d33540342d9a51d433e (patch)
treee0d4fb8313c8c491830f60b8d8d95e211d014fd8 /shells
parentOk, this should work with a centralized package directory now (so you (diff)
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
Notes
Notes: svn path=/head/; revision=33
Diffstat (limited to 'shells')
-rw-r--r--shells/tcsh/pkg-comment1
-rw-r--r--shells/tcsh/pkg-descr2
-rw-r--r--shells/tcsh/pkg-plist5
3 files changed, 8 insertions, 0 deletions
diff --git a/shells/tcsh/pkg-comment b/shells/tcsh/pkg-comment
new file mode 100644
index 000000000000..c209dd6cff1f
--- /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 000000000000..dd49e99973e4
--- /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 000000000000..969c40ab6632
--- /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