]> git.cameronkatri.com Git - bsdgames-darwin.git/commit
Add Warp Kit, Version 7.0 by Larry Wall
authorkamil <kamil@NetBSD.org>
Mon, 9 Nov 2020 23:37:05 +0000 (23:37 +0000)
committerkamil <kamil@NetBSD.org>
Mon, 9 Nov 2020 23:37:05 +0000 (23:37 +0000)
commita931697f3be302466855163a7e216ffee7766445
tree0ac2ab10bd68f8317dcf403536f0d612730ef35c
parent6d16c3b48f5f1f377e2be346c1189d9f8edac22d
Add Warp Kit, Version 7.0 by Larry Wall

Warp is a real-time space war game that doesn't get boring very quickly.
Read warp.doc and the manual page for more information.

games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
world via NetBSD. Its remnants were still mentioned in games/Makefile.

Larry Wall, the original author and the copyright holder, generously
donated the game and copyright to The NetBSD Foundation, Inc.

Import the game sources as-is from 4.3BSD-Reno, with the cession
of the copyright and license to BSD-2-clause NetBSD-style.

Signed-off-by: Larry Wall <larry@wall.org>
Signed-off-by: Kamil Rytarowski <kamil@netbsd.org>
61 files changed:
warp/COPYRIGHT [new file with mode: 0644]
warp/EXTERN.h [new file with mode: 0644]
warp/INTERN.h [new file with mode: 0644]
warp/Makefile [new file with mode: 0644]
warp/README [new file with mode: 0644]
warp/bang.c [new file with mode: 0644]
warp/bang.h [new file with mode: 0644]
warp/config.H [new file with mode: 0644]
warp/config.h [new file with mode: 0644]
warp/config.h.SH [new file with mode: 0644]
warp/config.sh [new file with mode: 0644]
warp/filexp [new file with mode: 0644]
warp/init.c [new file with mode: 0644]
warp/init.h [new file with mode: 0644]
warp/intrp.c [new file with mode: 0644]
warp/intrp.h [new file with mode: 0644]
warp/move.c [new file with mode: 0644]
warp/move.h [new file with mode: 0644]
warp/object.c [new file with mode: 0644]
warp/object.h [new file with mode: 0644]
warp/patchlevel.h [new file with mode: 0644]
warp/play.c [new file with mode: 0644]
warp/play.h [new file with mode: 0644]
warp/score.c [new file with mode: 0644]
warp/score.h [new file with mode: 0644]
warp/sig.c [new file with mode: 0644]
warp/sig.h [new file with mode: 0644]
warp/sm.c [new file with mode: 0644]
warp/smap.0 [new file with mode: 0644]
warp/smap.1 [new file with mode: 0644]
warp/smap.2 [new file with mode: 0644]
warp/smap.3 [new file with mode: 0644]
warp/smap.4 [new file with mode: 0644]
warp/smap.5 [new file with mode: 0644]
warp/smap.6 [new file with mode: 0644]
warp/smap.7 [new file with mode: 0644]
warp/smp.0 [new file with mode: 0644]
warp/smp.1 [new file with mode: 0644]
warp/smp.2 [new file with mode: 0644]
warp/smp.3 [new file with mode: 0644]
warp/smp.4 [new file with mode: 0644]
warp/smp.5 [new file with mode: 0644]
warp/smp.6 [new file with mode: 0644]
warp/smp.7 [new file with mode: 0644]
warp/term.c [new file with mode: 0644]
warp/term.h [new file with mode: 0644]
warp/them.c [new file with mode: 0644]
warp/them.h [new file with mode: 0644]
warp/us.c [new file with mode: 0644]
warp/us.h [new file with mode: 0644]
warp/util.c [new file with mode: 0644]
warp/util.h [new file with mode: 0644]
warp/version.c [new file with mode: 0644]
warp/version.h [new file with mode: 0644]
warp/warp.c [new file with mode: 0644]
warp/warp.doc [new file with mode: 0644]
warp/warp.h [new file with mode: 0644]
warp/warp.man [new file with mode: 0644]
warp/warp.news [new file with mode: 0644]
warp/weapon.c [new file with mode: 0644]
warp/weapon.h [new file with mode: 0644]