aboutsummaryrefslogtreecommitdiff
path: root/games/quackle
Commit message (Collapse)AuthorAgeFilesLines
* Return pawel@'s ports to the pool after he resigned.Rene Ladan2018-02-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=462871
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Update to version 1.0.3Pawel Pekala2016-08-063-5/+9
| | | | Notes: svn path=/head/; revision=419737
* Needs c++11 compatible stdc library, this fixes build on FreeBSD 9.Pawel Pekala2016-01-071-1/+1
| | | | Notes: svn path=/head/; revision=405488
* Update to version 1.0.1Pawel Pekala2016-01-063-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=405383
* Cleanup USE_GITHUB usage.Mathieu Arnold2015-05-302-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387986
* Convert to new USE_GITHUBPawel Pekala2015-04-042-3/+2
| | | | Notes: svn path=/head/; revision=383202
* - Update to version 0.98, now hosted on GitHubPawel Pekala2014-12-233-48/+27
| | | | | | | | | | | | | | | | | | | - LICENSE is GPLv3 now - Builds fine with clang Changelog: Norwegian dictionary! (Choose "norwegian" alphabet and "norwegian" lexicon. Hat tip Per Steinar Moen.) Polish dictionary! (Choose "polish" alphabet and "osps" lexicon. Hat tip Adam Klimont and Polish Federation of Scrabble.) Color themes! Easier board configuration based on the mathematics of symmetry! Better behavior with international keyboards. Fixes for OS X Mavericks. (And a lot of other code cleanups by Matt Liberty.) Notes: svn path=/head/; revision=375362
* Remove @dirrm's from my ports plistsPawel Pekala2014-10-131-17/+0
| | | | Notes: svn path=/head/; revision=370822
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Convert to USES=qmakeMax Brazhnikov2013-11-231-5/+5
| | | | | | | Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334688
* Add support for STAGEDIRPawel Pekala2013-09-271-3/+3
| | | | Notes: svn path=/head/; revision=328532
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert my ports to current standardsPawel Pekala2013-07-101-1/+1
| | | | | | | | | | | - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense Notes: svn path=/head/; revision=322729
* - Fix build with clang by using USE_GCC=anyPawel Pekala2013-06-151-7/+4
| | | | | | | | - Fix comment, remove leading article, correct capitalization - Trim Makefile header Notes: svn path=/head/; revision=320999
* Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov2013-01-231-1/+1
| | | | Notes: svn path=/head/; revision=310871
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to version 0.97Pawel Pekala2012-01-093-4/+14
| | | | | | | | - Add desktop entry - Take maintainership Notes: svn path=/head/; revision=288843
* Update to 0.96Emanuel Haupt2011-08-105-44/+83
| | | | | | | | PR: 159454 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=279433
* Remove WWW entries from unmaintained ports that return 404 or where the domainEmanuel Haupt2011-08-021-2/+0
| | | | | | | disappeared. Notes: svn path=/head/; revision=278829
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Reset shoemaker@bluebottle.com: email bounces.Mark Linimon2008-11-281-1/+1
| | | | Notes: svn path=/head/; revision=223505
* - Use QT_COMPONENTSMartin Wilke2008-07-182-54/+54
| | | | | | | | | | | | - Install data to ${DATADIR} (adjust pkg-plist in accordance) - Use COPYTREE_SHARE macro PR: 124821 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=217036
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Free crossword game artificial intelligence and analysis tool thatPav Lucistnik2008-04-255-0/+103
rivals the best players in the world! You will need to set up a game board with the bonus squares scrabble has. See http://web.mit.edu/jasonkb/www/quackle/example_report.html for a reminder of which squares are which, and recreate this board to have exactly the same rules as Scrabble (TM) WWW: http://web.mit.edu/jasonkb/www/quackle/ PR: ports/122810 Submitted by: Jonathan Shoemaker <shoemaker@bluebottle.com> Notes: svn path=/head/; revision=211970