aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-23 22:20:16 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-23 22:20:16 +0000
commit24db010a8f9373e733cbe4ac8bf5fa92d3c5f03d (patch)
treea685765556339a0b19c7e259e505ab9a2c28f36c /games
parent91d45ad33976ff721b58522ac79b060474a02da6 (diff)
downloadports-24db010a8f9373e733cbe4ac8bf5fa92d3c5f03d.tar.gz
ports-24db010a8f9373e733cbe4ac8bf5fa92d3c5f03d.zip
Add wesnoth 0.6.1, a fantasy turn-based strategy game.
Battle for Wesnoth is a fantasy turn-based strategy game. Battle for control of villages, using variety of units which have advantages and disadvantages in different types of terrains and against different types of attacks. Units gain experience and advance levels, and are carried over from one scenario to the next campaign. PR: 60531 Submitted by: Mezz <mezz7@cox.net>
Notes
Notes: svn path=/head/; revision=96498
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/wesnoth-devel/Makefile75
-rw-r--r--games/wesnoth-devel/distinfo1
-rw-r--r--games/wesnoth-devel/pkg-descr7
-rw-r--r--games/wesnoth-devel/pkg-plist633
-rw-r--r--games/wesnoth/Makefile75
-rw-r--r--games/wesnoth/distinfo1
-rw-r--r--games/wesnoth/pkg-descr7
-rw-r--r--games/wesnoth/pkg-plist633
9 files changed, 1433 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index 3db704c175d6..8e29893f190c 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -411,6 +411,7 @@
SUBDIR += vamos
SUBDIR += vectoroids
SUBDIR += virt
+ SUBDIR += wesnoth
SUBDIR += wmeyes
SUBDIR += wmfortune
SUBDIR += wmminichess
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile
new file mode 100644
index 000000000000..b4e30682cb1c
--- /dev/null
+++ b/games/wesnoth-devel/Makefile
@@ -0,0 +1,75 @@
+# New ports collection makefile for: wesnoth
+# Date created: 22 December 2003
+# Whom: Mezz <mezz7@cox.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wesnoth
+PORTVERSION= 0.6.1
+CATEGORIES= games
+MASTER_SITES= http://www.wesnoth.org/files/
+
+MAINTAINER= mezz7@cox.net
+COMMENT= A fantasy turn-based strategy game
+
+LIB_DEPENDS= SDL_net.0:${PORTSDIR}/net/sdl_net \
+ SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
+ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
+ SDL_image.10:${PORTSDIR}/graphics/sdl_image
+
+USE_SDL= yes
+USE_GNOME= gnometarget
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+
+MAN6= wesnoth.6 wesnothd.6
+
+.if defined(WITH_DEBUG)
+CONFIGURE_ARGS+= --enable-debug
+.endif
+
+.if defined(WITH_EDITOR) || defined(PACKAGE_BUILDING)
+CONFIGURE_ARGS+= --enable-editor
+PLIST_SUB+= EDITOR:=""
+.else
+PLIST_SUB+= EDITOR:="@comment "
+.endif
+
+.if defined(WITH_SERVER) || defined(PACKAGE_BUILDING)
+CONFIGURE_ARGS+= --enable-server
+PLIST_SUB+= SERVER:=""
+.else
+PLIST_SUB+= SERVER:="@comment "
+.endif
+
+.if defined(WITH_TOOLS) || defined(PACKAGE_BUILDING)
+CONFIGURE_ARGS+= --enable-tools
+PLIST_SUB+= TOOLS:=""
+.else
+PLIST_SUB+= TOOLS:="@comment "
+.endif
+
+pre-everything::
+.if !defined(WITH_DEBUG) || !defined(WITH_EDITOR) || !defined(WITH_SERVER) || !defined(WITH_TOOLS)
+ @${ECHO_MSG} "You may specify the following on the command line:"
+ @${ECHO_MSG} " "
+.endif
+
+.if !defined(WITH_DEBUG)
+ @${ECHO_MSG} "WITH_DEBUG=yes for enable debug in wesnoth."
+.endif
+
+.if !defined(WITH_EDITOR)
+ @${ECHO_MSG} "WITH_EDITOR=yes for enable compilation editor."
+.endif
+
+.if !defined(WITH_SERVER)
+ @${ECHO_MSG} "WITH_SERVER=yes for enable compilation of server."
+.endif
+
+.if !defined(WITH_TOOLS)
+ @${ECHO_MSG} "WITH_TOOLS=yes for enable compilation of translation tools."
+.endif
+
+.include <bsd.port.mk>
diff --git a/games/wesnoth-devel/distinfo b/games/wesnoth-devel/distinfo
new file mode 100644
index 000000000000..22eaa25b890e
--- /dev/null
+++ b/games/wesnoth-devel/distinfo
@@ -0,0 +1 @@
+MD5 (wesnoth-0.6.1.tar.gz) = 716f3507d044318b63c907134356708c
diff --git a/games/wesnoth-devel/pkg-descr b/games/wesnoth-devel/pkg-descr
new file mode 100644
index 000000000000..18c50cb64d6a
--- /dev/null
+++ b/games/wesnoth-devel/pkg-descr
@@ -0,0 +1,7 @@
+Battle for Wesnoth is a fantasy turn-based strategy game. Battle for control of
+villages, using variety of units which have advantages and disadvantages in
+different types of terrains and against different types of attacks. Units gain
+experience and advance levels, and are carried over from one scenario to the
+next campaign.
+
+WWW: http://www.wesnoth.org/
diff --git a/games/wesnoth-devel/pkg-plist b/games/wesnoth-devel/pkg-plist
new file mode 100644
index 000000000000..beb15ec7535d
--- /dev/null
+++ b/games/wesnoth-devel/pkg-plist
@@ -0,0 +1,633 @@
+%%TOOLS:%%bin/make_translation
+%%TOOLS:%%bin/merge_translations
+bin/wesnoth
+%%EDITOR:%%bin/wesnoth_editor
+%%SERVER:%%bin/wesnothd
+share/wesnoth/data/battleworld.cfg
+share/wesnoth/data/convert.pl
+share/wesnoth/data/deaths.cfg
+share/wesnoth/data/game.cfg
+share/wesnoth/data/intro.cfg
+share/wesnoth/data/items.cfg
+share/wesnoth/data/maps/LiberationMap.dat
+share/wesnoth/data/maps/battleworld
+share/wesnoth/data/maps/choice
+share/wesnoth/data/maps/crossroads
+share/wesnoth/data/maps/hasty-alliance
+share/wesnoth/data/maps/isle_damned
+share/wesnoth/data/maps/kingatsea
+share/wesnoth/data/maps/map-test
+share/wesnoth/data/maps/map-threerivers
+share/wesnoth/data/maps/map-tutorial
+share/wesnoth/data/maps/map0
+share/wesnoth/data/maps/map0-bak
+share/wesnoth/data/maps/map0b
+share/wesnoth/data/maps/map1
+share/wesnoth/data/maps/map10
+share/wesnoth/data/maps/map11
+share/wesnoth/data/maps/map12
+share/wesnoth/data/maps/map13
+share/wesnoth/data/maps/map15
+share/wesnoth/data/maps/map2
+share/wesnoth/data/maps/map3
+share/wesnoth/data/maps/map4
+share/wesnoth/data/maps/map5
+share/wesnoth/data/maps/map6
+share/wesnoth/data/maps/map7
+share/wesnoth/data/maps/map8
+share/wesnoth/data/maps/map9
+share/wesnoth/data/maps/north-winter
+share/wesnoth/data/maps/sceptre
+share/wesnoth/data/maps/snowplains
+share/wesnoth/data/maps/swampland
+share/wesnoth/data/maps/undmap1
+share/wesnoth/data/maps/undmap2
+share/wesnoth/data/multiplayer.cfg
+share/wesnoth/data/names.cfg
+share/wesnoth/data/ranmap.cfg
+share/wesnoth/data/sample_translation.cfg
+share/wesnoth/data/scenario-test.cfg
+share/wesnoth/data/scenarios/A_Choice_Must_Be_Made.cfg
+share/wesnoth/data/scenarios/Bay_of_Pearls.cfg
+share/wesnoth/data/scenarios/Blackwater_Port.cfg
+share/wesnoth/data/scenarios/Brother_Against_Brother.cfg
+share/wesnoth/data/scenarios/Crossroads.cfg
+share/wesnoth/data/scenarios/Dwarven_Doors.cfg
+share/wesnoth/data/scenarios/Elves_Besieged.cfg
+share/wesnoth/data/scenarios/Ford_of_Abez.cfg
+share/wesnoth/data/scenarios/Gryphon_Mountain.cfg
+share/wesnoth/data/scenarios/Hasty_Alliance.cfg
+share/wesnoth/data/scenarios/High_King_at_Sea.cfg
+share/wesnoth/data/scenarios/Isle_of_Anduin.cfg
+share/wesnoth/data/scenarios/Isle_of_the_Damned.cfg
+share/wesnoth/data/scenarios/Mountain_Pass.cfg
+share/wesnoth/data/scenarios/Muff_Malal_Peninsula.cfg
+share/wesnoth/data/scenarios/Northern_Winter.cfg
+share/wesnoth/data/scenarios/Plunging_Into_the_Darkness.cfg
+share/wesnoth/data/scenarios/Princess_of_Wesnoth.cfg
+share/wesnoth/data/scenarios/Random_Scenario.cfg
+share/wesnoth/data/scenarios/Sceptre.cfg
+share/wesnoth/data/scenarios/Siege_to_Elefansar.cfg
+share/wesnoth/data/scenarios/Snow_Plains.cfg
+share/wesnoth/data/scenarios/Swamp_Of_Dread.cfg
+share/wesnoth/data/scenarios/The_Liberation_Front.cfg
+share/wesnoth/data/scenarios/The_Lost_General.cfg
+share/wesnoth/data/scenarios/The_Skull_of_Agarash.cfg
+share/wesnoth/data/scenarios/Valley_of_Death.cfg
+share/wesnoth/data/schedules.cfg
+share/wesnoth/data/terrain.cfg
+share/wesnoth/data/translations/danish.cfg
+share/wesnoth/data/translations/dutch.cfg
+share/wesnoth/data/translations/english.cfg
+share/wesnoth/data/translations/french.cfg
+share/wesnoth/data/translations/german.cfg
+share/wesnoth/data/translations/hungarian.cfg
+share/wesnoth/data/translations/italian.cfg
+share/wesnoth/data/translations/polish.cfg
+share/wesnoth/data/translations/spanish.cfg
+share/wesnoth/data/tutorial.cfg
+share/wesnoth/data/units/Ancient_Lich.cfg
+share/wesnoth/data/units/Arch_Mage.cfg
+share/wesnoth/data/units/Assassin.cfg
+share/wesnoth/data/units/Blood_Bat.cfg
+share/wesnoth/data/units/Bone_Shooter.cfg
+share/wesnoth/data/units/Cavalry.cfg
+share/wesnoth/data/units/Cave_Spider.cfg
+share/wesnoth/data/units/Chocobone.cfg
+share/wesnoth/data/units/Commander.cfg
+share/wesnoth/data/units/Cuttle_Fish.cfg
+share/wesnoth/data/units/Dark_Adept.cfg
+share/wesnoth/data/units/Dark_Apprentice.cfg
+share/wesnoth/data/units/Death_Knight.cfg
+share/wesnoth/data/units/Dragoon.cfg
+share/wesnoth/data/units/Duelist.cfg
+share/wesnoth/data/units/Dwarvish_Berserker.cfg
+share/wesnoth/data/units/Dwarvish_Fighter.cfg
+share/wesnoth/data/units/Dwarvish_Lord.cfg
+share/wesnoth/data/units/Dwarvish_Runemaster.cfg
+share/wesnoth/data/units/Dwarvish_Steelclad.cfg
+share/wesnoth/data/units/Dwarvish_Thunderer.cfg
+share/wesnoth/data/units/Elder_Mage.cfg
+share/wesnoth/data/units/Elvish_Archer.cfg
+share/wesnoth/data/units/Elvish_Avenger.cfg
+share/wesnoth/data/units/Elvish_Captain.cfg
+share/wesnoth/data/units/Elvish_Champion.cfg
+share/wesnoth/data/units/Elvish_Druid.cfg
+share/wesnoth/data/units/Elvish_Fighter.cfg
+share/wesnoth/data/units/Elvish_Hero.cfg
+share/wesnoth/data/units/Elvish_Lord.cfg
+share/wesnoth/data/units/Elvish_Marksman.cfg
+share/wesnoth/data/units/Elvish_Marshal.cfg
+share/wesnoth/data/units/Elvish_Outrider.cfg
+share/wesnoth/data/units/Elvish_Ranger.cfg
+share/wesnoth/data/units/Elvish_Scout.cfg
+share/wesnoth/data/units/Elvish_Shaman.cfg
+share/wesnoth/data/units/Elvish_Sharpshooter.cfg
+share/wesnoth/data/units/Elvish_Shyde.cfg
+share/wesnoth/data/units/Evil_Necromancer.cfg
+share/wesnoth/data/units/Fencer.cfg
+share/wesnoth/data/units/Fighter.cfg
+share/wesnoth/data/units/Galleon.cfg
+share/wesnoth/data/units/General.cfg
+share/wesnoth/data/units/Ghost.cfg
+share/wesnoth/data/units/Ghoul.cfg
+share/wesnoth/data/units/Goblin_Knight.cfg
+share/wesnoth/data/units/Goblin_Pillager.cfg
+share/wesnoth/data/units/Great_Mage.cfg
+share/wesnoth/data/units/Gryphon.cfg
+share/wesnoth/data/units/Gryphon_Rider.cfg
+share/wesnoth/data/units/Halbardier.cfg
+share/wesnoth/data/units/Heavy_Infantry.cfg
+share/wesnoth/data/units/Horseman.cfg
+share/wesnoth/data/units/Knight.cfg
+share/wesnoth/data/units/Lich.cfg
+share/wesnoth/data/units/Lieutenant.cfg
+share/wesnoth/data/units/Lord.cfg
+share/wesnoth/data/units/Mage.cfg
+share/wesnoth/data/units/Mage_of_Light.cfg
+share/wesnoth/data/units/Merman.cfg
+share/wesnoth/data/units/Merman_Lord.cfg
+share/wesnoth/data/units/Naga.cfg
+share/wesnoth/data/units/Necromancer.cfg
+share/wesnoth/data/units/Ogre.cfg
+share/wesnoth/data/units/Orcish_Archer.cfg
+share/wesnoth/data/units/Orcish_Assassin.cfg
+share/wesnoth/data/units/Orcish_Crossbow.cfg
+share/wesnoth/data/units/Orcish_Grunt.cfg
+share/wesnoth/data/units/Orcish_Slayer.cfg
+share/wesnoth/data/units/Orcish_Warlord.cfg
+share/wesnoth/data/units/Orcish_Warrior.cfg
+share/wesnoth/data/units/Paladin.cfg
+share/wesnoth/data/units/Pikeman.cfg
+share/wesnoth/data/units/Princess.cfg
+share/wesnoth/data/units/Red_Mage.cfg
+share/wesnoth/data/units/Revenant.cfg
+share/wesnoth/data/units/Rogue.cfg
+share/wesnoth/data/units/Royal_Guard.cfg
+share/wesnoth/data/units/Sea_Hag.cfg
+share/wesnoth/data/units/Sea_Orc.cfg
+share/wesnoth/data/units/Sea_Serpent.cfg
+share/wesnoth/data/units/Shock_Trooper.cfg
+share/wesnoth/data/units/Skeleton.cfg
+share/wesnoth/data/units/Skeleton_Archer.cfg
+share/wesnoth/data/units/Sleeping_Gryphon.cfg
+share/wesnoth/data/units/Spearman.cfg
+share/wesnoth/data/units/Swordsman.cfg
+share/wesnoth/data/units/Thief.cfg
+share/wesnoth/data/units/Troll.cfg
+share/wesnoth/data/units/Troll_Warrior.cfg
+share/wesnoth/data/units/Troll_Whelp.cfg
+share/wesnoth/data/units/Vampire_Bat.cfg
+share/wesnoth/data/units/Walking_Corpse.cfg
+share/wesnoth/data/units/White_Mage.cfg
+share/wesnoth/data/units/Wolf_Rider.cfg
+share/wesnoth/data/units/Wraith.cfg
+share/wesnoth/data/utils.cfg
+share/wesnoth/fonts/Vera.ttf
+share/wesnoth/images/Afternoon.png
+share/wesnoth/images/Dawn.png
+share/wesnoth/images/Day.png
+share/wesnoth/images/Dusk.png
+share/wesnoth/images/FirstWatch.png
+share/wesnoth/images/Morning.png
+share/wesnoth/images/Night.png
+share/wesnoth/images/SecondWatch.png
+share/wesnoth/images/ally-energy.png
+share/wesnoth/images/arch-mage.png
+share/wesnoth/images/assassin.png
+share/wesnoth/images/bone-n.png
+share/wesnoth/images/bone-ne.png
+share/wesnoth/images/bullet.png
+share/wesnoth/images/buttons/button-active.png
+share/wesnoth/images/buttons/button-pressed.png
+share/wesnoth/images/buttons/button.png
+share/wesnoth/images/buttons/downarrow-button-active.png
+share/wesnoth/images/buttons/downarrow-button-pressed.png
+share/wesnoth/images/buttons/downarrow-button.png
+share/wesnoth/images/buttons/slider-selected.png
+share/wesnoth/images/buttons/slider.png
+share/wesnoth/images/buttons/uparrow-button-active.png
+share/wesnoth/images/buttons/uparrow-button-pressed.png
+share/wesnoth/images/buttons/uparrow-button.png
+share/wesnoth/images/cavespider.png
+share/wesnoth/images/cross.png
+share/wesnoth/images/cuttlefish.png
+share/wesnoth/images/darkmissile-n.png
+share/wesnoth/images/darkmissile-ne.png
+share/wesnoth/images/dwarf-berserker.png
+share/wesnoth/images/dwarf-fighter-defend.png
+share/wesnoth/images/dwarf-fighter.png
+share/wesnoth/images/dwarf-runemaster-attack.png
+share/wesnoth/images/dwarf-runemaster-defend.png
+share/wesnoth/images/dwarf-runemaster.png
+share/wesnoth/images/dwarf-thunderer-attack.png
+share/wesnoth/images/dwarf-thunderer-attack1.png
+share/wesnoth/images/dwarf-thunderer-defend.png
+share/wesnoth/images/dwarf-thunderer.png
+share/wesnoth/images/dwarf-warrior.png
+share/wesnoth/images/elder-mage-attack.png
+share/wesnoth/images/elder-mage-defend.png
+share/wesnoth/images/elder-mage.png
+share/wesnoth/images/elvish-archer-attack.png
+share/wesnoth/images/elvish-archer-attack1.png
+share/wesnoth/images/elvish-archer-attack2.png
+share/wesnoth/images/elvish-archer.png
+share/wesnoth/images/elvish-avenger.png
+share/wesnoth/images/elvish-captain-attack.png
+share/wesnoth/images/elvish-captain-bow-attack1.png
+share/wesnoth/images/elvish-captain-bow-attack2.png
+share/wesnoth/images/elvish-captain-bow.png
+share/wesnoth/images/elvish-captain-defend.png
+share/wesnoth/images/elvish-captain.png
+share/wesnoth/images/elvish-champion-attack.png
+share/wesnoth/images/elvish-champion-defend.png
+share/wesnoth/images/elvish-champion.png
+share/wesnoth/images/elvish-druid.png
+share/wesnoth/images/elvish-fighter-attack.png
+share/wesnoth/images/elvish-fighter-bow-attack1.png
+share/wesnoth/images/elvish-fighter-bow-attack2.png
+share/wesnoth/images/elvish-fighter-bow-defend.png
+share/wesnoth/images/elvish-fighter-bow.png
+share/wesnoth/images/elvish-fighter-defend.png
+share/wesnoth/images/elvish-fighter.png
+share/wesnoth/images/elvish-hero-attack.png
+share/wesnoth/images/elvish-hero.png
+share/wesnoth/images/elvish-lord.png
+share/wesnoth/images/elvish-marksman.png
+share/wesnoth/images/elvish-marshal.png
+share/wesnoth/images/elvish-outrider.png
+share/wesnoth/images/elvish-ranger-attack.png
+share/wesnoth/images/elvish-ranger-attack1.png
+share/wesnoth/images/elvish-ranger-attack2.png
+share/wesnoth/images/elvish-ranger.png
+share/wesnoth/images/elvish-scout-attack.png
+share/wesnoth/images/elvish-scout.png
+share/wesnoth/images/elvish-shaman-attack.png
+share/wesnoth/images/elvish-shaman-attack2.png
+share/wesnoth/images/elvish-shaman-defend.png
+share/wesnoth/images/elvish-shaman.png
+share/wesnoth/images/elvish-sharpshooter.png
+share/wesnoth/images/elvish-shyde.png
+share/wesnoth/images/enemy-energy.png
+share/wesnoth/images/entangle.png
+share/wesnoth/images/fireball.png
+share/wesnoth/images/galleon.png
+share/wesnoth/images/goblin-knight-attack.png
+share/wesnoth/images/goblin-knight.png
+share/wesnoth/images/goblin-pillager-attack.png
+share/wesnoth/images/goblin-pillager-attack2.png
+share/wesnoth/images/goblin-pillager-defend.png
+share/wesnoth/images/goblin-pillager.png
+share/wesnoth/images/great-mage.png
+share/wesnoth/images/gryphon-rider.png
+share/wesnoth/images/gryphon-sleeping.png
+share/wesnoth/images/gryphon.png
+share/wesnoth/images/horseman-attack.png
+share/wesnoth/images/horseman.png
+share/wesnoth/images/human-dragoon.png
+share/wesnoth/images/human-duelist-defend.png
+share/wesnoth/images/human-duelist.png
+share/wesnoth/images/human-fencer-defend.png
+share/wesnoth/images/human-fencer.png
+share/wesnoth/images/human-general.png
+share/wesnoth/images/human-halbardier.png
+share/wesnoth/images/human-heavyinfantry.png
+share/wesnoth/images/human-lieutenant.png
+share/wesnoth/images/human-pikeman.png
+share/wesnoth/images/human-princess.png
+share/wesnoth/images/human-queen.png
+share/wesnoth/images/human-royalguard.png
+share/wesnoth/images/human-scout.png
+share/wesnoth/images/human-shocktrooper.png
+share/wesnoth/images/human-spearman-attack.png
+share/wesnoth/images/human-spearman-attack2.png
+share/wesnoth/images/human-spearman-defend.png
+share/wesnoth/images/human-spearman.png
+share/wesnoth/images/human-swordman.png
+share/wesnoth/images/icon.png
+share/wesnoth/images/ink.png
+share/wesnoth/images/item-flamesword.png
+share/wesnoth/images/item-holywater.png
+share/wesnoth/images/item-sceptreoffire.png
+share/wesnoth/images/knight.png
+share/wesnoth/images/konrad-commander-attack1.png
+share/wesnoth/images/konrad-commander-attack2.png
+share/wesnoth/images/konrad-commander.png
+share/wesnoth/images/konrad-lord.png
+share/wesnoth/images/konrad-young-attack.png
+share/wesnoth/images/konrad-young.png
+share/wesnoth/images/lightning-bolt.png
+share/wesnoth/images/lightning-n.png
+share/wesnoth/images/lightning-ne.png
+share/wesnoth/images/mage-attack1.png
+share/wesnoth/images/mage-attack2.png
+share/wesnoth/images/mage-attack3.png
+share/wesnoth/images/mage.png
+share/wesnoth/images/magicmissile-n.png
+share/wesnoth/images/magicmissile-ne.png
+share/wesnoth/images/merman-king.png
+share/wesnoth/images/merman.png
+share/wesnoth/images/misc/botleft-corner.png
+share/wesnoth/images/misc/botright-corner.png
+share/wesnoth/images/misc/cage.png
+share/wesnoth/images/misc/character-box.png
+share/wesnoth/images/misc/chest.png
+share/wesnoth/images/misc/compass-north.png
+share/wesnoth/images/misc/compass-south.png
+share/wesnoth/images/misc/cross.png
+share/wesnoth/images/misc/delfador.png
+share/wesnoth/images/misc/dot.png
+share/wesnoth/images/misc/font8x8.png
+share/wesnoth/images/misc/foot-left-n.png
+share/wesnoth/images/misc/foot-left-nw.png
+share/wesnoth/images/misc/foot-right-n.png
+share/wesnoth/images/misc/foot-right-nw.png
+share/wesnoth/images/misc/item-stormtrident.png
+share/wesnoth/images/misc/kalenz.png
+share/wesnoth/images/misc/konrad.png
+share/wesnoth/images/misc/lisar.png
+share/wesnoth/images/misc/lobby.png
+share/wesnoth/images/misc/map.png
+share/wesnoth/images/misc/menu-background.png
+share/wesnoth/images/misc/menu-border-botleft.png
+share/wesnoth/images/misc/menu-border-botright.png
+share/wesnoth/images/misc/menu-border-bottom.png
+share/wesnoth/images/misc/menu-border-left.png
+share/wesnoth/images/misc/menu-border-right.png
+share/wesnoth/images/misc/menu-border-top.png
+share/wesnoth/images/misc/menu-border-topleft.png
+share/wesnoth/images/misc/menu-border-topright.png
+share/wesnoth/images/misc/rightside-bottom.png
+share/wesnoth/images/misc/rightside-editor.png
+share/wesnoth/images/misc/rightside.png
+share/wesnoth/images/misc/story1.png
+share/wesnoth/images/misc/story2.png
+share/wesnoth/images/misc/story3.png
+share/wesnoth/images/misc/story4.png
+share/wesnoth/images/misc/story5.png
+share/wesnoth/images/misc/story6.png
+share/wesnoth/images/misc/story7.png
+share/wesnoth/images/misc/story8.png
+share/wesnoth/images/misc/topleft-corner.png
+share/wesnoth/images/misc/topright-corner.png
+share/wesnoth/images/missile-n.png
+share/wesnoth/images/missile-ne.png
+share/wesnoth/images/missile-nw.png
+share/wesnoth/images/missile-s.png
+share/wesnoth/images/missile-se.png
+share/wesnoth/images/missile-sw.png
+share/wesnoth/images/missile.png
+share/wesnoth/images/missiledagger-n.png
+share/wesnoth/images/missiledagger-ne.png
+share/wesnoth/images/missilespear-n.png
+share/wesnoth/images/missilespear-ne.png
+share/wesnoth/images/moved-energy.png
+share/wesnoth/images/naga.png
+share/wesnoth/images/ogre.png
+share/wesnoth/images/orc-archer-attack.png
+share/wesnoth/images/orc-archer-attack2.png
+share/wesnoth/images/orc-archer.png
+share/wesnoth/images/orc-assassin.png
+share/wesnoth/images/orc-slayer.png
+share/wesnoth/images/orc-xbowman.png
+share/wesnoth/images/orcish-grunt-attack.png
+share/wesnoth/images/orcish-grunt-defend.png
+share/wesnoth/images/orcish-grunt.png
+share/wesnoth/images/orcish-warlord.png
+share/wesnoth/images/orcish-warrior-defend.png
+share/wesnoth/images/orcish-warrior.png
+share/wesnoth/images/paladin.png
+share/wesnoth/images/partmoved-energy.png
+share/wesnoth/images/red-mage.png
+share/wesnoth/images/rogue.png
+share/wesnoth/images/sea-hag.png
+share/wesnoth/images/sea-orc.png
+share/wesnoth/images/seaserpent.png
+share/wesnoth/images/terrain/bridge-n-s.png
+share/wesnoth/images/terrain/bridge-ne-sw.png
+share/wesnoth/images/terrain/bridge-se-nw.png
+share/wesnoth/images/terrain/bridge.png
+share/wesnoth/images/terrain/castle-n-ne-se-s.png
+share/wesnoth/images/terrain/castle-n-ne-se.png
+share/wesnoth/images/terrain/castle-n-ne.png
+share/wesnoth/images/terrain/castle-n.png
+share/wesnoth/images/terrain/castle-ne-se-s.png
+share/wesnoth/images/terrain/castle-ne-se.png
+share/wesnoth/images/terrain/castle-ne.png
+share/wesnoth/images/terrain/castle-nw-n.png
+share/wesnoth/images/terrain/castle-nw.png
+share/wesnoth/images/terrain/castle-ruins.png
+share/wesnoth/images/terrain/castle-s-sw-nw-n.png
+share/wesnoth/images/terrain/castle-s-sw-nw.png
+share/wesnoth/images/terrain/castle-s-sw.png
+share/wesnoth/images/terrain/castle-s.png
+share/wesnoth/images/terrain/castle-se-s.png
+share/wesnoth/images/terrain/castle-se.png
+share/wesnoth/images/terrain/castle-sw-nw-n.png
+share/wesnoth/images/terrain/castle-sw-nw.png
+share/wesnoth/images/terrain/castle-sw.png
+share/wesnoth/images/terrain/castle.png
+share/wesnoth/images/terrain/cave.png
+share/wesnoth/images/terrain/cavewall.png
+share/wesnoth/images/terrain/coast-n.png
+share/wesnoth/images/terrain/coast-ne.png
+share/wesnoth/images/terrain/coast-nw.png
+share/wesnoth/images/terrain/coast-s.png
+share/wesnoth/images/terrain/coast-se.png
+share/wesnoth/images/terrain/coast-sw.png
+share/wesnoth/images/terrain/coast.png
+share/wesnoth/images/terrain/desert-n.png
+share/wesnoth/images/terrain/desert-ne.png
+share/wesnoth/images/terrain/desert-nw.png
+share/wesnoth/images/terrain/desert-plant.png
+share/wesnoth/images/terrain/desert-s.png
+share/wesnoth/images/terrain/desert-se.png
+share/wesnoth/images/terrain/desert-sw.png
+share/wesnoth/images/terrain/desert.png
+share/wesnoth/images/terrain/dirt.png
+share/wesnoth/images/terrain/dwarven-doors.png
+share/wesnoth/images/terrain/flag-cave-neutral.png
+share/wesnoth/images/terrain/flag-neutral-dusk.png
+share/wesnoth/images/terrain/flag-neutral-first_watch.png
+share/wesnoth/images/terrain/flag-neutral-n.png
+share/wesnoth/images/terrain/flag-neutral-ne.png
+share/wesnoth/images/terrain/flag-neutral-nw.png
+share/wesnoth/images/terrain/flag-neutral-s.png
+share/wesnoth/images/terrain/flag-neutral-se.png
+share/wesnoth/images/terrain/flag-neutral-second_watch.png
+share/wesnoth/images/terrain/flag-neutral-sw.png
+share/wesnoth/images/terrain/flag-neutral.png
+share/wesnoth/images/terrain/flag-snow-neutral.png
+share/wesnoth/images/terrain/flag-team1.png
+share/wesnoth/images/terrain/flag-team2.png
+share/wesnoth/images/terrain/flag-team3.png
+share/wesnoth/images/terrain/flag-team4.png
+share/wesnoth/images/terrain/flag-team5.png
+share/wesnoth/images/terrain/flag-team6.png
+share/wesnoth/images/terrain/flag.png
+share/wesnoth/images/terrain/forest-n.png
+share/wesnoth/images/terrain/forest-ne.png
+share/wesnoth/images/terrain/forest-nw.png
+share/wesnoth/images/terrain/forest-s.png
+share/wesnoth/images/terrain/forest-se.png
+share/wesnoth/images/terrain/forest-sw.png
+share/wesnoth/images/terrain/forest.png
+share/wesnoth/images/terrain/grassland-flowers.png
+share/wesnoth/images/terrain/grassland-n-ne-se-s.png
+share/wesnoth/images/terrain/grassland-n-ne-se.png
+share/wesnoth/images/terrain/grassland-n-ne.png
+share/wesnoth/images/terrain/grassland-n.png
+share/wesnoth/images/terrain/grassland-ne-se-s.png
+share/wesnoth/images/terrain/grassland-ne-se.png
+share/wesnoth/images/terrain/grassland-ne.png
+share/wesnoth/images/terrain/grassland-nw-n.png
+share/wesnoth/images/terrain/grassland-nw.png
+share/wesnoth/images/terrain/grassland-rocks.png
+share/wesnoth/images/terrain/grassland-s-sw-nw-n.png
+share/wesnoth/images/terrain/grassland-s-sw-nw.png
+share/wesnoth/images/terrain/grassland-s-sw.png
+share/wesnoth/images/terrain/grassland-s.png
+share/wesnoth/images/terrain/grassland-se-s.png
+share/wesnoth/images/terrain/grassland-se-sw-nw.png
+share/wesnoth/images/terrain/grassland-se.png
+share/wesnoth/images/terrain/grassland-sw-nw-n.png
+share/wesnoth/images/terrain/grassland-sw-nw.png
+share/wesnoth/images/terrain/grassland-sw.png
+share/wesnoth/images/terrain/grassland.png
+share/wesnoth/images/terrain/hills-n-ne.png
+share/wesnoth/images/terrain/hills-n.png
+share/wesnoth/images/terrain/hills-ne.png
+share/wesnoth/images/terrain/hills-nw.png
+share/wesnoth/images/terrain/hills-s-sw.png
+share/wesnoth/images/terrain/hills-s.png
+share/wesnoth/images/terrain/hills-se.png
+share/wesnoth/images/terrain/hills-sw.png
+share/wesnoth/images/terrain/hills.png
+share/wesnoth/images/terrain/human-village.gif
+share/wesnoth/images/terrain/human-village.png
+share/wesnoth/images/terrain/keep.png
+share/wesnoth/images/terrain/lava.png
+share/wesnoth/images/terrain/mine.png
+share/wesnoth/images/terrain/mountains-n.png
+share/wesnoth/images/terrain/mountains-ne.png
+share/wesnoth/images/terrain/mountains-nw.png
+share/wesnoth/images/terrain/mountains-s.png
+share/wesnoth/images/terrain/mountains-se.png
+share/wesnoth/images/terrain/mountains-sw.png
+share/wesnoth/images/terrain/mountains.png
+share/wesnoth/images/terrain/nest-empty.png
+share/wesnoth/images/terrain/nest-full.png
+share/wesnoth/images/terrain/ocean-n.png
+share/wesnoth/images/terrain/ocean-ne.png
+share/wesnoth/images/terrain/ocean-nw.png
+share/wesnoth/images/terrain/ocean-s.png
+share/wesnoth/images/terrain/ocean-se.png
+share/wesnoth/images/terrain/ocean-sw.png
+share/wesnoth/images/terrain/ocean.png
+share/wesnoth/images/terrain/pier.png
+share/wesnoth/images/terrain/road.png
+share/wesnoth/images/terrain/rocks.png
+share/wesnoth/images/terrain/signpost.png
+share/wesnoth/images/terrain/snow-n-ne-se-s.png
+share/wesnoth/images/terrain/snow-n-ne-se.png
+share/wesnoth/images/terrain/snow-n-ne.png
+share/wesnoth/images/terrain/snow-n.png
+share/wesnoth/images/terrain/snow-ne-se-s.png
+share/wesnoth/images/terrain/snow-ne-se.png
+share/wesnoth/images/terrain/snow-ne.png
+share/wesnoth/images/terrain/snow-nw-n.png
+share/wesnoth/images/terrain/snow-nw.png
+share/wesnoth/images/terrain/snow-s-sw-nw-n.png
+share/wesnoth/images/terrain/snow-s-sw-nw.png
+share/wesnoth/images/terrain/snow-s-sw.png
+share/wesnoth/images/terrain/snow-s.png
+share/wesnoth/images/terrain/snow-se-s.png
+share/wesnoth/images/terrain/snow-se-sw-nw.png
+share/wesnoth/images/terrain/snow-se.png
+share/wesnoth/images/terrain/snow-sw-nw-n.png
+share/wesnoth/images/terrain/snow-sw-nw.png
+share/wesnoth/images/terrain/snow-sw.png
+share/wesnoth/images/terrain/snow.png
+share/wesnoth/images/terrain/snow2.png
+share/wesnoth/images/terrain/snowbits.png
+share/wesnoth/images/terrain/swampwater.png
+share/wesnoth/images/terrain/swampwater2.png
+share/wesnoth/images/terrain/swampwater3.png
+share/wesnoth/images/terrain/temple.png
+share/wesnoth/images/terrain/void.png
+share/wesnoth/images/thief.png
+share/wesnoth/images/title.png
+share/wesnoth/images/troll-grunt-attack.png
+share/wesnoth/images/troll-grunt.png
+share/wesnoth/images/troll-warrior-attack.png
+share/wesnoth/images/troll-warrior.png
+share/wesnoth/images/troll-whelp-attack.png
+share/wesnoth/images/troll-whelp-defend.png
+share/wesnoth/images/troll-whelp.png
+share/wesnoth/images/undead-adept-attack.png
+share/wesnoth/images/undead-adept-defend.png
+share/wesnoth/images/undead-adept.png
+share/wesnoth/images/undead-ancient-lich.png
+share/wesnoth/images/undead-archer.png
+share/wesnoth/images/undead-bat.png
+share/wesnoth/images/undead-bloodbat.png
+share/wesnoth/images/undead-boneshooter.png
+share/wesnoth/images/undead-chocobone.png
+share/wesnoth/images/undead-deathknight.png
+share/wesnoth/images/undead-ghost.png
+share/wesnoth/images/undead-ghoul-attack.png
+share/wesnoth/images/undead-ghoul-defend.png
+share/wesnoth/images/undead-ghoul.png
+share/wesnoth/images/undead-lich.png
+share/wesnoth/images/undead-necromancer-attack.png
+share/wesnoth/images/undead-necromancer-attack2.png
+share/wesnoth/images/undead-necromancer-defend.png
+share/wesnoth/images/undead-necromancer.png
+share/wesnoth/images/undead-revenant.png
+share/wesnoth/images/undead-skeleton.png
+share/wesnoth/images/undead-wraith.png
+share/wesnoth/images/undead-zombie-attack.png
+share/wesnoth/images/undead-zombie.png
+share/wesnoth/images/unmoved-energy.png
+share/wesnoth/images/water_spay.png
+share/wesnoth/images/web.png
+share/wesnoth/images/white-cleric.png
+share/wesnoth/images/white-mage.png
+share/wesnoth/images/whitemissile-n.png
+share/wesnoth/images/whitemissile-ne.png
+share/wesnoth/images/wolf-rider-attack.png
+share/wesnoth/images/wolf-rider.png
+share/wesnoth/music/wesnoth-1.ogg
+share/wesnoth/music/wesnoth-2.ogg
+share/wesnoth/music/wesnoth-3.ogg
+share/wesnoth/music/wesnoth-4.ogg
+share/wesnoth/music/wesnoth-5.ogg
+share/wesnoth/music/wesnoth-6.ogg
+share/wesnoth/sounds/arrow-hit.wav
+share/wesnoth/sounds/arrow-miss.wav
+share/wesnoth/sounds/bell.wav
+share/wesnoth/sounds/fire.wav
+share/wesnoth/sounds/firearrow.wav
+share/wesnoth/sounds/fist-swish.wav
+share/wesnoth/sounds/groan.wav
+share/wesnoth/sounds/gunshot.wav
+share/wesnoth/sounds/heal.wav
+share/wesnoth/sounds/horse-canter.wav
+share/wesnoth/sounds/lightning.wav
+share/wesnoth/sounds/magicmissile.wav
+share/wesnoth/sounds/pistol.wav
+share/wesnoth/sounds/sword-clang.wav
+share/wesnoth/sounds/sword-swish.wav
+@dirrm share/wesnoth/sounds
+@dirrm share/wesnoth/music
+@dirrm share/wesnoth/images/terrain
+@dirrm share/wesnoth/images/misc
+@dirrm share/wesnoth/images/buttons
+@dirrm share/wesnoth/images
+@dirrm share/wesnoth/fonts
+@dirrm share/wesnoth/data/units
+@dirrm share/wesnoth/data/translations
+@dirrm share/wesnoth/data/scenarios
+@dirrm share/wesnoth/data/maps
+@dirrm share/wesnoth/data
+@dirrm share/wesnoth
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile
new file mode 100644
index 000000000000..b4e30682cb1c
--- /dev/null
+++ b/games/wesnoth/Makefile
@@ -0,0 +1,75 @@
+# New ports collection makefile for: wesnoth
+# Date created: 22 December 2003
+# Whom: Mezz <mezz7@cox.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= wesnoth
+PORTVERSION= 0.6.1
+CATEGORIES= games
+MASTER_SITES= http://www.wesnoth.org/files/
+
+MAINTAINER= mezz7@cox.net
+COMMENT= A fantasy turn-based strategy game
+
+LIB_DEPENDS= SDL_net.0:${PORTSDIR}/net/sdl_net \
+ SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
+ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
+ SDL_image.10:${PORTSDIR}/graphics/sdl_image
+
+USE_SDL= yes
+USE_GNOME= gnometarget
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+
+MAN6= wesnoth.6 wesnothd.6
+
+.if defined(WITH_DEBUG)
+CONFIGURE_ARGS+= --enable-debug
+.endif
+
+.if defined(WITH_EDITOR) || defined(PACKAGE_BUILDING)
+CONFIGURE_ARGS+= --enable-editor
+PLIST_SUB+= EDITOR:=""
+.else
+PLIST_SUB+= EDITOR:="@comment "
+.endif
+
+.if defined(WITH_SERVER) || defined(PACKAGE_BUILDING)
+CONFIGURE_ARGS+= --enable-server
+PLIST_SUB+= SERVER:=""
+.else
+PLIST_SUB+= SERVER:="@comment "
+.endif
+
+.if defined(WITH_TOOLS) || defined(PACKAGE_BUILDING)
+CONFIGURE_ARGS+= --enable-tools
+PLIST_SUB+= TOOLS:=""
+.else
+PLIST_SUB+= TOOLS:="@comment "
+.endif
+
+pre-everything::
+.if !defined(WITH_DEBUG) || !defined(WITH_EDITOR) || !defined(WITH_SERVER) || !defined(WITH_TOOLS)
+ @${ECHO_MSG} "You may specify the following on the command line:"
+ @${ECHO_MSG} " "
+.endif
+
+.if !defined(WITH_DEBUG)
+ @${ECHO_MSG} "WITH_DEBUG=yes for enable debug in wesnoth."
+.endif
+
+.if !defined(WITH_EDITOR)
+ @${ECHO_MSG} "WITH_EDITOR=yes for enable compilation editor."
+.endif
+
+.if !defined(WITH_SERVER)
+ @${ECHO_MSG} "WITH_SERVER=yes for enable compilation of server."
+.endif
+
+.if !defined(WITH_TOOLS)
+ @${ECHO_MSG} "WITH_TOOLS=yes for enable compilation of translation tools."
+.endif
+
+.include <bsd.port.mk>
diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo
new file mode 100644
index 000000000000..22eaa25b890e
--- /dev/null
+++ b/games/wesnoth/distinfo
@@ -0,0 +1 @@
+MD5 (wesnoth-0.6.1.tar.gz) = 716f3507d044318b63c907134356708c
diff --git a/games/wesnoth/pkg-descr b/games/wesnoth/pkg-descr
new file mode 100644
index 000000000000..18c50cb64d6a
--- /dev/null
+++ b/games/wesnoth/pkg-descr
@@ -0,0 +1,7 @@
+Battle for Wesnoth is a fantasy turn-based strategy game. Battle for control of
+villages, using variety of units which have advantages and disadvantages in
+different types of terrains and against different types of attacks. Units gain
+experience and advance levels, and are carried over from one scenario to the
+next campaign.
+
+WWW: http://www.wesnoth.org/
diff --git a/games/wesnoth/pkg-plist b/games/wesnoth/pkg-plist
new file mode 100644
index 000000000000..beb15ec7535d
--- /dev/null
+++ b/games/wesnoth/pkg-plist
@@ -0,0 +1,633 @@
+%%TOOLS:%%bin/make_translation
+%%TOOLS:%%bin/merge_translations
+bin/wesnoth
+%%EDITOR:%%bin/wesnoth_editor
+%%SERVER:%%bin/wesnothd
+share/wesnoth/data/battleworld.cfg
+share/wesnoth/data/convert.pl
+share/wesnoth/data/deaths.cfg
+share/wesnoth/data/game.cfg
+share/wesnoth/data/intro.cfg
+share/wesnoth/data/items.cfg
+share/wesnoth/data/maps/LiberationMap.dat
+share/wesnoth/data/maps/battleworld
+share/wesnoth/data/maps/choice
+share/wesnoth/data/maps/crossroads
+share/wesnoth/data/maps/hasty-alliance
+share/wesnoth/data/maps/isle_damned
+share/wesnoth/data/maps/kingatsea
+share/wesnoth/data/maps/map-test
+share/wesnoth/data/maps/map-threerivers
+share/wesnoth/data/maps/map-tutorial
+share/wesnoth/data/maps/map0
+share/wesnoth/data/maps/map0-bak
+share/wesnoth/data/maps/map0b
+share/wesnoth/data/maps/map1
+share/wesnoth/data/maps/map10
+share/wesnoth/data/maps/map11
+share/wesnoth/data/maps/map12
+share/wesnoth/data/maps/map13
+share/wesnoth/data/maps/map15
+share/wesnoth/data/maps/map2
+share/wesnoth/data/maps/map3
+share/wesnoth/data/maps/map4
+share/wesnoth/data/maps/map5
+share/wesnoth/data/maps/map6
+share/wesnoth/data/maps/map7
+share/wesnoth/data/maps/map8
+share/wesnoth/data/maps/map9
+share/wesnoth/data/maps/north-winter
+share/wesnoth/data/maps/sceptre
+share/wesnoth/data/maps/snowplains
+share/wesnoth/data/maps/swampland
+share/wesnoth/data/maps/undmap1
+share/wesnoth/data/maps/undmap2
+share/wesnoth/data/multiplayer.cfg
+share/wesnoth/data/names.cfg
+share/wesnoth/data/ranmap.cfg
+share/wesnoth/data/sample_translation.cfg
+share/wesnoth/data/scenario-test.cfg
+share/wesnoth/data/scenarios/A_Choice_Must_Be_Made.cfg
+share/wesnoth/data/scenarios/Bay_of_Pearls.cfg
+share/wesnoth/data/scenarios/Blackwater_Port.cfg
+share/wesnoth/data/scenarios/Brother_Against_Brother.cfg
+share/wesnoth/data/scenarios/Crossroads.cfg
+share/wesnoth/data/scenarios/Dwarven_Doors.cfg
+share/wesnoth/data/scenarios/Elves_Besieged.cfg
+share/wesnoth/data/scenarios/Ford_of_Abez.cfg
+share/wesnoth/data/scenarios/Gryphon_Mountain.cfg
+share/wesnoth/data/scenarios/Hasty_Alliance.cfg
+share/wesnoth/data/scenarios/High_King_at_Sea.cfg
+share/wesnoth/data/scenarios/Isle_of_Anduin.cfg
+share/wesnoth/data/scenarios/Isle_of_the_Damned.cfg
+share/wesnoth/data/scenarios/Mountain_Pass.cfg
+share/wesnoth/data/scenarios/Muff_Malal_Peninsula.cfg
+share/wesnoth/data/scenarios/Northern_Winter.cfg
+share/wesnoth/data/scenarios/Plunging_Into_the_Darkness.cfg
+share/wesnoth/data/scenarios/Princess_of_Wesnoth.cfg
+share/wesnoth/data/scenarios/Random_Scenario.cfg
+share/wesnoth/data/scenarios/Sceptre.cfg
+share/wesnoth/data/scenarios/Siege_to_Elefansar.cfg
+share/wesnoth/data/scenarios/Snow_Plains.cfg
+share/wesnoth/data/scenarios/Swamp_Of_Dread.cfg
+share/wesnoth/data/scenarios/The_Liberation_Front.cfg
+share/wesnoth/data/scenarios/The_Lost_General.cfg
+share/wesnoth/data/scenarios/The_Skull_of_Agarash.cfg
+share/wesnoth/data/scenarios/Valley_of_Death.cfg
+share/wesnoth/data/schedules.cfg
+share/wesnoth/data/terrain.cfg
+share/wesnoth/data/translations/danish.cfg
+share/wesnoth/data/translations/dutch.cfg
+share/wesnoth/data/translations/english.cfg
+share/wesnoth/data/translations/french.cfg
+share/wesnoth/data/translations/german.cfg
+share/wesnoth/data/translations/hungarian.cfg
+share/wesnoth/data/translations/italian.cfg
+share/wesnoth/data/translations/polish.cfg
+share/wesnoth/data/translations/spanish.cfg
+share/wesnoth/data/tutorial.cfg
+share/wesnoth/data/units/Ancient_Lich.cfg
+share/wesnoth/data/units/Arch_Mage.cfg
+share/wesnoth/data/units/Assassin.cfg
+share/wesnoth/data/units/Blood_Bat.cfg
+share/wesnoth/data/units/Bone_Shooter.cfg
+share/wesnoth/data/units/Cavalry.cfg
+share/wesnoth/data/units/Cave_Spider.cfg
+share/wesnoth/data/units/Chocobone.cfg
+share/wesnoth/data/units/Commander.cfg
+share/wesnoth/data/units/Cuttle_Fish.cfg
+share/wesnoth/data/units/Dark_Adept.cfg
+share/wesnoth/data/units/Dark_Apprentice.cfg
+share/wesnoth/data/units/Death_Knight.cfg
+share/wesnoth/data/units/Dragoon.cfg
+share/wesnoth/data/units/Duelist.cfg
+share/wesnoth/data/units/Dwarvish_Berserker.cfg
+share/wesnoth/data/units/Dwarvish_Fighter.cfg
+share/wesnoth/data/units/Dwarvish_Lord.cfg
+share/wesnoth/data/units/Dwarvish_Runemaster.cfg
+share/wesnoth/data/units/Dwarvish_Steelclad.cfg
+share/wesnoth/data/units/Dwarvish_Thunderer.cfg
+share/wesnoth/data/units/Elder_Mage.cfg
+share/wesnoth/data/units/Elvish_Archer.cfg
+share/wesnoth/data/units/Elvish_Avenger.cfg
+share/wesnoth/data/units/Elvish_Captain.cfg
+share/wesnoth/data/units/Elvish_Champion.cfg
+share/wesnoth/data/units/Elvish_Druid.cfg
+share/wesnoth/data/units/Elvish_Fighter.cfg
+share/wesnoth/data/units/Elvish_Hero.cfg
+share/wesnoth/data/units/Elvish_Lord.cfg
+share/wesnoth/data/units/Elvish_Marksman.cfg
+share/wesnoth/data/units/Elvish_Marshal.cfg
+share/wesnoth/data/units/Elvish_Outrider.cfg
+share/wesnoth/data/units/Elvish_Ranger.cfg
+share/wesnoth/data/units/Elvish_Scout.cfg
+share/wesnoth/data/units/Elvish_Shaman.cfg
+share/wesnoth/data/units/Elvish_Sharpshooter.cfg
+share/wesnoth/data/units/Elvish_Shyde.cfg
+share/wesnoth/data/units/Evil_Necromancer.cfg
+share/wesnoth/data/units/Fencer.cfg
+share/wesnoth/data/units/Fighter.cfg
+share/wesnoth/data/units/Galleon.cfg
+share/wesnoth/data/units/General.cfg
+share/wesnoth/data/units/Ghost.cfg
+share/wesnoth/data/units/Ghoul.cfg
+share/wesnoth/data/units/Goblin_Knight.cfg
+share/wesnoth/data/units/Goblin_Pillager.cfg
+share/wesnoth/data/units/Great_Mage.cfg
+share/wesnoth/data/units/Gryphon.cfg
+share/wesnoth/data/units/Gryphon_Rider.cfg
+share/wesnoth/data/units/Halbardier.cfg
+share/wesnoth/data/units/Heavy_Infantry.cfg
+share/wesnoth/data/units/Horseman.cfg
+share/wesnoth/data/units/Knight.cfg
+share/wesnoth/data/units/Lich.cfg
+share/wesnoth/data/units/Lieutenant.cfg
+share/wesnoth/data/units/Lord.cfg
+share/wesnoth/data/units/Mage.cfg
+share/wesnoth/data/units/Mage_of_Light.cfg
+share/wesnoth/data/units/Merman.cfg
+share/wesnoth/data/units/Merman_Lord.cfg
+share/wesnoth/data/units/Naga.cfg
+share/wesnoth/data/units/Necromancer.cfg
+share/wesnoth/data/units/Ogre.cfg
+share/wesnoth/data/units/Orcish_Archer.cfg
+share/wesnoth/data/units/Orcish_Assassin.cfg
+share/wesnoth/data/units/Orcish_Crossbow.cfg
+share/wesnoth/data/units/Orcish_Grunt.cfg
+share/wesnoth/data/units/Orcish_Slayer.cfg
+share/wesnoth/data/units/Orcish_Warlord.cfg
+share/wesnoth/data/units/Orcish_Warrior.cfg
+share/wesnoth/data/units/Paladin.cfg
+share/wesnoth/data/units/Pikeman.cfg
+share/wesnoth/data/units/Princess.cfg
+share/wesnoth/data/units/Red_Mage.cfg
+share/wesnoth/data/units/Revenant.cfg
+share/wesnoth/data/units/Rogue.cfg
+share/wesnoth/data/units/Royal_Guard.cfg
+share/wesnoth/data/units/Sea_Hag.cfg
+share/wesnoth/data/units/Sea_Orc.cfg
+share/wesnoth/data/units/Sea_Serpent.cfg
+share/wesnoth/data/units/Shock_Trooper.cfg
+share/wesnoth/data/units/Skeleton.cfg
+share/wesnoth/data/units/Skeleton_Archer.cfg
+share/wesnoth/data/units/Sleeping_Gryphon.cfg
+share/wesnoth/data/units/Spearman.cfg
+share/wesnoth/data/units/Swordsman.cfg
+share/wesnoth/data/units/Thief.cfg
+share/wesnoth/data/units/Troll.cfg
+share/wesnoth/data/units/Troll_Warrior.cfg
+share/wesnoth/data/units/Troll_Whelp.cfg
+share/wesnoth/data/units/Vampire_Bat.cfg
+share/wesnoth/data/units/Walking_Corpse.cfg
+share/wesnoth/data/units/White_Mage.cfg
+share/wesnoth/data/units/Wolf_Rider.cfg
+share/wesnoth/data/units/Wraith.cfg
+share/wesnoth/data/utils.cfg
+share/wesnoth/fonts/Vera.ttf
+share/wesnoth/images/Afternoon.png
+share/wesnoth/images/Dawn.png
+share/wesnoth/images/Day.png
+share/wesnoth/images/Dusk.png
+share/wesnoth/images/FirstWatch.png
+share/wesnoth/images/Morning.png
+share/wesnoth/images/Night.png
+share/wesnoth/images/SecondWatch.png
+share/wesnoth/images/ally-energy.png
+share/wesnoth/images/arch-mage.png
+share/wesnoth/images/assassin.png
+share/wesnoth/images/bone-n.png
+share/wesnoth/images/bone-ne.png
+share/wesnoth/images/bullet.png
+share/wesnoth/images/buttons/button-active.png
+share/wesnoth/images/buttons/button-pressed.png
+share/wesnoth/images/buttons/button.png
+share/wesnoth/images/buttons/downarrow-button-active.png
+share/wesnoth/images/buttons/downarrow-button-pressed.png
+share/wesnoth/images/buttons/downarrow-button.png
+share/wesnoth/images/buttons/slider-selected.png
+share/wesnoth/images/buttons/slider.png
+share/wesnoth/images/buttons/uparrow-button-active.png
+share/wesnoth/images/buttons/uparrow-button-pressed.png
+share/wesnoth/images/buttons/uparrow-button.png
+share/wesnoth/images/cavespider.png
+share/wesnoth/images/cross.png
+share/wesnoth/images/cuttlefish.png
+share/wesnoth/images/darkmissile-n.png
+share/wesnoth/images/darkmissile-ne.png
+share/wesnoth/images/dwarf-berserker.png
+share/wesnoth/images/dwarf-fighter-defend.png
+share/wesnoth/images/dwarf-fighter.png
+share/wesnoth/images/dwarf-runemaster-attack.png
+share/wesnoth/images/dwarf-runemaster-defend.png
+share/wesnoth/images/dwarf-runemaster.png
+share/wesnoth/images/dwarf-thunderer-attack.png
+share/wesnoth/images/dwarf-thunderer-attack1.png
+share/wesnoth/images/dwarf-thunderer-defend.png
+share/wesnoth/images/dwarf-thunderer.png
+share/wesnoth/images/dwarf-warrior.png
+share/wesnoth/images/elder-mage-attack.png
+share/wesnoth/images/elder-mage-defend.png
+share/wesnoth/images/elder-mage.png
+share/wesnoth/images/elvish-archer-attack.png
+share/wesnoth/images/elvish-archer-attack1.png
+share/wesnoth/images/elvish-archer-attack2.png
+share/wesnoth/images/elvish-archer.png
+share/wesnoth/images/elvish-avenger.png
+share/wesnoth/images/elvish-captain-attack.png
+share/wesnoth/images/elvish-captain-bow-attack1.png
+share/wesnoth/images/elvish-captain-bow-attack2.png
+share/wesnoth/images/elvish-captain-bow.png
+share/wesnoth/images/elvish-captain-defend.png
+share/wesnoth/images/elvish-captain.png
+share/wesnoth/images/elvish-champion-attack.png
+share/wesnoth/images/elvish-champion-defend.png
+share/wesnoth/images/elvish-champion.png
+share/wesnoth/images/elvish-druid.png
+share/wesnoth/images/elvish-fighter-attack.png
+share/wesnoth/images/elvish-fighter-bow-attack1.png
+share/wesnoth/images/elvish-fighter-bow-attack2.png
+share/wesnoth/images/elvish-fighter-bow-defend.png
+share/wesnoth/images/elvish-fighter-bow.png
+share/wesnoth/images/elvish-fighter-defend.png
+share/wesnoth/images/elvish-fighter.png
+share/wesnoth/images/elvish-hero-attack.png
+share/wesnoth/images/elvish-hero.png
+share/wesnoth/images/elvish-lord.png
+share/wesnoth/images/elvish-marksman.png
+share/wesnoth/images/elvish-marshal.png
+share/wesnoth/images/elvish-outrider.png
+share/wesnoth/images/elvish-ranger-attack.png
+share/wesnoth/images/elvish-ranger-attack1.png
+share/wesnoth/images/elvish-ranger-attack2.png
+share/wesnoth/images/elvish-ranger.png
+share/wesnoth/images/elvish-scout-attack.png
+share/wesnoth/images/elvish-scout.png
+share/wesnoth/images/elvish-shaman-attack.png
+share/wesnoth/images/elvish-shaman-attack2.png
+share/wesnoth/images/elvish-shaman-defend.png
+share/wesnoth/images/elvish-shaman.png
+share/wesnoth/images/elvish-sharpshooter.png
+share/wesnoth/images/elvish-shyde.png
+share/wesnoth/images/enemy-energy.png
+share/wesnoth/images/entangle.png
+share/wesnoth/images/fireball.png
+share/wesnoth/images/galleon.png
+share/wesnoth/images/goblin-knight-attack.png
+share/wesnoth/images/goblin-knight.png
+share/wesnoth/images/goblin-pillager-attack.png
+share/wesnoth/images/goblin-pillager-attack2.png
+share/wesnoth/images/goblin-pillager-defend.png
+share/wesnoth/images/goblin-pillager.png
+share/wesnoth/images/great-mage.png
+share/wesnoth/images/gryphon-rider.png
+share/wesnoth/images/gryphon-sleeping.png
+share/wesnoth/images/gryphon.png
+share/wesnoth/images/horseman-attack.png
+share/wesnoth/images/horseman.png
+share/wesnoth/images/human-dragoon.png
+share/wesnoth/images/human-duelist-defend.png
+share/wesnoth/images/human-duelist.png
+share/wesnoth/images/human-fencer-defend.png
+share/wesnoth/images/human-fencer.png
+share/wesnoth/images/human-general.png
+share/wesnoth/images/human-halbardier.png
+share/wesnoth/images/human-heavyinfantry.png
+share/wesnoth/images/human-lieutenant.png
+share/wesnoth/images/human-pikeman.png
+share/wesnoth/images/human-princess.png
+share/wesnoth/images/human-queen.png
+share/wesnoth/images/human-royalguard.png
+share/wesnoth/images/human-scout.png
+share/wesnoth/images/human-shocktrooper.png
+share/wesnoth/images/human-spearman-attack.png
+share/wesnoth/images/human-spearman-attack2.png
+share/wesnoth/images/human-spearman-defend.png
+share/wesnoth/images/human-spearman.png
+share/wesnoth/images/human-swordman.png
+share/wesnoth/images/icon.png
+share/wesnoth/images/ink.png
+share/wesnoth/images/item-flamesword.png
+share/wesnoth/images/item-holywater.png
+share/wesnoth/images/item-sceptreoffire.png
+share/wesnoth/images/knight.png
+share/wesnoth/images/konrad-commander-attack1.png
+share/wesnoth/images/konrad-commander-attack2.png
+share/wesnoth/images/konrad-commander.png
+share/wesnoth/images/konrad-lord.png
+share/wesnoth/images/konrad-young-attack.png
+share/wesnoth/images/konrad-young.png
+share/wesnoth/images/lightning-bolt.png
+share/wesnoth/images/lightning-n.png
+share/wesnoth/images/lightning-ne.png
+share/wesnoth/images/mage-attack1.png
+share/wesnoth/images/mage-attack2.png
+share/wesnoth/images/mage-attack3.png
+share/wesnoth/images/mage.png
+share/wesnoth/images/magicmissile-n.png
+share/wesnoth/images/magicmissile-ne.png
+share/wesnoth/images/merman-king.png
+share/wesnoth/images/merman.png
+share/wesnoth/images/misc/botleft-corner.png
+share/wesnoth/images/misc/botright-corner.png
+share/wesnoth/images/misc/cage.png
+share/wesnoth/images/misc/character-box.png
+share/wesnoth/images/misc/chest.png
+share/wesnoth/images/misc/compass-north.png
+share/wesnoth/images/misc/compass-south.png
+share/wesnoth/images/misc/cross.png
+share/wesnoth/images/misc/delfador.png
+share/wesnoth/images/misc/dot.png
+share/wesnoth/images/misc/font8x8.png
+share/wesnoth/images/misc/foot-left-n.png
+share/wesnoth/images/misc/foot-left-nw.png
+share/wesnoth/images/misc/foot-right-n.png
+share/wesnoth/images/misc/foot-right-nw.png
+share/wesnoth/images/misc/item-stormtrident.png
+share/wesnoth/images/misc/kalenz.png
+share/wesnoth/images/misc/konrad.png
+share/wesnoth/images/misc/lisar.png
+share/wesnoth/images/misc/lobby.png
+share/wesnoth/images/misc/map.png
+share/wesnoth/images/misc/menu-background.png
+share/wesnoth/images/misc/menu-border-botleft.png
+share/wesnoth/images/misc/menu-border-botright.png
+share/wesnoth/images/misc/menu-border-bottom.png
+share/wesnoth/images/misc/menu-border-left.png
+share/wesnoth/images/misc/menu-border-right.png
+share/wesnoth/images/misc/menu-border-top.png
+share/wesnoth/images/misc/menu-border-topleft.png
+share/wesnoth/images/misc/menu-border-topright.png
+share/wesnoth/images/misc/rightside-bottom.png
+share/wesnoth/images/misc/rightside-editor.png
+share/wesnoth/images/misc/rightside.png
+share/wesnoth/images/misc/story1.png
+share/wesnoth/images/misc/story2.png
+share/wesnoth/images/misc/story3.png
+share/wesnoth/images/misc/story4.png
+share/wesnoth/images/misc/story5.png
+share/wesnoth/images/misc/story6.png
+share/wesnoth/images/misc/story7.png
+share/wesnoth/images/misc/story8.png
+share/wesnoth/images/misc/topleft-corner.png
+share/wesnoth/images/misc/topright-corner.png
+share/wesnoth/images/missile-n.png
+share/wesnoth/images/missile-ne.png
+share/wesnoth/images/missile-nw.png
+share/wesnoth/images/missile-s.png
+share/wesnoth/images/missile-se.png
+share/wesnoth/images/missile-sw.png
+share/wesnoth/images/missile.png
+share/wesnoth/images/missiledagger-n.png
+share/wesnoth/images/missiledagger-ne.png
+share/wesnoth/images/missilespear-n.png
+share/wesnoth/images/missilespear-ne.png
+share/wesnoth/images/moved-energy.png
+share/wesnoth/images/naga.png
+share/wesnoth/images/ogre.png
+share/wesnoth/images/orc-archer-attack.png
+share/wesnoth/images/orc-archer-attack2.png
+share/wesnoth/images/orc-archer.png
+share/wesnoth/images/orc-assassin.png
+share/wesnoth/images/orc-slayer.png
+share/wesnoth/images/orc-xbowman.png
+share/wesnoth/images/orcish-grunt-attack.png
+share/wesnoth/images/orcish-grunt-defend.png
+share/wesnoth/images/orcish-grunt.png
+share/wesnoth/images/orcish-warlord.png
+share/wesnoth/images/orcish-warrior-defend.png
+share/wesnoth/images/orcish-warrior.png
+share/wesnoth/images/paladin.png
+share/wesnoth/images/partmoved-energy.png
+share/wesnoth/images/red-mage.png
+share/wesnoth/images/rogue.png
+share/wesnoth/images/sea-hag.png
+share/wesnoth/images/sea-orc.png
+share/wesnoth/images/seaserpent.png
+share/wesnoth/images/terrain/bridge-n-s.png
+share/wesnoth/images/terrain/bridge-ne-sw.png
+share/wesnoth/images/terrain/bridge-se-nw.png
+share/wesnoth/images/terrain/bridge.png
+share/wesnoth/images/terrain/castle-n-ne-se-s.png
+share/wesnoth/images/terrain/castle-n-ne-se.png
+share/wesnoth/images/terrain/castle-n-ne.png
+share/wesnoth/images/terrain/castle-n.png
+share/wesnoth/images/terrain/castle-ne-se-s.png
+share/wesnoth/images/terrain/castle-ne-se.png
+share/wesnoth/images/terrain/castle-ne.png
+share/wesnoth/images/terrain/castle-nw-n.png
+share/wesnoth/images/terrain/castle-nw.png
+share/wesnoth/images/terrain/castle-ruins.png
+share/wesnoth/images/terrain/castle-s-sw-nw-n.png
+share/wesnoth/images/terrain/castle-s-sw-nw.png
+share/wesnoth/images/terrain/castle-s-sw.png
+share/wesnoth/images/terrain/castle-s.png
+share/wesnoth/images/terrain/castle-se-s.png
+share/wesnoth/images/terrain/castle-se.png
+share/wesnoth/images/terrain/castle-sw-nw-n.png
+share/wesnoth/images/terrain/castle-sw-nw.png
+share/wesnoth/images/terrain/castle-sw.png
+share/wesnoth/images/terrain/castle.png
+share/wesnoth/images/terrain/cave.png
+share/wesnoth/images/terrain/cavewall.png
+share/wesnoth/images/terrain/coast-n.png
+share/wesnoth/images/terrain/coast-ne.png
+share/wesnoth/images/terrain/coast-nw.png
+share/wesnoth/images/terrain/coast-s.png
+share/wesnoth/images/terrain/coast-se.png
+share/wesnoth/images/terrain/coast-sw.png
+share/wesnoth/images/terrain/coast.png
+share/wesnoth/images/terrain/desert-n.png
+share/wesnoth/images/terrain/desert-ne.png
+share/wesnoth/images/terrain/desert-nw.png
+share/wesnoth/images/terrain/desert-plant.png
+share/wesnoth/images/terrain/desert-s.png
+share/wesnoth/images/terrain/desert-se.png
+share/wesnoth/images/terrain/desert-sw.png
+share/wesnoth/images/terrain/desert.png
+share/wesnoth/images/terrain/dirt.png
+share/wesnoth/images/terrain/dwarven-doors.png
+share/wesnoth/images/terrain/flag-cave-neutral.png
+share/wesnoth/images/terrain/flag-neutral-dusk.png
+share/wesnoth/images/terrain/flag-neutral-first_watch.png
+share/wesnoth/images/terrain/flag-neutral-n.png
+share/wesnoth/images/terrain/flag-neutral-ne.png
+share/wesnoth/images/terrain/flag-neutral-nw.png
+share/wesnoth/images/terrain/flag-neutral-s.png
+share/wesnoth/images/terrain/flag-neutral-se.png
+share/wesnoth/images/terrain/flag-neutral-second_watch.png
+share/wesnoth/images/terrain/flag-neutral-sw.png
+share/wesnoth/images/terrain/flag-neutral.png
+share/wesnoth/images/terrain/flag-snow-neutral.png
+share/wesnoth/images/terrain/flag-team1.png
+share/wesnoth/images/terrain/flag-team2.png
+share/wesnoth/images/terrain/flag-team3.png
+share/wesnoth/images/terrain/flag-team4.png
+share/wesnoth/images/terrain/flag-team5.png
+share/wesnoth/images/terrain/flag-team6.png
+share/wesnoth/images/terrain/flag.png
+share/wesnoth/images/terrain/forest-n.png
+share/wesnoth/images/terrain/forest-ne.png
+share/wesnoth/images/terrain/forest-nw.png
+share/wesnoth/images/terrain/forest-s.png
+share/wesnoth/images/terrain/forest-se.png
+share/wesnoth/images/terrain/forest-sw.png
+share/wesnoth/images/terrain/forest.png
+share/wesnoth/images/terrain/grassland-flowers.png
+share/wesnoth/images/terrain/grassland-n-ne-se-s.png
+share/wesnoth/images/terrain/grassland-n-ne-se.png
+share/wesnoth/images/terrain/grassland-n-ne.png
+share/wesnoth/images/terrain/grassland-n.png
+share/wesnoth/images/terrain/grassland-ne-se-s.png
+share/wesnoth/images/terrain/grassland-ne-se.png
+share/wesnoth/images/terrain/grassland-ne.png
+share/wesnoth/images/terrain/grassland-nw-n.png
+share/wesnoth/images/terrain/grassland-nw.png
+share/wesnoth/images/terrain/grassland-rocks.png
+share/wesnoth/images/terrain/grassland-s-sw-nw-n.png
+share/wesnoth/images/terrain/grassland-s-sw-nw.png
+share/wesnoth/images/terrain/grassland-s-sw.png
+share/wesnoth/images/terrain/grassland-s.png
+share/wesnoth/images/terrain/grassland-se-s.png
+share/wesnoth/images/terrain/grassland-se-sw-nw.png
+share/wesnoth/images/terrain/grassland-se.png
+share/wesnoth/images/terrain/grassland-sw-nw-n.png
+share/wesnoth/images/terrain/grassland-sw-nw.png
+share/wesnoth/images/terrain/grassland-sw.png
+share/wesnoth/images/terrain/grassland.png
+share/wesnoth/images/terrain/hills-n-ne.png
+share/wesnoth/images/terrain/hills-n.png
+share/wesnoth/images/terrain/hills-ne.png
+share/wesnoth/images/terrain/hills-nw.png
+share/wesnoth/images/terrain/hills-s-sw.png
+share/wesnoth/images/terrain/hills-s.png
+share/wesnoth/images/terrain/hills-se.png
+share/wesnoth/images/terrain/hills-sw.png
+share/wesnoth/images/terrain/hills.png
+share/wesnoth/images/terrain/human-village.gif
+share/wesnoth/images/terrain/human-village.png
+share/wesnoth/images/terrain/keep.png
+share/wesnoth/images/terrain/lava.png
+share/wesnoth/images/terrain/mine.png
+share/wesnoth/images/terrain/mountains-n.png
+share/wesnoth/images/terrain/mountains-ne.png
+share/wesnoth/images/terrain/mountains-nw.png
+share/wesnoth/images/terrain/mountains-s.png
+share/wesnoth/images/terrain/mountains-se.png
+share/wesnoth/images/terrain/mountains-sw.png
+share/wesnoth/images/terrain/mountains.png
+share/wesnoth/images/terrain/nest-empty.png
+share/wesnoth/images/terrain/nest-full.png
+share/wesnoth/images/terrain/ocean-n.png
+share/wesnoth/images/terrain/ocean-ne.png
+share/wesnoth/images/terrain/ocean-nw.png
+share/wesnoth/images/terrain/ocean-s.png
+share/wesnoth/images/terrain/ocean-se.png
+share/wesnoth/images/terrain/ocean-sw.png
+share/wesnoth/images/terrain/ocean.png
+share/wesnoth/images/terrain/pier.png
+share/wesnoth/images/terrain/road.png
+share/wesnoth/images/terrain/rocks.png
+share/wesnoth/images/terrain/signpost.png
+share/wesnoth/images/terrain/snow-n-ne-se-s.png
+share/wesnoth/images/terrain/snow-n-ne-se.png
+share/wesnoth/images/terrain/snow-n-ne.png
+share/wesnoth/images/terrain/snow-n.png
+share/wesnoth/images/terrain/snow-ne-se-s.png
+share/wesnoth/images/terrain/snow-ne-se.png
+share/wesnoth/images/terrain/snow-ne.png
+share/wesnoth/images/terrain/snow-nw-n.png
+share/wesnoth/images/terrain/snow-nw.png
+share/wesnoth/images/terrain/snow-s-sw-nw-n.png
+share/wesnoth/images/terrain/snow-s-sw-nw.png
+share/wesnoth/images/terrain/snow-s-sw.png
+share/wesnoth/images/terrain/snow-s.png
+share/wesnoth/images/terrain/snow-se-s.png
+share/wesnoth/images/terrain/snow-se-sw-nw.png
+share/wesnoth/images/terrain/snow-se.png
+share/wesnoth/images/terrain/snow-sw-nw-n.png
+share/wesnoth/images/terrain/snow-sw-nw.png
+share/wesnoth/images/terrain/snow-sw.png
+share/wesnoth/images/terrain/snow.png
+share/wesnoth/images/terrain/snow2.png
+share/wesnoth/images/terrain/snowbits.png
+share/wesnoth/images/terrain/swampwater.png
+share/wesnoth/images/terrain/swampwater2.png
+share/wesnoth/images/terrain/swampwater3.png
+share/wesnoth/images/terrain/temple.png
+share/wesnoth/images/terrain/void.png
+share/wesnoth/images/thief.png
+share/wesnoth/images/title.png
+share/wesnoth/images/troll-grunt-attack.png
+share/wesnoth/images/troll-grunt.png
+share/wesnoth/images/troll-warrior-attack.png
+share/wesnoth/images/troll-warrior.png
+share/wesnoth/images/troll-whelp-attack.png
+share/wesnoth/images/troll-whelp-defend.png
+share/wesnoth/images/troll-whelp.png
+share/wesnoth/images/undead-adept-attack.png
+share/wesnoth/images/undead-adept-defend.png
+share/wesnoth/images/undead-adept.png
+share/wesnoth/images/undead-ancient-lich.png
+share/wesnoth/images/undead-archer.png
+share/wesnoth/images/undead-bat.png
+share/wesnoth/images/undead-bloodbat.png
+share/wesnoth/images/undead-boneshooter.png
+share/wesnoth/images/undead-chocobone.png
+share/wesnoth/images/undead-deathknight.png
+share/wesnoth/images/undead-ghost.png
+share/wesnoth/images/undead-ghoul-attack.png
+share/wesnoth/images/undead-ghoul-defend.png
+share/wesnoth/images/undead-ghoul.png
+share/wesnoth/images/undead-lich.png
+share/wesnoth/images/undead-necromancer-attack.png
+share/wesnoth/images/undead-necromancer-attack2.png
+share/wesnoth/images/undead-necromancer-defend.png
+share/wesnoth/images/undead-necromancer.png
+share/wesnoth/images/undead-revenant.png
+share/wesnoth/images/undead-skeleton.png
+share/wesnoth/images/undead-wraith.png
+share/wesnoth/images/undead-zombie-attack.png
+share/wesnoth/images/undead-zombie.png
+share/wesnoth/images/unmoved-energy.png
+share/wesnoth/images/water_spay.png
+share/wesnoth/images/web.png
+share/wesnoth/images/white-cleric.png
+share/wesnoth/images/white-mage.png
+share/wesnoth/images/whitemissile-n.png
+share/wesnoth/images/whitemissile-ne.png
+share/wesnoth/images/wolf-rider-attack.png
+share/wesnoth/images/wolf-rider.png
+share/wesnoth/music/wesnoth-1.ogg
+share/wesnoth/music/wesnoth-2.ogg
+share/wesnoth/music/wesnoth-3.ogg
+share/wesnoth/music/wesnoth-4.ogg
+share/wesnoth/music/wesnoth-5.ogg
+share/wesnoth/music/wesnoth-6.ogg
+share/wesnoth/sounds/arrow-hit.wav
+share/wesnoth/sounds/arrow-miss.wav
+share/wesnoth/sounds/bell.wav
+share/wesnoth/sounds/fire.wav
+share/wesnoth/sounds/firearrow.wav
+share/wesnoth/sounds/fist-swish.wav
+share/wesnoth/sounds/groan.wav
+share/wesnoth/sounds/gunshot.wav
+share/wesnoth/sounds/heal.wav
+share/wesnoth/sounds/horse-canter.wav
+share/wesnoth/sounds/lightning.wav
+share/wesnoth/sounds/magicmissile.wav
+share/wesnoth/sounds/pistol.wav
+share/wesnoth/sounds/sword-clang.wav
+share/wesnoth/sounds/sword-swish.wav
+@dirrm share/wesnoth/sounds
+@dirrm share/wesnoth/music
+@dirrm share/wesnoth/images/terrain
+@dirrm share/wesnoth/images/misc
+@dirrm share/wesnoth/images/buttons
+@dirrm share/wesnoth/images
+@dirrm share/wesnoth/fonts
+@dirrm share/wesnoth/data/units
+@dirrm share/wesnoth/data/translations
+@dirrm share/wesnoth/data/scenarios
+@dirrm share/wesnoth/data/maps
+@dirrm share/wesnoth/data
+@dirrm share/wesnoth