non port: games/quackle/Makefile |
Number of commits found: 32 |
Friday, 3 Nov 2023
|
21:16 Robert Clausecker (fuz)
games/quackle: Crossword game artificial intelligence and analysis tool
Quackle is a free crossword game artificial intelligence and analysis
tool that rivals the best players in the world!
It can be configured to play and analyze crossword games with any board
layout and use the newest lexicons. Quackle includes a move generator,
move evaluator, simulator, and Qt-based user interface and can be used
with any board layout, alphabet, lexicon, and tile distribution.
WWW: https://people.csail.mit.edu/jasonkb/quackle/
8264d44 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
 |
Sunday, 2 Dec 2018
|
15:41 rene
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
 |
Sunday, 29 Jul 2018
|
22:18 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
 |
Thursday, 28 Jun 2018
|
17:39 tcberner
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
 |
Tuesday, 17 Apr 2018
|
03:15 jbeich
games@ is not to be used as a maintainer per r371872
Pointy hat to: rene
 |
Saturday, 24 Feb 2018
|
22:35 rene
Return pawel@'s ports to the pool after he resigned.
With hat: portmgr
 |
Sunday, 10 Sep 2017
|
20:55 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
(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
 |
Saturday, 1 Apr 2017
|
15:23 gerald
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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
 |
Saturday, 6 Aug 2016
|
11:19 pawel
Update to version 1.0.3
 |
Thursday, 7 Jan 2016
|
21:53 pawel
Needs c++11 compatible stdc library, this fixes build on FreeBSD 9.
 |
Wednesday, 6 Jan 2016
|
18:26 pawel
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.
 |
Saturday, 30 May 2015
|
21:25 mat
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 4 Apr 2015
|
12:07 pawel
Convert to new USE_GITHUB
 |
Tuesday, 23 Dec 2014
|
22:52 pawel
- Update to version 0.98, now hosted on GitHub
- 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.)
 |
Wednesday, 25 Jun 2014
|
05:35 bapt
Convert GMAKE to MAKE_CMD
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
 |
Saturday, 23 Nov 2013
|
17:42 makc
- Convert to USES=qmake
Approved by: portmgr (blanket approval)
 |
Friday, 27 Sep 2013
|
22:56 pawel
Add support for STAGEDIR
 |
Friday, 20 Sep 2013
|
17:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Wednesday, 10 Jul 2013
|
19:41 pawel
Convert my ports to current standards
- 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
 |
Saturday, 15 Jun 2013
|
13:56 pawel
- Fix build with clang by using USE_GCC=any
- Fix comment, remove leading article, correct capitalization
- Trim Makefile header
 |
Wednesday, 23 Jan 2013
|
15:00 makc
Bump PORTREVISION after DESKTOP_ENTRIES update
 |
Wednesday, 6 Jun 2012
|
06:44 miwi
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Monday, 9 Jan 2012
|
20:52 pawel
- Update to version 0.97
- Add desktop entry
- Take maintainership
 |
Wednesday, 10 Aug 2011
|
16:24 ehaupt
Update to 0.96
PR: 159454
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Friday, 28 Nov 2008
|
22:49 linimon
Reset shoemaker@bluebottle.com: email bounces.
 |
Friday, 18 Jul 2008
|
12:42 miwi
- Use QT_COMPONENTS
- 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
 |
Friday, 6 Jun 2008
|
13:31 edwin
Bump portrevision due to upgrade of devel/gettext.
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)
 |
Friday, 25 Apr 2008
|
17:22 pav
Free crossword game artificial intelligence and analysis tool that
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>
 |
Number of commits found: 32 |