summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
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
2013-01-22Replace -j ${MAKE_JOBS} with ${_MAKE_JOBS}.ryoon2-5/+5
Fix build when MAKE_JOBS is not defined.
2013-01-21Oops. PATCH_SITES, not PATCHSITES...dholland1-2/+2
2013-01-21Roll the existing patches into a distfile patch. In the course of doing so:dholland52-1962/+14
Fix the fix previously in patch-ah (for platforms where char is unsigned by default) to not generate spurious EOF indications. Improve the fixes previously in patch-a[bcdef] to put the game's state file in $HOME/.craft instead of the current directory. Use a consistent method to set $PREFIX instead of a mixture of compiler flags, patching, and SUBST. Use pkg-config to find libX11, and clean up some pkglint.
2013-01-21HOMEPAGE has disappeared, comment it out. The corespondingdholland1-3/+8
MASTER_SITES has also disappeared, but there seem to be lots of copies of the distfile out on the net.
2013-01-17Regen. Not sure what happened here...joerg1-14/+14
2013-01-15Clean up libXaw handling. [1/2]morr3-22/+16
- remove LIBXAW variable. It is handled by buildlink3.mk now - simplify patches and Makefile in packages using libXaw - in some cases force use of Xaw3d (won't build with Xaw) - replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk In next part: - replace more includes with mk/xaw.buildlink3.mk
2013-01-15Fix prototypes. Regenerate patches as unified diffs.joerg21-243/+349
2013-01-11Use more void.joerg3-1/+36
2013-01-11Fix main. Bump revision.joerg3-8/+16
2013-01-11Prefer in-tree bsdtarjoerg1-3/+3
2013-01-11Prefer bsdtar (in-tree) over external GPL3 gtar.joerg1-8/+3