summaryrefslogtreecommitdiff
path: root/Ports/doom
AgeCommit message (Collapse)Author
2021-04-25Ports: Update checksums to use the SHA256 algorithmGunnar Beutner
2021-04-23Ports: Fix version numbers for some of the portsGunnar Beutner
2021-04-23Ports: Add launchers for some of the portsGunnar Beutner
2021-04-16Ports: Add auth_type verification to all package.sh filesBrendan Coles
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2020-02-06Ports: Added checksums / signature files and other fixesEmanuel Sprung
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff
2019-11-03Ports: Undo POSIX sh compliance changes for nowAndreas Kling
Partial revert of 704f48d7f3a1a88047a64b4e2939878d6d4fafb8. These changes made the ports system unusable.
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd.
2019-09-24Ports: Switch to new ports system (#594)Larkin
Much redundancy is removed from package scripts with this system. It also supports simple dependency management, uninstalling (through BSD ports style plist files), cleaning up after itself (with clean, clean_dist, clean_all commands), etc.
2019-09-14Ports: Remove now-unnecessary DOOM patchAndreas Kling
Now that we're building our own DOOM fork, we don't need any patches.
2019-09-14Ports: Point doom port to our own SerenityDOOM forkAndreas Kling
This will make it easier to make improvements to the port.
2019-09-09Ports: Port DOOMAndreas Kling
Okay, here's something we've all been waiting for. A DOOM port :^) It's based on the "doomgeneric" port and doesn't have sound support at the moment, but it does let you play DOOM on Serenity. Note that you have to provide DOOM1.WAD yourself. Fixes #33.