simutrans-src-100-0.zip missing some files December 20, 2008, 02:11:56 pm I'm looking into adding simutrans to the FreeBSD package system, but the simutrans-src-100-0.zip source code misses the files listed below. Could a fixed package be uploaded to sf.net? Or am I missing something and can these files be generated somehow?simutrans/text/be.tabsimutrans/text/ca.tabsimutrans/text/cn.tabsimutrans/text/cz.tabsimutrans/text/de.tabsimutrans/text/dk.tabsimutrans/text/en.tabsimutrans/text/es.tabsimutrans/text/et.tabsimutrans/text/fi.tabsimutrans/text/fr.tabsimutrans/text/hr.tabsimutrans/text/hu.tabsimutrans/text/id.tabsimutrans/text/it.tabsimutrans/text/ja.tabsimutrans/text/nl.tabsimutrans/text/no.tabsimutrans/text/pl.tabsimutrans/text/pt.tabsimutrans/text/ro.tabsimutrans/text/ru.tabsimutrans/text/sk.tabsimutrans/text/sv.tabsimutrans/text/zh.tab Quote Selected Last Edit: December 20, 2008, 02:54:59 pm by tlp
Re: simutrans-src-100-0.zip misses some files Reply #1 – December 20, 2008, 02:35:15 pm Those look like localisation files... Quote Selected
Re: simutrans-src-100-0.zip missing some files Reply #2 – December 20, 2008, 03:07:35 pm These are the "Simutrans Base Translation Files". They are not part of the Simutrans source code but get added into a realease version from another external source (=Simutranslator, an online database for all texts and translations). Quote Selected
Re: simutrans-src-100-0.zip missing some files Reply #3 – December 20, 2008, 04:08:47 pm Do you compile für FreeBSD?Do you compilelike Linux ore do you make a spezial run? Quote Selected
Re: simutrans-src-100-0.zip missing some files Reply #4 – December 21, 2008, 11:41:28 am Quote from: DirrrtyDirk – on December 20, 2008, 03:07:35 pmThese are the "Simutrans Base Translation Files". They are not part of the Simutrans source code but get added into a realease version from another external source (=Simutranslator, an online database for all texts and translations).Ok, I understand they are kept in different repositories, but when you make a release I think you should add them in the zip archive, or perhaps in a separate zip archive. Currently, to build a working FreeBSD binary I need to download both the source code and the linux package, which is a bit redundant.Quote from: wernieman – on December 20, 2008, 04:08:47 pmDo you compile für FreeBSD?Do you compilelike Linux ore do you make a spezial run?I compile on FreeBSD with "make BACKEND=mixer_sdl COLOUR_DEPTH=16 OSTYPE=freebsd" Quote Selected
Re: simutrans-src-100-0.zip missing some files Reply #5 – December 21, 2008, 04:41:48 pm YOu need to download the translations directly from simutranslator. There is even a point: Download all as zip archive. Quote Selected
Re: simutrans-src-100-0.zip missing some files Reply #6 – December 21, 2008, 11:34:02 pm I really hate to bug you with this, but where exactly is this zip? All I can find is http://www.simutrans-germany.com/translator/script/wrap.php. Quote Selected
Re: simutrans-src-100-0.zip missing some files Reply #7 – December 21, 2008, 11:47:37 pm Use wget, you will find in the svn a distribution.sh that does the trick. Quote Selected
Re: simutrans-src-100-0.zip missing some files Reply #8 – December 22, 2008, 12:03:04 am Quote from: tlp – on December 21, 2008, 11:34:02 pmI really hate to bug you with this, but where exactly is this zip? All I can find is http://www.simutrans-germany.com/translator/script/wrap.php.for this option you need an accountQuote from: prissi – on December 21, 2008, 11:47:37 pmUse wget, you will find in the svn a distribution.sh that does the trick.these are the data from the old translator Quote Selected Last Edit: December 22, 2008, 12:12:04 am by Frank
Re: simutrans-src-100-0.zip missing some files Reply #9 – December 22, 2008, 10:28:45 pm Ok, but this is not really what is needed. A package building system downloads the source code, applies extra patches (if needed), builds for some architecture (x86,ppc,sparc,...), installs everything into a temporary location and then adds all those installed files together with some meta data like a description into a compressed package, which is then uploaded to distribution servers and mirrors. This is all fully automated and therefore all downloaded files are checked against known checksums (MD5,SHA256,...) to detect corrupted downloads and prevent tampering. It's because of this that I can't download from Simutranslator because the checksums would change everytime someone changes a translation. Right now I can download simulinux-100-0.zip to get those base translation files, so I'm settled, but since it contains many files that are already in the src zip, it's redundant. Quote Selected
Re: simutrans-src-100-0.zip missing some files Reply #10 – December 22, 2008, 10:51:48 pm Since the translator is meant to be dynamic, there is not proper way doing it otherwise. Quote Selected
Re: simutrans-src-100-0.zip missing some files Reply #11 – December 23, 2008, 11:15:24 am language_pack-Base+texts.zip Quote Selected