mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
f5fc27fb08
* Make the port less restrictive and thus distributable again by using a reduced collection of cardsets, which contains clearly defined licenses. It's also bundled by upstream for the distributed binary packages of PySolFC. * Introduce PILLOW/SOUND options which enables sound and enhanced graphics support. Changelog since 2.6.2: https://github.com/shlomif/PySolFC/blob/pysolfc-2.12.0/NEWS.asciidoc
26 lines
753 B
Plaintext
26 lines
753 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOD
|
|
Please note that only the default set of cards was installed. If you would
|
|
like to install more cardsets, please proceed as follows:
|
|
|
|
$ fetch https://github.com/shlomif/PySolFC-Cardsets/archive/refs/tags/2.0.tar.gz
|
|
$ tar xf 2.0.tar.gz
|
|
$ mkdir -p ~/.PySolFC/cardsets
|
|
$ cp -r PySolFC-Cardsets-2.0/cardsets* ~/.PySolFC/cardsets/
|
|
EOD
|
|
}
|
|
{ type: upgrade
|
|
maximum_version: 2.12.0
|
|
message: <<EOD
|
|
Please note that the new version of PySolFC contains only a default set of
|
|
cards. If you should miss one or more cardsets, you can set them up as
|
|
follows:
|
|
|
|
$ fetch https://github.com/shlomif/PySolFC-Cardsets/archive/refs/tags/2.0.tar.gz
|
|
$ tar xf 2.0.tar.gz
|
|
$ cp -r PySolFC-Cardsets-2.0/cardsets* ~/.PySolFC/cardsets/
|
|
EOD
|
|
}
|
|
]
|