summaryrefslogtreecommitdiff
path: root/games/puzzles
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-1/+2
2022-06-13puzzles: add missing build dependencieswiz1-4/+5
2022-06-08games/puzzles: update to 20220127rillig4-44/+98
Changes since 20181212: * new game 'mosaic' * several bug fixes to the existing games * build system switched from autotools to CMake
2021-12-08revbump for icu and libffiadam1-2/+2
2021-10-26games: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07games: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-2/+2
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-1/+2
2019-01-06games/puzzles: fix patch checksum in distinforillig1-2/+2
2019-01-06games/puzzles: update to 20181212rillig4-65/+48
Upstream changes since 20160429: - lots of small bug fixes in the individual games Pkgsrc changes: To avoid the distfile that changes every day, the package is built from a Git snapshot (with fixed commit). As a consequence, this package depends on Perl, autoreconf and textproc/halibut now.
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-2/+2
2018-06-17puzzles: drop maintainership.wiz1-2/+2
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2018-01-14games/*: fix alignment of variable valuesrillig1-5/+5
pkglint -Wall -r --autofix --only aligned After running the above command, three packages had to be adjusted manually: In maelstrom-x11, pkglint didn't see that a commented variable assignment should have been re-aligned as well. In netmaze, there was a single line that didn't align well with all the others, but pkglint decided to adjust the whole paragraph to this single line. The result would have been ok, but not good. In tscp, there was a paragraph where some of the lines were indented one space more than the others. This rule is useful when one variable name is very long compared to the others, but not in this case.
2017-09-04Follow some redirects.wiz1-3/+3
2017-07-13Honor LDFLAGS, fixes RELRO build.wiz1-1/+7
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-1/+2
2016-10-05Updated puzzles to 20160429.wiz4-27/+32
Adds three games: flood palisade tracks
2016-08-03Revbump after graphics/gd updateadam1-2/+2
2015-11-03Add SHA512 digests for distfiles for games categoryagc1-1/+2
Problems found locating distfiles: Package blokus: missing distfile blokus-1.1.tar.gz Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz Package dungeon: missing distfile dungeon-gdt-glk.tar.gz Package gate88: missing distfile Gate88_Mar19_05.tar.gz Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip Package rollemup: missing distfile Rollemup.tar.gz Package tscp: missing distfile tscp181.zip Package xbat: missing distfile xev111.tar.gz Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz Package xrick: missing distfile xrick-021212.tgz Package xskat: missing distfile xskat-cards.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-25Recursive revbump following MesaLib update, categories g through n.tnn1-1/+2
2014-10-23Update to 20141021.r10286:wiz2-6/+6
Stop using NSApp in the OS X front end.
2014-10-08Update to 10282:wiz2-6/+6
Fix antialiasing artifacts around edges of Bridges islands.
2014-10-01Update to r10274:wiz2-6/+6
Provide a static version.h for development builds.
2014-10-01Update to 20140925.r10264:wiz2-7/+6
Remove the MD5-based manifest file system. Remove dependencies on Subversion. Improve connectedness-error highlighting in Singles.
2014-09-10Update to 10223:wiz2-6/+6
Improve connectedness-error highlighting in Range. The previous approach of scanning the grid by depth-first search was fine for deciding whether it was connected, but not so good for pointing out where the mistake was in the grid. Replaced that code with a dsf-based version, which identifies all connected components so that an easy followup pass can highlight all but the largest as erroneous.
2014-07-22Update to 10196:wiz2-7/+6
Fix vertically misaligned text in Javascript puzzles.
2014-05-05Recursive revbump from x11/pixmanryoon1-1/+2
Fix PR pkg/48777
2014-05-02Update to 10180, bugfixeswiz2-6/+6
2014-02-20Update to 10116: bug fixes.wiz2-6/+6
2013-11-29Update to 10098:wiz2-6/+6
Fix a printf 64-bit-cleanness error.
2013-10-12Update to 10051:wiz2-7/+6
Fix an edge case of divider-obsoletion in Group.
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-1/+2
2013-09-02Update to 10035, bug fixes.wiz2-6/+6
2013-07-31Update to 9976, bug fixes.wiz2-6/+6
2013-07-07Update to 9893: bug fixes.wiz3-10/+11
2013-06-09Update to 9861:wiz2-7/+6
Remove spurious "unfinished/" that appeared at the start of the unfinished puzzles' gamedesc.txt lines due to a Perl error. Ahem. Add comment to remind myself (and anyone else) how to refresh the XFCE menu. Script to read the new gamedesc.txt and create .desktop files. My immediate intention is to run this locally so that my XFCE main menu acquires shortcuts for my locally compiled puzzle binaries, but I expect the script could probably be adapted for systemwide distribution use if any distribution hasn't already done this job in their own way by now. Rename wingames.lst to gamedesc.txt, and add a couple of extra fields to it giving each game's "internal" name (as seen in the source file, .R etc) and also a brief description of the game. The idea of the latter is that it should be usable as a comment field in .desktop files and similar.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-1/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-26Update to 9840:wiz4-30/+30
Two new games: undead and unruly. And, of course, bugfixes.