aboutsummaryrefslogtreecommitdiffstats
path: root/shells/rc/pkg-descr
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-08-14 12:08:02 +0800
committerasami <asami@FreeBSD.org>1995-08-14 12:08:02 +0800
commit492951fad01bca530b12060a8fdb5ca3447569ac (patch)
treec756985edb4d7bd1e350d605dbc1f2aabb495734 /shells/rc/pkg-descr
parent388294ef462d6a7de135800a9be3c1bac3a2834f (diff)
downloadfreebsd-ports-gnome-492951fad01bca530b12060a8fdb5ca3447569ac.tar.gz
freebsd-ports-gnome-492951fad01bca530b12060a8fdb5ca3447569ac.tar.zst
freebsd-ports-gnome-492951fad01bca530b12060a8fdb5ca3447569ac.zip
Various plan9 utilities. It's such a complete collection, I'm going
to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com>
Diffstat (limited to 'shells/rc/pkg-descr')
-rw-r--r--shells/rc/pkg-descr34
1 files changed, 34 insertions, 0 deletions
diff --git a/shells/rc/pkg-descr b/shells/rc/pkg-descr
new file mode 100644
index 000000000000..43142d5d5263
--- /dev/null
+++ b/shells/rc/pkg-descr
@@ -0,0 +1,34 @@
+This is release 1.5 of rc.
+
+Read COPYRIGHT for copying information. All files are
+
+Copyright 1991, Byron Rakitzis.
+
+CREDITS
+
+This shell was written by me, Byron Rakitzis, but kudos go to Paul
+Haahr for letting me know what a shell should do and for contributing
+certain bits and pieces to rc (notably the limits code, print.c,
+most of which.c and the backquote redirection code), and to Hugh
+Redelmeier for running rc through his fussy ANSI compiler and
+thereby provoking interesting discussions about portability, and
+also for providing many valuable suggestions for improving rc's
+code in general. Finally, many thanks go to David Sanderson, for
+reworking the man page to format well with troff, and for providing
+many suggestions both for rc and its man page.
+
+Thanks to Boyd Roberts for the original history.c, and to Hugh
+again for re-working parts of that code.
+
+Of course, without Tom Duff's design of the original rc, I could
+not have written this shell (though I probably would have written
+*a* shell). Almost of all of the features, with minor exceptions,
+have been implemented as described in the Unix v10 manuals. Hats
+off to td for designing a C-like, minimal but very useful shell.
+
+Tom Duff has kindly given permission for the paper he wrote for
+UKUUG to be distributed with this version of rc (called "plan9.ps"
+in the same ftp directory as the shell). Please read this paper
+bearing in mind that it describes a program that was written at
+AT&T and that the version of rc presented here differs in some
+respects.