FreeBSD Bugzilla – Attachment 55070 Details for
Bug 83282
New port: games/ttt - Simple one or two player Tic Tac Toe game
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
ttt.shar
ttt.shar (text/plain), 3.00 KB, created by
Alejandro Pulver
on 2005-07-11 20:00:31 UTC
(
hide
)
Description:
ttt.shar
Filename:
MIME Type:
Creator:
Alejandro Pulver
Created:
2005-07-11 20:00:31 UTC
Size:
3.00 KB
patch
obsolete
># 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: ># ># ttt ># ttt/distinfo ># ttt/Makefile ># ttt/pkg-descr ># ttt/pkg-plist ># >echo c - ttt >mkdir -p ttt > /dev/null 2>&1 >echo x - ttt/distinfo >sed 's/^X//' >ttt/distinfo << 'END-of-ttt/distinfo' >XMD5 (ttt-2003.03.14.tar.gz) = 25c00a720820614e75dd31a593b4aa3e >XSIZE (ttt-2003.03.14.tar.gz) = 130205 >END-of-ttt/distinfo >echo x - ttt/Makefile >sed 's/^X//' >ttt/Makefile << 'END-of-ttt/Makefile' >X# New ports collection makefile for: ttt >X# Date created: 11 July 2005 >X# Whom: Alejandro Pulver <alejandro@varnet.biz> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= ttt >XPORTVERSION= 2003.03.14 >XCATEGORIES= games >XMASTER_SITES= ftp://ftp.billsgames.com/unix/x/ttt/ >X >XMAINTAINER= alejandro@varnet.biz >XCOMMENT= Simple one or two player Tic Tac Toe game >X >XUSE_GMAKE= yes >XUSE_SDL= mixer sdl >XUSE_REINPLACE= yes >X >XOPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on >X >Xdo-install: >X# Program >X @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >X >X# Data >X @${MKDIR} ${DATADIR} >X.for d in images sounds >X @${CP} -R ${WRKSRC}/${d} ${DATADIR} >X.endfor >X >X# Fix wrong permissions >X @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} >X @${FIND} ${DATADIR} -type f -print0 | \ >X ${XARGS} -0 ${CHMOD} ${SHAREMODE} >X @${FIND} ${DATADIR} -type d -print0 | \ >X ${XARGS} -0 ${CHMOD} ${BINMODE} >X >X.include <bsd.port.pre.mk> >X >Xpost-patch: >X# Fix Makefile >X @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}| ; \ >X s|\(-Wall\)|${CFLAGS} \1|' \ >X ${WRKSRC}/${MAKEFILE} >X >X# Enable/disable compilation optimizations >X.if !defined(WITH_OPTIMIZED_CFLAGS) >X @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/${MAKEFILE} >X.endif >X >X# Fix paths to ${DATADIR} >X @${REINPLACE_CMD} -e 's|\(images/\)|${DATADIR}/\1| ; \ >X s|\(sounds/\)|${DATADIR}/\1|' \ >X ${WRKSRC}/ttt.c >X >X.include <bsd.port.post.mk> >END-of-ttt/Makefile >echo x - ttt/pkg-descr >sed 's/^X//' >ttt/pkg-descr << 'END-of-ttt/pkg-descr' >XTTT (Tic-Tac-Toe) >X >X"ttt" is a very simple one - or two - player Tic Tac Toe game played using a >Xmouse. >X >XWWW: http://www.newbreedsoftware.com/ttt/ >X >X- Alejandro Pulver >Xalejandro@varnet.biz >END-of-ttt/pkg-descr >echo x - ttt/pkg-plist >sed 's/^X//' >ttt/pkg-plist << 'END-of-ttt/pkg-plist' >Xbin/ttt >X%%DATADIR%%/images/grid.bmp >X%%DATADIR%%/images/o.bmp >X%%DATADIR%%/images/start_1ply.bmp >X%%DATADIR%%/images/start_2ply.bmp >X%%DATADIR%%/images/title.bmp >X%%DATADIR%%/images/turn_o.bmp >X%%DATADIR%%/images/turn_x.bmp >X%%DATADIR%%/images/win_draw.bmp >X%%DATADIR%%/images/win_o.bmp >X%%DATADIR%%/images/win_x.bmp >X%%DATADIR%%/images/x.bmp >X%%DATADIR%%/sounds/badspot.wav >X%%DATADIR%%/sounds/draw.wav >X%%DATADIR%%/sounds/intro.wav >X%%DATADIR%%/sounds/o.wav >X%%DATADIR%%/sounds/start.wav >X%%DATADIR%%/sounds/win.wav >X%%DATADIR%%/sounds/x.wav >X@dirrm %%DATADIR%%/sounds >X@dirrm %%DATADIR%%/images >X@dirrm %%DATADIR%% >END-of-ttt/pkg-plist >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 83282
: 55070