now up to ten players with customizable board styles and all.
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/pokerth/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile 22 Dec 2009 16:28:01 -0000 1.10
+++ Makefile 31 Mar 2010 11:51:26 -0000
@@ -2,9 +2,9 @@
COMMENT= Qt4 poker game with online capabilities
-V= 0.6.3
+V= 0.7.1
DISTNAME= PokerTH-${V}-src
-PKGNAME= pokerth-${V}p2
+PKGNAME= pokerth-${V}
CATEGORIES= games x11
HOMEPAGE= http://www.pokerth.net/
@@ -24,14 +24,14 @@ EXTRACT_SUFX= .tar.bz2
WANTLIB= ICE SDL SM X11 Xext Xi Xinerama \
Xrender c crypto fontconfig freetype glib-2.0 \
gthread-2.0 m png pthread stdc++ z QtGui ssl \
- expat gobject-2.0 pthread-stubs xcb
+ expat gobject-2.0
MODULES= devel/gettext \
x11/qt4
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
LIB_DEPENDS= SDL_mixer::devel/sdl-mixer \
-
boost_filesystem-mt.>=1,boost_thread-mt,boost_program_options-mt,boost_iostreams-mt::devel/boost
\
+
boost_filesystem-mt.>=1,boost_thread-mt,boost_program_options-mt,boost_iostreams-mt,boost_regex-mt,boost_system-mt::devel/boost
\
curl::net/curl
CONFIGURE_ENV= HOME=${WRKDIR}
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/pokerth/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 28 Dec 2008 10:48:11 -0000 1.3
+++ distinfo 31 Mar 2010 11:51:26 -0000
@@ -1,5 +1,5 @@
-MD5 (PokerTH-0.6.3-src.tar.bz2) = v+4d+wFzgwLvcWtobgHN9A==
-RMD160 (PokerTH-0.6.3-src.tar.bz2) = Hzn7ztduBrurZyqXLHl1zeCkWJQ=
-SHA1 (PokerTH-0.6.3-src.tar.bz2) = 6Bd3kfxgCQvIcVijK5PSebDHCBg=
-SHA256 (PokerTH-0.6.3-src.tar.bz2) =
9sfLHuIoD3Nrsnen5FvAHW7L1jYrZqZwBVdiXKx9ols=
-SIZE (PokerTH-0.6.3-src.tar.bz2) = 4594147
+MD5 (PokerTH-0.7.1-src.tar.bz2) = omo2m/OqS27ZLQytrLYm5Q==
+RMD160 (PokerTH-0.7.1-src.tar.bz2) = esqJW7B7yD+XfpFHIXrVDret+4o=
+SHA1 (PokerTH-0.7.1-src.tar.bz2) = nAxUY1XX0kiu7uNx0DVL/pAVCns=
+SHA256 (PokerTH-0.7.1-src.tar.bz2) =
l98O6r0R6GKyPncOhwU86sJF3QgvFRa+G+nk/K6ILs4=
+SIZE (PokerTH-0.7.1-src.tar.bz2) = 6535050
Index: patches/patch-pokerth_game_pro
===================================================================
RCS file: patches/patch-pokerth_game_pro
diff -N patches/patch-pokerth_game_pro
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-pokerth_game_pro 31 Mar 2010 11:51:26 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- pokerth_game.pro.orig Wed Mar 31 13:46:09 2010
++++ pokerth_game.pro Wed Mar 31 13:57:46 2010
+@@ -403,7 +403,7 @@ unix:!mac {
+ LIBS += $$BOOST_LIBS
+ LIBS += -lSDL_mixer \
+ -lcurl
+- !isEmpty( BSD ) && isEmpty( kFreeBSD ):LIBS += -lcrypto
++ !isEmpty( BSD ):isEmpty( kFreeBSD ):LIBS += -lcrypto
+ else:LIBS += -lgnutls-openssl \
+ -lgcrypt
+ TARGETDEPS += ./lib/libpokerth_lib.a
Index: patches/patch-pokerth_server_pro
===================================================================
RCS file: patches/patch-pokerth_server_pro
diff -N patches/patch-pokerth_server_pro
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-pokerth_server_pro 31 Mar 2010 11:51:26 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- pokerth_server.pro.orig Wed Mar 31 13:46:16 2010
++++ pokerth_server.pro Wed Mar 31 13:56:10 2010
+@@ -243,7 +243,7 @@ unix : !mac {
+ LIBS += -lpokerth_lib
+ LIBS += $$BOOST_LIBS
+ LIBS += -lcurl
+- !isEmpty( BSD ) && isEmpty( kFreeBSD ){
++ !isEmpty( BSD ): isEmpty( kFreeBSD ){
+ LIBS += -lcrypto -liconv
+ } else {
+ LIBS += -lgnutls-openssl -lgcrypt
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/games/pokerth/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR 8 Apr 2008 09:51:15 -0000 1.1.1.1
+++ pkg/DESCR 31 Mar 2010 11:51:26 -0000
@@ -1,3 +1,3 @@
PokerTH is a free implementation of "Texas hold'em" card game.
-You can play the popular "Texas Hold'em" poker variant against up to six
+You can play the popular "Texas Hold'em" poker variant against up to ten
computer-opponents or play network games with people all over the world.
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/pokerth/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST 22 Dec 2009 16:28:01 -0000 1.5
+++ pkg/PLIST 31 Mar 2010 11:51:26 -0000
@@ -158,48 +158,135 @@ share/pokerth/data/gfx/cards/default/6.p
share/pokerth/data/gfx/cards/default/7.png
share/pokerth/data/gfx/cards/default/8.png
share/pokerth/data/gfx/cards/default/9.png
+share/pokerth/data/gfx/cards/default/defaultdeckstyle.xml
share/pokerth/data/gfx/cards/default/flipside.png
share/pokerth/data/gfx/cards/default/flipside_tux.png
+share/pokerth/data/gfx/cards/default/preview.png
+share/pokerth/data/gfx/cards/default4c/
+share/pokerth/data/gfx/cards/default4c/0.png
+share/pokerth/data/gfx/cards/default4c/1.png
+share/pokerth/data/gfx/cards/default4c/10.png
+share/pokerth/data/gfx/cards/default4c/11.png
+share/pokerth/data/gfx/cards/default4c/12.png
+share/pokerth/data/gfx/cards/default4c/13.png
+share/pokerth/data/gfx/cards/default4c/14.png
+share/pokerth/data/gfx/cards/default4c/15.png
+share/pokerth/data/gfx/cards/default4c/16.png
+share/pokerth/data/gfx/cards/default4c/17.png
+share/pokerth/data/gfx/cards/default4c/18.png
+share/pokerth/data/gfx/cards/default4c/19.png
+share/pokerth/data/gfx/cards/default4c/2.png
+share/pokerth/data/gfx/cards/default4c/20.png
+share/pokerth/data/gfx/cards/default4c/21.png
+share/pokerth/data/gfx/cards/default4c/22.png
+share/pokerth/data/gfx/cards/default4c/23.png
+share/pokerth/data/gfx/cards/default4c/24.png
+share/pokerth/data/gfx/cards/default4c/25.png
+share/pokerth/data/gfx/cards/default4c/26.png
+share/pokerth/data/gfx/cards/default4c/27.png
+share/pokerth/data/gfx/cards/default4c/28.png
+share/pokerth/data/gfx/cards/default4c/29.png
+share/pokerth/data/gfx/cards/default4c/3.png
+share/pokerth/data/gfx/cards/default4c/30.png
+share/pokerth/data/gfx/cards/default4c/31.png
+share/pokerth/data/gfx/cards/default4c/32.png
+share/pokerth/data/gfx/cards/default4c/33.png
+share/pokerth/data/gfx/cards/default4c/34.png
+share/pokerth/data/gfx/cards/default4c/35.png
+share/pokerth/data/gfx/cards/default4c/36.png
+share/pokerth/data/gfx/cards/default4c/37.png
+share/pokerth/data/gfx/cards/default4c/38.png
+share/pokerth/data/gfx/cards/default4c/39.png
+share/pokerth/data/gfx/cards/default4c/4.png
+share/pokerth/data/gfx/cards/default4c/40.png
+share/pokerth/data/gfx/cards/default4c/41.png
+share/pokerth/data/gfx/cards/default4c/42.png
+share/pokerth/data/gfx/cards/default4c/43.png
+share/pokerth/data/gfx/cards/default4c/44.png
+share/pokerth/data/gfx/cards/default4c/45.png
+share/pokerth/data/gfx/cards/default4c/46.png
+share/pokerth/data/gfx/cards/default4c/47.png
+share/pokerth/data/gfx/cards/default4c/48.png
+share/pokerth/data/gfx/cards/default4c/49.png
+share/pokerth/data/gfx/cards/default4c/5.png
+share/pokerth/data/gfx/cards/default4c/50.png
+share/pokerth/data/gfx/cards/default4c/51.png
+share/pokerth/data/gfx/cards/default4c/6.png
+share/pokerth/data/gfx/cards/default4c/7.png
+share/pokerth/data/gfx/cards/default4c/8.png
+share/pokerth/data/gfx/cards/default4c/9.png
+share/pokerth/data/gfx/cards/default4c/default4cdeckstyle.xml
+share/pokerth/data/gfx/cards/default4c/flipside.png
+share/pokerth/data/gfx/cards/default4c/preview.png
share/pokerth/data/gfx/gui/
share/pokerth/data/gfx/gui/misc/
share/pokerth/data/gfx/gui/misc/1px.png
+share/pokerth/data/gfx/gui/misc/actionpics/
+share/pokerth/data/gfx/gui/misc/actionpics/action_allin.png
+share/pokerth/data/gfx/gui/misc/actionpics/action_bet.png
+share/pokerth/data/gfx/gui/misc/actionpics/action_call.png
+share/pokerth/data/gfx/gui/misc/actionpics/action_check.png
+share/pokerth/data/gfx/gui/misc/actionpics/action_fold.png
+share/pokerth/data/gfx/gui/misc/actionpics/action_raise.png
+share/pokerth/data/gfx/gui/misc/actionpics/action_winner.png
share/pokerth/data/gfx/gui/misc/background_gamelist.png
share/pokerth/data/gfx/gui/misc/fileopen16.png
-share/pokerth/data/gfx/gui/misc/handRanking.png
share/pokerth/data/gfx/gui/misc/lock.png
share/pokerth/data/gfx/gui/misc/logoChip3D.png
-share/pokerth/data/gfx/gui/misc/radiobutton_checked.png
-share/pokerth/data/gfx/gui/misc/radiobutton_checked_hover.png
-share/pokerth/data/gfx/gui/misc/radiobutton_pressed.png
-share/pokerth/data/gfx/gui/misc/radiobutton_unchecked.png
-share/pokerth/data/gfx/gui/misc/radiobutton_unchecked_hover.png
+share/pokerth/data/gfx/gui/misc/rating.png
share/pokerth/data/gfx/gui/misc/startwindowbg.png
-share/pokerth/data/gfx/gui/misc/toolboxFrameBG.png
share/pokerth/data/gfx/gui/misc/welcomepokerth.png
share/pokerth/data/gfx/gui/misc/windowicon.png
share/pokerth/data/gfx/gui/table/
+share/pokerth/data/gfx/gui/table/danuxi1/
+share/pokerth/data/gfx/gui/table/danuxi1/bigblindPuck.png
+share/pokerth/data/gfx/gui/table/danuxi1/cardholder_flop.png
+share/pokerth/data/gfx/gui/table/danuxi1/cardholder_flop.xcf
+share/pokerth/data/gfx/gui/table/danuxi1/cardholder_river.png
+share/pokerth/data/gfx/gui/table/danuxi1/cardholder_turn.png
+share/pokerth/data/gfx/gui/table/danuxi1/danuxi1tablestyle.xml
+share/pokerth/data/gfx/gui/table/danuxi1/dealerPuck.png
+share/pokerth/data/gfx/gui/table/danuxi1/genereticAvatar.png
+share/pokerth/data/gfx/gui/table/danuxi1/handranking.png
+share/pokerth/data/gfx/gui/table/danuxi1/playerBottomSeatActive.png
+share/pokerth/data/gfx/gui/table/danuxi1/playerTopSeatActive.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_blue.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_blue_checked.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_blue_checked_hover.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_blue_hover.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_green.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_green_checked.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_green_checked_hover.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_green_hover.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange_checked.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange_checked_hover.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange_hover.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red_checked.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red_checked_hover.png
+share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red_hover.png
+share/pokerth/data/gfx/gui/table/danuxi1/preview.png
+share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_checked.png
+share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_checked_hover.png
+share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_pressed.png
+share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_unchecked.png
+share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_unchecked_hover.png
+share/pokerth/data/gfx/gui/table/danuxi1/smallblindPuck.png
+share/pokerth/data/gfx/gui/table/danuxi1/table.png
+share/pokerth/data/gfx/gui/table/danuxi1/toolboxbg.png
share/pokerth/data/gfx/gui/table/default/
-share/pokerth/data/gfx/gui/table/default/action_allin.png
-share/pokerth/data/gfx/gui/table/default/action_bet.png
-share/pokerth/data/gfx/gui/table/default/action_call.png
-share/pokerth/data/gfx/gui/table/default/action_check.png
-share/pokerth/data/gfx/gui/table/default/action_fold.png
-share/pokerth/data/gfx/gui/table/default/action_raise.png
-share/pokerth/data/gfx/gui/table/default/action_set.png
-share/pokerth/data/gfx/gui/table/default/action_template.xcf
-share/pokerth/data/gfx/gui/table/default/action_winner.png
share/pokerth/data/gfx/gui/table/default/bigblindPuck.png
share/pokerth/data/gfx/gui/table/default/cardholder_flop.png
share/pokerth/data/gfx/gui/table/default/cardholder_river.png
share/pokerth/data/gfx/gui/table/default/cardholder_turn.png
share/pokerth/data/gfx/gui/table/default/dealerPuck.png
+share/pokerth/data/gfx/gui/table/default/defaulttablestyle.xml
share/pokerth/data/gfx/gui/table/default/genereticAvatar.png
-share/pokerth/data/gfx/gui/table/default/opponentBoxActiveGlow.png
-share/pokerth/data/gfx/gui/table/default/opponentBoxInactiveGlow.png
-share/pokerth/data/gfx/gui/table/default/playerBoxActiveGlow.png
-share/pokerth/data/gfx/gui/table/default/playerBoxActiveGlow_0.6.png
-share/pokerth/data/gfx/gui/table/default/playerBoxInactiveGlow.png
-share/pokerth/data/gfx/gui/table/default/playerBoxInactiveGlow_0.6.png
+share/pokerth/data/gfx/gui/table/default/handranking.png
+share/pokerth/data/gfx/gui/table/default/handranking_template.xcf
+share/pokerth/data/gfx/gui/table/default/playerSeatActive.png
+share/pokerth/data/gfx/gui/table/default/playerSeatInactive.png
share/pokerth/data/gfx/gui/table/default/playeraction_blue.png
share/pokerth/data/gfx/gui/table/default/playeraction_blue_checked.png
share/pokerth/data/gfx/gui/table/default/playeraction_blue_checked_hover.png
@@ -208,12 +295,23 @@ share/pokerth/data/gfx/gui/table/default
share/pokerth/data/gfx/gui/table/default/playeraction_green_checked.png
share/pokerth/data/gfx/gui/table/default/playeraction_green_checked_hover.png
share/pokerth/data/gfx/gui/table/default/playeraction_green_hover.png
+share/pokerth/data/gfx/gui/table/default/playeraction_orange.png
+share/pokerth/data/gfx/gui/table/default/playeraction_orange_checked.png
+share/pokerth/data/gfx/gui/table/default/playeraction_orange_checked_hover.png
+share/pokerth/data/gfx/gui/table/default/playeraction_orange_hover.png
share/pokerth/data/gfx/gui/table/default/playeraction_red.png
share/pokerth/data/gfx/gui/table/default/playeraction_red_checked.png
share/pokerth/data/gfx/gui/table/default/playeraction_red_checked_hover.png
share/pokerth/data/gfx/gui/table/default/playeraction_red_hover.png
+share/pokerth/data/gfx/gui/table/default/preview.png
+share/pokerth/data/gfx/gui/table/default/radiobutton_checked.png
+share/pokerth/data/gfx/gui/table/default/radiobutton_checked_hover.png
+share/pokerth/data/gfx/gui/table/default/radiobutton_pressed.png
+share/pokerth/data/gfx/gui/table/default/radiobutton_unchecked.png
+share/pokerth/data/gfx/gui/table/default/radiobutton_unchecked_hover.png
share/pokerth/data/gfx/gui/table/default/smallblindPuck.png
share/pokerth/data/gfx/gui/table/default/table.png
+share/pokerth/data/gfx/gui/table/default/toolboxbg.png
share/pokerth/data/misc/
share/pokerth/data/misc/gpl2.html
share/pokerth/data/sounds/
@@ -243,6 +341,7 @@ share/pokerth/data/translations/pokerth_
share/pokerth/data/translations/pokerth_no.qm
share/pokerth/data/translations/pokerth_pl.qm
share/pokerth/data/translations/pokerth_ptbr.qm
+share/pokerth/data/translations/pokerth_ptpt.qm
share/pokerth/data/translations/pokerth_ru.qm
share/pokerth/data/translations/pokerth_sk.qm
share/pokerth/data/translations/pokerth_sv.qm
@@ -252,6 +351,11 @@ share/pokerth/data/translations/qt_de.qm
share/pokerth/data/translations/qt_es.qm
share/pokerth/data/translations/qt_fr.qm
share/pokerth/data/translations/qt_nl.qm
+share/pokerth/data/translations/qt_pl.qm
+share/pokerth/data/translations/qt_pt.qm
share/pokerth/data/translations/qt_ru.qm
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
+share/pokerth/data/translations/qt_sk.qm
+share/pokerth/data/translations/qt_sv.qm
+share/pokerth/data/translations/qt_zh_CN.qm
pokerth.diff.gz
Description: application/gunzip
