head	1.4;
access;
symbols
	pkgsrc-2013Q3:1.3.0.32
	pkgsrc-2013Q3-base:1.3
	pkgsrc-2013Q2:1.3.0.30
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2013Q1:1.3.0.28
	pkgsrc-2013Q1-base:1.3
	pkgsrc-2012Q4:1.3.0.26
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2012Q3:1.3.0.24
	pkgsrc-2012Q3-base:1.3
	pkgsrc-2012Q2:1.3.0.22
	pkgsrc-2012Q2-base:1.3
	pkgsrc-2012Q1:1.3.0.20
	pkgsrc-2012Q1-base:1.3
	pkgsrc-2011Q4:1.3.0.18
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q3:1.3.0.16
	pkgsrc-2011Q3-base:1.3
	pkgsrc-2011Q2:1.3.0.14
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2011Q1:1.3.0.12
	pkgsrc-2011Q1-base:1.3
	pkgsrc-2010Q4:1.3.0.10
	pkgsrc-2010Q4-base:1.3
	pkgsrc-2010Q3:1.3.0.8
	pkgsrc-2010Q3-base:1.3
	pkgsrc-2010Q2:1.3.0.6
	pkgsrc-2010Q2-base:1.3
	pkgsrc-2010Q1:1.3.0.4
	pkgsrc-2010Q1-base:1.3
	pkgsrc-2009Q4:1.3.0.2
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2009Q3:1.2.0.2
	pkgsrc-2009Q3-base:1.2
	pkgsrc-2009Q2:1.1.1.1.0.4
	pkgsrc-2009Q2-base:1.1.1.1
	pkgsrc-2009Q1:1.1.1.1.0.2
	pkgsrc-2009Q1-base:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2013.12.07.17.19.19;	author dholland;	state dead;
branches;
next	1.3;
commitid	pC1IQ7l8JT89Ydgx;

1.3
date	2009.10.19.01.53.21;	author ahoka;	state Exp;
branches;
next	1.2;

1.2
date	2009.07.14.15.53.20;	author hasso;	state Exp;
branches;
next	1.1;

1.1
date	2009.01.31.03.04.37;	author ahoka;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2009.01.31.03.04.37;	author ahoka;	state Exp;
branches;
next	;


desc
@@


1.4
log
@G/C pokerth, which hasn't been buildable in years. Anyone interested in
this package should look at wip/pokerth, which is also not buildable but
is a more recent version.
@
text
@$NetBSD: patch-aa,v 1.3 2009/10/19 01:53:21 ahoka Exp $

--- pokerth_game.pro.orig	2009-06-26 01:29:19.000000000 +0200
+++ pokerth_game.pro
@@@@ -396,16 +396,11 @@@@ unix:!mac { 
         $$BOOST_REGEX
     !count(BOOST_LIBS, 4):error("Unable to find boost libraries in PREFIX=$${PREFIX}")
     if($$system(sdl-config --version)):error("sdl-config not found in PATH - libSDL_mixer, libSDL are required!")
-    UNAME = $$system(uname -s)
-    BSD = $$find(UNAME, "BSD")
-    kFreeBSD = $$find(UNAME, "kFreeBSD")
     LIBS += -lpokerth_lib
     LIBS += $$BOOST_LIBS
     LIBS += -lSDL_mixer \
         -lcurl
-    !isEmpty( BSD ) && isEmpty( kFreeBSD ):LIBS += -lcrypto
-    else:LIBS += -lgnutls-openssl \
-        -lgcrypt
+    LIBS += -lcrypto
     TARGETDEPS += ./lib/libpokerth_lib.a
     
     # #### My release static libs
@


1.3
log
@Pass PREFIX correctly instead of hacking the qmake files.
@
text
@d1 1
a1 1
$NetBSD: patch-aa,v 1.2 2009/07/14 15:53:20 hasso Exp $
@


1.2
log
@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
@
text
@d1 1
a1 1
$NetBSD: patch-aa,v 1.1.1.1 2009/01/31 03:04:37 ahoka Exp $
d3 5
a7 46
--- pokerth_game.pro.orig	2009-07-12 23:07:17 +0300
+++ pokerth_game.pro	2009-07-12 23:09:15 +0300
@@@@ -358,54 +358,16 @@@@ unix:!mac { 
     # QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
     # QMAKE_LFLAGS += -Wl,--gc-sections
     LIBPATH += lib
-    LIB_DIRS = $${PREFIX}/lib \
-        $${PREFIX}/lib64
-    BOOST_FS = boost_filesystem \
-        boost_filesystem-mt
-    BOOST_THREAD = boost_thread \
-        boost_thread-mt
-    BOOST_IOSTREAMS = boost_iostreams \
-        boost_iostreams-mt
-    BOOST_REGEX = boost_regex \
-        boost_regex-mt
-    
-    # searching in $PREFIX/lib and $PREFIX/lib64
-    # to override the default '/usr' pass PREFIX
-    # variable to qmake.
-    for(dir, LIB_DIRS):exists($$dir) { 
-        for(lib, BOOST_THREAD):exists($${dir}/lib$${lib}.so*) { 
-            message("Found $$lib")
-            BOOST_THREAD = -l$$lib
-        }
-        for(lib, BOOST_FS):exists($${dir}/lib$${lib}.so*) { 
-            message("Found $$lib")
-            BOOST_FS = -l$$lib
-        }
-        for(lib, BOOST_IOSTREAMS):exists($${dir}/lib$${lib}.so*) { 
-            message("Found $$lib")
-            BOOST_IOSTREAMS = -l$$lib
-        }
-        for(lib, BOOST_REGEX):exists($${dir}/lib$${lib}.so*) { 
-            message("Found $$lib")
-            BOOST_REGEX = -l$$lib
-        }
-    }
-    BOOST_LIBS = $$BOOST_THREAD \
-        $$BOOST_FS \
-        $$BOOST_IOSTREAMS \
-        $$BOOST_REGEX
-    !count(BOOST_LIBS, 4):error("Unable to find boost libraries in PREFIX=$${PREFIX}")
+
+    LIBS += -lboost_filesystem-mt -lboost_thread-mt -lboost_iostreams-mt -lboost_regex-mt
+
a19 1
+
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
$NetBSD$
d3 62
a64 42
--- pokerth_game.pro.orig	2009-01-04 00:18:19.000000000 +0100
+++ pokerth_game.pro
@@@@ -319,38 +319,7 @@@@ unix : !mac {
 
         LIBPATH += lib
 
-        LIB_DIRS = $${PREFIX}/lib $${PREFIX}/lib64
-        BOOST_FS = boost_filesystem boost_filesystem-mt
-        BOOST_THREAD = boost_thread boost_thread-mt
-        BOOST_IOSTREAMS = boost_iostreams boost_iostreams-mt
-
-
-        for(dir, LIB_DIRS){
-            exists($$dir){
-                for(lib, BOOST_THREAD){
-                    exists($${dir}/lib$${lib}.so*){
-                        message("Found $$lib")
-                        BOOST_THREAD = -l$$lib
-                    }
-                }
-                for(lib, BOOST_FS){
-                    exists($${dir}/lib$${lib}.so*){
-                        message("Found $$lib")
-                        BOOST_FS = -l$$lib
-                    }
-                }
-                for(lib, BOOST_IOSTREAMS){
-                    exists($${dir}/lib$${lib}.so*){
-                        message("Found $$lib")
-                        BOOST_IOSTREAMS = -l$$lib
-                    }
-                }
-            }
-        }
-        BOOST_LIBS = $$BOOST_THREAD $$BOOST_FS $$BOOST_IOSTREAMS
-        !count(BOOST_LIBS, 3){
-            error("libboost (version >= 1.34.1)  --> http://www.boost.org/")
-        }
+        LIBS += -lboost_filesystem-mt -lboost_thread-mt -lboost_iostreams-mt
 
         if($$system(sdl-config --version)){
             error("libSDL_mixer, libSDL --> http://www.libsdl.org/")
@


1.1.1.1
log
@Import pokerth-0.6.3.2 as games/pokerth.

PokerTH is a poker game written in C++/QT4. You can play the popular "Texas
Hold'em" poker variant against up to six computer-opponents or play network
games with people all over the world. This poker engine is available for Linux,
Windows, and MacOSX and BSD.
@
text
@@
