Date: Sat, 23 Jun 2007 17:02:26 +0000 (UTC) From: liu_yinghong@yahoo.com.cn To: FreeBSD-gnats-submit@FreeBSD.org Cc: liu_yinghong@yahoo.com.cn Subject: ports/113972: New port:games/pokerth A poker game written in C++/QT4 Message-ID: <20070623170227.51D5513C45A@mx1.freebsd.org> Resent-Message-ID: <200706231710.l5NHA4Mp085741@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113972 >Category: ports >Synopsis: New port:games/pokerth A poker game written in C++/QT4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 17:10:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Yinghong.Liu >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD relaxbsd.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu May 10 21:42:19 CST 2007 hamigua@relaxbsd.org:/usr/src/sys/i386/compile/LYH i386 >Description: 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. WWW: http://www.pokerth.net >How-To-Repeat: >Fix: --- pokerth.shar begins here --- # 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: # # pokerth # pokerth/Makefile # pokerth/distinfo # pokerth/pkg-descr # echo c - pokerth mkdir -p pokerth > /dev/null 2>&1 echo x - pokerth/Makefile sed 's/^X//' >pokerth/Makefile << 'END-of-pokerth/Makefile' X# New ports collection makefile for: pokerth X# Date created: 24 Jun 2007 X# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn> X# X# $FreeBSD$ X# X XPORTNAME= pokerth XPORTVERSION= 0.5 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=${PORTNAME} XDISTNAME= PokerTH-${PORTVERSION}-src X XMAINTAINER= liu_yinghong@yahoo.com.cn XCOMMENT= A poker game written in C++/QT4 X XLIB_DEPENDS= boost_thread.3:${PORTSDIR}/devel/boost \ X SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ X crypto.5:${PORTSDIR}/security/openssl \ X mikmod.2:${PORTSDIR}/audio/libmikmod X XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_QT_VER= 4 XQT_COMPONENTS= gui corelib qmake uic XWRKSRC= ${WRKDIR}/PokerTH-${PORTVERSION} X XPLIST_FILES= bin/pokerth share/pixmaps/pokerth.png XPORTDOCS= COPYING ChangeLog INSTALL TODO X XDESKTOP_ENTRIES= "PokerTH" \ X "A poker game written in C++/QT4" \ X "pokerth.png" \ X "pokerth" \ X "Application;Game;CardGame;" \ X "false" X Xpost-patch: X @${REINPLACE_CMD} -e 's|/usr/bin/|/usr/local/bin|g' \ X -e 's|boost_thread-mt|boost_thread|g' \ X ${WRKSRC}/pokerth.pro X Xpre-build: X @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -unix pokerth.pro X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/bin/pokerth ${PREFIX}/bin/pokerth X @${INSTALL_DATA} ${WRKSRC}/pokerth.png ${PREFIX}/share/pixmaps/pokerth.png X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for doc in ${PORTDOCS} X @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} X.endfor X.endif X X.include <bsd.port.mk> END-of-pokerth/Makefile echo x - pokerth/distinfo sed 's/^X//' >pokerth/distinfo << 'END-of-pokerth/distinfo' XMD5 (PokerTH-0.5-src.tar.bz2) = 1009e927b5d26b4eeb89d00cd4b624f7 XSHA256 (PokerTH-0.5-src.tar.bz2) = a521aa9f4e47741c132ce5023b07e594ee267d1b3d99fa9b5e0d78b39502239d XSIZE (PokerTH-0.5-src.tar.bz2) = 4123606 END-of-pokerth/distinfo echo x - pokerth/pkg-descr sed 's/^X//' >pokerth/pkg-descr << 'END-of-pokerth/pkg-descr' XPokerTH is a poker game written in C++/QT4. You can play the popular X"Texas Hold'em" poker variant against up to six computer-opponents Xor play network games with people all over the world. X XWWW: http://www.pokerth.net END-of-pokerth/pkg-descr exit --- pokerth.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070623170227.51D5513C45A>