FreeBSD Bugzilla – Attachment 61351 Details for
Bug 91935
New port: games/pouetchess 3D and open source chess game
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
pouetchess-0.1.shar
pouetchess-0.1.shar (text/plain), 3.94 KB, created by
Dmitry Marakasov
on 2006-01-18 02:30:03 UTC
(
hide
)
Description:
pouetchess-0.1.shar
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2006-01-18 02:30:03 UTC
Size:
3.94 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: ># ># pouetchess ># pouetchess/Makefile ># pouetchess/distinfo ># pouetchess/pkg-plist ># pouetchess/pkg-descr ># >echo c - pouetchess >mkdir -p pouetchess > /dev/null 2>&1 >echo x - pouetchess/Makefile >sed 's/^X//' >pouetchess/Makefile << 'END-of-pouetchess/Makefile' >X# New ports collection makefile for: pouetChess >X# Date created: 18 Jan 2006 >X# Whom: Dmitry Marakasov <amdmi3@mail.ru> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= pouetchess >XPORTVERSION= 0.1 >XCATEGORIES= games >XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >XMASTER_SITE_SUBDIR= ${PORTNAME} >XDISTNAME= pouetChess_${PORTVERSION} >X >XMAINTAINER= amdmi3@mail.ru >XCOMMENT= 3D and open source chess game >X >XUSE_X_PREFIX= yes >XUSE_SDL= sdl >XUSE_GL= yes >XUSE_GMAKE= yes >XUSE_REINPLACE= yes >X >XWRKSRC= ${WRKDIR}/pouetChess >X >XMAKE_ENV= CXX="${CXX}" >X >Xpost-extract: >X @${FIND} ${WRKSRC}/src -name "*.cpp" -o -name "*.h" | \ >X ${XARGS} ${REINPLACE_CMD} -e "s|$$(${PRINTF} '\r')||g" ${WRKSRC}/Makefile >X >Xpost-patch: >X @${REINPLACE_CMD} -e 's|SDL/|SDL11/|' ${WRKSRC}/src/*.cpp ${WRKSRC}/src/*.h >X @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile >X @${REINPLACE_CMD} -e '/^LIBS/ s|$$| -L${X11BASE}/lib|' ${WRKSRC}/Makefile >X @${REINPLACE_CMD} -e '/CXX / d' ${WRKSRC}/Makefile >X @${REINPLACE_CMD} -e '/CXXFLAGS.*+=/ d' ${WRKSRC}/Makefile >X @${REINPLACE_CMD} -e '/^CXXFLAGS/ s|:=|+=|' ${WRKSRC}/Makefile >X @${REINPLACE_CMD} -e '/^CXXFLAGS/ s|$$| -I${X11BASE}/include|' ${WRKSRC}/Makefile >X @${REINPLACE_CMD} -e 's|\($$(CXX)\) \(-MM\)|\1 $$(CXXFLAGS) \2|' ${WRKSRC}/Makefile >X >X @${REINPLACE_CMD} -e 's|\(config\.ini\)|${PREFIX}/etc/\1|' ${WRKSRC}/src/globalInfos.cpp >X @${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/src/globalInfos.h >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/bin/pouetChess ${PREFIX}/bin >X ${INSTALL_DATA} ${WRKSRC}/bin/config.ini ${PREFIX}/etc >X.for i in objets3d textures >X ${MKDIR} ${DATADIR}/${i} >X ${INSTALL_DATA} ${WRKSRC}/bin/data/${i}/* ${DATADIR}/${i} >X.endfor >X >X.include <bsd.port.mk> >END-of-pouetchess/Makefile >echo x - pouetchess/distinfo >sed 's/^X//' >pouetchess/distinfo << 'END-of-pouetchess/distinfo' >XMD5 (pouetChess_0.1.tar.gz) = e4eca429886472b6b9826f09fea504b0 >XSHA256 (pouetChess_0.1.tar.gz) = fdf69b3757fc69756366b3a110f54c346cc18d057f8023818339380c4639fb9a >XSIZE (pouetChess_0.1.tar.gz) = 364154 >END-of-pouetchess/distinfo >echo x - pouetchess/pkg-plist >sed 's/^X//' >pouetchess/pkg-plist << 'END-of-pouetchess/pkg-plist' >Xbin/pouetChess >Xetc/config.ini >X%%DATADIR%%/objets3d/cavalier.lwo >X%%DATADIR%%/objets3d/dame.lwo >X%%DATADIR%%/objets3d/fleche.lwo >X%%DATADIR%%/objets3d/fou.lwo >X%%DATADIR%%/objets3d/pion.lwo >X%%DATADIR%%/objets3d/plateau.lwo >X%%DATADIR%%/objets3d/roi.lwo >X%%DATADIR%%/objets3d/table.lwo >X%%DATADIR%%/objets3d/tour.lwo >X%%DATADIR%%/textures/1.png >X%%DATADIR%%/textures/2.png >X%%DATADIR%%/textures/blender.png >X%%DATADIR%%/textures/camera.png >X%%DATADIR%%/textures/credits.png >X%%DATADIR%%/textures/damier.jpg >X%%DATADIR%%/textures/exit.png >X%%DATADIR%%/textures/font.png >X%%DATADIR%%/textures/force.png >X%%DATADIR%%/textures/gimp.png >X%%DATADIR%%/textures/kate.png >X%%DATADIR%%/textures/murs.jpg >X%%DATADIR%%/textures/porte.jpg >X%%DATADIR%%/textures/quitter.png >X%%DATADIR%%/textures/sol.jpg >X%%DATADIR%%/textures/titre.png >X%%DATADIR%%/textures/tux.png >X@dirrm %%DATADIR%%/objets3d >X@dirrm %%DATADIR%%/textures >X@dirrm %%DATADIR%% >END-of-pouetchess/pkg-plist >echo x - pouetchess/pkg-descr >sed 's/^X//' >pouetchess/pkg-descr << 'END-of-pouetchess/pkg-descr' >XpouetChess is a 3D and open source chess game for Linux with very >Xfew and basic dependencies. Moreover pouetChess has an embedded >XArtificial Intelligence so engines such as GNUChess are not even >Xneeded. >X >XWWW: http://pouetchess.sourceforge.net/ >END-of-pouetchess/pkg-descr >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 91935
: 61351