minix/commands/elvis
Lionel Sambuc 9152e1c5a7 Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
 * tools
 * distribution
 * sets
 * release

The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.

For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.

Regarding new or modifications of Makefiles a few things:
 * Read share/mk/bsd.README
 * If you add a subdirectory, add a Makefile in it, and have it called
   by the parent through the SUBDIR variable.
 * Do not add arbitrary inclusion which crosses to another branch of
   the hierarchy; If you can't do without it, put a comment on why.
   If possible, do not use inclusion at all.
 * Use as much as possible the infrastructure, it is here to make
   life easier, do not fight it.

Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-11-15 16:07:29 +01:00
..
.descr one-line descriptions 2006-03-15 11:50:15 +00:00
blk.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cmd1.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cmd2.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
config.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ctags.c Convert boot/ and commands/ over to bsdmake 2010-05-12 16:28:54 +00:00
ctype.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ctype.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
curses.c retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
curses.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cut.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
Doc.sh Initial revision 2005-04-21 14:53:53 +00:00
elvprsv.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
elvrec.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ex.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
fmt.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
input.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
Knownbug.txt Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
main.c retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
Makedoc Initial revision 2005-04-21 14:53:53 +00:00
Makefile Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
Man.sh Initial revision 2005-04-21 14:53:53 +00:00
misc.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
modify.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move1.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move2.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move3.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move4.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
move5.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
opts.c Replace NULL macro defs with null.h include 2010-07-22 10:03:31 +00:00
prsvunix.c Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar. 2010-04-13 10:58:41 +00:00
Readme.txt Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
recycle.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
redraw.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ref.c Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
regexp.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
regexp.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
regsub.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
system.c retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
tinyprnt.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tinytcap.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tio.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tmp.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
unix.c retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
vars.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
vcmd.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
vi.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
vi.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00

Elvis is a clone of vi/ex, the standard UNIX editor.  Elvis supports
nearly all of the vi/ex commands, in both visual mode and colon mode.

Elvis runs under BSD UNIX, AT&T SysV UNIX, SCO Xenix, Minix, MS-DOS
(Turbo-C or MSC 5.1), Atari TOS, OS9/68000, Coherent, VMS, and AmigaDos.
Ports to other operating systems are in progress; contact me before you
start porting it to some other OS, because somebody else may have
already done it for you.

Elvis is freely redistributable, in either source form or executable
form.  There are no restrictions on how you may use it.

The file "elvisman.txt" contains the manual for elvis.  It is a plain
ASCII file with nothing more exotic than a newline character.  It is
formatted for 66-line, 80-column pages.  There may also be an archive of
"*.ms" and "*.man" files, which contain the TROFF source text used to
generate that manual.

The file named "Makefile.mix" is used to compile elvis for all systems
except VMS and possibly MS-DOS.  You should copy "Makefile.mix" to
"Makefile", and then edit "Makefile" to select the appropriate group of
settings for your system.


Author: Steve Kirkendall
	14407 SW Teal Blvd. #C
	Beaverton, OR   97005

E-mail:	kirkenda@cs.pdx.edu

Phone:	(503) 643-6980