Commit graph

3765 commits

Author SHA1 Message Date
wiz
29a7e90082 Mention which files include this.
Comment out PATCHDIR, it currently does not exist.
2011-01-12 10:36:43 +00:00
drochner
5ef74729b7 update to 2.6.2
changes: many new levels, bugfixes, i18n...
2011-01-11 20:20:53 +00:00
drochner
f043dfa03e update to 1.0
changes: cleanup
2011-01-11 15:40:57 +00:00
obache
363ef7c4a8 limits.h is more porable way for get PATH_MAX.
PR#44334.
2011-01-08 13:11:13 +00:00
obache
d5879c2a6c require termcap to build. 2011-01-03 15:06:38 +00:00
obache
565ff6ad99 Update HOMEPAGE to currently maintained one, and change MASTER_SITES
to mirror of old one.
2011-01-03 14:54:34 +00:00
wiz
17ecb33700 Set LICENSE, clean up pkglint warnings. 2010-12-29 19:08:39 +00:00
dholland
d54923a7eb Needs makeinfo; from PR 44290. 2010-12-29 02:19:10 +00:00
obache
1a242c585d simplify. 2010-12-25 09:59:25 +00:00
obache
f2b7426e85 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
158d47206b 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
1f40f3a084 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
b16c29a1fc Add upstream bug report URL. 2010-12-17 09:26:23 +00:00
wiz
4a1c2397b0 + supertuxkart. 2010-12-17 09:21:22 +00:00
wiz
c4f55464bf 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
880707dc5b Bump PKGREVISION from icu shlib major bump. 2010-12-17 07:36:08 +00:00
wiz
4996725e67 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
2817553d2a Added games/openttd-data version 0.3.1 2010-12-08 17:50:36 +00:00
adam
89faf0c634 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
5581795685 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
0f243f7be1 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
6ce4f4c64d Include pyversion.mk so that PYPKGPREFIX is defined. 2010-12-07 14:09:55 +00:00
markd
e564c0dc06 Note dependencies of kajongg 2010-12-07 10:40:17 +00:00
markd
c92ceaebe1 Update to KDE SC 4.5.4
4.5.4 brings bugfixes and translation updates
2010-12-06 11:43:38 +00:00
drochner
b369e4db90 update to 1.0.15
changes:
-desktop menu/icon support
-fixes
-translation updates
2010-12-03 18:49:22 +00:00
drochner
f54faa15f9 update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-28 13:04:09 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
shattered
3b05a61c76 Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
dholland
31759fc520 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
d219d2320d 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
d181a9e465 Reset maintainer. 2010-11-01 00:08:09 +00:00
adam
d9df34f106 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
547720d8ee 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
38954f8343 Update to 1.52:
Version 1.52
* 3 bug fixes
* Updated and new translations
2010-10-16 16:07:30 +00:00
joerg
09419c4366 Fix build on i386. 2010-10-12 17:20:10 +00:00
obache
b4265ea726 convert 8 spaces with a tab for gmake-3.82. 2010-10-03 10:43:02 +00:00
obache
de419aa80c convert custom do-{build,install} target to usual usage. 2010-10-03 10:42:00 +00:00
obache
b5328eee43 Fixes build failure on recent NetBSD with fmax()/fmin(). 2010-10-03 08:53:00 +00:00
wiz
4d24b9b8ad More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
wiz
200e3c4a04 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
751af7783c Update to 0.7.5:
Many bug fixes and some minor GUI improvements for clarity.
2010-09-12 21:55:55 +00:00
adam
f3ffcfaeac 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
6f214b557e Update to 1.51:
Version 1.51
* 5 bug fixes
* Updated and new translations
2010-09-04 11:45:47 +00:00
adam
e4581c095e Minor update in patch-ag, following Wesnoth bug http://gna.org/bugs/?16576 2010-08-30 19:29:25 +00:00
wiz
bc681cc629 Update to 0.7.4:
Many multiplayer improvements and several minor bug fixes
2010-08-29 14:42:43 +00:00
wiz
2b13566e26 Fix typo in comment. 2010-08-29 10:51:29 +00:00
adam
33a46b8abf Fix buildling on MacOSX 2010-08-29 08:53:12 +00:00
wiz
4a049b48be Some cleanup. Use python2.6. Ride update to 1.8.4. 2010-08-28 21:28:09 +00:00
adam
97b0b0dad3 Changes 1.8.4:
* AI:
  * Fixed bug #16102: Made AI cancel attacks if a previously valid attack
    was made invalid by WML event after move in move+attack sequence.
  * Allowed custom eras to define Lua AI modifications for games played with
    this era.
* Campaigns:
  * Delfadors Memoirs:
    * Make Lionel's portrait in Delfador's Memoirs story
      screens the same as his unit portrait since there doesn't seem to be a
      current higher-res version available
  * Descent into Darkness:
    * Made 'Alone at Last' slightly easier. Also, Dela is no longer
      invulnerable but cannot be assassinated easily.
  * Legend of Wesmere:
    * removed gold overlay when defeating both leaders
    * Reduced the difficulty of scenario 14 and improved the AI of the ally.
  * Liberty:
    * Increased the difficulty in 'Glory' by making the defenders behave more
      intelligently.
* Language and i18n:
  * Updated translations: Chinese (Simplified), Galician, Japanese, Serbian,
    Vietnamese
  * Flushed image cache when changing language
* Miscellaneous and bug fixes:
  * Ensured graceful failure when encountering broken [advancefrom] tag.
  * Handled ToD areas in a LIFO way, so that it is possible
    to override them without first removing them
  * Avoided displaying an empty menu and therefore choosing
    a random weapon, when there is none
  * Added detection for server replays, as they are missing the core [lua] tags
  * Fixed attack_end event not raised for uncommon swarm attacks
  * Added test for invalidated death due to positive hp after the 'die' event
  * 1.9 syntax creeped into 1.8.x causing segfaults
  * Fixed petrifying in multiround combats
  * Fixed reference binded to a temporary, possibly the cause of the failure
    on arklinux
  * Never allow uploading *.pbl files (case-insensitive) to the add-ons
    server from the regular game client
  * Fixed revision.hpp generation with cmake 1.8(.2)
  * Fixed usage of first PKG_CHECK_MODULES inside a shell conditional
  * Fixed broken attack animatio
2010-08-28 20:08:40 +00:00
wiz
525b0ec55d Since commit message said this requires simgear>=2, let pkgsrc require
it as well.
2010-08-27 10:00:49 +00:00