head 1.3; access; symbols pkgsrc-2013Q3:1.2.0.34 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.32 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.30 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.28 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.26 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.24 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.22 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.20 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.18 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.16 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.14 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.12 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.10 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.8 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.6 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.4 pkgsrc-2009Q4-base:1.2 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.3 date 2013.12.07.17.19.19; author dholland; state dead; branches; next 1.2; commitid pC1IQ7l8JT89Ydgx; 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.3 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-ae,v 1.2 2009/07/14 15:53:20 hasso Exp $ --- src/core/openssl_wrapper.h.orig 2009-06-26 00:37:43 +0300 +++ src/core/openssl_wrapper.h 2009-07-12 23:16:31 +0300 @@@@ -46,18 +46,9 @@@@ // "2. Can I use OpenSSL with GPL software?" // http://www.openssl.org/support/faq.html#LEGAL2 // -#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) - #define HAVE_OPENSSL -#endif -#ifdef HAVE_OPENSSL - #include - #include - #include -#else - // For all other systems, we use GnuTLS. - #include - #define PKTH_USE_GNUTLS -#endif +#include +#include +#include #endif @ 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-ae,v 1.1.1.1 2009/01/31 03:04:37 ahoka Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 9 a11 5 --- src/core/openssl_wrapper.h.orig 2009-01-04 00:17:01.000000000 +0100 +++ src/core/openssl_wrapper.h @@@@ -40,15 +40,8 @@@@ #undef X509_NAME // Again for Windows - conflict with WinCrypt.h. #endif d13 1 a13 2 -#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) - // For BSD-Systems, we assume that OpenSSL is part of the operating system. @ 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 @@