Commit graph

3770 commits

Author SHA1 Message Date
wiz
997443a214 Fix build with png-1.5. 2011-01-20 23:37:36 +00:00
kefren
f0511dad77 SUBDIR+= pingus 2011-01-19 19:49:57 +00:00
kefren
1314f0d38f Initial import of pingus 0.7.3 - a Lemmings(TM) clone 2011-01-19 19:47:58 +00:00
wiz
fcc0b5fda0 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:53:23 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
wiz
84ec3afe0b Mention which files include this.
Comment out PATCHDIR, it currently does not exist.
2011-01-12 10:36:43 +00:00
drochner
ea3da4d03e update to 2.6.2
changes: many new levels, bugfixes, i18n...
2011-01-11 20:20:53 +00:00
drochner
67fdfc8c66 update to 1.0
changes: cleanup
2011-01-11 15:40:57 +00:00
obache
00e185055f limits.h is more porable way for get PATH_MAX.
PR#44334.
2011-01-08 13:11:13 +00:00
obache
8e8cd1bf2d require termcap to build. 2011-01-03 15:06:38 +00:00
obache
917e04aab3 Update HOMEPAGE to currently maintained one, and change MASTER_SITES
to mirror of old one.
2011-01-03 14:54:34 +00:00
wiz
6984e111b2 Set LICENSE, clean up pkglint warnings. 2010-12-29 19:08:39 +00:00
dholland
613ee7e005 Needs makeinfo; from PR 44290. 2010-12-29 02:19:10 +00:00
obache
a422c9036d simplify. 2010-12-25 09:59:25 +00:00
obache
a8613d6178 intN_t and uintN_t should be provided by stdint.h for porability.
fixes PR#44278.
2010-12-25 09:48:09 +00:00
adam
598ed8e5ae Changes 1.2.1:
General
- Add Hungarian translation.
- Add Brazilian Portuguese translation.
Cruise:
- Fixed a problem with Raoul appearing when examining the Book
Groovie:
- Fixed a regression that made the Russian version of T7G crash.
Lure:
- Fixed several NPC movement bugs
2010-12-24 14:51:43 +00:00
dsainty
ada744dc0a Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
wiz
fa5f68c339 Add upstream bug report URL. 2010-12-17 09:26:23 +00:00
wiz
e85d8d2cb8 + supertuxkart. 2010-12-17 09:21:22 +00:00
wiz
ffb0084a28 Initial import of supertuxkart-0.6.2a:
SuperTuxKart is a free 3d kart racing game; we want to make the
game fun more than we want to make it realistic. You can play with
up to 4 friends on one PC, racing against each other or just try
to beat the computer.

See the great lighthouse or drive through the sand and visit the
pyramids. Race underground or in space, watching the stars passing
by. Have some rest under the palms on the beach (watching the other
karts overtaking you :) ). But don't eat the bananas! Watch for
bowling balls, plungers, bubble gum and cakes thrown by opponents.

You can do a single race against other karts, compete in one of
several Grand Prix, try to beat the high score in time trials on
your own, play battle mode against your friends, and more!
2010-12-17 09:20:52 +00:00
obache
d99eb6b342 Bump PKGREVISION from icu shlib major bump. 2010-12-17 07:36:08 +00:00
wiz
a97504c8b7 Update to 1.60:
Version 1.60
* Better I18N (string concatenation and plurals)
* 7 new logic games, 1 calculation and 16 verbal analogies
* PDF export support
* 14 bug fixes
* Updated and new translations
2010-12-15 13:31:46 +00:00
adam
a946167079 Added games/openttd-data version 0.3.1 2010-12-08 17:50:36 +00:00
adam
a658d37e54 OpenGFX, OpenMSX, and OpenSFX are an open source replacement for the original
Transport Tycoon Deluxe (TTD) graphics, music and base sounds used by OpenTTD.
The main goal therefore is to provide a set of free files which make it
possible to play OpenTTD without requiring the (copyright protected) files from
the TTD CD. This potentially increases the OpenTTD fanbase and makes it a true
free game (with "free" as in both "free beer" and "open source").
2010-12-08 17:49:40 +00:00
adam
78492d069e Changes 1.0.5:
* Fix: Reading (very) recently freed memory [CVE-2010-4168]
* Fix: Default service interval for ships/aircraft got switched
* Fix: Size of sort buttons for save/load and build vehicle list gui could be
  too small
* Fix: [NewGRF] Crash when disabling static NewGRFs (when joining/starting
  a server)
* Fix: Upper limit for snowline was too low
* Fix: Wrong (maximum) value shown for generation seed in the in-game console
* Fix: [Windows] Make sure to be upgraded openttd is not running when installing
* Fix: Under some circumstances the file handle of the downloaded savegame
  would not be closed, and validity of the handled was not checked in all cases
* Fix: [NewGRF] Crash when getting an industry ID at an offset that uses some
  'old' style industry tile
2010-12-08 17:47:50 +00:00
markd
061e37ba8a don't add python include dir to include path as causes eg kolf to pick
up wrong versions of header files and build to fail.
2010-12-08 11:24:34 +00:00
wiz
813c482df3 Include pyversion.mk so that PYPKGPREFIX is defined. 2010-12-07 14:09:55 +00:00
markd
35e7f78473 Note dependencies of kajongg 2010-12-07 10:40:17 +00:00
markd
b9a3982465 Update to KDE SC 4.5.4
4.5.4 brings bugfixes and translation updates
2010-12-06 11:43:38 +00:00
drochner
8660d3f0b1 update to 1.0.15
changes:
-desktop menu/icon support
-fixes
-translation updates
2010-12-03 18:49:22 +00:00
drochner
c55136b37d update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-28 13:04:09 +00:00
abs
93cde1a832 PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
shattered
309ff161ba Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
dholland
19fdeade21 Fix crash on LP64 platforms, caused by improper mixing of integer types
and no type safety in XtVa[GS]etValues(). PKGREVISION <- 6
2010-11-13 00:08:55 +00:00
markd
8ea96f3e33 Update to KDE SC 4.5.3
4.5.3 brings a number of improvements:

    * KSharedDataCache has cache invalidation bug fixed that caused stability
           when daylight saving time changed.
    * Icon overlays in Dolphin are now positioned correctly after adjusting
      the zoom level.
    * Okular, KDE's universal document viewer has seen improvements in the
      DjVu and XPS backends.
2010-11-03 20:07:33 +00:00
wiz
735e70408b Reset maintainer. 2010-11-01 00:08:09 +00:00
adam
bfca4b6d00 Changes 1.2.0:
* New Games: Added support for Fascination.
* New Games (Sierra SCI0 - SCI1.1).
* New Ports: Android, Dingux, Caanoo, OpenPandora.
* Removed the outdated PalmOS port.
* Switched to the "fast" DOSBox OPL emulator.
* Fixed a crash in the rjp1 player code affecting the FOTAQ Amiga version.
* Added support for more original media layouts.
* Added support for GUI localization.
* Improved GUI by adding tooltips and radiobuttons.
* Improved GUI usability by hiding more irrelevant options not supported by
  specific games.
2010-10-27 07:14:48 +00:00
markd
5c1886f704 Update to KDE SC 4.5.2
4.5.2
translation updates, performance and stability improvements and other
bugfixes.

4.5.0
new versions of the Plasma Workspaces, the KDE Applications and the KDE
Development Platform in version 4.5.0. While focus within this release
cycle lay on stability, the overall polish and performance gain is well
noticable. Features such as the reworked notification area, Marble's map
routing and support for WebKit in Konqueror round up this release.
2010-10-25 20:55:22 +00:00
wiz
e60474592c Update to 1.52:
Version 1.52
* 3 bug fixes
* Updated and new translations
2010-10-16 16:07:30 +00:00
joerg
0308d3fe15 Fix build on i386. 2010-10-12 17:20:10 +00:00
obache
27860510d3 convert 8 spaces with a tab for gmake-3.82. 2010-10-03 10:43:02 +00:00
obache
7de0141d44 convert custom do-{build,install} target to usual usage. 2010-10-03 10:42:00 +00:00
obache
088a3134ad Fixes build failure on recent NetBSD with fmax()/fmin(). 2010-10-03 08:53:00 +00:00
wiz
5310bb3326 More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
wiz
2c6e8e30b0 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
5dfe8b0ee6 Update to 0.7.5:
Many bug fixes and some minor GUI improvements for clarity.
2010-09-12 21:55:55 +00:00
adam
40b3ec45e2 Changes 2.2.2:
* Fixed crash bugs.
* GTK2 client - improved city dialog.
* GTK2 client - made interface more usable on netbook class displays.
* GTK2 client - improved city bar.
* Fixed bug where two bases could not be built on the same tile on the same
  turn.
* Allowed settler and worker units in custom rulesets to become veterans.
* Fixed bug where an editor window was displayed on startup.
* Fixed bug where settler/worker progress was lost upon loading a saved game.
* Fixed bug where the effect of the Great Wall wonder was not limited to units
  in cities.
* Added current city size to "needs an improvement to grow further" messages.
* Removed outdated and unused debian watch file.
* Changed name prefix of savefiles from civgame to freeciv.
* Added deep ocean graphics to some bundled tilesets.
* Updated translations: Ukrainian, Catalan, French, British English, Swedish,
  Spanish, Italian
2010-09-11 14:19:56 +00:00
wiz
fcfc39959b Update to 1.51:
Version 1.51
* 5 bug fixes
* Updated and new translations
2010-09-04 11:45:47 +00:00
adam
cbe6011bb5 Minor update in patch-ag, following Wesnoth bug http://gna.org/bugs/?16576 2010-08-30 19:29:25 +00:00
wiz
799cfaf374 Update to 0.7.4:
Many multiplayer improvements and several minor bug fixes
2010-08-29 14:42:43 +00:00