From: Eric S. Raymond Date: Wed, 1 Mar 2017 16:50:27 +0000 (-0500) Subject: Switch to shipper packaging. X-Git-Tag: 2.2~4 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=497f4b4f9a2757e06212fa67fa426dd5c9272a45 Switch to shipper packaging. --- diff --git a/Makefile b/Makefile index 536f6c5..6e13fab 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,9 @@ sst.6: doc/sst.xml sst.html: doc/sst.xml cd doc; xmlto html-nochunks sst.xml; mv sst.html .. +sst-doc.html: sst-doc.xml + xmlto xhtml-nochunks ../doc/sst-doc.xml + super-star-trek-$(VERS).tar.gz: $(SOURCES) sst.6 tar --transform='s:^:super-star-trek-$(VERS)/:' --show-transformed-names -cvzf super-star-trek-$(VERS).tar.gz $(SOURCES) sst.6 @@ -42,10 +45,8 @@ clean: rm -f sst.6 sst.html rm -f *.6 MANIFEST index.html -release: sst-$(VERS).tar.gz sst.html +release: sst-$(VERS).tar.gz sst.html sst-doc.html shipper version=$(VERS) | sh -e -x - cd www; upload refresh: sst.html shipper -N -w version=$(VERS) | sh -e -x - cd www; upload diff --git a/control b/control index 929e4df..84813e2 100644 --- a/control +++ b/control @@ -6,8 +6,36 @@ Package: super-star-trek Description: Super Star Trek, a timeless classic of computer games Save the Federation from the invading Klingons! Visit exotic planets and strip-mine them for dilithium! Encounter mysterious space thingies! - This is the classic Super Star Trek game from the days of slow teletypes, - reloaded. +. + SST2K is a modern Unix port of the University of Texas "Star + Trek" game originally written in FORTRAN in the mid-1970s. It has + options to restrict its feature set to what was in earlier versions. +. + SST2K is a kind of time machine back to what interactive programs were + like in the days of hardcopy terminals, before graphics and before + even video displays. Despite this archaism and decades after it was + written, SST2K retains significant play value. We think it's both fun + and instructive to see how good a game could be written under those + conditions. +. + SST is fairly closely related to Eric Allman's BSD Trek, which also started + life as a C translation of UT Super Star Trek. BSD Trek is missing most of + the post-1978 features of SST2K, but does add a cloaking device for the + Romulans and the option to take Klingon captives. These have been back-ported + into this version. +. + The only other really current Star Trek port we know of is + OpenTrek, + which appears to be set in the ST:TNG universe (featuring the Borg + Collective as the villains) and has a fancy graphical interface. +. + (There are also some multi-player Trek variants out there, notably + XTrek and NetTrek, that have a very different feel from any of the + Trek solitaires.) +. + For a truly retro-Trek experience, see the Star Trek ASCII Art + Archive. Homepage: http://www.catb.org/~esr/super-star-trek @@ -15,9 +43,7 @@ XBS-HTML-Target: index.html XBS-Repository-URL: https://gitlab.com/esr/super-star-trek -#XBS-OpenHub-URL: https://www.ohloh.net/p/super-star-trek - -XBS-Logo: www/trek.png +XBS-Logo: trek.png XBS-VC-Tag-Template: %(version)s diff --git a/lpt.jpg b/lpt.jpg new file mode 100644 index 0000000..cc74ea0 Binary files /dev/null and b/lpt.jpg differ diff --git a/trek.png b/trek.png new file mode 100644 index 0000000..4c42eac Binary files /dev/null and b/trek.png differ diff --git a/www/index.html b/www/index.html deleted file mode 100644 index 8e4ea49..0000000 --- a/www/index.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - Super Star Trek home page - - - - -

Super Star Trek — a classic computer game

- -

Save the Federation from the invading Klingons! Visit exotic -planets and strip-mine them for dilithium! Encounter mysterious space -thingies! This is the home page of the classic Super Star Trek game -from the days of slow teletypes, reloaded.

- -

SST2K is a modern Unix port of the University of Texas "Super Star -Trek" game originally written in FORTRAN in the mid-1970s. It has -options to restrict its feature set to what was in earlier versions.

- -

SST2K is a kind of time machine back to what interactive programs were -like in the days of hardcopy terminals, before graphics and before -even video displays. Despite this archaism and decades after it was -written, SST2K retains significant play value. We think it's both fun -and instructive to see how good a game could be written under those -conditions.

- -

Presently the code is available only via git -at the SST -Project Page on berlios.de. It builds and runs. We expect to do -an actual release Real Soon Now.

- -

In the meantime, you can at least browse the game -documentation. - -

- -

You can read the project's to-do list. If -you want to help with these things, here are the project mailing -lists:

- - - - -

Tom Almy, one of the SST project founders, has an SST page of his own.

- -

There is a Wikipedia -entry.

- -

SST is fairly closely related to Eric Allman's BSD Trek, which also started -life as a C translation of UT Super Star Trek. BSD Trek is missing most of -the post-1978 features of SST2K, but does add a cloaking device for the -Romulans.

- -

The only other really current Star Trek port we know of is -OpenTrek, -which appears to be set in the ST:TNG universe (featuring the Borg -Collective as the villains) and has a fancy graphical interface.

- -

(There are also some multi-player Trek variants out there, notably -XTrek and NetTrek, that have a very different feel from any of the -Trek solitaires.)

- -

For a truly retro-Trek experience, see the Star Trek ASCII Art -Archive.

- -

If this game interested you, you may want to check out some of the -other ancient games at the Retrocomputing Museum.

- - - - diff --git a/www/lpt.jpg b/www/lpt.jpg deleted file mode 100644 index cc74ea0..0000000 Binary files a/www/lpt.jpg and /dev/null differ diff --git a/www/trek.png b/www/trek.png deleted file mode 100644 index 4c42eac..0000000 Binary files a/www/trek.png and /dev/null differ diff --git a/www/upload b/www/upload deleted file mode 100755 index 15afc0c..0000000 --- a/www/upload +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# -# Upload gpsd docs -# -xmlto xhtml-nochunks ../doc/sst-doc.xml -scp ../TODO *.html *.png *.jpg esr@shell.berlios.de:/home/groups/sst/htdocs