Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/games/warp



Module Name:    src
Committed By:   kamil
Date:           Mon Nov  9 23:37:05 UTC 2020

Added Files:
        src/games/warp: COPYRIGHT EXTERN.h INTERN.h Makefile README bang.c
            bang.h config.H config.h config.h.SH config.sh filexp init.c init.h
            intrp.c intrp.h move.c move.h object.c object.h patchlevel.h play.c
            play.h score.c score.h sig.c sig.h sm.c smap.0 smap.1 smap.2 smap.3
            smap.4 smap.5 smap.6 smap.7 smp.0 smp.1 smp.2 smp.3 smp.4 smp.5
            smp.6 smp.7 term.c term.h them.c them.h us.c us.h util.c util.h
            version.c version.h warp.c warp.doc warp.h warp.man warp.news
            weapon.c weapon.h

Log Message:
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@localhost>
Signed-off-by: Kamil Rytarowski <kamil%netbsd.org@localhost>


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/games/warp/COPYRIGHT src/games/warp/EXTERN.h \
    src/games/warp/INTERN.h src/games/warp/Makefile src/games/warp/README \
    src/games/warp/bang.c src/games/warp/bang.h src/games/warp/config.H \
    src/games/warp/config.h src/games/warp/config.h.SH \
    src/games/warp/config.sh src/games/warp/filexp src/games/warp/init.c \
    src/games/warp/init.h src/games/warp/intrp.c src/games/warp/intrp.h \
    src/games/warp/move.c src/games/warp/move.h src/games/warp/object.c \
    src/games/warp/object.h src/games/warp/patchlevel.h src/games/warp/play.c \
    src/games/warp/play.h src/games/warp/score.c src/games/warp/score.h \
    src/games/warp/sig.c src/games/warp/sig.h src/games/warp/sm.c \
    src/games/warp/smap.0 src/games/warp/smap.1 src/games/warp/smap.2 \
    src/games/warp/smap.3 src/games/warp/smap.4 src/games/warp/smap.5 \
    src/games/warp/smap.6 src/games/warp/smap.7 src/games/warp/smp.0 \
    src/games/warp/smp.1 src/games/warp/smp.2 src/games/warp/smp.3 \
    src/games/warp/smp.4 src/games/warp/smp.5 src/games/warp/smp.6 \
    src/games/warp/smp.7 src/games/warp/term.c src/games/warp/term.h \
    src/games/warp/them.c src/games/warp/them.h src/games/warp/us.c \
    src/games/warp/us.h src/games/warp/util.c src/games/warp/util.h \
    src/games/warp/version.c src/games/warp/version.h src/games/warp/warp.c \
    src/games/warp/warp.doc src/games/warp/warp.h src/games/warp/warp.man \
    src/games/warp/warp.news src/games/warp/weapon.c src/games/warp/weapon.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index