The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD games : CaribbeanStud

Caribbean Stud gambling game for X Window System

 Caribbean Stud is a Motif based gambling game for X Window System.

OPTIONS: ( All can be changed in CaribbeanStud.res )
   Default bankroll              200
   Table minimum                 10
   Number of Players             2       (1-6)
   Current Jackpot               34000000
   Minimum Jackpot               3000000

The class.ps is the class diagram of this game.

Please direct comments, suggestions, and patches to:
------------------------------------------------------------------
Qun  Zhang
qzhang@oucsace.cs.ohiou.edu
 




CaribbeanStud history


v. 1.12
date: 2007/05/19 20:05:15;  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.11 date: 2003/09/28 11:49:26; author: edwin; state: Exp; lines: +1 -1 [patch] Unbreak port: games/CaribbeanStud Port build now with both gcc 2.95.4 and 3.3.1. It also respects CFLAGS, which it didn't before. PR: ports/55733 Submitted by: Simon Barner
v. 1.10 date: 2003/02/20 17:32:04; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.9 date: 2002/11/10 16:46:01; 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.8 date: 2002/11/06 22:44:56; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.7 date: 2000/11/07 23:28:05; author: asami; state: Exp; lines: +2 -2 Change motif to a normal dependency. REQUIRES_MOTIF is now called USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
v. 1.6 date: 2000/07/14 09:51:12; author: alex; state: Exp; lines: +2 -3 Add -pedantic. Unbreaks build --> Remove BROKEN. Noticed by: bento
v. 1.5 date: 2000/07/02 21:56:53; author: kris; state: Exp; lines: +3 -1 Mark as BROKEN: Bad C++ code. Noticed by: bento
v. 1.4 date: 2000/04/14 12:25:48; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
v. 1.3 date: 2000/03/29 07:18:05; author: kris; state: Exp; lines: +2 -2 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't have time to maintain them. Approved by: andy
v. 1.2 date: 1999/08/25 06:02:43; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.1 date: 1999/03/30 14:22:44; author: taoka; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/03/30 14:22:44; author: taoka; state: Exp; lines: +0 -0 Caribbean Stud gambling game for X Window System PR: ports/7409 Submitted by: Andrey Zakhvatov ============================================================================= v. 1.12 date: 2007/05/19 20:05:15; 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.11 date: 2003/09/28 11:49:26; author: edwin; state: Exp; lines: +1 -1 [patch] Unbreak port: games/CaribbeanStud Port build now with both gcc 2.95.4 and 3.3.1. It also respects CFLAGS, which it didn't before. PR: ports/55733 Submitted by: Simon Barner
v. 1.10 date: 2003/02/20 17:32:04; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.9 date: 2002/11/10 16:46:01; 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.8 date: 2002/11/06 22:44:56; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.7 date: 2000/11/07 23:28:05; author: asami; state: Exp; lines: +2 -2 Change motif to a normal dependency. REQUIRES_MOTIF is now called USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
v. 1.6 date: 2000/07/14 09:51:12; author: alex; state: Exp; lines: +2 -3 Add -pedantic. Unbreaks build --> Remove BROKEN. Noticed by: bento
v. 1.5 date: 2000/07/02 21:56:53; author: kris; state: Exp; lines: +3 -1 Mark as BROKEN: Bad C++ code. Noticed by: bento
v. 1.4 date: 2000/04/14 12:25:48; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
v. 1.3 date: 2000/03/29 07:18:05; author: kris; state: Exp; lines: +2 -2 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't have time to maintain them. Approved by: andy
v. 1.2 date: 1999/08/25 06:02:43; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.1 date: 1999/03/30 14:22:44; author: taoka; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/03/30 14:22:44; author: taoka; state: Exp; lines: +0 -0 Caribbean Stud gambling game for X Window System PR: ports/7409 Submitted by: Andrey Zakhvatov ============================================================================= v. 1.12 date: 2007/05/19 20:05:15; 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.11 date: 2003/09/28 11:49:26; author: edwin; state: Exp; lines: +1 -1 [patch] Unbreak port: games/CaribbeanStud Port build now with both gcc 2.95.4 and 3.3.1. It also respects CFLAGS, which it didn't before. PR: ports/55733 Submitted by: Simon Barner
v. 1.10 date: 2003/02/20 17:32:04; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.9 date: 2002/11/10 16:46:01; 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.8 date: 2002/11/06 22:44:56; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.7 date: 2000/11/07 23:28:05; author: asami; state: Exp; lines: +2 -2 Change motif to a normal dependency. REQUIRES_MOTIF is now called USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
v. 1.6 date: 2000/07/14 09:51:12; author: alex; state: Exp; lines: +2 -3 Add -pedantic. Unbreaks build --> Remove BROKEN. Noticed by: bento
v. 1.5 date: 2000/07/02 21:56:53; author: kris; state: Exp; lines: +3 -1 Mark as BROKEN: Bad C++ code. Noticed by: bento
v. 1.4 date: 2000/04/14 12:25:48; author: asami; state: Exp; lines: +4 -4 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
v. 1.3 date: 2000/03/29 07:18:05; author: kris; state: Exp; lines: +2 -2 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't have time to maintain them. Approved by: andy
v. 1.2 date: 1999/08/25 06:02:43; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.1 date: 1999/03/30 14:22:44; author: taoka; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1999/03/30 14:22:44; author: taoka; state: Exp; lines: +0 -0 Caribbean Stud gambling game for X Window System PR: ports/7409 Submitted by: Andrey Zakhvatov =============================================================================



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