Tue Jul 14 15:53:20 2009 UTC ()
Update to 0.7.1. Make it build on systems where `uname -s` is not *BSD.

2009-06-25 version 0.7.1:
- internet lobby window size adjusted for netbook resolution 1024x600
- bigger window icon
- pokerth.desktop translation update
- Bugfix: compatibility fix for qt 4.4.3

2009-06-20 version 0.7.1-beta:
- Refactored the network engine using boost::asio to improve scalability
  of the server
- Reduced per-game memory usage of the server, which enables playing with
  several hundred players on a low-end vserver
- New internet games list filter to just show e.g. open games, password-free
  games etc.
- New large chip count delimiter: 1000000 -> 1.000.000
- New "join any game" button behaviour - joins the game with the most
  players connected
- Styles handling enhancements (e.g. no activation needed any more)
- Readd the option to hide splashscreen
- IP address bans now automatically expire
- Bugfix: incorrect handling of maximum number of players in network games

2009-05-03 version 0.7:
- enabled sorting of private/public games in the internet game lobby
- size of the lobby dialog was decreased for netbook resolution 1024x600
- default action pictures were adjusted for better readable card index
- portuguese (portuguese) translation was added
- bugfix: bet input lenght was adjusted

2009-04-25 version 0.7-beta2:
- Fixed problems with paths which contain special (non-ascii) characters
- Timeout animation moved so it no longer hides sets
- Improved bet slider handling for higher start cash like $1000000
- Minimum blinds adjusted for higher start cash
- Remember last styles directory
- New stay-on-table animation when a user is inactive but not disconnected
- Avatar uploads are logged (because of possible legal issues)

2009-04-15 version 0.7-beta1:
- Supporting up to 10 players on a table
- Easily choose different table and card styles
- Create your own style in simple steps
- Online style gallery
- Netbook support with minimum 1024x600
- Automatically restore game table geometry (including fullscreen)
- Server IP-address bans and nick bans based on regular expressions
- Server list supports multiple server entries
- bugfix(#0000009): No pause after first hand when starting a fresh local game
- bugfix(#0000010): Strange side pot behaviour after all-in

2009-03-22 version 0.6.4:
- enhanced server performance
- optional external avatar system to improve scalability
- feature-request(#0000008): sorting of columns in the gamelist of the
  lobby is saved
- bugfix(#0000007): Improved highlighting of the cards on split pot
- bugfix(#0000003): Correctly pick low straight flush (with A)
- bugfix: doubleclicking "join game" in the lobby no longer causes an error


(hasso)
diff -r1.1.1.1 -r1.2 pkgsrc/games/pokerth/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/games/pokerth/distinfo
diff -r1.2 -r1.3 pkgsrc/games/pokerth/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/games/pokerth/patches/patch-aa
diff -r1.1.1.1 -r1.2 pkgsrc/games/pokerth/patches/patch-ad
diff -r1.1.1.1 -r1.2 pkgsrc/games/pokerth/patches/patch-ae
diff -r1.1.1.1 -r0 pkgsrc/games/pokerth/patches/patch-ab
diff -r1.1.1.1 -r0 pkgsrc/games/pokerth/patches/patch-ac

cvs diff -r1.1.1.1 -r1.2 pkgsrc/games/pokerth/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/games/pokerth/Attic/Makefile 2009/01/31 03:04:37 1.1.1.1
+++ pkgsrc/games/pokerth/Attic/Makefile 2009/07/14 15:53:20 1.2
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.1.1.1 2009/01/31 03:04:37 ahoka Exp $ 1# $NetBSD: Makefile,v 1.2 2009/07/14 15:53:20 hasso Exp $
2# 2#
3 3
4DISTNAME= PokerTH-0.6.3-2-src 4DISTNAME= PokerTH-0.7.1-src
5PKGNAME= pokerth-0.6.3.2 5PKGNAME= pokerth-0.7.1
6CATEGORIES= games 6CATEGORIES= games
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pokerth/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pokerth/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= ahoka@NetBSD.org 10MAINTAINER= ahoka@NetBSD.org
11HOMEPAGE= http://pokerth.sourceforge.net/ 11HOMEPAGE= http://pokerth.sourceforge.net/
12COMMENT= Texas Holdem poker with online play 12COMMENT= Texas Holdem poker with online play
13 13
14USE_TOOLS= gmake 14USE_TOOLS= gmake
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
17USE_DIRS+= xdg-1.4 17USE_DIRS+= xdg-1.4
18 18

cvs diff -r1.1.1.1 -r1.2 pkgsrc/games/pokerth/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/games/pokerth/Attic/distinfo 2009/01/31 03:04:37 1.1.1.1
+++ pkgsrc/games/pokerth/Attic/distinfo 2009/07/14 15:53:20 1.2
@@ -1,10 +1,8 @@ @@ -1,10 +1,8 @@
1$NetBSD: distinfo,v 1.1.1.1 2009/01/31 03:04:37 ahoka Exp $ 1$NetBSD: distinfo,v 1.2 2009/07/14 15:53:20 hasso Exp $
2 2
3SHA1 (PokerTH-0.6.3-2-src.tar.bz2) = b3bb880f95070add6aae17160ec0ebfc80a95ac0 3SHA1 (PokerTH-0.7.1-src.tar.bz2) = 9c0c546355d7d248aeeee371d0354bfe90150a7b
4RMD160 (PokerTH-0.6.3-2-src.tar.bz2) = bc1d96c934e1aef645568457bd1941b8751cf372 4RMD160 (PokerTH-0.7.1-src.tar.bz2) = 7aca895bb07bc83f977e9147217ad50eb7adfb8a
5Size (PokerTH-0.6.3-2-src.tar.bz2) = 4644455 bytes 5Size (PokerTH-0.7.1-src.tar.bz2) = 6535050 bytes
6SHA1 (patch-aa) = 3aeb01a26edaa1b7ac0b19074f403a9c8fcf767f 6SHA1 (patch-aa) = 2bec0baa9390c0e3f88da50e1bb2411b6552f704
7SHA1 (patch-ab) = 89f2a8f5cbdb2a31da26552bd744b4762cd4275c 7SHA1 (patch-ad) = 76306aaaba9e90f8d1f9fdf7550b388d7321f5d8
8SHA1 (patch-ac) = e104ef1c435fa18bf763c9e38aff45b521358ab8 8SHA1 (patch-ae) = 4afbde2793d1a8e58ba49a004fac7117ecd7a3c3
9SHA1 (patch-ad) = 455df4ef10824d41077fd993070fd927c5d461e0 
10SHA1 (patch-ae) = 71af45ce4148c26e9182b1254af9826faa02cad6 

cvs diff -r1.2 -r1.3 pkgsrc/games/pokerth/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/games/pokerth/Attic/PLIST 2009/06/14 17:56:53 1.2
+++ pkgsrc/games/pokerth/Attic/PLIST 2009/07/14 15:53:20 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:56:53 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/07/14 15:53:20 hasso Exp $
2bin/pokerth 2bin/pokerth
3bin/pokerth_server 3bin/pokerth_server
4lib/libpokerth_lib.a 4lib/libpokerth_lib.a
5man/man1/pokerth.1 5man/man1/pokerth.1
6share/applications/pokerth.desktop 6share/applications/pokerth.desktop
7share/pixmaps/pokerth.png 7share/pixmaps/pokerth.png
8share/pokerth/data/data-copyright.txt 8share/pokerth/data/data-copyright.txt
9share/pokerth/data/fonts/VeraBd.ttf 9share/pokerth/data/fonts/VeraBd.ttf
10share/pokerth/data/fonts/c059013l.pfb 10share/pokerth/data/fonts/c059013l.pfb
11share/pokerth/data/fonts/n019003l.pfb 11share/pokerth/data/fonts/n019003l.pfb
12share/pokerth/data/gfx/avatars/default/misc/00a0b3d26a67841239b8883183b7a8f0.png 12share/pokerth/data/gfx/avatars/default/misc/00a0b3d26a67841239b8883183b7a8f0.png
13share/pokerth/data/gfx/avatars/default/misc/030a14c105d3fd164cb4bae54bad6191.png 13share/pokerth/data/gfx/avatars/default/misc/030a14c105d3fd164cb4bae54bad6191.png
14share/pokerth/data/gfx/avatars/default/misc/08ced517579b3d258c947aec6c0a0dd4.png 14share/pokerth/data/gfx/avatars/default/misc/08ced517579b3d258c947aec6c0a0dd4.png
@@ -139,100 +139,203 @@ share/pokerth/data/gfx/cards/default/43. @@ -139,100 +139,203 @@ share/pokerth/data/gfx/cards/default/43.
139share/pokerth/data/gfx/cards/default/44.png 139share/pokerth/data/gfx/cards/default/44.png
140share/pokerth/data/gfx/cards/default/45.png 140share/pokerth/data/gfx/cards/default/45.png
141share/pokerth/data/gfx/cards/default/46.png 141share/pokerth/data/gfx/cards/default/46.png
142share/pokerth/data/gfx/cards/default/47.png 142share/pokerth/data/gfx/cards/default/47.png
143share/pokerth/data/gfx/cards/default/48.png 143share/pokerth/data/gfx/cards/default/48.png
144share/pokerth/data/gfx/cards/default/49.png 144share/pokerth/data/gfx/cards/default/49.png
145share/pokerth/data/gfx/cards/default/5.png 145share/pokerth/data/gfx/cards/default/5.png
146share/pokerth/data/gfx/cards/default/50.png 146share/pokerth/data/gfx/cards/default/50.png
147share/pokerth/data/gfx/cards/default/51.png 147share/pokerth/data/gfx/cards/default/51.png
148share/pokerth/data/gfx/cards/default/6.png 148share/pokerth/data/gfx/cards/default/6.png
149share/pokerth/data/gfx/cards/default/7.png 149share/pokerth/data/gfx/cards/default/7.png
150share/pokerth/data/gfx/cards/default/8.png 150share/pokerth/data/gfx/cards/default/8.png
151share/pokerth/data/gfx/cards/default/9.png 151share/pokerth/data/gfx/cards/default/9.png
 152share/pokerth/data/gfx/cards/default/defaultdeckstyle.xml
152share/pokerth/data/gfx/cards/default/flipside.png 153share/pokerth/data/gfx/cards/default/flipside.png
153share/pokerth/data/gfx/cards/default/flipside_tux.png 154share/pokerth/data/gfx/cards/default/flipside_tux.png
 155share/pokerth/data/gfx/cards/default/preview.png
 156share/pokerth/data/gfx/cards/default4c/0.png
 157share/pokerth/data/gfx/cards/default4c/1.png
 158share/pokerth/data/gfx/cards/default4c/10.png
 159share/pokerth/data/gfx/cards/default4c/11.png
 160share/pokerth/data/gfx/cards/default4c/12.png
 161share/pokerth/data/gfx/cards/default4c/13.png
 162share/pokerth/data/gfx/cards/default4c/14.png
 163share/pokerth/data/gfx/cards/default4c/15.png
 164share/pokerth/data/gfx/cards/default4c/16.png
 165share/pokerth/data/gfx/cards/default4c/17.png
 166share/pokerth/data/gfx/cards/default4c/18.png
 167share/pokerth/data/gfx/cards/default4c/19.png
 168share/pokerth/data/gfx/cards/default4c/2.png
 169share/pokerth/data/gfx/cards/default4c/20.png
 170share/pokerth/data/gfx/cards/default4c/21.png
 171share/pokerth/data/gfx/cards/default4c/22.png
 172share/pokerth/data/gfx/cards/default4c/23.png
 173share/pokerth/data/gfx/cards/default4c/24.png
 174share/pokerth/data/gfx/cards/default4c/25.png
 175share/pokerth/data/gfx/cards/default4c/26.png
 176share/pokerth/data/gfx/cards/default4c/27.png
 177share/pokerth/data/gfx/cards/default4c/28.png
 178share/pokerth/data/gfx/cards/default4c/29.png
 179share/pokerth/data/gfx/cards/default4c/3.png
 180share/pokerth/data/gfx/cards/default4c/30.png
 181share/pokerth/data/gfx/cards/default4c/31.png
 182share/pokerth/data/gfx/cards/default4c/32.png
 183share/pokerth/data/gfx/cards/default4c/33.png
 184share/pokerth/data/gfx/cards/default4c/34.png
 185share/pokerth/data/gfx/cards/default4c/35.png
 186share/pokerth/data/gfx/cards/default4c/36.png
 187share/pokerth/data/gfx/cards/default4c/37.png
 188share/pokerth/data/gfx/cards/default4c/38.png
 189share/pokerth/data/gfx/cards/default4c/39.png
 190share/pokerth/data/gfx/cards/default4c/4.png
 191share/pokerth/data/gfx/cards/default4c/40.png
 192share/pokerth/data/gfx/cards/default4c/41.png
 193share/pokerth/data/gfx/cards/default4c/42.png
 194share/pokerth/data/gfx/cards/default4c/43.png
 195share/pokerth/data/gfx/cards/default4c/44.png
 196share/pokerth/data/gfx/cards/default4c/45.png
 197share/pokerth/data/gfx/cards/default4c/46.png
 198share/pokerth/data/gfx/cards/default4c/47.png
 199share/pokerth/data/gfx/cards/default4c/48.png
 200share/pokerth/data/gfx/cards/default4c/49.png
 201share/pokerth/data/gfx/cards/default4c/5.png
 202share/pokerth/data/gfx/cards/default4c/50.png
 203share/pokerth/data/gfx/cards/default4c/51.png
 204share/pokerth/data/gfx/cards/default4c/6.png
 205share/pokerth/data/gfx/cards/default4c/7.png
 206share/pokerth/data/gfx/cards/default4c/8.png
 207share/pokerth/data/gfx/cards/default4c/9.png
 208share/pokerth/data/gfx/cards/default4c/default4cdeckstyle.xml
 209share/pokerth/data/gfx/cards/default4c/flipside.png
 210share/pokerth/data/gfx/cards/default4c/preview.png
154share/pokerth/data/gfx/gui/misc/1px.png 211share/pokerth/data/gfx/gui/misc/1px.png
 212share/pokerth/data/gfx/gui/misc/actionpics/action_allin.png
 213share/pokerth/data/gfx/gui/misc/actionpics/action_bet.png
 214share/pokerth/data/gfx/gui/misc/actionpics/action_call.png
 215share/pokerth/data/gfx/gui/misc/actionpics/action_check.png
 216share/pokerth/data/gfx/gui/misc/actionpics/action_fold.png
 217share/pokerth/data/gfx/gui/misc/actionpics/action_raise.png
 218share/pokerth/data/gfx/gui/misc/actionpics/action_winner.png
155share/pokerth/data/gfx/gui/misc/background_gamelist.png 219share/pokerth/data/gfx/gui/misc/background_gamelist.png
156share/pokerth/data/gfx/gui/misc/fileopen16.png 220share/pokerth/data/gfx/gui/misc/fileopen16.png
157share/pokerth/data/gfx/gui/misc/handRanking.png 
158share/pokerth/data/gfx/gui/misc/lock.png 221share/pokerth/data/gfx/gui/misc/lock.png
159share/pokerth/data/gfx/gui/misc/logoChip3D.png 222share/pokerth/data/gfx/gui/misc/logoChip3D.png
160share/pokerth/data/gfx/gui/misc/radiobutton_checked.png 223share/pokerth/data/gfx/gui/misc/rating.png
161share/pokerth/data/gfx/gui/misc/radiobutton_checked_hover.png 
162share/pokerth/data/gfx/gui/misc/radiobutton_pressed.png 
163share/pokerth/data/gfx/gui/misc/radiobutton_unchecked.png 
164share/pokerth/data/gfx/gui/misc/radiobutton_unchecked_hover.png 
165share/pokerth/data/gfx/gui/misc/startwindowbg.png 224share/pokerth/data/gfx/gui/misc/startwindowbg.png
166share/pokerth/data/gfx/gui/misc/toolboxFrameBG.png 
167share/pokerth/data/gfx/gui/misc/welcomepokerth.png 225share/pokerth/data/gfx/gui/misc/welcomepokerth.png
168share/pokerth/data/gfx/gui/misc/windowicon.png 226share/pokerth/data/gfx/gui/misc/windowicon.png
169share/pokerth/data/gfx/gui/table/default/action_allin.png 227share/pokerth/data/gfx/gui/table/danuxi1/bigblindPuck.png
170share/pokerth/data/gfx/gui/table/default/action_bet.png 228share/pokerth/data/gfx/gui/table/danuxi1/cardholder_flop.png
171share/pokerth/data/gfx/gui/table/default/action_call.png 229share/pokerth/data/gfx/gui/table/danuxi1/cardholder_flop.xcf
172share/pokerth/data/gfx/gui/table/default/action_check.png 230share/pokerth/data/gfx/gui/table/danuxi1/cardholder_river.png
173share/pokerth/data/gfx/gui/table/default/action_fold.png 231share/pokerth/data/gfx/gui/table/danuxi1/cardholder_turn.png
174share/pokerth/data/gfx/gui/table/default/action_raise.png 232share/pokerth/data/gfx/gui/table/danuxi1/danuxi1tablestyle.xml
175share/pokerth/data/gfx/gui/table/default/action_set.png 233share/pokerth/data/gfx/gui/table/danuxi1/dealerPuck.png
176share/pokerth/data/gfx/gui/table/default/action_template.xcf 234share/pokerth/data/gfx/gui/table/danuxi1/genereticAvatar.png
177share/pokerth/data/gfx/gui/table/default/action_winner.png 235share/pokerth/data/gfx/gui/table/danuxi1/handranking.png
 236share/pokerth/data/gfx/gui/table/danuxi1/playerBottomSeatActive.png
 237share/pokerth/data/gfx/gui/table/danuxi1/playerTopSeatActive.png
 238share/pokerth/data/gfx/gui/table/danuxi1/playeraction_blue.png
 239share/pokerth/data/gfx/gui/table/danuxi1/playeraction_blue_checked.png
 240share/pokerth/data/gfx/gui/table/danuxi1/playeraction_blue_checked_hover.png
 241share/pokerth/data/gfx/gui/table/danuxi1/playeraction_blue_hover.png
 242share/pokerth/data/gfx/gui/table/danuxi1/playeraction_green.png
 243share/pokerth/data/gfx/gui/table/danuxi1/playeraction_green_checked.png
 244share/pokerth/data/gfx/gui/table/danuxi1/playeraction_green_checked_hover.png
 245share/pokerth/data/gfx/gui/table/danuxi1/playeraction_green_hover.png
 246share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange.png
 247share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange_checked.png
 248share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange_checked_hover.png
 249share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange_hover.png
 250share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red.png
 251share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red_checked.png
 252share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red_checked_hover.png
 253share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red_hover.png
 254share/pokerth/data/gfx/gui/table/danuxi1/preview.png
 255share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_checked.png
 256share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_checked_hover.png
 257share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_pressed.png
 258share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_unchecked.png
 259share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_unchecked_hover.png
 260share/pokerth/data/gfx/gui/table/danuxi1/smallblindPuck.png
 261share/pokerth/data/gfx/gui/table/danuxi1/table.png
 262share/pokerth/data/gfx/gui/table/danuxi1/toolboxbg.png
 263share/pokerth/data/gfx/gui/table/danuxi1/table.png
 264share/pokerth/data/gfx/gui/table/danuxi1/toolboxbg.png
178share/pokerth/data/gfx/gui/table/default/bigblindPuck.png 265share/pokerth/data/gfx/gui/table/default/bigblindPuck.png
179share/pokerth/data/gfx/gui/table/default/cardholder_flop.png 266share/pokerth/data/gfx/gui/table/default/cardholder_flop.png
180share/pokerth/data/gfx/gui/table/default/cardholder_river.png 267share/pokerth/data/gfx/gui/table/default/cardholder_river.png
181share/pokerth/data/gfx/gui/table/default/cardholder_turn.png 268share/pokerth/data/gfx/gui/table/default/cardholder_turn.png
182share/pokerth/data/gfx/gui/table/default/dealerPuck.png 269share/pokerth/data/gfx/gui/table/default/dealerPuck.png
 270share/pokerth/data/gfx/gui/table/default/defaulttablestyle.xml
183share/pokerth/data/gfx/gui/table/default/genereticAvatar.png 271share/pokerth/data/gfx/gui/table/default/genereticAvatar.png
184share/pokerth/data/gfx/gui/table/default/opponentBoxActiveGlow.png 272share/pokerth/data/gfx/gui/table/default/handranking.png
185share/pokerth/data/gfx/gui/table/default/opponentBoxInactiveGlow.png 273share/pokerth/data/gfx/gui/table/default/handranking_template.xcf
186share/pokerth/data/gfx/gui/table/default/playerBoxActiveGlow.png 274share/pokerth/data/gfx/gui/table/default/playerSeatActive.png
187share/pokerth/data/gfx/gui/table/default/playerBoxActiveGlow_0.6.png 275share/pokerth/data/gfx/gui/table/default/playerSeatInactive.png
188share/pokerth/data/gfx/gui/table/default/playerBoxInactiveGlow.png 
189share/pokerth/data/gfx/gui/table/default/playerBoxInactiveGlow_0.6.png 
190share/pokerth/data/gfx/gui/table/default/playeraction_blue.png 276share/pokerth/data/gfx/gui/table/default/playeraction_blue.png
191share/pokerth/data/gfx/gui/table/default/playeraction_blue_checked.png 277share/pokerth/data/gfx/gui/table/default/playeraction_blue_checked.png
192share/pokerth/data/gfx/gui/table/default/playeraction_blue_checked_hover.png 278share/pokerth/data/gfx/gui/table/default/playeraction_blue_checked_hover.png
193share/pokerth/data/gfx/gui/table/default/playeraction_blue_hover.png 279share/pokerth/data/gfx/gui/table/default/playeraction_blue_hover.png
194share/pokerth/data/gfx/gui/table/default/playeraction_green.png 280share/pokerth/data/gfx/gui/table/default/playeraction_green.png
195share/pokerth/data/gfx/gui/table/default/playeraction_green_checked.png 281share/pokerth/data/gfx/gui/table/default/playeraction_green_checked.png
196share/pokerth/data/gfx/gui/table/default/playeraction_green_checked_hover.png 282share/pokerth/data/gfx/gui/table/default/playeraction_green_checked_hover.png
197share/pokerth/data/gfx/gui/table/default/playeraction_green_hover.png 283share/pokerth/data/gfx/gui/table/default/playeraction_green_hover.png
 284share/pokerth/data/gfx/gui/table/default/playeraction_orange.png
 285share/pokerth/data/gfx/gui/table/default/playeraction_orange_checked.png
 286share/pokerth/data/gfx/gui/table/default/playeraction_orange_checked_hover.png
 287share/pokerth/data/gfx/gui/table/default/playeraction_orange_hover.png
198share/pokerth/data/gfx/gui/table/default/playeraction_red.png 288share/pokerth/data/gfx/gui/table/default/playeraction_red.png
199share/pokerth/data/gfx/gui/table/default/playeraction_red_checked.png 289share/pokerth/data/gfx/gui/table/default/playeraction_red_checked.png
200share/pokerth/data/gfx/gui/table/default/playeraction_red_checked_hover.png 290share/pokerth/data/gfx/gui/table/default/playeraction_red_checked_hover.png
201share/pokerth/data/gfx/gui/table/default/playeraction_red_hover.png 291share/pokerth/data/gfx/gui/table/default/playeraction_red_hover.png
 292share/pokerth/data/gfx/gui/table/default/preview.png
 293share/pokerth/data/gfx/gui/table/default/radiobutton_checked.png
 294share/pokerth/data/gfx/gui/table/default/radiobutton_checked_hover.png
 295share/pokerth/data/gfx/gui/table/default/radiobutton_pressed.png
 296share/pokerth/data/gfx/gui/table/default/radiobutton_unchecked.png
 297share/pokerth/data/gfx/gui/table/default/radiobutton_unchecked_hover.png
202share/pokerth/data/gfx/gui/table/default/smallblindPuck.png 298share/pokerth/data/gfx/gui/table/default/smallblindPuck.png
203share/pokerth/data/gfx/gui/table/default/table.png 299share/pokerth/data/gfx/gui/table/default/table.png
 300share/pokerth/data/gfx/gui/table/default/toolboxbg.png
204share/pokerth/data/misc/gpl2.html 301share/pokerth/data/misc/gpl2.html
205share/pokerth/data/sounds/default/allin.wav 302share/pokerth/data/sounds/default/allin.wav
206share/pokerth/data/sounds/default/bet.wav 303share/pokerth/data/sounds/default/bet.wav
207share/pokerth/data/sounds/default/call.wav 304share/pokerth/data/sounds/default/call.wav
208share/pokerth/data/sounds/default/check.wav 305share/pokerth/data/sounds/default/check.wav
209share/pokerth/data/sounds/default/dealtwocards.wav 306share/pokerth/data/sounds/default/dealtwocards.wav
210share/pokerth/data/sounds/default/fold.wav 307share/pokerth/data/sounds/default/fold.wav
211share/pokerth/data/sounds/default/lobbychatnotify.wav 308share/pokerth/data/sounds/default/lobbychatnotify.wav
212share/pokerth/data/sounds/default/onlinegameready.wav 309share/pokerth/data/sounds/default/onlinegameready.wav
213share/pokerth/data/sounds/default/playerconnected.wav 310share/pokerth/data/sounds/default/playerconnected.wav
214share/pokerth/data/sounds/default/raise.wav 311share/pokerth/data/sounds/default/raise.wav
215share/pokerth/data/sounds/default/yourturn.wav 312share/pokerth/data/sounds/default/yourturn.wav
216share/pokerth/data/translations/pokerth_bg.qm 313share/pokerth/data/translations/pokerth_bg.qm
217share/pokerth/data/translations/pokerth_de.qm 314share/pokerth/data/translations/pokerth_de.qm
218share/pokerth/data/translations/pokerth_dk.qm 315share/pokerth/data/translations/pokerth_dk.qm
219share/pokerth/data/translations/pokerth_es.qm 316share/pokerth/data/translations/pokerth_es.qm
220share/pokerth/data/translations/pokerth_fi.qm 317share/pokerth/data/translations/pokerth_fi.qm
221share/pokerth/data/translations/pokerth_fr.qm 318share/pokerth/data/translations/pokerth_fr.qm
222share/pokerth/data/translations/pokerth_gr.qm 319share/pokerth/data/translations/pokerth_gr.qm
223share/pokerth/data/translations/pokerth_hu.qm 320share/pokerth/data/translations/pokerth_hu.qm
224share/pokerth/data/translations/pokerth_it.qm 321share/pokerth/data/translations/pokerth_it.qm
225share/pokerth/data/translations/pokerth_nl.qm 322share/pokerth/data/translations/pokerth_nl.qm
226share/pokerth/data/translations/pokerth_no.qm 323share/pokerth/data/translations/pokerth_no.qm
227share/pokerth/data/translations/pokerth_pl.qm 324share/pokerth/data/translations/pokerth_pl.qm
228share/pokerth/data/translations/pokerth_ptbr.qm 325share/pokerth/data/translations/pokerth_ptbr.qm
 326share/pokerth/data/translations/pokerth_ptpt.qm
229share/pokerth/data/translations/pokerth_ru.qm 327share/pokerth/data/translations/pokerth_ru.qm
230share/pokerth/data/translations/pokerth_sk.qm 328share/pokerth/data/translations/pokerth_sk.qm
231share/pokerth/data/translations/pokerth_sv.qm 329share/pokerth/data/translations/pokerth_sv.qm
232share/pokerth/data/translations/pokerth_tr.qm 330share/pokerth/data/translations/pokerth_tr.qm
233share/pokerth/data/translations/pokerth_zhcn.qm 331share/pokerth/data/translations/pokerth_zhcn.qm
234share/pokerth/data/translations/qt_de.qm 332share/pokerth/data/translations/qt_de.qm
235share/pokerth/data/translations/qt_es.qm 333share/pokerth/data/translations/qt_es.qm
236share/pokerth/data/translations/qt_fr.qm 334share/pokerth/data/translations/qt_fr.qm
237share/pokerth/data/translations/qt_nl.qm 335share/pokerth/data/translations/qt_nl.qm
 336share/pokerth/data/translations/qt_pl.qm
 337share/pokerth/data/translations/qt_pt.qm
238share/pokerth/data/translations/qt_ru.qm 338share/pokerth/data/translations/qt_ru.qm
 339share/pokerth/data/translations/qt_sk.qm
 340share/pokerth/data/translations/qt_sv.qm
 341share/pokerth/data/translations/qt_zh_CN.qm

cvs diff -r1.1.1.1 -r1.2 pkgsrc/games/pokerth/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/games/pokerth/patches/Attic/patch-aa 2009/01/31 03:04:37 1.1.1.1
+++ pkgsrc/games/pokerth/patches/Attic/patch-aa 2009/07/14 15:53:20 1.2
@@ -1,44 +1,64 @@ @@ -1,44 +1,64 @@
1$NetBSD: patch-aa,v 1.1.1.1 2009/01/31 03:04:37 ahoka Exp $ 1$NetBSD: patch-aa,v 1.2 2009/07/14 15:53:20 hasso Exp $
2 2
3--- pokerth_game.pro.orig 2009-01-04 00:18:19.000000000 +0100 3--- pokerth_game.pro.orig 2009-07-12 23:07:17 +0300
4+++ pokerth_game.pro 4+++ pokerth_game.pro 2009-07-12 23:09:15 +0300
5@@ -319,38 +319,7 @@ unix : !mac {  5@@ -358,54 +358,16 @@ unix:!mac {
6  6 # QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
7 LIBPATH += lib  7 # QMAKE_LFLAGS += -Wl,--gc-sections
8  8 LIBPATH += lib
9- LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64  9- LIB_DIRS = $${PREFIX}/lib \
10- BOOST_FS = boost_filesystem boost_filesystem-mt  10- $${PREFIX}/lib64
11- BOOST_THREAD = boost_thread boost_thread-mt  11- BOOST_FS = boost_filesystem \
12- BOOST_IOSTREAMS = boost_iostreams boost_iostreams-mt  12- boost_filesystem-mt
13-  13- BOOST_THREAD = boost_thread \
14-  14- boost_thread-mt
15- for(dir, LIB_DIRS){  15- BOOST_IOSTREAMS = boost_iostreams \
16- exists($$dir){  16- boost_iostreams-mt
17- for(lib, BOOST_THREAD){  17- BOOST_REGEX = boost_regex \
18- exists($${dir}/lib$${lib}.so*){  18- boost_regex-mt
19- message("Found $$lib")  19-
20- BOOST_THREAD = -l$$lib  20- # searching in $PREFIX/lib and $PREFIX/lib64
21- }  21- # to override the default '/usr' pass PREFIX
22- }  22- # variable to qmake.
23- for(lib, BOOST_FS){  23- for(dir, LIB_DIRS):exists($$dir) {
24- exists($${dir}/lib$${lib}.so*){  24- for(lib, BOOST_THREAD):exists($${dir}/lib$${lib}.so*) {
25- message("Found $$lib")  25- message("Found $$lib")
26- BOOST_FS = -l$$lib  26- BOOST_THREAD = -l$$lib
27- }  27- }
28- }  28- for(lib, BOOST_FS):exists($${dir}/lib$${lib}.so*) {
29- for(lib, BOOST_IOSTREAMS){  29- message("Found $$lib")
30- exists($${dir}/lib$${lib}.so*){  30- BOOST_FS = -l$$lib
31- message("Found $$lib")  31- }
32- BOOST_IOSTREAMS = -l$$lib  32- for(lib, BOOST_IOSTREAMS):exists($${dir}/lib$${lib}.so*) {
33- }  33- message("Found $$lib")
34- }  34- BOOST_IOSTREAMS = -l$$lib
35- }  35- }
36- }  36- for(lib, BOOST_REGEX):exists($${dir}/lib$${lib}.so*) {
37- BOOST_LIBS = $$BOOST_THREAD $$BOOST_FS $$BOOST_IOSTREAMS  37- message("Found $$lib")
38- !count(BOOST_LIBS, 3){  38- BOOST_REGEX = -l$$lib
39- error("libboost (version >= 1.34.1) --> http://www.boost.org/")  39- }
40- }  40- }
41+ LIBS += -lboost_filesystem-mt -lboost_thread-mt -lboost_iostreams-mt  41- BOOST_LIBS = $$BOOST_THREAD \
42  42- $$BOOST_FS \
43 if($$system(sdl-config --version)){  43- $$BOOST_IOSTREAMS \
44 error("libSDL_mixer, libSDL --> http://www.libsdl.org/")  44- $$BOOST_REGEX
 45- !count(BOOST_LIBS, 4):error("Unable to find boost libraries in PREFIX=$${PREFIX}")
 46+
 47+ LIBS += -lboost_filesystem-mt -lboost_thread-mt -lboost_iostreams-mt -lboost_regex-mt
 48+
 49 if($$system(sdl-config --version)):error("sdl-config not found in PATH - libSDL_mixer, libSDL are required!")
 50- UNAME = $$system(uname -s)
 51- BSD = $$find(UNAME, "BSD")
 52- kFreeBSD = $$find(UNAME, "kFreeBSD")
 53 LIBS += -lpokerth_lib
 54 LIBS += $$BOOST_LIBS
 55 LIBS += -lSDL_mixer \
 56 -lcurl
 57- !isEmpty( BSD ) && isEmpty( kFreeBSD ):LIBS += -lcrypto
 58- else:LIBS += -lgnutls-openssl \
 59- -lgcrypt
 60+ LIBS += -lcrypto
 61+
 62 TARGETDEPS += ./lib/libpokerth_lib.a
 63
 64 # #### My release static libs

cvs diff -r1.1.1.1 -r1.2 pkgsrc/games/pokerth/patches/Attic/patch-ad (expand / switch to unified diff)

--- pkgsrc/games/pokerth/patches/Attic/patch-ad 2009/01/31 03:04:37 1.1.1.1
+++ pkgsrc/games/pokerth/patches/Attic/patch-ad 2009/07/14 15:53:20 1.2
@@ -1,51 +1,77 @@ @@ -1,51 +1,77 @@
1$NetBSD: patch-ad,v 1.1.1.1 2009/01/31 03:04:37 ahoka Exp $ 1$NetBSD: patch-ad,v 1.2 2009/07/14 15:53:20 hasso Exp $
2 2
3--- pokerth_server.pro.orig 2009-01-31 00:19:52.000000000 +0100 3--- pokerth_server.pro.orig 2009-06-26 02:29:46 +0300
4+++ pokerth_server.pro 4+++ pokerth_server.pro 2009-07-12 23:13:58 +0300
5@@ -163,44 +163,8 @@ unix : !mac { 5@@ -185,69 +185,13 @@ unix : !mac {
6  6
7 LIBPATH += lib 7 LIBPATH += lib
8  8
9- LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64 9- LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64
10- BOOST_FS = boost_filesystem boost_filesystem-mt 10- BOOST_FS = boost_filesystem boost_filesystem-mt
11- BOOST_THREAD = boost_thread boost_thread-mt 11- BOOST_THREAD = boost_thread boost_thread-mt
12- BOOST_PROGRAM_OPTIONS = boost_program_options boost_program_options-mt 12- BOOST_PROGRAM_OPTIONS = boost_program_options boost_program_options-mt
13- BOOST_IOSTREAMS = boost_iostreams boost_iostreams-mt 13- BOOST_IOSTREAMS = boost_iostreams boost_iostreams-mt
 14- BOOST_REGEX = boost_regex boost_regex-mt
14- 15-
 16- #
 17- # searching in $PREFIX/lib and $PREFIX/lib64
 18- # to override the default '/usr' pass PREFIX
 19- # variable to qmake.
 20- #
15- for(dir, LIB_DIRS){ 21- for(dir, LIB_DIRS){
16- exists($$dir){ 22- exists($$dir){
17- for(lib, BOOST_THREAD){ 23- for(lib, BOOST_THREAD){
18- exists($${dir}/lib$${lib}.so*){ 24- exists($${dir}/lib$${lib}.so*){
19- message("Found $$lib") 25- message("Found $$lib")
20- BOOST_THREAD = -l$$lib 26- BOOST_THREAD = -l$$lib
21- } 27- }
22- } 28- }
23- for(lib, BOOST_FS){ 29- for(lib, BOOST_FS){
24- exists($${dir}/lib$${lib}.so*){ 30- exists($${dir}/lib$${lib}.so*){
25- message("Found $$lib") 31- message("Found $$lib")
26- BOOST_FS = -l$$lib 32- BOOST_FS = -l$$lib
27- } 33- }
28- } 34- }
29- for(lib, BOOST_PROGRAM_OPTIONS){ 35- for(lib, BOOST_PROGRAM_OPTIONS){
30- exists($${dir}/lib$${lib}.so*){ 36- exists($${dir}/lib$${lib}.so*){
31- message("Found $$lib") 37- message("Found $$lib")
32- BOOST_PROGRAM_OPTIONS = -l$$lib 38- BOOST_PROGRAM_OPTIONS = -l$$lib
33- } 39- }
34- } 40- }
35- for(lib, BOOST_IOSTREAMS){ 41- for(lib, BOOST_IOSTREAMS){
36- exists($${dir}/lib$${lib}.so*){ 42- exists($${dir}/lib$${lib}.so*){
37- message("Found $$lib") 43- message("Found $$lib")
38- BOOST_IOSTREAMS = -l$$lib 44- BOOST_IOSTREAMS = -l$$lib
39- } 45- }
40- } 46- }
 47- for(lib, BOOST_REGEX){
 48- exists($${dir}/lib$${lib}.so*){
 49- message("Found $$lib")
 50- BOOST_REGEX = -l$$lib
 51- }
 52- }
41- } 53- }
42- } 54- }
43- BOOST_LIBS = $$BOOST_THREAD $$BOOST_FS $$BOOST_PROGRAM_OPTIONS $$BOOST_IOSTREAMS 55- BOOST_LIBS = $$BOOST_THREAD $$BOOST_FS $$BOOST_PROGRAM_OPTIONS $$BOOST_IOSTREAMS $$BOOST_REGEX
44- !count(BOOST_LIBS, 4){ 56- !count(BOOST_LIBS, 5){
45- error( libboost (version >= 1.34.1) --> http://www.boost.org/") 57- error("Unable to find boost libraries in PREFIX=$${PREFIX}")
46- } 58- }
47+ LIBS += -lboost_filesystem-mt -lboost_thread-mt 59-
48+ LIBS += -lboost_program_options-mt -lboost_iostreams-mt 60- UNAME = $$system(uname -s)
 61- BSD = $$find(UNAME, "BSD")
 62- kFreeBSD = $$find(UNAME, "kFreeBSD")
 63+ LIBS += -lboost_filesystem-mt -lboost_thread-mt
 64+ LIBS += -lboost_program_options-mt -lboost_iostreams-mt -lboost_regex-mt
 65
 66 LIBS += -lpokerth_lib
 67 LIBS += $$BOOST_LIBS
 68 LIBS += -lcurl
 69- !isEmpty( BSD ) && isEmpty( kFreeBSD ){
 70- LIBS += -lcrypto -liconv
 71- } else {
 72- LIBS += -lgnutls-openssl -lgcrypt
 73- }
 74+ LIBS += -lcrypto -liconv
 75
 76 TARGETDEPS += ./lib/libpokerth_lib.a
49  77
50 UNAME = $$system(uname -s) 
51 BSD = $$find(UNAME, "BSD") 

cvs diff -r1.1.1.1 -r1.2 pkgsrc/games/pokerth/patches/Attic/patch-ae (expand / switch to unified diff)

--- pkgsrc/games/pokerth/patches/Attic/patch-ae 2009/01/31 03:04:37 1.1.1.1
+++ pkgsrc/games/pokerth/patches/Attic/patch-ae 2009/07/14 15:53:20 1.2
@@ -1,23 +1,26 @@ @@ -1,23 +1,26 @@
1$NetBSD: patch-ae,v 1.1.1.1 2009/01/31 03:04:37 ahoka Exp $ 1$NetBSD: patch-ae,v 1.2 2009/07/14 15:53:20 hasso Exp $
2 2
3--- src/core/openssl_wrapper.h.orig 2009-01-04 00:17:01.000000000 +0100 3--- src/core/openssl_wrapper.h.orig 2009-06-26 00:37:43 +0300
4+++ src/core/openssl_wrapper.h 4+++ src/core/openssl_wrapper.h 2009-07-12 23:16:31 +0300
5@@ -40,15 +40,8 @@ 5@@ -46,18 +46,9 @@
6 #undef X509_NAME // Again for Windows - conflict with WinCrypt.h. 6 // "2. Can I use OpenSSL with GPL software?"
7 #endif 7 // http://www.openssl.org/support/faq.html#LEGAL2
 8 //
 9-#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
 10- #define HAVE_OPENSSL
 11-#endif
8  12
9-#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) 13-#ifdef HAVE_OPENSSL
10- // For BSD-Systems, we assume that OpenSSL is part of the operating system. 
11- #include <openssl/ssl.h> 14- #include <openssl/ssl.h>
12- #include <openssl/md5.h> 15- #include <openssl/md5.h>
13- #include <openssl/rand.h> 16- #include <openssl/rand.h>
14-#else 17-#else
15- // For all other systems, we use GnuTLS. 18- // For all other systems, we use GnuTLS.
16- #include <gnutls/openssl.h> 19- #include <gnutls/openssl.h>
17- #define PKTH_USE_GNUTLS 20- #define PKTH_USE_GNUTLS
18-#endif 21-#endif
19+#include <openssl/ssl.h> 22+#include <openssl/ssl.h>
20+#include <openssl/md5.h> 23+#include <openssl/md5.h>
21+#include <openssl/rand.h> 24+#include <openssl/rand.h>
22  25
23 #endif 26 #endif

File Deleted: pkgsrc/games/pokerth/patches/Attic/patch-ab

File Deleted: pkgsrc/games/pokerth/patches/Attic/patch-ac