pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/minetest



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 28 12:54:25 UTC 2019

Modified Files:
        pkgsrc/games/minetest: Makefile PLIST distinfo

Log Message:
minetest: Update to 5.1.0

Changes:

Map generator

    Mapgen Carpathian: Add optional rivers (paramat)
    Move more dungeon parameter selection to mapgens (paramat)
    Dungeons: Make multiple large rooms possible (paramat)

Client / Audiovisuals

    Change pitch fly binding to 'P', add to change keys menu (rubenwardy)
    Android settings: Use 'simple' leaves instead of 'fancy' (paramat)
    Fix 3rd person selection range (srifqi)
    Make scrollbars' bar variable in size (stujones11)
    Damage: Play no damage sound when immortal (SmallJoker)
    Increase upper limit of display_gamma to 10 (ClobberXD)
    Optimize and unify mesh processing (Vitaliy)
    Re-order mapgens in mainmenu and 'all settings' mapgen selection (paramat)
    Scrollbars: Move directly to clicked pos if clicked into tray (DS-Minetest)
    Fix broken attachments on join (SmallJoker)
    Fix inventory_overlay for nodes without inventory_image (DS-Minetest)
    Better F6 profiler (SmallJoker)
    Fix minimap markers (theviper121)
    Textures: Load base pack only as last fallback (SmallJoker)

Builtin (Lua / Media / Documentation)

    Add /help formspec for commands and privileges (SmallJoker)
    Lua API: Add link to Minetest Modding Book (ClobberXD)
    Force item entities out of solid nodes (sfan5, based on Wuzzy`s work)
    Lua API: Various fixes (DS-Minetest, SmallJoker)
    Rename "private messages" to "direct messages" (Calinou)
    Automatically enable depending mods in the dialogue (HybridDog)
    All settings: Fix missing flags checkboxes (srifqi)

World / Server / Environment

    Various network performance improvements (osjc)
    Force send a mapblock to a player (sofar)
    Revert ItemStacks being limited to the 'stack_size' value (ClobberXD)
    Save forceloaded blocks file periodically (Thomas Rudin)
    Improve ABM time budget handling (lhofhansl)
    Group "immortal" also protects players from damage (Wuzzy)
    Optimize usage of TOSERVER_GOTBLOCKS packet (sfan5)
    Network: several bugfixes (sfan5)
    Mapgen::spreadLight performance improvement (DS-Minetest)
    Improve occlusion culling in corridors with additional check (sfan5)
    Inventory: Delay dirty lists, and send changes incrementally (SmallJoker)
    Other inventory bugfixes (sfan5, SmallJoker)
    Move debug.txt after it grows too big (HybridDog)
    Trigger on_place in many situations even if prediction failed (DS-Minetest)
    Punchwear (improved) (sfan5)

Script API / Modding

    Add deprecation warnings for ObjectRef:get/set_attribute (ClobberXD)
    Nodedef 'drop' documentation: Improve (Paramat)
    Mark tool filtering in node drop documentation as deprecated (Paramat)
    Add node field to PlayerHPChangeReason table (pauloue)
    Don't call on_hpchange callbacks if HP hasn't changed (ClobberXD)
    Add disable_jump to liquids and ladders (SmallJoker)
    Add support for 9-sliced backgrounds (rubenwardy)
    Add compatible, consistent coordinate system to FormSpecs (v-rob)
    Document ObjectRef:remove under Lua entity (ClobberXD)
    Docs: Clarify where to check for 'protection_bypass' (SmallJoker)
    Add vector.dot and vector.cross (HybridDog)
    Improve documentation of mapgen aliases (Paramat)
    Remove debug.upvaluejoin to prevent leak of insecure environment (fluxionary)
    Fix previously crashing minetest.get_craft_result() (pauloue)
    Allow toolcaps to override the built-in times for dig_immediate (sfan5)
    Formspec styling using style[] (rubenwardy)
    Customizable chat message format (ClobberXD)
    Velocity modifiers for players (sfan5)
    Fix some issues with minetest.clear_craft (pauloue)
    Add function `minetest.read_schematic` (paly2)
    Formspecs: formspec_version[] element (SmallJoker)
    Per-player FOV overrides and multipliers (ClobberXD)

Misc / Build

    Find PostgreSQL correctly (adrido)
    Add compatibility to vcpkg buildsystem (adrido)
    Android: Use system provided path for default TMPFolder setting (stujones11)
    Fix handling of --color and --worldlist command line arguments (mmattes)
    Unified OpenGL ES support (sfan5)

Minetest Game

    Added dry dirt and dry dirt with dry grass. Grass never spreads on dry dirt (paramat)
    Savannas now have dry dirt and dry dirt with dry grass (paramat)
    Added steel bar door and steel bar trap door
    Added setting “enable_fence_tall” for fences that cannot be jumped over (mbartlett21)
    Firefly in a bottle can now be placed into vessels shelf
    Add flowing water sound
    Underground biomes extend much deeper, down to Y=-255
    Make the creative mod hand dig 'dig_immediate' nodes fast (paramat)
    Add new TNT sounds (TumeniNodes)
    Add missing infotext to nodes (An0n3m0us)
    Added translation support
    Added German, French, Spanish and Italian translations (Wuzzy, Hamlet, JDiaz, DrHackberry)


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/games/minetest/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/minetest/PLIST \
    pkgsrc/games/minetest/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/minetest/Makefile
diff -u pkgsrc/games/minetest/Makefile:1.5 pkgsrc/games/minetest/Makefile:1.6
--- pkgsrc/games/minetest/Makefile:1.5  Thu Aug 22 12:23:13 2019
+++ pkgsrc/games/minetest/Makefile      Mon Oct 28 12:54:25 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/08/22 12:23:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2019/10/28 12:54:25 nia Exp $
 
-PKGNAME=       minetest-5.0.1
-PKGREVISION=   3
+PKGNAME=       minetest-5.1.0
 CATEGORIES=    games
 DIST_SUBDIR=   minetest-${PKGVERSION_NOREV}
 DISTFILES+=    minetest.tar.gz
@@ -48,6 +47,7 @@ post-extract:
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/gmp/buildlink3.mk"
+.include "../../devel/ncursesw/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/glu/buildlink3.mk"
@@ -61,7 +61,6 @@ post-extract:
 .include "../../x11/libICE/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
 .include "../../x11/libXxf86vm/buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/games/minetest/PLIST
diff -u pkgsrc/games/minetest/PLIST:1.1 pkgsrc/games/minetest/PLIST:1.2
--- pkgsrc/games/minetest/PLIST:1.1     Sun Jun 30 22:27:22 2019
+++ pkgsrc/games/minetest/PLIST Mon Oct 28 12:54:25 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/06/30 22:27:22 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/10/28 12:54:25 nia Exp $
 bin/minetest
 bin/minetestserver
 man/man6/minetest.6
@@ -22,6 +22,7 @@ share/minetest/builtin/common/after.lua
 share/minetest/builtin/common/async_event.lua
 share/minetest/builtin/common/chatcommands.lua
 share/minetest/builtin/common/filterlist.lua
+share/minetest/builtin/common/information_formspecs.lua
 share/minetest/builtin/common/misc_helpers.lua
 share/minetest/builtin/common/serialize.lua
 share/minetest/builtin/common/strict.lua
@@ -31,7 +32,7 @@ share/minetest/builtin/fstk/dialog.lua
 share/minetest/builtin/fstk/tabview.lua
 share/minetest/builtin/fstk/ui.lua
 share/minetest/builtin/game/auth.lua
-share/minetest/builtin/game/chatcommands.lua
+share/minetest/builtin/game/chat.lua
 share/minetest/builtin/game/constants.lua
 share/minetest/builtin/game/deprecated.lua
 share/minetest/builtin/game/detached_inventory.lua
@@ -41,6 +42,7 @@ share/minetest/builtin/game/forceloading
 share/minetest/builtin/game/init.lua
 share/minetest/builtin/game/item.lua
 share/minetest/builtin/game/item_entity.lua
+share/minetest/builtin/game/knockback.lua
 share/minetest/builtin/game/misc.lua
 share/minetest/builtin/game/privileges.lua
 share/minetest/builtin/game/register.lua
@@ -122,7 +124,7 @@ share/minetest/fonts/mono_dejavu_sans_90
 share/minetest/games/minetest_game/.luacheckrc
 share/minetest/games/minetest_game/.travis.yml
 share/minetest/games/minetest_game/LICENSE.txt
-share/minetest/games/minetest_game/README.txt
+share/minetest/games/minetest_game/README.md
 share/minetest/games/minetest_game/game.conf
 share/minetest/games/minetest_game/game_api.txt
 share/minetest/games/minetest_game/menu/header.png
@@ -132,10 +134,15 @@ share/minetest/games/minetest_game/minet
 share/minetest/games/minetest_game/mods/beds/README.txt
 share/minetest/games/minetest_game/mods/beds/api.lua
 share/minetest/games/minetest_game/mods/beds/beds.lua
-share/minetest/games/minetest_game/mods/beds/depends.txt
 share/minetest/games/minetest_game/mods/beds/functions.lua
 share/minetest/games/minetest_game/mods/beds/init.lua
 share/minetest/games/minetest_game/mods/beds/license.txt
+share/minetest/games/minetest_game/mods/beds/locale/beds.de.tr
+share/minetest/games/minetest_game/mods/beds/locale/beds.es.tr
+share/minetest/games/minetest_game/mods/beds/locale/beds.fr.tr
+share/minetest/games/minetest_game/mods/beds/locale/beds.it.tr
+share/minetest/games/minetest_game/mods/beds/locale/template.txt
+share/minetest/games/minetest_game/mods/beds/mod.conf
 share/minetest/games/minetest_game/mods/beds/spawns.lua
 share/minetest/games/minetest_game/mods/beds/textures/beds_bed.png
 share/minetest/games/minetest_game/mods/beds/textures/beds_bed_fancy.png
@@ -154,38 +161,63 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/beds/textures/beds_bed_under.png
 share/minetest/games/minetest_game/mods/beds/textures/beds_transparent.png
 share/minetest/games/minetest_game/mods/binoculars/README.txt
-share/minetest/games/minetest_game/mods/binoculars/depends.txt
 share/minetest/games/minetest_game/mods/binoculars/init.lua
 share/minetest/games/minetest_game/mods/binoculars/license.txt
+share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.de.tr
+share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.es.tr
+share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.fr.tr
+share/minetest/games/minetest_game/mods/binoculars/locale/binoculars.it.tr
+share/minetest/games/minetest_game/mods/binoculars/locale/template.txt
+share/minetest/games/minetest_game/mods/binoculars/mod.conf
 share/minetest/games/minetest_game/mods/binoculars/textures/binoculars_binoculars.png
 share/minetest/games/minetest_game/mods/boats/README.txt
-share/minetest/games/minetest_game/mods/boats/depends.txt
 share/minetest/games/minetest_game/mods/boats/init.lua
 share/minetest/games/minetest_game/mods/boats/license.txt
+share/minetest/games/minetest_game/mods/boats/locale/boats.de.tr
+share/minetest/games/minetest_game/mods/boats/locale/boats.es.tr
+share/minetest/games/minetest_game/mods/boats/locale/boats.fr.tr
+share/minetest/games/minetest_game/mods/boats/locale/boats.it.tr
+share/minetest/games/minetest_game/mods/boats/locale/template.txt
+share/minetest/games/minetest_game/mods/boats/mod.conf
 share/minetest/games/minetest_game/mods/boats/models/boats_boat.obj
 share/minetest/games/minetest_game/mods/boats/textures/boats_inventory.png
 share/minetest/games/minetest_game/mods/boats/textures/boats_wield.png
 share/minetest/games/minetest_game/mods/bones/README.txt
-share/minetest/games/minetest_game/mods/bones/depends.txt
 share/minetest/games/minetest_game/mods/bones/init.lua
 share/minetest/games/minetest_game/mods/bones/license.txt
+share/minetest/games/minetest_game/mods/bones/locale/bones.de.tr
+share/minetest/games/minetest_game/mods/bones/locale/bones.es.tr
+share/minetest/games/minetest_game/mods/bones/locale/bones.fr.tr
+share/minetest/games/minetest_game/mods/bones/locale/bones.it.tr
+share/minetest/games/minetest_game/mods/bones/locale/template.txt
+share/minetest/games/minetest_game/mods/bones/mod.conf
 share/minetest/games/minetest_game/mods/bones/textures/bones_bottom.png
 share/minetest/games/minetest_game/mods/bones/textures/bones_front.png
 share/minetest/games/minetest_game/mods/bones/textures/bones_rear.png
 share/minetest/games/minetest_game/mods/bones/textures/bones_side.png
 share/minetest/games/minetest_game/mods/bones/textures/bones_top.png
 share/minetest/games/minetest_game/mods/bucket/README.txt
-share/minetest/games/minetest_game/mods/bucket/depends.txt
 share/minetest/games/minetest_game/mods/bucket/init.lua
 share/minetest/games/minetest_game/mods/bucket/license.txt
+share/minetest/games/minetest_game/mods/bucket/locale/bucket.de.tr
+share/minetest/games/minetest_game/mods/bucket/locale/bucket.es.tr
+share/minetest/games/minetest_game/mods/bucket/locale/bucket.fr.tr
+share/minetest/games/minetest_game/mods/bucket/locale/bucket.it.tr
+share/minetest/games/minetest_game/mods/bucket/locale/template.txt
+share/minetest/games/minetest_game/mods/bucket/mod.conf
 share/minetest/games/minetest_game/mods/bucket/textures/bucket.png
 share/minetest/games/minetest_game/mods/bucket/textures/bucket_lava.png
 share/minetest/games/minetest_game/mods/bucket/textures/bucket_river_water.png
 share/minetest/games/minetest_game/mods/bucket/textures/bucket_water.png
 share/minetest/games/minetest_game/mods/butterflies/README.txt
-share/minetest/games/minetest_game/mods/butterflies/depends.txt
 share/minetest/games/minetest_game/mods/butterflies/init.lua
 share/minetest/games/minetest_game/mods/butterflies/license.txt
+share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.de.tr
+share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.es.tr
+share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.fr.tr
+share/minetest/games/minetest_game/mods/butterflies/locale/butterflies.it.tr
+share/minetest/games/minetest_game/mods/butterflies/locale/template.txt
+share/minetest/games/minetest_game/mods/butterflies/mod.conf
 share/minetest/games/minetest_game/mods/butterflies/textures/butterflies_butterfly_red.png
 share/minetest/games/minetest_game/mods/butterflies/textures/butterflies_butterfly_red_animated.png
 share/minetest/games/minetest_game/mods/butterflies/textures/butterflies_butterfly_violet.png
@@ -194,10 +226,15 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/butterflies/textures/butterflies_butterfly_white_animated.png
 share/minetest/games/minetest_game/mods/carts/README.txt
 share/minetest/games/minetest_game/mods/carts/cart_entity.lua
-share/minetest/games/minetest_game/mods/carts/depends.txt
 share/minetest/games/minetest_game/mods/carts/functions.lua
 share/minetest/games/minetest_game/mods/carts/init.lua
 share/minetest/games/minetest_game/mods/carts/license.txt
+share/minetest/games/minetest_game/mods/carts/locale/carts.de.tr
+share/minetest/games/minetest_game/mods/carts/locale/carts.es.tr
+share/minetest/games/minetest_game/mods/carts/locale/carts.fr.tr
+share/minetest/games/minetest_game/mods/carts/locale/carts.it.tr
+share/minetest/games/minetest_game/mods/carts/locale/template.txt
+share/minetest/games/minetest_game/mods/carts/mod.conf
 share/minetest/games/minetest_game/mods/carts/models/carts_cart.b3d
 share/minetest/games/minetest_game/mods/carts/models/carts_cart.blend
 share/minetest/games/minetest_game/mods/carts/rails.lua
@@ -221,10 +258,15 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/carts/textures/carts_rail_t_junction_brk.png
 share/minetest/games/minetest_game/mods/carts/textures/carts_rail_t_junction_pwr.png
 share/minetest/games/minetest_game/mods/creative/README.txt
-share/minetest/games/minetest_game/mods/creative/depends.txt
 share/minetest/games/minetest_game/mods/creative/init.lua
 share/minetest/games/minetest_game/mods/creative/inventory.lua
 share/minetest/games/minetest_game/mods/creative/license.txt
+share/minetest/games/minetest_game/mods/creative/locale/creative.de.tr
+share/minetest/games/minetest_game/mods/creative/locale/creative.es.tr
+share/minetest/games/minetest_game/mods/creative/locale/creative.fr.tr
+share/minetest/games/minetest_game/mods/creative/locale/creative.it.tr
+share/minetest/games/minetest_game/mods/creative/locale/template.txt
+share/minetest/games/minetest_game/mods/creative/mod.conf
 share/minetest/games/minetest_game/mods/creative/textures/creative_clear_icon.png
 share/minetest/games/minetest_game/mods/creative/textures/creative_next_icon.png
 share/minetest/games/minetest_game/mods/creative/textures/creative_prev_icon.png
@@ -235,14 +277,19 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/default/chests.lua
 share/minetest/games/minetest_game/mods/default/crafting.lua
 share/minetest/games/minetest_game/mods/default/craftitems.lua
-share/minetest/games/minetest_game/mods/default/depends.txt
 share/minetest/games/minetest_game/mods/default/functions.lua
 share/minetest/games/minetest_game/mods/default/furnace.lua
 share/minetest/games/minetest_game/mods/default/init.lua
 share/minetest/games/minetest_game/mods/default/item_entity.lua
 share/minetest/games/minetest_game/mods/default/legacy.lua
 share/minetest/games/minetest_game/mods/default/license.txt
+share/minetest/games/minetest_game/mods/default/locale/default.de.tr
+share/minetest/games/minetest_game/mods/default/locale/default.es.tr
+share/minetest/games/minetest_game/mods/default/locale/default.fr.tr
+share/minetest/games/minetest_game/mods/default/locale/default.it.tr
+share/minetest/games/minetest_game/mods/default/locale/template.txt
 share/minetest/games/minetest_game/mods/default/mapgen.lua
+share/minetest/games/minetest_game/mods/default/mod.conf
 share/minetest/games/minetest_game/mods/default/models/chest_open.obj
 share/minetest/games/minetest_game/mods/default/models/torch_ceiling.obj
 share/minetest/games/minetest_game/mods/default/models/torch_floor.obj
@@ -399,6 +446,7 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/default/textures/default_diamond.png
 share/minetest/games/minetest_game/mods/default/textures/default_diamond_block.png
 share/minetest/games/minetest_game/mods/default/textures/default_dirt.png
+share/minetest/games/minetest_game/mods/default/textures/default_dry_dirt.png
 share/minetest/games/minetest_game/mods/default/textures/default_dry_grass.png
 share/minetest/games/minetest_game/mods/default/textures/default_dry_grass_1.png
 share/minetest/games/minetest_game/mods/default/textures/default_dry_grass_2.png
@@ -578,9 +626,14 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/default/torch.lua
 share/minetest/games/minetest_game/mods/default/trees.lua
 share/minetest/games/minetest_game/mods/doors/README.txt
-share/minetest/games/minetest_game/mods/doors/depends.txt
 share/minetest/games/minetest_game/mods/doors/init.lua
 share/minetest/games/minetest_game/mods/doors/license.txt
+share/minetest/games/minetest_game/mods/doors/locale/doors.de.tr
+share/minetest/games/minetest_game/mods/doors/locale/doors.es.tr
+share/minetest/games/minetest_game/mods/doors/locale/doors.fr.tr
+share/minetest/games/minetest_game/mods/doors/locale/doors.it.tr
+share/minetest/games/minetest_game/mods/doors/locale/template.txt
+share/minetest/games/minetest_game/mods/doors/mod.conf
 share/minetest/games/minetest_game/mods/doors/models/door_a.obj
 share/minetest/games/minetest_game/mods/doors/models/door_b.obj
 share/minetest/games/minetest_game/mods/doors/models/doors_fencegate_closed.obj
@@ -607,15 +660,20 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/doors/textures/doors_trapdoor_steel.png
 share/minetest/games/minetest_game/mods/doors/textures/doors_trapdoor_steel_side.png
 share/minetest/games/minetest_game/mods/dungeon_loot/README.txt
-share/minetest/games/minetest_game/mods/dungeon_loot/depends.txt
 share/minetest/games/minetest_game/mods/dungeon_loot/init.lua
 share/minetest/games/minetest_game/mods/dungeon_loot/license.txt
 share/minetest/games/minetest_game/mods/dungeon_loot/loot.lua
 share/minetest/games/minetest_game/mods/dungeon_loot/mapgen.lua
+share/minetest/games/minetest_game/mods/dungeon_loot/mod.conf
 share/minetest/games/minetest_game/mods/dye/README.txt
-share/minetest/games/minetest_game/mods/dye/depends.txt
 share/minetest/games/minetest_game/mods/dye/init.lua
 share/minetest/games/minetest_game/mods/dye/license.txt
+share/minetest/games/minetest_game/mods/dye/locale/dye.de.tr
+share/minetest/games/minetest_game/mods/dye/locale/dye.es.tr
+share/minetest/games/minetest_game/mods/dye/locale/dye.fr.tr
+share/minetest/games/minetest_game/mods/dye/locale/dye.it.tr
+share/minetest/games/minetest_game/mods/dye/locale/template.txt
+share/minetest/games/minetest_game/mods/dye/mod.conf
 share/minetest/games/minetest_game/mods/dye/textures/dye_black.png
 share/minetest/games/minetest_game/mods/dye/textures/dye_blue.png
 share/minetest/games/minetest_game/mods/dye/textures/dye_brown.png
@@ -631,12 +689,25 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/dye/textures/dye_violet.png
 share/minetest/games/minetest_game/mods/dye/textures/dye_white.png
 share/minetest/games/minetest_game/mods/dye/textures/dye_yellow.png
+share/minetest/games/minetest_game/mods/env_sounds/README.txt
+share/minetest/games/minetest_game/mods/env_sounds/init.lua
+share/minetest/games/minetest_game/mods/env_sounds/license.txt
+share/minetest/games/minetest_game/mods/env_sounds/mod.conf
+share/minetest/games/minetest_game/mods/env_sounds/sounds/env_sounds_water.1.ogg
+share/minetest/games/minetest_game/mods/env_sounds/sounds/env_sounds_water.2.ogg
+share/minetest/games/minetest_game/mods/env_sounds/sounds/env_sounds_water.3.ogg
+share/minetest/games/minetest_game/mods/env_sounds/sounds/env_sounds_water.4.ogg
 share/minetest/games/minetest_game/mods/farming/README.txt
 share/minetest/games/minetest_game/mods/farming/api.lua
-share/minetest/games/minetest_game/mods/farming/depends.txt
 share/minetest/games/minetest_game/mods/farming/hoes.lua
 share/minetest/games/minetest_game/mods/farming/init.lua
 share/minetest/games/minetest_game/mods/farming/license.txt
+share/minetest/games/minetest_game/mods/farming/locale/farming.de.tr
+share/minetest/games/minetest_game/mods/farming/locale/farming.es.tr
+share/minetest/games/minetest_game/mods/farming/locale/farming.fr.tr
+share/minetest/games/minetest_game/mods/farming/locale/farming.it.tr
+share/minetest/games/minetest_game/mods/farming/locale/template.txt
+share/minetest/games/minetest_game/mods/farming/mod.conf
 share/minetest/games/minetest_game/mods/farming/nodes.lua
 share/minetest/games/minetest_game/mods/farming/textures/farming_bread.png
 share/minetest/games/minetest_game/mods/farming/textures/farming_cotton.png
@@ -675,9 +746,14 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/farming/textures/farming_wheat_8.png
 share/minetest/games/minetest_game/mods/farming/textures/farming_wheat_seed.png
 share/minetest/games/minetest_game/mods/fire/README.txt
-share/minetest/games/minetest_game/mods/fire/depends.txt
 share/minetest/games/minetest_game/mods/fire/init.lua
 share/minetest/games/minetest_game/mods/fire/license.txt
+share/minetest/games/minetest_game/mods/fire/locale/fire.de.tr
+share/minetest/games/minetest_game/mods/fire/locale/fire.es.tr
+share/minetest/games/minetest_game/mods/fire/locale/fire.fr.tr
+share/minetest/games/minetest_game/mods/fire/locale/fire.it.tr
+share/minetest/games/minetest_game/mods/fire/locale/template.txt
+share/minetest/games/minetest_game/mods/fire/mod.conf
 share/minetest/games/minetest_game/mods/fire/sounds/fire_extinguish_flame.1.ogg
 share/minetest/games/minetest_game/mods/fire/sounds/fire_extinguish_flame.2.ogg
 share/minetest/games/minetest_game/mods/fire/sounds/fire_extinguish_flame.3.ogg
@@ -691,19 +767,29 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/fire/textures/fire_basic_flame_animated.png
 share/minetest/games/minetest_game/mods/fire/textures/fire_flint_steel.png
 share/minetest/games/minetest_game/mods/fireflies/README.txt
-share/minetest/games/minetest_game/mods/fireflies/depends.txt
 share/minetest/games/minetest_game/mods/fireflies/init.lua
 share/minetest/games/minetest_game/mods/fireflies/license.txt
+share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.de.tr
+share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.es.tr
+share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.fr.tr
+share/minetest/games/minetest_game/mods/fireflies/locale/fireflies.it.tr
+share/minetest/games/minetest_game/mods/fireflies/locale/template.txt
+share/minetest/games/minetest_game/mods/fireflies/mod.conf
 share/minetest/games/minetest_game/mods/fireflies/textures/fireflies_bottle.png
 share/minetest/games/minetest_game/mods/fireflies/textures/fireflies_bottle_animated.png
 share/minetest/games/minetest_game/mods/fireflies/textures/fireflies_bugnet.png
 share/minetest/games/minetest_game/mods/fireflies/textures/fireflies_firefly.png
 share/minetest/games/minetest_game/mods/fireflies/textures/fireflies_firefly_animated.png
 share/minetest/games/minetest_game/mods/flowers/README.txt
-share/minetest/games/minetest_game/mods/flowers/depends.txt
 share/minetest/games/minetest_game/mods/flowers/init.lua
 share/minetest/games/minetest_game/mods/flowers/license.txt
+share/minetest/games/minetest_game/mods/flowers/locale/flowers.de.tr
+share/minetest/games/minetest_game/mods/flowers/locale/flowers.es.tr
+share/minetest/games/minetest_game/mods/flowers/locale/flowers.fr.tr
+share/minetest/games/minetest_game/mods/flowers/locale/flowers.it.tr
+share/minetest/games/minetest_game/mods/flowers/locale/template.txt
 share/minetest/games/minetest_game/mods/flowers/mapgen.lua
+share/minetest/games/minetest_game/mods/flowers/mod.conf
 share/minetest/games/minetest_game/mods/flowers/textures/flowers_chrysanthemum_green.png
 share/minetest/games/minetest_game/mods/flowers/textures/flowers_dandelion_white.png
 share/minetest/games/minetest_game/mods/flowers/textures/flowers_dandelion_yellow.png
@@ -719,19 +805,31 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/game_commands/README.txt
 share/minetest/games/minetest_game/mods/game_commands/init.lua
 share/minetest/games/minetest_game/mods/game_commands/license.txt
+share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.de.tr
+share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.es.tr
+share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.fr.tr
+share/minetest/games/minetest_game/mods/game_commands/locale/game_commands.it.tr
+share/minetest/games/minetest_game/mods/game_commands/locale/template.txt
+share/minetest/games/minetest_game/mods/game_commands/mod.conf
 share/minetest/games/minetest_game/mods/give_initial_stuff/README.txt
-share/minetest/games/minetest_game/mods/give_initial_stuff/depends.txt
 share/minetest/games/minetest_game/mods/give_initial_stuff/init.lua
 share/minetest/games/minetest_game/mods/give_initial_stuff/license.txt
+share/minetest/games/minetest_game/mods/give_initial_stuff/mod.conf
 share/minetest/games/minetest_game/mods/map/README.txt
-share/minetest/games/minetest_game/mods/map/depends.txt
 share/minetest/games/minetest_game/mods/map/init.lua
 share/minetest/games/minetest_game/mods/map/license.txt
+share/minetest/games/minetest_game/mods/map/locale/map.de.tr
+share/minetest/games/minetest_game/mods/map/locale/map.es.tr
+share/minetest/games/minetest_game/mods/map/locale/map.fr.tr
+share/minetest/games/minetest_game/mods/map/locale/map.it.tr
+share/minetest/games/minetest_game/mods/map/locale/template.txt
+share/minetest/games/minetest_game/mods/map/mod.conf
 share/minetest/games/minetest_game/mods/map/textures/map_mapping_kit.png
 share/minetest/games/minetest_game/mods/player_api/README.txt
 share/minetest/games/minetest_game/mods/player_api/api.lua
 share/minetest/games/minetest_game/mods/player_api/init.lua
 share/minetest/games/minetest_game/mods/player_api/license.txt
+share/minetest/games/minetest_game/mods/player_api/mod.conf
 share/minetest/games/minetest_game/mods/player_api/models/character.b3d
 share/minetest/games/minetest_game/mods/player_api/models/character.blend
 share/minetest/games/minetest_game/mods/player_api/models/character.png
@@ -743,22 +841,46 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/screwdriver/README.txt
 share/minetest/games/minetest_game/mods/screwdriver/init.lua
 share/minetest/games/minetest_game/mods/screwdriver/license.txt
+share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.de.tr
+share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.es.tr
+share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.fr.tr
+share/minetest/games/minetest_game/mods/screwdriver/locale/screwdriver.it.tr
+share/minetest/games/minetest_game/mods/screwdriver/locale/template.txt
+share/minetest/games/minetest_game/mods/screwdriver/mod.conf
 share/minetest/games/minetest_game/mods/screwdriver/textures/screwdriver.png
 share/minetest/games/minetest_game/mods/sethome/README.txt
 share/minetest/games/minetest_game/mods/sethome/init.lua
 share/minetest/games/minetest_game/mods/sethome/license.txt
+share/minetest/games/minetest_game/mods/sethome/locale/sethome.de.tr
+share/minetest/games/minetest_game/mods/sethome/locale/sethome.es.tr
+share/minetest/games/minetest_game/mods/sethome/locale/sethome.fr.tr
+share/minetest/games/minetest_game/mods/sethome/locale/sethome.it.tr
+share/minetest/games/minetest_game/mods/sethome/locale/template.txt
+share/minetest/games/minetest_game/mods/sethome/mod.conf
 share/minetest/games/minetest_game/mods/sfinv/README.txt
 share/minetest/games/minetest_game/mods/sfinv/api.lua
 share/minetest/games/minetest_game/mods/sfinv/init.lua
 share/minetest/games/minetest_game/mods/sfinv/license.txt
+share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.de.tr
+share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.es.tr
+share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.fr.tr
+share/minetest/games/minetest_game/mods/sfinv/locale/sfinv.it.tr
+share/minetest/games/minetest_game/mods/sfinv/locale/template.txt
+share/minetest/games/minetest_game/mods/sfinv/mod.conf
+share/minetest/games/minetest_game/mods/sfinv/textures/sfinv_crafting_arrow.png
 share/minetest/games/minetest_game/mods/spawn/README.txt
-share/minetest/games/minetest_game/mods/spawn/depends.txt
 share/minetest/games/minetest_game/mods/spawn/init.lua
 share/minetest/games/minetest_game/mods/spawn/license.txt
+share/minetest/games/minetest_game/mods/spawn/mod.conf
 share/minetest/games/minetest_game/mods/stairs/README.txt
-share/minetest/games/minetest_game/mods/stairs/depends.txt
 share/minetest/games/minetest_game/mods/stairs/init.lua
 share/minetest/games/minetest_game/mods/stairs/license.txt
+share/minetest/games/minetest_game/mods/stairs/locale/stairs.de.tr
+share/minetest/games/minetest_game/mods/stairs/locale/stairs.es.tr
+share/minetest/games/minetest_game/mods/stairs/locale/stairs.fr.tr
+share/minetest/games/minetest_game/mods/stairs/locale/stairs.it.tr
+share/minetest/games/minetest_game/mods/stairs/locale/template.txt
+share/minetest/games/minetest_game/mods/stairs/mod.conf
 share/minetest/games/minetest_game/mods/stairs/textures/stairs_glass_outer_stairside.png
 share/minetest/games/minetest_game/mods/stairs/textures/stairs_glass_split.png
 share/minetest/games/minetest_game/mods/stairs/textures/stairs_glass_stairside.png
@@ -766,9 +888,14 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/stairs/textures/stairs_obsidian_glass_split.png
 share/minetest/games/minetest_game/mods/stairs/textures/stairs_obsidian_glass_stairside.png
 share/minetest/games/minetest_game/mods/tnt/README.txt
-share/minetest/games/minetest_game/mods/tnt/depends.txt
 share/minetest/games/minetest_game/mods/tnt/init.lua
 share/minetest/games/minetest_game/mods/tnt/license.txt
+share/minetest/games/minetest_game/mods/tnt/locale/template.txt
+share/minetest/games/minetest_game/mods/tnt/locale/tnt.de.tr
+share/minetest/games/minetest_game/mods/tnt/locale/tnt.es.tr
+share/minetest/games/minetest_game/mods/tnt/locale/tnt.fr.tr
+share/minetest/games/minetest_game/mods/tnt/locale/tnt.it.tr
+share/minetest/games/minetest_game/mods/tnt/mod.conf
 share/minetest/games/minetest_game/mods/tnt/sounds/tnt_explode.ogg
 share/minetest/games/minetest_game/mods/tnt/sounds/tnt_gunpowder_burning.ogg
 share/minetest/games/minetest_game/mods/tnt/sounds/tnt_ignite.ogg
@@ -791,9 +918,14 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/tnt/textures/tnt_top_burning.png
 share/minetest/games/minetest_game/mods/tnt/textures/tnt_top_burning_animated.png
 share/minetest/games/minetest_game/mods/vessels/README.txt
-share/minetest/games/minetest_game/mods/vessels/depends.txt
 share/minetest/games/minetest_game/mods/vessels/init.lua
 share/minetest/games/minetest_game/mods/vessels/license.txt
+share/minetest/games/minetest_game/mods/vessels/locale/template.txt
+share/minetest/games/minetest_game/mods/vessels/locale/vessels.de.tr
+share/minetest/games/minetest_game/mods/vessels/locale/vessels.es.tr
+share/minetest/games/minetest_game/mods/vessels/locale/vessels.fr.tr
+share/minetest/games/minetest_game/mods/vessels/locale/vessels.it.tr
+share/minetest/games/minetest_game/mods/vessels/mod.conf
 share/minetest/games/minetest_game/mods/vessels/textures/vessels_drinking_glass.png
 share/minetest/games/minetest_game/mods/vessels/textures/vessels_drinking_glass_inv.png
 share/minetest/games/minetest_game/mods/vessels/textures/vessels_glass_bottle.png
@@ -802,13 +934,23 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/vessels/textures/vessels_shelf_slot.png
 share/minetest/games/minetest_game/mods/vessels/textures/vessels_steel_bottle.png
 share/minetest/games/minetest_game/mods/walls/README.txt
-share/minetest/games/minetest_game/mods/walls/depends.txt
 share/minetest/games/minetest_game/mods/walls/init.lua
 share/minetest/games/minetest_game/mods/walls/license.txt
+share/minetest/games/minetest_game/mods/walls/locale/template.txt
+share/minetest/games/minetest_game/mods/walls/locale/walls.de.tr
+share/minetest/games/minetest_game/mods/walls/locale/walls.es.tr
+share/minetest/games/minetest_game/mods/walls/locale/walls.fr.tr
+share/minetest/games/minetest_game/mods/walls/locale/walls.it.tr
+share/minetest/games/minetest_game/mods/walls/mod.conf
 share/minetest/games/minetest_game/mods/wool/README.txt
-share/minetest/games/minetest_game/mods/wool/depends.txt
 share/minetest/games/minetest_game/mods/wool/init.lua
 share/minetest/games/minetest_game/mods/wool/license.txt
+share/minetest/games/minetest_game/mods/wool/locale/template.txt
+share/minetest/games/minetest_game/mods/wool/locale/wool.de.tr
+share/minetest/games/minetest_game/mods/wool/locale/wool.es.tr
+share/minetest/games/minetest_game/mods/wool/locale/wool.fr.tr
+share/minetest/games/minetest_game/mods/wool/locale/wool.it.tr
+share/minetest/games/minetest_game/mods/wool/mod.conf
 share/minetest/games/minetest_game/mods/wool/textures/wool_black.png
 share/minetest/games/minetest_game/mods/wool/textures/wool_blue.png
 share/minetest/games/minetest_game/mods/wool/textures/wool_brown.png
@@ -825,15 +967,26 @@ share/minetest/games/minetest_game/mods/
 share/minetest/games/minetest_game/mods/wool/textures/wool_white.png
 share/minetest/games/minetest_game/mods/wool/textures/wool_yellow.png
 share/minetest/games/minetest_game/mods/xpanes/README.txt
-share/minetest/games/minetest_game/mods/xpanes/depends.txt
 share/minetest/games/minetest_game/mods/xpanes/init.lua
 share/minetest/games/minetest_game/mods/xpanes/license.txt
+share/minetest/games/minetest_game/mods/xpanes/locale/template.txt
+share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.de.tr
+share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.es.tr
+share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.fr.tr
+share/minetest/games/minetest_game/mods/xpanes/locale/xpanes.it.tr
+share/minetest/games/minetest_game/mods/xpanes/mod.conf
+share/minetest/games/minetest_game/mods/xpanes/sounds/xpanes_steel_bar_door_close.ogg
+share/minetest/games/minetest_game/mods/xpanes/sounds/xpanes_steel_bar_door_open.ogg
 share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_bar.png
 share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_bar_top.png
+share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_door_steel_bar.png
 share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_edge.png
 share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_edge_obsidian.png
+share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_item_steel_bar.png
 share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_pane_half.png
 share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_space.png
+share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_trapdoor_steel_bar.png
+share/minetest/games/minetest_game/mods/xpanes/textures/xpanes_trapdoor_steel_bar_side.png
 share/minetest/games/minetest_game/schematic_tables.txt
 share/minetest/games/minetest_game/screenshot.png
 share/minetest/games/minetest_game/settingtypes.txt
@@ -955,28 +1108,37 @@ share/minetest/games/minimal/mods/legacy
 share/minetest/games/minimal/mods/legacy/textures/rat.png
 share/minetest/games/minimal/mods/stairs/init.lua
 share/minetest/games/minimal/mods/stairs/mod.conf
+share/minetest/games/minimal/mods/test/crafting.lua
+share/minetest/games/minimal/mods/test/formspec.lua
 share/minetest/games/minimal/mods/test/init.lua
 share/minetest/games/minimal/mods/test/mod.conf
+share/minetest/games/minimal/mods/test/player.lua
 share/minetest/locale/ca/LC_MESSAGES/minetest.mo
 share/minetest/locale/cs/LC_MESSAGES/minetest.mo
 share/minetest/locale/da/LC_MESSAGES/minetest.mo
 share/minetest/locale/de/LC_MESSAGES/minetest.mo
 share/minetest/locale/dv/LC_MESSAGES/minetest.mo
+share/minetest/locale/el/LC_MESSAGES/minetest.mo
 share/minetest/locale/eo/LC_MESSAGES/minetest.mo
 share/minetest/locale/es/LC_MESSAGES/minetest.mo
 share/minetest/locale/et/LC_MESSAGES/minetest.mo
+share/minetest/locale/fil/LC_MESSAGES/minetest.mo
 share/minetest/locale/fr/LC_MESSAGES/minetest.mo
 share/minetest/locale/hu/LC_MESSAGES/minetest.mo
 share/minetest/locale/id/LC_MESSAGES/minetest.mo
 share/minetest/locale/it/LC_MESSAGES/minetest.mo
 share/minetest/locale/ja/LC_MESSAGES/minetest.mo
+share/minetest/locale/ja_KS/LC_MESSAGES/minetest.mo
 share/minetest/locale/jbo/LC_MESSAGES/minetest.mo
 share/minetest/locale/kk/LC_MESSAGES/minetest.mo
 share/minetest/locale/kn/LC_MESSAGES/minetest.mo
+share/minetest/locale/lo/LC_MESSAGES/minetest.mo
 share/minetest/locale/lt/LC_MESSAGES/minetest.mo
 share/minetest/locale/ms/LC_MESSAGES/minetest.mo
+share/minetest/locale/my/LC_MESSAGES/minetest.mo
 share/minetest/locale/nb/LC_MESSAGES/minetest.mo
 share/minetest/locale/nl/LC_MESSAGES/minetest.mo
+share/minetest/locale/nn/LC_MESSAGES/minetest.mo
 share/minetest/locale/pl/LC_MESSAGES/minetest.mo
 share/minetest/locale/pt/LC_MESSAGES/minetest.mo
 share/minetest/locale/pt_BR/LC_MESSAGES/minetest.mo
@@ -986,8 +1148,10 @@ share/minetest/locale/sl/LC_MESSAGES/min
 share/minetest/locale/sr_Cyrl/LC_MESSAGES/minetest.mo
 share/minetest/locale/sv/LC_MESSAGES/minetest.mo
 share/minetest/locale/sw/LC_MESSAGES/minetest.mo
+share/minetest/locale/th/LC_MESSAGES/minetest.mo
 share/minetest/locale/tr/LC_MESSAGES/minetest.mo
 share/minetest/locale/uk/LC_MESSAGES/minetest.mo
+share/minetest/locale/vi/LC_MESSAGES/minetest.mo
 share/minetest/textures/base/pack/air.png
 share/minetest/textures/base/pack/aux_btn.png
 share/minetest/textures/base/pack/blank.png
@@ -1024,6 +1188,8 @@ share/minetest/textures/base/pack/minima
 share/minetest/textures/base/pack/no_screenshot.png
 share/minetest/textures/base/pack/noclip_btn.png
 share/minetest/textures/base/pack/object_marker_red.png
+share/minetest/textures/base/pack/player.png
+share/minetest/textures/base/pack/player_back.png
 share/minetest/textures/base/pack/player_marker.png
 share/minetest/textures/base/pack/progress_bar.png
 share/minetest/textures/base/pack/progress_bar_bg.png
Index: pkgsrc/games/minetest/distinfo
diff -u pkgsrc/games/minetest/distinfo:1.1 pkgsrc/games/minetest/distinfo:1.2
--- pkgsrc/games/minetest/distinfo:1.1  Sun Jun 30 22:27:22 2019
+++ pkgsrc/games/minetest/distinfo      Mon Oct 28 12:54:25 2019
@@ -1,13 +1,13 @@
-$NetBSD: distinfo,v 1.1 2019/06/30 22:27:22 nia Exp $
+$NetBSD: distinfo,v 1.2 2019/10/28 12:54:25 nia Exp $
 
-SHA1 (minetest-5.0.1/minetest-game.tar.gz) = 65b334b8492be6073f7e62659b7079c280943185
-RMD160 (minetest-5.0.1/minetest-game.tar.gz) = 94b2763a7e2c2a162866cb545c6746d79dfdd39c
-SHA512 (minetest-5.0.1/minetest-game.tar.gz) = 9798b032e3fea010eacb581c16a8f2b8a94d5d4365864b3d5c29a5962e32b7ed4e9c423f4093a0772c719bc9ac8e724e9226ed2c8fb8fd6100c650a1b064595e
-Size (minetest-5.0.1/minetest-game.tar.gz) = 1509625 bytes
-SHA1 (minetest-5.0.1/minetest.tar.gz) = bec37dc480932e870052a2f65d2f07f34178e24d
-RMD160 (minetest-5.0.1/minetest.tar.gz) = 25cdaa4b7829cbf330a9d1b8013e33fb315eb236
-SHA512 (minetest-5.0.1/minetest.tar.gz) = 00f0c77c19eb9619387285e5dad690c8aa9969ff11c4de0bdae99ee6e9a4508a8c2f977837fc2e01aebc5d4c1a5191d4f56acb131182d73c8f50da1458695607
-Size (minetest-5.0.1/minetest.tar.gz) = 8761122 bytes
+SHA1 (minetest-5.1.0/minetest-game.tar.gz) = 4376ed746279de2659d9ac3e42cec4ce596aa248
+RMD160 (minetest-5.1.0/minetest-game.tar.gz) = c6fd1ae580dc71ccb8b25f86e5229cf579d92b77
+SHA512 (minetest-5.1.0/minetest-game.tar.gz) = ad75ad9949b72111f41edfc941eeebc35b3e6012c395843df0004d62055cedc678d1fbd76acbd62c78aae427cbc9e8ebb8d27ef1bf45d123f06e1ff96525d575
+Size (minetest-5.1.0/minetest-game.tar.gz) = 1882048 bytes
+SHA1 (minetest-5.1.0/minetest.tar.gz) = 64821c57510588cc198513fd28d926c365d1d796
+RMD160 (minetest-5.1.0/minetest.tar.gz) = 6583cbdb2e6aa9d4da561a0b207f582c90f9cc49
+SHA512 (minetest-5.1.0/minetest.tar.gz) = f2cad4720c1003536cc3c619c18234a95cae1dee8fb54b46a2ef5fd24108a4c945efcb0a461926ef3ede7b8bec41ed6620806212fe11f4142bbf31fe4f0f659e
+Size (minetest-5.1.0/minetest.tar.gz) = 8939376 bytes
 SHA1 (patch-CMakeLists.txt) = 50ceef7b158a92900c8d5b6b178d1ab0570e16b1
 SHA1 (patch-src_noise.h) = 54e72bf65fb642542985b1eb5dcd45fb3da4a57f
 SHA1 (patch-src_threading_thread.cpp) = c5334a9fd1e5a65cfa0828b47ebd8e50ba1ed7d7



Home | Main Index | Thread Index | Old Index