Hello, I've seen that games/opentyrian gives an url to download the assets for the game in the README file but we have no way to check that the file is the one originaly used by the port author.
I propose to add the hash of that file in pkg/README, or maybe there is a better way to include the hash somewhere for users with a little explanation? Index: pkg/README =================================================================== RCS file: /cvs/ports/games/opentyrian/pkg/README,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 README --- pkg/README 24 Mar 2014 09:08:55 -0000 1.1.1.1 +++ pkg/README 27 Jun 2018 11:41:29 -0000 @@ -7,5 +7,10 @@ $OpenBSD: README,v 1.1.1.1 2014/03/24 09 In order to play the game you need the data files from "Tyrian": http://www.camanis.net/tyrian/tyrian21.zip +The data file checksum can be compared to the following hash using the +command sha256 -b tyrian21.zip + +SHA256 (tyrian21.zip) = d5DQmio63c0zxm7wY9WQDrgcycNC9IB+uDVjZN0dknc= + For a system wide installation you can install them with this command: unzip -j -d /usr/local/share/opentyrian tyrian21.zip
