./shells/rc, Unix incarnation of the plan9 shell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.7nb1, Package name: rc-1.7nb1, Maintainer: pkgsrc-users

rc - a unix version of the Plan-9 Shell.

FEEPING CREATURISM

See the end of the man page, under "INCOMPATIBILITIES" for (known?)
differences from the "real" rc. Most of these changes were necessary
to get rc to work in a reasonable fashion on a real (i.e., commercial,
non-Labs) UNIX system; a few were changes motivated by concern
about some inadequacies in the original design.

CREDITS

This shell was written by 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).


Required to run:
[sysutils/etcutils]

Master sites:

SHA1: 7a7511f7ef54f1883aa73e572b0a66e476421829
RMD160: e8a657db93136dfd40062b45b4e4ea73cbfe8fc3
Filesize: 154.735 KB

Version history: (Expand)


CVS history: (Expand)


   2010-05-07 14:02:45 by Julio M. Merino Vidal | Files touched by this commit (20) | Package updated
Log message:
Bump PKGREVISION to reflect the recent change in pkginstall/shells to use
etcutils to update /etc/shells.
   2010-02-04 06:23:27 by David A. Holland | Files touched by this commit (4)
Log message:
destdir support
   2009-12-02 10:30:49 by Soren Jacobsen | Files touched by this commit (2)
Log message:
Add a readline option (disabled by default), as requested in PR pkg/30559.
While here, fix a spelling error in DESCR.
   2009-06-12 21:09:39 by Roland Illig | Files touched by this commit (36)
Log message:
Removed redundant .gz suffix for man pages.
   2008-04-06 02:14:28 by Christos Zoulas | Files touched by this commit (4)
Log message:
upgrade to rc-1.7; rc-1.6 is gone from the original ftp site.
   2007-03-19 21:30:26 by Hubert Feyrer | Files touched by this commit (1)
Log message:
Remove version, de-indent
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   2006-01-08 21:56:07 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
short gets promoted to int according to ISO C rules, so use int for
va_arg instead of short.