1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

This is the commit message, please edit it.

Remove expired port:
2018-09-08 games/ppracer: Unmaintained.  Play games/etracer instead
This commit is contained in:
Rene Ladan 2018-09-10 19:49:05 +00:00
parent dd236563f9
commit fae7aa4fea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479444
8 changed files with 1 additions and 400 deletions

1
MOVED
View File

@ -10517,3 +10517,4 @@ www/hs-activehs||2018-09-03|Has expired: Doesn't build with recent dependencies
science/mpqc-mpich|science/mpqc|2018-09-03|MPI option is enabled by default in mpqc, no need for mpqc-mpich
misc/timediff|misc/tzdiff|2018-09-04|Project was renamed
www/rubygem-hamlit26|www/rubygem-hamlit|2018-09-06|Has expired: Obsolete by gitlab-ce 11.2.x update, please use www/rubygem-hamlit instead
games/ppracer|games/etracer|2018-09-10|Has expired: Unmaintained. Play games/etracer instead

View File

@ -824,7 +824,6 @@
SUBDIR += powder-toy
SUBDIR += powermanga
SUBDIR += powwow
SUBDIR += ppracer
SUBDIR += prboom
SUBDIR += prboom-plus
SUBDIR += primateplunge

View File

@ -1,44 +0,0 @@
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= ppracer
DISTVERSION= 0.5alpha
PORTREVISION= 12
CATEGORIES= games
MASTER_SITES= BERLIOS \
SF/${PORTNAME}.berlios/
MAINTAINER= ports@FreeBSD.org
COMMENT= 3D downhill racing game... kind of like TuxRacer Improved
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Unmaintained. Play games/etracer instead
EXPIRATION_DATE= 2018-09-08
LIB_DEPENDS= libpng.so:graphics/png \
libfreetype.so:print/freetype2
USES= gmake pkgconfig dos2unix tar:bzip2
DOS2UNIX_REGEX= .*\.(c|cpp|h)
USE_SDL= mixer sdl
USE_GL= gl
USE_XORG= x11 xi xext xmu xt
GNU_CONFIGURE= yes
PORTDOCS= AUTHORS ChangeLog ChangeLog-pre0.3.9 ChangeLog-tuxracer
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \
-e 's|libpng12|libpng|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|RacingMode::||' ${WRKSRC}/src/racingmode.h
@${REINPLACE_CMD} -e 's|int SQHash|long SQHash|' \
${WRKSRC}/src/squirrel/squirrel.h
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (ppracer-0.5alpha.tar.bz2) = 549a555df3a7b17bff578e7c23ff4d21600619a017c51a379551d7559dee143a
SIZE (ppracer-0.5alpha.tar.bz2) = 6625815

View File

@ -1,13 +0,0 @@
--- ./src/squirrel/squtils.h.orig 2014-01-16 15:30:36.000000000 +0100
+++ ./src/squirrel/squtils.h 2014-01-16 15:30:36.000000000 +0100
@@ -2,6 +2,10 @@
#ifndef _SQUTILS_H_
#define _SQUTILS_H_
+void *sq_vm_malloc(SQUnsignedInteger size);
+void *sq_vm_realloc(void *p,SQUnsignedInteger oldsize,SQUnsignedInteger size);
+void sq_vm_free(void *p,SQUnsignedInteger size);
+
#define sq_new(__ptr,__type) {__ptr=(__type *)sq_vm_malloc(sizeof(__type));new (__ptr) __type;}
#define sq_delete(__ptr,__type) {__ptr->~__type();sq_vm_free(__ptr,sizeof(__type));}
#define SQ_MALLOC(__size) sq_vm_malloc(__size);

View File

@ -1,10 +0,0 @@
--- src/ppogl/base/os.cpp.orig 2015-09-19 23:30:52 UTC
+++ src/ppogl/base/os.cpp
@@ -32,6 +32,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <iostream>
+#include <cstring>
#define MAX_BUFFER_SIZE 512

View File

@ -1,13 +0,0 @@
PlanetPenguin Racer is an OpenGL racing game featuring Tux, the Linux mascot.
The goal of the game is to slide down a snow- and ice-covered mountain as
quickly as possible. The goal of the game is to slide down a snow- and
ice-covered mountain as quickly as possible. It is based on the GPL version
of TuxRacer 0.6.1.
Differences from TuxRacer include:
* Course progress bar
* Themes
* New terrain types (lava, etc.)
WWW: https://sourceforge.net/projects/ppracer.berlios/

View File

@ -1,317 +0,0 @@
bin/ppracer
share/applications/ppracer.desktop
share/pixmaps/ppracer.png
%%DATADIR%%/config.nut
%%DATADIR%%/courses/doing/course.nut
%%DATADIR%%/courses/doing/description.nut
%%DATADIR%%/courses/doing/elements.nut
%%DATADIR%%/courses/doing/elements.png
%%DATADIR%%/courses/doing/elev.png
%%DATADIR%%/courses/doing/preview.png
%%DATADIR%%/courses/doing/terrain.png
%%DATADIR%%/events/events.nut
%%DATADIR%%/events/herring_run/bumpy_ride/course.nut
%%DATADIR%%/events/herring_run/bumpy_ride/description.nut
%%DATADIR%%/events/herring_run/bumpy_ride/elements.png
%%DATADIR%%/events/herring_run/bumpy_ride/elev.png
%%DATADIR%%/events/herring_run/bumpy_ride/preview.png
%%DATADIR%%/events/herring_run/bumpy_ride/terrain.png
%%DATADIR%%/events/herring_run/bunny_hill/course.nut
%%DATADIR%%/events/herring_run/bunny_hill/description.nut
%%DATADIR%%/events/herring_run/bunny_hill/elements.png
%%DATADIR%%/events/herring_run/bunny_hill/elev.png
%%DATADIR%%/events/herring_run/bunny_hill/preview.png
%%DATADIR%%/events/herring_run/bunny_hill/terrain.png
%%DATADIR%%/events/herring_run/deadman/course.nut
%%DATADIR%%/events/herring_run/deadman/description.nut
%%DATADIR%%/events/herring_run/deadman/elements.png
%%DATADIR%%/events/herring_run/deadman/elev.png
%%DATADIR%%/events/herring_run/deadman/preview.png
%%DATADIR%%/events/herring_run/deadman/terrain.png
%%DATADIR%%/events/herring_run/event.nut
%%DATADIR%%/events/herring_run/frozen_river/course.nut
%%DATADIR%%/events/herring_run/frozen_river/description.nut
%%DATADIR%%/events/herring_run/frozen_river/elements.png
%%DATADIR%%/events/herring_run/frozen_river/elev.png
%%DATADIR%%/events/herring_run/frozen_river/preview.png
%%DATADIR%%/events/herring_run/frozen_river/terrain.png
%%DATADIR%%/events/herring_run/hamburger_hill/README
%%DATADIR%%/events/herring_run/hamburger_hill/course.nut
%%DATADIR%%/events/herring_run/hamburger_hill/description.nut
%%DATADIR%%/events/herring_run/hamburger_hill/elements.png
%%DATADIR%%/events/herring_run/hamburger_hill/elev.png
%%DATADIR%%/events/herring_run/hamburger_hill/preview.png
%%DATADIR%%/events/herring_run/hamburger_hill/terrain.png
%%DATADIR%%/events/herring_run/hazzard_valley/README
%%DATADIR%%/events/herring_run/hazzard_valley/course.nut
%%DATADIR%%/events/herring_run/hazzard_valley/description.nut
%%DATADIR%%/events/herring_run/hazzard_valley/elements.png
%%DATADIR%%/events/herring_run/hazzard_valley/elev.png
%%DATADIR%%/events/herring_run/hazzard_valley/preview.png
%%DATADIR%%/events/herring_run/hazzard_valley/terrain.png
%%DATADIR%%/events/herring_run/high_road/course.nut
%%DATADIR%%/events/herring_run/high_road/description.nut
%%DATADIR%%/events/herring_run/high_road/elements.png
%%DATADIR%%/events/herring_run/high_road/elev.png
%%DATADIR%%/events/herring_run/high_road/preview.png
%%DATADIR%%/events/herring_run/high_road/terrain.png
%%DATADIR%%/events/herring_run/ice_labyrinth/README
%%DATADIR%%/events/herring_run/ice_labyrinth/course.nut
%%DATADIR%%/events/herring_run/ice_labyrinth/description.nut
%%DATADIR%%/events/herring_run/ice_labyrinth/elements.png
%%DATADIR%%/events/herring_run/ice_labyrinth/elev.png
%%DATADIR%%/events/herring_run/ice_labyrinth/preview.png
%%DATADIR%%/events/herring_run/ice_labyrinth/terrain.png
%%DATADIR%%/events/herring_run/ive_got_a_woody/course.nut
%%DATADIR%%/events/herring_run/ive_got_a_woody/description.nut
%%DATADIR%%/events/herring_run/ive_got_a_woody/elements.png
%%DATADIR%%/events/herring_run/ive_got_a_woody/elev.png
%%DATADIR%%/events/herring_run/ive_got_a_woody/preview.png
%%DATADIR%%/events/herring_run/ive_got_a_woody/terrain.png
%%DATADIR%%/events/herring_run/keep_it_up/course.nut
%%DATADIR%%/events/herring_run/keep_it_up/description.nut
%%DATADIR%%/events/herring_run/keep_it_up/elements.png
%%DATADIR%%/events/herring_run/keep_it_up/elev.png
%%DATADIR%%/events/herring_run/keep_it_up/preview.png
%%DATADIR%%/events/herring_run/keep_it_up/terrain.png
%%DATADIR%%/events/herring_run/mount_herring/README
%%DATADIR%%/events/herring_run/mount_herring/course.nut
%%DATADIR%%/events/herring_run/mount_herring/description.nut
%%DATADIR%%/events/herring_run/mount_herring/elements.png
%%DATADIR%%/events/herring_run/mount_herring/elev.png
%%DATADIR%%/events/herring_run/mount_herring/preview.png
%%DATADIR%%/events/herring_run/mount_herring/terrain.png
%%DATADIR%%/events/herring_run/mount_satan/README
%%DATADIR%%/events/herring_run/mount_satan/course.nut
%%DATADIR%%/events/herring_run/mount_satan/description.nut
%%DATADIR%%/events/herring_run/mount_satan/elements.png
%%DATADIR%%/events/herring_run/mount_satan/elev.png
%%DATADIR%%/events/herring_run/mount_satan/preview.png
%%DATADIR%%/events/herring_run/mount_satan/terrain.png
%%DATADIR%%/events/herring_run/path_of_daggers/course.nut
%%DATADIR%%/events/herring_run/path_of_daggers/description.nut
%%DATADIR%%/events/herring_run/path_of_daggers/elements.png
%%DATADIR%%/events/herring_run/path_of_daggers/elev.png
%%DATADIR%%/events/herring_run/path_of_daggers/preview.png
%%DATADIR%%/events/herring_run/path_of_daggers/terrain.png
%%DATADIR%%/events/herring_run/penguins_cant_fly/course.nut
%%DATADIR%%/events/herring_run/penguins_cant_fly/description.nut
%%DATADIR%%/events/herring_run/penguins_cant_fly/elements.png
%%DATADIR%%/events/herring_run/penguins_cant_fly/elev.png
%%DATADIR%%/events/herring_run/penguins_cant_fly/preview.png
%%DATADIR%%/events/herring_run/penguins_cant_fly/terrain.png
%%DATADIR%%/events/herring_run/ski_jump/README
%%DATADIR%%/events/herring_run/ski_jump/course.nut
%%DATADIR%%/events/herring_run/ski_jump/description.nut
%%DATADIR%%/events/herring_run/ski_jump/elements.png
%%DATADIR%%/events/herring_run/ski_jump/elev.png
%%DATADIR%%/events/herring_run/ski_jump/preview.png
%%DATADIR%%/events/herring_run/ski_jump/terrain.png
%%DATADIR%%/events/herring_run/skull_mountain/README
%%DATADIR%%/events/herring_run/skull_mountain/course.nut
%%DATADIR%%/events/herring_run/skull_mountain/description.nut
%%DATADIR%%/events/herring_run/skull_mountain/elements.png
%%DATADIR%%/events/herring_run/skull_mountain/elev.png
%%DATADIR%%/events/herring_run/skull_mountain/preview.png
%%DATADIR%%/events/herring_run/skull_mountain/terrain.png
%%DATADIR%%/events/herring_run/slalom/README
%%DATADIR%%/events/herring_run/slalom/course.nut
%%DATADIR%%/events/herring_run/slalom/description.nut
%%DATADIR%%/events/herring_run/slalom/elements.png
%%DATADIR%%/events/herring_run/slalom/elev.png
%%DATADIR%%/events/herring_run/slalom/preview.png
%%DATADIR%%/events/herring_run/slalom/terrain.png
%%DATADIR%%/events/herring_run/snow_valley/README
%%DATADIR%%/events/herring_run/snow_valley/course.nut
%%DATADIR%%/events/herring_run/snow_valley/description.nut
%%DATADIR%%/events/herring_run/snow_valley/elements.png
%%DATADIR%%/events/herring_run/snow_valley/elev.png
%%DATADIR%%/events/herring_run/snow_valley/preview.png
%%DATADIR%%/events/herring_run/snow_valley/terrain.png
%%DATADIR%%/events/herring_run/the_narrow_way/README
%%DATADIR%%/events/herring_run/the_narrow_way/course.nut
%%DATADIR%%/events/herring_run/the_narrow_way/description.nut
%%DATADIR%%/events/herring_run/the_narrow_way/elements.png
%%DATADIR%%/events/herring_run/the_narrow_way/elev.png
%%DATADIR%%/events/herring_run/the_narrow_way/preview.png
%%DATADIR%%/events/herring_run/the_narrow_way/terrain.png
%%DATADIR%%/events/herring_run/tux-toboggan_run/README
%%DATADIR%%/events/herring_run/tux-toboggan_run/course.nut
%%DATADIR%%/events/herring_run/tux-toboggan_run/description.nut
%%DATADIR%%/events/herring_run/tux-toboggan_run/elements.png
%%DATADIR%%/events/herring_run/tux-toboggan_run/elev.png
%%DATADIR%%/events/herring_run/tux-toboggan_run/preview.png
%%DATADIR%%/events/herring_run/tux-toboggan_run/terrain.png
%%DATADIR%%/events/herring_run/twisty_slope/course.nut
%%DATADIR%%/events/herring_run/twisty_slope/description.nut
%%DATADIR%%/events/herring_run/twisty_slope/elements.png
%%DATADIR%%/events/herring_run/twisty_slope/elev.png
%%DATADIR%%/events/herring_run/twisty_slope/preview.png
%%DATADIR%%/events/herring_run/twisty_slope/terrain.png
%%DATADIR%%/fonts/FreeSansBoldOblique.ttf
%%DATADIR%%/hazel.nut
%%DATADIR%%/init.nut
%%DATADIR%%/models/tux/model.nut
%%DATADIR%%/models/tux/model_walk.nut
%%DATADIR%%/models/tux2/model.nut
%%DATADIR%%/models/tux2/model_walk.nut
%%DATADIR%%/music/options1-jt.it
%%DATADIR%%/music/race1-jt.it
%%DATADIR%%/music/race2-jt.it
%%DATADIR%%/music/readme
%%DATADIR%%/music/start1-jt.it
%%DATADIR%%/music/wonrace1-jt.it
%%DATADIR%%/sounds/fish_pickup1.wav
%%DATADIR%%/sounds/fish_pickup2.wav
%%DATADIR%%/sounds/fish_pickup3.wav
%%DATADIR%%/sounds/tux_hit_tree1.wav
%%DATADIR%%/sounds/tux_on_ice1.wav
%%DATADIR%%/sounds/tux_on_rock1.wav
%%DATADIR%%/sounds/tux_on_snow1.wav
%%DATADIR%%/terrains.png
%%DATADIR%%/textures/checkmark.png
%%DATADIR%%/textures/conditions_button.png
%%DATADIR%%/textures/energymask.png
%%DATADIR%%/textures/gaugeenergymask.png
%%DATADIR%%/textures/gaugeoutline.png
%%DATADIR%%/textures/gaugespeedmask.png
%%DATADIR%%/textures/herringicon.png
%%DATADIR%%/textures/hudtl.png
%%DATADIR%%/textures/hudtr.png
%%DATADIR%%/textures/listbox_arrows.png
%%DATADIR%%/textures/mask_outline.png
%%DATADIR%%/textures/mask_outline2.png
%%DATADIR%%/textures/menu_bottom_left.png
%%DATADIR%%/textures/menu_bottom_right.png
%%DATADIR%%/textures/menu_title.png
%%DATADIR%%/textures/menu_top_left.png
%%DATADIR%%/textures/menu_top_right.png
%%DATADIR%%/textures/mirror_button.png
%%DATADIR%%/textures/mouse_cursor.png
%%DATADIR%%/textures/noicon.png
%%DATADIR%%/textures/nopreview.png
%%DATADIR%%/textures/snow_button.png
%%DATADIR%%/textures/snowparticles.png
%%DATADIR%%/textures/speedmask.png
%%DATADIR%%/textures/splash.png
%%DATADIR%%/textures/tuxlife.png
%%DATADIR%%/textures/wind_button.png
%%DATADIR%%/themes/common.nut
%%DATADIR%%/themes/conditions/common/cloudyback.png
%%DATADIR%%/themes/conditions/common/cloudybottom.png
%%DATADIR%%/themes/conditions/common/cloudyfront.png
%%DATADIR%%/themes/conditions/common/cloudyleft.png
%%DATADIR%%/themes/conditions/common/cloudyright.png
%%DATADIR%%/themes/conditions/common/cloudytop.png
%%DATADIR%%/themes/conditions/common/conditions.nut
%%DATADIR%%/themes/conditions/common/envmap.png
%%DATADIR%%/themes/conditions/common/evening_light.nut
%%DATADIR%%/themes/conditions/common/eveningback.png
%%DATADIR%%/themes/conditions/common/eveningbottom.png
%%DATADIR%%/themes/conditions/common/eveningenv.png
%%DATADIR%%/themes/conditions/common/eveningfront.png
%%DATADIR%%/themes/conditions/common/eveningleft.png
%%DATADIR%%/themes/conditions/common/eveningright.png
%%DATADIR%%/themes/conditions/common/eveningtop.png
%%DATADIR%%/themes/conditions/common/foggy_light.nut
%%DATADIR%%/themes/conditions/common/night_light.nut
%%DATADIR%%/themes/conditions/common/nightback.png
%%DATADIR%%/themes/conditions/common/nightbottom.png
%%DATADIR%%/themes/conditions/common/nightenv.png
%%DATADIR%%/themes/conditions/common/nightfront.png
%%DATADIR%%/themes/conditions/common/nightleft.png
%%DATADIR%%/themes/conditions/common/nightright.png
%%DATADIR%%/themes/conditions/common/nighttop.png
%%DATADIR%%/themes/conditions/common/sunny_light.nut
%%DATADIR%%/themes/conditions/common/sunnyback.png
%%DATADIR%%/themes/conditions/common/sunnybottom.png
%%DATADIR%%/themes/conditions/common/sunnyfront.png
%%DATADIR%%/themes/conditions/common/sunnyleft.png
%%DATADIR%%/themes/conditions/common/sunnyright.png
%%DATADIR%%/themes/conditions/common/sunnytop.png
%%DATADIR%%/themes/huds/common/huds.nut
%%DATADIR%%/themes/items/common/finish.png
%%DATADIR%%/themes/items/common/flag.png
%%DATADIR%%/themes/items/common/herring_standard.png
%%DATADIR%%/themes/items/common/items.nut
%%DATADIR%%/themes/items/common/start.png
%%DATADIR%%/themes/items/flags/flag2.png
%%DATADIR%%/themes/items/flags/items.nut
%%DATADIR%%/themes/items/herrings/herring_dead.png
%%DATADIR%%/themes/items/herrings/herring_green.png
%%DATADIR%%/themes/items/herrings/herring_red.png
%%DATADIR%%/themes/items/herrings/items.nut
%%DATADIR%%/themes/items/herrings/star.png
%%DATADIR%%/themes/items/stuff/items.nut
%%DATADIR%%/themes/items/stuff/life.png
%%DATADIR%%/themes/models/common/models.nut
%%DATADIR%%/themes/models/common/shrub.ac
%%DATADIR%%/themes/models/common/shrub.png
%%DATADIR%%/themes/models/common/tree.ac
%%DATADIR%%/themes/models/common/tree.png
%%DATADIR%%/themes/models/common/tree_barren.ac
%%DATADIR%%/themes/models/common/tree_barren.png
%%DATADIR%%/themes/models/stuff/barrier.ac
%%DATADIR%%/themes/models/stuff/barrier.png
%%DATADIR%%/themes/models/stuff/models.nut
%%DATADIR%%/themes/models/trees/models.nut
%%DATADIR%%/themes/models/trees/tree_xmas.ac
%%DATADIR%%/themes/models/trees/tree_xmas.png
%%DATADIR%%/themes/ppracer.nut
%%DATADIR%%/themes/terrains/add/road.png
%%DATADIR%%/themes/terrains/add/speed.png
%%DATADIR%%/themes/terrains/add/terrains.nut
%%DATADIR%%/themes/terrains/common/buttprint.png
%%DATADIR%%/themes/terrains/common/buttstart.png
%%DATADIR%%/themes/terrains/common/buttstop.png
%%DATADIR%%/themes/terrains/common/ice.png
%%DATADIR%%/themes/terrains/common/rock.png
%%DATADIR%%/themes/terrains/common/snow.png
%%DATADIR%%/themes/terrains/common/snowparticles.png
%%DATADIR%%/themes/terrains/common/terrains.nut
%%DATADIR%%/themes/terrains/ice/greenice.png
%%DATADIR%%/themes/terrains/ice/hardice.png
%%DATADIR%%/themes/terrains/ice/terrains.nut
%%DATADIR%%/themes/terrains/lava/lava.png
%%DATADIR%%/themes/terrains/lava/lavastone.png
%%DATADIR%%/themes/terrains/lava/terrains.nut
%%DATADIR%%/themes/terrains/mud/mud.png
%%DATADIR%%/themes/terrains/mud/mudparticles.png
%%DATADIR%%/themes/terrains/mud/mudprint.png
%%DATADIR%%/themes/terrains/mud/mudstart.png
%%DATADIR%%/themes/terrains/mud/mudstop.png
%%DATADIR%%/themes/terrains/mud/terrains.nut
%%DATADIR%%/themes/terrains/rock/snowyrock.png
%%DATADIR%%/themes/terrains/rock/terrains.nut
%%DATADIR%%/themes/terrains/sand/redsand.png
%%DATADIR%%/themes/terrains/sand/sand.png
%%DATADIR%%/themes/terrains/sand/terrains.nut
%%DATADIR%%/themes/terrains/snow/buttprint.png
%%DATADIR%%/themes/terrains/snow/buttstart.png
%%DATADIR%%/themes/terrains/snow/buttstop.png
%%DATADIR%%/themes/terrains/snow/dirtsnow.png
%%DATADIR%%/themes/terrains/snow/dirtsnowparticles.png
%%DATADIR%%/themes/terrains/snow/dsnow.png
%%DATADIR%%/themes/terrains/snow/dsnow2.png
%%DATADIR%%/themes/terrains/snow/snowparticles.png
%%DATADIR%%/themes/terrains/snow/snowygrass.png
%%DATADIR%%/themes/terrains/snow/stsnow1.png
%%DATADIR%%/themes/terrains/snow/stsnow2.png
%%DATADIR%%/themes/terrains/snow/terrains.nut
%%DATADIR%%/translations/ca_ES.nut
%%DATADIR%%/translations/de_DE.nut
%%DATADIR%%/translations/en_GB.nut
%%DATADIR%%/translations/es_ES.nut
%%DATADIR%%/translations/eu_ES.nut
%%DATADIR%%/translations/fr_FR.nut
%%DATADIR%%/translations/hu_HU.nut
%%DATADIR%%/translations/it_IT.nut
%%DATADIR%%/translations/languages.nut
%%DATADIR%%/translations/nb_NO.nut
%%DATADIR%%/translations/nl_NL.nut
%%DATADIR%%/translations/nn_NO.nut
%%DATADIR%%/translations/pl_PL.nut
%%DATADIR%%/translations/pt_PT.nut
%%DATADIR%%/translations/ru_RU.nut
%%DATADIR%%/translations/sv_SE.nut
%%DATADIR%%/translations/uk_UA.nut