FreeBSD Bugzilla – Attachment 147102 Details for
Bug 193213
[NEW PORT] games/pioneer: Space adventure game set in the Milky Way galaxy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
The port in shar format (20140908)
pioneer.shar (text/plain), 7.27 KB, created by
lightside
on 2014-09-09 09:26:59 UTC
(
hide
)
Description:
The port in shar format (20140908)
Filename:
MIME Type:
Creator:
lightside
Created:
2014-09-09 09:26:59 UTC
Size:
7.27 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: ># ># pioneer ># pioneer/files ># pioneer/files/patch-src_posix_OSPosix.cpp ># pioneer/files/patch-contrib_PicoDDS_PicoDDS.cpp ># pioneer/files/patch-src_GameConfig.h ># pioneer/files/pkg-message.in ># pioneer/Makefile ># pioneer/pkg-descr ># pioneer/distinfo ># >echo c - pioneer >mkdir -p pioneer > /dev/null 2>&1 >echo c - pioneer/files >mkdir -p pioneer/files > /dev/null 2>&1 >echo x - pioneer/files/patch-src_posix_OSPosix.cpp >sed 's/^X//' >pioneer/files/patch-src_posix_OSPosix.cpp << 'c4ea139be3164004dd8142cbd83c92fa' >X--- src/posix/OSPosix.cpp.orig 2014-08-28 18:02:26.000000000 +0400 >X+++ src/posix/OSPosix.cpp 2014-08-31 21:03:27.000000000 +0400 >X@@ -111,7 +111,7 @@ >X } >X >X char infoString[2048]; >X-#if defined(__APPLE__) >X+#if defined(__APPLE__) || defined(__FREEBSD__) >X snprintf(infoString, 2048, "System Name: %s\nHost Name: %s\nRelease(Kernel) Version: %s\nKernel Build Timestamp: %s\nMachine Arch: %s\n", >X uts.sysname, uts.nodename, uts.release, uts.version, uts.machine); >X #else >c4ea139be3164004dd8142cbd83c92fa >echo x - pioneer/files/patch-contrib_PicoDDS_PicoDDS.cpp >sed 's/^X//' >pioneer/files/patch-contrib_PicoDDS_PicoDDS.cpp << '322192d72855260ac1146fe29f812a94' >X--- contrib/PicoDDS/PicoDDS.cpp.orig 2014-08-28 18:02:26.000000000 +0400 >X+++ contrib/PicoDDS/PicoDDS.cpp 2014-09-01 03:31:59.000000000 +0400 >X@@ -48,6 +48,7 @@ >X */ >X >X #include "PicoDDS.h" >X+#include <stdlib.h> >X #include <cstdio> >X #include <cstring> >X #include <cassert> >322192d72855260ac1146fe29f812a94 >echo x - pioneer/files/patch-src_GameConfig.h >sed 's/^X//' >pioneer/files/patch-src_GameConfig.h << '38879df6d54ded2c1ee54e9ab112525b' >X--- src/GameConfig.h.orig 2014-08-28 18:02:26.000000000 +0400 >X+++ src/GameConfig.h 2014-09-01 03:51:12.000000000 +0400 >X@@ -8,7 +8,8 @@ >X >X class GameConfig : public IniConfig { >X public: >X- GameConfig(const std::map<std::string,std::string> &override_ = std::map<std::string,std::string>()); >X+ typedef std::map<std::string, std::string> map_string; >X+ GameConfig(const map_string &override_ = map_string()); >X >X void Load(); >X bool Save(); >38879df6d54ded2c1ee54e9ab112525b >echo x - pioneer/files/pkg-message.in >sed 's/^X//' >pioneer/files/pkg-message.in << '853c2e515525771cdaccd328f189b793' >XPioneer has been installed. >X >XPioneer is alpha-quality software. Saved games are not guaranteed to load in >Xdifferent versions of Pioneer. The universe might not be the same in the next >Xversion of Pioneer. Anything can change. The game is not finished. >X >XTake a look at %%DOCSDIR%%/Quickstart.txt for more info. >853c2e515525771cdaccd328f189b793 >echo x - pioneer/Makefile >sed 's/^X//' >pioneer/Makefile << 'ec1a9c75afe8311b299ad5bacbb19d64' >X# Created by: lightside <lightside@gmx.com> >X# $FreeBSD$ >X >XPORTNAME= pioneer >XPORTVERSION= 20140908 >XCATEGORIES= games >XMASTER_SITES= GH >X >XMAINTAINER= lightside@gmx.com >XCOMMENT= Space adventure game set in the Milky Way galaxy >X >XLICENSE= APACHE20 GPLv3 MIT ZLIB CCBYSAv3 DejaVu GLEW SIL >XLICENSE_COMB= multi >XLICENSE_NAME_CCBYSAv3= Creative Commons Attribution-ShareAlike 3.0\ >XUnported license >XLICENSE_NAME_DejaVu= Bitstream Vera and Arev fonts license >XLICENSE_NAME_GLEW= The OpenGL Extension Wrangler Library license >XLICENSE_NAME_SIL= SIL open font license version 1.1 >XLICENSE_FILE_CCBYSAv3= ${WRKSRC}/licenses/CC-BY-SA-3.0.txt >XLICENSE_FILE_DejaVu= ${WRKSRC}/licenses/DejaVu-license.txt >XLICENSE_FILE_GLEW= ${WRKSRC}/licenses/GLEW.txt >XLICENSE_FILE_SIL= ${WRKSRC}/licenses/SIL-1.1.txt >XLICENSE_PERMS_CCBYSAv3= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept >XLICENSE_PERMS_DejaVu= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept >XLICENSE_PERMS_GLEW= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept >XLICENSE_PERMS_SIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept >X >XUSE_GITHUB= yes >XGH_ACCOUNT= pioneerspacesim >XGH_PROJECT= ${PORTNAME} >XGH_TAGNAME= ${PORTVERSION} >XGH_COMMIT= e5ff907 >X >XWRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT} >X >XBUILD_DEPENDS+= ${LOCALBASE}/include/GL/glu.h:${PORTSDIR}/graphics/libGLU >X >XLIB_DEPENDS+= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ >X libfreetype.so:${PORTSDIR}/print/freetype2 \ >X libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ >X libpng15.so:${PORTSDIR}/graphics/png \ >X libassimp.so:${PORTSDIR}/multimedia/assimp >X >XUSES= gmake pkgconfig >XUSE_AUTOTOOLS= aclocal:env autoconf:env autoheader:env automake:env >XUSE_GL= gl >XUSE_SDL= image2 sdl2 >X >XGNU_CONFIGURE= yes >XCONFIGURE_ENV= PIONEER_DATA_DIR="${DATADIR}/data" >XCONFIGURE_ARGS= --with-version=${PORTVERSION} >XEXTRACT_AFTER_ARGS= --exclude data/*/.gitignore >X >XCPPFLAGS+= -I${LOCALBASE}/include >X >XPORTDATA= data >XPORTDOCS= AUTHORS.txt Changelog.txt Quickstart.txt README.txt >X >XPLIST_FILES= bin/${PORTNAME} \ >X share/pixmaps/${PORTNAME}.png >X >XDESKTOP_ENTRIES="Pioneer" "${COMMENT}" \ >X "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \ >X "Game;Simulation;" false >X >XSUB_FILES= pkg-message >X >XOPTIONS_DEFINE= DOCS MODELVIEWER >XOPTIONS_DEFAULT= MODELVIEWER >XMODELVIEWER_DESC= Build/install model viewer >X >X.include <bsd.port.options.mk> >X >X.if ${PORT_OPTIONS:MMODELVIEWER} >XPLIST_FILES+= bin/${PORTNAME}-modelcompiler >XPORTDOCS+= Modelviewer.txt >X.endif >X >Xpost-patch: >X @${REINPLACE_CMD} -e '/^OPTIMISE=/d' \ >X ${WRKSRC}/configure.ac >X.if ${PORT_OPTIONS:MMODELVIEWER} >X @${REINPLACE_CMD} -e 's/modelviewer/${PORTNAME}-modelviewer/' \ >X ${WRKSRC}/Modelviewer.txt >X.else >X @${REINPLACE_CMD} -e 's/pioneer modelcompiler/pioneer/' \ >X ${WRKSRC}/src/Makefile.am >X.endif >X >Xpre-configure: >X @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${AUTORECONF} -fi >X >Xpre-install: >X @cd ${WRKSRC}/data && ${RM} -f Makefile* >X.if ${PORT_OPTIONS:MMODELVIEWER} >X @cd ${WRKSRC}/src && ${CP} -f modelcompiler ${PORTNAME}-modelcompiler >X.endif >X >Xdo-install: >X.for b in ${PLIST_FILES:Mbin/*:T} >X ${INSTALL_PROGRAM} ${WRKSRC}/src/${b} ${STAGEDIR}${PREFIX}/bin/${b} >X.endfor >X cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDATA}" ${STAGEDIR}${DATADIR} >X cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR} >X ${INSTALL_DATA} ${WRKSRC}/application-icon/pngs/pioneer-256x256.png \ >X ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png >X >X.include <bsd.port.mk> >ec1a9c75afe8311b299ad5bacbb19d64 >echo x - pioneer/pkg-descr >sed 's/^X//' >pioneer/pkg-descr << 'eaea9141e7440c08da53838e2d12d76a' >XPioneer Space Simulator. >X >XPioneer is a space adventure game set in the Milky Way galaxy at the turn of >Xthe 31st century. >X >XThe game is open-ended, and you are free to explore the millions of star >Xsystems in the game. You can land on planets, slingshot past gas giants, and >Xburn yourself to a crisp flying between binary star systems. You can try your >Xhand at piracy, make your fortune trading between systems, or do missions for >Xthe various factions fighting for power, freedom or self-determination. >X >XWWW: http://pioneerspacesim.net >eaea9141e7440c08da53838e2d12d76a >echo x - pioneer/distinfo >sed 's/^X//' >pioneer/distinfo << '9b1fdcb3400b8551252a95b8bf1dd5e9' >XSHA256 (pioneer-20140908.tar.gz) = ce474f2137941fb22354e1376072fd4527156948090f809e1c11fa93ef176d44 >XSIZE (pioneer-20140908.tar.gz) = 172879038 >9b1fdcb3400b8551252a95b8bf1dd5e9 >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 193213
:
146620
|
146714
|
146715
|
146719
|
146720
|
146954
|
146958
|
146978
|
147102
|
147103
|
147159
|
147160
|
147252
|
147266
|
147267
|
147285
|
147347
|
147348
|
147397
|
147398
|
148484
|
148485
|
148486
|
148487
|
148651
|
148753