dist/freedoom: rearrange and change ports to search for

GZDoom gets bumped up to second for its support for high screen
resolutions.  PrBoom-Plus gets bumped to last-place for its menu
complexity.  Eternity got removed due to its difficulty of building
and running on Linux.
This commit is contained in:
Mike Swanson 2019-09-17 17:14:48 -07:00
parent 089180b9a8
commit 5947b4229f

13
dist/freedoom vendored
View file

@ -1,10 +1,11 @@
#!/bin/bash - #!/bin/bash -
# These ports should really be ordered by ease-of-use. Most likely # These ports should be ordered by ease-of-use, of which menu
# advanced users with many ports installed will invoke their preferred # simplicity and support for high-resolution take high priority.
# one directly rather than depend on this script...
PORTS="doom odamex crispy-doom prboom-plus eternity gzdoom chocolate-doom" # "doom" is Debians generic name for their alternatives system.
PORTS="doom odamex gzdoom crispy-doom chocolate-doom prboom-plus"
# Just a single argument starting the command is allowed, -p, in order # Just a single argument starting the command is allowed, -p, in order
# to explicitly set a port on the command line. -- is also supported # to explicitly set a port on the command line. -- is also supported
@ -82,8 +83,8 @@ done
cat <<EOF >&2 cat <<EOF >&2
$(basename "$0") could not locate nor launch a Doom engine. Most $(basename "$0") could not locate nor launch a Doom engine. Most
likely, you simply need to install one, check your distribution likely, you simply need to install one, check your distribution
package repositories for names such as "prboom" or "odamex" or seek package repositories for names such as "odamex" or "chocolate-doom" or
out one and install it manually. seek out one and install it manually.
If you believe you already have one, you may just need to modify your If you believe you already have one, you may just need to modify your
PATH environment variable to include it, or set up the $HOME/.doomport PATH environment variable to include it, or set up the $HOME/.doomport