summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/freeciv-client/Makefile9
-rw-r--r--games/freeciv-client/PLIST4
-rw-r--r--games/freeciv-server/Makefile10
-rw-r--r--games/freeciv-share/Makefile3
-rw-r--r--games/freeciv-share/Makefile.common7
-rw-r--r--games/freeciv-share/PLIST1506
-rw-r--r--games/freeciv-share/distinfo13
-rw-r--r--games/freeciv-share/patches/patch-aa20
-rw-r--r--games/freeciv-share/patches/patch-ab15
-rw-r--r--games/freeciv-share/patches/patch-ac31
-rw-r--r--games/freeciv-share/patches/patch-common_packets.c31
-rw-r--r--games/freeciv-share/suppress_installation.mk16
12 files changed, 1538 insertions, 127 deletions
diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile
index 6dc7fc3bddf..9acb304f839 100644
--- a/games/freeciv-client/Makefile
+++ b/games/freeciv-client/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2012/07/01 19:05:17 dholland Exp $
+# $NetBSD: Makefile,v 1.55 2012/07/31 15:49:37 prlw1 Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
-PKGREVISION= 11
COMMENT= Freeciv client
PKG_DESTDIR_SUPPORT= user-destdir
@@ -14,11 +13,7 @@ USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --disable-make-data
CONFIGURE_ARGS+= --disable-server
-SUBST_CLASSES+= installfix
-SUBST_STAGE.installfix= post-patch
-SUBST_FILES.installfix= common/Makefile.in
-SUBST_SED.installfix+= -e 's|^install-exec-am: install-libLTLIBRARIES|install-exec-am: \# install-libLTLIBRARIES|'
-SUBST_MESSAGE.installfix= Suppressing installation of libs already in freeciv-share.
+.include "../../games/freeciv-share/suppress_installation.mk"
.include "../../games/freeciv-share/Makefile.common"
diff --git a/games/freeciv-client/PLIST b/games/freeciv-client/PLIST
index bf2582efae6..6711b94c57f 100644
--- a/games/freeciv-client/PLIST
+++ b/games/freeciv-client/PLIST
@@ -1,3 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2010/06/21 07:53:14 spz Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/07/31 15:49:37 prlw1 Exp $
bin/freeciv-gtk2
+bin/freeciv-modpack
+share/applications/freeciv-modpack.desktop
share/applications/freeciv.desktop
diff --git a/games/freeciv-server/Makefile b/games/freeciv-server/Makefile
index 3046ceb3d2f..81d7418caf2 100644
--- a/games/freeciv-server/Makefile
+++ b/games/freeciv-server/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2012/07/01 19:05:17 dholland Exp $
+# $NetBSD: Makefile,v 1.37 2012/07/31 15:49:37 prlw1 Exp $
PKGNAME= ${DISTNAME:S/-/-server-/}
-PKGREVISION= 4
COMMENT= Freeciv game server
DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share
@@ -13,16 +12,13 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_GNU_READLINE= yes
CONFIGURE_ARGS+= --disable-make-data
CONFIGURE_ARGS+= --enable-client=no
+CONFIGURE_ARGS+= --disable-gtktest
CONFIGURE_ARGS+= --with-readline
# Uses rl_filename_completion_function() which was introduced in readline-4.2
BUILDLINK_API_DEPENDS.readline+= readline>=4.2
-SUBST_CLASSES+= installfix
-SUBST_STAGE.installfix= post-patch
-SUBST_FILES.installfix= common/Makefile.in
-SUBST_SED.installfix+= -e 's|^install-exec-am: install-libLTLIBRARIES|install-exec-am: \# install-libLTLIBRARIES|'
-SUBST_MESSAGE.installfix= Suppressing installation of libs already in freeciv-share.
+.include "../../games/freeciv-share/suppress_installation.mk"
.include "../../games/freeciv-share/Makefile.common"
diff --git a/games/freeciv-share/Makefile b/games/freeciv-share/Makefile
index 31aef7099d2..ea71a484352 100644
--- a/games/freeciv-share/Makefile
+++ b/games/freeciv-share/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2012/03/15 11:53:27 obache Exp $
+# $NetBSD: Makefile,v 1.21 2012/07/31 15:49:37 prlw1 Exp $
PKGNAME= ${DISTNAME:S/-/-share-/}
-PKGREVISION= 2
COMMENT= Machine independent files for Freeciv
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common
index e8904dad83c..7e9ba12969c 100644
--- a/games/freeciv-share/Makefile.common
+++ b/games/freeciv-share/Makefile.common
@@ -1,22 +1,25 @@
-# $NetBSD: Makefile.common,v 1.38 2010/09/11 14:19:56 adam Exp $
+# $NetBSD: Makefile.common,v 1.39 2012/07/31 15:49:37 prlw1 Exp $
# used by games/freeciv-share/Makefile
# used by games/freeciv-client/Makefile
# used by games/freeciv-server/Makefile
DISTNAME= freeciv-${FC_VERS}
-FC_VERS= 2.2.2
+FC_VERS= 2.3.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeciv/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freeciv.org/
+LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt pkg-config
USE_LANGUAGES+= c c++
GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo
PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches
diff --git a/games/freeciv-share/PLIST b/games/freeciv-share/PLIST
index dea62d808b8..c373c4bcd72 100644
--- a/games/freeciv-share/PLIST
+++ b/games/freeciv-share/PLIST
@@ -1,48 +1,46 @@
-@comment $NetBSD: PLIST,v 1.11 2010/06/21 07:53:14 spz Exp $
+@comment $NetBSD: PLIST,v 1.12 2012/07/31 15:49:37 prlw1 Exp $
lib/libfreeciv.la
man/man6/freeciv-client.6
-man/man6/freeciv-ftwl.6
man/man6/freeciv-gtk2.6
+man/man6/freeciv-modpack.6
man/man6/freeciv-sdl.6
man/man6/freeciv-server.6
-man/man6/freeciv-win32.6
man/man6/freeciv-xaw.6
share/freeciv/Freeciv
-share/freeciv/amplio.tilespec
-share/freeciv/amplio/ancientcities.png
-share/freeciv/amplio/ancientcities.spec
-share/freeciv/amplio/buildings.spec
-share/freeciv/amplio/cityicon.png
-share/freeciv/amplio/civicon.png
-share/freeciv/amplio/explosions.png
-share/freeciv/amplio/explosions.spec
-share/freeciv/amplio/fog.png
-share/freeciv/amplio/fog.spec
-share/freeciv/amplio/grid.png
-share/freeciv/amplio/grid.spec
-share/freeciv/amplio/icons.spec
-share/freeciv/amplio/medievalcities.png
-share/freeciv/amplio/medievalcities.spec
-share/freeciv/amplio/moderncities.png
-share/freeciv/amplio/moderncities.spec
-share/freeciv/amplio/nuke.png
-share/freeciv/amplio/nuke.spec
-share/freeciv/amplio/ocean.png
-share/freeciv/amplio/ocean.spec
-share/freeciv/amplio/select-alpha.png
-share/freeciv/amplio/select.png
-share/freeciv/amplio/select.spec
-share/freeciv/amplio/terrain1.png
-share/freeciv/amplio/terrain1.spec
-share/freeciv/amplio/terrain2.png
-share/freeciv/amplio/terrain2.spec
-share/freeciv/amplio/tiles.png
-share/freeciv/amplio/tiles.spec
-share/freeciv/amplio/units.png
-share/freeciv/amplio/units.spec
-share/freeciv/amplio/water.png
-share/freeciv/amplio/water.spec
-share/freeciv/amplio/wonders.spec
+share/freeciv/amplio2.tilespec
+share/freeciv/amplio2/ancientcities.png
+share/freeciv/amplio2/ancientcities.spec
+share/freeciv/amplio2/explosions.png
+share/freeciv/amplio2/explosions.spec
+share/freeciv/amplio2/fog.png
+share/freeciv/amplio2/fog.spec
+share/freeciv/amplio2/grid.png
+share/freeciv/amplio2/grid.spec
+share/freeciv/amplio2/hills.png
+share/freeciv/amplio2/hills.spec
+share/freeciv/amplio2/medievalcities.png
+share/freeciv/amplio2/medievalcities.spec
+share/freeciv/amplio2/moderncities.png
+share/freeciv/amplio2/moderncities.spec
+share/freeciv/amplio2/mountains.png
+share/freeciv/amplio2/mountains.spec
+share/freeciv/amplio2/nuke.png
+share/freeciv/amplio2/nuke.spec
+share/freeciv/amplio2/ocean.png
+share/freeciv/amplio2/ocean.spec
+share/freeciv/amplio2/select-alpha.png
+share/freeciv/amplio2/select.png
+share/freeciv/amplio2/select.spec
+share/freeciv/amplio2/terrain1.png
+share/freeciv/amplio2/terrain1.spec
+share/freeciv/amplio2/terrain2.png
+share/freeciv/amplio2/terrain2.spec
+share/freeciv/amplio2/tiles.png
+share/freeciv/amplio2/tiles.spec
+share/freeciv/amplio2/units.png
+share/freeciv/amplio2/units.spec
+share/freeciv/amplio2/water.png
+share/freeciv/amplio2/water.spec
share/freeciv/buildings/airport.png
share/freeciv/buildings/aqueduct.png
share/freeciv/buildings/bank.png
@@ -85,6 +83,7 @@ share/freeciv/buildings/temple.png
share/freeciv/buildings/university.png
share/freeciv/civ1.serv
share/freeciv/civ1/buildings.ruleset
+share/freeciv/civ1/cities.ruleset
share/freeciv/civ1/effects.ruleset
share/freeciv/civ1/game.ruleset
share/freeciv/civ1/governments.ruleset
@@ -98,6 +97,7 @@ share/freeciv/civ2/cities.ruleset
share/freeciv/civ2/effects.ruleset
share/freeciv/civ2/game.ruleset
share/freeciv/civ2/governments.ruleset
+share/freeciv/civ2/nations.ruleset
share/freeciv/civ2/techs.ruleset
share/freeciv/civ2/terrain.ruleset
share/freeciv/civ2/units.ruleset
@@ -114,396 +114,1599 @@ share/freeciv/default/script.lua
share/freeciv/default/techs.ruleset
share/freeciv/default/terrain.ruleset
share/freeciv/default/units.ruleset
+share/freeciv/experimental.serv
+share/freeciv/experimental/ai_effects.ruleset
+share/freeciv/experimental/buildings.ruleset
+share/freeciv/experimental/cities.ruleset
+share/freeciv/experimental/effects.ruleset
+share/freeciv/experimental/game.ruleset
+share/freeciv/experimental/governments.ruleset
+share/freeciv/experimental/script.lua
+share/freeciv/experimental/techs.ruleset
+share/freeciv/experimental/terrain.ruleset
+share/freeciv/experimental/units.ruleset
+share/freeciv/flags/abkhazia-large.png
+share/freeciv/flags/abkhazia-shield-large.png
+share/freeciv/flags/abkhazia-shield.png
+share/freeciv/flags/abkhazia.png
+share/freeciv/flags/aborigines-large.png
+share/freeciv/flags/aborigines-shield-large.png
share/freeciv/flags/aborigines-shield.png
share/freeciv/flags/aborigines.png
+share/freeciv/flags/acadia-large.png
+share/freeciv/flags/acadia-shield-large.png
+share/freeciv/flags/acadia-shield.png
+share/freeciv/flags/acadia.png
+share/freeciv/flags/aceh-large.png
+share/freeciv/flags/aceh-shield-large.png
+share/freeciv/flags/aceh-shield.png
+share/freeciv/flags/aceh.png
+share/freeciv/flags/afghanistan-large.png
+share/freeciv/flags/afghanistan-shield-large.png
share/freeciv/flags/afghanistan-shield.png
share/freeciv/flags/afghanistan.png
+share/freeciv/flags/ainu-large.png
+share/freeciv/flags/ainu-shield-large.png
share/freeciv/flags/ainu-shield.png
share/freeciv/flags/ainu.png
+share/freeciv/flags/akwe-large.png
+share/freeciv/flags/akwe-shield-large.png
share/freeciv/flags/akwe-shield.png
share/freeciv/flags/akwe.png
+share/freeciv/flags/albania-large.png
+share/freeciv/flags/albania-shield-large.png
+share/freeciv/flags/albania-shield.png
+share/freeciv/flags/albania.png
+share/freeciv/flags/aleut-large.png
+share/freeciv/flags/aleut-shield-large.png
+share/freeciv/flags/aleut-shield.png
+share/freeciv/flags/aleut.png
+share/freeciv/flags/algeria-large.png
+share/freeciv/flags/algeria-shield-large.png
share/freeciv/flags/algeria-shield.png
share/freeciv/flags/algeria.png
+share/freeciv/flags/almohad-large.png
+share/freeciv/flags/almohad-shield-large.png
+share/freeciv/flags/almohad-shield.png
+share/freeciv/flags/almohad.png
+share/freeciv/flags/amazigh-large.png
+share/freeciv/flags/amazigh-shield-large.png
+share/freeciv/flags/amazigh-shield.png
+share/freeciv/flags/amazigh.png
+share/freeciv/flags/amazon-large.png
+share/freeciv/flags/amazon-shield-large.png
+share/freeciv/flags/amazon-shield.png
+share/freeciv/flags/amazon.png
+share/freeciv/flags/andorra-large.png
+share/freeciv/flags/andorra-shield-large.png
+share/freeciv/flags/andorra-shield.png
+share/freeciv/flags/andorra.png
+share/freeciv/flags/angola-large.png
+share/freeciv/flags/angola-shield-large.png
+share/freeciv/flags/angola-shield.png
+share/freeciv/flags/angola.png
+share/freeciv/flags/anishinaabe-large.png
+share/freeciv/flags/anishinaabe-shield-large.png
+share/freeciv/flags/anishinaabe-shield.png
+share/freeciv/flags/anishinaabe.png
+share/freeciv/flags/antarctica-large.png
+share/freeciv/flags/antarctica-shield-large.png
share/freeciv/flags/antarctica-shield.png
share/freeciv/flags/antarctica.png
+share/freeciv/flags/antarctica_alt-large.png
+share/freeciv/flags/antarctica_alt-shield-large.png
+share/freeciv/flags/antarctica_alt-shield.png
+share/freeciv/flags/antarctica_alt.png
+share/freeciv/flags/apache-large.png
+share/freeciv/flags/apache-shield-large.png
+share/freeciv/flags/apache-shield.png
+share/freeciv/flags/apache.png
+share/freeciv/flags/arab-large.png
+share/freeciv/flags/arab-shield-large.png
share/freeciv/flags/arab-shield.png
share/freeciv/flags/arab.png
+share/freeciv/flags/aragon-large.png
+share/freeciv/flags/aragon-shield-large.png
+share/freeciv/flags/aragon-shield.png
+share/freeciv/flags/aragon.png
+share/freeciv/flags/aram-large.png
+share/freeciv/flags/aram-shield-large.png
share/freeciv/flags/aram-shield.png
share/freeciv/flags/aram.png
+share/freeciv/flags/argentina-large.png
+share/freeciv/flags/argentina-shield-large.png
share/freeciv/flags/argentina-shield.png
share/freeciv/flags/argentina.png
+share/freeciv/flags/armenia-large.png
+share/freeciv/flags/armenia-shield-large.png
share/freeciv/flags/armenia-shield.png
share/freeciv/flags/armenia.png
+share/freeciv/flags/ashanti-large.png
+share/freeciv/flags/ashanti-shield-large.png
+share/freeciv/flags/ashanti-shield.png
+share/freeciv/flags/ashanti.png
+share/freeciv/flags/assyria-large.png
+share/freeciv/flags/assyria-shield-large.png
share/freeciv/flags/assyria-shield.png
share/freeciv/flags/assyria.png
+share/freeciv/flags/asturias-large.png
+share/freeciv/flags/asturias-shield-large.png
+share/freeciv/flags/asturias-shield.png
+share/freeciv/flags/asturias.png
+share/freeciv/flags/atlantis-large.png
+share/freeciv/flags/atlantis-shield-large.png
+share/freeciv/flags/atlantis-shield.png
+share/freeciv/flags/atlantis.png
+share/freeciv/flags/australia-large.png
+share/freeciv/flags/australia-shield-large.png
share/freeciv/flags/australia-shield.png
share/freeciv/flags/australia.png
+share/freeciv/flags/austria-large.png
+share/freeciv/flags/austria-shield-large.png
share/freeciv/flags/austria-shield.png
share/freeciv/flags/austria.png
+share/freeciv/flags/aymara-large.png
+share/freeciv/flags/aymara-shield-large.png
share/freeciv/flags/aymara-shield.png
share/freeciv/flags/aymara.png
+share/freeciv/flags/azerbaijan-large.png
+share/freeciv/flags/azerbaijan-shield-large.png
share/freeciv/flags/azerbaijan-shield.png
share/freeciv/flags/azerbaijan.png
+share/freeciv/flags/aztec-large.png
+share/freeciv/flags/aztec-shield-large.png
share/freeciv/flags/aztec-shield.png
share/freeciv/flags/aztec.png
+share/freeciv/flags/babylon-large.png
+share/freeciv/flags/babylon-shield-large.png
share/freeciv/flags/babylon-shield.png
share/freeciv/flags/babylon.png
+share/freeciv/flags/baden-large.png
+share/freeciv/flags/baden-shield-large.png
+share/freeciv/flags/baden-shield.png
+share/freeciv/flags/baden.png
+share/freeciv/flags/bangladesh-large.png
+share/freeciv/flags/bangladesh-shield-large.png
share/freeciv/flags/bangladesh-shield.png
share/freeciv/flags/bangladesh.png
+share/freeciv/flags/barbarian-large.png
+share/freeciv/flags/barbarian-shield-large.png
share/freeciv/flags/barbarian-shield.png
share/freeciv/flags/barbarian.png
+share/freeciv/flags/bashkortostan-large.png
+share/freeciv/flags/bashkortostan-shield-large.png
+share/freeciv/flags/bashkortostan-shield.png
+share/freeciv/flags/bashkortostan.png
+share/freeciv/flags/bavarian-large.png
+share/freeciv/flags/bavarian-shield-large.png
share/freeciv/flags/bavarian-shield.png
share/freeciv/flags/bavarian.png
+share/freeciv/flags/belarus-large.png
+share/freeciv/flags/belarus-shield-large.png
share/freeciv/flags/belarus-shield.png
share/freeciv/flags/belarus.png
+share/freeciv/flags/belgium-large.png
+share/freeciv/flags/belgium-shield-large.png
share/freeciv/flags/belgium-shield.png
share/freeciv/flags/belgium.png
+share/freeciv/flags/benin_ancient-large.png
+share/freeciv/flags/benin_ancient-shield-large.png
+share/freeciv/flags/benin_ancient-shield.png
+share/freeciv/flags/benin_ancient.png
+share/freeciv/flags/bhutan-large.png
+share/freeciv/flags/bhutan-shield-large.png
+share/freeciv/flags/bhutan-shield.png
+share/freeciv/flags/bhutan.png
+share/freeciv/flags/biafra-large.png
+share/freeciv/flags/biafra-shield-large.png
+share/freeciv/flags/biafra-shield.png
+share/freeciv/flags/biafra.png
+share/freeciv/flags/boer-large.png
+share/freeciv/flags/boer-shield-large.png
share/freeciv/flags/boer-shield.png
share/freeciv/flags/boer.png
+share/freeciv/flags/bolivia-large.png
+share/freeciv/flags/bolivia-shield-large.png
+share/freeciv/flags/bolivia-shield.png
+share/freeciv/flags/bolivia.png
+share/freeciv/flags/bosnia-large.png
+share/freeciv/flags/bosnia-shield-large.png
share/freeciv/flags/bosnia-shield.png
share/freeciv/flags/bosnia.png
+share/freeciv/flags/bosporus-large.png
+share/freeciv/flags/bosporus-shield-large.png
+share/freeciv/flags/bosporus-shield.png
+share/freeciv/flags/bosporus.png
+share/freeciv/flags/botswana-large.png
+share/freeciv/flags/botswana-shield-large.png
+share/freeciv/flags/botswana-shield.png
+share/freeciv/flags/botswana.png
+share/freeciv/flags/brandenburg-large.png
+share/freeciv/flags/brandenburg-shield-large.png
+share/freeciv/flags/brandenburg-shield.png
+share/freeciv/flags/brandenburg.png
+share/freeciv/flags/brasil-large.png
+share/freeciv/flags/brasil-shield-large.png
share/freeciv/flags/brasil-shield.png
share/freeciv/flags/brasil.png
+share/freeciv/flags/britannia-large.png
+share/freeciv/flags/britannia-shield-large.png
+share/freeciv/flags/britannia-shield.png
+share/freeciv/flags/britannia.png
+share/freeciv/flags/brittany-large.png
+share/freeciv/flags/brittany-shield-large.png
share/freeciv/flags/brittany-shield.png
share/freeciv/flags/brittany.png
+share/freeciv/flags/bulgaria-large.png
+share/freeciv/flags/bulgaria-shield-large.png
share/freeciv/flags/bulgaria-shield.png
share/freeciv/flags/bulgaria.png
+share/freeciv/flags/burgundy-large.png
+share/freeciv/flags/burgundy-shield-large.png
share/freeciv/flags/burgundy-shield.png
share/freeciv/flags/burgundy.png
+share/freeciv/flags/burkina_faso-large.png
+share/freeciv/flags/burkina_faso-shield-large.png
+share/freeciv/flags/burkina_faso-shield.png
+share/freeciv/flags/burkina_faso.png
+share/freeciv/flags/burundi-large.png
+share/freeciv/flags/burundi-shield-large.png
share/freeciv/flags/burundi-shield.png
share/freeciv/flags/burundi.png
+share/freeciv/flags/byzantium-large.png
+share/freeciv/flags/byzantium-shield-large.png
share/freeciv/flags/byzantium-shield.png
share/freeciv/flags/byzantium.png
+share/freeciv/flags/caddo-large.png
+share/freeciv/flags/caddo-shield-large.png
+share/freeciv/flags/caddo-shield.png
+share/freeciv/flags/caddo.png
+share/freeciv/flags/california-large.png
+share/freeciv/flags/california-shield-large.png
+share/freeciv/flags/california-shield.png
+share/freeciv/flags/california.png
+share/freeciv/flags/cameroon-large.png
+share/freeciv/flags/cameroon-shield-large.png
+share/freeciv/flags/cameroon-shield.png
+share/freeciv/flags/cameroon.png
+share/freeciv/flags/canada-large.png
+share/freeciv/flags/canada-shield-large.png
share/freeciv/flags/canada-shield.png
share/freeciv/flags/canada.png
+share/freeciv/flags/canada_old-large.png
+share/freeciv/flags/canada_old-shield-large.png
+share/freeciv/flags/canada_old-shield.png
+share/freeciv/flags/canada_old.png
+share/freeciv/flags/car-large.png
+share/freeciv/flags/car-shield-large.png
+share/freeciv/flags/car-shield.png
+share/freeciv/flags/car.png
+share/freeciv/flags/cartago-large.png
+share/freeciv/flags/cartago-shield-large.png
share/freeciv/flags/cartago-shield.png
share/freeciv/flags/cartago.png
+share/freeciv/flags/castile-large.png
+share/freeciv/flags/castile-shield-large.png
+share/freeciv/flags/castile-shield.png
+share/freeciv/flags/castile.png
+share/freeciv/flags/catalan-large.png
+share/freeciv/flags/catalan-shield-large.png
share/freeciv/flags/catalan-shield.png
share/freeciv/flags/catalan.png
+share/freeciv/flags/celtiberian-large.png
+share/freeciv/flags/celtiberian-shield-large.png
+share/freeciv/flags/celtiberian-shield.png
+share/freeciv/flags/celtiberian.png
+share/freeciv/flags/central_america-large.png
+share/freeciv/flags/central_america-shield-large.png
+share/freeciv/flags/central_america-shield.png
+share/freeciv/flags/central_america.png
+share/freeciv/flags/cham-large.png
+share/freeciv/flags/cham-shield-large.png
+share/freeciv/flags/cham-shield.png
+share/freeciv/flags/cham.png
+share/freeciv/flags/chananea-large.png
+share/freeciv/flags/chananea-shield-large.png
+share/freeciv/flags/chananea-shield.png
+share/freeciv/flags/chananea.png
+share/freeciv/flags/chechnya-large.png
+share/freeciv/flags/chechnya-shield-large.png
+share/freeciv/flags/chechnya-shield.png
+share/freeciv/flags/chechnya.png
+share/freeciv/flags/cheyenne-large.png
+share/freeciv/flags/cheyenne-shield-large.png
share/freeciv/flags/cheyenne-shield.png
share/freeciv/flags/cheyenne.png
+share/freeciv/flags/chile-large.png
+share/freeciv/flags/chile-shield-large.png
share/freeciv/flags/chile-shield.png
share/freeciv/flags/chile.png
+share/freeciv/flags/chimu-large.png
+share/freeciv/flags/chimu-shield-large.png
+share/freeciv/flags/chimu-shield.png
+share/freeciv/flags/chimu.png
+share/freeciv/flags/china-large.png
+share/freeciv/flags/china-shield-large.png
share/freeciv/flags/china-shield.png
share/freeciv/flags/china.png
+share/freeciv/flags/chola-large.png
+share/freeciv/flags/chola-shield-large.png
share/freeciv/flags/chola-shield.png
share/freeciv/flags/chola.png
+share/freeciv/flags/chumash-large.png
+share/freeciv/flags/chumash-shield-large.png
+share/freeciv/flags/chumash-shield.png
+share/freeciv/flags/chumash.png
+share/freeciv/flags/colombia-large.png
+share/freeciv/flags/colombia-shield-large.png
share/freeciv/flags/colombia-shield.png
share/freeciv/flags/colombia.png
+share/freeciv/flags/comanche-large.png
+share/freeciv/flags/comanche-shield-large.png
+share/freeciv/flags/comanche-shield.png
+share/freeciv/flags/comanche.png
+share/freeciv/flags/constantine-large.png
+share/freeciv/flags/constantine-shield-large.png
share/freeciv/flags/constantine-shield.png
share/freeciv/flags/constantine.png
+share/freeciv/flags/cornwall-large.png
+share/freeciv/flags/cornwall-shield-large.png
share/freeciv/flags/cornwall-shield.png
share/freeciv/flags/cornwall.png
+share/freeciv/flags/corsica-large.png
+share/freeciv/flags/corsica-shield-large.png
+share/freeciv/flags/corsica-shield.png
+share/freeciv/flags/corsica.png
+share/freeciv/flags/cossack-large.png
+share/freeciv/flags/cossack-shield-large.png
+share/freeciv/flags/cossack-shield.png
+share/freeciv/flags/cossack.png
+share/freeciv/flags/costa_rica-large.png
+share/freeciv/flags/costa_rica-shield-large.png
+share/freeciv/flags/costa_rica-shield.png
+share/freeciv/flags/costa_rica.png
+share/freeciv/flags/courland-large.png
+share/freeciv/flags/courland-shield-large.png
+share/freeciv/flags/courland-shield.png
+share/freeciv/flags/courland.png
+share/freeciv/flags/crimean_tatar-large.png
+share/freeciv/flags/crimean_tatar-shield-large.png
+share/freeciv/flags/crimean_tatar-shield.png
+share/freeciv/flags/crimean_tatar.png
+share/freeciv/flags/croatia-large.png
+share/freeciv/flags/croatia-shield-large.png
share/freeciv/flags/croatia-shield.png
share/freeciv/flags/croatia.png
+share/freeciv/flags/cuba-large.png
+share/freeciv/flags/cuba-shield-large.png
share/freeciv/flags/cuba-shield.png
share/freeciv/flags/cuba.png
+share/freeciv/flags/cyprus-large.png
+share/freeciv/flags/cyprus-shield-large.png
+share/freeciv/flags/cyprus-shield.png
+share/freeciv/flags/cyprus.png
+share/freeciv/flags/czech-large.png
+share/freeciv/flags/czech-shield-large.png
share/freeciv/flags/czech-shield.png
share/freeciv/flags/czech.png
+share/freeciv/flags/dahomey-large.png
+share/freeciv/flags/dahomey-shield-large.png
+share/freeciv/flags/dahomey-shield.png
+share/freeciv/flags/dahomey.png
+share/freeciv/flags/ddr-large.png
+share/freeciv/flags/ddr-shield-large.png
+share/freeciv/flags/ddr-shield.png
+share/freeciv/flags/ddr.png
+share/freeciv/flags/denmark-large.png
+share/freeciv/flags/denmark-shield-large.png
share/freeciv/flags/denmark-shield.png
share/freeciv/flags/denmark.png
+share/freeciv/flags/dominica-large.png
+share/freeciv/flags/dominica-shield-large.png
share/freeciv/flags/dominica-shield.png
share/freeciv/flags/dominica.png
+share/freeciv/flags/dominican_republic-large.png
+share/freeciv/flags/dominican_republic-shield-large.png
+share/freeciv/flags/dominican_republic-shield.png
+share/freeciv/flags/dominican_republic.png
+share/freeciv/flags/dr_congo-large.png
+share/freeciv/flags/dr_congo-shield-large.png
+share/freeciv/flags/dr_congo-shield.png
+share/freeciv/flags/dr_congo.png
+share/freeciv/flags/dryad-large.png
+share/freeciv/flags/dryad-shield-large.png
+share/freeciv/flags/dryad-shield.png
+share/freeciv/flags/dryad.png
+share/freeciv/flags/east_timor-large.png
+share/freeciv/flags/east_timor-shield-large.png
+share/freeciv/flags/east_timor-shield.png
+share/freeciv/flags/east_timor.png
+share/freeciv/flags/ecuador-large.png
+share/freeciv/flags/ecuador-shield-large.png
+share/freeciv/flags/ecuador-shield.png
+share/freeciv/flags/ecuador.png
+share/freeciv/flags/egypt-large.png
+share/freeciv/flags/egypt-shield-large.png
share/freeciv/flags/egypt-shield.png
share/freeciv/flags/egypt.png
+share/freeciv/flags/egypt_ancient-large.png
+share/freeciv/flags/egypt_ancient-shield-large.png
share/freeciv/flags/egypt_ancient-shield.png
share/freeciv/flags/egypt_ancient.png
+share/freeciv/flags/el_salvador-large.png
+share/freeciv/flags/el_salvador-shield-large.png
+share/freeciv/flags/el_salvador-shield.png
+share/freeciv/flags/el_salvador.png
+share/freeciv/flags/elam-large.png
+share/freeciv/flags/elam-shield-large.png
+share/freeciv/flags/elam-shield.png
+share/freeciv/flags/elam.png
+share/freeciv/flags/england-large.png
+share/freeciv/flags/england-shield-large.png
share/freeciv/flags/england-shield.png
share/freeciv/flags/england.png
+share/freeciv/flags/eritrea-large.png
+share/freeciv/flags/eritrea-shield-large.png
+share/freeciv/flags/eritrea-shield.png
+share/freeciv/flags/eritrea.png
+share/freeciv/flags/esperanto-large.png
+share/freeciv/flags/esperanto-shield-large.png
share/freeciv/flags/esperanto-shield.png
share/freeciv/flags/esperanto.png
+share/freeciv/flags/estonia-large.png
+share/freeciv/flags/estonia-shield-large.png
share/freeciv/flags/estonia-shield.png
share/freeciv/flags/estonia.png
+share/freeciv/flags/ethiopia-large.png
+share/freeciv/flags/ethiopia-shield-large.png
share/freeciv/flags/ethiopia-shield.png
share/freeciv/flags/ethiopia.png
+share/freeciv/flags/etruscan-large.png
+share/freeciv/flags/etruscan-shield-large.png
+share/freeciv/flags/etruscan-shield.png
+share/freeciv/flags/etruscan.png
+share/freeciv/flags/europe-large.png
+share/freeciv/flags/europe-shield-large.png
share/freeciv/flags/europe-shield.png
share/freeciv/flags/europe.png
+share/freeciv/flags/euskadi-large.png
+share/freeciv/flags/euskadi-shield-large.png
share/freeciv/flags/euskadi-shield.png
share/freeciv/flags/euskadi.png
+share/freeciv/flags/fiji-large.png
+share/freeciv/flags/fiji-shield-large.png
+share/freeciv/flags/fiji-shield.png
+share/freeciv/flags/fiji.png
+share/freeciv/flags/finland-large.png
+share/freeciv/flags/finland-shield-large.png
share/freeciv/flags/finland-shield.png
share/freeciv/flags/finland.png
+share/freeciv/flags/flanders-large.png
+share/freeciv/flags/flanders-shield-large.png
+share/freeciv/flags/flanders-shield.png
+share/freeciv/flags/flanders.png
+share/freeciv/flags/france-large.png
+share/freeciv/flags/france-shield-large.png
share/freeciv/flags/france-shield.png
share/freeciv/flags/france.png
+share/freeciv/flags/france_old-large.png
+share/freeciv/flags/france_old-shield-large.png
share/freeciv/flags/france_old-shield.png
share/freeciv/flags/france_old.png
+share/freeciv/flags/franconia-large.png
+share/freeciv/flags/franconia-shield-large.png
+share/freeciv/flags/franconia-shield.png
+share/freeciv/flags/franconia.png
+share/freeciv/flags/frisia-large.png
+share/freeciv/flags/frisia-shield-large.png
+share/freeciv/flags/frisia-shield.png
+share/freeciv/flags/frisia.png
+share/freeciv/flags/gael-large.png
+share/freeciv/flags/gael-shield-large.png
+share/freeciv/flags/gael-shield.png
+share/freeciv/flags/gael.png
+share/freeciv/flags/galicia-large.png
+share/freeciv/flags/galicia-shield-large.png
share/freeciv/flags/galicia-shield.png
share/freeciv/flags/galicia.png
+share/freeciv/flags/gaul-large.png
+share/freeciv/flags/gaul-shield-large.png
share/freeciv/flags/gaul-shield.png
share/freeciv/flags/gaul.png
+share/freeciv/flags/georgia-large.png
+share/freeciv/flags/georgia-shield-large.png
share/freeciv/flags/georgia-shield.png
share/freeciv/flags/georgia.png
+share/freeciv/flags/germany-large.png
+share/freeciv/flags/germany-shield-large.png
share/freeciv/flags/germany-shield.png
share/freeciv/flags/germany.png
+share/freeciv/flags/ghana-large.png
+share/freeciv/flags/ghana-shield-large.png
+share/freeciv/flags/ghana-shield.png
+share/freeciv/flags/ghana.png
+share/freeciv/flags/gokturk-large.png
+share/freeciv/flags/gokturk-shield-large.png
+share/freeciv/flags/gokturk-shield.png
+share/freeciv/flags/gokturk.png
+share/freeciv/flags/greater_poland-large.png
+share/freeciv/flags/greater_poland-shield-large.png
+share/freeciv/flags/greater_poland-shield.png
+share/freeciv/flags/greater_poland.png
+share/freeciv/flags/greece-large.png
+share/freeciv/flags/greece-shield-large.png
share/freeciv/flags/greece-shield.png
share/freeciv/flags/greece.png
+share/freeciv/flags/greece_ancient-large.png
+share/freeciv/flags/greece_ancient-shield-large.png
share/freeciv/flags/greece_ancient-shield.png
share/freeciv/flags/greece_ancient.png
+share/freeciv/flags/greenland-large.png
+share/freeciv/flags/greenland-shield-large.png
share/freeciv/flags/greenland-shield.png
share/freeciv/flags/greenland.png
+share/freeciv/flags/grenada-large.png
+share/freeciv/flags/grenada-shield-large.png
+share/freeciv/flags/grenada-shield.png
+share/freeciv/flags/grenada.png
+share/freeciv/flags/guanche-large.png
+share/freeciv/flags/guanche-shield-large.png
+share/freeciv/flags/guanche-shield.png
+share/freeciv/flags/guanche.png
+share/freeciv/flags/guarani-large.png
+share/freeciv/flags/guarani-shield-large.png
+share/freeciv/flags/guarani-shield.png
+share/freeciv/flags/guarani.png
+share/freeciv/flags/guatemala-large.png
+share/freeciv/flags/guatemala-shield-large.png
+share/freeciv/flags/guatemala-shield.png
+share/freeciv/flags/guatemala.png
+share/freeciv/flags/gupta-large.png
+share/freeciv/flags/gupta-shield-large.png
share/freeciv/flags/gupta-shield.png
share/freeciv/flags/gupta.png
+share/freeciv/flags/guyana-large.png
+share/freeciv/flags/guyana-shield-large.png
+share/freeciv/flags/guyana-shield.png
+share/freeciv/flags/guyana.png
+share/freeciv/flags/hacker-large.png
+share/freeciv/flags/hacker-shield-large.png
share/freeciv/flags/hacker-shield.png
share/freeciv/flags/hacker.png
+share/freeciv/flags/hainan-large.png
+share/freeciv/flags/hainan-shield-large.png
+share/freeciv/flags/hainan-shield.png
+share/freeciv/flags/hainan.png
+share/freeciv/flags/haiti-large.png
+share/freeciv/flags/haiti-shield-large.png
+share/freeciv/flags/haiti-shield.png
+share/freeciv/flags/haiti.png
+share/freeciv/flags/han-large.png
+share/freeciv/flags/han-shield-large.png
+share/freeciv/flags/han-shield.png
+share/freeciv/flags/han.png
+share/freeciv/flags/hanover-large.png
+share/freeciv/flags/hanover-shield-large.png
+share/freeciv/flags/hanover-shield.png
+share/freeciv/flags/hanover.png
+share/freeciv/flags/hansa-large.png
+share/freeciv/flags/hansa-shield-large.png
+share/freeciv/flags/hansa-shield.png
+share/freeciv/flags/hansa.png
+share/freeciv/flags/hawaii-large.png
+share/freeciv/flags/hawaii-shield-large.png
share/freeciv/flags/hawaii-shield.png
share/freeciv/flags/hawaii.png
+share/freeciv/flags/hesse-large.png
+share/freeciv/flags/hesse-shield-large.png
+share/freeciv/flags/hesse-shield.png
+share/freeciv/flags/hesse.png
+share/freeciv/flags/himyar-large.png
+share/freeciv/flags/himyar-shield-large.png
share/freeciv/flags/himyar-shield.png
share/freeciv/flags/himyar.png
+share/freeciv/flags/hittite-large.png
+share/freeciv/flags/hittite-shield-large.png
share/freeciv/flags/hittite-shield.png
share/freeciv/flags/hittite.png
+share/freeciv/flags/honduras-large.png
+share/freeciv/flags/honduras-shield-large.png
+share/freeciv/flags/honduras-shield.png
+share/freeciv/flags/honduras.png
+share/freeciv/flags/hopi-large.png
+share/freeciv/flags/hopi-shield-large.png
share/freeciv/flags/hopi-shield.png
share/freeciv/flags/hopi.png
+share/freeciv/flags/hre-large.png
+share/freeciv/flags/hre-shield-large.png
+share/freeciv/flags/hre-shield.png
+share/freeciv/flags/hre.png
+share/freeciv/flags/hungary-large.png
+share/freeciv/flags/hungary-shield-large.png
share/freeciv/flags/hungary-shield.png
share/freeciv/flags/hungary.png
+share/freeciv/flags/iberian-large.png
+share/freeciv/flags/iberian-shield-large.png
+share/freeciv/flags/iberian-shield.png
+share/freeciv/flags/iberian.png
+share/freeciv/flags/iceland-large.png
+share/freeciv/flags/iceland-shield-large.png
share/freeciv/flags/iceland-shield.png
share/freeciv/flags/iceland.png
+share/freeciv/flags/illyria-large.png
+share/freeciv/flags/illyria-shield-large.png
share/freeciv/flags/illyria-shield.png
share/freeciv/flags/illyria.png
+share/freeciv/flags/inca-large.png
+share/freeciv/flags/inca-shield-large.png
share/freeciv/flags/inca-shield.png
share/freeciv/flags/inca.png
+share/freeciv/flags/india-large.png
+share/freeciv/flags/india-shield-large.png
share/freeciv/flags/india-shield.png
share/freeciv/flags/india.png
+share/freeciv/flags/indonesia-large.png
+share/freeciv/flags/indonesia-shield-large.png
share/freeciv/flags/indonesia-shield.png
share/freeciv/flags/indonesia.png
+share/freeciv/flags/innu-large.png
+share/freeciv/flags/innu-shield-large.png
share/freeciv/flags/innu-shield.png
share/freeciv/flags/innu.png
+share/freeciv/flags/iran-large.png
+share/freeciv/flags/iran-shield-large.png
share/freeciv/flags/iran-shield.png
share/freeciv/flags/iran.png
+share/freeciv/flags/iran_ancient-large.png
+share/freeciv/flags/iran_ancient-shield-large.png
share/freeciv/flags/iran_ancient-shield.png
share/freeciv/flags/iran_ancient.png
+share/freeciv/flags/iraq-large.png
+share/freeciv/flags/iraq-shield-large.png
share/freeciv/flags/iraq-shield.png
share/freeciv/flags/iraq.png
+share/freeciv/flags/iraq_old-large.png
+share/freeciv/flags/iraq_old-shield-large.png
share/freeciv/flags/iraq_old-shield.png
share/freeciv/flags/iraq_old.png
+share/freeciv/flags/ireland-large.png
+share/freeciv/flags/ireland-shield-large.png
share/freeciv/flags/ireland-shield.png
share/freeciv/flags/ireland.png
+share/freeciv/flags/iroquois-large.png
+share/freeciv/flags/iroquois-shield-large.png
share/freeciv/flags/iroquois-shield.png
share/freeciv/flags/iroquois.png
+share/freeciv/flags/israel-large.png
+share/freeciv/flags/israel-shield-large.png
share/freeciv/flags/israel-shield.png
share/freeciv/flags/israel.png
+share/freeciv/flags/italy-large.png
+share/freeciv/flags/italy-shield-large.png
share/freeciv/flags/italy-shield.png
share/freeciv/flags/italy.png
+share/freeciv/flags/ivory_coast-large.png
+share/freeciv/flags/ivory_coast-shield-large.png
+share/freeciv/flags/ivory_coast-shield.png
+share/freeciv/flags/ivory_coast.png
+share/freeciv/flags/jamaica-large.png
+share/freeciv/flags/jamaica-shield-large.png
+share/freeciv/flags/jamaica-shield.png
+share/freeciv/flags/jamaica.png
+share/freeciv/flags/japan-large.png
+share/freeciv/flags/japan-shield-large.png
share/freeciv/flags/japan-shield.png
share/freeciv/flags/japan.png
+share/freeciv/flags/jbonai-large.png
+share/freeciv/flags/jbonai-shield-large.png
share/freeciv/flags/jbonai-shield.png
share/freeciv/flags/jbonai.png
+share/freeciv/flags/jolof-large.png
+share/freeciv/flags/jolof-shield-large.png
+share/freeciv/flags/jolof-shield.png
+share/freeciv/flags/jolof.png
+share/freeciv/flags/kalmykia-large.png
+share/freeciv/flags/kalmykia-shield-large.png
+share/freeciv/flags/kalmykia-shield.png
+share/freeciv/flags/kalmykia.png
+share/freeciv/flags/kampuchea-large.png
+share/freeciv/flags/kampuchea-shield-large.png
share/freeciv/flags/kampuchea-shield.png
share/freeciv/flags/kampuchea.png
+share/freeciv/flags/kanem-bornu-large.png
+share/freeciv/flags/kanem-bornu-shield-large.png
share/freeciv/flags/kanem-bornu-shield.png
share/freeciv/flags/kanem-bornu.png
+share/freeciv/flags/karelia-large.png
+share/freeciv/flags/karelia-shield-large.png
+share/freeciv/flags/karelia-shield.png
+share/freeciv/flags/karelia.png
+share/freeciv/flags/kashmir-large.png
+share/freeciv/flags/kashmir-shield-large.png
+share/freeciv/flags/kashmir-shield.png
+share/freeciv/flags/kashmir.png
+share/freeciv/flags/kazakhstan-large.png
+share/freeciv/flags/kazakhstan-shield-large.png
share/freeciv/flags/kazakhstan-shield.png
share/freeciv/flags/kazakhstan.png
+share/freeciv/flags/keetoowah-large.png
+share/freeciv/flags/keetoowah-shield-large.png
share/freeciv/flags/keetoowah-shield.png
share/freeciv/flags/keetoowah.png
+share/freeciv/flags/kenya-large.png
+share/freeciv/flags/kenya-shield-large.png
share/freeciv/flags/kenya-shield.png
share/freeciv/flags/kenya.png
+share/freeciv/flags/khazaria-large.png
+share/freeciv/flags/khazaria-shield-large.png
+share/freeciv/flags/khazaria-shield.png
+share/freeciv/flags/khazaria.png
+share/freeciv/flags/khwarezm-large.png
+share/freeciv/flags/khwarezm-shield-large.png
share/freeciv/flags/khwarezm-shield.png
share/freeciv/flags/khwarezm.png
+share/freeciv/flags/kiev-large.png
+share/freeciv/flags/kiev-shield-large.png
+share/freeciv/flags/kiev-shield.png
+share/freeciv/flags/kiev.png
+share/freeciv/flags/kongo-large.png
+share/freeciv/flags/kongo-shield-large.png
share/freeciv/flags/kongo-shield.png
share/freeciv/flags/kongo.png
+share/freeciv/flags/korea-large.png
+share/freeciv/flags/korea-shield-large.png
share/freeciv/flags/korea-shield.png
share/freeciv/flags/korea.png
+share/freeciv/flags/korea_ancient-large.png
+share/freeciv/flags/korea_ancient-shield-large.png
share/freeciv/flags/korea_ancient-shield.png
share/freeciv/flags/korea_ancient.png
+share/freeciv/flags/kosovo-large.png
+share/freeciv/flags/kosovo-shield-large.png
+share/freeciv/flags/kosovo-shield.png
+share/freeciv/flags/kosovo.png
+share/freeciv/flags/kurd-large.png
+share/freeciv/flags/kurd-shield-large.png
share/freeciv/flags/kurd-shield.png
share/freeciv/flags/kurd.png
+share/freeciv/flags/kyrgyzstan-large.png
+share/freeciv/flags/kyrgyzstan-shield-large.png
share/freeciv/flags/kyrgyzstan-shield.png
share/freeciv/flags/kyrgyzstan.png
+share/freeciv/flags/labarum-large.png
+share/freeciv/flags/labarum-shield-large.png
+share/freeciv/flags/labarum-shield.png
+share/freeciv/flags/labarum.png
+share/freeciv/flags/laos-large.png
+share/freeciv/flags/laos-shield-large.png
share/freeciv/flags/laos-shield.png
share/freeciv/flags/laos.png
+share/freeciv/flags/latvia-large.png
+share/freeciv/flags/latvia-shield-large.png
share/freeciv/flags/latvia-shield.png
share/freeciv/flags/latvia.png
+share/freeciv/flags/lebanon-large.png
+share/freeciv/flags/lebanon-shield-large.png
+share/freeciv/flags/lebanon-shield.png
+share/freeciv/flags/lebanon.png
+share/freeciv/flags/lendian-large.png
+share/freeciv/flags/lendian-shield-large.png
+share/freeciv/flags/lendian-shield.png
+share/freeciv/flags/lendian.png
+share/freeciv/flags/leon-large.png
+share/freeciv/flags/leon-shield-large.png
+share/freeciv/flags/leon-shield.png
+share/freeciv/flags/leon.png
+share/freeciv/flags/libya-large.png
+share/freeciv/flags/libya-shield-large.png
share/freeciv/flags/libya-shield.png
share/freeciv/flags/libya.png
+share/freeciv/flags/liechtenstein-large.png
+share/freeciv/flags/liechtenstein-shield-large.png
+share/freeciv/flags/liechtenstein-shield.png
+share/freeciv/flags/liechtenstein.png
+share/freeciv/flags/lipkatatar-large.png
+share/freeciv/flags/lipkatatar-shield-large.png
+share/freeciv/flags/lipkatatar-shield.png
+share/freeciv/flags/lipkatatar.png
+share/freeciv/flags/lithuania-large.png
+share/freeciv/flags/lithuania-shield-large.png
share/freeciv/flags/lithuania-shield.png
share/freeciv/flags/lithuania.png
+share/freeciv/flags/lorraine-large.png
+share/freeciv/flags/lorraine-shield-large.png
+share/freeciv/flags/lorraine-shield.png
+share/freeciv/flags/lorraine.png
+share/freeciv/flags/lusatia-large.png
+share/freeciv/flags/lusatia-shield-large.png
+share/freeciv/flags/lusatia-shield.png
+share/freeciv/flags/lusatia.png
+share/freeciv/flags/luxembourg-large.png
+share/freeciv/flags/luxembourg-shield-large.png
+share/freeciv/flags/luxembourg-shield.png
+share/freeciv/flags/luxembourg.png
+share/freeciv/flags/maasai-large.png
+share/freeciv/flags/maasai-shield-large.png
+share/freeciv/flags/maasai-shield.png
+share/freeciv/flags/maasai.png
+share/freeciv/flags/macedon-large.png
+share/freeciv/flags/macedon-shield-large.png
+share/freeciv/flags/macedon-shield.png
+share/freeciv/flags/macedon.png
+share/freeciv/flags/macedonia-large.png
+share/freeciv/flags/macedonia-shield-large.png
share/freeciv/flags/macedonia-shield.png
share/freeciv/flags/macedonia.png
+share/freeciv/flags/madagascar-large.png
+share/freeciv/flags/madagascar-shield-large.png
share/freeciv/flags/madagascar-shield.png
share/freeciv/flags/madagascar.png
+share/freeciv/flags/majapahit-large.png
+share/freeciv/flags/majapahit-shield-large.png
share/freeciv/flags/majapahit-shield.png
share/freeciv/flags/majapahit.png
+share/freeciv/flags/malawi-large.png
+share/freeciv/flags/malawi-shield-large.png
+share/freeciv/flags/malawi-shield.png
+share/freeciv/flags/malawi.png
+share/freeciv/flags/malaysia-large.png
+share/freeciv/flags/malaysia-shield-large.png
share/freeciv/flags/malaysia-shield.png
share/freeciv/flags/malaysia.png
+share/freeciv/flags/mali-large.png
+share/freeciv/flags/mali-shield-large.png
share/freeciv/flags/mali-shield.png
share/freeciv/flags/mali.png
+share/freeciv/flags/mali_ancient-large.png
+share/freeciv/flags/mali_ancient-shield-large.png
+share/freeciv/flags/mali_ancient-shield.png
+share/freeciv/flags/mali_ancient.png
+share/freeciv/flags/malta-large.png
+share/freeciv/flags/malta-shield-large.png
+share/freeciv/flags/malta-shield.png
+share/freeciv/flags/malta.png
+share/freeciv/flags/man-large.png
+share/freeciv/flags/man-shield-large.png
+share/freeciv/flags/man-shield.png
+share/freeciv/flags/man.png
+share/freeciv/flags/manchuria-large.png
+share/freeciv/flags/manchuria-shield-large.png
+share/freeciv/flags/manchuria-shield.png
+share/freeciv/flags/manchuria.png
+share/freeciv/flags/maori-large.png
+share/freeciv/flags/maori-shield-large.png
share/freeciv/flags/maori-shield.png
share/freeciv/flags/maori.png
+share/freeciv/flags/mapuche-large.png
+share/freeciv/flags/mapuche-shield-large.png
share/freeciv/flags/mapuche-shield.png
share/freeciv/flags/mapuche.png
+share/freeciv/flags/mars-large.png
+share/freeciv/flags/mars-shield-large.png
share/freeciv/flags/mars-shield.png
share/freeciv/flags/mars.png
+share/freeciv/flags/maya-large.png
+share/freeciv/flags/maya-shield-large.png
share/freeciv/flags/maya-shield.png
share/freeciv/flags/maya.png
+share/freeciv/flags/mazovia-large.png
+share/freeciv/flags/mazovia-shield-large.png
+share/freeciv/flags/mazovia-shield.png
+share/freeciv/flags/mazovia.png
+share/freeciv/flags/mecklenburg-large.png
+share/freeciv/flags/mecklenburg-shield-large.png
+share/freeciv/flags/mecklenburg-shield.png
+share/freeciv/flags/mecklenburg.png
+share/freeciv/flags/metis-large.png
+share/freeciv/flags/metis-shield-large.png
+share/freeciv/flags/metis-shield.png
+share/freeciv/flags/metis.png
+share/freeciv/flags/mexico-large.png
+share/freeciv/flags/mexico-shield-large.png
share/freeciv/flags/mexico-shield.png
share/freeciv/flags/mexico.png
+share/freeciv/flags/micronesia-large.png
+share/freeciv/flags/micronesia-shield-large.png
+share/freeciv/flags/micronesia-shield.png
+share/freeciv/flags/micronesia.png
+share/freeciv/flags/mikmaq-large.png
+share/freeciv/flags/mikmaq-shield-large.png
+share/freeciv/flags/mikmaq-shield.png
+share/freeciv/flags/mikmaq.png
+share/freeciv/flags/milan-large.png
+share/freeciv/flags/milan-shield-large.png
+share/freeciv/flags/milan-shield.png
+share/freeciv/flags/milan.png
+share/freeciv/flags/miskito-large.png
+share/freeciv/flags/miskito-shield-large.png
+share/freeciv/flags/miskito-shield.png
+share/freeciv/flags/miskito.png
+share/freeciv/flags/mixtec-large.png
+share/freeciv/flags/mixtec-shield-large.png
+share/freeciv/flags/mixtec-shield.png
+share/freeciv/flags/mixtec.png
+share/freeciv/flags/moldova-large.png
+share/freeciv/flags/moldova-shield-large.png
share/freeciv/flags/moldova-shield.png
share/freeciv/flags/moldova.png
+share/freeciv/flags/monaco_alternative-large.png
+share/freeciv/flags/monaco_alternative-shield-large.png
+share/freeciv/flags/monaco_alternative-shield.png
+share/freeciv/flags/monaco_alternative.png
+share/freeciv/flags/mongolia-large.png
+share/freeciv/flags/mongolia-shield-large.png
share/freeciv/flags/mongolia-shield.png
share/freeciv/flags/mongolia.png
+share/freeciv/flags/montenegro-large.png
+share/freeciv/flags/montenegro-shield-large.png
+share/freeciv/flags/montenegro-shield.png
+share/freeciv/flags/montenegro.png
+share/freeciv/flags/moravia-large.png
+share/freeciv/flags/moravia-shield-large.png
+share/freeciv/flags/moravia-shield.png
+share/freeciv/flags/moravia.png
+share/freeciv/flags/mordovia-large.png
+share/freeciv/flags/mordovia-shield-large.png
+share/freeciv/flags/mordovia-shield.png
+share/freeciv/flags/mordovia.png
+share/freeciv/flags/morocco-large.png
+share/freeciv/flags/morocco-shield-large.png
+share/freeciv/flags/morocco-shield.png
+share/freeciv/flags/morocco.png
+share/freeciv/flags/mozambique-large.png
+share/freeciv/flags/mozambique-shield-large.png
+share/freeciv/flags/mozambique-shield.png
+share/freeciv/flags/mozambique.png
+share/freeciv/flags/mughal-large.png
+share/freeciv/flags/mughal-shield-large.png
+share/freeciv/flags/mughal-shield.png
+share/freeciv/flags/mughal.png
+share/freeciv/flags/muskogee-large.png
+share/freeciv/flags/muskogee-shield-large.png
share/freeciv/flags/muskogee-shield.png
share/freeciv/flags/muskogee.png
+share/freeciv/flags/mwiska-large.png
+share/freeciv/flags/mwiska-shield-large.png
+share/freeciv/flags/mwiska-shield.png
+share/freeciv/flags/mwiska.png
+share/freeciv/flags/myanmar-large.png
+share/freeciv/flags/myanmar-shield-large.png
share/freeciv/flags/myanmar-shield.png
share/freeciv/flags/myanmar.png
+share/freeciv/flags/namibia-large.png
+share/freeciv/flags/namibia-shield-large.png
+share/freeciv/flags/namibia-shield.png
+share/freeciv/flags/namibia.png
+share/freeciv/flags/naples-large.png
+share/freeciv/flags/naples-shield-large.png
+share/freeciv/flags/naples-shield.png
+share/freeciv/flags/naples.png
+share/freeciv/flags/nato-large.png
+share/freeciv/flags/nato-shield-large.png
share/freeciv/flags/nato-shield.png
share/freeciv/flags/nato.png
+share/freeciv/flags/navajo-large.png
+share/freeciv/flags/navajo-shield-large.png
+share/freeciv/flags/navajo-shield.png
+share/freeciv/flags/navajo.png
+share/freeciv/flags/nepal-large.png
+share/freeciv/flags/nepal-shield-large.png
+share/freeciv/flags/nepal-shield.png
+share/freeciv/flags/nepal.png
+share/freeciv/flags/nestoria-large.png
+share/freeciv/flags/nestoria-shield-large.png
+share/freeciv/flags/nestoria-shield.png
+share/freeciv/flags/nestoria.png
+share/freeciv/flags/netherlands-large.png
+share/freeciv/flags/netherlands-shield-large.png
share/freeciv/flags/netherlands-shield.png
share/freeciv/flags/netherlands.png
+share/freeciv/flags/newfoundland-large.png
+share/freeciv/flags/newfoundland-shield-large.png
+share/freeciv/flags/newfoundland-shield.png
+share/freeciv/flags/newfoundland.png
+share/freeciv/flags/newzealand-large.png
+share/freeciv/flags/newzealand-shield-large.png
share/freeciv/flags/newzealand-shield.png
share/freeciv/flags/newzealand.png
+share/freeciv/flags/nez_perce-large.png
+share/freeciv/flags/nez_perce-shield-large.png
+share/freeciv/flags/nez_perce-shield.png
+share/freeciv/flags/nez_perce.png
+share/freeciv/flags/nicaragua-large.png
+share/freeciv/flags/nicaragua-shield-large.png
+share/freeciv/flags/nicaragua-shield.png
+share/freeciv/flags/nicaragua.png
+share/freeciv/flags/niger-large.png
+share/freeciv/flags/niger-shield-large.png
+share/freeciv/flags/niger-shield.png
+share/freeciv/flags/niger.png
+share/freeciv/flags/nigeria-large.png
+share/freeciv/flags/nigeria-shield-large.png
share/freeciv/flags/nigeria-shield.png
share/freeciv/flags/nigeria.png
+share/freeciv/flags/normandy-large.png
+share/freeciv/flags/normandy-shield-large.png
share/freeciv/flags/normandy-shield.png
share/freeciv/flags/normandy.png
+share/freeciv/flags/north_korea-large.png
+share/freeciv/flags/north_korea-shield-large.png
share/freeciv/flags/north_korea-shield.png
share/freeciv/flags/north_korea.png
+share/freeciv/flags/northumbria-large.png
+share/freeciv/flags/northumbria-shield-large.png
+share/freeciv/flags/northumbria-shield.png
+share/freeciv/flags/northumbria.png
+share/freeciv/flags/norway-large.png
+share/freeciv/flags/norway-shield-large.png
share/freeciv/flags/norway-shield.png
share/freeciv/flags/norway.png
+share/freeciv/flags/nubia-large.png
+share/freeciv/flags/nubia-shield-large.png
share/freeciv/flags/nubia-shield.png
share/freeciv/flags/nubia.png
+share/freeciv/flags/numidia-large.png
+share/freeciv/flags/numidia-shield-large.png
share/freeciv/flags/numidia-shield.png
share/freeciv/flags/numidia.png
+share/freeciv/flags/nunavut-large.png
+share/freeciv/flags/nunavut-shield-large.png
+share/freeciv/flags/nunavut-shield.png
+share/freeciv/flags/nunavut.png
+share/freeciv/flags/nuu-chah-nulth-large.png
+share/freeciv/flags/nuu-chah-nulth-shield-large.png
share/freeciv/flags/nuu-chah-nulth-shield.png
share/freeciv/flags/nuu-chah-nulth.png
+share/freeciv/flags/occitania-large.png
+share/freeciv/flags/occitania-shield-large.png
+share/freeciv/flags/occitania-shield.png
+share/freeciv/flags/occitania.png
+share/freeciv/flags/ohlone-large.png
+share/freeciv/flags/ohlone-shield-large.png
+share/freeciv/flags/ohlone-shield.png
+share/freeciv/flags/ohlone.png
+share/freeciv/flags/oldenburg-large.png
+share/freeciv/flags/oldenburg-shield-large.png
+share/freeciv/flags/oldenburg-shield.png
+share/freeciv/flags/oldenburg.png
+share/freeciv/flags/oman-large.png
+share/freeciv/flags/oman-shield-large.png
+share/freeciv/flags/oman-shield.png
+share/freeciv/flags/oman.png
+share/freeciv/flags/ossetia-large.png
+share/freeciv/flags/ossetia-shield-large.png
+share/freeciv/flags/ossetia-shield.png
+share/freeciv/flags/ossetia.png
+share/freeciv/flags/otomi-large.png
+share/freeciv/flags/otomi-shield-large.png
+share/freeciv/flags/otomi-shield.png
+share/freeciv/flags/otomi.png
+share/freeciv/flags/ottoman-large.png
+share/freeciv/flags/ottoman-shield-large.png
share/freeciv/flags/ottoman-shield.png
share/freeciv/flags/ottoman.png
+share/freeciv/flags/oz-large.png
+share/freeciv/flags/oz-shield-large.png
+share/freeciv/flags/oz-shield.png
+share/freeciv/flags/oz.png
+share/freeciv/flags/pakistan-large.png
+share/freeciv/flags/pakistan-shield-large.png
share/freeciv/flags/pakistan-shield.png
share/freeciv/flags/pakistan.png
+share/freeciv/flags/palatinate-large.png
+share/freeciv/flags/palatinate-shield-large.png
+share/freeciv/flags/palatinate-shield.png
+share/freeciv/flags/palatinate.png
+share/freeciv/flags/palestine-large.png
+share/freeciv/flags/palestine-shield-large.png
+share/freeciv/flags/palestine-shield.png
+share/freeciv/flags/palestine.png
+share/freeciv/flags/palmyra-large.png
+share/freeciv/flags/palmyra-shield-large.png
share/freeciv/flags/palmyra-shield.png
share/freeciv/flags/palmyra.png
+share/freeciv/flags/panama-large.png
+share/freeciv/flags/panama-shield-large.png
+share/freeciv/flags/panama-shield.png
+share/freeciv/flags/panama.png
+share/freeciv/flags/papua_newguinea-large.png
+share/freeciv/flags/papua_newguinea-shield-large.png
share/freeciv/flags/papua_newguinea-shield.png
share/freeciv/flags/papua_newguinea.png
+share/freeciv/flags/paraguay-large.png
+share/freeciv/flags/paraguay-shield-large.png
+share/freeciv/flags/paraguay-shield.png
+share/freeciv/flags/paraguay.png
+share/freeciv/flags/pashtun-large.png
+share/freeciv/flags/pashtun-shield-large.png
+share/freeciv/flags/pashtun-shield.png
+share/freeciv/flags/pashtun.png
+share/freeciv/flags/peru-large.png
+share/freeciv/flags/peru-shield-large.png
share/freeciv/flags/peru-shield.png
share/freeciv/flags/peru.png
+share/freeciv/flags/philippines-large.png
+share/freeciv/flags/philippines-shield-large.png
share/freeciv/flags/philippines-shield.png
share/freeciv/flags/philippines.png
+share/freeciv/flags/phoenicia-large.png
+share/freeciv/flags/phoenicia-shield-large.png
share/freeciv/flags/phoenicia-shield.png
share/freeciv/flags/phoenicia.png
+share/freeciv/flags/piedmont-large.png
+share/freeciv/flags/piedmont-shield-large.png
+share/freeciv/flags/piedmont-shield.png
+share/freeciv/flags/piedmont.png
+share/freeciv/flags/pirate-large.png
+share/freeciv/flags/pirate-shield-large.png
share/freeciv/flags/pirate-shield.png
share/freeciv/flags/pirate.png
+share/freeciv/flags/piratini-large.png
+share/freeciv/flags/piratini-shield-large.png
+share/freeciv/flags/piratini-shield.png
+share/freeciv/flags/piratini.png
+share/freeciv/flags/poland-large.png
+share/freeciv/flags/poland-shield-large.png
share/freeciv/flags/poland-shield.png
share/freeciv/flags/poland.png
+share/freeciv/flags/polynesian-large.png
+share/freeciv/flags/polynesian-shield-large.png
share/freeciv/flags/polynesian-shield.png
share/freeciv/flags/polynesian.png
+share/freeciv/flags/pomerania-large.png
+share/freeciv/flags/pomerania-shield-large.png
+share/freeciv/flags/pomerania-shield.png
+share/freeciv/flags/pomerania.png
+share/freeciv/flags/portugal-large.png
+share/freeciv/flags/portugal-shield-large.png
share/freeciv/flags/portugal-shield.png
share/freeciv/flags/portugal.png
+share/freeciv/flags/prussia-large.png
+share/freeciv/flags/prussia-shield-large.png
share/freeciv/flags/prussia-shield.png
share/freeciv/flags/prussia.png
+share/freeciv/flags/puerto_rico-large.png
+share/freeciv/flags/puerto_rico-shield-large.png
+share/freeciv/flags/puerto_rico-shield.png
+share/freeciv/flags/puerto_rico.png
+share/freeciv/flags/purhepecha-large.png
+share/freeciv/flags/purhepecha-shield-large.png
share/freeciv/flags/purhepecha-shield.png
share/freeciv/flags/purhepecha.png
+share/freeciv/flags/qing-large.png
+share/freeciv/flags/qing-shield-large.png
share/freeciv/flags/qing-shield.png
share/freeciv/flags/qing.png
+share/freeciv/flags/quebec-large.png
+share/freeciv/flags/quebec-shield-large.png
share/freeciv/flags/quebec-shield.png
share/freeciv/flags/quebec.png
+share/freeciv/flags/raramuri-large.png
+share/freeciv/flags/raramuri-shield-large.png
+share/freeciv/flags/raramuri-shield.png
+share/freeciv/flags/raramuri.png
+share/freeciv/flags/rif-large.png
+share/freeciv/flags/rif-shield-large.png
+share/freeciv/flags/rif-shield.png
+share/freeciv/flags/rif.png
+share/freeciv/flags/romania-large.png
+share/freeciv/flags/romania-shield-large.png
share/freeciv/flags/romania-shield.png
share/freeciv/flags/romania.png
+share/freeciv/flags/rome-large.png
+share/freeciv/flags/rome-shield-large.png
share/freeciv/flags/rome-shield.png
share/freeciv/flags/rome.png
+share/freeciv/flags/russia-large.png
+share/freeciv/flags/russia-shield-large.png
share/freeciv/flags/russia-shield.png
share/freeciv/flags/russia.png
+share/freeciv/flags/rvn-large.png
+share/freeciv/flags/rvn-shield-large.png
+share/freeciv/flags/rvn-shield.png
+share/freeciv/flags/rvn.png
+share/freeciv/flags/rwanda-large.png
+share/freeciv/flags/rwanda-shield-large.png
share/freeciv/flags/rwanda-shield.png
share/freeciv/flags/rwanda.png
+share/freeciv/flags/ryukyu-large.png
+share/freeciv/flags/ryukyu-shield-large.png
share/freeciv/flags/ryukyu-shield.png
share/freeciv/flags/ryukyu.png
+share/freeciv/flags/sadr-large.png
+share/freeciv/flags/sadr-shield-large.png
+share/freeciv/flags/sadr-shield.png
+share/freeciv/flags/sadr.png
+share/freeciv/flags/sakha-large.png
+share/freeciv/flags/sakha-shield-large.png
+share/freeciv/flags/sakha-shield.png
+share/freeciv/flags/sakha.png
+share/freeciv/flags/samogitia-large.png
+share/freeciv/flags/samogitia-shield-large.png
share/freeciv/flags/samogitia-shield.png
share/freeciv/flags/samogitia.png
+share/freeciv/flags/san_marino-large.png
+share/freeciv/flags/san_marino-shield-large.png
+share/freeciv/flags/san_marino-shield.png
+share/freeciv/flags/san_marino.png
+share/freeciv/flags/sapmi-large.png
+share/freeciv/flags/sapmi-shield-large.png
share/freeciv/flags/sapmi-shield.png
share/freeciv/flags/sapmi.png
+share/freeciv/flags/sarmatia-large.png
+share/freeciv/flags/sarmatia-shield-large.png
+share/freeciv/flags/sarmatia-shield.png
+share/freeciv/flags/sarmatia.png
+share/freeciv/flags/saudi_arabia-large.png
+share/freeciv/flags/saudi_arabia-shield-large.png
+share/freeciv/flags/saudi_arabia-shield.png
+share/freeciv/flags/saudi_arabia.png
+share/freeciv/flags/savoy-large.png
+share/freeciv/flags/savoy-shield-large.png
+share/freeciv/flags/savoy-shield.png
+share/freeciv/flags/savoy.png
+share/freeciv/flags/saxony-large.png
+share/freeciv/flags/saxony-shield-large.png
share/freeciv/flags/saxony-shield.png
share/freeciv/flags/saxony.png
+share/freeciv/flags/schleswig-holstein-large.png
+share/freeciv/flags/schleswig-holstein-shield-large.png
+share/freeciv/flags/schleswig-holstein-shield.png
+share/freeciv/flags/schleswig-holstein.png
+share/freeciv/flags/scotland-large.png
+share/freeciv/flags/scotland-shield-large.png
share/freeciv/flags/scotland-shield.png
share/freeciv/flags/scotland.png
+share/freeciv/flags/scythia-large.png
+share/freeciv/flags/scythia-shield-large.png
+share/freeciv/flags/scythia-shield.png
+share/freeciv/flags/scythia.png
+share/freeciv/flags/seleucid-large.png
+share/freeciv/flags/seleucid-shield-large.png
+share/freeciv/flags/seleucid-shield.png
+share/freeciv/flags/seleucid.png
+share/freeciv/flags/senegal-large.png
+share/freeciv/flags/senegal-shield-large.png
+share/freeciv/flags/senegal-shield.png
+share/freeciv/flags/senegal.png
+share/freeciv/flags/serbia-large.png
+share/freeciv/flags/serbia-shield-large.png
share/freeciv/flags/serbia-shield.png
share/freeciv/flags/serbia.png
+share/freeciv/flags/shawnee-large.png
+share/freeciv/flags/shawnee-shield-large.png
+share/freeciv/flags/shawnee-shield.png
+share/freeciv/flags/shawnee.png
+share/freeciv/flags/siberia-large.png
+share/freeciv/flags/siberia-shield-large.png
+share/freeciv/flags/siberia-shield.png
+share/freeciv/flags/siberia.png
+share/freeciv/flags/sicily-large.png
+share/freeciv/flags/sicily-shield-large.png
+share/freeciv/flags/sicily-shield.png
+share/freeciv/flags/sicily.png
+share/freeciv/flags/sikh-large.png
+share/freeciv/flags/sikh-shield-large.png
+share/freeciv/flags/sikh-shield.png
+share/freeciv/flags/sikh.png
+share/freeciv/flags/sikkim-large.png
+share/freeciv/flags/sikkim-shield-large.png
+share/freeciv/flags/sikkim-shield.png
+share/freeciv/flags/sikkim.png
+share/freeciv/flags/silesia-large.png
+share/freeciv/flags/silesia-shield-large.png
share/freeciv/flags/silesia-shield.png
share/freeciv/flags/silesia.png
+share/freeciv/flags/singapore-large.png
+share/freeciv/flags/singapore-shield-large.png
share/freeciv/flags/singapore-shield.png
share/freeciv/flags/singapore.png
+share/freeciv/flags/slavic-large.png
+share/freeciv/flags/slavic-shield-large.png
+share/freeciv/flags/slavic-shield.png
+share/freeciv/flags/slavic.png
+share/freeciv/flags/slovakia-large.png
+share/freeciv/flags/slovakia-shield-large.png
share/freeciv/flags/slovakia-shield.png
share/freeciv/flags/slovakia.png
+share/freeciv/flags/slovenia-large.png
+share/freeciv/flags/slovenia-shield-large.png
share/freeciv/flags/slovenia-shield.png
share/freeciv/flags/slovenia.png
+share/freeciv/flags/somalia-large.png
+share/freeciv/flags/somalia-shield-large.png
+share/freeciv/flags/somalia-shield.png
+share/freeciv/flags/somalia.png
+share/freeciv/flags/songhai-large.png
+share/freeciv/flags/songhai-shield-large.png
+share/freeciv/flags/songhai-shield.png
+share/freeciv/flags/songhai.png
+share/freeciv/flags/south_africa-large.png
+share/freeciv/flags/south_africa-shield-large.png
share/freeciv/flags/south_africa-shield.png
share/freeciv/flags/south_africa.png
+share/freeciv/flags/south_yemen-large.png
+share/freeciv/flags/south_yemen-shield-large.png
+share/freeciv/flags/south_yemen-shield.png
+share/freeciv/flags/south_yemen.png
+share/freeciv/flags/southern_cross-large.png
+share/freeciv/flags/southern_cross-shield-large.png
share/freeciv/flags/southern_cross-shield.png
share/freeciv/flags/southern_cross.png
+share/freeciv/flags/soviet-large.png
+share/freeciv/flags/soviet-shield-large.png
share/freeciv/flags/soviet-shield.png
share/freeciv/flags/soviet.png
+share/freeciv/flags/spain-large.png
+share/freeciv/flags/spain-shield-large.png
share/freeciv/flags/spain-shield.png
share/freeciv/flags/spain.png
+share/freeciv/flags/srilanka-large.png
+share/freeciv/flags/srilanka-shield-large.png
share/freeciv/flags/srilanka-shield.png
share/freeciv/flags/srilanka.png
+share/freeciv/flags/srivijaya-large.png
+share/freeciv/flags/srivijaya-shield-large.png
share/freeciv/flags/srivijaya-shield.png
share/freeciv/flags/srivijaya.png
+share/freeciv/flags/stpatrick-large.png
+share/freeciv/flags/stpatrick-shield-large.png
share/freeciv/flags/stpatrick-shield.png
share/freeciv/flags/stpatrick.png
+share/freeciv/flags/sudan-large.png
+share/freeciv/flags/sudan-shield-large.png
share/freeciv/flags/sudan-shield.png
share/freeciv/flags/sudan.png
+share/freeciv/flags/sumeria-large.png
+share/freeciv/flags/sumeria-shield-large.png
share/freeciv/flags/sumeria-shield.png
share/freeciv/flags/sumeria.png
+share/freeciv/flags/suriname-large.png
+share/freeciv/flags/suriname-shield-large.png
+share/freeciv/flags/suriname-shield.png
+share/freeciv/flags/suriname.png
+share/freeciv/flags/svg-large.png
+share/freeciv/flags/svg-shield-large.png
+share/freeciv/flags/svg-shield.png
+share/freeciv/flags/svg.png
+share/freeciv/flags/swaziland-large.png
+share/freeciv/flags/swaziland-shield-large.png
share/freeciv/flags/swaziland-shield.png
share/freeciv/flags/swaziland.png
+share/freeciv/flags/sweden-large.png
+share/freeciv/flags/sweden-shield-large.png
share/freeciv/flags/sweden-shield.png
share/freeciv/flags/sweden.png
+share/freeciv/flags/swiss-large.png
+share/freeciv/flags/swiss-shield-large.png
share/freeciv/flags/swiss-shield.png
share/freeciv/flags/swiss.png
+share/freeciv/flags/syria-large.png
+share/freeciv/flags/syria-shield-large.png
share/freeciv/flags/syria-shield.png
share/freeciv/flags/syria.png
+share/freeciv/flags/taino-large.png
+share/freeciv/flags/taino-shield-large.png
share/freeciv/flags/taino-shield.png
share/freeciv/flags/taino.png
+share/freeciv/flags/tairona-large.png
+share/freeciv/flags/tairona-shield-large.png
share/freeciv/flags/tairona-shield.png
share/freeciv/flags/tairona.png
+share/freeciv/flags/taiwan-large.png
+share/freeciv/flags/taiwan-shield-large.png
share/freeciv/flags/taiwan-shield.png
share/freeciv/flags/taiwan.png
+share/freeciv/flags/tajikistan-large.png
+share/freeciv/flags/tajikistan-shield-large.png
share/freeciv/flags/tajikistan-shield.png
share/freeciv/flags/tajikistan.png
+share/freeciv/flags/tannu_tuva-large.png
+share/freeciv/flags/tannu_tuva-shield-large.png
+share/freeciv/flags/tannu_tuva-shield.png
+share/freeciv/flags/tannu_tuva.png
+share/freeciv/flags/tanzania-large.png
+share/freeciv/flags/tanzania-shield-large.png
+share/freeciv/flags/tanzania-shield.png
+share/freeciv/flags/tanzania.png
+share/freeciv/flags/tatarstan-large.png
+share/freeciv/flags/tatarstan-shield-large.png
+share/freeciv/flags/tatarstan-shield.png
+share/freeciv/flags/tatarstan.png
+share/freeciv/flags/templar-large.png
+share/freeciv/flags/templar-shield-large.png
share/freeciv/flags/templar-shield.png
share/freeciv/flags/templar.png
+share/freeciv/flags/teutonic_order-large.png
+share/freeciv/flags/teutonic_order-shield-large.png
+share/freeciv/flags/teutonic_order-shield.png
+share/freeciv/flags/teutonic_order.png
+share/freeciv/flags/texas-large.png
+share/freeciv/flags/texas-shield-large.png
share/freeciv/flags/texas-shield.png
share/freeciv/flags/texas.png
+share/freeciv/flags/thailand-large.png
+share/freeciv/flags/thailand-shield-large.png
share/freeciv/flags/thailand-shield.png
share/freeciv/flags/thailand.png
+share/freeciv/flags/thrace-large.png
+share/freeciv/flags/thrace-shield-large.png
share/freeciv/flags/thrace-shield.png
share/freeciv/flags/thrace.png
+share/freeciv/flags/tibet-large.png
+share/freeciv/flags/tibet-shield-large.png
share/freeciv/flags/tibet-shield.png
share/freeciv/flags/tibet.png
+share/freeciv/flags/timur-large.png
+share/freeciv/flags/timur-shield-large.png
+share/freeciv/flags/timur-shield.png
+share/freeciv/flags/timur.png
+share/freeciv/flags/tocharian-large.png
+share/freeciv/flags/tocharian-shield-large.png
share/freeciv/flags/tocharian-shield.png
share/freeciv/flags/tocharian.png
+share/freeciv/flags/togo-large.png
+share/freeciv/flags/togo-shield-large.png
+share/freeciv/flags/togo-shield.png
+share/freeciv/flags/togo.png
+share/freeciv/flags/toltec-large.png
+share/freeciv/flags/toltec-shield-large.png
+share/freeciv/flags/toltec-shield.png
+share/freeciv/flags/toltec.png
+share/freeciv/flags/tonga-large.png
+share/freeciv/flags/tonga-shield-large.png
+share/freeciv/flags/tonga-shield.png
+share/freeciv/flags/tonga.png
+share/freeciv/flags/transylvania-large.png
+share/freeciv/flags/transylvania-shield-large.png
+share/freeciv/flags/transylvania-shield.png
+share/freeciv/flags/transylvania.png
+share/freeciv/flags/tunisia-large.png
+share/freeciv/flags/tunisia-shield-large.png
share/freeciv/flags/tunisia-shield.png
share/freeciv/flags/tunisia.png
+share/freeciv/flags/tupi-large.png
+share/freeciv/flags/tupi-shield-large.png
share/freeciv/flags/tupi-shield.png
share/freeciv/flags/tupi.png
+share/freeciv/flags/turkey-large.png
+share/freeciv/flags/turkey-shield-large.png
share/freeciv/flags/turkey-shield.png
share/freeciv/flags/turkey.png
+share/freeciv/flags/turkmenistan-large.png
+share/freeciv/flags/turkmenistan-shield-large.png
share/freeciv/flags/turkmenistan-shield.png
share/freeciv/flags/turkmenistan.png
+share/freeciv/flags/tyrol-large.png
+share/freeciv/flags/tyrol-shield-large.png
+share/freeciv/flags/tyrol-shield.png
+share/freeciv/flags/tyrol.png
+share/freeciv/flags/uae-large.png
+share/freeciv/flags/uae-shield-large.png
share/freeciv/flags/uae-shield.png
share/freeciv/flags/uae.png
+share/freeciv/flags/uganda-large.png
+share/freeciv/flags/uganda-shield-large.png
+share/freeciv/flags/uganda-shield.png
+share/freeciv/flags/uganda.png
+share/freeciv/flags/ukraine-large.png
+share/freeciv/flags/ukraine-shield-large.png
share/freeciv/flags/ukraine-shield.png
share/freeciv/flags/ukraine.png
+share/freeciv/flags/unasur-large.png
+share/freeciv/flags/unasur-shield-large.png
+share/freeciv/flags/unasur-shield.png
+share/freeciv/flags/unasur.png
+share/freeciv/flags/united_kingdom-large.png
+share/freeciv/flags/united_kingdom-shield-large.png
share/freeciv/flags/united_kingdom-shield.png
share/freeciv/flags/united_kingdom.png
+share/freeciv/flags/united_nations-large.png
+share/freeciv/flags/united_nations-shield-large.png
share/freeciv/flags/united_nations-shield.png
share/freeciv/flags/united_nations.png
+share/freeciv/flags/unknown-large.png
+share/freeciv/flags/unknown-shield-large.png
share/freeciv/flags/unknown-shield.png
share/freeciv/flags/unknown.png
+share/freeciv/flags/uruguay-large.png
+share/freeciv/flags/uruguay-shield-large.png
share/freeciv/flags/uruguay-shield.png
share/freeciv/flags/uruguay.png
+share/freeciv/flags/usa-large.png
+share/freeciv/flags/usa-shield-large.png
share/freeciv/flags/usa-shield.png
share/freeciv/flags/usa.png
+share/freeciv/flags/uyghur-large.png
+share/freeciv/flags/uyghur-shield-large.png
share/freeciv/flags/uyghur-shield.png
share/freeciv/flags/uyghur.png
+share/freeciv/flags/uzbekistan-large.png
+share/freeciv/flags/uzbekistan-shield-large.png
share/freeciv/flags/uzbekistan-shield.png
share/freeciv/flags/uzbekistan.png
+share/freeciv/flags/valknut-large.png
+share/freeciv/flags/valknut-shield-large.png
+share/freeciv/flags/valknut-shield.png
+share/freeciv/flags/valknut.png
+share/freeciv/flags/vampire-large.png
+share/freeciv/flags/vampire-shield-large.png
+share/freeciv/flags/vampire-shield.png
+share/freeciv/flags/vampire.png
+share/freeciv/flags/vandal-large.png
+share/freeciv/flags/vandal-shield-large.png
+share/freeciv/flags/vandal-shield.png
+share/freeciv/flags/vandal.png
+share/freeciv/flags/vatican-large.png
+share/freeciv/flags/vatican-shield-large.png
+share/freeciv/flags/vatican-shield.png
+share/freeciv/flags/vatican.png
+share/freeciv/flags/venezuela-large.png
+share/freeciv/flags/venezuela-shield-large.png
share/freeciv/flags/venezuela-shield.png
share/freeciv/flags/venezuela.png
+share/freeciv/flags/venice-large.png
+share/freeciv/flags/venice-shield-large.png
+share/freeciv/flags/venice-shield.png
+share/freeciv/flags/venice.png
+share/freeciv/flags/vermont-large.png
+share/freeciv/flags/vermont-shield-large.png
+share/freeciv/flags/vermont-shield.png
+share/freeciv/flags/vermont.png
+share/freeciv/flags/vietnam-large.png
+share/freeciv/flags/vietnam-shield-large.png
share/freeciv/flags/vietnam-shield.png
share/freeciv/flags/vietnam.png
+share/freeciv/flags/viking-large.png
+share/freeciv/flags/viking-shield-large.png
share/freeciv/flags/viking-shield.png
share/freeciv/flags/viking.png
+share/freeciv/flags/visigoth-large.png
+share/freeciv/flags/visigoth-shield-large.png
+share/freeciv/flags/visigoth-shield.png
+share/freeciv/flags/visigoth.png
+share/freeciv/flags/wales-large.png
+share/freeciv/flags/wales-shield-large.png
share/freeciv/flags/wales-shield.png
share/freeciv/flags/wales.png
+share/freeciv/flags/wallonia-large.png
+share/freeciv/flags/wallonia-shield-large.png
+share/freeciv/flags/wallonia-shield.png
+share/freeciv/flags/wallonia.png
+share/freeciv/flags/west_indies_federation-large.png
+share/freeciv/flags/west_indies_federation-shield-large.png
+share/freeciv/flags/west_indies_federation-shield.png
+share/freeciv/flags/west_indies_federation.png
+share/freeciv/flags/westphalia-large.png
+share/freeciv/flags/westphalia-shield-large.png
share/freeciv/flags/westphalia-shield.png
share/freeciv/flags/westphalia.png
+share/freeciv/flags/wuerttemberg-large.png
+share/freeciv/flags/wuerttemberg-shield-large.png
+share/freeciv/flags/wuerttemberg-shield.png
+share/freeciv/flags/wuerttemberg.png
+share/freeciv/flags/yemen-large.png
+share/freeciv/flags/yemen-shield-large.png
+share/freeciv/flags/yemen-shield.png
+share/freeciv/flags/yemen.png
+share/freeciv/flags/yucatan-large.png
+share/freeciv/flags/yucatan-shield-large.png
+share/freeciv/flags/yucatan-shield.png
+share/freeciv/flags/yucatan.png
+share/freeciv/flags/yugoslavia-large.png
+share/freeciv/flags/yugoslavia-shield-large.png
+share/freeciv/flags/yugoslavia-shield.png
+share/freeciv/flags/yugoslavia.png
+share/freeciv/flags/zapotec-large.png
+share/freeciv/flags/zapotec-shield-large.png
+share/freeciv/flags/zapotec-shield.png
+share/freeciv/flags/zapotec.png
+share/freeciv/flags/zimbabwe-large.png
+share/freeciv/flags/zimbabwe-shield-large.png
+share/freeciv/flags/zimbabwe-shield.png
+share/freeciv/flags/zimbabwe.png
+share/freeciv/flags/zulu-large.png
+share/freeciv/flags/zulu-shield-large.png
share/freeciv/flags/zulu-shield.png
share/freeciv/flags/zulu.png
share/freeciv/freeciv.rc-2.0
@@ -523,7 +1726,6 @@ share/freeciv/hex2t/tiles.spec
share/freeciv/isophex.tilespec
share/freeciv/isophex/darkness.png
share/freeciv/isophex/darkness.spec
-share/freeciv/isophex/gold.spec
share/freeciv/isophex/grid.png
share/freeciv/isophex/grid.spec
share/freeciv/isophex/rivers.png
@@ -532,10 +1734,6 @@ share/freeciv/isophex/terrain1.png
share/freeciv/isophex/terrain1.spec
share/freeciv/isophex/terrain2.png
share/freeciv/isophex/terrain2.spec
-share/freeciv/isophex/tiles.png
-share/freeciv/isophex/tiles.spec
-share/freeciv/isophex/water.png
-share/freeciv/isophex/water.spec
share/freeciv/isotrident.tilespec
share/freeciv/isotrident/cities.png
share/freeciv/isotrident/cities.spec
@@ -557,8 +1755,7 @@ share/freeciv/isotrident/tiles.png
share/freeciv/isotrident/tiles.spec
share/freeciv/isotrident/unitextras.png
share/freeciv/isotrident/unitextras.spec
-share/freeciv/isotrident/water.png
-share/freeciv/isotrident/water.spec
+share/freeciv/misc/buildings-large.spec
share/freeciv/misc/buildings.png
share/freeciv/misc/buildings.spec
share/freeciv/misc/chiefs.png
@@ -574,12 +1771,15 @@ share/freeciv/misc/cursors.png
share/freeciv/misc/cursors.spec
share/freeciv/misc/editor.png
share/freeciv/misc/editor.spec
+share/freeciv/misc/flags-large.spec
share/freeciv/misc/flags.spec
share/freeciv/misc/icons.spec
share/freeciv/misc/intro.png
+share/freeciv/misc/mpicon.png
share/freeciv/misc/overlays.png
share/freeciv/misc/overlays.spec
share/freeciv/misc/radar.png
+share/freeciv/misc/shields-large.spec
share/freeciv/misc/shields.spec
share/freeciv/misc/small.png
share/freeciv/misc/small.spec
@@ -589,81 +1789,172 @@ share/freeciv/misc/techs.png
share/freeciv/misc/techs.spec
share/freeciv/misc/treaty.png
share/freeciv/misc/treaty.spec
+share/freeciv/misc/wonders-large.spec
+share/freeciv/multiplayer.serv
+share/freeciv/multiplayer/ai_effects.ruleset
+share/freeciv/multiplayer/buildings.ruleset
+share/freeciv/multiplayer/cities.ruleset
+share/freeciv/multiplayer/effects.ruleset
+share/freeciv/multiplayer/game.ruleset
+share/freeciv/multiplayer/governments.ruleset
+share/freeciv/multiplayer/script.lua
+share/freeciv/multiplayer/techs.ruleset
+share/freeciv/multiplayer/terrain.ruleset
+share/freeciv/multiplayer/units.ruleset
+share/freeciv/nation/abkhaz.ruleset
share/freeciv/nation/aborigines.ruleset
+share/freeciv/nation/acadian.ruleset
+share/freeciv/nation/acehnese.ruleset
share/freeciv/nation/afghani.ruleset
share/freeciv/nation/ainu.ruleset
share/freeciv/nation/akwe.ruleset
+share/freeciv/nation/alandalus.ruleset
+share/freeciv/nation/albanian.ruleset
+share/freeciv/nation/aleut.ruleset
share/freeciv/nation/algerian.ruleset
+share/freeciv/nation/amazigh.ruleset
+share/freeciv/nation/amazonian.ruleset
share/freeciv/nation/american.ruleset
+share/freeciv/nation/andorran.ruleset
+share/freeciv/nation/angolan.ruleset
+share/freeciv/nation/anishinaabe.ruleset
share/freeciv/nation/antarctican.ruleset
+share/freeciv/nation/apache.ruleset
share/freeciv/nation/arab.ruleset
+share/freeciv/nation/aragonese.ruleset
share/freeciv/nation/aramean.ruleset
share/freeciv/nation/argentine.ruleset
share/freeciv/nation/armenian.ruleset
+share/freeciv/nation/ashanti.ruleset
share/freeciv/nation/assyrian.ruleset
+share/freeciv/nation/asturian.ruleset
+share/freeciv/nation/atlantean.ruleset
share/freeciv/nation/australian.ruleset
share/freeciv/nation/austrian.ruleset
share/freeciv/nation/aymara.ruleset
share/freeciv/nation/azeri.ruleset
share/freeciv/nation/aztec.ruleset
share/freeciv/nation/babylonian.ruleset
+share/freeciv/nation/badian.ruleset
share/freeciv/nation/barbarian.ruleset
+share/freeciv/nation/bashkir.ruleset
share/freeciv/nation/basque.ruleset
share/freeciv/nation/bavarian.ruleset
share/freeciv/nation/belarusian.ruleset
share/freeciv/nation/belgian.ruleset
share/freeciv/nation/bengali.ruleset
+share/freeciv/nation/benin.ruleset
+share/freeciv/nation/bhutanese.ruleset
+share/freeciv/nation/biafran.ruleset
share/freeciv/nation/boer.ruleset
+share/freeciv/nation/bolivian.ruleset
share/freeciv/nation/bosnia.ruleset
+share/freeciv/nation/bosporan.ruleset
+share/freeciv/nation/brandenburgian.ruleset
share/freeciv/nation/brazilian.ruleset
share/freeciv/nation/breton.ruleset
share/freeciv/nation/british.ruleset
+share/freeciv/nation/briton.ruleset
share/freeciv/nation/bulgarian.ruleset
share/freeciv/nation/burgundian.ruleset
+share/freeciv/nation/burkinabe.ruleset
share/freeciv/nation/burmese.ruleset
share/freeciv/nation/burundi.ruleset
share/freeciv/nation/byzantium.ruleset
+share/freeciv/nation/californian.ruleset
share/freeciv/nation/cambodian.ruleset
+share/freeciv/nation/cameroonian.ruleset
share/freeciv/nation/canadian.ruleset
share/freeciv/nation/carthaginian.ruleset
+share/freeciv/nation/castilian.ruleset
share/freeciv/nation/catalan.ruleset
+share/freeciv/nation/celtiberian.ruleset
+share/freeciv/nation/centralafrican.ruleset
+share/freeciv/nation/centralamerican.ruleset
+share/freeciv/nation/cham.ruleset
+share/freeciv/nation/chananean.ruleset
+share/freeciv/nation/chechen.ruleset
share/freeciv/nation/cherokee.ruleset
share/freeciv/nation/chilean.ruleset
+share/freeciv/nation/chimu.ruleset
share/freeciv/nation/chinese.ruleset
share/freeciv/nation/chola.ruleset
+share/freeciv/nation/chumash.ruleset
share/freeciv/nation/colombian.ruleset
+share/freeciv/nation/comanche.ruleset
share/freeciv/nation/confederate.ruleset
+share/freeciv/nation/congolese.ruleset
share/freeciv/nation/cornish.ruleset
+share/freeciv/nation/corsican.ruleset
+share/freeciv/nation/cossack.ruleset
+share/freeciv/nation/costarican.ruleset
share/freeciv/nation/cree.ruleset
+share/freeciv/nation/crimeantatar.ruleset
share/freeciv/nation/croatian.ruleset
share/freeciv/nation/cuban.ruleset
+share/freeciv/nation/curonian.ruleset
+share/freeciv/nation/cypriot.ruleset
share/freeciv/nation/czech.ruleset
+share/freeciv/nation/dahomean.ruleset
share/freeciv/nation/danish.ruleset
share/freeciv/nation/dominican.ruleset
+share/freeciv/nation/dominicano.ruleset
+share/freeciv/nation/dryad.ruleset
share/freeciv/nation/dutch.ruleset
+share/freeciv/nation/eastgerman.ruleset
+share/freeciv/nation/easttimorese.ruleset
+share/freeciv/nation/ecuadorian.ruleset
share/freeciv/nation/egyptian.ruleset
+share/freeciv/nation/egyptianarab.ruleset
+share/freeciv/nation/elamite.ruleset
share/freeciv/nation/emirati.ruleset
share/freeciv/nation/english.ruleset
+share/freeciv/nation/eritrean.ruleset
share/freeciv/nation/esperant.ruleset
share/freeciv/nation/estonian.ruleset
share/freeciv/nation/ethiopian.ruleset
+share/freeciv/nation/etruscan.ruleset
share/freeciv/nation/european.ruleset
+share/freeciv/nation/fijian.ruleset
share/freeciv/nation/filipino.ruleset
share/freeciv/nation/finnish.ruleset
+share/freeciv/nation/flemish.ruleset
+share/freeciv/nation/franconian.ruleset
share/freeciv/nation/french.ruleset
+share/freeciv/nation/frisian.ruleset
+share/freeciv/nation/gaelic.ruleset
share/freeciv/nation/galician.ruleset
share/freeciv/nation/gallic.ruleset
share/freeciv/nation/georgian.ruleset
share/freeciv/nation/german.ruleset
+share/freeciv/nation/ghanaian.ruleset
+share/freeciv/nation/gokturk.ruleset
+share/freeciv/nation/greaterpolish.ruleset
share/freeciv/nation/greek.ruleset
+share/freeciv/nation/greenlander.ruleset
+share/freeciv/nation/grenadian.ruleset
+share/freeciv/nation/guanche.ruleset
+share/freeciv/nation/guarani.ruleset
+share/freeciv/nation/guatemalan.ruleset
share/freeciv/nation/gupta.ruleset
+share/freeciv/nation/guyanese.ruleset
share/freeciv/nation/hacker.ruleset
+share/freeciv/nation/haitian.ruleset
+share/freeciv/nation/han.ruleset
+share/freeciv/nation/hanoverian.ruleset
+share/freeciv/nation/hansa.ruleset
+share/freeciv/nation/hasinay.ruleset
share/freeciv/nation/hawaiian.ruleset
share/freeciv/nation/hellenic.ruleset
+share/freeciv/nation/hessian.ruleset
share/freeciv/nation/himyarite.ruleset
share/freeciv/nation/hittite.ruleset
+share/freeciv/nation/holyroman.ruleset
+share/freeciv/nation/holysee.ruleset
+share/freeciv/nation/honduran.ruleset
share/freeciv/nation/hopi.ruleset
share/freeciv/nation/hungarian.ruleset
+share/freeciv/nation/iberian.ruleset
share/freeciv/nation/icelandic.ruleset
share/freeciv/nation/illyrian.ruleset
share/freeciv/nation/inca.ruleset
@@ -676,77 +1967,170 @@ share/freeciv/nation/irish.ruleset
share/freeciv/nation/iroquois.ruleset
share/freeciv/nation/israeli.ruleset
share/freeciv/nation/italian.ruleset
+share/freeciv/nation/ivoirian.ruleset
+share/freeciv/nation/jamaican.ruleset
share/freeciv/nation/japanese.ruleset
+share/freeciv/nation/jolof.ruleset
+share/freeciv/nation/kalmyk.ruleset
share/freeciv/nation/kanem-bornu.ruleset
+share/freeciv/nation/karelian.ruleset
+share/freeciv/nation/kashmiri.ruleset
share/freeciv/nation/kazakh.ruleset
share/freeciv/nation/kenyan.ruleset
+share/freeciv/nation/khazar.ruleset
share/freeciv/nation/khwarezmian.ruleset
share/freeciv/nation/kongo.ruleset
share/freeciv/nation/korean.ruleset
+share/freeciv/nation/kosovar.ruleset
share/freeciv/nation/kurd.ruleset
share/freeciv/nation/kyrgyz.ruleset
share/freeciv/nation/lankese.ruleset
share/freeciv/nation/laotian.ruleset
share/freeciv/nation/latvian.ruleset
+share/freeciv/nation/lebanese.ruleset
+share/freeciv/nation/lendian.ruleset
+share/freeciv/nation/leonese.ruleset
share/freeciv/nation/libyan.ruleset
+share/freeciv/nation/liechtensteiner.ruleset
+share/freeciv/nation/lipkatatar.ruleset
share/freeciv/nation/lithuanian.ruleset
share/freeciv/nation/lojbanistani.ruleset
+share/freeciv/nation/lorrain.ruleset
+share/freeciv/nation/luxembourgish.ruleset
+share/freeciv/nation/maasai.ruleset
+share/freeciv/nation/macedon.ruleset
+share/freeciv/nation/macedonian.ruleset
share/freeciv/nation/majapahit.ruleset
share/freeciv/nation/malagasy.ruleset
+share/freeciv/nation/malawian.ruleset
share/freeciv/nation/malaysian.ruleset
+share/freeciv/nation/mali.ruleset
share/freeciv/nation/malian.ruleset
+share/freeciv/nation/maltese.ruleset
share/freeciv/nation/manchu.ruleset
+share/freeciv/nation/manx.ruleset
share/freeciv/nation/maori.ruleset
share/freeciv/nation/mapuche.ruleset
share/freeciv/nation/martian.ruleset
share/freeciv/nation/mayan.ruleset
+share/freeciv/nation/mazovian.ruleset
+share/freeciv/nation/mecklenburgian.ruleset
+share/freeciv/nation/metis.ruleset
share/freeciv/nation/mexican.ruleset
+share/freeciv/nation/miao.ruleset
+share/freeciv/nation/micronesian.ruleset
+share/freeciv/nation/mikmaq.ruleset
+share/freeciv/nation/milanese.ruleset
+share/freeciv/nation/miskito.ruleset
+share/freeciv/nation/mixtec.ruleset
share/freeciv/nation/moldovan.ruleset
+share/freeciv/nation/monegasque.ruleset
share/freeciv/nation/mongol.ruleset
+share/freeciv/nation/montenegrin.ruleset
+share/freeciv/nation/moravian.ruleset
+share/freeciv/nation/mordvin.ruleset
+share/freeciv/nation/moroccan.ruleset
+share/freeciv/nation/motswana.ruleset
+share/freeciv/nation/mozambican.ruleset
+share/freeciv/nation/mughal.ruleset
share/freeciv/nation/muskogee.ruleset
+share/freeciv/nation/mwiska.ruleset
+share/freeciv/nation/namibian.ruleset
+share/freeciv/nation/navajo.ruleset
+share/freeciv/nation/neapolitan.ruleset
+share/freeciv/nation/nepali.ruleset
+share/freeciv/nation/nestorian.ruleset
+share/freeciv/nation/newfoundland.ruleset
share/freeciv/nation/newzealand.ruleset
+share/freeciv/nation/nicaraguan.ruleset
share/freeciv/nation/nigerian.ruleset
+share/freeciv/nation/nigerien.ruleset
+share/freeciv/nation/nimiipuu.ruleset
share/freeciv/nation/norman.ruleset
share/freeciv/nation/northkorean.ruleset
+share/freeciv/nation/northumbrian.ruleset
share/freeciv/nation/norwegian.ruleset
share/freeciv/nation/nubian.ruleset
share/freeciv/nation/numidian.ruleset
share/freeciv/nation/nuu-chah-nulth.ruleset
+share/freeciv/nation/occitan.ruleset
+share/freeciv/nation/ohlone.ruleset
+share/freeciv/nation/oldenburgian.ruleset
+share/freeciv/nation/omani.ruleset
+share/freeciv/nation/ossetian.ruleset
+share/freeciv/nation/ostrogothic.ruleset
+share/freeciv/nation/otomi.ruleset
share/freeciv/nation/ottoman.ruleset
+share/freeciv/nation/ozite.ruleset
share/freeciv/nation/pakistani.ruleset
+share/freeciv/nation/palatinate.ruleset
+share/freeciv/nation/palestinian.ruleset
+share/freeciv/nation/palmyrene.ruleset
+share/freeciv/nation/panamanian.ruleset
share/freeciv/nation/papuan.ruleset
+share/freeciv/nation/paraguayan.ruleset
+share/freeciv/nation/pashtun.ruleset
share/freeciv/nation/persian.ruleset
share/freeciv/nation/peruvian.ruleset
share/freeciv/nation/phoenician.ruleset
+share/freeciv/nation/piedmontese.ruleset
share/freeciv/nation/pirate.ruleset
share/freeciv/nation/polish.ruleset
share/freeciv/nation/polynesian.ruleset
share/freeciv/nation/portuguese.ruleset
share/freeciv/nation/prussian.ruleset
+share/freeciv/nation/puertorican.ruleset
share/freeciv/nation/purhepecha.ruleset
share/freeciv/nation/quebecois.ruleset
+share/freeciv/nation/raramuri.ruleset
+share/freeciv/nation/riffian.ruleset
+share/freeciv/nation/riograndense.ruleset
share/freeciv/nation/roman.ruleset
share/freeciv/nation/romanian.ruleset
share/freeciv/nation/russian.ruleset
+share/freeciv/nation/ruthenian.ruleset
share/freeciv/nation/rwandan.ruleset
share/freeciv/nation/ryukyuan.ruleset
+share/freeciv/nation/sahrawi.ruleset
+share/freeciv/nation/salvadoran.ruleset
share/freeciv/nation/sami.ruleset
+share/freeciv/nation/sammarinese.ruleset
share/freeciv/nation/samogitian.ruleset
+share/freeciv/nation/sarmatian.ruleset
+share/freeciv/nation/saudi.ruleset
+share/freeciv/nation/savoyard.ruleset
share/freeciv/nation/saxon.ruleset
+share/freeciv/nation/schleswig-holsteinian.ruleset
share/freeciv/nation/scottish.ruleset
+share/freeciv/nation/scythian.ruleset
+share/freeciv/nation/seleucid.ruleset
+share/freeciv/nation/senegalese.ruleset
share/freeciv/nation/serbian.ruleset
+share/freeciv/nation/shawnee.ruleset
+share/freeciv/nation/siberian.ruleset
+share/freeciv/nation/sicilian.ruleset
+share/freeciv/nation/sikh.ruleset
+share/freeciv/nation/sikkimese.ruleset
share/freeciv/nation/silesian.ruleset
share/freeciv/nation/singaporean.ruleset
share/freeciv/nation/sioux.ruleset
+share/freeciv/nation/slavic.ruleset
share/freeciv/nation/slovakian.ruleset
share/freeciv/nation/slovenian.ruleset
+share/freeciv/nation/somali.ruleset
+share/freeciv/nation/songhai.ruleset
+share/freeciv/nation/sorbian.ruleset
share/freeciv/nation/southafrican.ruleset
+share/freeciv/nation/southamerican.ruleset
share/freeciv/nation/southkorean.ruleset
+share/freeciv/nation/southvietnamese.ruleset
+share/freeciv/nation/southyemeni.ruleset
share/freeciv/nation/soviet.ruleset
share/freeciv/nation/spanish.ruleset
share/freeciv/nation/srivijaya.ruleset
share/freeciv/nation/sudanese.ruleset
share/freeciv/nation/sumerian.ruleset
+share/freeciv/nation/surinamese.ruleset
share/freeciv/nation/swazi.ruleset
share/freeciv/nation/swedish.ruleset
share/freeciv/nation/swiss.ruleset
@@ -755,30 +2139,58 @@ share/freeciv/nation/taino.ruleset
share/freeciv/nation/tairona.ruleset
share/freeciv/nation/taiwanese.ruleset
share/freeciv/nation/tajik.ruleset
+share/freeciv/nation/tanzanian.ruleset
+share/freeciv/nation/tatar.ruleset
share/freeciv/nation/templar.ruleset
+share/freeciv/nation/teutonic.ruleset
share/freeciv/nation/texan.ruleset
share/freeciv/nation/thai.ruleset
share/freeciv/nation/thracian.ruleset
share/freeciv/nation/tibetan.ruleset
+share/freeciv/nation/timurid.ruleset
share/freeciv/nation/tocharian.ruleset
+share/freeciv/nation/togolese.ruleset
+share/freeciv/nation/toltec.ruleset
+share/freeciv/nation/tongan.ruleset
+share/freeciv/nation/transylvanian.ruleset
share/freeciv/nation/tunisian.ruleset
share/freeciv/nation/tupi.ruleset
share/freeciv/nation/turk.ruleset
share/freeciv/nation/turkmen.ruleset
+share/freeciv/nation/tuvan.ruleset
+share/freeciv/nation/tyrolian.ruleset
+share/freeciv/nation/ugandan.ruleset
share/freeciv/nation/ukrainian.ruleset
share/freeciv/nation/un.ruleset
share/freeciv/nation/uruguayan.ruleset
share/freeciv/nation/uyghur.ruleset
share/freeciv/nation/uzbek.ruleset
+share/freeciv/nation/vampire.ruleset
+share/freeciv/nation/vandalic.ruleset
+share/freeciv/nation/venetian.ruleset
share/freeciv/nation/venezuelan.ruleset
+share/freeciv/nation/vermont.ruleset
share/freeciv/nation/vietnamese.ruleset
share/freeciv/nation/viking.ruleset
+share/freeciv/nation/vincentian.ruleset
+share/freeciv/nation/visigothic.ruleset
+share/freeciv/nation/walloon.ruleset
share/freeciv/nation/welsh.ruleset
+share/freeciv/nation/westernpomeranian.ruleset
+share/freeciv/nation/westernroman.ruleset
+share/freeciv/nation/westindian.ruleset
share/freeciv/nation/westphalian.ruleset
+share/freeciv/nation/wuerttembergian.ruleset
+share/freeciv/nation/yakut.ruleset
+share/freeciv/nation/yemeni.ruleset
+share/freeciv/nation/yucatecan.ruleset
+share/freeciv/nation/yugoslav.ruleset
+share/freeciv/nation/zapotec.ruleset
+share/freeciv/nation/zimbabwean.ruleset
share/freeciv/nation/zulu.ruleset
share/freeciv/scenario/british-isles-85x80-v2.80.sav.gz
share/freeciv/scenario/earth-160x90-v2.sav.gz
-share/freeciv/scenario/earth-80x50-v2.sav.gz
+share/freeciv/scenario/earth-80x50-v3.sav.gz
share/freeciv/scenario/europe-200x100-v2.sav.gz
share/freeciv/scenario/france-140x90-v2.sav.gz
share/freeciv/scenario/hagworld-120x60-v1.2.sav.gz
@@ -865,6 +2277,8 @@ share/locale/et/LC_MESSAGES/freeciv.mo
share/locale/fa/LC_MESSAGES/freeciv.mo
share/locale/fi/LC_MESSAGES/freeciv.mo
share/locale/fr/LC_MESSAGES/freeciv.mo
+share/locale/ga/LC_MESSAGES/freeciv.mo
+share/locale/gd/LC_MESSAGES/freeciv.mo
share/locale/he/LC_MESSAGES/freeciv.mo
share/locale/hu/LC_MESSAGES/freeciv.mo
share/locale/it/LC_MESSAGES/freeciv.mo
diff --git a/games/freeciv-share/distinfo b/games/freeciv-share/distinfo
index c919f1b2c37..6596445020f 100644
--- a/games/freeciv-share/distinfo
+++ b/games/freeciv-share/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.24 2010/09/11 14:19:56 adam Exp $
+$NetBSD: distinfo,v 1.25 2012/07/31 15:49:37 prlw1 Exp $
-SHA1 (freeciv-2.2.2.tar.bz2) = b306374d5e2e118393b23ff9a0b1a8d391b36c82
-RMD160 (freeciv-2.2.2.tar.bz2) = 42714e95f1839592a79a2b60ee64bc58bbe512e8
-Size (freeciv-2.2.2.tar.bz2) = 33904671 bytes
-SHA1 (patch-aa) = 3bba77ca58321390945cba22a7b2d82e59cf00f7
-SHA1 (patch-ab) = ed68854ebea91f1b289a328e86f323cefe3faff8
-SHA1 (patch-ac) = 4748562b4db37ec7d9b855a8531efb01875825d9
+SHA1 (freeciv-2.3.2.tar.bz2) = e6267b5e0483cf9c29d01793d2f9433e73d62191
+RMD160 (freeciv-2.3.2.tar.bz2) = 63bea690cfd6953bfb30d320a3e3f7a69353b64c
+Size (freeciv-2.3.2.tar.bz2) = 30695128 bytes
+SHA1 (patch-aa) = bac3e05393c154defd288cc621606a3dbd7f00eb
+SHA1 (patch-common_packets.c) = 2f33fb3bd9c6159ec15c5cda0d8e97322d05ac83
diff --git a/games/freeciv-share/patches/patch-aa b/games/freeciv-share/patches/patch-aa
index 45888082071..8d11a770990 100644
--- a/games/freeciv-share/patches/patch-aa
+++ b/games/freeciv-share/patches/patch-aa
@@ -1,8 +1,10 @@
-$NetBSD: patch-aa,v 1.11 2010/06/21 07:53:14 spz Exp $
+$NetBSD: patch-aa,v 1.12 2012/07/31 15:49:37 prlw1 Exp $
---- configure.orig 2010-05-23 21:45:26.000000000 +0000
+https://gna.org/bugs/index.php?20002
+
+--- configure.orig 2012-03-31 12:37:54.000000000 +0000
+++ configure
-@@ -22562,13 +22562,13 @@ $as_echo "yes" >&6; }
+@@ -18894,13 +18894,13 @@ $as_echo "yes" >&6; }
@@ -23,7 +25,7 @@ $NetBSD: patch-aa,v 1.11 2010/06/21 07:53:14 spz Exp $
cat >>confdefs.h <<_ACEOF
#define $ac_tr_lib 1
_ACEOF
-@@ -22639,13 +22639,13 @@ $as_echo "yes" >&6; }
+@@ -18971,13 +18971,13 @@ $as_echo "yes" >&6; }
@@ -44,7 +46,7 @@ $NetBSD: patch-aa,v 1.11 2010/06/21 07:53:14 spz Exp $
cat >>confdefs.h <<_ACEOF
#define $ac_tr_lib 1
_ACEOF
-@@ -22712,13 +22712,13 @@ $as_echo "yes" >&6; }
+@@ -19044,13 +19044,13 @@ $as_echo "yes" >&6; }
@@ -65,7 +67,7 @@ $NetBSD: patch-aa,v 1.11 2010/06/21 07:53:14 spz Exp $
cat >>confdefs.h <<_ACEOF
#define $ac_tr_lib 1
_ACEOF
-@@ -22781,13 +22781,13 @@ $as_echo "yes" >&6; }
+@@ -19113,13 +19113,13 @@ $as_echo "yes" >&6; }
@@ -86,7 +88,7 @@ $NetBSD: patch-aa,v 1.11 2010/06/21 07:53:14 spz Exp $
cat >>confdefs.h <<_ACEOF
#define $ac_tr_lib 1
_ACEOF
-@@ -22856,13 +22856,13 @@ $as_echo "yes" >&6; }
+@@ -19188,13 +19188,13 @@ $as_echo "yes" >&6; }
@@ -107,7 +109,7 @@ $NetBSD: patch-aa,v 1.11 2010/06/21 07:53:14 spz Exp $
cat >>confdefs.h <<_ACEOF
#define $ac_tr_lib 1
_ACEOF
-@@ -22928,13 +22928,13 @@ $as_echo "yes" >&6; }
+@@ -19260,13 +19260,13 @@ $as_echo "yes" >&6; }
@@ -128,7 +130,7 @@ $NetBSD: patch-aa,v 1.11 2010/06/21 07:53:14 spz Exp $
cat >>confdefs.h <<_ACEOF
#define $ac_tr_lib 1
_ACEOF
-@@ -22999,13 +22999,13 @@ $as_echo "yes" >&6; }
+@@ -19331,13 +19331,13 @@ $as_echo "yes" >&6; }
diff --git a/games/freeciv-share/patches/patch-ab b/games/freeciv-share/patches/patch-ab
deleted file mode 100644
index e87448f8fa6..00000000000
--- a/games/freeciv-share/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.9 2010/06/21 07:53:14 spz Exp $
-
---- Makefile.in.orig 2010-05-23 21:45:39.000000000 +0000
-+++ Makefile.in
-@@ -397,8 +397,8 @@ ACLOCAL_AMFLAGS = -I m4 -I dependencies/
- @CLIENT_TRUE@@SERVER_TRUE@MSUBDIRS = manual
- @SERVER_FALSE@MSUBDIRS =
- @MAKE_DATA_FALSE@DSUBDIRS =
--@MAKE_DATA_TRUE@DSUBDIRS = data
--SUBDIRS = $(DSUBDIRS) utility common tests win32 $(SSUBDIRS) $(CSUBDIRS) po doc $(MSUBDIRS)
-+@MAKE_DATA_TRUE@DSUBDIRS = data po doc
-+SUBDIRS = $(DSUBDIRS) utility common tests win32 $(SSUBDIRS) $(CSUBDIRS) $(MSUBDIRS)
- EXTRA_DIST = autogen.sh \
- config.mac.h \
- configure.ac \
diff --git a/games/freeciv-share/patches/patch-ac b/games/freeciv-share/patches/patch-ac
deleted file mode 100644
index 2d28ed822df..00000000000
--- a/games/freeciv-share/patches/patch-ac
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2010/06/21 07:53:14 spz Exp $
-
---- bootstrap/freeciv.spec.in.orig 2010-05-23 21:43:00.000000000 +0000
-+++ bootstrap/freeciv.spec.in
-@@ -229,7 +229,7 @@ rm -fr %buildroot
-
- %files server
- %defattr(755, root, games, 0755)
--%{_gamesbindir}/civserver
-+%{_gamesbindir}/freeciv-server
- %defattr(644, root, root, 0755)
- %doc COPYING NEWS
- %doc doc/BUGS doc/HACKING doc/README
-@@ -244,7 +244,7 @@ rm -fr %buildroot
- %{_gamesdatadir}/%{name}/scenario
- %{_gamesdatadir}/%{name}/civ1.serv
- %{_gamesdatadir}/%{name}/civ2.serv
--%{_mandir}/man6/civserver.6
-+%{_mandir}/man6/freeciv-server.6
-
- %files client
- %defattr(644,root,root,0755)
-@@ -263,7 +263,7 @@ rm -fr %buildroot
- %{_gamesdatadir}/%{name}/*.tilespec
- %{_gamesdatadir}/%{name}/stdsounds
- %{_gamesdatadir}/%{name}/*.soundspec
--%{_mandir}/man6/civclient.6
-+%{_mandir}/man6/freeciv-client.6
- /usr/share/applications/freeciv.desktop
- %defattr(755, root, games, 0755)
-
diff --git a/games/freeciv-share/patches/patch-common_packets.c b/games/freeciv-share/patches/patch-common_packets.c
new file mode 100644
index 00000000000..78f7b6a805e
--- /dev/null
+++ b/games/freeciv-share/patches/patch-common_packets.c
@@ -0,0 +1,31 @@
+$NetBSD: patch-common_packets.c,v 1.1 2012/07/31 15:49:37 prlw1 Exp $
+
+Fixes part 1 of http://secunia.com/advisories/40476/
+c.f. https://gna.org/bugs/?20003
+
+--- common/packets.c.orig 2012-03-31 12:35:45.000000000 +0000
++++ common/packets.c
+@@ -331,7 +331,7 @@ instead of just testing if the returning
+ return a NULL packet even if everything is OK (receive_packet_goto_route).
+ **************************************************************************/
+ void *get_packet_from_connection(struct connection *pc,
+- enum packet_type *ptype, bool * presult)
++ enum packet_type *ptype, bool *presult)
+ {
+ int len_read;
+ int whole_packet_len;
+@@ -386,6 +386,14 @@ void *get_packet_from_connection(struct
+ return NULL; /* not all data has been read */
+ }
+
++ if (whole_packet_len < header_size) {
++ log_verbose("The packet size is reported to be less than header alone. "
++ "The connection will be closed now.");
++ connection_close(pc, _("illegal packet size"));
++
++ return NULL;
++ }
++
+ #ifdef USE_COMPRESSION
+ if (compressed_packet) {
+ uLong compressed_size = whole_packet_len - header_size;
diff --git a/games/freeciv-share/suppress_installation.mk b/games/freeciv-share/suppress_installation.mk
new file mode 100644
index 00000000000..b1910ff8c91
--- /dev/null
+++ b/games/freeciv-share/suppress_installation.mk
@@ -0,0 +1,16 @@
+# $NetBSD: suppress_installation.mk,v 1.1 2012/07/31 15:49:37 prlw1 Exp $
+
+# Makefile snippet to be included by freeciv-client and freeciv-server to
+# prevent files installed by freeciv-share from being installed again.
+
+SUBST_CLASSES+= installmanfix
+SUBST_STAGE.installmanfix= pre-configure
+SUBST_FILES.installmanfix= Makefile.in
+SUBST_SED.installmanfix+= -e 's|po doc||g'
+SUBST_MESSAGE.installmanfix= Suppressing installation of man pages and localization files already in freeciv-share.
+
+SUBST_CLASSES+= installfix
+SUBST_STAGE.installfix= pre-configure
+SUBST_FILES.installfix= common/Makefile.in
+SUBST_SED.installfix+= -e 's|^install-exec-am: install-libLTLIBRARIES|install-exec-am: \# install-libLTLIBRARIES|'
+SUBST_MESSAGE.installfix= Suppressing installation of libs already in freeciv-share.