update games/tome4 to 1.6
This is a major update. Any DLCs should auto-update as well. https://te4.org/blogs/darkgod/2019/10/news/tales-majeyal-16-late-delivery-avalon-released
This commit is contained in:
parent
9974b99d68
commit
4f35d01442
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515743
@ -1,8 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tome4
|
||||
DISTVERSION?= 1.5.10
|
||||
PORTREVISION?= 1
|
||||
DISTVERSION?= 1.6.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= https://te4.org/dl/t-engine/ \
|
||||
SF/lifanov-ports-distfiles/${PORTNAME}/:icons
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1527269649
|
||||
SHA256 (t-engine4-src-1.5.10.tar.bz2) = a76d29d2c0b964e9ab121873041c55930db1a0ccdaf877228dcba62ee06b8555
|
||||
SIZE (t-engine4-src-1.5.10.tar.bz2) = 422659741
|
||||
TIMESTAMP = 1572141905
|
||||
SHA256 (t-engine4-src-1.6.0.tar.bz2) = 99cf757f9478e72096ffd20aa7f699c471ee1adbe794b335a88b17fa98273cfc
|
||||
SIZE (t-engine4-src-1.6.0.tar.bz2) = 431388981
|
||||
SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36
|
||||
SIZE (tome4.png) = 37143
|
||||
|
@ -8,36 +8,12 @@ share/pixmaps/tome4.png
|
||||
%%DATADIR%%/game/loader/init.lua
|
||||
%%DATADIR%%/game/loader/pre-init.lua
|
||||
%%DATADIR%%/game/modules/boot-te4-%%PORTVERSION%%.team
|
||||
%%DATADIR%%/game/modules/example/class/Actor.lua
|
||||
%%DATADIR%%/game/modules/example/class/Game.lua
|
||||
%%DATADIR%%/game/modules/example/class/Grid.lua
|
||||
%%DATADIR%%/game/modules/example/class/NPC.lua
|
||||
%%DATADIR%%/game/modules/example/class/Player.lua
|
||||
%%DATADIR%%/game/modules/example/class/interface/Combat.lua
|
||||
%%DATADIR%%/game/modules/example/data/birth/descriptors.lua
|
||||
%%DATADIR%%/game/modules/example/data/damage_types.lua
|
||||
%%DATADIR%%/game/modules/example/data/general/grids/basic.lua
|
||||
%%DATADIR%%/game/modules/example/data/general/npcs/kobold.lua
|
||||
%%DATADIR%%/game/modules/example/data/gfx/particles/acid.lua
|
||||
%%DATADIR%%/game/modules/example/data/rooms/pilar.lua
|
||||
%%DATADIR%%/game/modules/example/data/rooms/simple.lua
|
||||
%%DATADIR%%/game/modules/example/data/talents.lua
|
||||
%%DATADIR%%/game/modules/example/data/timed_effects.lua
|
||||
%%DATADIR%%/game/modules/example/data/zones/dungeon/grids.lua
|
||||
%%DATADIR%%/game/modules/example/data/zones/dungeon/npcs.lua
|
||||
%%DATADIR%%/game/modules/example/data/zones/dungeon/objects.lua
|
||||
%%DATADIR%%/game/modules/example/data/zones/dungeon/traps.lua
|
||||
%%DATADIR%%/game/modules/example/data/zones/dungeon/zone.lua
|
||||
%%DATADIR%%/game/modules/example/dialogs/DeathDialog.lua
|
||||
%%DATADIR%%/game/modules/example/dialogs/Quit.lua
|
||||
%%DATADIR%%/game/modules/example/init.lua
|
||||
%%DATADIR%%/game/modules/example/load.lua
|
||||
%%DATADIR%%/game/modules/example_realtime/class/Actor.lua
|
||||
%%DATADIR%%/game/modules/example_realtime/class/Game.lua
|
||||
%%DATADIR%%/game/modules/example_realtime/class/Grid.lua
|
||||
%%DATADIR%%/game/modules/example_realtime/class/interface/Combat.lua
|
||||
%%DATADIR%%/game/modules/example_realtime/class/NPC.lua
|
||||
%%DATADIR%%/game/modules/example_realtime/class/Player.lua
|
||||
%%DATADIR%%/game/modules/example_realtime/class/interface/Combat.lua
|
||||
%%DATADIR%%/game/modules/example_realtime/data/birth/descriptors.lua
|
||||
%%DATADIR%%/game/modules/example_realtime/data/damage_types.lua
|
||||
%%DATADIR%%/game/modules/example_realtime/data/general/grids/basic.lua
|
||||
@ -56,16 +32,57 @@ share/pixmaps/tome4.png
|
||||
%%DATADIR%%/game/modules/example_realtime/dialogs/Quit.lua
|
||||
%%DATADIR%%/game/modules/example_realtime/init.lua
|
||||
%%DATADIR%%/game/modules/example_realtime/load.lua
|
||||
%%DATADIR%%/game/modules/example/class/Actor.lua
|
||||
%%DATADIR%%/game/modules/example/class/Game.lua
|
||||
%%DATADIR%%/game/modules/example/class/Grid.lua
|
||||
%%DATADIR%%/game/modules/example/class/interface/Combat.lua
|
||||
%%DATADIR%%/game/modules/example/class/NPC.lua
|
||||
%%DATADIR%%/game/modules/example/class/Player.lua
|
||||
%%DATADIR%%/game/modules/example/data/birth/descriptors.lua
|
||||
%%DATADIR%%/game/modules/example/data/damage_types.lua
|
||||
%%DATADIR%%/game/modules/example/data/general/grids/basic.lua
|
||||
%%DATADIR%%/game/modules/example/data/general/npcs/kobold.lua
|
||||
%%DATADIR%%/game/modules/example/data/gfx/particles/acid.lua
|
||||
%%DATADIR%%/game/modules/example/data/rooms/pilar.lua
|
||||
%%DATADIR%%/game/modules/example/data/rooms/simple.lua
|
||||
%%DATADIR%%/game/modules/example/data/talents.lua
|
||||
%%DATADIR%%/game/modules/example/data/timed_effects.lua
|
||||
%%DATADIR%%/game/modules/example/data/zones/dungeon/grids.lua
|
||||
%%DATADIR%%/game/modules/example/data/zones/dungeon/npcs.lua
|
||||
%%DATADIR%%/game/modules/example/data/zones/dungeon/objects.lua
|
||||
%%DATADIR%%/game/modules/example/data/zones/dungeon/traps.lua
|
||||
%%DATADIR%%/game/modules/example/data/zones/dungeon/zone.lua
|
||||
%%DATADIR%%/game/modules/example/dialogs/DeathDialog.lua
|
||||
%%DATADIR%%/game/modules/example/dialogs/Quit.lua
|
||||
%%DATADIR%%/game/modules/example/init.lua
|
||||
%%DATADIR%%/game/modules/example/load.lua
|
||||
%%DATADIR%%/game/modules/tome-%%PORTVERSION%%-gfx.team
|
||||
%%DATADIR%%/game/modules/tome-%%PORTVERSION%%-music.team
|
||||
%%DATADIR%%/game/modules/tome-%%PORTVERSION%%.team
|
||||
%%DATADIR%%/game/profile-thread/Client.lua
|
||||
%%DATADIR%%/game/profile-thread/UserChat.lua
|
||||
%%DATADIR%%/game/profile-thread/init.lua
|
||||
%%DATADIR%%/game/thirdparty/Json2.lua
|
||||
%%DATADIR%%/game/profile-thread/UserChat.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/binarysearch.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/data/hashmap.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/data/hashset.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/data/list.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/data/maxpq.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/data/minpq.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/data/queue.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/data/redblacktree.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/data/stack.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/LICENSE
|
||||
%%DATADIR%%/game/thirdparty/algorithms/shuffling.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/sorting/heapsort.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/sorting/insertion.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/sorting/mergesort.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/sorting/quicksort.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/sorting/quicksort3ways.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/sorting/selection.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/sorting/shellsort.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/tries/rwaytries.lua
|
||||
%%DATADIR%%/game/thirdparty/algorithms/unionfind.lua
|
||||
%%DATADIR%%/game/thirdparty/cef3/cef.pak
|
||||
%%DATADIR%%/game/thirdparty/jit/bcname.lua
|
||||
%%DATADIR%%/game/thirdparty/jit/vmdef.lua
|
||||
%%DATADIR%%/game/thirdparty/cef3/locales/am.pak
|
||||
%%DATADIR%%/game/thirdparty/cef3/locales/ar.pak
|
||||
%%DATADIR%%/game/thirdparty/cef3/locales/bg.pak
|
||||
@ -121,6 +138,7 @@ share/pixmaps/tome4.png
|
||||
%%DATADIR%%/game/thirdparty/cef3/locales/zh-TW.pak
|
||||
%%DATADIR%%/game/thirdparty/config.lua
|
||||
%%DATADIR%%/game/thirdparty/jit/bc.lua
|
||||
%%DATADIR%%/game/thirdparty/jit/bcname.lua
|
||||
%%DATADIR%%/game/thirdparty/jit/bcsave.lua
|
||||
%%DATADIR%%/game/thirdparty/jit/dis_arm.lua
|
||||
%%DATADIR%%/game/thirdparty/jit/dis_mips.lua
|
||||
@ -130,27 +148,31 @@ share/pixmaps/tome4.png
|
||||
%%DATADIR%%/game/thirdparty/jit/dis_x86.lua
|
||||
%%DATADIR%%/game/thirdparty/jit/dump.lua
|
||||
%%DATADIR%%/game/thirdparty/jit/v.lua
|
||||
%%DATADIR%%/game/thirdparty/jit/vmdef.lua
|
||||
%%DATADIR%%/game/thirdparty/Json2.lua
|
||||
%%DATADIR%%/game/thirdparty/licenses/CEF3.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/Font-Salsa-OFL.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/LuaJIT.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/SDL.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/SDL_image.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/SDL_ttf.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/expat.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/Font-Salsa-OFL.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/freetype.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/libogg.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/libpng.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/libvorbis.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/lpeg.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/lua-algorithms.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/luabitop.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/LuaJIT.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/luamd5.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/luaprofiler.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/luasocket.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/luazlib.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/lxp.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/physfs.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/SDL_image.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/SDL_ttf.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/SDL.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/tcod.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/tween.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/utf8proc.txt
|
||||
%%DATADIR%%/game/thirdparty/licenses/zlib.txt
|
||||
%%DATADIR%%/game/thirdparty/lpeg/re.lua
|
||||
%%DATADIR%%/game/thirdparty/ltn12.lua
|
||||
@ -180,4 +202,5 @@ share/pixmaps/tome4.png
|
||||
%%DATADIR%%/game/thirdparty/socket/tp.lua
|
||||
%%DATADIR%%/game/thirdparty/socket/url.lua
|
||||
%%DATADIR%%/game/thirdparty/tween.lua
|
||||
%%DATADIR%%/game/thirdparty/vector.lua
|
||||
%%DATADIR%%/t-engine
|
||||
|
Loading…
Reference in New Issue
Block a user