From owner-freebsd-ports Wed Feb 3 10:00:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20387 for freebsd-ports-outgoing; Wed, 3 Feb 1999 10:00:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA20343 for ; Wed, 3 Feb 1999 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA78582; Wed, 3 Feb 1999 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA19487 for ; Wed, 3 Feb 1999 09:55:15 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id UAA05825; Wed, 3 Feb 1999 20:54:56 +0300 (MSK) Message-Id: <199902031754.UAA05825@netserv1.chg.ru> Date: Wed, 3 Feb 1999 20:54:56 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9895: New port - beat the blackjack dealer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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