Date: Wed, 3 Feb 1999 20:54:56 +0300 (MSK) From: Dima Sivachenko <dima@Chg.RU> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9895: New port - beat the blackjack dealer Message-ID: <199902031754.UAA05825@netserv1.chg.ru>
next in thread | raw e-mail | index | archive | help
>Number: 9895 >Category: ports >Synopsis: New port - beat the blackjack dealer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 3 10:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: New port of bbjd program - beat the blackjack dealer. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/MESSAGE # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: bbjd X# Version required: 1.01 X# Date created: 3 February 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= bbjd-1.01 XCATEGORIES= misc math games XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= games/strategy X XMAINTAINER= dima@chg.ru X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/bbjd X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/bbjd ${PREFIX}/bin/ X @ ${INSTALL_PROGRAM} ${WRKSRC}/simbj ${PREFIX}/bin/ X @ ${MKDIR} ${PREFIX}/share/bbjd X @ ${INSTALL_DATA} ${WRKSRC}/Interactive ${PREFIX}/share/bbjd/ X @ ${INSTALL_DATA} ${WRKSRC}/Simulation ${PREFIX}/share/bbjd/ X @ ${INSTALL_DATA} ${WRKSRC}/Theory ${PREFIX}/share/bbjd/ X Xpost-install: X @ ${CAT} ${PKGDIR}/MESSAGE X X.include <bsd.port.mk> END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (bbjd-1.01.tar.gz) = 674b296e9f4cf87f4fee1515b76083e7 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/bbjd Xbin/simbj Xshare/bbjd/Interactive Xshare/bbjd/Simulation Xshare/bbjd/Theory X@dirrm share/bbjd END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' Xbbjd - beat the blackjack dealer END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XBbjd is a tool to calculate the optimum strategy playing Black Jack. This Xprogram may be used to prove that when playing Black Jack it is possible to Xbeat the casino. Probably, Black Jack is the only game offered by casinos, Xwhere it is possible to win in the long term (and this fact is mathematically Xproven). X X--Dima Xdima@chg.ru END-of-./pkg/DESCR echo x - ./pkg/MESSAGE sed 's/^X//' >./pkg/MESSAGE << 'END-of-./pkg/MESSAGE' X------------------------------------------------------------------------------- XThis program has no man-pages. Please read documentation installed in Xshare/bbjd directory. X------------------------------------------------------------------------------- END-of-./pkg/MESSAGE exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902031754.UAA05825>