summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30Avoid conflict with C++11's std::move.joerg13-34/+334
2013-04-30Don't pick up C++11's std::is_object trait.joerg2-1/+24
2013-04-29Add a number of includes hidden by libstdc++'s name space pollution.joerg9-4/+67
2013-04-21add dependency on libkdegames. Should fix Joerg's bulkbuild.markd1-1/+3
Bump PKGREVISION.
2013-04-21Update to 2.2.0 (2.20):wiz3-9/+20
Version 2.2 * New games: 3 new logic games, 2 calculation games and 17 new verbal analogies * Improved the graphics of 10 puzzles * More mouse support in some old puzzles * Sound support * 3 bug fixes
2013-04-16+ pushover.wiz1-1/+2
2013-04-16Import pushover-0.0.4 as games/pushover.wiz4-0/+106
Pushover is a faithful reimplementation of the game with the same name published in 1992 by Ocean. It contains the original levels; the graphics and sound are very similar when compared with the original game. The task of the game is to rearrange the dominoes on the different platforms so that you can start a chainreaction that makes all dominoes topple over. You may rearrange all dominoes (except for one kind of domino) and place them wherever suitable (except in front of a door).
2013-04-14Use ${SH} to run the build shellscript. Otherwise on Solaris it runsdholland1-4/+5
a useless shell and fails miserably.
2013-04-14typodholland1-1/+1
2013-04-14Solaris needs -lnsl as well as -lsocket.dholland1-2/+2
2013-04-08Update grhino to 0.16.1:prlw16-46/+67
- Fix compilation error with newer GCC versions. - Backport changes from Debian by Vincent Legout, Martin Michlmayr. - Fix bad interaction between edit board and preference dialog box. - Fix bad interaction between edit board and toolbar. - Fix midgame search when the game finishes without filling the board. Add patch-Makefile.in to fix PR pkg/34215 Remove patch-book.cc patch-game.cc patch-log__proc.h as: Change from Debian port by Martin Michlmayr <tbm@cyrius.com> * book.cc, game.cc, log_proc.h: Include <cstdlib>.
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent4-9/+8
2013-04-07Edited DESCR in the case of:rodent3-19/+6
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
2013-04-06"Each sed command should appear in an assignment of its own."rodent1-4/+4
2013-04-06Resolves:rodent1-2/+2
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2013-04-06'The "+=" operator should only be used with lists.'rodent1-2/+2
2013-04-06'You can use "foo" instead of "${WRKSRC}/foo".'rodent1-2/+2
2013-04-06"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variablerodent7-14/+14
$$extract_file instead."
2013-04-06Fixes:rodent2-4/+4
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2013-04-04+ knetwalkjperkin1-1/+2
2013-04-03- kdegames4markd1-2/+41
+ libkdegames libkmahjongg bomber bovo grantier kajongg kapman katomic kblackbox kblocks kbounce kbreakout kdiamond kfourinline kgoldrunner kigo killbots kiriki kjumpingcube klickety klines kmahjongg kmines knavalbattle knetwalk kolf kollision konquest kpat kreversi kshisen ksirk ksnakeduel kspaceduel ksquares ksudoku ktuberling kubrick lskat palapeli picmi
2013-04-03Update to KDE SC 4.10.2markd172-2082/+3295
bugfixes, other quality improvements, new and improved KDE Applications
2013-04-03Update to KDE SC 4.10.2markd10-27/+39
bugfixes, other quality improvements, new and improved KDE Applications
2013-04-01Update HOMEPAGE.wiz1-2/+2
2013-03-28Fix inline use. Do not use nested functions.joerg11-75/+570
2013-03-26Update onscripter to 20130317. (leaf package bug fix)tsutsui2-6/+6
Upstream changes summary (only Japanese log available) 20130317 - fix a bug introduced in 20130223, failure of loading savefile when there are too many characters in the backlog text buffer
2013-03-25Clean up some gcc warnings. This probably doesn't accomplish anythingdholland8-21/+142
particularly important, except that one of the warnings was reporting a bug that probably causes crashes. PKGREVISION -> 4
2013-03-17Update onscripter to 20130316.tsutsui2-6/+6
Upstream changes summary (only Japanese log available) 20130316 - fix a bug in spstr insn that doesn't work for string sprites
2013-03-16recursive bump from ffmpeg shlib major changesobache2-4/+4
2013-03-10Update onscripter to 20130223.tsutsui2-6/+6
Upstream changes summary (only Japanese log available) 20130223 - fix bug of game insn that resets loaded default cursor - fix bug that backlog doesn't show all text due to buffer overflow in some case 20130216 - implement luacall reset - fix bug in definereset insn that resets global variables even during globalon insn is active - make definereset insn load system.lua - handle >255 values for sprite transparent value 20130203 - fix iOS SDK bug 20130202 - implement checkkey insn - implement NL_dofile, NSGetSkip, NSGetWindowSize, NSTimer, NSGetKey, NSUpdate, NSSpClear, NSSpGetInfo, NSSpGetPos, NSSpLoad, NSSpMove, and NSSpVisible insns for NSLua - update Android SDK
2013-03-02Return a value in non-void functions.joerg2-1/+27
2013-03-02Fix inline use.joerg5-1/+279
2013-03-02string.h is no longer included by png.hjoerg2-1/+14
2013-03-02Reset maintainer to "pkgsrc-users@NetBSD.org".tron3-6/+6
2013-02-26Actually provide a value for BIGGEST.joerg2-1/+21
2013-02-26Fix png update fallout.joerg2-1/+15
2013-02-26Needs C++11 when buildign with clang.joerg1-1/+6
2013-02-26Fix return types.joerg12-14/+350
2013-02-26Don't add default arguments when implementing a function.joerg2-1/+23
2013-02-22Update homepage URLs.shattered1-2/+2
2013-02-16Recursive bump for png-1.6.wiz79-166/+157
2013-02-15recursive bump from boost-lib shlib update.obache5-9/+10
2013-02-09Bump PKGREVISION from audio/jack.ryoon6-12/+12
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin30-59/+60
2013-02-04USE_GAMESGROUP, not SETGIDGAME.shattered1-2/+2
2013-01-26utomake-1.13 compat.wiz2-6/+16
2013-01-26automake-1.13 compat.wiz2-5/+11
2013-01-26Revbump after graphics/jpeg and textproc/icuadam34-65/+68
2013-01-26Update onscripter to 20130120.tsutsui2-6/+6
Upstream changes summary (only Japanese log available) 20130120 - fix a timer bug introduced in 20130112 that cause too fast animation 20130119 - fix bugs in definereset and reset insns 20130118 - fix bug that can't get right hight of character sprite 20130112 - fix event loop handlers to make NSLua work correctly - fix a bug around text new line - improve yesnobox and okcancelbox button drawing - add Lua support to Android SDK
2013-01-24Revbump after updating graphics/jpegadam1-2/+2