ports/60531: New port: games/wesnoth, A fantasy turn-based strategy game.
Jeremy Messenger
mezz7 at cox.net
Tue Dec 23 20:11:50 UTC 2003
>Number: 60531
>Category: ports
>Synopsis: New port: games/wesnoth, A fantasy turn-based strategy game.
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Dec 23 12:10:22 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Mezz
>Release: FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ns1.mezzweb.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Wed Aug 13
22:39:47 CDT 2003 mezz at mezz.mezzweb.com:/usr/obj/usr/src/sys/BSDROCKS i386
>Description:
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.
>How-To-Repeat:
n/a
>Fix:
--- wesnoth.shar begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# wesnoth
# wesnoth/distinfo
# wesnoth/Makefile
# wesnoth/pkg-plist
# wesnoth/pkg-descr
#
echo c - wesnoth
mkdir -p wesnoth > /dev/null 2>&1
echo x - wesnoth/distinfo
sed 's/^X//' >wesnoth/distinfo << 'END-of-wesnoth/distinfo'
XMD5 (wesnoth-0.6.1.tar.gz) = 716f3507d044318b63c907134356708c
END-of-wesnoth/distinfo
echo x - wesnoth/Makefile
sed 's/^X//' >wesnoth/Makefile << 'END-of-wesnoth/Makefile'
X# New ports collection makefile for: wesnoth
X# Date created: 22 December 2003
X# Whom: Mezz <mezz7 at cox.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME= wesnoth
XPORTVERSION= 0.6.1
XCATEGORIES= games
XMASTER_SITES= http://www.wesnoth.org/files/
X
XMAINTAINER= mezz7 at cox.net
XCOMMENT= A fantasy turn-based strategy game
X
XLIB_DEPENDS= SDL_net.0:${PORTSDIR}/net/sdl_net \
X SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \
X SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
X SDL_image.10:${PORTSDIR}/graphics/sdl_image
X
XUSE_SDL= yes
XUSE_GNOME= gnometarget
XUSE_X_PREFIX= yes
XGNU_CONFIGURE= yes
X
XMAN6= wesnoth.6 wesnothd.6
X
X.if defined(WITH_DEBUG)
XCONFIGURE_ARGS+= --enable-debug
X.endif
X
X.if defined(WITH_EDITOR) || defined(PACKAGE_BUILDING)
XCONFIGURE_ARGS+= --enable-editor
XPLIST_SUB+= EDITOR:=""
X.else
XPLIST_SUB+= EDITOR:="@comment "
X.endif
X
X.if defined(WITH_SERVER) || defined(PACKAGE_BUILDING)
XCONFIGURE_ARGS+= --enable-server
XPLIST_SUB+= SERVER:=""
X.else
XPLIST_SUB+= SERVER:="@comment "
X.endif
X
X.if defined(WITH_TOOLS) || defined(PACKAGE_BUILDING)
XCONFIGURE_ARGS+= --enable-tools
XPLIST_SUB+= TOOLS:=""
X.else
XPLIST_SUB+= TOOLS:="@comment "
X.endif
X
Xpre-everything::
X.if !defined(WITH_DEBUG) || !defined(WITH_EDITOR) || !defined(WITH_SERVER) || !defined(WITH_TOOLS)
X @${ECHO_MSG} "You may specify the following on the command line:"
X @${ECHO_MSG} " "
X.endif
X
X.if !defined(WITH_DEBUG)
X @${ECHO_MSG} "WITH_DEBUG=yes for enable debug in wesnoth."
X.endif
X
X.if !defined(WITH_EDITOR)
X @${ECHO_MSG} "WITH_EDITOR=yes for enable compilation editor."
X.endif
X
X.if !defined(WITH_SERVER)
X @${ECHO_MSG} "WITH_SERVER=yes for enable compilation of server."
X.endif
X
X.if !defined(WITH_TOOLS)
X @${ECHO_MSG} "WITH_TOOLS=yes for enable compilation of translation tools."
X.endif
X
X.include <bsd.port.mk>
END-of-wesnoth/Makefile
echo x - wesnoth/pkg-plist
sed 's/^X//' >wesnoth/pkg-plist << 'END-of-wesnoth/pkg-plist'
X%%TOOLS:%%bin/make_translation
X%%TOOLS:%%bin/merge_translations
Xbin/wesnoth
X%%EDITOR:%%bin/wesnoth_editor
X%%SERVER:%%bin/wesnothd
Xshare/wesnoth/data/battleworld.cfg
Xshare/wesnoth/data/convert.pl
Xshare/wesnoth/data/deaths.cfg
Xshare/wesnoth/data/game.cfg
Xshare/wesnoth/data/intro.cfg
Xshare/wesnoth/data/items.cfg
Xshare/wesnoth/data/maps/LiberationMap.dat
Xshare/wesnoth/data/maps/battleworld
Xshare/wesnoth/data/maps/choice
Xshare/wesnoth/data/maps/crossroads
Xshare/wesnoth/data/maps/hasty-alliance
Xshare/wesnoth/data/maps/isle_damned
Xshare/wesnoth/data/maps/kingatsea
Xshare/wesnoth/data/maps/map-test
Xshare/wesnoth/data/maps/map-threerivers
Xshare/wesnoth/data/maps/map-tutorial
Xshare/wesnoth/data/maps/map0
Xshare/wesnoth/data/maps/map0-bak
Xshare/wesnoth/data/maps/map0b
Xshare/wesnoth/data/maps/map1
Xshare/wesnoth/data/maps/map10
Xshare/wesnoth/data/maps/map11
Xshare/wesnoth/data/maps/map12
Xshare/wesnoth/data/maps/map13
Xshare/wesnoth/data/maps/map15
Xshare/wesnoth/data/maps/map2
Xshare/wesnoth/data/maps/map3
Xshare/wesnoth/data/maps/map4
Xshare/wesnoth/data/maps/map5
Xshare/wesnoth/data/maps/map6
Xshare/wesnoth/data/maps/map7
Xshare/wesnoth/data/maps/map8
Xshare/wesnoth/data/maps/map9
Xshare/wesnoth/data/maps/north-winter
Xshare/wesnoth/data/maps/sceptre
Xshare/wesnoth/data/maps/snowplains
Xshare/wesnoth/data/maps/swampland
Xshare/wesnoth/data/maps/undmap1
Xshare/wesnoth/data/maps/undmap2
Xshare/wesnoth/data/multiplayer.cfg
Xshare/wesnoth/data/names.cfg
Xshare/wesnoth/data/ranmap.cfg
Xshare/wesnoth/data/sample_translation.cfg
Xshare/wesnoth/data/scenario-test.cfg
Xshare/wesnoth/data/scenarios/A_Choice_Must_Be_Made.cfg
Xshare/wesnoth/data/scenarios/Bay_of_Pearls.cfg
Xshare/wesnoth/data/scenarios/Blackwater_Port.cfg
Xshare/wesnoth/data/scenarios/Brother_Against_Brother.cfg
Xshare/wesnoth/data/scenarios/Crossroads.cfg
Xshare/wesnoth/data/scenarios/Dwarven_Doors.cfg
Xshare/wesnoth/data/scenarios/Elves_Besieged.cfg
Xshare/wesnoth/data/scenarios/Ford_of_Abez.cfg
Xshare/wesnoth/data/scenarios/Gryphon_Mountain.cfg
Xshare/wesnoth/data/scenarios/Hasty_Alliance.cfg
Xshare/wesnoth/data/scenarios/High_King_at_Sea.cfg
Xshare/wesnoth/data/scenarios/Isle_of_Anduin.cfg
Xshare/wesnoth/data/scenarios/Isle_of_the_Damned.cfg
Xshare/wesnoth/data/scenarios/Mountain_Pass.cfg
Xshare/wesnoth/data/scenarios/Muff_Malal_Peninsula.cfg
Xshare/wesnoth/data/scenarios/Northern_Winter.cfg
Xshare/wesnoth/data/scenarios/Plunging_Into_the_Darkness.cfg
Xshare/wesnoth/data/scenarios/Princess_of_Wesnoth.cfg
Xshare/wesnoth/data/scenarios/Random_Scenario.cfg
Xshare/wesnoth/data/scenarios/Sceptre.cfg
Xshare/wesnoth/data/scenarios/Siege_to_Elefansar.cfg
Xshare/wesnoth/data/scenarios/Snow_Plains.cfg
Xshare/wesnoth/data/scenarios/Swamp_Of_Dread.cfg
Xshare/wesnoth/data/scenarios/The_Liberation_Front.cfg
Xshare/wesnoth/data/scenarios/The_Lost_General.cfg
Xshare/wesnoth/data/scenarios/The_Skull_of_Agarash.cfg
Xshare/wesnoth/data/scenarios/Valley_of_Death.cfg
Xshare/wesnoth/data/schedules.cfg
Xshare/wesnoth/data/terrain.cfg
Xshare/wesnoth/data/translations/danish.cfg
Xshare/wesnoth/data/translations/dutch.cfg
Xshare/wesnoth/data/translations/english.cfg
Xshare/wesnoth/data/translations/french.cfg
Xshare/wesnoth/data/translations/german.cfg
Xshare/wesnoth/data/translations/hungarian.cfg
Xshare/wesnoth/data/translations/italian.cfg
Xshare/wesnoth/data/translations/polish.cfg
Xshare/wesnoth/data/translations/spanish.cfg
Xshare/wesnoth/data/tutorial.cfg
Xshare/wesnoth/data/units/Ancient_Lich.cfg
Xshare/wesnoth/data/units/Arch_Mage.cfg
Xshare/wesnoth/data/units/Assassin.cfg
Xshare/wesnoth/data/units/Blood_Bat.cfg
Xshare/wesnoth/data/units/Bone_Shooter.cfg
Xshare/wesnoth/data/units/Cavalry.cfg
Xshare/wesnoth/data/units/Cave_Spider.cfg
Xshare/wesnoth/data/units/Chocobone.cfg
Xshare/wesnoth/data/units/Commander.cfg
Xshare/wesnoth/data/units/Cuttle_Fish.cfg
Xshare/wesnoth/data/units/Dark_Adept.cfg
Xshare/wesnoth/data/units/Dark_Apprentice.cfg
Xshare/wesnoth/data/units/Death_Knight.cfg
Xshare/wesnoth/data/units/Dragoon.cfg
Xshare/wesnoth/data/units/Duelist.cfg
Xshare/wesnoth/data/units/Dwarvish_Berserker.cfg
Xshare/wesnoth/data/units/Dwarvish_Fighter.cfg
Xshare/wesnoth/data/units/Dwarvish_Lord.cfg
Xshare/wesnoth/data/units/Dwarvish_Runemaster.cfg
Xshare/wesnoth/data/units/Dwarvish_Steelclad.cfg
Xshare/wesnoth/data/units/Dwarvish_Thunderer.cfg
Xshare/wesnoth/data/units/Elder_Mage.cfg
Xshare/wesnoth/data/units/Elvish_Archer.cfg
Xshare/wesnoth/data/units/Elvish_Avenger.cfg
Xshare/wesnoth/data/units/Elvish_Captain.cfg
Xshare/wesnoth/data/units/Elvish_Champion.cfg
Xshare/wesnoth/data/units/Elvish_Druid.cfg
Xshare/wesnoth/data/units/Elvish_Fighter.cfg
Xshare/wesnoth/data/units/Elvish_Hero.cfg
Xshare/wesnoth/data/units/Elvish_Lord.cfg
Xshare/wesnoth/data/units/Elvish_Marksman.cfg
Xshare/wesnoth/data/units/Elvish_Marshal.cfg
Xshare/wesnoth/data/units/Elvish_Outrider.cfg
Xshare/wesnoth/data/units/Elvish_Ranger.cfg
Xshare/wesnoth/data/units/Elvish_Scout.cfg
Xshare/wesnoth/data/units/Elvish_Shaman.cfg
Xshare/wesnoth/data/units/Elvish_Sharpshooter.cfg
Xshare/wesnoth/data/units/Elvish_Shyde.cfg
Xshare/wesnoth/data/units/Evil_Necromancer.cfg
Xshare/wesnoth/data/units/Fencer.cfg
Xshare/wesnoth/data/units/Fighter.cfg
Xshare/wesnoth/data/units/Galleon.cfg
Xshare/wesnoth/data/units/General.cfg
Xshare/wesnoth/data/units/Ghost.cfg
Xshare/wesnoth/data/units/Ghoul.cfg
Xshare/wesnoth/data/units/Goblin_Knight.cfg
Xshare/wesnoth/data/units/Goblin_Pillager.cfg
Xshare/wesnoth/data/units/Great_Mage.cfg
Xshare/wesnoth/data/units/Gryphon.cfg
Xshare/wesnoth/data/units/Gryphon_Rider.cfg
Xshare/wesnoth/data/units/Halbardier.cfg
Xshare/wesnoth/data/units/Heavy_Infantry.cfg
Xshare/wesnoth/data/units/Horseman.cfg
Xshare/wesnoth/data/units/Knight.cfg
Xshare/wesnoth/data/units/Lich.cfg
Xshare/wesnoth/data/units/Lieutenant.cfg
Xshare/wesnoth/data/units/Lord.cfg
Xshare/wesnoth/data/units/Mage.cfg
Xshare/wesnoth/data/units/Mage_of_Light.cfg
Xshare/wesnoth/data/units/Merman.cfg
Xshare/wesnoth/data/units/Merman_Lord.cfg
Xshare/wesnoth/data/units/Naga.cfg
Xshare/wesnoth/data/units/Necromancer.cfg
Xshare/wesnoth/data/units/Ogre.cfg
Xshare/wesnoth/data/units/Orcish_Archer.cfg
Xshare/wesnoth/data/units/Orcish_Assassin.cfg
Xshare/wesnoth/data/units/Orcish_Crossbow.cfg
Xshare/wesnoth/data/units/Orcish_Grunt.cfg
Xshare/wesnoth/data/units/Orcish_Slayer.cfg
Xshare/wesnoth/data/units/Orcish_Warlord.cfg
Xshare/wesnoth/data/units/Orcish_Warrior.cfg
Xshare/wesnoth/data/units/Paladin.cfg
Xshare/wesnoth/data/units/Pikeman.cfg
Xshare/wesnoth/data/units/Princess.cfg
Xshare/wesnoth/data/units/Red_Mage.cfg
Xshare/wesnoth/data/units/Revenant.cfg
Xshare/wesnoth/data/units/Rogue.cfg
Xshare/wesnoth/data/units/Royal_Guard.cfg
Xshare/wesnoth/data/units/Sea_Hag.cfg
Xshare/wesnoth/data/units/Sea_Orc.cfg
Xshare/wesnoth/data/units/Sea_Serpent.cfg
Xshare/wesnoth/data/units/Shock_Trooper.cfg
Xshare/wesnoth/data/units/Skeleton.cfg
Xshare/wesnoth/data/units/Skeleton_Archer.cfg
Xshare/wesnoth/data/units/Sleeping_Gryphon.cfg
Xshare/wesnoth/data/units/Spearman.cfg
Xshare/wesnoth/data/units/Swordsman.cfg
Xshare/wesnoth/data/units/Thief.cfg
Xshare/wesnoth/data/units/Troll.cfg
Xshare/wesnoth/data/units/Troll_Warrior.cfg
Xshare/wesnoth/data/units/Troll_Whelp.cfg
Xshare/wesnoth/data/units/Vampire_Bat.cfg
Xshare/wesnoth/data/units/Walking_Corpse.cfg
Xshare/wesnoth/data/units/White_Mage.cfg
Xshare/wesnoth/data/units/Wolf_Rider.cfg
Xshare/wesnoth/data/units/Wraith.cfg
Xshare/wesnoth/data/utils.cfg
Xshare/wesnoth/fonts/Vera.ttf
Xshare/wesnoth/images/Afternoon.png
Xshare/wesnoth/images/Dawn.png
Xshare/wesnoth/images/Day.png
Xshare/wesnoth/images/Dusk.png
Xshare/wesnoth/images/FirstWatch.png
Xshare/wesnoth/images/Morning.png
Xshare/wesnoth/images/Night.png
Xshare/wesnoth/images/SecondWatch.png
Xshare/wesnoth/images/ally-energy.png
Xshare/wesnoth/images/arch-mage.png
Xshare/wesnoth/images/assassin.png
Xshare/wesnoth/images/bone-n.png
Xshare/wesnoth/images/bone-ne.png
Xshare/wesnoth/images/bullet.png
Xshare/wesnoth/images/buttons/button-active.png
Xshare/wesnoth/images/buttons/button-pressed.png
Xshare/wesnoth/images/buttons/button.png
Xshare/wesnoth/images/buttons/downarrow-button-active.png
Xshare/wesnoth/images/buttons/downarrow-button-pressed.png
Xshare/wesnoth/images/buttons/downarrow-button.png
Xshare/wesnoth/images/buttons/slider-selected.png
Xshare/wesnoth/images/buttons/slider.png
Xshare/wesnoth/images/buttons/uparrow-button-active.png
Xshare/wesnoth/images/buttons/uparrow-button-pressed.png
Xshare/wesnoth/images/buttons/uparrow-button.png
Xshare/wesnoth/images/cavespider.png
Xshare/wesnoth/images/cross.png
Xshare/wesnoth/images/cuttlefish.png
Xshare/wesnoth/images/darkmissile-n.png
Xshare/wesnoth/images/darkmissile-ne.png
Xshare/wesnoth/images/dwarf-berserker.png
Xshare/wesnoth/images/dwarf-fighter-defend.png
Xshare/wesnoth/images/dwarf-fighter.png
Xshare/wesnoth/images/dwarf-runemaster-attack.png
Xshare/wesnoth/images/dwarf-runemaster-defend.png
Xshare/wesnoth/images/dwarf-runemaster.png
Xshare/wesnoth/images/dwarf-thunderer-attack.png
Xshare/wesnoth/images/dwarf-thunderer-attack1.png
Xshare/wesnoth/images/dwarf-thunderer-defend.png
Xshare/wesnoth/images/dwarf-thunderer.png
Xshare/wesnoth/images/dwarf-warrior.png
Xshare/wesnoth/images/elder-mage-attack.png
Xshare/wesnoth/images/elder-mage-defend.png
Xshare/wesnoth/images/elder-mage.png
Xshare/wesnoth/images/elvish-archer-attack.png
Xshare/wesnoth/images/elvish-archer-attack1.png
Xshare/wesnoth/images/elvish-archer-attack2.png
Xshare/wesnoth/images/elvish-archer.png
Xshare/wesnoth/images/elvish-avenger.png
Xshare/wesnoth/images/elvish-captain-attack.png
Xshare/wesnoth/images/elvish-captain-bow-attack1.png
Xshare/wesnoth/images/elvish-captain-bow-attack2.png
Xshare/wesnoth/images/elvish-captain-bow.png
Xshare/wesnoth/images/elvish-captain-defend.png
Xshare/wesnoth/images/elvish-captain.png
Xshare/wesnoth/images/elvish-champion-attack.png
Xshare/wesnoth/images/elvish-champion-defend.png
Xshare/wesnoth/images/elvish-champion.png
Xshare/wesnoth/images/elvish-druid.png
Xshare/wesnoth/images/elvish-fighter-attack.png
Xshare/wesnoth/images/elvish-fighter-bow-attack1.png
Xshare/wesnoth/images/elvish-fighter-bow-attack2.png
Xshare/wesnoth/images/elvish-fighter-bow-defend.png
Xshare/wesnoth/images/elvish-fighter-bow.png
Xshare/wesnoth/images/elvish-fighter-defend.png
Xshare/wesnoth/images/elvish-fighter.png
Xshare/wesnoth/images/elvish-hero-attack.png
Xshare/wesnoth/images/elvish-hero.png
Xshare/wesnoth/images/elvish-lord.png
Xshare/wesnoth/images/elvish-marksman.png
Xshare/wesnoth/images/elvish-marshal.png
Xshare/wesnoth/images/elvish-outrider.png
Xshare/wesnoth/images/elvish-ranger-attack.png
Xshare/wesnoth/images/elvish-ranger-attack1.png
Xshare/wesnoth/images/elvish-ranger-attack2.png
Xshare/wesnoth/images/elvish-ranger.png
Xshare/wesnoth/images/elvish-scout-attack.png
Xshare/wesnoth/images/elvish-scout.png
Xshare/wesnoth/images/elvish-shaman-attack.png
Xshare/wesnoth/images/elvish-shaman-attack2.png
Xshare/wesnoth/images/elvish-shaman-defend.png
Xshare/wesnoth/images/elvish-shaman.png
Xshare/wesnoth/images/elvish-sharpshooter.png
Xshare/wesnoth/images/elvish-shyde.png
Xshare/wesnoth/images/enemy-energy.png
Xshare/wesnoth/images/entangle.png
Xshare/wesnoth/images/fireball.png
Xshare/wesnoth/images/galleon.png
Xshare/wesnoth/images/goblin-knight-attack.png
Xshare/wesnoth/images/goblin-knight.png
Xshare/wesnoth/images/goblin-pillager-attack.png
Xshare/wesnoth/images/goblin-pillager-attack2.png
Xshare/wesnoth/images/goblin-pillager-defend.png
Xshare/wesnoth/images/goblin-pillager.png
Xshare/wesnoth/images/great-mage.png
Xshare/wesnoth/images/gryphon-rider.png
Xshare/wesnoth/images/gryphon-sleeping.png
Xshare/wesnoth/images/gryphon.png
Xshare/wesnoth/images/horseman-attack.png
Xshare/wesnoth/images/horseman.png
Xshare/wesnoth/images/human-dragoon.png
Xshare/wesnoth/images/human-duelist-defend.png
Xshare/wesnoth/images/human-duelist.png
Xshare/wesnoth/images/human-fencer-defend.png
Xshare/wesnoth/images/human-fencer.png
Xshare/wesnoth/images/human-general.png
Xshare/wesnoth/images/human-halbardier.png
Xshare/wesnoth/images/human-heavyinfantry.png
Xshare/wesnoth/images/human-lieutenant.png
Xshare/wesnoth/images/human-pikeman.png
Xshare/wesnoth/images/human-princess.png
Xshare/wesnoth/images/human-queen.png
Xshare/wesnoth/images/human-royalguard.png
Xshare/wesnoth/images/human-scout.png
Xshare/wesnoth/images/human-shocktrooper.png
Xshare/wesnoth/images/human-spearman-attack.png
Xshare/wesnoth/images/human-spearman-attack2.png
Xshare/wesnoth/images/human-spearman-defend.png
Xshare/wesnoth/images/human-spearman.png
Xshare/wesnoth/images/human-swordman.png
Xshare/wesnoth/images/icon.png
Xshare/wesnoth/images/ink.png
Xshare/wesnoth/images/item-flamesword.png
Xshare/wesnoth/images/item-holywater.png
Xshare/wesnoth/images/item-sceptreoffire.png
Xshare/wesnoth/images/knight.png
Xshare/wesnoth/images/konrad-commander-attack1.png
Xshare/wesnoth/images/konrad-commander-attack2.png
Xshare/wesnoth/images/konrad-commander.png
Xshare/wesnoth/images/konrad-lord.png
Xshare/wesnoth/images/konrad-young-attack.png
Xshare/wesnoth/images/konrad-young.png
Xshare/wesnoth/images/lightning-bolt.png
Xshare/wesnoth/images/lightning-n.png
Xshare/wesnoth/images/lightning-ne.png
Xshare/wesnoth/images/mage-attack1.png
Xshare/wesnoth/images/mage-attack2.png
Xshare/wesnoth/images/mage-attack3.png
Xshare/wesnoth/images/mage.png
Xshare/wesnoth/images/magicmissile-n.png
Xshare/wesnoth/images/magicmissile-ne.png
Xshare/wesnoth/images/merman-king.png
Xshare/wesnoth/images/merman.png
Xshare/wesnoth/images/misc/botleft-corner.png
Xshare/wesnoth/images/misc/botright-corner.png
Xshare/wesnoth/images/misc/cage.png
Xshare/wesnoth/images/misc/character-box.png
Xshare/wesnoth/images/misc/chest.png
Xshare/wesnoth/images/misc/compass-north.png
Xshare/wesnoth/images/misc/compass-south.png
Xshare/wesnoth/images/misc/cross.png
Xshare/wesnoth/images/misc/delfador.png
Xshare/wesnoth/images/misc/dot.png
Xshare/wesnoth/images/misc/font8x8.png
Xshare/wesnoth/images/misc/foot-left-n.png
Xshare/wesnoth/images/misc/foot-left-nw.png
Xshare/wesnoth/images/misc/foot-right-n.png
Xshare/wesnoth/images/misc/foot-right-nw.png
Xshare/wesnoth/images/misc/item-stormtrident.png
Xshare/wesnoth/images/misc/kalenz.png
Xshare/wesnoth/images/misc/konrad.png
Xshare/wesnoth/images/misc/lisar.png
Xshare/wesnoth/images/misc/lobby.png
Xshare/wesnoth/images/misc/map.png
Xshare/wesnoth/images/misc/menu-background.png
Xshare/wesnoth/images/misc/menu-border-botleft.png
Xshare/wesnoth/images/misc/menu-border-botright.png
Xshare/wesnoth/images/misc/menu-border-bottom.png
Xshare/wesnoth/images/misc/menu-border-left.png
Xshare/wesnoth/images/misc/menu-border-right.png
Xshare/wesnoth/images/misc/menu-border-top.png
Xshare/wesnoth/images/misc/menu-border-topleft.png
Xshare/wesnoth/images/misc/menu-border-topright.png
Xshare/wesnoth/images/misc/rightside-bottom.png
Xshare/wesnoth/images/misc/rightside-editor.png
Xshare/wesnoth/images/misc/rightside.png
Xshare/wesnoth/images/misc/story1.png
Xshare/wesnoth/images/misc/story2.png
Xshare/wesnoth/images/misc/story3.png
Xshare/wesnoth/images/misc/story4.png
Xshare/wesnoth/images/misc/story5.png
Xshare/wesnoth/images/misc/story6.png
Xshare/wesnoth/images/misc/story7.png
Xshare/wesnoth/images/misc/story8.png
Xshare/wesnoth/images/misc/topleft-corner.png
Xshare/wesnoth/images/misc/topright-corner.png
Xshare/wesnoth/images/missile-n.png
Xshare/wesnoth/images/missile-ne.png
Xshare/wesnoth/images/missile-nw.png
Xshare/wesnoth/images/missile-s.png
Xshare/wesnoth/images/missile-se.png
Xshare/wesnoth/images/missile-sw.png
Xshare/wesnoth/images/missile.png
Xshare/wesnoth/images/missiledagger-n.png
Xshare/wesnoth/images/missiledagger-ne.png
Xshare/wesnoth/images/missilespear-n.png
Xshare/wesnoth/images/missilespear-ne.png
Xshare/wesnoth/images/moved-energy.png
Xshare/wesnoth/images/naga.png
Xshare/wesnoth/images/ogre.png
Xshare/wesnoth/images/orc-archer-attack.png
Xshare/wesnoth/images/orc-archer-attack2.png
Xshare/wesnoth/images/orc-archer.png
Xshare/wesnoth/images/orc-assassin.png
Xshare/wesnoth/images/orc-slayer.png
Xshare/wesnoth/images/orc-xbowman.png
Xshare/wesnoth/images/orcish-grunt-attack.png
Xshare/wesnoth/images/orcish-grunt-defend.png
Xshare/wesnoth/images/orcish-grunt.png
Xshare/wesnoth/images/orcish-warlord.png
Xshare/wesnoth/images/orcish-warrior-defend.png
Xshare/wesnoth/images/orcish-warrior.png
Xshare/wesnoth/images/paladin.png
Xshare/wesnoth/images/partmoved-energy.png
Xshare/wesnoth/images/red-mage.png
Xshare/wesnoth/images/rogue.png
Xshare/wesnoth/images/sea-hag.png
Xshare/wesnoth/images/sea-orc.png
Xshare/wesnoth/images/seaserpent.png
Xshare/wesnoth/images/terrain/bridge-n-s.png
Xshare/wesnoth/images/terrain/bridge-ne-sw.png
Xshare/wesnoth/images/terrain/bridge-se-nw.png
Xshare/wesnoth/images/terrain/bridge.png
Xshare/wesnoth/images/terrain/castle-n-ne-se-s.png
Xshare/wesnoth/images/terrain/castle-n-ne-se.png
Xshare/wesnoth/images/terrain/castle-n-ne.png
Xshare/wesnoth/images/terrain/castle-n.png
Xshare/wesnoth/images/terrain/castle-ne-se-s.png
Xshare/wesnoth/images/terrain/castle-ne-se.png
Xshare/wesnoth/images/terrain/castle-ne.png
Xshare/wesnoth/images/terrain/castle-nw-n.png
Xshare/wesnoth/images/terrain/castle-nw.png
Xshare/wesnoth/images/terrain/castle-ruins.png
Xshare/wesnoth/images/terrain/castle-s-sw-nw-n.png
Xshare/wesnoth/images/terrain/castle-s-sw-nw.png
Xshare/wesnoth/images/terrain/castle-s-sw.png
Xshare/wesnoth/images/terrain/castle-s.png
Xshare/wesnoth/images/terrain/castle-se-s.png
Xshare/wesnoth/images/terrain/castle-se.png
Xshare/wesnoth/images/terrain/castle-sw-nw-n.png
Xshare/wesnoth/images/terrain/castle-sw-nw.png
Xshare/wesnoth/images/terrain/castle-sw.png
Xshare/wesnoth/images/terrain/castle.png
Xshare/wesnoth/images/terrain/cave.png
Xshare/wesnoth/images/terrain/cavewall.png
Xshare/wesnoth/images/terrain/coast-n.png
Xshare/wesnoth/images/terrain/coast-ne.png
Xshare/wesnoth/images/terrain/coast-nw.png
Xshare/wesnoth/images/terrain/coast-s.png
Xshare/wesnoth/images/terrain/coast-se.png
Xshare/wesnoth/images/terrain/coast-sw.png
Xshare/wesnoth/images/terrain/coast.png
Xshare/wesnoth/images/terrain/desert-n.png
Xshare/wesnoth/images/terrain/desert-ne.png
Xshare/wesnoth/images/terrain/desert-nw.png
Xshare/wesnoth/images/terrain/desert-plant.png
Xshare/wesnoth/images/terrain/desert-s.png
Xshare/wesnoth/images/terrain/desert-se.png
Xshare/wesnoth/images/terrain/desert-sw.png
Xshare/wesnoth/images/terrain/desert.png
Xshare/wesnoth/images/terrain/dirt.png
Xshare/wesnoth/images/terrain/dwarven-doors.png
Xshare/wesnoth/images/terrain/flag-cave-neutral.png
Xshare/wesnoth/images/terrain/flag-neutral-dusk.png
Xshare/wesnoth/images/terrain/flag-neutral-first_watch.png
Xshare/wesnoth/images/terrain/flag-neutral-n.png
Xshare/wesnoth/images/terrain/flag-neutral-ne.png
Xshare/wesnoth/images/terrain/flag-neutral-nw.png
Xshare/wesnoth/images/terrain/flag-neutral-s.png
Xshare/wesnoth/images/terrain/flag-neutral-se.png
Xshare/wesnoth/images/terrain/flag-neutral-second_watch.png
Xshare/wesnoth/images/terrain/flag-neutral-sw.png
Xshare/wesnoth/images/terrain/flag-neutral.png
Xshare/wesnoth/images/terrain/flag-snow-neutral.png
Xshare/wesnoth/images/terrain/flag-team1.png
Xshare/wesnoth/images/terrain/flag-team2.png
Xshare/wesnoth/images/terrain/flag-team3.png
Xshare/wesnoth/images/terrain/flag-team4.png
Xshare/wesnoth/images/terrain/flag-team5.png
Xshare/wesnoth/images/terrain/flag-team6.png
Xshare/wesnoth/images/terrain/flag.png
Xshare/wesnoth/images/terrain/forest-n.png
Xshare/wesnoth/images/terrain/forest-ne.png
Xshare/wesnoth/images/terrain/forest-nw.png
Xshare/wesnoth/images/terrain/forest-s.png
Xshare/wesnoth/images/terrain/forest-se.png
Xshare/wesnoth/images/terrain/forest-sw.png
Xshare/wesnoth/images/terrain/forest.png
Xshare/wesnoth/images/terrain/grassland-flowers.png
Xshare/wesnoth/images/terrain/grassland-n-ne-se-s.png
Xshare/wesnoth/images/terrain/grassland-n-ne-se.png
Xshare/wesnoth/images/terrain/grassland-n-ne.png
Xshare/wesnoth/images/terrain/grassland-n.png
Xshare/wesnoth/images/terrain/grassland-ne-se-s.png
Xshare/wesnoth/images/terrain/grassland-ne-se.png
Xshare/wesnoth/images/terrain/grassland-ne.png
Xshare/wesnoth/images/terrain/grassland-nw-n.png
Xshare/wesnoth/images/terrain/grassland-nw.png
Xshare/wesnoth/images/terrain/grassland-rocks.png
Xshare/wesnoth/images/terrain/grassland-s-sw-nw-n.png
Xshare/wesnoth/images/terrain/grassland-s-sw-nw.png
Xshare/wesnoth/images/terrain/grassland-s-sw.png
Xshare/wesnoth/images/terrain/grassland-s.png
Xshare/wesnoth/images/terrain/grassland-se-s.png
Xshare/wesnoth/images/terrain/grassland-se-sw-nw.png
Xshare/wesnoth/images/terrain/grassland-se.png
Xshare/wesnoth/images/terrain/grassland-sw-nw-n.png
Xshare/wesnoth/images/terrain/grassland-sw-nw.png
Xshare/wesnoth/images/terrain/grassland-sw.png
Xshare/wesnoth/images/terrain/grassland.png
Xshare/wesnoth/images/terrain/hills-n-ne.png
Xshare/wesnoth/images/terrain/hills-n.png
Xshare/wesnoth/images/terrain/hills-ne.png
Xshare/wesnoth/images/terrain/hills-nw.png
Xshare/wesnoth/images/terrain/hills-s-sw.png
Xshare/wesnoth/images/terrain/hills-s.png
Xshare/wesnoth/images/terrain/hills-se.png
Xshare/wesnoth/images/terrain/hills-sw.png
Xshare/wesnoth/images/terrain/hills.png
Xshare/wesnoth/images/terrain/human-village.gif
Xshare/wesnoth/images/terrain/human-village.png
Xshare/wesnoth/images/terrain/keep.png
Xshare/wesnoth/images/terrain/lava.png
Xshare/wesnoth/images/terrain/mine.png
Xshare/wesnoth/images/terrain/mountains-n.png
Xshare/wesnoth/images/terrain/mountains-ne.png
Xshare/wesnoth/images/terrain/mountains-nw.png
Xshare/wesnoth/images/terrain/mountains-s.png
Xshare/wesnoth/images/terrain/mountains-se.png
Xshare/wesnoth/images/terrain/mountains-sw.png
Xshare/wesnoth/images/terrain/mountains.png
Xshare/wesnoth/images/terrain/nest-empty.png
Xshare/wesnoth/images/terrain/nest-full.png
Xshare/wesnoth/images/terrain/ocean-n.png
Xshare/wesnoth/images/terrain/ocean-ne.png
Xshare/wesnoth/images/terrain/ocean-nw.png
Xshare/wesnoth/images/terrain/ocean-s.png
Xshare/wesnoth/images/terrain/ocean-se.png
Xshare/wesnoth/images/terrain/ocean-sw.png
Xshare/wesnoth/images/terrain/ocean.png
Xshare/wesnoth/images/terrain/pier.png
Xshare/wesnoth/images/terrain/road.png
Xshare/wesnoth/images/terrain/rocks.png
Xshare/wesnoth/images/terrain/signpost.png
Xshare/wesnoth/images/terrain/snow-n-ne-se-s.png
Xshare/wesnoth/images/terrain/snow-n-ne-se.png
Xshare/wesnoth/images/terrain/snow-n-ne.png
Xshare/wesnoth/images/terrain/snow-n.png
Xshare/wesnoth/images/terrain/snow-ne-se-s.png
Xshare/wesnoth/images/terrain/snow-ne-se.png
Xshare/wesnoth/images/terrain/snow-ne.png
Xshare/wesnoth/images/terrain/snow-nw-n.png
Xshare/wesnoth/images/terrain/snow-nw.png
Xshare/wesnoth/images/terrain/snow-s-sw-nw-n.png
Xshare/wesnoth/images/terrain/snow-s-sw-nw.png
Xshare/wesnoth/images/terrain/snow-s-sw.png
Xshare/wesnoth/images/terrain/snow-s.png
Xshare/wesnoth/images/terrain/snow-se-s.png
Xshare/wesnoth/images/terrain/snow-se-sw-nw.png
Xshare/wesnoth/images/terrain/snow-se.png
Xshare/wesnoth/images/terrain/snow-sw-nw-n.png
Xshare/wesnoth/images/terrain/snow-sw-nw.png
Xshare/wesnoth/images/terrain/snow-sw.png
Xshare/wesnoth/images/terrain/snow.png
Xshare/wesnoth/images/terrain/snow2.png
Xshare/wesnoth/images/terrain/snowbits.png
Xshare/wesnoth/images/terrain/swampwater.png
Xshare/wesnoth/images/terrain/swampwater2.png
Xshare/wesnoth/images/terrain/swampwater3.png
Xshare/wesnoth/images/terrain/temple.png
Xshare/wesnoth/images/terrain/void.png
Xshare/wesnoth/images/thief.png
Xshare/wesnoth/images/title.png
Xshare/wesnoth/images/troll-grunt-attack.png
Xshare/wesnoth/images/troll-grunt.png
Xshare/wesnoth/images/troll-warrior-attack.png
Xshare/wesnoth/images/troll-warrior.png
Xshare/wesnoth/images/troll-whelp-attack.png
Xshare/wesnoth/images/troll-whelp-defend.png
Xshare/wesnoth/images/troll-whelp.png
Xshare/wesnoth/images/undead-adept-attack.png
Xshare/wesnoth/images/undead-adept-defend.png
Xshare/wesnoth/images/undead-adept.png
Xshare/wesnoth/images/undead-ancient-lich.png
Xshare/wesnoth/images/undead-archer.png
Xshare/wesnoth/images/undead-bat.png
Xshare/wesnoth/images/undead-bloodbat.png
Xshare/wesnoth/images/undead-boneshooter.png
Xshare/wesnoth/images/undead-chocobone.png
Xshare/wesnoth/images/undead-deathknight.png
Xshare/wesnoth/images/undead-ghost.png
Xshare/wesnoth/images/undead-ghoul-attack.png
Xshare/wesnoth/images/undead-ghoul-defend.png
Xshare/wesnoth/images/undead-ghoul.png
Xshare/wesnoth/images/undead-lich.png
Xshare/wesnoth/images/undead-necromancer-attack.png
Xshare/wesnoth/images/undead-necromancer-attack2.png
Xshare/wesnoth/images/undead-necromancer-defend.png
Xshare/wesnoth/images/undead-necromancer.png
Xshare/wesnoth/images/undead-revenant.png
Xshare/wesnoth/images/undead-skeleton.png
Xshare/wesnoth/images/undead-wraith.png
Xshare/wesnoth/images/undead-zombie-attack.png
Xshare/wesnoth/images/undead-zombie.png
Xshare/wesnoth/images/unmoved-energy.png
Xshare/wesnoth/images/water_spay.png
Xshare/wesnoth/images/web.png
Xshare/wesnoth/images/white-cleric.png
Xshare/wesnoth/images/white-mage.png
Xshare/wesnoth/images/whitemissile-n.png
Xshare/wesnoth/images/whitemissile-ne.png
Xshare/wesnoth/images/wolf-rider-attack.png
Xshare/wesnoth/images/wolf-rider.png
Xshare/wesnoth/music/wesnoth-1.ogg
Xshare/wesnoth/music/wesnoth-2.ogg
Xshare/wesnoth/music/wesnoth-3.ogg
Xshare/wesnoth/music/wesnoth-4.ogg
Xshare/wesnoth/music/wesnoth-5.ogg
Xshare/wesnoth/music/wesnoth-6.ogg
Xshare/wesnoth/sounds/arrow-hit.wav
Xshare/wesnoth/sounds/arrow-miss.wav
Xshare/wesnoth/sounds/bell.wav
Xshare/wesnoth/sounds/fire.wav
Xshare/wesnoth/sounds/firearrow.wav
Xshare/wesnoth/sounds/fist-swish.wav
Xshare/wesnoth/sounds/groan.wav
Xshare/wesnoth/sounds/gunshot.wav
Xshare/wesnoth/sounds/heal.wav
Xshare/wesnoth/sounds/horse-canter.wav
Xshare/wesnoth/sounds/lightning.wav
Xshare/wesnoth/sounds/magicmissile.wav
Xshare/wesnoth/sounds/pistol.wav
Xshare/wesnoth/sounds/sword-clang.wav
Xshare/wesnoth/sounds/sword-swish.wav
X at dirrm share/wesnoth/sounds
X at dirrm share/wesnoth/music
X at dirrm share/wesnoth/images/terrain
X at dirrm share/wesnoth/images/misc
X at dirrm share/wesnoth/images/buttons
X at dirrm share/wesnoth/images
X at dirrm share/wesnoth/fonts
X at dirrm share/wesnoth/data/units
X at dirrm share/wesnoth/data/translations
X at dirrm share/wesnoth/data/scenarios
X at dirrm share/wesnoth/data/maps
X at dirrm share/wesnoth/data
X at dirrm share/wesnoth
END-of-wesnoth/pkg-plist
echo x - wesnoth/pkg-descr
sed 's/^X//' >wesnoth/pkg-descr << 'END-of-wesnoth/pkg-descr'
XBattle for Wesnoth is a fantasy turn-based strategy game. Battle for control of
Xvillages, using variety of units which have advantages and disadvantages in
Xdifferent types of terrains and against different types of attacks. Units gain
Xexperience and advance levels, and are carried over from one scenario to the
Xnext campaign.
X
XWWW: http://www.wesnoth.org/
END-of-wesnoth/pkg-descr
exit
--- wesnoth.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list