From: Eric S. Raymond Date: Thu, 21 Oct 2010 08:55:33 +0000 (-0400) Subject: History update, version bump and new license. X-Git-Tag: 1.4~1 X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=commitdiff_plain;h=9b6a2cc120fcebcd988e7076c1963bf9b1206021 History update, version bump and new license. --- diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..7e5dd19 --- /dev/null +++ b/COPYING @@ -0,0 +1,28 @@ + BSD LICENSE + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +Neither name of the this project nor the names of its contributors +may be used to endorse or promote products derived from this software +without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Makefile b/Makefile index f75090c..1091fb3 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ superhack: superhack.c $(CC) $(CFLAGS) superhack.c -o superhack clean: - rm -f wumpus wumpus.o superhack superhack.o TAGS + rm -f wumpus wumpus.o superhack superhack.o TAGS + rm *~ *.1 *.html *.tar.gz SHIPPER.* TAGS: etags wumpus.c @@ -20,7 +21,10 @@ TAGS: wumpus.6: wumpus.xml xmlto man wumpus.xml -SOURCES = README Makefile wumpus.c superhack.c wumpus.xml wumpus.spec +wumpus.html: wumpus.xml + xmlto html-nochunks wumpus.xml + +SOURCES = README COPYING Makefile wumpus.c superhack.c wumpus.xml wumpus.spec install: wumpus.6 cp wumpus superhack /usr/bin/ @@ -33,8 +37,10 @@ uninstall: wumpus-$(VERS).tar.gz: $(SOURCES) wumpus.6 @ls $(SOURCES) wumpus.6 | sed s:^:wumpus-$(VERS)/: >MANIFEST @(cd ..; ln -s wumpus wumpus-$(VERS)) - (cd ..; tar -czvf wumpus/wumpus-$(VERS).tar.gz `cat wumpus/MANIFEST`) + (cd ..; tar -czf wumpus/wumpus-$(VERS).tar.gz `cat wumpus/MANIFEST`) @(cd ..; rm wumpus-$(VERS)) dist: wumpus-$(VERS).tar.gz +release: wumpus-$(VERS).tar.gz wumpus.html + shipper -u -m -t; make clean diff --git a/wumpus.lsm b/wumpus.lsm deleted file mode 100644 index f85b3e5..0000000 --- a/wumpus.lsm +++ /dev/null @@ -1,17 +0,0 @@ -Begin3 -Title: wumpus -Version: 1.4 -Entered-date: 09OCT96 -Description: Painfully exact recreation of an ancient, classic, BASIC - computer game from 1972. Run it in an xterm for maximum - ironic effect... -Keywords: Wumpus, solitaire, game, retrocomputing, nostalgia -Author: esr@snark.thyrsus.com (Eric S. Raymond) -Maintained-by: esr@snark.thyrsus.com (Eric S. Raymond) -Primary-site: locke.ccil.org /pub/esr - 10K wumpus-1.3.tar.gz -Platforms: All -Copying-policy: BSD-like -End - - diff --git a/wumpus.spec b/wumpus.spec index cd11a1a..828ff7f 100644 --- a/wumpus.spec +++ b/wumpus.spec @@ -1,8 +1,8 @@ Summary: faithful transcription of the 1974 Atari Wumpus game Name: wumpus -Version: 1.3 +Version: 1.4 Release: 1 -License: GPL +License: BSD Group: Games URL: http://www.catb.org/~esr/wumpus/ Source0: %{name}-%{version}.tar.gz @@ -39,6 +39,10 @@ cp wumpus.6 "$RPM_BUILD_ROOT"/usr/share/man/man6/ %{_mandir}/man6/wumpus.6* %changelog +* Thu Oct 21 2010 Eric S. Raymond 1.4 +- Ported to modern C. +- License changed to BSD. + * Sun Dec 28 2003 Sean Reifschneider 1.3 - Changing the .spec file so that it installs under a build-root. - Changes so that the RPM can be built as a non-root user.