freebsd-ports/games/quackle/pkg-plist
Pawel Pekala 9886763535 Update to version 1.0.1
Changelog:

- CSW2015 dictionary
- Ability to create brand new dictionaries. In the lexicon chooser,
  scroll to the bottom choice, "Add new lexicon..." and open up a raw word
  list (.raw, .txt) or a .dawg file
- Ability to edit existing dictionaries. Next to the lexicon chooser, press
  the Edit button
- Ability to generate GADDAGs from within the interface.
  Click "Build lexicon database..." in the Settings pane to do this.
- All lexicons and configuration files can now be customized and loaded from
  outside of the layout. User-created lexica are automatically saved in a
  preferences directory designated by Qt for Quackle
- New DAWG format. The new format supports MD5 hashes on the dictionary
  so that you can tell with certainty if you have the dictionary
  you think you have.
- New GADDAG format. Uses MD5 hashes to insure that a GADDAG is properly
  matched to a DAWG.
- GADDAGs and DAWGs are now a versioned format. So it will be easy to change
  and upgrade them going forward.
- The lexicon field picked up a copyrights.txt file which detects
  appropriate dictionaries by their hashes and automatically decorates
  them with copyrights.
- Fix up strategy fallbacks. All English dictionaries will fall back to using
  TWL06 strategies if they don't have any strategies of their own. All other
  dictionaries will fall back to using default strategies (which have rather
  thin coverage right now).
- Bugs with alphabet lengths were fixed. Alphabets of >32 letters are now
  supported. Which means creating a Slovak version is now possible.
2016-01-06 18:26:32 +00:00

56 lines
2.1 KiB
Text

bin/quackle
%%DATADIR%%/alphabets/english.quackle_alphabet
%%DATADIR%%/alphabets/english_super.quackle_alphabet
%%DATADIR%%/alphabets/english_wild.quackle_alphabet
%%DATADIR%%/alphabets/french.quackle_alphabet
%%DATADIR%%/alphabets/greek.quackle_alphabet
%%DATADIR%%/alphabets/korean.quackle_alphabet
%%DATADIR%%/alphabets/mandarin.quackle_alphabet
%%DATADIR%%/alphabets/norwegian.quackle_alphabet
%%DATADIR%%/alphabets/pinyin.quackle_alphabet
%%DATADIR%%/alphabets/polish.quackle_alphabet
%%DATADIR%%/alphabets/russian.quackle_alphabet
%%DATADIR%%/alphabets/swedish.quackle_alphabet
%%DATADIR%%/alphabets/tuvan.quackle_alphabet
%%DATADIR%%/alphabets/zhuyin.quackle_alphabet
%%DATADIR%%/lexica/copyrights.txt
%%DATADIR%%/lexica/csw12.dawg
%%DATADIR%%/lexica/csw15.dawg
%%DATADIR%%/lexica/cswapr07.dawg
%%DATADIR%%/lexica/greek.dawg
%%DATADIR%%/lexica/korean.dawg
%%DATADIR%%/lexica/norwegian.dawg
%%DATADIR%%/lexica/ods5.dawg
%%DATADIR%%/lexica/osps.dawg
%%DATADIR%%/lexica/sowpods.dawg
%%DATADIR%%/lexica/twl06.dawg
%%DATADIR%%/lexica/twl98.dawg
%%DATADIR%%/raw_lexica/cswapr07.raw
%%DATADIR%%/raw_lexica/cswfeb07.raw
%%DATADIR%%/raw_lexica/greek.raw
%%DATADIR%%/raw_lexica/korean.raw
%%DATADIR%%/raw_lexica/norwegian.raw
%%DATADIR%%/raw_lexica/ods4.raw
%%DATADIR%%/raw_lexica/ods5.raw
%%DATADIR%%/raw_lexica/sowpods.raw
%%DATADIR%%/raw_lexica/twl06.raw
%%DATADIR%%/raw_lexica/twl98.raw
%%DATADIR%%/strategy/csw12/superleaves
%%DATADIR%%/strategy/cswapr07/superleaves
%%DATADIR%%/strategy/default/worths
%%DATADIR%%/strategy/default_english/bogowin
%%DATADIR%%/strategy/default_english/superleaves
%%DATADIR%%/strategy/default_english/syn2
%%DATADIR%%/strategy/default_english/vcplace
%%DATADIR%%/strategy/default_english/worths
%%DATADIR%%/strategy/ods5/superleaves
%%DATADIR%%/strategy/ods5/worths
%%DATADIR%%/strategy/twl06/bogowin
%%DATADIR%%/strategy/twl06/superleaves
%%DATADIR%%/strategy/twl06/syn2
%%DATADIR%%/strategy/twl06/vcplace
%%DATADIR%%/strategy/twl06/worths
%%DATADIR%%/strategy/twl98/worths
%%DATADIR%%/themes/modern.ini
%%DATADIR%%/themes/plain.ini
%%DATADIR%%/themes/traditional.ini