Commit Graph

3534 Commits

Author SHA1 Message Date
jasper
f8b1ceec32 bump after faad subpackage changes 2016-08-30 10:20:15 +00:00
bentley
0771ff4a5e +urbanterror, +urbanterror-data 2016-08-26 08:57:48 +00:00
bentley
4431060f88 Import urbanterror-data-4.2.023.
This package contains the data files for the Urban Terror client/server.

From Ryan Freeman. ok dcoppa@
2016-08-26 08:57:07 +00:00
bentley
7059508a69 Urban Terror can be described as a Hollywood tactical shooter; somewhat
realism based, but the motto is "fun over realism". This results in a
very unique, enjoyable and addictive game.

From Ryan Freeman.

ok dcoppa@
2016-08-26 08:55:57 +00:00
bentley
b243dfd196 -Wl,-z,wxneeded patch no longer necessary. 2016-08-26 05:18:58 +00:00
bentley
698104691a Update to eduke32-2.0.0.5775.
From Ryan Freeman (maintainer).
2016-08-20 05:16:01 +00:00
bentley
7a59209a73 Mark 0ad wxneeded by passing linker flags.
Set USE_WXNEEDED also; it doesn't seem to help, but it serves as
documentation.
2016-08-20 00:18:41 +00:00
jca
fc4b3a6f48 Fix broken .desktop file
Reported by and ok stsp@
2016-08-16 16:42:02 +00:00
jasper
79614ead43 merged upstream 2016-08-12 08:36:25 +00:00
jasper
008aeabb3c update to zsdx-1.11.0 2016-08-11 11:29:36 +00:00
jasper
3a96edbd9e update to zsxd-1.11.0 2016-08-11 11:29:15 +00:00
jasper
4a4a735353 update to zelda_roth_se-1.1.0 2016-08-11 11:29:10 +00:00
jasper
72633fd1ec update to solarus-1.5.0 2016-08-11 11:28:41 +00:00
pascal
c924d651c8 Update to 0.9.2, from David CARLIER, thanks! 2016-08-05 23:27:27 +00:00
juanfra
34c3499543 +@conflict ace-*. Spotted by aja@. 2016-08-05 16:25:20 +00:00
bentley
d2a2c9dbe4 +ace 2016-08-05 05:39:25 +00:00
bentley
92789ebe7a Import ace-1.4.
The Ace of Penguins is a set of Unix/X solitaire games based on the ones
available for Windows but with a number of enhancements.

The latest version includes clones of Freecell, Golf, Mastermind,
Merlin, Minesweeper, Pegged, Solitaire, Taipei (with editor!), and
Thornq.

ok juanfra@
2016-08-05 05:38:56 +00:00
kirby
d9113e4f36 bugfix update to freeciv-2.5.5 2016-08-03 15:17:20 +00:00
ajacoutot
96ecf1cd12 Zap trailing spaces at EOL. 2016-08-03 13:06:41 +00:00
kirby
f88345526f bugfix update to warzone2100-3.2.1 2016-08-02 10:19:55 +00:00
bentley
9467a7bad7 Update to openttd-1.6.1.
Release notes:
http://us.binaries.openttd.org/binaries/releases/1.6.1/changelog.txt
2016-08-01 19:19:46 +00:00
kirby
98997cfb6f update to warzone2100-3.2.0 2016-08-01 10:25:02 +00:00
jsg
b5b05f1017 update to dhewm3 1.4.1
ok pascal@
2016-07-31 14:02:05 +00:00
jsg
1e89246adb update to Red Eclipse 1.5.5 2016-07-30 15:41:37 +00:00
jsg
54a93bc4d7 update to quakespasm 0.92.0 2016-07-30 14:50:22 +00:00
sthen
1d81a7f192 sync WANTLIB 2016-07-09 09:09:08 +00:00
dcoppa
6d3bd03a1e Fix cmake_modules/CMakePascalInformation.cmake, so that hedgewars
can be built using ninja (and remove USE_NINJA=No)
2016-06-29 15:11:45 +00:00
landry
998c1c412e Complete test_serialization.cpp patch to hopefully fix i386 build
ok sthen@
2016-06-29 08:15:31 +00:00
awolk
bb5b6ae012 Update games/yquake2 5.32 => 5.34
OK abieber@

Changes in the port:
 - taking MAINTAINER, agreed with bmercer@ who provided the initial port
 - added a q2ded rc script in a similar fashion as the games/ioquake3
   port does
 - the existing /usr/local/share/yquake2/q2ded binary from previous
   port did not work as it was searching for games.so from a relative
   path. I found a way to make both quake2 and q2ded work with an
   upstream supported MAKE variable to provide the system wide quake
   data directory. Thanks to this change we can drop the wrapper script
   and use the binaries directly.
 - adding a new _yquake2 user/group plus /var/yquake2 for the dedicated server
   binary
 - updated the port to version 5.34

Additional notes:
 - make port-lib-depends-check complains on:
   Extra:  openal.2 pthread.22

   ktrace tells me that the check is wrong. Openal and pthreads are both
   used.
 - upstream said in their changelog that they are changing their
   platform policy 'Switch from an arch whitelist to an "all archs are
   supported" approach.'. I saw in our tree a change by landry@
   specifically limiting the supported platform to the upstream
   supported versions
   (http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/games/yquake2/Makefile?rev=1.2&content-type=text/x-cvsweb-markup).
   I am not removing this restriction until I get some feedback from
   people able to test other platforms than currently
   listed in ONLY_FOR_ARCHS.

Upstream changelog:

Quake II 5.33 to 5.34:
- Add support for stereo 3D (by Valery Guskov)
- Make gibt solid so they move with conveyor belts.
- Disable gl_ext_multitexturing by default.
- Switch from an arch whitelist to an "all archs are supported"
  approach.
- Add a new README.

Quake II 5.32 to 5.33:
- Add OGG volume slider in settings menu
- Fixed some bugs in volume settings
- Replaced HUD scale option in video menu with generic UI scale
- General UI upscaling improvements
- Better support for keyboards with AZERTY layout
2016-06-28 20:50:22 +00:00
abieber
5744231c25 Update ioquake3 to latest
- Set default map for proper startup (users can't connect without one
specified).
- Use libogg from ports (fixes bulk).
- Update readme to give more info on pk3 locations.

OK awolk@, ajacoutot@ and a "look good" from espie@
2016-06-28 14:22:51 +00:00
landry
ab72ea3c58 Update patches 2016-06-28 13:56:58 +00:00
landry
fb46229241 Update to minetest 0.4.14, from David Carlier, thanks! 2016-06-27 05:26:13 +00:00
jasper
b917e4ac71 update to freedroidrpg-0.16.1 2016-06-17 18:55:42 +00:00
kirby
21841f70f8 bugfix update to freeciv-2.5.4 2016-06-09 12:16:14 +00:00
jca
cb41a49b06 This will only compile with clang. 2016-06-08 18:29:39 +00:00
jca
0591ac4f5f +bastet 2016-06-08 17:50:48 +00:00
jca
3c645319ff Import bastet, like tetris but harder.
From Solene Rapenne, maybe with bits from my old attempt, input from
Rafael Sadowski.

ok sthen@

cat pkg/DESCR:
Have you ever thought that Tetris is evil because it never sends you
that straight "I" brick you need to clear four rows?  Well, Tetris(R)
probably is not so malevolent, but Bastet certainly is.  >:-> Bastet
stands for "bastard tetris", and is a simple ncurses-based Tetris(R)
clone for Linux.  Instead of choosing the next block randomly, this
fiendish program uses a special algorithm to give you the worst
possible brick.  Playing Bastet can be a very frustrating experience!

Bonus points for presenting it to your friends as "just another Tetris
clone"
2016-06-08 17:48:44 +00:00
bentley
fc1e7aa66c Update to openttd-1.6.0.
Changelog:
http://us.binaries.openttd.org/binaries/releases/1.6.0/changelog.txt
2016-06-05 11:28:25 +00:00
jsg
e269bc6257 update to scummvm 1.8.1 2016-06-05 10:47:25 +00:00
gsoares
7a7aefe7ff update to 6.11 2016-06-04 03:57:20 +00:00
sebastia
636d2adab2 bump after gnustep make/base update 2016-06-03 11:58:46 +00:00
ajacoutot
23483b5001 Fix rc.d script:
- do not hardcode /usr/local
- drop default daemon_flags

Not sure why the pexp is needed but I don't have quake3 files to test.
2016-06-02 11:51:15 +00:00
bentley
b336eb8e0b +mysticmine 2016-06-02 11:33:44 +00:00
bentley
6037eeda20 Import mysticmine-1.2.0.
Guide your gold car through a mine, switching rails with a single button.
You can only go down, but thanks to an optic illusion in the levels, you can
always reach every point. Play this game alone or invite some friends and
play against each other. The game supports up to 6 people on one keyboard.
Everyone can enjoy this family friendly game, regardless of age or
experience.

ok landry@
2016-06-02 11:33:07 +00:00
abieber
908817b9a4 Update to latest release on github. Full changes here:
a331637745...ioquake:7811b2acb2955132a68d1b869d4df98eb3ae194a

Port changes:
- Add rc script for ioq3ded
- Add blurb in readme

OK awolk@, "that diff looks reasonable" sthen@
2016-05-27 23:44:14 +00:00
kirby
8b43474cab update to wesnoth-1.12.6 2016-05-23 14:30:16 +00:00
shadchin
53e4b96315 Update to mnemosyne 2.3.6.
From Nils Reuße (maintainer)
2016-05-19 11:24:41 +00:00
naddy
c7d267009d replace gettext module; ok sthen@ 2016-05-18 10:11:48 +00:00
pascal
b01174ae9b Update my mail address. 2016-05-07 12:40:56 +00:00
naddy
c1fbcfee6b x11/openmotif -> x11/motif 2016-05-05 19:52:28 +00:00