Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2012 20:12:44 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jgh@FreeBSD.org
Subject:   ports/171552: [NEW PORT] games/traingame: Game about Trains
Message-ID:  <20120911181248.B5EE6106566B@hub.freebsd.org>
Resent-Message-ID: <201209111820.q8BIK2i4087655@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171552
>Category:       ports
>Synopsis:       [NEW PORT] games/traingame: Game about Trains
>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:   Tue Sep 11 18:20:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:
Train Game (working title) is a game about trains! Woo! You control a train
which you drive around a 3D world picking up cargo, trundle it about,
and deliver it for PROFIT; whilst avoiding disasters like falling off the rails,
hitting other trains, bad weather, or privatisation.
Imagine Elite but with trains instead of space craft.
Cant believe no ones thought of it before.

WWW: http://www.doof.me.uk/train-game/

Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:

portlint -A
looks fine.

Build log RedPorts, only CLANG/i386 not works

https://redports.org/buildarchive/20120911152530-40016/

>Fix:

--- .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:
#
#	traingame
#	traingame/Makefile
#	traingame/pkg-descr
#	traingame/distinfo
#	traingame/files
#	traingame/files/traingame.in
#
echo c - traingame
mkdir -p traingame > /dev/null 2>&1
echo x - traingame/Makefile
sed 's/^X//' >traingame/Makefile << '25606e1241102d7a843127c15a95f0cc'
X# $FreeBSD$
X
XPORTNAME=	traingame
XPORTVERSION=	0.2.2
XCATEGORIES=	games
XMASTER_SITES=	http://www.nickg.me.uk/files/ \
X		SF/nemysisfreebsdp/:icons
XDISTFILES=	${PORTNAME:S/t/T/:S/g/G/}-${DISTVERSION}${EXTRACT_SUFX} \
X		${PORTNAME}_icons.tar.gz:icons
X
XMAINTAINER=	nemysis@gmx.ch
XCOMMENT=	Game about Trains
X
XLICENSE=	GPLv3
X
XBUILD_DEPENDS+=	${CMAKE_BIN}:${PORTSDIR}/devel/cmake
XLIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2 \
X		xerces-c:${PORTSDIR}/textproc/xerces-c3 \
X		boost_filesystem:${PORTSDIR}/devel/boost-libs
X
XWRKSRC=		${WRKDIR}/${PORTNAME:S/t/T/:S/g/G/}-${PORTVERSION}
X
XUSE_CMAKE=	yes
XCMAKE_VERBOSE=	yes
XUSE_GMAKE=	yes
XUSE_SDL=	sdl image
XUSE_GL=		glew
XMAKE_JOBS_SAFE=	yes
XUSE_GCC=	4.6+
X
XPLIST_FILES=	bin/${PORTNAME} \
X		share/pixmaps/${PORTNAME}_48.png \
X		share/pixmaps/${PORTNAME}_64.png \
X		share/pixmaps/${PORTNAME}_72.png \
X		share/pixmaps/${PORTNAME}_96.png
XPLIST_DIRSTRY=	share/applications
X
XPORTDATA=	*
XPORTDOCS=	README.txt model_notes.txt models.gnuplot
X
XSUB_FILES=	${PORTNAME}
X
X.include <bsd.port.options.mk>
X
Xdo-install:
X# Scripts
X	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
X
X# Executable
X	${MKDIR} ${DATADIR}
X	${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME:S/t/T/:S/g/G/} ${DATADIR}/${PORTNAME}
X
X# Data
X.for d in buildings engines fonts images layouts maps schemas trees waggons
X	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR})
X.endfor
X
X# Pixmaps
X	${INSTALL_DATA} ${WRKDIR}/${PORTNAME}*.png ${PREFIX}/share/pixmaps
X
X# Documentation
X.if ${PORT_OPTIONS:MDOCS}
X	${MKDIR} ${DOCSDIR}
X.  for f in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.  endfor
X.endif
X
X.include <bsd.port.mk>
25606e1241102d7a843127c15a95f0cc
echo x - traingame/pkg-descr
sed 's/^X//' >traingame/pkg-descr << '1e9ff0bb1f66f2da20b1dc16c4a633a7'
XTrain Game (working title) is a game about trains! Woo! You control a train
Xwhich you drive around a 3D world picking up cargo, trundle it about,
Xand deliver it for PROFIT; whilst avoiding disasters like falling off the rails,
Xhitting other trains, bad weather, or privatisation.
XImagine Elite but with trains instead of space craft.
XCant believe no ones thought of it before.
X
XWWW: http://www.doof.me.uk/train-game/
1e9ff0bb1f66f2da20b1dc16c4a633a7
echo x - traingame/distinfo
sed 's/^X//' >traingame/distinfo << 'e8caaaf20486d2f0d3931f5bc4727eb7'
XSHA256 (TrainGame-0.2.2.tar.gz) = d25fdda2bdfe27543debb64f901911534006538ad5f7dbf40da5622e177436e7
XSIZE (TrainGame-0.2.2.tar.gz) = 1057361
XSHA256 (traingame_icons.tar.gz) = df89a933e457927a7772d3fb9addb9a8649ba6c8be9d0ad715222049e44c9d80
XSIZE (traingame_icons.tar.gz) = 23040
e8caaaf20486d2f0d3931f5bc4727eb7
echo c - traingame/files
mkdir -p traingame/files > /dev/null 2>&1
echo x - traingame/files/traingame.in
sed 's/^X//' >traingame/files/traingame.in << '3c3514b141946d96797445d260257052'
X#!/bin/sh
X#
X# $FreeBSD$
X
Xecho "Train Game: Starting up..."
Xcd "%%DATADIR%%"
X./traingame "$@"
3c3514b141946d96797445d260257052
exit
--- .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?20120911181248.B5EE6106566B>