The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD games : blackjack

One of the better implementations of blackjack, based on QT

 Blackjack is an X-windows based version of the casino game. The
program is used to help learn the basic strategy of the game of
blackjack. The help level can be set from a mode that tells you
each correct move to make, to one that only warns you by a pop up
window if you make a "bad" play. Betting limits, number of decks,
number of splits, and shuffle point can be set. This program uses
the Qt toolkit. 

http://www.tomdaley.org/~tdaley/blackjack/blackjack.html



blackjack history


v. 1.20
date: 2007/05/19 20:05:30;  author: flz;  state: Exp;  lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.19 date: 2007/02/13 00:16:21; author: pav; state: Exp; lines: +2 -1 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework Submitted by: rafan Tested on: pointyhat
v. 1.18 date: 2004/02/05 20:37:10; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES. Reviewed by: marcus
v. 1.17 date: 2003/08/26 15:40:46; author: krion; state: Exp; lines: +3 -1 - Fix WWW: line - Utilize QTCPPFLAGS/QTCFGLIBS PR: 56003 Submitted by: Ports Fury
v. 1.16 date: 2003/02/20 17:32:05; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.15 date: 2003/02/02 00:51:30; author: arved; state: Exp; lines: +2 -1 Unbreak on CURRENT by using QT3
v. 1.14 date: 2002/11/10 16:46:02; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.13 date: 2002/11/06 22:44:57; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.12 date: 2002/05/24 11:08:23; author: kris; state: Exp; lines: +1 -1 Add back the blackjack, pp and xlines ports, which were prematurely deleted by will.
v. 1.11 date: 2002/04/19 02:29:39; author: will; state: dead; lines: +1 -1 Say goodbye to Qt 1.x and all of its dependents. The one port I found which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree.
v. 1.10 date: 2001/04/03 08:14:10; author: will; state: Exp; lines: +2 -2 Overhaul QT/KDE support: - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure (proxy auth patches) Alex Zepeda (old patches removal)
v. 1.9 date: 2000/06/04 19:10:38; author: will; state: Exp; lines: +7 -4 Update to 1.2; add WWW to DESCR. PR: 18974 Submitted by: KATO Tsuguru
v. 1.8 date: 2000/04/21 22:09:51; author: fenner; state: Exp; lines: +1 -3 Remove plm@xs4all.nl as MAINTAINER; mail has been bouncing for 2 months.
v. 1.7 date: 2000/04/14 00:45:29; author: mharo; state: Exp; lines: +3 -3 update portname/portversion stuff (games commit part 1, a-c)
v. 1.6 date: 1999/08/25 06:02:57; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.5 date: 1998/08/12 06:29:26; author: asami; state: Exp; lines: +2 -4 Replace qt dependencies with USE_QT. (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
v. 1.4 date: 1998/08/07 23:56:19; author: asami; state: Exp; lines: +3 -3 Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.3 date: 1998/07/27 23:24:37; author: asami; state: Exp; lines: +2 -2 Making x11 category more useful project part 1: take out "x11" of ports that are mere users of X. Partial list submitted by: Josh Gilliam
v. 1.2 date: 1998/04/22 22:55:26; author: mph; state: Exp; lines: +4 -2 Upgrade to 1.1. PR: 6388 Submitted by: Peter Mutsaers
v. 1.1 date: 1998/02/23 19:55:07; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/02/23 19:55:07; author: steve; state: Exp; lines: +0 -0 A Qt-based version of the blackjack game. PR: 5822 Submitted by: Peter Mutsaers v. 1.19 date: 2007/02/13 00:16:21; author: pav; state: Exp; lines: +2 -1 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework Submitted by: rafan Tested on: pointyhat
v. 1.18 date: 2004/02/05 20:37:10; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES. Reviewed by: marcus
v. 1.17 date: 2003/08/26 15:40:46; author: krion; state: Exp; lines: +3 -1 - Fix WWW: line - Utilize QTCPPFLAGS/QTCFGLIBS PR: 56003 Submitted by: Ports Fury
v. 1.16 date: 2003/02/20 17:32:05; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.15 date: 2003/02/02 00:51:30; author: arved; state: Exp; lines: +2 -1 Unbreak on CURRENT by using QT3
v. 1.14 date: 2002/11/10 16:46:02; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.13 date: 2002/11/06 22:44:57; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.12 date: 2002/05/24 11:08:23; author: kris; state: Exp; lines: +1 -1 Add back the blackjack, pp and xlines ports, which were prematurely deleted by will.
v. 1.11 date: 2002/04/19 02:29:39; author: will; state: dead; lines: +1 -1 Say goodbye to Qt 1.x and all of its dependents. The one port I found which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree.
v. 1.10 date: 2001/04/03 08:14:10; author: will; state: Exp; lines: +2 -2 Overhaul QT/KDE support: - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure (proxy auth patches) Alex Zepeda (old patches removal)
v. 1.9 date: 2000/06/04 19:10:38; author: will; state: Exp; lines: +7 -4 Update to 1.2; add WWW to DESCR. PR: 18974 Submitted by: KATO Tsuguru
v. 1.8 date: 2000/04/21 22:09:51; author: fenner; state: Exp; lines: +1 -3 Remove plm@xs4all.nl as MAINTAINER; mail has been bouncing for 2 months.
v. 1.7 date: 2000/04/14 00:45:29; author: mharo; state: Exp; lines: +3 -3 update portname/portversion stuff (games commit part 1, a-c)
v. 1.6 date: 1999/08/25 06:02:57; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.5 date: 1998/08/12 06:29:26; author: asami; state: Exp; lines: +2 -4 Replace qt dependencies with USE_QT. (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
v. 1.4 date: 1998/08/07 23:56:19; author: asami; state: Exp; lines: +3 -3 Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.3 date: 1998/07/27 23:24:37; author: asami; state: Exp; lines: +2 -2 Making x11 category more useful project part 1: take out "x11" of ports that are mere users of X. Partial list submitted by: Josh Gilliam
v. 1.2 date: 1998/04/22 22:55:26; author: mph; state: Exp; lines: +4 -2 Upgrade to 1.1. PR: 6388 Submitted by: Peter Mutsaers
v. 1.1 date: 1998/02/23 19:55:07; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/02/23 19:55:07; author: steve; state: Exp; lines: +0 -0 A Qt-based version of the blackjack game. PR: 5822 Submitted by: Peter Mutsaers v. 1.19 date: 2007/02/13 00:16:21; author: pav; state: Exp; lines: +2 -1 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework Submitted by: rafan Tested on: pointyhat
v. 1.18 date: 2004/02/05 20:37:10; author: trevor; state: Exp; lines: +1 -0 Use PLIST_FILES. Reviewed by: marcus
v. 1.17 date: 2003/08/26 15:40:46; author: krion; state: Exp; lines: +3 -1 - Fix WWW: line - Utilize QTCPPFLAGS/QTCFGLIBS PR: 56003 Submitted by: Ports Fury
v. 1.16 date: 2003/02/20 17:32:05; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.15 date: 2003/02/02 00:51:30; author: arved; state: Exp; lines: +2 -1 Unbreak on CURRENT by using QT3
v. 1.14 date: 2002/11/10 16:46:02; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.13 date: 2002/11/06 22:44:57; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.12 date: 2002/05/24 11:08:23; author: kris; state: Exp; lines: +1 -1 Add back the blackjack, pp and xlines ports, which were prematurely deleted by will.
v. 1.11 date: 2002/04/19 02:29:39; author: will; state: dead; lines: +1 -1 Say goodbye to Qt 1.x and all of its dependents. The one port I found which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree.
v. 1.10 date: 2001/04/03 08:14:10; author: will; state: Exp; lines: +2 -2 Overhaul QT/KDE support: - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure (proxy auth patches) Alex Zepeda (old patches removal)
v. 1.9 date: 2000/06/04 19:10:38; author: will; state: Exp; lines: +7 -4 Update to 1.2; add WWW to DESCR. PR: 18974 Submitted by: KATO Tsuguru
v. 1.8 date: 2000/04/21 22:09:51; author: fenner; state: Exp; lines: +1 -3 Remove plm@xs4all.nl as MAINTAINER; mail has been bouncing for 2 months.
v. 1.7 date: 2000/04/14 00:45:29; author: mharo; state: Exp; lines: +3 -3 update portname/portversion stuff (games commit part 1, a-c)
v. 1.6 date: 1999/08/25 06:02:57; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.5 date: 1998/08/12 06:29:26; author: asami; state: Exp; lines: +2 -4 Replace qt dependencies with USE_QT. (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE)
v. 1.4 date: 1998/08/07 23:56:19; author: asami; state: Exp; lines: +3 -3 Fix up dependencies for ports that moved into the x11-toolkits category.
v. 1.3 date: 1998/07/27 23:24:37; author: asami; state: Exp; lines: +2 -2 Making x11 category more useful project part 1: take out "x11" of ports that are mere users of X. Partial list submitted by: Josh Gilliam
v. 1.2 date: 1998/04/22 22:55:26; author: mph; state: Exp; lines: +4 -2 Upgrade to 1.1. PR: 6388 Submitted by: Peter Mutsaers
v. 1.1 date: 1998/02/23 19:55:07; author: steve; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/02/23 19:55:07; author: steve; state: Exp; lines: +0 -0 A Qt-based version of the blackjack game. PR: 5822 Submitted by: Peter Mutsaers



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm