aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/daimonin/Makefile40
-rw-r--r--games/daimonin/distinfo3
-rw-r--r--games/daimonin/files/daimonin.sh.in5
-rw-r--r--games/daimonin/files/patch-configure11
-rw-r--r--games/daimonin/files/patch-daimonin.com11
-rw-r--r--games/daimonin/files/patch-src-socket.c13
-rw-r--r--games/daimonin/files/patch-src-uncompr.c11
-rw-r--r--games/daimonin/pkg-descr8
-rw-r--r--games/daimonin/pkg-plist544
-rw-r--r--games/flightgear-aircraft/Makefile255
-rw-r--r--games/flightgear-aircraft/distinfo609
-rw-r--r--games/flightgear-aircraft/pkg-descr4
-rw-r--r--games/linux-enemyterritory-jaymod-21/Makefile59
-rw-r--r--games/linux-enemyterritory-jaymod-21/distinfo3
-rw-r--r--games/linux-enemyterritory-jaymod-21/pkg-descr14
-rw-r--r--games/linux-enemyterritory-jaymod-21/pkg-plist23
-rw-r--r--games/redeclipse/Makefile73
-rw-r--r--games/redeclipse/distinfo3
-rw-r--r--games/redeclipse/files/bfclient.in18
-rw-r--r--games/redeclipse/files/bfserver.in18
-rw-r--r--games/redeclipse/files/patch-src_Makefile19
-rw-r--r--games/redeclipse/files/pkg-message.in11
-rw-r--r--games/redeclipse/pkg-descr6
-rw-r--r--games/warmux/Makefile66
-rw-r--r--games/warmux/distinfo3
-rw-r--r--games/warmux/files/patch-config.h11
-rw-r--r--games/warmux/files/patch-configure11
-rw-r--r--games/warmux/files/patch-lib__fixedpoint__fixed_class.h15
-rw-r--r--games/warmux/pkg-descr14
-rw-r--r--games/warmux/pkg-plist1639
-rw-r--r--games/xonotic/Makefile112
-rw-r--r--games/xonotic/distinfo6
-rw-r--r--games/xonotic/pkg-descr21
-rw-r--r--games/xonotic/pkg-plist70
34 files changed, 0 insertions, 3729 deletions
diff --git a/games/daimonin/Makefile b/games/daimonin/Makefile
deleted file mode 100644
index 89d822e90c2c..000000000000
--- a/games/daimonin/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: daimonin-client
-# Date created: 15 Feb 2005
-# Whom: Pav Lucistnik <pav@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= daimonin_client
-PORTVERSION= 0.9.7.1
-PORTREVISION= 8
-CATEGORIES= games
-MASTER_SITES= SF/daimonin/Client%20Sources/Client%20Source%20${PORTVERSION}
-
-MAINTAINER= pav@FreeBSD.org
-COMMENT= Free open source Massively Multiplayer On-line Role-playing Game (MMORPG)
-
-LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \
- curl.6:${PORTSDIR}/ftp/curl
-
-USE_ZIP= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX}/share
-CONFIGURE_ENV= CFLAGS="-pipe" LDFLAGS="-L${LOCALBASE}/lib"
-USE_SDL= mixer image
-SUB_FILES= daimonin.sh
-SUB_LIST= PORTVERSION=${PORTVERSION}
-PLIST_SUB= PORTVERSION=${PORTVERSION}
-
-WRKSRC= ${WRKDIR}/client/make/linux
-
-post-patch:
- @${CHMOD} a+x ${WRKSRC}/configure ${WRKSRC}/make_utils/install-sh
- @${CP} ${PORTSDIR}/Templates/config.guess ${PORTSDIR}/Templates/config.sub \
- ${WRKSRC}/make_utils/
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/daimonin.sh ${PREFIX}/bin/daimonin
- ${CHMOD} a+x ${PREFIX}/bin/daimonin
-
-.include <bsd.port.mk>
diff --git a/games/daimonin/distinfo b/games/daimonin/distinfo
deleted file mode 100644
index 6d2b40077c5e..000000000000
--- a/games/daimonin/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (daimonin_client-0.9.7.1.zip) = 4078dbb9172dff66b5d9804664462150
-SHA256 (daimonin_client-0.9.7.1.zip) = d82c0cf71a053cbe8ffa29baa7528c9c482a9b45b02e4219db66c6fe1d864074
-SIZE (daimonin_client-0.9.7.1.zip) = 28805652
diff --git a/games/daimonin/files/daimonin.sh.in b/games/daimonin/files/daimonin.sh.in
deleted file mode 100644
index 362553462815..000000000000
--- a/games/daimonin/files/daimonin.sh.in
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-mkdir -p ~/.daimonin
-chmod -R +w ~/.daimonin
-cp -R %%PREFIX%%/share/daimonin-%%PORTVERSION%%/ ~/.daimonin
-cd ~/.daimonin && ./daimonin $*
diff --git a/games/daimonin/files/patch-configure b/games/daimonin/files/patch-configure
deleted file mode 100644
index a874545d966f..000000000000
--- a/games/daimonin/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2008-05-10 13:02:39.000000000 +0300
-+++ configure 2008-05-10 13:04:26.000000000 +0300
-@@ -2232,7 +2232,7 @@
-
- # Define the identity of the package.
- PACKAGE=daimonin
-- VERSION=0.9.7
-+ VERSION=0.9.7.1
-
-
- cat >>confdefs.h <<_ACEOF
diff --git a/games/daimonin/files/patch-daimonin.com b/games/daimonin/files/patch-daimonin.com
deleted file mode 100644
index a3f564651365..000000000000
--- a/games/daimonin/files/patch-daimonin.com
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../../src/main.c.orig 2010-05-15 12:15:25.000000000 +0200
-+++ ../../src/main.c 2010-05-15 12:16:53.000000000 +0200
-@@ -500,7 +500,7 @@
-
- /* we have to have it here, before we junp back because of missing config file */
-
-- strcpy(options.metaserver, "damn.informatik.uni-bremen.de");
-+ strcpy(options.metaserver, "www.daimonin.com");
- options.metaserver_port = DEFAULT_METASERVER_PORT;
-
- txtwin_start_size = txtwin[TW_MIX].size;
diff --git a/games/daimonin/files/patch-src-socket.c b/games/daimonin/files/patch-src-socket.c
deleted file mode 100644
index b3b066e35bd2..000000000000
--- a/games/daimonin/files/patch-src-socket.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- ../../src/socket.c.orig 2008-05-10 13:14:59.000000000 +0300
-+++ ../../src/socket.c 2008-05-10 13:15:04.000000000 +0300
-@@ -706,7 +706,9 @@
- start_timer = SDL_GetTicks();
- while (connect(*socket_temp, (struct sockaddr *) &insock, sizeof(insock)) == -1)
- {
-- SDL_Delay(3);
-+ // EINPROGRESS leads to EALREADY over few iterations
-+ if (errno == EALREADY) break;
-+ SDL_Delay(30);
- /* timeout.... without connect will REALLY hang a long time */
- if (start_timer + SOCKET_TIMEOUT_MS < SDL_GetTicks())
- {
diff --git a/games/daimonin/files/patch-src-uncompr.c b/games/daimonin/files/patch-src-uncompr.c
deleted file mode 100644
index 5d1b07b4f201..000000000000
--- a/games/daimonin/files/patch-src-uncompr.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../../src/uncompr.c.orig Sun May 20 02:10:22 2007
-+++ ../../src/uncompr.c Mon Jun 4 11:40:00 2007
-@@ -60,7 +60,7 @@
-
- stream.next_out = dest;
- stream.avail_out = (uInt) * destLen;
-- if ((uLong) stream.avail_out != *destLen)
-+ if ((uLong) stream.avail_out != (uInt) *destLen)
- return Z_BUF_ERROR;
-
- stream.zalloc = (alloc_func) 0;
diff --git a/games/daimonin/pkg-descr b/games/daimonin/pkg-descr
deleted file mode 100644
index 52359906c702..000000000000
--- a/games/daimonin/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Daimonin is a free open source Massively Multiplayer On-line Role-playing Game
-(MMORPG) under the GPL license. Daimonin was created in the year 2002 by using
-the Crossfire project source as a base. The original idea was to create a
-isometric branch of Crossfire but soon Daimonin appeared as its own project.
-In the years Daimonin has become a very unique game and one of the very few
-open source MMORPGs which are fully playable and still growing.
-
-WWW: http://www.daimonin.org/
diff --git a/games/daimonin/pkg-plist b/games/daimonin/pkg-plist
deleted file mode 100644
index 1b12696a9ce8..000000000000
--- a/games/daimonin/pkg-plist
+++ /dev/null
@@ -1,544 +0,0 @@
-bin/daimonin
-share/daimonin-%%PORTVERSION%%/License
-share/daimonin-%%PORTVERSION%%/archdef.dat
-share/daimonin-%%PORTVERSION%%/cache/README.txt
-share/daimonin-%%PORTVERSION%%/daimonin
-share/daimonin-%%PORTVERSION%%/daimonin-updater
-share/daimonin-%%PORTVERSION%%/daimonin.p0
-share/daimonin-%%PORTVERSION%%/gfx_user/README.txt
-share/daimonin-%%PORTVERSION%%/media/100-dreamybells.ogg
-share/daimonin-%%PORTVERSION%%/media/spokyspace.ogg
-share/daimonin-%%PORTVERSION%%/media/rainthunder.ogg
-share/daimonin-%%PORTVERSION%%/media/orchestral.ogg
-share/daimonin-%%PORTVERSION%%/media/media.txt
-share/daimonin-%%PORTVERSION%%/media/jungle1.ogg
-share/daimonin-%%PORTVERSION%%/media/barrenlands.ogg
-share/daimonin-%%PORTVERSION%%/media/ColeStandard.ogg
-share/daimonin-%%PORTVERSION%%/media/ColeRestingChurch.ogg
-share/daimonin-%%PORTVERSION%%/media/ColeMarch2.ogg
-share/daimonin-%%PORTVERSION%%/media/ColeLazyFarm.ogg
-share/daimonin-%%PORTVERSION%%/media/ColeForeverPiano.ogg
-share/daimonin-%%PORTVERSION%%/media/ColeEncorePianoGuitar.ogg
-share/daimonin-%%PORTVERSION%%/media/ColeChurchyOrHoly.ogg
-share/daimonin-%%PORTVERSION%%/media/100-vibra.ogg
-share/daimonin-%%PORTVERSION%%/media/swamp.ogg
-share/daimonin-%%PORTVERSION%%/settings/options.dat
-share/daimonin-%%PORTVERSION%%/settings/keys.dat
-share/daimonin-%%PORTVERSION%%/settings/interface.gui
-share/daimonin-%%PORTVERSION%%/sfx/arrow_hit.wav
-share/daimonin-%%PORTVERSION%%/sfx/weapon_attack.wav
-share/daimonin-%%PORTVERSION%%/sfx/warning_statup.wav
-share/daimonin-%%PORTVERSION%%/sfx/warning_statdown.wav
-share/daimonin-%%PORTVERSION%%/sfx/warning_hp2.wav
-share/daimonin-%%PORTVERSION%%/sfx/warning_hp.wav
-share/daimonin-%%PORTVERSION%%/sfx/warning_food.wav
-share/daimonin-%%PORTVERSION%%/sfx/warning_drain.wav
-share/daimonin-%%PORTVERSION%%/sfx/throw.wav
-share/daimonin-%%PORTVERSION%%/sfx/teleport.wav
-share/daimonin-%%PORTVERSION%%/sfx/step2.wav
-share/daimonin-%%PORTVERSION%%/sfx/step1.wav
-share/daimonin-%%PORTVERSION%%/sfx/scroll.wav
-share/daimonin-%%PORTVERSION%%/sfx/rod.wav
-share/daimonin-%%PORTVERSION%%/sfx/push.wav
-share/daimonin-%%PORTVERSION%%/sfx/pull.wav
-share/daimonin-%%PORTVERSION%%/sfx/pray.wav
-share/daimonin-%%PORTVERSION%%/sfx/poison.wav
-share/daimonin-%%PORTVERSION%%/sfx/playerdead.wav
-share/daimonin-%%PORTVERSION%%/sfx/petdead.wav
-share/daimonin-%%PORTVERSION%%/sfx/page.wav
-share/daimonin-%%PORTVERSION%%/sfx/open_container.wav
-share/daimonin-%%PORTVERSION%%/sfx/missspell.wav
-share/daimonin-%%PORTVERSION%%/sfx/miss_player2.wav
-share/daimonin-%%PORTVERSION%%/sfx/miss_player1.wav
-share/daimonin-%%PORTVERSION%%/sfx/miss_mob2.wav
-share/daimonin-%%PORTVERSION%%/sfx/miss_mob1.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_wound.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_walls.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_wall.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_turn.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_teleport.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_summon3.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_summon2.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_summon1.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_steambolt.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_stat.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_snowstorm.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_slow.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_sball.wav
-share/daimonin-%%PORTVERSION%%/sfx/kill.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_rune.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_rstrike.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_protection.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_poison.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_paralyze.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_orb.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_mmap.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_missile.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_manaball.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_magic.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_invoke2.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_invoke.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_invisible.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_ice.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_hword.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_fireball2.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_fireball1.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_fire.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_fear.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_elec.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_destruction.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_default.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_death.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_dark.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_create.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_confusion.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_comet.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_cancel.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_bullet2.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_bullet1.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_bomb.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_avatar.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_animate.wav
-share/daimonin-%%PORTVERSION%%/sfx/magic_acid.wav
-share/daimonin-%%PORTVERSION%%/sfx/lose_some.wav
-share/daimonin-%%PORTVERSION%%/sfx/learnspell.wav
-share/daimonin-%%PORTVERSION%%/sfx/hit_slash.wav
-share/daimonin-%%PORTVERSION%%/sfx/hit_pierce.wav
-share/daimonin-%%PORTVERSION%%/sfx/get.wav
-share/daimonin-%%PORTVERSION%%/sfx/hit_impact.wav
-share/daimonin-%%PORTVERSION%%/sfx/hit_hand.wav
-share/daimonin-%%PORTVERSION%%/sfx/hit_cleave.wav
-share/daimonin-%%PORTVERSION%%/sfx/hit_block.wav
-share/daimonin-%%PORTVERSION%%/sfx/heartbeat.wav
-share/daimonin-%%PORTVERSION%%/sfx/growl.wav
-share/daimonin-%%PORTVERSION%%/sfx/gate_open.wav
-share/daimonin-%%PORTVERSION%%/sfx/gate_close.wav
-share/daimonin-%%PORTVERSION%%/sfx/fallhole.wav
-share/daimonin-%%PORTVERSION%%/sfx/explosion.wav
-share/daimonin-%%PORTVERSION%%/sfx/event01.wav
-share/daimonin-%%PORTVERSION%%/sfx/drop.wav
-share/daimonin-%%PORTVERSION%%/sfx/door_close.wav
-share/daimonin-%%PORTVERSION%%/sfx/door.wav
-share/daimonin-%%PORTVERSION%%/sfx/console.wav
-share/daimonin-%%PORTVERSION%%/sfx/clock.wav
-share/daimonin-%%PORTVERSION%%/sfx/click_fail.wav
-share/daimonin-%%PORTVERSION%%/sfx/change1.wav
-share/daimonin-%%PORTVERSION%%/sfx/bow1.wav
-share/daimonin-%%PORTVERSION%%/sfx/book.wav
-share/daimonin-%%PORTVERSION%%/sfx/attributions.txt
-share/daimonin-%%PORTVERSION%%/sfx/weapon_hold.wav
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_015.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_042.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_144.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_156.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_pri.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_035.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_151.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_192.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_031.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_012.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_172.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_018.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_053.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_008.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_026.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_024.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_094.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_134.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_040.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_123.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_098.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_071.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_104.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_038.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_002.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_081.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/guild_merc.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_014.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_034.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_090.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_004.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_002.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_127.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_030.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_155.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_194.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_023.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_056.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_176.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_005.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_124.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_077.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_140.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_152.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_113.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_046.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_112.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_067.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_039.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_191.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_014.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_041.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_188.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_020.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_131.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_043.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_174.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_133.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_033.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_032.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_160.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_149.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_013.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_012.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_141.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_184.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_169.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_181.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_020.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_128.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_042.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_074.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_049.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_095.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_083.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_167.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_138.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_026.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_001.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_052.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_171.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_085.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_062.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_126.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_143.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_183.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_036.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_028.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_025.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_030.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_136.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_007.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_089.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_162.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_045.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_166.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_165.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_170.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_018.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_048.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_055.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_106.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_004.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_007.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_009.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_006.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_161.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_073.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_035.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_022.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_185.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_190.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_038.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_017.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_015.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_027.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_079.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_009.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_021.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_070.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_114.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_034.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_017.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_084.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_115.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_193.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_186.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_001.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_119.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_027.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_117.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_092.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_006.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_130.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_003.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_175.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_158.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_032.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_102.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_013.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_177.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_100.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_105.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_068.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_150.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_173.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_153.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/guild_dragon1.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_051.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_010.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_057.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_179.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_019.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_047.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_029.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_069.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_044.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_078.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_050.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_066.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_022.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_086.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_040.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_060.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_008.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_075.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_157.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_082.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_093.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_107.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_111.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_146.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_016.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_088.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_164.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_063.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_120.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_005.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_031.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_003.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_039.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_110.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_037.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_122.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_064.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_016.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_108.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_145.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/quests.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_019.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_125.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_129.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_116.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_061.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_189.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_187.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_010.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_101.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_076.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_041.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_180.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_028.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_087.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_135.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_065.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_091.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_029.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_137.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_142.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_080.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_147.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_054.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_132.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_072.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_011.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_059.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_025.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_037.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_011.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_024.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_097.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_109.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_118.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_159.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_021.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_096.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_168.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_099.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_178.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_058.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_023.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_103.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_182.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_163.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_033.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_148.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_121.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_wiz.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_154.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/si_139.png
-share/daimonin-%%PORTVERSION%%/skins/subred/icons/sk_036.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_question.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_title_spell.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/group_clear.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/invite.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/group_bg2_bottom.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/range_tool_no.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/font_big.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/main_stats.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/range_wizard_no.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/sleep.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/regen_bg.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_tab_sel.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/number.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/cmark_end.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/warn_weight.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/stimer.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/pray.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/player_info_bg.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/below_scroll.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/sp.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/food2.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_range_l.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/font11x15.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_checker.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/menu_buttons.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/intro.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/exp_line.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/range_wizard.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/loading.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/blind.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/button_small_up.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/death.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/quickslots.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/skill_lvl_bg.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/grace.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/coin_gold.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/font7x4.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/group.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/options_mark_right.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_tab_stop.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/frame_line.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/hp_back.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/npc_int_slider.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/slider.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/pentagram.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/npc_interface.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/quad_button_down.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/group_hp.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/sp_back.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/target_talk.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/probe.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/cmark_start.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/group_mana.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/traped.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/range.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/options_head.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/exp_skill_border.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/group_grace.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_tab.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/coin_mithril.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/hp.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/options_settings.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/target_attack.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/nchar_marker.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/options_keys.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/range_skill_no.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/slider_up.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/range_throw.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_tab_start.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/options_mark_left.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/logo270.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/exp_skill_bubble.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/black_tile.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/textwin_scroll.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/exp_skill_line.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/palette.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/paralyzed.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/invslot_marked.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/options_back.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/coin_silver.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/inventory_bg.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_button_black_down.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/inventory.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/damned.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/options_alpha.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/help_start.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/warn_food.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/inv_scroll.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/food.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/resist_bg.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/login_inp.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_title_creation.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_button_black_up.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/mouse_cursor_move.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/target_hp_b.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/font6x3out.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/textwin_mask.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/slider_down.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/invslot.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/range_priest.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/warn_hp.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_range_r.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/enemy2.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/group_bg2.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/range_ctrl.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/target_hp.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/apply.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/quad_button_up.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/cursed.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_title_options.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/range_marker.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_button_up.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_button_down.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/range_throw_no.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/range_skill.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/cmark_middle.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/range_ctrl_no.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/journal.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/below.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/options_logout.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_title_login.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/range_priest_no.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/invslot_u.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/lock.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/range_tool.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/exp_bubble.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/textinput.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/button_small_down.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/exp_bubble2.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/scared.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/closeb.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/target_normal.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/quickslotsv.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/font7x4out.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_range_off.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_title_keybind.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/player_doll_bg.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_title_skill.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/enemy1.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/coin_copper.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/grace_back.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/wand.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/icon.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/confused.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/magic.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/dialog_bg.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/textwin.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/skill_exp_bg.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/target_bg.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/font11x15out.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/unpaid.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/exp_border.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/main_level_bg.png
-share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps/food_back.png
-share/daimonin-%%PORTVERSION%%/skins/subred/skin.info
-share/daimonin-%%PORTVERSION%%/skins/subred/preview.png
-share/daimonin-%%PORTVERSION%%/skins/subred/skin.def
-share/daimonin-%%PORTVERSION%%/skins/dummy.txt
-share/daimonin-%%PORTVERSION%%/skins/README.txt
-share/daimonin-%%PORTVERSION%%/srv_files/README.txt
-share/daimonin-%%PORTVERSION%%/update/version
-@dirrm share/daimonin-%%PORTVERSION%%/cache
-@dirrm share/daimonin-%%PORTVERSION%%/gfx_user
-@dirrm share/daimonin-%%PORTVERSION%%/logs
-@dirrm share/daimonin-%%PORTVERSION%%/media
-@dirrm share/daimonin-%%PORTVERSION%%/settings
-@dirrm share/daimonin-%%PORTVERSION%%/sfx
-@dirrm share/daimonin-%%PORTVERSION%%/skins/subred/bitmaps
-@dirrm share/daimonin-%%PORTVERSION%%/skins/subred/icons
-@dirrm share/daimonin-%%PORTVERSION%%/skins/subred
-@dirrm share/daimonin-%%PORTVERSION%%/skins
-@dirrm share/daimonin-%%PORTVERSION%%/srv_files
-@dirrm share/daimonin-%%PORTVERSION%%/update
-@dirrm share/daimonin-%%PORTVERSION%%
diff --git a/games/flightgear-aircraft/Makefile b/games/flightgear-aircraft/Makefile
deleted file mode 100644
index 93ff8f43b24c..000000000000
--- a/games/flightgear-aircraft/Makefile
+++ /dev/null
@@ -1,255 +0,0 @@
-# New ports collection makefile for: flightgear-aircrafts
-# Date created: 19 Sep 2005
-# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= FlightGear-aircrafts
-PORTVERSION= 20081221
-CATEGORIES= games
-# see http://www.flightgear.org/templates.js
-MASTER_SITES= ftp://ftp.de.flightgear.org/pub/fgfs/Aircraft/ \
- ftp://ftp.kingmont.com/flightsims/flightgear/Aircraft/ \
- ftp://ftp.linux.kiev.ua/pub/mirrors/ftp.flightgear.org/flightgear/Aircraft/ \
- http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Aircraft/ \
- http://ftp3.linux.kiev.ua/pub/fgfs/Aircraft/ \
- ftp://ftp.ibiblio.org/pub/mirrors/flightgear/ftp/Aircraft/ \
- ftp://ftp.flightgear.org/pub/fgfs/Aircraft/ \
- ftp://ftp.is.co.za/pub/games/flightgear/ftp/Aircraft/
-# exclude planes already included in flightgear-data
-DISTFILES= 14bis_20080922.zip \
- 707_20080509.zip \
- 737-300_20071215.zip \
- 747-200_1.1.zip \
- 747_20071215.zip \
- 787_02_2008.zip \
- A-10_20081023.zip \
- A-6E_20081124.zip \
- A24-Viking_20080427.zip \
- A300_20061009.zip \
- A320-family_20070115.zip \
- A320_20070115.zip \
- A380_1.0.zip \
- AN-225_20071114.zip \
- ANT-20_20080813.zip \
- AR-234_20080805.zip \
- ASK21_20070701.zip \
- Aerostar-700_20080805.zip \
- Albatross_20080304.zip \
- Alouette-III_20080304.zip \
- Alouette-II_20081215.zip \
- Alphajet_20081130.zip \
- Arsenal-VG33_20080808.zip \
- B-17_20081126.zip \
- B-1B_20081214.zip \
- B-2_20080304.zip \
- B-52F_20071130.zip \
- B737_20050614.zip \
- BAC-TSR2_20080103.zip \
- BV-141_20081118.zip \
- Bernard-HV220_20080808.zip \
- Boeing314_1.3.zip \
- Buccaneer_0.1.zip \
- Bugatti_20080922.zip \
- C-2A_20081220.zip \
- C130_20081122.zip \
- C684_20081116.zip \
- CanberraBI8_20071106.zip \
- Caravelle_20081114.zip \
- Carreidas_20080808.zip \
- Citation-Bravo_20081214.zip \
- Citation_20080503.zip \
- ComperSwift_20071106.zip \
- Concorde_2.5.zip \
- DH-88_20080805.zip \
- DH-89_20080304.zip \
- DH-91_20080805.zip \
- DO-335_20080828.zip \
- DO-X_20081030.zip \
- DR400_20081214.zip \
- Dauphin_20081119.zip \
- Deuche_20081220.zip \
- E3B_20080304.zip \
- F-86_20080304.zip \
- F-8E-Crusader_20081219.zip \
- F4U_20081214.zip \
- F80C_20070521.zip \
- FK9MK2_20080828.zip \
- Farman-IV_20080304.zip \
- Gee-Bee_20080808.zip \
- Grob-G109_20080828.zip \
- Grob-G115_20080922.zip \
- H-21C-Shawnee_20080304.zip \
- H1-Racer_20080808.zip \
- H4-Hercules_0.9.zip \
- HUP-Retriever_20080304.zip \
- Hansajet_0.1.zip \
- He162_20080223.zip \
- HondaJet_20080810.zip \
- Hornet_20081221.zip \
- Hughes-XF11_20080808.zip \
- Hunter_20070905.zip \
- Hurricane_20081219.zip \
- KC135_20080828.zip \
- Ki-84_20081219.zip \
- Lightning_20081023.zip \
- Lionceau_20081023.zip \
- Lockheed-SR71_20081023.zip \
- Lockheed1049_1.2.zip \
- Long-EZ_20080828.zip \
- Lynx-WG13_20080304.zip \
- MD11_20070618.zip \
- ME-262_20080808.zip \
- Macchi-Castoldi-MC72_20080910.zip \
- Malolo1_0.0.zip \
- MiG-15_20071106.zip \
- Mig-29_20081023.zip \
- NTPS_20081023.zip \
- Noratlas_20081219.zip \
- OH-1_0.1.zip \
- OV10_20070506.zip \
- P-38-Lightning_20081201.zip \
- P180_20080212.zip \
- PBY-Catalina_20081201.zip \
- PC-6_20080922.zip \
- Quickie_20081214.zip \
- R22_20080503.zip \
- Rascal_0.1.zip \
- Ryan-SoSL_20081116.zip \
- S-51-Dragonfly_20081116.zip \
- SM-55_20080916.zip \
- SR71-BlackBird_20081219.zip \
- SU-37_20080202.zip \
- SaabJ35Draken_20080304.zip \
- SeaVixen_20080304.zip \
- Sikorsky-76C_20081116.zip \
- Sikorsky-S58_20080523.zip \
- Skyranger_20080816.zip \
- Spitfire_20070619.zip \
- Stampe-SV4_20081116.zip \
- Starship_20081023.zip \
- Stieglitz_20080310.zip \
- Stiletto_20080304.zip \
- Storch_20081023.zip \
- Su-26M_1.0.zip \
- Submarine_Scout_0.1.zip \
- Super-Frelon_20080304.zip \
- Supermarine-S.6B_20080310.zip \
- Superwal_20080221.zip \
- T-4_20080719.zip \
- T37_20081023.zip \
- T38_20081023.zip \
- TBM-Avenger_20081116.zip \
- TU-114_20080103.zip \
- UH-60_20080810.zip \
- V22-Osprey_0.1.zip \
- Velocity-XL_20081021.zip \
- Vickers-Vimy_20080922.zip \
- X15_20061204.zip \
- YF-23_20081030.zip \
- YardStik_0.0.zip \
- ZF_Navy_free_balloon_0.1.zip \
- ZivkoEdge_0.1.zip \
- Zlin-50lx_20081030.zip \
- a4_20080828.zip \
- airwaveXtreme150_20050430.zip \
- an2_20080828.zip \
- apache_20080617.zip \
- asw20_20050430.zip \
- b29_20081030.zip \
- beaufighter_20081207.zip \
- beech99_20080304.zip \
- bf109_20081023.zip \
- bleriot-XI_20080304.zip \
- bluebird_8.7.zip \
- bocian_20080722.zip \
- c150_20080304.zip \
- c172r_20060313.zip \
- c182_20080808.zip \
- c182rg_20080707.zip \
- c310_20080808.zip \
- c310u3a_20070206.zip \
- ch47_0.1.zip \
- ch53e_0.1.zip \
- colditz_20070515.zip \
- couzinet70_20080811.zip \
- cri-cri_20080304.zip \
- dc3_20050614.zip \
- dc6_20081009.zip \
- dhc3_20080805.zip \
- dhc6_20080503.zip \
- ec135_0.4.zip \
- ercoupe_20081117.zip \
- eurofighter_20080707.zip \
- f104_20080808.zip \
- f15c_20081106.zip \
- f16_20081023.zip \
- f18_20070317.zip \
- fkdr1_20080805.zip \
- flash2a_20080304.zip \
- fokker100_20081023.zip \
- fokker50_20081116.zip \
- fw190_20081204.zip \
- harrier_20070615.zip \
- j22_20050614.zip \
- j7w_20081219.zip \
- jeep_20081023.zip \
- ju52_20080304.zip \
- marchetti_20050614.zip \
- mirage2000_20070103.zip \
- mosquito_20080304.zip \
- ogel_20080503.zip \
- ornithopter_20050430.zip \
- p51d_20081030.zip \
- pa24-250_20081215.zip \
- pa28-161_20080322.zip \
- paraglider_20060114.zip \
- payen-pa100_20080813.zip \
- pc7_20081023.zip \
- pittss1c_20080707.zip \
- pushback_20080405.zip \
- santa_20051026.zip \
- seahawk_20081129.zip \
- sgs233_20070506.zip \
- shuttle_20080808.zip \
- snowplow_1.0.zip \
- spitfireIX_20080304.zip \
- sr20_20051010.zip \
- truck_20071027.zip \
- tu154_20060501.zip \
- vulcanb2_20080304.zip \
- wrightFlyer1903_20050430.zip \
- x24b_20060114.zip
-DIST_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ganael.laplanche@martymac.com
-COMMENT= Additional aircrafts for the FlightGear flight simulator
-
-RUN_DEPENDS= ${LOCALBASE}/share/FlightGear/version:${PORTSDIR}/games/flightgear-data
-
-USE_ZIP= yes
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-PLIST= ${WRKDIR}/.pkg-plist
-
-MANUAL_PACKAGE_BUILD= package exceeds pointyhat filesize limit
-
-post-patch:
- @${FIND} ${WRKSRC} -type f \
- \( -name COPYING -or -name LICENSE -or -name copyright \) -delete
-
-pre-install:
- @${RM} -f ${PLIST}
- @cd ${WRKSRC} && \
- ${FIND} * -type d -empty | ${SORT} \
- | ${SED} -e 's|^|@exec ${MKDIR} share/FlightGear/Aircraft/|' >> ${PLIST} && \
- ${FIND} * -type f | ${SORT} \
- | ${SED} -e 's|^|share/FlightGear/Aircraft/|' >> ${PLIST} && \
- ${FIND} * -type d | ${SORT} -r \
- | ${SED} -e 's|^|@dirrm share/FlightGear/Aircraft/|' >> ${PLIST}
-
-do-install:
- (cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${PREFIX}/share/FlightGear/Aircraft/)
-
-.include <bsd.port.mk>
diff --git a/games/flightgear-aircraft/distinfo b/games/flightgear-aircraft/distinfo
deleted file mode 100644
index 31e55cb25f49..000000000000
--- a/games/flightgear-aircraft/distinfo
+++ /dev/null
@@ -1,609 +0,0 @@
-MD5 (FlightGear-aircrafts/14bis_20080922.zip) = afdbb3bd7a2d56b14d7888e45d3f6173
-SHA256 (FlightGear-aircrafts/14bis_20080922.zip) = 50668c72665b718e0a723e5fefc66e4f857eaf0266cfd7c60e34b75d7df78555
-SIZE (FlightGear-aircrafts/14bis_20080922.zip) = 1569923
-MD5 (FlightGear-aircrafts/707_20080509.zip) = eea8dbf3ab7c3451574e0390c25a4719
-SHA256 (FlightGear-aircrafts/707_20080509.zip) = 3617b2353091f879a0c52a192d11298eecf47b0a9c8ab17b351ba328158710ee
-SIZE (FlightGear-aircrafts/707_20080509.zip) = 363074
-MD5 (FlightGear-aircrafts/737-300_20071215.zip) = 34365b1a6815e512fe89577fb0d41829
-SHA256 (FlightGear-aircrafts/737-300_20071215.zip) = 80a30afb5f5ad3cd26ab94741981708dfe0befdaa30152c506e974c6308dda38
-SIZE (FlightGear-aircrafts/737-300_20071215.zip) = 2922069
-MD5 (FlightGear-aircrafts/747-200_1.1.zip) = 3b5e2d66643db9fc5d8482498b44361e
-SHA256 (FlightGear-aircrafts/747-200_1.1.zip) = 7fcedb5500329b846cd4ad54f928be31d94aa755f4f922556ab6c58fbddb0201
-SIZE (FlightGear-aircrafts/747-200_1.1.zip) = 1669661
-MD5 (FlightGear-aircrafts/747_20071215.zip) = 46643e5848390bd1beb0099aa901f3af
-SHA256 (FlightGear-aircrafts/747_20071215.zip) = 8f985cb874058c5b4ea236be61ad3a5ff76638682b949d89b6e937015f24d21a
-SIZE (FlightGear-aircrafts/747_20071215.zip) = 2962721
-MD5 (FlightGear-aircrafts/787_02_2008.zip) = d1e39005bc43840d4d232aec53382372
-SHA256 (FlightGear-aircrafts/787_02_2008.zip) = cb1a0a751a853fed96628711ae7859220a6885ae978d7159ed8ca680b84526ef
-SIZE (FlightGear-aircrafts/787_02_2008.zip) = 5881744
-MD5 (FlightGear-aircrafts/A-10_20081023.zip) = 0f293dbc7ed00ce313b95b51f3475482
-SHA256 (FlightGear-aircrafts/A-10_20081023.zip) = 023c94b7fd759e11189f26d2e951dca32f27509d4203969f9f20ef444d3afb8e
-SIZE (FlightGear-aircrafts/A-10_20081023.zip) = 7886360
-MD5 (FlightGear-aircrafts/A-6E_20081124.zip) = d72e44ff898fc37f5333b2c7dce49b47
-SHA256 (FlightGear-aircrafts/A-6E_20081124.zip) = 4822ce4d4a51dafff911acc5519587a816535b6b8025306427fc4b116579034a
-SIZE (FlightGear-aircrafts/A-6E_20081124.zip) = 4555457
-MD5 (FlightGear-aircrafts/A24-Viking_20080427.zip) = 3044c9805e56de7610afcd52b7b7bd08
-SHA256 (FlightGear-aircrafts/A24-Viking_20080427.zip) = 303611e7361b95de3413f54c80087aa61f490f9a3fd570e9a6699f076f76e671
-SIZE (FlightGear-aircrafts/A24-Viking_20080427.zip) = 1397101
-MD5 (FlightGear-aircrafts/A300_20061009.zip) = 1d8aec2c76550404a45c440a2252f0b2
-SHA256 (FlightGear-aircrafts/A300_20061009.zip) = 702286173352aa0ed8bdc59cc0d1c383c943e1d39f5d27a7b7f5ca0b9e97ef94
-SIZE (FlightGear-aircrafts/A300_20061009.zip) = 384996
-MD5 (FlightGear-aircrafts/A320-family_20070115.zip) = 03e4633ab63a5a3dcf5e78d5037167ce
-SHA256 (FlightGear-aircrafts/A320-family_20070115.zip) = 8379366abc736a52e71f0d5e8f9a0ad4ab516c7737a014552a8c5fe5c0f0192f
-SIZE (FlightGear-aircrafts/A320-family_20070115.zip) = 536437
-MD5 (FlightGear-aircrafts/A320_20070115.zip) = 3d801b0327b284340b146198edfbc857
-SHA256 (FlightGear-aircrafts/A320_20070115.zip) = 3f9cf8f2ecaa4011851f866250a300b12fed6041e045a22c75180d913cd976ba
-SIZE (FlightGear-aircrafts/A320_20070115.zip) = 353056
-MD5 (FlightGear-aircrafts/A380_1.0.zip) = c30ce678442dd790da86917a2563d961
-SHA256 (FlightGear-aircrafts/A380_1.0.zip) = b03efffa3b4703eb9dddb7ae6b37b16e9a74fbcb6ef60fae3cdc2b3ecc3699c0
-SIZE (FlightGear-aircrafts/A380_1.0.zip) = 2636124
-MD5 (FlightGear-aircrafts/AN-225_20071114.zip) = c7d095486014e92f6271891114c490df
-SHA256 (FlightGear-aircrafts/AN-225_20071114.zip) = 4639862c7f8f049901df4ce801d914d24fdcdc82313890ba44b44e790e44857b
-SIZE (FlightGear-aircrafts/AN-225_20071114.zip) = 524073
-MD5 (FlightGear-aircrafts/ANT-20_20080813.zip) = a06a503e0247c1cf52eed6d14e70c3b1
-SHA256 (FlightGear-aircrafts/ANT-20_20080813.zip) = d56e8a995ef298602548940f82d702a8827f3dd8473817840bd70975b19e19cb
-SIZE (FlightGear-aircrafts/ANT-20_20080813.zip) = 2571632
-MD5 (FlightGear-aircrafts/AR-234_20080805.zip) = b40ec807cbbd6c1a1b83620b655882d7
-SHA256 (FlightGear-aircrafts/AR-234_20080805.zip) = 9dbbf6b426baeeb410acf0c2a232dd9d1738431b04f05324f64298b931e8df69
-SIZE (FlightGear-aircrafts/AR-234_20080805.zip) = 3869904
-MD5 (FlightGear-aircrafts/ASK21_20070701.zip) = 73f25c1365268ddb2e379d1beb23f920
-SHA256 (FlightGear-aircrafts/ASK21_20070701.zip) = 2feb5fa214c07985a6deca0d34789b7ba5482c3021784c40fd1677a8a45e3152
-SIZE (FlightGear-aircrafts/ASK21_20070701.zip) = 1832055
-MD5 (FlightGear-aircrafts/Aerostar-700_20080805.zip) = 79148d9f44ee7c1196be8256b6b3524f
-SHA256 (FlightGear-aircrafts/Aerostar-700_20080805.zip) = 590ca2e65e1126972ef3cf20520f3ab20ea629b09b310c0e20cdfb593262cb88
-SIZE (FlightGear-aircrafts/Aerostar-700_20080805.zip) = 1797420
-MD5 (FlightGear-aircrafts/Albatross_20080304.zip) = 7ee115aaaca5ce2902aceb2c94a67f79
-SHA256 (FlightGear-aircrafts/Albatross_20080304.zip) = 3dc20258958e90d004c3d6f6f8f0106cd89ddf1bffc0997a52021d9a634b41d0
-SIZE (FlightGear-aircrafts/Albatross_20080304.zip) = 1216168
-MD5 (FlightGear-aircrafts/Alouette-III_20080304.zip) = 58fb1193366ea9ca44a7ed3231fa814d
-SHA256 (FlightGear-aircrafts/Alouette-III_20080304.zip) = fd3d45ef4e1c96ab147bac9e4e275a2a17b36cb3d1eb24beffbca3a4f313bd53
-SIZE (FlightGear-aircrafts/Alouette-III_20080304.zip) = 1816537
-MD5 (FlightGear-aircrafts/Alouette-II_20081215.zip) = 0413ddba57b533a30a65615b72821d9b
-SHA256 (FlightGear-aircrafts/Alouette-II_20081215.zip) = 2749b253ed479a5c36c14ce5b5e85352b16d8cc2453ac57a5560932da9137453
-SIZE (FlightGear-aircrafts/Alouette-II_20081215.zip) = 7091221
-MD5 (FlightGear-aircrafts/Alphajet_20081130.zip) = c9c39a6a749e5acfc359b6f96a564f45
-SHA256 (FlightGear-aircrafts/Alphajet_20081130.zip) = fdd5ae47fb1a22eeb36ac1d064f0481c4908a3e26a5a3f9e759abba59737cf9e
-SIZE (FlightGear-aircrafts/Alphajet_20081130.zip) = 4606677
-MD5 (FlightGear-aircrafts/Arsenal-VG33_20080808.zip) = 718a9f22ca3f650eb7e664d8d005d471
-SHA256 (FlightGear-aircrafts/Arsenal-VG33_20080808.zip) = 90f056f9f3b1ac10f7aeba2455072d17d4c676e437b7acaf043649ca5e00512f
-SIZE (FlightGear-aircrafts/Arsenal-VG33_20080808.zip) = 4450451
-MD5 (FlightGear-aircrafts/B-17_20081126.zip) = c4b8d81fb7be33a8c52e910bf6c71686
-SHA256 (FlightGear-aircrafts/B-17_20081126.zip) = f3ff65407972210b83535b8db92b00333e6564aa19b47fdf1befe98218043670
-SIZE (FlightGear-aircrafts/B-17_20081126.zip) = 3852536
-MD5 (FlightGear-aircrafts/B-1B_20081214.zip) = 2f3cd3f6b2aa26760687a919881c28c6
-SHA256 (FlightGear-aircrafts/B-1B_20081214.zip) = e442e20b74a4ef351e25764d57106196ea595192fbf90387b819c41c8b30c9af
-SIZE (FlightGear-aircrafts/B-1B_20081214.zip) = 6363738
-MD5 (FlightGear-aircrafts/B-2_20080304.zip) = 111635ec1f3e79e7b8dd30241df17e11
-SHA256 (FlightGear-aircrafts/B-2_20080304.zip) = cc0a0ffacd921cbe6eec0465c8684b62bb612746ada271110f29499240aff53b
-SIZE (FlightGear-aircrafts/B-2_20080304.zip) = 1269213
-MD5 (FlightGear-aircrafts/B-52F_20071130.zip) = 3d99a0053a1c4899d85863f0d47ae509
-SHA256 (FlightGear-aircrafts/B-52F_20071130.zip) = 89e4a20d97b0b11bc478f6fe9e4f08dfd6bf5377764a23a0b311e5d9350a4627
-SIZE (FlightGear-aircrafts/B-52F_20071130.zip) = 1017405
-MD5 (FlightGear-aircrafts/B737_20050614.zip) = 22740e5f953eb9a0194353f50c46c205
-SHA256 (FlightGear-aircrafts/B737_20050614.zip) = a5176129a949f2e6906d43778a25b006561aab35aad0b9f97284df6adb21d7c5
-SIZE (FlightGear-aircrafts/B737_20050614.zip) = 702038
-MD5 (FlightGear-aircrafts/BAC-TSR2_20080103.zip) = 190da5c97eddebe9a5121442113960d9
-SHA256 (FlightGear-aircrafts/BAC-TSR2_20080103.zip) = 808ae723bf96f168b375e59e14b6f95bb0ca17571cc502e8daa9a4954539208f
-SIZE (FlightGear-aircrafts/BAC-TSR2_20080103.zip) = 442614
-MD5 (FlightGear-aircrafts/BV-141_20081118.zip) = 1543c9f76cb2d79a23076014251f0abf
-SHA256 (FlightGear-aircrafts/BV-141_20081118.zip) = aaf03420e6e5fd28f35e8b7ddb35215cd22427037aa2c7d2a6fc9489023972a0
-SIZE (FlightGear-aircrafts/BV-141_20081118.zip) = 6740344
-MD5 (FlightGear-aircrafts/Bernard-HV220_20080808.zip) = 91769c995d6713b5b705a7663049400b
-SHA256 (FlightGear-aircrafts/Bernard-HV220_20080808.zip) = f4ffa4b109fdb4849e12a3d25c35ead3dc55be4c12e77e6f8486be629507ac3a
-SIZE (FlightGear-aircrafts/Bernard-HV220_20080808.zip) = 2188415
-MD5 (FlightGear-aircrafts/Boeing314_1.3.zip) = 8687f33945657300f1c7377b4187d01d
-SHA256 (FlightGear-aircrafts/Boeing314_1.3.zip) = d86855d0bf186868222817c0a31196c842f0ba01fc557bec13c2a487374fb8ed
-SIZE (FlightGear-aircrafts/Boeing314_1.3.zip) = 1319868
-MD5 (FlightGear-aircrafts/Buccaneer_0.1.zip) = da571b2bcb5069394fe15e4309abdad8
-SHA256 (FlightGear-aircrafts/Buccaneer_0.1.zip) = 1c852a25de819d9062128391d8ab5609a255d6f2359d386d86f3c21ed935c780
-SIZE (FlightGear-aircrafts/Buccaneer_0.1.zip) = 25394052
-MD5 (FlightGear-aircrafts/Bugatti_20080922.zip) = 0663d37f3112a82f7ec9b96bd9e92024
-SHA256 (FlightGear-aircrafts/Bugatti_20080922.zip) = 50ee52ed45d9e0eb6064f8f1d48be6bf69524c55ed38d09d22c8f811980df008
-SIZE (FlightGear-aircrafts/Bugatti_20080922.zip) = 2499763
-MD5 (FlightGear-aircrafts/C-2A_20081220.zip) = 55a7524e7a231693c906bdebe76a5e2a
-SHA256 (FlightGear-aircrafts/C-2A_20081220.zip) = 780ded7d1e2aac80bd8835f6fc0b41128701d5473a11416420712b99a6196b8e
-SIZE (FlightGear-aircrafts/C-2A_20081220.zip) = 4486413
-MD5 (FlightGear-aircrafts/C130_20081122.zip) = c1e8dcc2936463a8ec2c6b88192e5cdf
-SHA256 (FlightGear-aircrafts/C130_20081122.zip) = 61f2a368507270ddce90076c9108d41bb0dbffbca7ac053b3dff1c14018c2882
-SIZE (FlightGear-aircrafts/C130_20081122.zip) = 5033407
-MD5 (FlightGear-aircrafts/C684_20081116.zip) = 7cbb0e013bd6178096cb259856ae598a
-SHA256 (FlightGear-aircrafts/C684_20081116.zip) = 45c6d677077d9097a5e655b128c0b36c7eab2d83f46c1e66c7b3914df80fd883
-SIZE (FlightGear-aircrafts/C684_20081116.zip) = 2225454
-MD5 (FlightGear-aircrafts/CanberraBI8_20071106.zip) = 50015cfdcf05617c4d269336679dc8a0
-SHA256 (FlightGear-aircrafts/CanberraBI8_20071106.zip) = d664560c17e7fbd533e772a5d6affdae018ed95d300c8d9486edf68159f47cf9
-SIZE (FlightGear-aircrafts/CanberraBI8_20071106.zip) = 2733232
-MD5 (FlightGear-aircrafts/Caravelle_20081114.zip) = a660a06cecb653acbd68556da1373363
-SHA256 (FlightGear-aircrafts/Caravelle_20081114.zip) = fc780239bc32c8f64920c4b893a5418fec893c6c447426f20e9ae1cf0cd76dfd
-SIZE (FlightGear-aircrafts/Caravelle_20081114.zip) = 10174771
-MD5 (FlightGear-aircrafts/Carreidas_20080808.zip) = 96ae2d24fd0ea96f33700cbcf5f6e9e9
-SHA256 (FlightGear-aircrafts/Carreidas_20080808.zip) = fd82ae5cf3b60380dccf1439e9d9e079a1a96483f2170748684655ee165cc10c
-SIZE (FlightGear-aircrafts/Carreidas_20080808.zip) = 1837209
-MD5 (FlightGear-aircrafts/Citation-Bravo_20081214.zip) = ae80dd1fb515e78d8f0b5e318e8acdb2
-SHA256 (FlightGear-aircrafts/Citation-Bravo_20081214.zip) = c02685cf9265eea04468cec254c35db29f6e451b320b4e85e112fb6b5a07c840
-SIZE (FlightGear-aircrafts/Citation-Bravo_20081214.zip) = 1954621
-MD5 (FlightGear-aircrafts/Citation_20080503.zip) = 6c5ee10208135d91191f45e1a9a197b9
-SHA256 (FlightGear-aircrafts/Citation_20080503.zip) = bc00098d021d9bc2c023666063a8a467681bf062f4e341a200758cf51814aee4
-SIZE (FlightGear-aircrafts/Citation_20080503.zip) = 1832335
-MD5 (FlightGear-aircrafts/ComperSwift_20071106.zip) = 69bbd93d17cf7b48bcac7de7b3b54335
-SHA256 (FlightGear-aircrafts/ComperSwift_20071106.zip) = 47f6725e7bc6a32c8e1e9a9d8088868e24ab7766db01f6f7f5263dd3d2bf20b2
-SIZE (FlightGear-aircrafts/ComperSwift_20071106.zip) = 1000735
-MD5 (FlightGear-aircrafts/Concorde_2.5.zip) = 7b31db432a9652b1f7d01549d7b34e52
-SHA256 (FlightGear-aircrafts/Concorde_2.5.zip) = af87cda74c3cc389f651f75c4ffaa15a4f7d49debb98ba0b9c71eefb18d4ce79
-SIZE (FlightGear-aircrafts/Concorde_2.5.zip) = 4719757
-MD5 (FlightGear-aircrafts/DH-88_20080805.zip) = 79b644b6dedce5b5de4932670740f1df
-SHA256 (FlightGear-aircrafts/DH-88_20080805.zip) = 1e77d345fa93f663fc0103e9417d700cf24c10eaaadf317ddcec276c5a9135fb
-SIZE (FlightGear-aircrafts/DH-88_20080805.zip) = 3060126
-MD5 (FlightGear-aircrafts/DH-89_20080304.zip) = e94f43b7d88e86f2d04bcf884b6f9fa1
-SHA256 (FlightGear-aircrafts/DH-89_20080304.zip) = 7d218bb06ed307173eb8d9b91f6457fdb7a1ee15afe1514d7b9fdb4d426b4a72
-SIZE (FlightGear-aircrafts/DH-89_20080304.zip) = 4219583
-MD5 (FlightGear-aircrafts/DH-91_20080805.zip) = 46d4ba38a5a8cb0b8c5835e88e08e540
-SHA256 (FlightGear-aircrafts/DH-91_20080805.zip) = 980295bf184483237ec9f8af95705303e45dd0a09c8fa37589acc541f3c4ac8c
-SIZE (FlightGear-aircrafts/DH-91_20080805.zip) = 3719305
-MD5 (FlightGear-aircrafts/DO-335_20080828.zip) = f5060bc720eb18f98539c7d3f2a76ae5
-SHA256 (FlightGear-aircrafts/DO-335_20080828.zip) = b4a5927a7cdefc6aee0d0ca0f96de991b13e945444ec3906d7e69147081fb7f7
-SIZE (FlightGear-aircrafts/DO-335_20080828.zip) = 2725909
-MD5 (FlightGear-aircrafts/DO-X_20081030.zip) = 6fe7bd9703545042a37c811b1e97c733
-SHA256 (FlightGear-aircrafts/DO-X_20081030.zip) = 3ccd582915a5b8dc1aee93d28302885c7b9c3112c55f4152327a69a48ac552ff
-SIZE (FlightGear-aircrafts/DO-X_20081030.zip) = 3777482
-MD5 (FlightGear-aircrafts/DR400_20081214.zip) = 454838a134aa8b2fb5b7900d2658e406
-SHA256 (FlightGear-aircrafts/DR400_20081214.zip) = 25253670bdb371598fd6c3dfaac337f234e2ce70ed98cf7da892d3f7104cf95e
-SIZE (FlightGear-aircrafts/DR400_20081214.zip) = 14927193
-MD5 (FlightGear-aircrafts/Dauphin_20081119.zip) = b9eb7132a78b928fa22dfb72f3c77e9a
-SHA256 (FlightGear-aircrafts/Dauphin_20081119.zip) = b6308c581c9e873c7fb16ebca1c909f976acb75a26e2e5fff5267cfc554d0afa
-SIZE (FlightGear-aircrafts/Dauphin_20081119.zip) = 4122483
-MD5 (FlightGear-aircrafts/Deuche_20081220.zip) = e5e629d6c6c6251cade7e216eb1ef756
-SHA256 (FlightGear-aircrafts/Deuche_20081220.zip) = fec54c3fa37080598cb2dc89f6a761144b375ed5359ebef4ac6d6076cfb4efab
-SIZE (FlightGear-aircrafts/Deuche_20081220.zip) = 5020951
-MD5 (FlightGear-aircrafts/E3B_20080304.zip) = 485edd0137d13eaccedd389f52cc3e52
-SHA256 (FlightGear-aircrafts/E3B_20080304.zip) = f7c0e82c4fdc940130fba92f80aef7a8da3c4f48997609010f39f79960a30e4f
-SIZE (FlightGear-aircrafts/E3B_20080304.zip) = 1533978
-MD5 (FlightGear-aircrafts/F-86_20080304.zip) = fff2153265071c9a2817a548cf981c47
-SHA256 (FlightGear-aircrafts/F-86_20080304.zip) = 692e9eef205d5e00455e821d0c47ae49236f57f87f908a417a67e321af7a3540
-SIZE (FlightGear-aircrafts/F-86_20080304.zip) = 5613700
-MD5 (FlightGear-aircrafts/F-8E-Crusader_20081219.zip) = 772c70799e90c8982c077698c346a61b
-SHA256 (FlightGear-aircrafts/F-8E-Crusader_20081219.zip) = 7376db4ffb863765e2360753fdbdee723c5886ccf900b2b29e8f4757c80be9b1
-SIZE (FlightGear-aircrafts/F-8E-Crusader_20081219.zip) = 22146938
-MD5 (FlightGear-aircrafts/F4U_20081214.zip) = 1424a61358dcdaa9a75366a9734565fb
-SHA256 (FlightGear-aircrafts/F4U_20081214.zip) = 2926581578f5ee1295ae641f555e931a47117a88c42059b3cf1e07a5630c49ad
-SIZE (FlightGear-aircrafts/F4U_20081214.zip) = 4338082
-MD5 (FlightGear-aircrafts/F80C_20070521.zip) = 49e06479f1595c7e1adb5c7606727820
-SHA256 (FlightGear-aircrafts/F80C_20070521.zip) = 6dc8ce9b894fa4ade1e2eb77a7fad9b926aefbd8fc5c5ef1828fdbb4f843f556
-SIZE (FlightGear-aircrafts/F80C_20070521.zip) = 1526970
-MD5 (FlightGear-aircrafts/FK9MK2_20080828.zip) = ce009dcc9bdda6bcb5ec4355c8955ebc
-SHA256 (FlightGear-aircrafts/FK9MK2_20080828.zip) = ab9d63e3877e52d1f3d3040c1ef278b2c5f458948f95ed68cdd6d94376022b64
-SIZE (FlightGear-aircrafts/FK9MK2_20080828.zip) = 1803817
-MD5 (FlightGear-aircrafts/Farman-IV_20080304.zip) = df99f215836b81524ce1c94ec627104e
-SHA256 (FlightGear-aircrafts/Farman-IV_20080304.zip) = 4e6e898df50b30fac2ecd8a87a9782beaa883d598682cdd2b2f32b46bba66102
-SIZE (FlightGear-aircrafts/Farman-IV_20080304.zip) = 1494583
-MD5 (FlightGear-aircrafts/Gee-Bee_20080808.zip) = 2de05617b1f8594099611a46d7933943
-SHA256 (FlightGear-aircrafts/Gee-Bee_20080808.zip) = 8b5df7a21aae4ea983121e15079d6374ea5cf3bcc02589a1509de254c2dd3957
-SIZE (FlightGear-aircrafts/Gee-Bee_20080808.zip) = 2444890
-MD5 (FlightGear-aircrafts/Grob-G109_20080828.zip) = ce28b14d702bc2639e3c8886465619b9
-SHA256 (FlightGear-aircrafts/Grob-G109_20080828.zip) = 7c7d62bd142fd692599d2105aaf095c1e82ae6250470f07430adc88e7183fedd
-SIZE (FlightGear-aircrafts/Grob-G109_20080828.zip) = 2409418
-MD5 (FlightGear-aircrafts/Grob-G115_20080922.zip) = 883461388022e8fee40f4856c4d7cdfd
-SHA256 (FlightGear-aircrafts/Grob-G115_20080922.zip) = 4de27d62b28252894c8cfb3ebccfa229a405aeaee93f288c749a4fbc23f1368d
-SIZE (FlightGear-aircrafts/Grob-G115_20080922.zip) = 2635773
-MD5 (FlightGear-aircrafts/H-21C-Shawnee_20080304.zip) = 49960b187fc331dc8374a08182862a97
-SHA256 (FlightGear-aircrafts/H-21C-Shawnee_20080304.zip) = 5cb3bfe78cc19f0ef1a865e325c8c8b97c9efd9b862a9e31d203b86ade9f75a1
-SIZE (FlightGear-aircrafts/H-21C-Shawnee_20080304.zip) = 1827917
-MD5 (FlightGear-aircrafts/H1-Racer_20080808.zip) = 21024963418d27f73ce343985ff72f83
-SHA256 (FlightGear-aircrafts/H1-Racer_20080808.zip) = 1b78863448768183ced778047351138c5809fec7d58b2f307436bc46eb805d4f
-SIZE (FlightGear-aircrafts/H1-Racer_20080808.zip) = 3039981
-MD5 (FlightGear-aircrafts/H4-Hercules_0.9.zip) = 4a2b7f019a814d0488dda0dbd5e7d32b
-SHA256 (FlightGear-aircrafts/H4-Hercules_0.9.zip) = 91915e12264a30061f9f8eea43af12e0e066d09cf7a537ebdb9e8c52bdeccaf4
-SIZE (FlightGear-aircrafts/H4-Hercules_0.9.zip) = 2332016
-MD5 (FlightGear-aircrafts/HUP-Retriever_20080304.zip) = 4f8eabe4805a6ee41e8f2ee250a07fd8
-SHA256 (FlightGear-aircrafts/HUP-Retriever_20080304.zip) = e8c68ac4b14f1bffd8fa50d5d39abdc8760fa48bc4b9904573ba48291c78e760
-SIZE (FlightGear-aircrafts/HUP-Retriever_20080304.zip) = 1809471
-MD5 (FlightGear-aircrafts/Hansajet_0.1.zip) = 71b382f0ce213fe33c2495925c1c15af
-SHA256 (FlightGear-aircrafts/Hansajet_0.1.zip) = fc5957e7c2033dff05eadbdb1c7df8fc4cbd6d1fe26aa768c0ef38d02be58e1d
-SIZE (FlightGear-aircrafts/Hansajet_0.1.zip) = 2156758
-MD5 (FlightGear-aircrafts/He162_20080223.zip) = fe10577227718da7ff9a7a23dd1928f7
-SHA256 (FlightGear-aircrafts/He162_20080223.zip) = bcc8f952ffd545bc2207099ecb3ba1daba79454db98f1dcf445277eeba2e1bc7
-SIZE (FlightGear-aircrafts/He162_20080223.zip) = 744132
-MD5 (FlightGear-aircrafts/HondaJet_20080810.zip) = cfc805218b6e7b80071e7b3618a9b259
-SHA256 (FlightGear-aircrafts/HondaJet_20080810.zip) = c788f26c73ba6ed7f20eb6f3e63dd787236960016a819c65fdae3ad273a87288
-SIZE (FlightGear-aircrafts/HondaJet_20080810.zip) = 2482849
-MD5 (FlightGear-aircrafts/Hornet_20081221.zip) = 624428de164932b8d1f2000fcc74747d
-SHA256 (FlightGear-aircrafts/Hornet_20081221.zip) = 5091bda0c786af71cd78ee0890f8e0b9185d051e3c8a1e1b5fd2426ded3d6b7f
-SIZE (FlightGear-aircrafts/Hornet_20081221.zip) = 963616
-MD5 (FlightGear-aircrafts/Hughes-XF11_20080808.zip) = 3a93526c649c98bd0ea20b62b0501204
-SHA256 (FlightGear-aircrafts/Hughes-XF11_20080808.zip) = 44aa83a5a48e759c15653b92d2bb0e4d5d1486d67ad76c9a62345786befbd8a5
-SIZE (FlightGear-aircrafts/Hughes-XF11_20080808.zip) = 3012826
-MD5 (FlightGear-aircrafts/Hunter_20070905.zip) = ccc8f8733f3e0d5ef3edaeaa30905735
-SHA256 (FlightGear-aircrafts/Hunter_20070905.zip) = 9c7ebab097eb7da0f5ca5c3ac5bc21b75ee7a2e4ad731e5836539557bd19f20b
-SIZE (FlightGear-aircrafts/Hunter_20070905.zip) = 2715157
-MD5 (FlightGear-aircrafts/Hurricane_20081219.zip) = 353186e1ee6fb001391042964a80e59c
-SHA256 (FlightGear-aircrafts/Hurricane_20081219.zip) = dbc6f36dca71b5520d6816ee9555e018d1ef2b65df5ebf9045c0862f73da9cae
-SIZE (FlightGear-aircrafts/Hurricane_20081219.zip) = 5599476
-MD5 (FlightGear-aircrafts/KC135_20080828.zip) = eacd2d0904126b965c9ac81bb5537507
-SHA256 (FlightGear-aircrafts/KC135_20080828.zip) = 9f583c27efd248e1e3aabec44ec6b117c1a3208b7cc223b8c0e9a67447cbdc8c
-SIZE (FlightGear-aircrafts/KC135_20080828.zip) = 2970342
-MD5 (FlightGear-aircrafts/Ki-84_20081219.zip) = 84c8b11ac828e3fd11acebb870ceb03d
-SHA256 (FlightGear-aircrafts/Ki-84_20081219.zip) = 3423d89ad0fbac0e7c95fd92ce6ae513e5d228346edd11a8504a268b22ee5000
-SIZE (FlightGear-aircrafts/Ki-84_20081219.zip) = 1445716
-MD5 (FlightGear-aircrafts/Lightning_20081023.zip) = a1ce7aaa2d616c7798aa4b75f1663f22
-SHA256 (FlightGear-aircrafts/Lightning_20081023.zip) = 59ffced945e9cb942f354d7cfffb8472880a37efb1fe0dc23ae6c2157d349c67
-SIZE (FlightGear-aircrafts/Lightning_20081023.zip) = 4839165
-MD5 (FlightGear-aircrafts/Lionceau_20081023.zip) = 74c2766304b4dcd5f14a73dde907b898
-SHA256 (FlightGear-aircrafts/Lionceau_20081023.zip) = fe67c456bae8f7511f16546a5bc3b95d9ec9687751261dd1887ca42b6baf5dab
-SIZE (FlightGear-aircrafts/Lionceau_20081023.zip) = 8043988
-MD5 (FlightGear-aircrafts/Lockheed-SR71_20081023.zip) = da5b89fc0b1556b51d3f2eb194d1798e
-SHA256 (FlightGear-aircrafts/Lockheed-SR71_20081023.zip) = f344e4dc936169ff1423f2d6e7a3a5dc19aa8c8f1560139c761fa928426a9555
-SIZE (FlightGear-aircrafts/Lockheed-SR71_20081023.zip) = 3102073
-MD5 (FlightGear-aircrafts/Lockheed1049_1.2.zip) = 55f4d27167163645f4e323909b5e262e
-SHA256 (FlightGear-aircrafts/Lockheed1049_1.2.zip) = fa270a26d066697d07e1a003ed11870a2e9f8ef42e0a18131e466beea60cdad2
-SIZE (FlightGear-aircrafts/Lockheed1049_1.2.zip) = 2283377
-MD5 (FlightGear-aircrafts/Long-EZ_20080828.zip) = 7d18fb2b2c8119b4d9885856c9ec4a86
-SHA256 (FlightGear-aircrafts/Long-EZ_20080828.zip) = b36f37d1fb6475d1c9a830c7ae80b68d0eb1249b1b356c92589702e1861cc1f8
-SIZE (FlightGear-aircrafts/Long-EZ_20080828.zip) = 1945956
-MD5 (FlightGear-aircrafts/Lynx-WG13_20080304.zip) = 7e8003df4b920e57035fcd29c93997dd
-SHA256 (FlightGear-aircrafts/Lynx-WG13_20080304.zip) = 100f7c822785908e59c829dd39727f7e475631fc46bcfc89397c9c524a830a93
-SIZE (FlightGear-aircrafts/Lynx-WG13_20080304.zip) = 1001057
-MD5 (FlightGear-aircrafts/MD11_20070618.zip) = 090d300610ca65d749abb748588f3ccc
-SHA256 (FlightGear-aircrafts/MD11_20070618.zip) = ebee1054f5eefdee6c1944ea0d4fe67473296aa6c07325173868068e816be9da
-SIZE (FlightGear-aircrafts/MD11_20070618.zip) = 1733895
-MD5 (FlightGear-aircrafts/ME-262_20080808.zip) = 021ca9c674f81ca8472f87aef5e7458d
-SHA256 (FlightGear-aircrafts/ME-262_20080808.zip) = 9abc71bdcd88c41637ef3314982194da023cd492f213ae4d2200cf68fef1a419
-SIZE (FlightGear-aircrafts/ME-262_20080808.zip) = 3956357
-MD5 (FlightGear-aircrafts/Macchi-Castoldi-MC72_20080910.zip) = c35a43a1c5afe73579df6745f81c625b
-SHA256 (FlightGear-aircrafts/Macchi-Castoldi-MC72_20080910.zip) = 9b1376b2c9e0a0d8cf07b0d5643de994f1983c31b0ec6cff11a4a91838599e05
-SIZE (FlightGear-aircrafts/Macchi-Castoldi-MC72_20080910.zip) = 3104815
-MD5 (FlightGear-aircrafts/Malolo1_0.0.zip) = dcb83d44ad004ea4002e3e00a13c4730
-SHA256 (FlightGear-aircrafts/Malolo1_0.0.zip) = 162f6adce3c1f45c4deaa0e4c56de028420864bc309e34fc88b63072ed458f1c
-SIZE (FlightGear-aircrafts/Malolo1_0.0.zip) = 643123
-MD5 (FlightGear-aircrafts/MiG-15_20071106.zip) = 4ac96aa5cb5e69c460908a4b137ee9f5
-SHA256 (FlightGear-aircrafts/MiG-15_20071106.zip) = 4c2fb87d544064f2562b1496e6a14b562a47df0f9075c5beb0c4644eb186ee82
-SIZE (FlightGear-aircrafts/MiG-15_20071106.zip) = 2108251
-MD5 (FlightGear-aircrafts/Mig-29_20081023.zip) = 6aeda78d6d78bd35c026a17567b4e0cd
-SHA256 (FlightGear-aircrafts/Mig-29_20081023.zip) = 27bab11a81011aacee76a7c776d5e2730ada1a02c312ace08a151a73e99df240
-SIZE (FlightGear-aircrafts/Mig-29_20081023.zip) = 6951914
-MD5 (FlightGear-aircrafts/NTPS_20081023.zip) = 58bf32831ef03f0d636fa79bcf8edd5a
-SHA256 (FlightGear-aircrafts/NTPS_20081023.zip) = 2d98581493bfa791170206d51c50a133f53f5a8ce47f6bf4cddff64920f62890
-SIZE (FlightGear-aircrafts/NTPS_20081023.zip) = 3763400
-MD5 (FlightGear-aircrafts/Noratlas_20081219.zip) = 0058349e945b388c85810ff606334f01
-SHA256 (FlightGear-aircrafts/Noratlas_20081219.zip) = 6d52ec436271c2c6b04fea3fc5c160f305422b8751064cc9afd488e7f9e5bafb
-SIZE (FlightGear-aircrafts/Noratlas_20081219.zip) = 2808548
-MD5 (FlightGear-aircrafts/OH-1_0.1.zip) = 81bf045f47e464c69dc46340a81e2a03
-SHA256 (FlightGear-aircrafts/OH-1_0.1.zip) = 79686f15c0705477b0073a760862ef98736c05fd088c83007e7b02a33ed59d7e
-SIZE (FlightGear-aircrafts/OH-1_0.1.zip) = 568673
-MD5 (FlightGear-aircrafts/OV10_20070506.zip) = b9cbe220a39f1c23ac0e0602c1244fa8
-SHA256 (FlightGear-aircrafts/OV10_20070506.zip) = 9f537a0afe0c5383c1e2d61325e3955e943936a3af33d0e169b385048dd3620a
-SIZE (FlightGear-aircrafts/OV10_20070506.zip) = 4159954
-MD5 (FlightGear-aircrafts/P-38-Lightning_20081201.zip) = e7a614e6cce1732259914f0eaed43b4e
-SHA256 (FlightGear-aircrafts/P-38-Lightning_20081201.zip) = 3d047ac3c6c3df99f7e9b8509ec03927bdf3209f02f4bf361e6698eb00153bd4
-SIZE (FlightGear-aircrafts/P-38-Lightning_20081201.zip) = 7170670
-MD5 (FlightGear-aircrafts/P180_20080212.zip) = dbd7462f0bb2448905b6cfa242cccb95
-SHA256 (FlightGear-aircrafts/P180_20080212.zip) = 0896ff7954ca19a762f5656326419048fcb381687c44bc64ff70b4a27503d74a
-SIZE (FlightGear-aircrafts/P180_20080212.zip) = 1297189
-MD5 (FlightGear-aircrafts/PBY-Catalina_20081201.zip) = 2bbb7650f30cf47885d983cf2fb6ebac
-SHA256 (FlightGear-aircrafts/PBY-Catalina_20081201.zip) = a3a2522bd8d0766fc679e16e1be2551d708da20e81ad2186e7f902f68a8f7893
-SIZE (FlightGear-aircrafts/PBY-Catalina_20081201.zip) = 2866351
-MD5 (FlightGear-aircrafts/PC-6_20080922.zip) = 1ea2b9dc329e6e1a06f2de27a37b860c
-SHA256 (FlightGear-aircrafts/PC-6_20080922.zip) = 0acd3e9b71234f9b477c21526ac44ee3c630798c981d14de9e38f09a8c8ce49c
-SIZE (FlightGear-aircrafts/PC-6_20080922.zip) = 4570588
-MD5 (FlightGear-aircrafts/Quickie_20081214.zip) = 1bb9e18ce386edd0e6c4e603546972ad
-SHA256 (FlightGear-aircrafts/Quickie_20081214.zip) = e11a4f0ebfd3171c3bfc843e7d0f271beab391f8c473677a620b923c04b5f00f
-SIZE (FlightGear-aircrafts/Quickie_20081214.zip) = 3239181
-MD5 (FlightGear-aircrafts/R22_20080503.zip) = 1ed655b8b5fa5534b5f7ebbaf7493051
-SHA256 (FlightGear-aircrafts/R22_20080503.zip) = ef036e28d80f525b19265c7926d9fb9c62d38d1d718bd24978dedd71effc4f0d
-SIZE (FlightGear-aircrafts/R22_20080503.zip) = 1108946
-MD5 (FlightGear-aircrafts/Rascal_0.1.zip) = 10da10f530861ee4a0ff2f2677b467ca
-SHA256 (FlightGear-aircrafts/Rascal_0.1.zip) = 015e081359f43570c3e5d5d6f81ec2423de297758dfb54eeba4c4175ccdf19f7
-SIZE (FlightGear-aircrafts/Rascal_0.1.zip) = 614866
-MD5 (FlightGear-aircrafts/Ryan-SoSL_20081116.zip) = 6f63559c2a52154e5b5c6f0285949917
-SHA256 (FlightGear-aircrafts/Ryan-SoSL_20081116.zip) = 8be9f2ea5ebe7b2cc7bb51e58904a242327ab5884a64a25bf10b4b3f52bd131e
-SIZE (FlightGear-aircrafts/Ryan-SoSL_20081116.zip) = 5131534
-MD5 (FlightGear-aircrafts/S-51-Dragonfly_20081116.zip) = a656a0c627d3b41a83658d10be67d58c
-SHA256 (FlightGear-aircrafts/S-51-Dragonfly_20081116.zip) = 41798547dfea86abe2f84dcdc0f8eca8a7319077311c64018a5a052bc46ecb49
-SIZE (FlightGear-aircrafts/S-51-Dragonfly_20081116.zip) = 1937976
-MD5 (FlightGear-aircrafts/SM-55_20080916.zip) = 1deaf5513a9090d526c33859c332b325
-SHA256 (FlightGear-aircrafts/SM-55_20080916.zip) = c085e237eb5ff084a8aace2c55cd84cb974ea04ab9aa3a7565384ecc55b5795c
-SIZE (FlightGear-aircrafts/SM-55_20080916.zip) = 3169412
-MD5 (FlightGear-aircrafts/SR71-BlackBird_20081219.zip) = f292126f2756ea8f12bc4b93d700dd94
-SHA256 (FlightGear-aircrafts/SR71-BlackBird_20081219.zip) = f8af0f68f7d43baecc8c176b418aea48aaf3be7137b3c8d3cab09630bc149b9c
-SIZE (FlightGear-aircrafts/SR71-BlackBird_20081219.zip) = 5786530
-MD5 (FlightGear-aircrafts/SU-37_20080202.zip) = 96350c4ba564c4a4530e9b8dde83000e
-SHA256 (FlightGear-aircrafts/SU-37_20080202.zip) = a56ee2a53ec4d8963180b151de4dc05b75c8820dd73d0bb7acdd990182557c78
-SIZE (FlightGear-aircrafts/SU-37_20080202.zip) = 694616
-MD5 (FlightGear-aircrafts/SaabJ35Draken_20080304.zip) = a57a6799557011fded6252a4c4173b72
-SHA256 (FlightGear-aircrafts/SaabJ35Draken_20080304.zip) = 7d9a51573c22a643a7c07a9db569825c0d5b4a90cc885140c9a69a9b470bf592
-SIZE (FlightGear-aircrafts/SaabJ35Draken_20080304.zip) = 1585674
-MD5 (FlightGear-aircrafts/SeaVixen_20080304.zip) = 0d9f877f348eb3c362dc6cf0bf41629a
-SHA256 (FlightGear-aircrafts/SeaVixen_20080304.zip) = b26fcbf6364a962365958a882db9e0800d31c5f1e415c593915aa176e5ccb89a
-SIZE (FlightGear-aircrafts/SeaVixen_20080304.zip) = 3029288
-MD5 (FlightGear-aircrafts/Sikorsky-76C_20081116.zip) = 119b1c06abf012c999e38a20260c5bf8
-SHA256 (FlightGear-aircrafts/Sikorsky-76C_20081116.zip) = 95efa9a87e1fe337db7f3a8ce40d88d23ab68b90d857d89a6aaa93264607cbb7
-SIZE (FlightGear-aircrafts/Sikorsky-76C_20081116.zip) = 2494978
-MD5 (FlightGear-aircrafts/Sikorsky-S58_20080523.zip) = 40572aec003f8e9ea970cb41e035f60d
-SHA256 (FlightGear-aircrafts/Sikorsky-S58_20080523.zip) = 83f4f430ded6f7f25fe995d40b6293f52de6aa99f2cf3637a27133b3f9940744
-SIZE (FlightGear-aircrafts/Sikorsky-S58_20080523.zip) = 3771319
-MD5 (FlightGear-aircrafts/Skyranger_20080816.zip) = c4a320875369fbcb9b2e90da043eda2a
-SHA256 (FlightGear-aircrafts/Skyranger_20080816.zip) = e72270308f766283036a1544188bb238b680b36c05c2ecb84ca2c49c83d15daa
-SIZE (FlightGear-aircrafts/Skyranger_20080816.zip) = 2424966
-MD5 (FlightGear-aircrafts/Spitfire_20070619.zip) = 26a857de5e002b5228bd406ff6b795bc
-SHA256 (FlightGear-aircrafts/Spitfire_20070619.zip) = 3fc288af12a7764417d435b17035c9794c944aa2d7a86f66a1ea4cca707aa003
-SIZE (FlightGear-aircrafts/Spitfire_20070619.zip) = 5620244
-MD5 (FlightGear-aircrafts/Stampe-SV4_20081116.zip) = 41ea500f3d5067f111e1f845be7c78b1
-SHA256 (FlightGear-aircrafts/Stampe-SV4_20081116.zip) = 6edb91a21e6134b1c01bf5bc7e0506be5ed5a8b18ceb0845c8c3f2f75996ec21
-SIZE (FlightGear-aircrafts/Stampe-SV4_20081116.zip) = 5242364
-MD5 (FlightGear-aircrafts/Starship_20081023.zip) = 6e7f14917002c1baf91e7fe1b36100f4
-SHA256 (FlightGear-aircrafts/Starship_20081023.zip) = d2b725288fee6ff92a7b2c11e43922ee42b7a5feab167b3cd4e69ddc147b8aac
-SIZE (FlightGear-aircrafts/Starship_20081023.zip) = 2797779
-MD5 (FlightGear-aircrafts/Stieglitz_20080310.zip) = 17751cb32cf7ba11feb7a18221299846
-SHA256 (FlightGear-aircrafts/Stieglitz_20080310.zip) = c9929610a073456c23842bf41be925ee091801464645c4eb32650d7b125ff860
-SIZE (FlightGear-aircrafts/Stieglitz_20080310.zip) = 4638409
-MD5 (FlightGear-aircrafts/Stiletto_20080304.zip) = f3e740728f58d5dfc82ae2f2793023c0
-SHA256 (FlightGear-aircrafts/Stiletto_20080304.zip) = 9787ac120622c90221c372a7a3df7eb4ce6deecc8c6beb7f650ec5dd0b6cc01a
-SIZE (FlightGear-aircrafts/Stiletto_20080304.zip) = 1243921
-MD5 (FlightGear-aircrafts/Storch_20081023.zip) = 53b7ef48233640e914beca272f4fe403
-SHA256 (FlightGear-aircrafts/Storch_20081023.zip) = 8e522429664e90c9032eab1262a74449e680b041ea90f44f1237efa737238458
-SIZE (FlightGear-aircrafts/Storch_20081023.zip) = 1981830
-MD5 (FlightGear-aircrafts/Su-26M_1.0.zip) = 7b88457916e494b1e738ea0a183e68cc
-SHA256 (FlightGear-aircrafts/Su-26M_1.0.zip) = 553e780c1a7d61e22a2cf5741d7c1f18ef23333fe03556e550ec3844c926340f
-SIZE (FlightGear-aircrafts/Su-26M_1.0.zip) = 3243184
-MD5 (FlightGear-aircrafts/Submarine_Scout_0.1.zip) = 221743346f4abe1cb93bf99ebe386667
-SHA256 (FlightGear-aircrafts/Submarine_Scout_0.1.zip) = da72087a17fd690f03aa477e399a52ffe207e7f586819f60957ba038af1f7527
-SIZE (FlightGear-aircrafts/Submarine_Scout_0.1.zip) = 1221282
-MD5 (FlightGear-aircrafts/Super-Frelon_20080304.zip) = ef78aa00a3a2e95e01a76f4168e932c9
-SHA256 (FlightGear-aircrafts/Super-Frelon_20080304.zip) = 96e23e30d62579e58f4ced3ce248ce2ec1a429fe5a61bc58b98db496325bab01
-SIZE (FlightGear-aircrafts/Super-Frelon_20080304.zip) = 2055724
-MD5 (FlightGear-aircrafts/Supermarine-S.6B_20080310.zip) = 5bc29861a0ffdf51ca84fff89d470bc6
-SHA256 (FlightGear-aircrafts/Supermarine-S.6B_20080310.zip) = e157584d26efeed80fdfafbe81c69e91b59181e22d9ee6a2d8e447558b13f17e
-SIZE (FlightGear-aircrafts/Supermarine-S.6B_20080310.zip) = 2501814
-MD5 (FlightGear-aircrafts/Superwal_20080221.zip) = e047829c64a78cd842ff65be13a1520c
-SHA256 (FlightGear-aircrafts/Superwal_20080221.zip) = 3c86684f56c081c1d2610bdcbd8052f121ea80a54c1b418ca8b4476bf307a9b2
-SIZE (FlightGear-aircrafts/Superwal_20080221.zip) = 3900077
-MD5 (FlightGear-aircrafts/T-4_20080719.zip) = 64a70a5029b01d44357e5f76edc8228a
-SHA256 (FlightGear-aircrafts/T-4_20080719.zip) = e7f6cf4f6ea255e777e894f2da441fe7eead6532d79707c27bb6977d0ac0c88e
-SIZE (FlightGear-aircrafts/T-4_20080719.zip) = 2127390
-MD5 (FlightGear-aircrafts/T37_20081023.zip) = 8dfd0551cc7c9d676616b9f711939475
-SHA256 (FlightGear-aircrafts/T37_20081023.zip) = 3ee1b7fbc0ed7c8746a86579182396c7aaeb8468eb0576d09a495f9f5cd5ea71
-SIZE (FlightGear-aircrafts/T37_20081023.zip) = 100316
-MD5 (FlightGear-aircrafts/T38_20081023.zip) = cacaa6cde6970a99d7d9590db652c081
-SHA256 (FlightGear-aircrafts/T38_20081023.zip) = c330f52b2914771b2bf50582e0f2aada291d7dc472f686563be2ee0e22e3fa58
-SIZE (FlightGear-aircrafts/T38_20081023.zip) = 783728
-MD5 (FlightGear-aircrafts/TBM-Avenger_20081116.zip) = 6b4321363550b7cf62144419f7c12344
-SHA256 (FlightGear-aircrafts/TBM-Avenger_20081116.zip) = 0a83f0a249835db4553640c8fd556aef1328ddcb8e90b3e41bdd4cb7b1b2b435
-SIZE (FlightGear-aircrafts/TBM-Avenger_20081116.zip) = 7963213
-MD5 (FlightGear-aircrafts/TU-114_20080103.zip) = 4f701ca6113a92e16357caa4a376f799
-SHA256 (FlightGear-aircrafts/TU-114_20080103.zip) = 163a09b1f8261be77a6242d64b4593ae05206123eab91e92da3b933dbf5e512c
-SIZE (FlightGear-aircrafts/TU-114_20080103.zip) = 324118
-MD5 (FlightGear-aircrafts/UH-60_20080810.zip) = 8df9f066b954a27207f75c75f91bcc96
-SHA256 (FlightGear-aircrafts/UH-60_20080810.zip) = 112501088be1413d2ab8e74697d3b746d520aa7be5b13c304ece8b10e8703645
-SIZE (FlightGear-aircrafts/UH-60_20080810.zip) = 5644778
-MD5 (FlightGear-aircrafts/V22-Osprey_0.1.zip) = 69cd1b045441b23725c8f2e83a191ecf
-SHA256 (FlightGear-aircrafts/V22-Osprey_0.1.zip) = 310476aad1fb91eb85c552b173910feea7c98eafcbafefc05fcc624134ce9a46
-SIZE (FlightGear-aircrafts/V22-Osprey_0.1.zip) = 2430756
-MD5 (FlightGear-aircrafts/Velocity-XL_20081021.zip) = 6dbf3e7686b738406e2d69843bfb3c49
-SHA256 (FlightGear-aircrafts/Velocity-XL_20081021.zip) = 853d234bde0a74ecc4c4de131f85db24f4badf6392d08cd2d3c1179cca078689
-SIZE (FlightGear-aircrafts/Velocity-XL_20081021.zip) = 3532742
-MD5 (FlightGear-aircrafts/Vickers-Vimy_20080922.zip) = a93f8d77ad1a3661a82b2eaf75bf8816
-SHA256 (FlightGear-aircrafts/Vickers-Vimy_20080922.zip) = a36b293c379fd34d84c6611ac23eca7729ac7dcb34e1ca0d6d66d1388abaed77
-SIZE (FlightGear-aircrafts/Vickers-Vimy_20080922.zip) = 3254556
-MD5 (FlightGear-aircrafts/X15_20061204.zip) = 6a7d7fe1542904065b34656c84c5f28c
-SHA256 (FlightGear-aircrafts/X15_20061204.zip) = ae3b707d62f9a405667c8f8de63fb2a0ab83e50a06b931a8ebe52b4726b29e6a
-SIZE (FlightGear-aircrafts/X15_20061204.zip) = 573479
-MD5 (FlightGear-aircrafts/YF-23_20081030.zip) = b5e03b210d493cb85875f10cb290b6f7
-SHA256 (FlightGear-aircrafts/YF-23_20081030.zip) = fcf8ffb3c8dc9f2d874fefde55ad235f08d585502cd7be4e8bacbd4cc1bc3001
-SIZE (FlightGear-aircrafts/YF-23_20081030.zip) = 1151263
-MD5 (FlightGear-aircrafts/YardStik_0.0.zip) = 15bc7bd32736a5737d1144130028e600
-SHA256 (FlightGear-aircrafts/YardStik_0.0.zip) = 73dd0633868f4d8bbb162e7716870ca2b95d504afa7bad7a0534d6ef2ebe300a
-SIZE (FlightGear-aircrafts/YardStik_0.0.zip) = 2447192
-MD5 (FlightGear-aircrafts/ZF_Navy_free_balloon_0.1.zip) = 57226b932f04a32e4a967e9f25702051
-SHA256 (FlightGear-aircrafts/ZF_Navy_free_balloon_0.1.zip) = c4e0d3c29a284e922d16e97cf541c924abb1082d8a263b9dc484f89e2dbf9807
-SIZE (FlightGear-aircrafts/ZF_Navy_free_balloon_0.1.zip) = 150626
-MD5 (FlightGear-aircrafts/ZivkoEdge_0.1.zip) = 544b4804700f9bd36173a2037d12cf0b
-SHA256 (FlightGear-aircrafts/ZivkoEdge_0.1.zip) = db92f9fb6b10f7bf8a07ab1b4763828a02b2b52c51c9c4af0825f0775949b58f
-SIZE (FlightGear-aircrafts/ZivkoEdge_0.1.zip) = 834550
-MD5 (FlightGear-aircrafts/Zlin-50lx_20081030.zip) = 73f148012fae00e90bcd14043c68881d
-SHA256 (FlightGear-aircrafts/Zlin-50lx_20081030.zip) = 1fddd5f388e92ef92da37b3b540768b804c28ed3211d5da72791202201ae4169
-SIZE (FlightGear-aircrafts/Zlin-50lx_20081030.zip) = 5118814
-MD5 (FlightGear-aircrafts/a4_20080828.zip) = f8ca127472f0be67e8f77e4f4eafdf44
-SHA256 (FlightGear-aircrafts/a4_20080828.zip) = 749d0e5fda6e8c50c06e51a253e62f8e4043c310a205704f056e278c7a5e0cb0
-SIZE (FlightGear-aircrafts/a4_20080828.zip) = 838833
-MD5 (FlightGear-aircrafts/airwaveXtreme150_20050430.zip) = 5295e4891eef2e5cfaa6c6c6bc2d67c7
-SHA256 (FlightGear-aircrafts/airwaveXtreme150_20050430.zip) = 8db28291357efbc01ba294ddb407d154294bf7ec867e267f458c1f58d0a8bd22
-SIZE (FlightGear-aircrafts/airwaveXtreme150_20050430.zip) = 29519
-MD5 (FlightGear-aircrafts/an2_20080828.zip) = c73619160782aea19b6e817b09bc7942
-SHA256 (FlightGear-aircrafts/an2_20080828.zip) = de73675f38fc545c9bc0b80de243acc8a95719db68ea2dc64841ae9dbfcdafa0
-SIZE (FlightGear-aircrafts/an2_20080828.zip) = 23467266
-MD5 (FlightGear-aircrafts/apache_20080617.zip) = c26a09b92764c47a208eed5779a78a5f
-SHA256 (FlightGear-aircrafts/apache_20080617.zip) = c2eadf2a8941cf67d48d3a2fb2954f89d0726dd1055cc2a7cfea6b24fa23f075
-SIZE (FlightGear-aircrafts/apache_20080617.zip) = 4194432
-MD5 (FlightGear-aircrafts/asw20_20050430.zip) = 2af98ab9ec67876d04f0b2d708534966
-SHA256 (FlightGear-aircrafts/asw20_20050430.zip) = 490624caef5caa2477e51332df6a9accf0344a0aa73914e8e9d555d707e5e822
-SIZE (FlightGear-aircrafts/asw20_20050430.zip) = 286010
-MD5 (FlightGear-aircrafts/b29_20081030.zip) = 4c795b832834b0ee59a02d56d6344bd9
-SHA256 (FlightGear-aircrafts/b29_20081030.zip) = e1a061debe0d397b5b63578b1de3bf6d87c4d7bf15c883dff6fffe6d15ace1c0
-SIZE (FlightGear-aircrafts/b29_20081030.zip) = 4059101
-MD5 (FlightGear-aircrafts/beaufighter_20081207.zip) = ce4855f6b765312fad07c32258df931a
-SHA256 (FlightGear-aircrafts/beaufighter_20081207.zip) = 1e1f3afd3ffcfbd18b112461633b2a0db7b380ec444098d97276c23f591dd7e5
-SIZE (FlightGear-aircrafts/beaufighter_20081207.zip) = 8585713
-MD5 (FlightGear-aircrafts/beech99_20080304.zip) = 541ddb3479849d2c4fd0dd0ab74aa1b5
-SHA256 (FlightGear-aircrafts/beech99_20080304.zip) = bbbb736cbb261e33fb61aa7f851443d00a426e01a3221a1632ee570d32dbc7fe
-SIZE (FlightGear-aircrafts/beech99_20080304.zip) = 4107137
-MD5 (FlightGear-aircrafts/bf109_20081023.zip) = 614766f3ff1222aac80c812b66f92c32
-SHA256 (FlightGear-aircrafts/bf109_20081023.zip) = 446e2533c5494971e8918c8eb6f1d5955c68f1649ec4b27c7f7274abb5661a15
-SIZE (FlightGear-aircrafts/bf109_20081023.zip) = 15446002
-MD5 (FlightGear-aircrafts/bleriot-XI_20080304.zip) = d3b0ea9ba09607a426df4127ecf895ce
-SHA256 (FlightGear-aircrafts/bleriot-XI_20080304.zip) = 273079f6cdc91b1e0a7f65b202728801c955bf7d4f339fb8ef2b52c33817ece8
-SIZE (FlightGear-aircrafts/bleriot-XI_20080304.zip) = 2558704
-MD5 (FlightGear-aircrafts/bluebird_8.7.zip) = 48daf1dcf58675bd6a25d30a3491db8c
-SHA256 (FlightGear-aircrafts/bluebird_8.7.zip) = 467d804d14cd578d39210ef95af50ca2c9d60b8386c416446be7d4cd923ced07
-SIZE (FlightGear-aircrafts/bluebird_8.7.zip) = 1425598
-MD5 (FlightGear-aircrafts/bocian_20080722.zip) = cc4721e2f659657927c8449527853d0d
-SHA256 (FlightGear-aircrafts/bocian_20080722.zip) = 5dbf0854a734d9142ce8530bfebbec373479b6c0444c2cd4bf523bc29cedf72d
-SIZE (FlightGear-aircrafts/bocian_20080722.zip) = 10048497
-MD5 (FlightGear-aircrafts/c150_20080304.zip) = 2938dda843e609d21e54a90cf7c01ef5
-SHA256 (FlightGear-aircrafts/c150_20080304.zip) = ed918b17ba08169580880249544282de3f7c5bc0b1bbe4ae7c520b5a77136973
-SIZE (FlightGear-aircrafts/c150_20080304.zip) = 5187971
-MD5 (FlightGear-aircrafts/c172r_20060313.zip) = 0462ede374ef7605e6b2a4b094806cc3
-SHA256 (FlightGear-aircrafts/c172r_20060313.zip) = f1c9e440fd4b3f11c078cf8e9869311e03094fb9abdea7b762a9571f71b86a05
-SIZE (FlightGear-aircrafts/c172r_20060313.zip) = 100087
-MD5 (FlightGear-aircrafts/c182_20080808.zip) = 81b4348dd81de2b1a3780334ecac286e
-SHA256 (FlightGear-aircrafts/c182_20080808.zip) = fcd85869b094125dbffe2bae3030697f8b7883d420be83083e64b1170911604f
-SIZE (FlightGear-aircrafts/c182_20080808.zip) = 267274
-MD5 (FlightGear-aircrafts/c182rg_20080707.zip) = edee1e3355d1c0bd593fc44af3d2caf7
-SHA256 (FlightGear-aircrafts/c182rg_20080707.zip) = b788704ff1b93b0dc499a373207ba611d65abb8cc8cc328e0cb5219b43b8527b
-SIZE (FlightGear-aircrafts/c182rg_20080707.zip) = 257139
-MD5 (FlightGear-aircrafts/c310_20080808.zip) = ed65db42edb2ef8ad217f6c8290e7685
-SHA256 (FlightGear-aircrafts/c310_20080808.zip) = 4b659cc62aaa412049b5fd8b7d1dfa734067c8a04b5a1ee16e8535b51d17406f
-SIZE (FlightGear-aircrafts/c310_20080808.zip) = 619432
-MD5 (FlightGear-aircrafts/c310u3a_20070206.zip) = 3db28ec1a310e48b6e01d9138e6b9565
-SHA256 (FlightGear-aircrafts/c310u3a_20070206.zip) = c13f95a0ade9055264abf3937e035142da1418de22b99d46fbcced3bcff9c17a
-SIZE (FlightGear-aircrafts/c310u3a_20070206.zip) = 599159
-MD5 (FlightGear-aircrafts/ch47_0.1.zip) = a1ca328851f119b1af8b8fb2c82caf84
-SHA256 (FlightGear-aircrafts/ch47_0.1.zip) = 634845f51ecce2e31f0fdbdc97c6ff32ffe178ae40c52021206629f4ec4fac08
-SIZE (FlightGear-aircrafts/ch47_0.1.zip) = 1523267
-MD5 (FlightGear-aircrafts/ch53e_0.1.zip) = 47a605b3a101a7e5928e7a150bfee86f
-SHA256 (FlightGear-aircrafts/ch53e_0.1.zip) = 05a87a4a21b29640608cddced03fdb10e02bebff076893d0e8ee2d3cfb06f08b
-SIZE (FlightGear-aircrafts/ch53e_0.1.zip) = 6697390
-MD5 (FlightGear-aircrafts/colditz_20070515.zip) = a24efa1b1aae21792bd6bbea1dae37e6
-SHA256 (FlightGear-aircrafts/colditz_20070515.zip) = 9532599aa5184150c6cc92cc5c1c4df856e715b3639997e12d1d9bc449ff2090
-SIZE (FlightGear-aircrafts/colditz_20070515.zip) = 2265211
-MD5 (FlightGear-aircrafts/couzinet70_20080811.zip) = 788b8bdc995b79ee4bab1317828c71b2
-SHA256 (FlightGear-aircrafts/couzinet70_20080811.zip) = 79a72d36fec02365dcd39f0f5f3146575aab1b5092276a602cd73c83b320410f
-SIZE (FlightGear-aircrafts/couzinet70_20080811.zip) = 2574575
-MD5 (FlightGear-aircrafts/cri-cri_20080304.zip) = ad2071c1e25099adc81091f5d0faf54f
-SHA256 (FlightGear-aircrafts/cri-cri_20080304.zip) = dbf9b3d2fc93c43480fa13c8f6d0ef6df393aa0b8f21ec096b533a992635f456
-SIZE (FlightGear-aircrafts/cri-cri_20080304.zip) = 1693686
-MD5 (FlightGear-aircrafts/dc3_20050614.zip) = fe14d1928196a0c925ee758356d74888
-SHA256 (FlightGear-aircrafts/dc3_20050614.zip) = 528a972e54cf45f1dd7ed11a04b3e2dd2d7d043f26c0b381d1397b510a9355e1
-SIZE (FlightGear-aircrafts/dc3_20050614.zip) = 267724
-MD5 (FlightGear-aircrafts/dc6_20081009.zip) = d651a4c97bce0a9b789ebd1d513438a6
-SHA256 (FlightGear-aircrafts/dc6_20081009.zip) = 0c0d91f470656bdd7bfd6e0b79bf916699abdbbb1f8efec594100a7772c6c31d
-SIZE (FlightGear-aircrafts/dc6_20081009.zip) = 2043810
-MD5 (FlightGear-aircrafts/dhc3_20080805.zip) = 1407cb18caaef11c5be6ca693cc960f3
-SHA256 (FlightGear-aircrafts/dhc3_20080805.zip) = 6d15c668f72a22a4e6f9ad49ada205567476ff44f5a5c9efca2cb210a5944de8
-SIZE (FlightGear-aircrafts/dhc3_20080805.zip) = 4584241
-MD5 (FlightGear-aircrafts/dhc6_20080503.zip) = b46244b5a346117ffd252b4cb9c10e17
-SHA256 (FlightGear-aircrafts/dhc6_20080503.zip) = d53bf88530f84b611955e119105e6743d2ca7e7a8c96d1bbf046d12c05f36fb6
-SIZE (FlightGear-aircrafts/dhc6_20080503.zip) = 2467614
-MD5 (FlightGear-aircrafts/ec135_0.4.zip) = 95e367c5f9f6aaec0d3415e6f770f006
-SHA256 (FlightGear-aircrafts/ec135_0.4.zip) = e7c44991a195367182a809967a1c8dc2734e59d80c925318edbca99ce31f75b1
-SIZE (FlightGear-aircrafts/ec135_0.4.zip) = 13539176
-MD5 (FlightGear-aircrafts/ercoupe_20081117.zip) = 26f6f1c1f21bdcd9ae97b2fd74958315
-SHA256 (FlightGear-aircrafts/ercoupe_20081117.zip) = 21beb6b2e8c7ce0c0c2de1c302b5cc942d5f16e5185fd65c389653633e08a135
-SIZE (FlightGear-aircrafts/ercoupe_20081117.zip) = 4472124
-MD5 (FlightGear-aircrafts/eurofighter_20080707.zip) = a24878bbfdf21ff01fc3d6e4010d9e79
-SHA256 (FlightGear-aircrafts/eurofighter_20080707.zip) = 235461949b6ccc5e7ecb420e381b2163b4419d22cebab49b1e0bdaee902ba78d
-SIZE (FlightGear-aircrafts/eurofighter_20080707.zip) = 4364467
-MD5 (FlightGear-aircrafts/f104_20080808.zip) = d477c0e489cd25d055090739f9ce9a37
-SHA256 (FlightGear-aircrafts/f104_20080808.zip) = f92a2a96e1be42debbeaa53e502ff597b60e794846834be020c19b81205a6893
-SIZE (FlightGear-aircrafts/f104_20080808.zip) = 74473
-MD5 (FlightGear-aircrafts/f15c_20081106.zip) = 96d9f960812f77fa85e4102e5a7bc314
-SHA256 (FlightGear-aircrafts/f15c_20081106.zip) = 542c62c9127fc2ace5770232b78aa2a8237ee58a7bad496cb9be015b6ea77d17
-SIZE (FlightGear-aircrafts/f15c_20081106.zip) = 1943213
-MD5 (FlightGear-aircrafts/f16_20081023.zip) = 292bfc084338a6674b66b81c28c4eab4
-SHA256 (FlightGear-aircrafts/f16_20081023.zip) = 10c92ba15bcf55941fd8e5012ca8b40228b4f76a877070ce29fe5efbfdd250b8
-SIZE (FlightGear-aircrafts/f16_20081023.zip) = 4303344
-MD5 (FlightGear-aircrafts/f18_20070317.zip) = cc7a8d50019a0d80dbefe16a994fe968
-SHA256 (FlightGear-aircrafts/f18_20070317.zip) = 3fe74ee910c2758e2b932eda6769e93e1e6ce25a2bb999f4fb04764cc9c31a46
-SIZE (FlightGear-aircrafts/f18_20070317.zip) = 1618771
-MD5 (FlightGear-aircrafts/fkdr1_20080805.zip) = 86fb2e9cd62223358012d3797d072e68
-SHA256 (FlightGear-aircrafts/fkdr1_20080805.zip) = bbbc35507b840a3b61b1c346d5db079a8a3c7ede216548a6f56ee60f2979759e
-SIZE (FlightGear-aircrafts/fkdr1_20080805.zip) = 1695877
-MD5 (FlightGear-aircrafts/flash2a_20080304.zip) = 4978f6b92ffa7be1e6d9b2b09367a95c
-SHA256 (FlightGear-aircrafts/flash2a_20080304.zip) = a84e83bb6cd4618950534dd13fe2aeca841201ccc48ff7ed114d8d7a0908d9b0
-SIZE (FlightGear-aircrafts/flash2a_20080304.zip) = 1272180
-MD5 (FlightGear-aircrafts/fokker100_20081023.zip) = 625887c7bd93387dd84544f515bf0325
-SHA256 (FlightGear-aircrafts/fokker100_20081023.zip) = 29585a93726764fe0ccf70d1d74a7fc6f8dd2aad7c22f6cd733da9f884da02c0
-SIZE (FlightGear-aircrafts/fokker100_20081023.zip) = 773955
-MD5 (FlightGear-aircrafts/fokker50_20081116.zip) = de382720934f27aad7ba98e15ebce46d
-SHA256 (FlightGear-aircrafts/fokker50_20081116.zip) = a2fc621846327cbceb8525817f661e6d9d70a458f9669bc04128636737240b89
-SIZE (FlightGear-aircrafts/fokker50_20081116.zip) = 8091523
-MD5 (FlightGear-aircrafts/fw190_20081204.zip) = c11d022a0df6286b5246357c70cdaf48
-SHA256 (FlightGear-aircrafts/fw190_20081204.zip) = b5a837e35bb83931b8a7fa083a667f5adb269f381a1288528cc16519146d28f3
-SIZE (FlightGear-aircrafts/fw190_20081204.zip) = 3699256
-MD5 (FlightGear-aircrafts/harrier_20070615.zip) = 058e5b2dc37ea9a68eaf378acded6bb9
-SHA256 (FlightGear-aircrafts/harrier_20070615.zip) = 9c136779275675add6c49ad4b5a0cfadf20e2ca652a4b70722d64ab80ff21ceb
-SIZE (FlightGear-aircrafts/harrier_20070615.zip) = 3425526
-MD5 (FlightGear-aircrafts/j22_20050614.zip) = 88fbc83d6d9bd4b15d2f44980e9b30b2
-SHA256 (FlightGear-aircrafts/j22_20050614.zip) = 67fe3dd02fa62f94685069582b0515d3da78dae2dc2fc274b59acf74f496caa1
-SIZE (FlightGear-aircrafts/j22_20050614.zip) = 220941
-MD5 (FlightGear-aircrafts/j7w_20081219.zip) = f407c3745f9f466a2f0082a49a80dfab
-SHA256 (FlightGear-aircrafts/j7w_20081219.zip) = cdffa0707a3c5d54cfdff9f9251b41d30acec33cf46ba029dba59c3387609e19
-SIZE (FlightGear-aircrafts/j7w_20081219.zip) = 1472058
-MD5 (FlightGear-aircrafts/jeep_20081023.zip) = ae64c3a8d9a8559c78277e12c953cba0
-SHA256 (FlightGear-aircrafts/jeep_20081023.zip) = c9f4c8c3bfaeb9331b6397a01d40359f0a1a8fd1576c03235c6ac1e01ec423e9
-SIZE (FlightGear-aircrafts/jeep_20081023.zip) = 7000538
-MD5 (FlightGear-aircrafts/ju52_20080304.zip) = 73075704e5a0c781add99a8c870c010a
-SHA256 (FlightGear-aircrafts/ju52_20080304.zip) = 7dc0d0edcde103c6e698d19db4795da8fae3599403886d0910da535de7236456
-SIZE (FlightGear-aircrafts/ju52_20080304.zip) = 664466
-MD5 (FlightGear-aircrafts/marchetti_20050614.zip) = 865cba14a24df740a881fc9c737cbb88
-SHA256 (FlightGear-aircrafts/marchetti_20050614.zip) = 43f5e6f879c56fcafd48b91aad42166e63cd02f3972c0feff6b239cf4320a901
-SIZE (FlightGear-aircrafts/marchetti_20050614.zip) = 5844
-MD5 (FlightGear-aircrafts/mirage2000_20070103.zip) = e15b91721146ed8d20dc44315807d2f2
-SHA256 (FlightGear-aircrafts/mirage2000_20070103.zip) = 2553ab161d159d139cd97f2acaffc784c9287b3937e7a4c0961b2e4662e2e3fc
-SIZE (FlightGear-aircrafts/mirage2000_20070103.zip) = 1043039
-MD5 (FlightGear-aircrafts/mosquito_20080304.zip) = 4deeac346688b276cb786101055ee1af
-SHA256 (FlightGear-aircrafts/mosquito_20080304.zip) = b02154923863e1a80dc00525f2664f24a8ae490904e329b26fc9bcd466e39f12
-SIZE (FlightGear-aircrafts/mosquito_20080304.zip) = 8640731
-MD5 (FlightGear-aircrafts/ogel_20080503.zip) = 7a433d698f7d96a8191ffd6b641b6dd0
-SHA256 (FlightGear-aircrafts/ogel_20080503.zip) = 913fe6d07bb86497d558a29902fbc731dbdd112c65b9c8a8f07c2299a182562e
-SIZE (FlightGear-aircrafts/ogel_20080503.zip) = 362190
-MD5 (FlightGear-aircrafts/ornithopter_20050430.zip) = 1511666b28e120ffa584d80e6dd3902f
-SHA256 (FlightGear-aircrafts/ornithopter_20050430.zip) = e8c2c7a697be42b75a586bf3bcc6b1e99c35299648b68b4daabeacc9ccc3be9f
-SIZE (FlightGear-aircrafts/ornithopter_20050430.zip) = 674433
-MD5 (FlightGear-aircrafts/p51d_20081030.zip) = bb5da8970b1f18ed9d33fd1e31763b87
-SHA256 (FlightGear-aircrafts/p51d_20081030.zip) = 4496db338599deaf6260b45f903af32b74e6a45d754eaedd8b92d4536e8e3adf
-SIZE (FlightGear-aircrafts/p51d_20081030.zip) = 3387592
-MD5 (FlightGear-aircrafts/pa24-250_20081215.zip) = c4370dc0a11f0d49c63d5d50eba0deac
-SHA256 (FlightGear-aircrafts/pa24-250_20081215.zip) = 366724ead1ad3bdb74cbec0113895301256fcc431891146df938d02f6eba71f8
-SIZE (FlightGear-aircrafts/pa24-250_20081215.zip) = 1898875
-MD5 (FlightGear-aircrafts/pa28-161_20080322.zip) = 329f06398212f24c2beacba66d91d4db
-SHA256 (FlightGear-aircrafts/pa28-161_20080322.zip) = c095afd2b110d8ed146d84b5a01c1f6e23a9bd3c1ac716e724a42494df8c500e
-SIZE (FlightGear-aircrafts/pa28-161_20080322.zip) = 643288
-MD5 (FlightGear-aircrafts/paraglider_20060114.zip) = 5959735e92c2d516b626d84714bf4ddf
-SHA256 (FlightGear-aircrafts/paraglider_20060114.zip) = 6b4bf5c15222b9412d11c8cf3a327e4480a4aa19844afe2541c6517ad33f2cd0
-SIZE (FlightGear-aircrafts/paraglider_20060114.zip) = 99592
-MD5 (FlightGear-aircrafts/payen-pa100_20080813.zip) = a0a6153d398ffaaa7348ecd2310b63f9
-SHA256 (FlightGear-aircrafts/payen-pa100_20080813.zip) = 2dcedfa8c1b834a11218e30e38ce587f73ccb5e438753684d7253f0b98baf88b
-SIZE (FlightGear-aircrafts/payen-pa100_20080813.zip) = 2416601
-MD5 (FlightGear-aircrafts/pc7_20081023.zip) = 0d02b70a9dbc26b6ce398dd194dde9ee
-SHA256 (FlightGear-aircrafts/pc7_20081023.zip) = 90a350c078eeaeb18e3813f66d3a1575f511f00211ada6a83b890e783c8a8ffa
-SIZE (FlightGear-aircrafts/pc7_20081023.zip) = 666735
-MD5 (FlightGear-aircrafts/pittss1c_20080707.zip) = 3696c18e1e1a2ac3f38677356bfce431
-SHA256 (FlightGear-aircrafts/pittss1c_20080707.zip) = 110250ed77d69da7cc335bb88fde09650726ac26d40e9251dde3d7af8a3ca8a3
-SIZE (FlightGear-aircrafts/pittss1c_20080707.zip) = 458635
-MD5 (FlightGear-aircrafts/pushback_20080405.zip) = 1c555ff9714a42b9dfb4faa80865a379
-SHA256 (FlightGear-aircrafts/pushback_20080405.zip) = 8c2bfecf009731a7a0e19378cce68c5221ec44888e46ad0864aad2ba2e3bad03
-SIZE (FlightGear-aircrafts/pushback_20080405.zip) = 885445
-MD5 (FlightGear-aircrafts/santa_20051026.zip) = 88cd254000fd169652fecb66e3f88bde
-SHA256 (FlightGear-aircrafts/santa_20051026.zip) = a47db7658a1698afb7aa55372d67a506eec10277e2cfad5aceab0224ebb49801
-SIZE (FlightGear-aircrafts/santa_20051026.zip) = 407163
-MD5 (FlightGear-aircrafts/seahawk_20081129.zip) = ec0c9a19be69989c36f74de5b0b3b5d4
-SHA256 (FlightGear-aircrafts/seahawk_20081129.zip) = df1d179f2d33de32424ae23bddabc49e5cb68ccd377eb23db20beae7b99b2c3e
-SIZE (FlightGear-aircrafts/seahawk_20081129.zip) = 7320906
-MD5 (FlightGear-aircrafts/sgs233_20070506.zip) = ce4600db29935c26432720b96088cc8e
-SHA256 (FlightGear-aircrafts/sgs233_20070506.zip) = df7804ebd28edd0a44208111b02d8df8c08359ef00427ced7a71c293e064fe98
-SIZE (FlightGear-aircrafts/sgs233_20070506.zip) = 116719
-MD5 (FlightGear-aircrafts/shuttle_20080808.zip) = ace92ea7b2be887b5215623cccfabce5
-SHA256 (FlightGear-aircrafts/shuttle_20080808.zip) = a74d0ec23bd729dfa29aa347dd223f931bdba29e5551624d81ec660549fd1325
-SIZE (FlightGear-aircrafts/shuttle_20080808.zip) = 8159
-MD5 (FlightGear-aircrafts/snowplow_1.0.zip) = cd561fabbe5818121b1153f33c2b26a7
-SHA256 (FlightGear-aircrafts/snowplow_1.0.zip) = 2f4919dc2a35b29819b7820ae2aff14558f0d5de5bff26ff7bc07ba189aa1731
-SIZE (FlightGear-aircrafts/snowplow_1.0.zip) = 2296998
-MD5 (FlightGear-aircrafts/spitfireIX_20080304.zip) = 9d9e5d914b7c913c15f3a32165839889
-SHA256 (FlightGear-aircrafts/spitfireIX_20080304.zip) = a3438c94e0c0046f41df4ef49c63d367d41485d160b929ed9182fe3101cc133f
-SIZE (FlightGear-aircrafts/spitfireIX_20080304.zip) = 9098205
-MD5 (FlightGear-aircrafts/sr20_20051010.zip) = 8f3b08fdfc774324f3161e5e6feae80b
-SHA256 (FlightGear-aircrafts/sr20_20051010.zip) = 5036df9ad9dc7d4c054a57417ebb9f266e3ae794554023b3ae09761a16cbd881
-SIZE (FlightGear-aircrafts/sr20_20051010.zip) = 210249
-MD5 (FlightGear-aircrafts/truck_20071027.zip) = a91573844de60f65d9e6d9e981241cdb
-SHA256 (FlightGear-aircrafts/truck_20071027.zip) = c48455240615c704a1a2e89e0480bf4e03e006b49f8b0df80a50beb17007fec4
-SIZE (FlightGear-aircrafts/truck_20071027.zip) = 17832
-MD5 (FlightGear-aircrafts/tu154_20060501.zip) = c82ab4ff7afa1e03b7fb7bc7c331f526
-SHA256 (FlightGear-aircrafts/tu154_20060501.zip) = 900104773903e64183907fbd8ac395ade7d0883966fcd7dec087178b56c0e14d
-SIZE (FlightGear-aircrafts/tu154_20060501.zip) = 1385406
-MD5 (FlightGear-aircrafts/vulcanb2_20080304.zip) = 15fd82df454440d3d67141c62ab5d740
-SHA256 (FlightGear-aircrafts/vulcanb2_20080304.zip) = ee21ce624e5fd1c8d670af0064f47d81f210228c8da20f51be2a9a5b9cff34a6
-SIZE (FlightGear-aircrafts/vulcanb2_20080304.zip) = 2692009
-MD5 (FlightGear-aircrafts/wrightFlyer1903_20050430.zip) = 5f38467d07a87551b153d60857719a06
-SHA256 (FlightGear-aircrafts/wrightFlyer1903_20050430.zip) = 8950b56ad817dbaba53e46198e90572e2c1404c8faeca361aa59c58fee040841
-SIZE (FlightGear-aircrafts/wrightFlyer1903_20050430.zip) = 1371462
-MD5 (FlightGear-aircrafts/x24b_20060114.zip) = 34eac4cd5ab0311582673891a67f7e73
-SHA256 (FlightGear-aircrafts/x24b_20060114.zip) = beb6b24821d7b6d82b47ea7d495e2668798e02136832584370af02bc30fe4584
-SIZE (FlightGear-aircrafts/x24b_20060114.zip) = 8997
diff --git a/games/flightgear-aircraft/pkg-descr b/games/flightgear-aircraft/pkg-descr
deleted file mode 100644
index bdcb618216b5..000000000000
--- a/games/flightgear-aircraft/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This port installs the additional aircrafts which are available on the
-FlightGear web site but not included in the games/flightgear-data port.
-
-WWW: http://www.flightgear.org/
diff --git a/games/linux-enemyterritory-jaymod-21/Makefile b/games/linux-enemyterritory-jaymod-21/Makefile
deleted file mode 100644
index 3bef51b6234b..000000000000
--- a/games/linux-enemyterritory-jaymod-21/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# New ports collection makefile for: jaymod
-# Date created: 7 May 2006
-# Whom: alepulver
-#
-# $FreeBSD$
-#
-
-PORTNAME= jaymod
-PORTVERSION= 2.1.7
-PORTREVISION= 2
-CATEGORIES= games linux
-MASTER_SITES= http://jaymod.clanfu.org/lib/downloads/ \
- http://budjb.com/lib/downloads/ \
- http://www.zenenterprises.org/bud/jaymod/ \
- http://www.spherens.com/zen/et/distro/
-PKGNAMEPREFIX= linux-enemyterritory-
-
-MAINTAINER= alepulver@FreeBSD.org
-COMMENT= Jaymod - An Enemy Territory Modification
-
-RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory
-
-USE_LINUX= yes
-
-OPTIONS= OMNIBOT "Install Omni-Bot for bot support" off
-
-DATADIR= ${PREFIX}/lib/enemyterritory/${PORTNAME}
-DOCSDIR= ${PREFIX}/share/doc/enemyterritory-${PORTNAME}
-
-CLIENT_PK3= ${PORTNAME}-${PORTVERSION}.pk3
-PLIST_SUB= CLIENT_PK3="${CLIENT_PK3}"
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_OMNIBOT)
-RUN_DEPENDS+= et-omni-bot:${PORTSDIR}/games/linux-enemyterritory-omni-bot-0660
-.endif
-
-do-build:
-.for f in et etded
- @(${ECHO_CMD} "#!/bin/sh"; \
- ${ECHO_CMD} 'exec ${PREFIX}/bin/${f} +set fs_game ${PORTNAME} +set omnibot_path "${DATADIR}/../omni-bot" "$$@"') > \
- ${WRKSRC}/${f}-${PORTNAME}
-.endfor
-
-do-install:
-.for f in et etded
- ${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME} ${PREFIX}/bin
-.endfor
- ${MKDIR} ${DATADIR}
- ${INSTALL_PROGRAM} ${WRKSRC}/qagame.mp.i386.so ${DATADIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${CLIENT_PK3} *.cfg ${DATADIR}
- ${CP} -r ${WRKSRC}/linux ${WRKSRC}/mapscripts ${DATADIR}
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} README.txt doc/jaymod.pdf ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/games/linux-enemyterritory-jaymod-21/distinfo b/games/linux-enemyterritory-jaymod-21/distinfo
deleted file mode 100644
index 7571a58f83cd..000000000000
--- a/games/linux-enemyterritory-jaymod-21/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (jaymod-2.1.7.tar.gz) = 422eec802d4bded0b89908ca38c00434
-SHA256 (jaymod-2.1.7.tar.gz) = f9341236f351765826e00c5905ede9f485dbf2a57c556d2959b925a4a4aa8948
-SIZE (jaymod-2.1.7.tar.gz) = 11926903
diff --git a/games/linux-enemyterritory-jaymod-21/pkg-descr b/games/linux-enemyterritory-jaymod-21/pkg-descr
deleted file mode 100644
index 44cf28808f72..000000000000
--- a/games/linux-enemyterritory-jaymod-21/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Jaymod is an add-on modification to RTCW: Enemy Territory.
-
-The idea for Jaymod came from the main features of Shrubmod. Shrubmod has
-long been out of date and unsupported, and with the instability issues that
-come with Shrubmod, something had to be done to get a Shrub-like server-side
-mod that would provide most of Shrub's features, be stable, and be supported.
-
-This mod has, obviously, outgrown the original objective of being server-side
-only. Some of the ideas I wanted to implement could not be done with server
-code only, so the decision was made to start working on the client end as
-well. I wanted this to be as easy as possible for end users, and now only one
-pak needs to be downloaded (on the fly) to be able to play this mod.
-
-WWW: http://jaymod.clanfu.org/
diff --git a/games/linux-enemyterritory-jaymod-21/pkg-plist b/games/linux-enemyterritory-jaymod-21/pkg-plist
deleted file mode 100644
index 24da152cd408..000000000000
--- a/games/linux-enemyterritory-jaymod-21/pkg-plist
+++ /dev/null
@@ -1,23 +0,0 @@
-bin/et-jaymod
-bin/etded-jaymod
-%%DATADIR%%/jaymod.cfg
-%%DATADIR%%/%%CLIENT_PK3%%
-%%DATADIR%%/linux/convert_shrub
-%%DATADIR%%/linux/serverctl
-%%DATADIR%%/mapscripts/battery.script
-%%DATADIR%%/mapscripts/fueldump.script
-%%DATADIR%%/mapscripts/fueldump_lms.script
-%%DATADIR%%/mapscripts/goldrush.script
-%%DATADIR%%/mapscripts/oasis.script
-%%DATADIR%%/mapscripts/oasis_lms.script
-%%DATADIR%%/mapscripts/radar.script
-%%DATADIR%%/mapscripts/railgun.script
-%%DATADIR%%/mapscripts/railgun_lms.script
-%%DATADIR%%/qagame.mp.i386.so
-%%DATADIR%%/server.cfg
-%%PORTDOCS%%%%DOCSDIR%%/README.txt
-%%PORTDOCS%%%%DOCSDIR%%/jaymod.pdf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%DATADIR%%/mapscripts
-@dirrm %%DATADIR%%/linux
-@dirrm %%DATADIR%%
diff --git a/games/redeclipse/Makefile b/games/redeclipse/Makefile
deleted file mode 100644
index fb1b3217d1f9..000000000000
--- a/games/redeclipse/Makefile
+++ /dev/null
@@ -1,73 +0,0 @@
-# New ports collection makefile for: sauerbraten
-# Date created: 2006-02-01
-# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bloodfrontier
-DISTVERSION= B2
-PORTREVISION= 3
-CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}/Blood%20Frontier/Blood%20Frontier%20Beta%202
-DISTNAME= ${PORTNAME}-${DISTVERSION}-linux
-
-MAINTAINER= amdmi3@FreeBSD.org
-COMMENT= Single- and multi-player first-person shooter based on Cube 2
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_BZIP2= yes
-CONFIGURE_WRKSRC= ${WRKSRC}/src/enet
-BUILD_WRKSRC= ${WRKSRC}/src
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-ALL_TARGET= libenet ${BINARIES}
-MAKE_JOBS_SAFE= yes
-
-SUB_FILES= bfclient bfserver pkg-message
-
-OPTIONS= CLIENT "Build client" on \
- DEDICATED "Build dedicated server" on
-
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= does not build on sparc64
-.endif
-
-.if defined(WITHOUT_CLIENT) && defined(WITHOUT_DEDICATED)
-IGNORE= needs at least one executable (CLIENT or DEDICATED)
-.endif
-
-.if !defined(WITHOUT_CLIENT)
-USE_GL= yes
-USE_SDL= image mixer sdl
-PLIST_FILES+= bin/bfclient libexec/bfclient
-BINARIES+= client
-.endif
-
-.if !defined(WITHOUT_DEDICATED)
-PLIST_FILES+= bin/bfserver libexec/bfserver
-BINARIES+= server
-.endif
-
-do-install:
-.for f in ${BINARIES}
- ${INSTALL_SCRIPT} ${WRKDIR}/bf${f} ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bf${f} ${PREFIX}/libexec
-.endfor
- ${MKDIR} ${DATADIR}
- cd ${WRKSRC}/data && ${COPYTREE_SHARE} "." ${DATADIR}/
-
-post-install:
- @${FIND} ${DATADIR} -type f | \
- ${SED} -e 's|^${PREFIX}/||' >> ${TMPPLIST}
- @${FIND} ${DATADIR} -type d | ${SORT} -r | \
- ${SED} -e 's|^${PREFIX}/|@dirrm |' >> ${TMPPLIST}
-
- @${ECHO_CMD}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_CMD}
-
-.include <bsd.port.mk>
diff --git a/games/redeclipse/distinfo b/games/redeclipse/distinfo
deleted file mode 100644
index 69b647527760..000000000000
--- a/games/redeclipse/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (bloodfrontier-B2-linux.tar.bz2) = 814df812d14714687f44085c83d5b91b
-SHA256 (bloodfrontier-B2-linux.tar.bz2) = e05e7e18661d906fc0685c72704493fe8a8bbd0b803747ceaf4038527f957b58
-SIZE (bloodfrontier-B2-linux.tar.bz2) = 417998023
diff --git a/games/redeclipse/files/bfclient.in b/games/redeclipse/files/bfclient.in
deleted file mode 100644
index 01d3b7ef4949..000000000000
--- a/games/redeclipse/files/bfclient.in
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# The executable needs to be run from its data directory, and needs to store
-# configuration in it. We therefore mirror the data directory hierarchy in
-# ~/.bloodfrontier, and create symlinks to the data files.
-
-if [ -d ~/.bloodfrontier ]
-then
- echo "Using existing ~/.bloodfrontier directory."
-else
- echo "Creating ~/.bloodfrontier directory."
- cd %%DATADIR%% || exit 1
- find * -type d -exec mkdir -p ~/.bloodfrontier/{} \;
- find * -type f -exec ln -s %%DATADIR%%/{} ~/.bloodfrontier/{} \; 2>/dev/null
-fi
-
-cd ~/.bloodfrontier || exit 1
-exec %%PREFIX%%/libexec/bfclient "$@"
diff --git a/games/redeclipse/files/bfserver.in b/games/redeclipse/files/bfserver.in
deleted file mode 100644
index 6f15e12a2bd0..000000000000
--- a/games/redeclipse/files/bfserver.in
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-# The executable needs to be run from its data directory, and needs to store
-# configuration in it. We therefore mirror the data directory hierarchy in
-# ~/.bloodfrontier, and create symlinks to the data files.
-
-if [ -d ~/.bloodfrontier ]
-then
- echo "Using existing ~/.bloodfrontier directory."
-else
- echo "Creating ~/.bloodfrontier directory."
- cd %%DATADIR%% || exit 1
- find * -type d -exec mkdir -p ~/.bloodfrontier/{} \;
- find * -type f -exec ln -s %%DATADIR%%/{} ~/.bloodfrontier/{} \; 2>/dev/null
-fi
-
-cd ~/.bloodfrontier || exit 1
-exec %%PREFIX%%/libexec/bfserver "$@"
diff --git a/games/redeclipse/files/patch-src_Makefile b/games/redeclipse/files/patch-src_Makefile
deleted file mode 100644
index c7f5e89d57ac..000000000000
--- a/games/redeclipse/files/patch-src_Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/Makefile.orig 2009-11-25 14:52:58.000000000 +0300
-+++ src/Makefile 2009-12-17 00:09:47.000000000 +0300
-@@ -1,5 +1,4 @@
- #CXXFLAGS= -ggdb3
--CXXFLAGS= -O3 -fomit-frame-pointer
- override CXXFLAGS+= -Wall -fsigned-char
-
- PLATFORM= $(shell uname -s)
-@@ -21,8 +20,8 @@
- CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -Iinclude
- CLIENT_LIBS= -mwindows -lmingw32 -Llib -lSDLmain -lSDL -lSDL_image -lSDL_mixer -lzdll -lopengl32 -lenet -lws2_32 -lwinmm
- else
--CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -I/usr/X11R6/include `sdl-config --cflags`
--CLIENT_LIBS= -Lenet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL
-+CLIENT_INCLUDES= -DINTERFACE -DIRC $(INCLUDES) -I${LOCALBASE}/include `${SDL_CONFIG} --cflags`
-+CLIENT_LIBS= -Lenet -lenet -L${LOCALBASE}/lib `${SDL_CONFIG} --libs` -lSDL_image -lSDL_mixer -lz -lGL
- endif
- ifeq ($(PLATFORM),Linux)
- CLIENT_LIBS+= -lrt
diff --git a/games/redeclipse/files/pkg-message.in b/games/redeclipse/files/pkg-message.in
deleted file mode 100644
index 3bc3f84a8629..000000000000
--- a/games/redeclipse/files/pkg-message.in
+++ /dev/null
@@ -1,11 +0,0 @@
-###############################################################################
-
-1) First time, bloodfrontier creates a ~/.bloodfrontier directory with symlinks.
-2) Config files are in the ~/.bloodfrontier directory.
-3) If you want add new bindings into ~/.bloodfrontier/config.cfg, see
-
- %%DATADIR%%/data/keymap.cfg.
-
-4) Enjoy it ;)
-
-###############################################################################
diff --git a/games/redeclipse/pkg-descr b/games/redeclipse/pkg-descr
deleted file mode 100644
index 5a1891fcb570..000000000000
--- a/games/redeclipse/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Single-player and multi-player first-person shooter, built as a
-total conversion of Cube Engine 2, which lends itself toward a
-balanced gameplay, completely at the control of map makers, while
-maintaining a general theme of tactics and low gravity.
-
-WWW: http://www.bloodfrontier.com/
diff --git a/games/warmux/Makefile b/games/warmux/Makefile
deleted file mode 100644
index 88170ef8dea1..000000000000
--- a/games/warmux/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-# Ports collection makefile for: wormux
-# Date created: Thu Dec 16 18:46:55 EET 2004
-# Whom: Anton Yudin <toha@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= wormux
-DISTVERSION= 0.9.2.1
-PORTREVISION= 1
-CATEGORIES= games
-MASTER_SITES= http://download.gna.org/wormux/ \
- http://download.gna.org/wormux/archive/
-
-MAINTAINER= makc@FreeBSD.org
-COMMENT= Wormux game
-
-LIB_DEPENDS= xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \
- curl:${PORTSDIR}/ftp/curl
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_SDL= sdl image mixer ttf gfx net
-MAKE_JOBS_SAFE= yes
-USE_DOS2UNIX= fixed_class.h
-
-MANCOMPRESSED= no
-MAN6= wormux.6
-
-OPTIONS+= NLS "Native Language Support via gettext utilities" on \
- FRIBIDI "Enable bi-directional unicode support" off \
- SERVER "Enable dedicated server" off
-
-.include <bsd.port.options.mk>
-
-post-patch:
- ${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/Makefile.in \
- ${WRKSRC}/src/Makefile.in
- ${FIND} -d ${WRKSRC}/data/ -name "*.*~" -delete
-
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-.else
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-.if defined(WITH_SERVER)
-PLIST_SUB+= SERVER=""
-CONFIGURE_ARGS+= --enable-servers
-.else
-PLIST_SUB+= SERVER="@comment "
-.endif
-
-.if defined(WITH_FRIBIDI)
-LIB_DEPENDS+= fribidi:${PORTSDIR}/converters/fribidi
-CONFIGURE_ARGS+= --enable-fribidi
-.else
-CONFIGURE_ARGS+= --disable-fribidi
-.endif
-
-.include <bsd.port.mk>
diff --git a/games/warmux/distinfo b/games/warmux/distinfo
deleted file mode 100644
index 2084047ff916..000000000000
--- a/games/warmux/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (wormux-0.9.2.1.tar.bz2) = e49621b9b4ac7c8d1b11657989df61db
-SHA256 (wormux-0.9.2.1.tar.bz2) = 01372e5eefb20f95d984c5b4376b71e8cde58d2e7ec8d30de6585ce05ea90140
-SIZE (wormux-0.9.2.1.tar.bz2) = 99679696
diff --git a/games/warmux/files/patch-config.h b/games/warmux/files/patch-config.h
deleted file mode 100644
index 000d49ed660f..000000000000
--- a/games/warmux/files/patch-config.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/game/config.h.orig 2008-08-20 13:36:54.000000000 +0300
-+++ src/game/config.h 2008-08-20 13:35:42.000000000 +0300
-@@ -126,7 +126,7 @@
-
- const std::string& GetTtfFilename();
-
-- std::string GetDataDir() const { return data_dir; };
-+ std::string GetDataDir() const { return data_dir + "/"; };
- std::string GetLocaleDir() const { return locale_dir; };
- std::string GetPersonalDataDir() const { return personal_data_dir; };
- std::string GetChatLogDir() const { return chat_log_dir; };
diff --git a/games/warmux/files/patch-configure b/games/warmux/files/patch-configure
deleted file mode 100644
index 016399f9f28d..000000000000
--- a/games/warmux/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2008-06-28 20:02:41.000000000 +0400
-+++ configure 2008-07-01 04:33:14.000000000 +0400
-@@ -6825,8 +6825,6 @@
- DATADIR="$withval"
- fi;
-
--# ensure a trailing slash (r4255)
--DATADIR="${DATADIR}/"
-
-
- if test "${WIN32}" = "yes"; then LOCALEDIR="locale"
diff --git a/games/warmux/files/patch-lib__fixedpoint__fixed_class.h b/games/warmux/files/patch-lib__fixedpoint__fixed_class.h
deleted file mode 100644
index a7fe474c3920..000000000000
--- a/games/warmux/files/patch-lib__fixedpoint__fixed_class.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./lib/fixedpoint/fixed_class.h.orig 2010-04-18 21:42:49.000000000 +0400
-+++ ./lib/fixedpoint/fixed_class.h 2010-04-24 14:38:36.456848203 +0400
-@@ -50,6 +50,12 @@
- #ifdef __APPLE__
- #define SIZE_T_FIXEDPOINT_METHODS
- #endif
-+
-+#ifdef __FreeBSD__
-+ #include <machine/elf.h>
-+ #define __WORDSIZE __ELF_WORD_SIZE
-+#endif
-+
- #if __WORDSIZE == 64
- #define SIZE_T_FIXEDPOINT_METHODS
- #endif
diff --git a/games/warmux/pkg-descr b/games/warmux/pkg-descr
deleted file mode 100644
index 7f56eef58d08..000000000000
--- a/games/warmux/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Almost everyone has heard of the Worms(R) series of games, developed by Team17.
-Worms was created in 1990, the goal of the game consisting of a several teams of
-"worms" fighting to the death on a 2D map. Wormux is heavily influenced by all
-games in this genre, including Scorched Earth and Liero.
-
-Wormux is free software clone of this game concept. Though currently under heavy
-development, it is already very playable, with lots of weapons (Dynamite,
-Baseball Bat, Teleportation, etc.). There are also lots of maps available for
-your battling pleasure! Wormux takes the genre to the next level, with great
-customisation options leading to great gameplay. There is a wide selection of
-teams, from the Aliens to the Chickens. Also, new battlefields can be downloaded
-from the Internet, making strategy an important part of each battle.
-
-WWW: http://www.wormux.org/
diff --git a/games/warmux/pkg-plist b/games/warmux/pkg-plist
deleted file mode 100644
index 09b686026baf..000000000000
--- a/games/warmux/pkg-plist
+++ /dev/null
@@ -1,1639 +0,0 @@
-bin/wormux
-%%SERVER%%bin/wormux-index-server
-bin/wormux-list-games
-%%SERVER%%bin/wormux-server
-share/applications/wormux.desktop
-%%NLS%%share/locale/bg/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/bs/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/cpf/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/da/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/de/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/el/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/et/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/fa/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/he/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/it/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/ja_JP/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/kw/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/lv/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/nb/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/nn/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/pt/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/wormux.mo
-%%NLS%%share/locale/zh_TW/LC_MESSAGES/wormux.mo
-share/pixmaps/wormux_128x128.png
-%%DATADIR%%/authors.dtd
-%%DATADIR%%/authors.xml
-%%DATADIR%%/body/aliases.xml
-%%DATADIR%%/body/all_skins_objects/baseball_cap.png
-%%DATADIR%%/body/all_skins_objects/baseball_tshirt.png
-%%DATADIR%%/body/all_skins_objects/belt.png
-%%DATADIR%%/body/all_skins_objects/c1.png
-%%DATADIR%%/body/all_skins_objects/c2.png
-%%DATADIR%%/body/all_skins_objects/foothelmet1.png
-%%DATADIR%%/body/all_skins_objects/foothelmet2.png
-%%DATADIR%%/body/all_skins_objects/hat.png
-%%DATADIR%%/body/all_skins_objects/helmet.png
-%%DATADIR%%/body/all_skins_objects/hoop.png
-%%DATADIR%%/body/all_skins_objects/hula.png
-%%DATADIR%%/body/all_skins_objects/jetpack-fire.png
-%%DATADIR%%/body/all_skins_objects/jetpack.png
-%%DATADIR%%/body/all_skins_objects/yoyo.png
-%%DATADIR%%/body/beastie/arm1left.png
-%%DATADIR%%/body/beastie/arm1right.png
-%%DATADIR%%/body/beastie/arm2left.png
-%%DATADIR%%/body/beastie/arm2right.png
-%%DATADIR%%/body/beastie/arm3left.png
-%%DATADIR%%/body/beastie/arm3right.png
-%%DATADIR%%/body/beastie/back.png
-%%DATADIR%%/body/beastie/black_arm1left.png
-%%DATADIR%%/body/beastie/black_arm1right.png
-%%DATADIR%%/body/beastie/black_arm2left.png
-%%DATADIR%%/body/beastie/black_arm2right.png
-%%DATADIR%%/body/beastie/black_arm3left.png
-%%DATADIR%%/body/beastie/black_arm3right.png
-%%DATADIR%%/body/beastie/black_back.png
-%%DATADIR%%/body/beastie/black_body.png
-%%DATADIR%%/body/beastie/black_eyelid.png
-%%DATADIR%%/body/beastie/black_eyes.png
-%%DATADIR%%/body/beastie/black_footleft.png
-%%DATADIR%%/body/beastie/black_footright.png
-%%DATADIR%%/body/beastie/black_hair.png
-%%DATADIR%%/body/beastie/black_head.png
-%%DATADIR%%/body/beastie/black_hornleft.png
-%%DATADIR%%/body/beastie/black_hornright.png
-%%DATADIR%%/body/beastie/black_noze.png
-%%DATADIR%%/body/beastie/black_pupil.png
-%%DATADIR%%/body/beastie/black_tail.png
-%%DATADIR%%/body/beastie/body.png
-%%DATADIR%%/body/beastie/config.xml
-%%DATADIR%%/body/beastie/dead.png
-%%DATADIR%%/body/beastie/eyelid.png
-%%DATADIR%%/body/beastie/eyes.png
-%%DATADIR%%/body/beastie/footleft.png
-%%DATADIR%%/body/beastie/footright.png
-%%DATADIR%%/body/beastie/hair.png
-%%DATADIR%%/body/beastie/head.png
-%%DATADIR%%/body/beastie/hornleft.png
-%%DATADIR%%/body/beastie/hornright.png
-%%DATADIR%%/body/beastie/noze.png
-%%DATADIR%%/body/beastie/pupil.png
-%%DATADIR%%/body/beastie/sick_head.png
-%%DATADIR%%/body/beastie/tail.png
-%%DATADIR%%/body/body.dtd
-%%DATADIR%%/body/bugzilla/arm1left.png
-%%DATADIR%%/body/bugzilla/arm1right.png
-%%DATADIR%%/body/bugzilla/arm2left.png
-%%DATADIR%%/body/bugzilla/arm2right.png
-%%DATADIR%%/body/bugzilla/arm3left.png
-%%DATADIR%%/body/bugzilla/arm3right.png
-%%DATADIR%%/body/bugzilla/back.png
-%%DATADIR%%/body/bugzilla/black_arm1left.png
-%%DATADIR%%/body/bugzilla/black_arm1right.png
-%%DATADIR%%/body/bugzilla/black_arm2left.png
-%%DATADIR%%/body/bugzilla/black_arm2right.png
-%%DATADIR%%/body/bugzilla/black_arm3left.png
-%%DATADIR%%/body/bugzilla/black_arm3right.png
-%%DATADIR%%/body/bugzilla/black_back.png
-%%DATADIR%%/body/bugzilla/black_body.png
-%%DATADIR%%/body/bugzilla/black_eyelid.png
-%%DATADIR%%/body/bugzilla/black_eyes.png
-%%DATADIR%%/body/bugzilla/black_footleft.png
-%%DATADIR%%/body/bugzilla/black_footright.png
-%%DATADIR%%/body/bugzilla/black_hair.png
-%%DATADIR%%/body/bugzilla/black_head.png
-%%DATADIR%%/body/bugzilla/black_hornleft.png
-%%DATADIR%%/body/bugzilla/black_hornright.png
-%%DATADIR%%/body/bugzilla/black_noze.png
-%%DATADIR%%/body/bugzilla/black_pupil.png
-%%DATADIR%%/body/bugzilla/black_tail.png
-%%DATADIR%%/body/bugzilla/blackfootright.png
-%%DATADIR%%/body/bugzilla/body.png
-%%DATADIR%%/body/bugzilla/config.xml
-%%DATADIR%%/body/bugzilla/dead.png
-%%DATADIR%%/body/bugzilla/eyelid.png
-%%DATADIR%%/body/bugzilla/eyes.png
-%%DATADIR%%/body/bugzilla/footleft.png
-%%DATADIR%%/body/bugzilla/footright.png
-%%DATADIR%%/body/bugzilla/hair.png
-%%DATADIR%%/body/bugzilla/head.png
-%%DATADIR%%/body/bugzilla/hornleft.png
-%%DATADIR%%/body/bugzilla/hornright.png
-%%DATADIR%%/body/bugzilla/noze.png
-%%DATADIR%%/body/bugzilla/pupil.png
-%%DATADIR%%/body/bugzilla/sick_head.png
-%%DATADIR%%/body/bugzilla/tail.png
-%%DATADIR%%/body/clothes.xml
-%%DATADIR%%/body/firefox/arm1left.png
-%%DATADIR%%/body/firefox/arm1right.png
-%%DATADIR%%/body/firefox/arm2left.png
-%%DATADIR%%/body/firefox/arm2right.png
-%%DATADIR%%/body/firefox/arm3left.png
-%%DATADIR%%/body/firefox/arm3right.png
-%%DATADIR%%/body/firefox/back.png
-%%DATADIR%%/body/firefox/black_arm1left.png
-%%DATADIR%%/body/firefox/black_arm1right.png
-%%DATADIR%%/body/firefox/black_arm2left.png
-%%DATADIR%%/body/firefox/black_arm2right.png
-%%DATADIR%%/body/firefox/black_arm3left.png
-%%DATADIR%%/body/firefox/black_arm3right.png
-%%DATADIR%%/body/firefox/black_back.png
-%%DATADIR%%/body/firefox/black_body.png
-%%DATADIR%%/body/firefox/black_eyelid.png
-%%DATADIR%%/body/firefox/black_eyes.png
-%%DATADIR%%/body/firefox/black_footleft.png
-%%DATADIR%%/body/firefox/black_footright.png
-%%DATADIR%%/body/firefox/black_hair.png
-%%DATADIR%%/body/firefox/black_head.png
-%%DATADIR%%/body/firefox/black_hornleft.png
-%%DATADIR%%/body/firefox/black_hornright.png
-%%DATADIR%%/body/firefox/black_noze.png
-%%DATADIR%%/body/firefox/black_pupil.png
-%%DATADIR%%/body/firefox/black_tail.png
-%%DATADIR%%/body/firefox/body.png
-%%DATADIR%%/body/firefox/config.xml
-%%DATADIR%%/body/firefox/dead.png
-%%DATADIR%%/body/firefox/eyelid.png
-%%DATADIR%%/body/firefox/eyes.png
-%%DATADIR%%/body/firefox/footleft.png
-%%DATADIR%%/body/firefox/footright.png
-%%DATADIR%%/body/firefox/hair.png
-%%DATADIR%%/body/firefox/head.png
-%%DATADIR%%/body/firefox/hornleft.png
-%%DATADIR%%/body/firefox/hornright.png
-%%DATADIR%%/body/firefox/noze.png
-%%DATADIR%%/body/firefox/pupil.png
-%%DATADIR%%/body/firefox/sick_head.png
-%%DATADIR%%/body/firefox/tail.png
-%%DATADIR%%/body/gnu/arm1left.png
-%%DATADIR%%/body/gnu/arm1right.png
-%%DATADIR%%/body/gnu/arm2left.png
-%%DATADIR%%/body/gnu/arm2right.png
-%%DATADIR%%/body/gnu/arm3left.png
-%%DATADIR%%/body/gnu/arm3right.png
-%%DATADIR%%/body/gnu/back.png
-%%DATADIR%%/body/gnu/black_arm1left.png
-%%DATADIR%%/body/gnu/black_arm1right.png
-%%DATADIR%%/body/gnu/black_arm2left.png
-%%DATADIR%%/body/gnu/black_arm2right.png
-%%DATADIR%%/body/gnu/black_arm3left.png
-%%DATADIR%%/body/gnu/black_arm3right.png
-%%DATADIR%%/body/gnu/black_back.png
-%%DATADIR%%/body/gnu/black_body.png
-%%DATADIR%%/body/gnu/black_eyelid.png
-%%DATADIR%%/body/gnu/black_eyes.png
-%%DATADIR%%/body/gnu/black_footleft.png
-%%DATADIR%%/body/gnu/black_footright.png
-%%DATADIR%%/body/gnu/black_hair.png
-%%DATADIR%%/body/gnu/black_head.png
-%%DATADIR%%/body/gnu/black_hornleft.png
-%%DATADIR%%/body/gnu/black_hornright.png
-%%DATADIR%%/body/gnu/black_noze.png
-%%DATADIR%%/body/gnu/black_pupil.png
-%%DATADIR%%/body/gnu/black_tail.png
-%%DATADIR%%/body/gnu/body.png
-%%DATADIR%%/body/gnu/config.xml
-%%DATADIR%%/body/gnu/dead.png
-%%DATADIR%%/body/gnu/eyelid.png
-%%DATADIR%%/body/gnu/eyes.png
-%%DATADIR%%/body/gnu/footleft.png
-%%DATADIR%%/body/gnu/footright.png
-%%DATADIR%%/body/gnu/hair.png
-%%DATADIR%%/body/gnu/head.png
-%%DATADIR%%/body/gnu/hornleft.png
-%%DATADIR%%/body/gnu/hornright.png
-%%DATADIR%%/body/gnu/noze.png
-%%DATADIR%%/body/gnu/pupil.png
-%%DATADIR%%/body/gnu/sick_head.png
-%%DATADIR%%/body/gnu/tail.png
-%%DATADIR%%/body/hexley/arm1left.png
-%%DATADIR%%/body/hexley/arm1right.png
-%%DATADIR%%/body/hexley/arm2left.png
-%%DATADIR%%/body/hexley/arm2right.png
-%%DATADIR%%/body/hexley/arm3left.png
-%%DATADIR%%/body/hexley/arm3right.png
-%%DATADIR%%/body/hexley/back.png
-%%DATADIR%%/body/hexley/black_arm1left.png
-%%DATADIR%%/body/hexley/black_arm1right.png
-%%DATADIR%%/body/hexley/black_arm2left.png
-%%DATADIR%%/body/hexley/black_arm2right.png
-%%DATADIR%%/body/hexley/black_arm3left.png
-%%DATADIR%%/body/hexley/black_arm3right.png
-%%DATADIR%%/body/hexley/black_back.png
-%%DATADIR%%/body/hexley/black_body.png
-%%DATADIR%%/body/hexley/black_eyelid.png
-%%DATADIR%%/body/hexley/black_eyes.png
-%%DATADIR%%/body/hexley/black_footleft.png
-%%DATADIR%%/body/hexley/black_footright.png
-%%DATADIR%%/body/hexley/black_hair.png
-%%DATADIR%%/body/hexley/black_head.png
-%%DATADIR%%/body/hexley/black_hornleft.png
-%%DATADIR%%/body/hexley/black_hornright.png
-%%DATADIR%%/body/hexley/black_noze.png
-%%DATADIR%%/body/hexley/black_pupil.png
-%%DATADIR%%/body/hexley/black_tail.png
-%%DATADIR%%/body/hexley/body.png
-%%DATADIR%%/body/hexley/config.xml
-%%DATADIR%%/body/hexley/dead.png
-%%DATADIR%%/body/hexley/eyelid.png
-%%DATADIR%%/body/hexley/eyes.png
-%%DATADIR%%/body/hexley/footleft.png
-%%DATADIR%%/body/hexley/footright.png
-%%DATADIR%%/body/hexley/hair.png
-%%DATADIR%%/body/hexley/head.png
-%%DATADIR%%/body/hexley/hornleft.png
-%%DATADIR%%/body/hexley/hornright.png
-%%DATADIR%%/body/hexley/noze.png
-%%DATADIR%%/body/hexley/pupil.png
-%%DATADIR%%/body/hexley/sick_head.png
-%%DATADIR%%/body/hexley/tail.png
-%%DATADIR%%/body/konqi/arm1left.png
-%%DATADIR%%/body/konqi/arm1right.png
-%%DATADIR%%/body/konqi/arm2left.png
-%%DATADIR%%/body/konqi/arm2right.png
-%%DATADIR%%/body/konqi/arm3left.png
-%%DATADIR%%/body/konqi/arm3right.png
-%%DATADIR%%/body/konqi/back.png
-%%DATADIR%%/body/konqi/black_arm1left.png
-%%DATADIR%%/body/konqi/black_arm1right.png
-%%DATADIR%%/body/konqi/black_arm2left.png
-%%DATADIR%%/body/konqi/black_arm2right.png
-%%DATADIR%%/body/konqi/black_arm3left.png
-%%DATADIR%%/body/konqi/black_arm3right.png
-%%DATADIR%%/body/konqi/black_back.png
-%%DATADIR%%/body/konqi/black_body.png
-%%DATADIR%%/body/konqi/black_eyelid.png
-%%DATADIR%%/body/konqi/black_eyes.png
-%%DATADIR%%/body/konqi/black_footleft.png
-%%DATADIR%%/body/konqi/black_footright.png
-%%DATADIR%%/body/konqi/black_hair.png
-%%DATADIR%%/body/konqi/black_head.png
-%%DATADIR%%/body/konqi/black_hornleft.png
-%%DATADIR%%/body/konqi/black_hornright.png
-%%DATADIR%%/body/konqi/black_noze.png
-%%DATADIR%%/body/konqi/black_pupil.png
-%%DATADIR%%/body/konqi/black_tail.png
-%%DATADIR%%/body/konqi/body.png
-%%DATADIR%%/body/konqi/config.xml
-%%DATADIR%%/body/konqi/dead.png
-%%DATADIR%%/body/konqi/eyelid.png
-%%DATADIR%%/body/konqi/eyes.png
-%%DATADIR%%/body/konqi/footleft.png
-%%DATADIR%%/body/konqi/footright.png
-%%DATADIR%%/body/konqi/hair.png
-%%DATADIR%%/body/konqi/head.png
-%%DATADIR%%/body/konqi/hornleft.png
-%%DATADIR%%/body/konqi/hornright.png
-%%DATADIR%%/body/konqi/noze.png
-%%DATADIR%%/body/konqi/pupil.png
-%%DATADIR%%/body/konqi/sick_head.png
-%%DATADIR%%/body/konqi/tail.png
-%%DATADIR%%/body/movements.xml
-%%DATADIR%%/body/nupik/arm1left.png
-%%DATADIR%%/body/nupik/arm1right.png
-%%DATADIR%%/body/nupik/arm2left.png
-%%DATADIR%%/body/nupik/arm2right.png
-%%DATADIR%%/body/nupik/arm3left.png
-%%DATADIR%%/body/nupik/arm3right.png
-%%DATADIR%%/body/nupik/back.png
-%%DATADIR%%/body/nupik/black_arm1left.png
-%%DATADIR%%/body/nupik/black_arm1right.png
-%%DATADIR%%/body/nupik/black_arm2left.png
-%%DATADIR%%/body/nupik/black_arm2right.png
-%%DATADIR%%/body/nupik/black_arm3left.png
-%%DATADIR%%/body/nupik/black_arm3right.png
-%%DATADIR%%/body/nupik/black_back.png
-%%DATADIR%%/body/nupik/black_body.png
-%%DATADIR%%/body/nupik/black_eyelid.png
-%%DATADIR%%/body/nupik/black_eyes.png
-%%DATADIR%%/body/nupik/black_footleft.png
-%%DATADIR%%/body/nupik/black_footright.png
-%%DATADIR%%/body/nupik/black_hair.png
-%%DATADIR%%/body/nupik/black_head.png
-%%DATADIR%%/body/nupik/black_hornleft.png
-%%DATADIR%%/body/nupik/black_hornright.png
-%%DATADIR%%/body/nupik/black_noze.png
-%%DATADIR%%/body/nupik/black_pupil.png
-%%DATADIR%%/body/nupik/black_tail.png
-%%DATADIR%%/body/nupik/body.png
-%%DATADIR%%/body/nupik/config.xml
-%%DATADIR%%/body/nupik/dead.png
-%%DATADIR%%/body/nupik/eyelid.png
-%%DATADIR%%/body/nupik/eyes.png
-%%DATADIR%%/body/nupik/footleft.png
-%%DATADIR%%/body/nupik/footright.png
-%%DATADIR%%/body/nupik/hair.png
-%%DATADIR%%/body/nupik/head.png
-%%DATADIR%%/body/nupik/hornleft.png
-%%DATADIR%%/body/nupik/hornright.png
-%%DATADIR%%/body/nupik/noze.png
-%%DATADIR%%/body/nupik/pupil.png
-%%DATADIR%%/body/nupik/sick_head.png
-%%DATADIR%%/body/nupik/tail.png
-%%DATADIR%%/body/ooo/arm1left.png
-%%DATADIR%%/body/ooo/arm1right.png
-%%DATADIR%%/body/ooo/arm2left.png
-%%DATADIR%%/body/ooo/arm2right.png
-%%DATADIR%%/body/ooo/arm3left.png
-%%DATADIR%%/body/ooo/arm3right.png
-%%DATADIR%%/body/ooo/back.png
-%%DATADIR%%/body/ooo/black_arm1left.png
-%%DATADIR%%/body/ooo/black_arm1right.png
-%%DATADIR%%/body/ooo/black_arm2left.png
-%%DATADIR%%/body/ooo/black_arm2right.png
-%%DATADIR%%/body/ooo/black_arm3left.png
-%%DATADIR%%/body/ooo/black_arm3right.png
-%%DATADIR%%/body/ooo/black_back.png
-%%DATADIR%%/body/ooo/black_body.png
-%%DATADIR%%/body/ooo/black_eyelid.png
-%%DATADIR%%/body/ooo/black_eyes.png
-%%DATADIR%%/body/ooo/black_footleft.png
-%%DATADIR%%/body/ooo/black_footright.png
-%%DATADIR%%/body/ooo/black_hair.png
-%%DATADIR%%/body/ooo/black_head.png
-%%DATADIR%%/body/ooo/black_hornleft.png
-%%DATADIR%%/body/ooo/black_hornright.png
-%%DATADIR%%/body/ooo/black_noze.png
-%%DATADIR%%/body/ooo/black_pupil.png
-%%DATADIR%%/body/ooo/black_tail.png
-%%DATADIR%%/body/ooo/body.png
-%%DATADIR%%/body/ooo/config.xml
-%%DATADIR%%/body/ooo/dead.png
-%%DATADIR%%/body/ooo/eyelid.png
-%%DATADIR%%/body/ooo/eyes.png
-%%DATADIR%%/body/ooo/footleft.png
-%%DATADIR%%/body/ooo/footright.png
-%%DATADIR%%/body/ooo/hair.png
-%%DATADIR%%/body/ooo/head.png
-%%DATADIR%%/body/ooo/hornleft.png
-%%DATADIR%%/body/ooo/hornright.png
-%%DATADIR%%/body/ooo/noze.png
-%%DATADIR%%/body/ooo/pupil.png
-%%DATADIR%%/body/ooo/sick_head.png
-%%DATADIR%%/body/ooo/tail.png
-%%DATADIR%%/body/php/arm1left.png
-%%DATADIR%%/body/php/arm1right.png
-%%DATADIR%%/body/php/arm2left.png
-%%DATADIR%%/body/php/arm2right.png
-%%DATADIR%%/body/php/arm3left.png
-%%DATADIR%%/body/php/arm3right.png
-%%DATADIR%%/body/php/back.png
-%%DATADIR%%/body/php/black_arm1left.png
-%%DATADIR%%/body/php/black_arm1right.png
-%%DATADIR%%/body/php/black_arm2left.png
-%%DATADIR%%/body/php/black_arm2right.png
-%%DATADIR%%/body/php/black_arm3left.png
-%%DATADIR%%/body/php/black_arm3right.png
-%%DATADIR%%/body/php/black_back.png
-%%DATADIR%%/body/php/black_body.png
-%%DATADIR%%/body/php/black_eyelid.png
-%%DATADIR%%/body/php/black_eyes.png
-%%DATADIR%%/body/php/black_footleft.png
-%%DATADIR%%/body/php/black_footright.png
-%%DATADIR%%/body/php/black_hair.png
-%%DATADIR%%/body/php/black_head.png
-%%DATADIR%%/body/php/black_hornleft.png
-%%DATADIR%%/body/php/black_hornright.png
-%%DATADIR%%/body/php/black_noze.png
-%%DATADIR%%/body/php/black_pupil.png
-%%DATADIR%%/body/php/black_tail.png
-%%DATADIR%%/body/php/body.png
-%%DATADIR%%/body/php/config.xml
-%%DATADIR%%/body/php/dead.png
-%%DATADIR%%/body/php/eyelid.png
-%%DATADIR%%/body/php/eyes.png
-%%DATADIR%%/body/php/footleft.png
-%%DATADIR%%/body/php/footright.png
-%%DATADIR%%/body/php/hair.png
-%%DATADIR%%/body/php/head.png
-%%DATADIR%%/body/php/hornleft.png
-%%DATADIR%%/body/php/hornright.png
-%%DATADIR%%/body/php/noze.png
-%%DATADIR%%/body/php/pupil.png
-%%DATADIR%%/body/php/sick_head.png
-%%DATADIR%%/body/php/tail.png
-%%DATADIR%%/body/pidgin/arm1left.png
-%%DATADIR%%/body/pidgin/arm1right.png
-%%DATADIR%%/body/pidgin/arm2left.png
-%%DATADIR%%/body/pidgin/arm2right.png
-%%DATADIR%%/body/pidgin/arm3left.png
-%%DATADIR%%/body/pidgin/arm3right.png
-%%DATADIR%%/body/pidgin/back.png
-%%DATADIR%%/body/pidgin/black_arm1left.png
-%%DATADIR%%/body/pidgin/black_arm1right.png
-%%DATADIR%%/body/pidgin/black_arm2left.png
-%%DATADIR%%/body/pidgin/black_arm2right.png
-%%DATADIR%%/body/pidgin/black_arm3left.png
-%%DATADIR%%/body/pidgin/black_arm3right.png
-%%DATADIR%%/body/pidgin/black_back.png
-%%DATADIR%%/body/pidgin/black_body.png
-%%DATADIR%%/body/pidgin/black_eyelid.png
-%%DATADIR%%/body/pidgin/black_eyes.png
-%%DATADIR%%/body/pidgin/black_footleft.png
-%%DATADIR%%/body/pidgin/black_footright.png
-%%DATADIR%%/body/pidgin/black_hair.png
-%%DATADIR%%/body/pidgin/black_head.png
-%%DATADIR%%/body/pidgin/black_hornleft.png
-%%DATADIR%%/body/pidgin/black_hornright.png
-%%DATADIR%%/body/pidgin/black_noze.png
-%%DATADIR%%/body/pidgin/black_pupil.png
-%%DATADIR%%/body/pidgin/black_tail.png
-%%DATADIR%%/body/pidgin/body.png
-%%DATADIR%%/body/pidgin/config.xml
-%%DATADIR%%/body/pidgin/dead.png
-%%DATADIR%%/body/pidgin/eyelid.png
-%%DATADIR%%/body/pidgin/eyes.png
-%%DATADIR%%/body/pidgin/footleft.png
-%%DATADIR%%/body/pidgin/footright.png
-%%DATADIR%%/body/pidgin/hair.png
-%%DATADIR%%/body/pidgin/head.png
-%%DATADIR%%/body/pidgin/hornleft.png
-%%DATADIR%%/body/pidgin/hornright.png
-%%DATADIR%%/body/pidgin/noze.png
-%%DATADIR%%/body/pidgin/pupil.png
-%%DATADIR%%/body/pidgin/sick_head.png
-%%DATADIR%%/body/pidgin/tail.png
-%%DATADIR%%/body/postfix/arm1left.png
-%%DATADIR%%/body/postfix/arm1right.png
-%%DATADIR%%/body/postfix/arm2left.png
-%%DATADIR%%/body/postfix/arm2right.png
-%%DATADIR%%/body/postfix/arm3left.png
-%%DATADIR%%/body/postfix/arm3right.png
-%%DATADIR%%/body/postfix/back.png
-%%DATADIR%%/body/postfix/black_arm1left.png
-%%DATADIR%%/body/postfix/black_arm1right.png
-%%DATADIR%%/body/postfix/black_arm2left.png
-%%DATADIR%%/body/postfix/black_arm2right.png
-%%DATADIR%%/body/postfix/black_arm3left.png
-%%DATADIR%%/body/postfix/black_arm3right.png
-%%DATADIR%%/body/postfix/black_back.png
-%%DATADIR%%/body/postfix/black_body.png
-%%DATADIR%%/body/postfix/black_eyelid.png
-%%DATADIR%%/body/postfix/black_eyes.png
-%%DATADIR%%/body/postfix/black_footleft.png
-%%DATADIR%%/body/postfix/black_footright.png
-%%DATADIR%%/body/postfix/black_hair.png
-%%DATADIR%%/body/postfix/black_head.png
-%%DATADIR%%/body/postfix/black_hornleft.png
-%%DATADIR%%/body/postfix/black_hornright.png
-%%DATADIR%%/body/postfix/black_noze.png
-%%DATADIR%%/body/postfix/black_pupil.png
-%%DATADIR%%/body/postfix/black_tail.png
-%%DATADIR%%/body/postfix/blackfootright.png
-%%DATADIR%%/body/postfix/body.png
-%%DATADIR%%/body/postfix/config.xml
-%%DATADIR%%/body/postfix/dead.png
-%%DATADIR%%/body/postfix/eyelid.png
-%%DATADIR%%/body/postfix/eyes.png
-%%DATADIR%%/body/postfix/footleft.png
-%%DATADIR%%/body/postfix/footright.png
-%%DATADIR%%/body/postfix/hair.png
-%%DATADIR%%/body/postfix/head.png
-%%DATADIR%%/body/postfix/hornleft.png
-%%DATADIR%%/body/postfix/hornright.png
-%%DATADIR%%/body/postfix/noze.png
-%%DATADIR%%/body/postfix/pupil.png
-%%DATADIR%%/body/postfix/sick_head.png
-%%DATADIR%%/body/postfix/tail.png
-%%DATADIR%%/body/skeletons.xml
-%%DATADIR%%/body/snort/arm1left.png
-%%DATADIR%%/body/snort/arm1right.png
-%%DATADIR%%/body/snort/arm2left.png
-%%DATADIR%%/body/snort/arm2right.png
-%%DATADIR%%/body/snort/arm3left.png
-%%DATADIR%%/body/snort/arm3right.png
-%%DATADIR%%/body/snort/back.png
-%%DATADIR%%/body/snort/black_arm1left.png
-%%DATADIR%%/body/snort/black_arm1right.png
-%%DATADIR%%/body/snort/black_arm2left.png
-%%DATADIR%%/body/snort/black_arm2right.png
-%%DATADIR%%/body/snort/black_arm3left.png
-%%DATADIR%%/body/snort/black_arm3right.png
-%%DATADIR%%/body/snort/black_back.png
-%%DATADIR%%/body/snort/black_body.png
-%%DATADIR%%/body/snort/black_eyelid.png
-%%DATADIR%%/body/snort/black_eyes.png
-%%DATADIR%%/body/snort/black_footleft.png
-%%DATADIR%%/body/snort/black_footright.png
-%%DATADIR%%/body/snort/black_hair.png
-%%DATADIR%%/body/snort/black_head.png
-%%DATADIR%%/body/snort/black_hornleft.png
-%%DATADIR%%/body/snort/black_hornright.png
-%%DATADIR%%/body/snort/black_noze.png
-%%DATADIR%%/body/snort/black_pupil.png
-%%DATADIR%%/body/snort/black_tail.png
-%%DATADIR%%/body/snort/body.png
-%%DATADIR%%/body/snort/config.xml
-%%DATADIR%%/body/snort/dead.png
-%%DATADIR%%/body/snort/eyelid.png
-%%DATADIR%%/body/snort/eyes.png
-%%DATADIR%%/body/snort/footleft.png
-%%DATADIR%%/body/snort/footright.png
-%%DATADIR%%/body/snort/hair.png
-%%DATADIR%%/body/snort/head.png
-%%DATADIR%%/body/snort/hornleft.png
-%%DATADIR%%/body/snort/hornright.png
-%%DATADIR%%/body/snort/noze.png
-%%DATADIR%%/body/snort/pupil.png
-%%DATADIR%%/body/snort/sick_head.png
-%%DATADIR%%/body/snort/tail.png
-%%DATADIR%%/body/spip/arm1left.png
-%%DATADIR%%/body/spip/arm1right.png
-%%DATADIR%%/body/spip/arm2left.png
-%%DATADIR%%/body/spip/arm2right.png
-%%DATADIR%%/body/spip/arm3left.png
-%%DATADIR%%/body/spip/arm3right.png
-%%DATADIR%%/body/spip/back.png
-%%DATADIR%%/body/spip/black_arm1left.png
-%%DATADIR%%/body/spip/black_arm1right.png
-%%DATADIR%%/body/spip/black_arm2left.png
-%%DATADIR%%/body/spip/black_arm2right.png
-%%DATADIR%%/body/spip/black_arm3left.png
-%%DATADIR%%/body/spip/black_arm3right.png
-%%DATADIR%%/body/spip/black_back.png
-%%DATADIR%%/body/spip/black_body.png
-%%DATADIR%%/body/spip/black_eyelid.png
-%%DATADIR%%/body/spip/black_eyes.png
-%%DATADIR%%/body/spip/black_footleft.png
-%%DATADIR%%/body/spip/black_footright.png
-%%DATADIR%%/body/spip/black_hair.png
-%%DATADIR%%/body/spip/black_head.png
-%%DATADIR%%/body/spip/black_hornleft.png
-%%DATADIR%%/body/spip/black_hornright.png
-%%DATADIR%%/body/spip/black_noze.png
-%%DATADIR%%/body/spip/black_pupil.png
-%%DATADIR%%/body/spip/black_tail.png
-%%DATADIR%%/body/spip/body.png
-%%DATADIR%%/body/spip/config.xml
-%%DATADIR%%/body/spip/dead.png
-%%DATADIR%%/body/spip/eyelid.png
-%%DATADIR%%/body/spip/eyes.png
-%%DATADIR%%/body/spip/footleft.png
-%%DATADIR%%/body/spip/footright.png
-%%DATADIR%%/body/spip/hair.png
-%%DATADIR%%/body/spip/head.png
-%%DATADIR%%/body/spip/hornleft.png
-%%DATADIR%%/body/spip/hornright.png
-%%DATADIR%%/body/spip/noze.png
-%%DATADIR%%/body/spip/pupil.png
-%%DATADIR%%/body/spip/sick_head.png
-%%DATADIR%%/body/spip/tail.png
-%%DATADIR%%/body/suse/arm1left.png
-%%DATADIR%%/body/suse/arm1right.png
-%%DATADIR%%/body/suse/arm2left.png
-%%DATADIR%%/body/suse/arm2right.png
-%%DATADIR%%/body/suse/arm3left.png
-%%DATADIR%%/body/suse/arm3right.png
-%%DATADIR%%/body/suse/back.png
-%%DATADIR%%/body/suse/black_arm1left.png
-%%DATADIR%%/body/suse/black_arm1right.png
-%%DATADIR%%/body/suse/black_arm2left.png
-%%DATADIR%%/body/suse/black_arm2right.png
-%%DATADIR%%/body/suse/black_arm3left.png
-%%DATADIR%%/body/suse/black_arm3right.png
-%%DATADIR%%/body/suse/black_back.png
-%%DATADIR%%/body/suse/black_body.png
-%%DATADIR%%/body/suse/black_eyelid.png
-%%DATADIR%%/body/suse/black_eyes.png
-%%DATADIR%%/body/suse/black_footleft.png
-%%DATADIR%%/body/suse/black_footright.png
-%%DATADIR%%/body/suse/black_hair.png
-%%DATADIR%%/body/suse/black_head.png
-%%DATADIR%%/body/suse/black_hornleft.png
-%%DATADIR%%/body/suse/black_hornright.png
-%%DATADIR%%/body/suse/black_noze.png
-%%DATADIR%%/body/suse/black_pupil.png
-%%DATADIR%%/body/suse/black_tail.png
-%%DATADIR%%/body/suse/body.png
-%%DATADIR%%/body/suse/config.xml
-%%DATADIR%%/body/suse/dead.png
-%%DATADIR%%/body/suse/eyelid.png
-%%DATADIR%%/body/suse/eyes.png
-%%DATADIR%%/body/suse/footleft.png
-%%DATADIR%%/body/suse/footright.png
-%%DATADIR%%/body/suse/hair.png
-%%DATADIR%%/body/suse/head.png
-%%DATADIR%%/body/suse/hornleft.png
-%%DATADIR%%/body/suse/hornright.png
-%%DATADIR%%/body/suse/noze.png
-%%DATADIR%%/body/suse/pupil.png
-%%DATADIR%%/body/suse/sick_head.png
-%%DATADIR%%/body/suse/tail.png
-%%DATADIR%%/body/thunderbird/arm1left.png
-%%DATADIR%%/body/thunderbird/arm1right.png
-%%DATADIR%%/body/thunderbird/arm2left.png
-%%DATADIR%%/body/thunderbird/arm2right.png
-%%DATADIR%%/body/thunderbird/arm3left.png
-%%DATADIR%%/body/thunderbird/arm3right.png
-%%DATADIR%%/body/thunderbird/back.png
-%%DATADIR%%/body/thunderbird/black_arm1left.png
-%%DATADIR%%/body/thunderbird/black_arm1right.png
-%%DATADIR%%/body/thunderbird/black_arm2left.png
-%%DATADIR%%/body/thunderbird/black_arm2right.png
-%%DATADIR%%/body/thunderbird/black_arm3left.png
-%%DATADIR%%/body/thunderbird/black_arm3right.png
-%%DATADIR%%/body/thunderbird/black_back.png
-%%DATADIR%%/body/thunderbird/black_body.png
-%%DATADIR%%/body/thunderbird/black_eyelid.png
-%%DATADIR%%/body/thunderbird/black_eyes.png
-%%DATADIR%%/body/thunderbird/black_footleft.png
-%%DATADIR%%/body/thunderbird/black_footright.png
-%%DATADIR%%/body/thunderbird/black_hair.png
-%%DATADIR%%/body/thunderbird/black_head.png
-%%DATADIR%%/body/thunderbird/black_hornleft.png
-%%DATADIR%%/body/thunderbird/black_hornright.png
-%%DATADIR%%/body/thunderbird/black_noze.png
-%%DATADIR%%/body/thunderbird/black_pupil.png
-%%DATADIR%%/body/thunderbird/black_tail.png
-%%DATADIR%%/body/thunderbird/body.png
-%%DATADIR%%/body/thunderbird/config.xml
-%%DATADIR%%/body/thunderbird/dead.png
-%%DATADIR%%/body/thunderbird/eyelid.png
-%%DATADIR%%/body/thunderbird/eyes.png
-%%DATADIR%%/body/thunderbird/footleft.png
-%%DATADIR%%/body/thunderbird/footright.png
-%%DATADIR%%/body/thunderbird/hair.png
-%%DATADIR%%/body/thunderbird/head.png
-%%DATADIR%%/body/thunderbird/hornleft.png
-%%DATADIR%%/body/thunderbird/hornright.png
-%%DATADIR%%/body/thunderbird/noze.png
-%%DATADIR%%/body/thunderbird/pupil.png
-%%DATADIR%%/body/thunderbird/sick_head.png
-%%DATADIR%%/body/thunderbird/tail.png
-%%DATADIR%%/body/tux/arm1left.png
-%%DATADIR%%/body/tux/arm1right.png
-%%DATADIR%%/body/tux/arm2left.png
-%%DATADIR%%/body/tux/arm2right.png
-%%DATADIR%%/body/tux/arm3left.png
-%%DATADIR%%/body/tux/arm3right.png
-%%DATADIR%%/body/tux/back.png
-%%DATADIR%%/body/tux/black_arm1left.png
-%%DATADIR%%/body/tux/black_arm1right.png
-%%DATADIR%%/body/tux/black_arm2left.png
-%%DATADIR%%/body/tux/black_arm2right.png
-%%DATADIR%%/body/tux/black_arm3left.png
-%%DATADIR%%/body/tux/black_arm3right.png
-%%DATADIR%%/body/tux/black_back.png
-%%DATADIR%%/body/tux/black_body.png
-%%DATADIR%%/body/tux/black_eyelid.png
-%%DATADIR%%/body/tux/black_eyes.png
-%%DATADIR%%/body/tux/black_footleft.png
-%%DATADIR%%/body/tux/black_footright.png
-%%DATADIR%%/body/tux/black_hair.png
-%%DATADIR%%/body/tux/black_head.png
-%%DATADIR%%/body/tux/black_hornleft.png
-%%DATADIR%%/body/tux/black_hornright.png
-%%DATADIR%%/body/tux/black_noze.png
-%%DATADIR%%/body/tux/black_pupil.png
-%%DATADIR%%/body/tux/black_tail.png
-%%DATADIR%%/body/tux/body.png
-%%DATADIR%%/body/tux/config.xml
-%%DATADIR%%/body/tux/dead.png
-%%DATADIR%%/body/tux/eyelid.png
-%%DATADIR%%/body/tux/eyes.png
-%%DATADIR%%/body/tux/footleft.png
-%%DATADIR%%/body/tux/footright.png
-%%DATADIR%%/body/tux/hair.png
-%%DATADIR%%/body/tux/head.png
-%%DATADIR%%/body/tux/hornleft.png
-%%DATADIR%%/body/tux/hornright.png
-%%DATADIR%%/body/tux/noze.png
-%%DATADIR%%/body/tux/pupil.png
-%%DATADIR%%/body/tux/sick_head.png
-%%DATADIR%%/body/tux/tail.png
-%%DATADIR%%/body/wilber/arm1left.png
-%%DATADIR%%/body/wilber/arm1right.png
-%%DATADIR%%/body/wilber/arm2left.png
-%%DATADIR%%/body/wilber/arm2right.png
-%%DATADIR%%/body/wilber/arm3left.png
-%%DATADIR%%/body/wilber/arm3right.png
-%%DATADIR%%/body/wilber/back.png
-%%DATADIR%%/body/wilber/black_arm1left.png
-%%DATADIR%%/body/wilber/black_arm1right.png
-%%DATADIR%%/body/wilber/black_arm2left.png
-%%DATADIR%%/body/wilber/black_arm2right.png
-%%DATADIR%%/body/wilber/black_arm3left.png
-%%DATADIR%%/body/wilber/black_arm3right.png
-%%DATADIR%%/body/wilber/black_back.png
-%%DATADIR%%/body/wilber/black_body.png
-%%DATADIR%%/body/wilber/black_eyelid.png
-%%DATADIR%%/body/wilber/black_eyes.png
-%%DATADIR%%/body/wilber/black_footleft.png
-%%DATADIR%%/body/wilber/black_footright.png
-%%DATADIR%%/body/wilber/black_hair.png
-%%DATADIR%%/body/wilber/black_head.png
-%%DATADIR%%/body/wilber/black_hornleft.png
-%%DATADIR%%/body/wilber/black_hornright.png
-%%DATADIR%%/body/wilber/black_noze.png
-%%DATADIR%%/body/wilber/black_pupil.png
-%%DATADIR%%/body/wilber/black_tail.png
-%%DATADIR%%/body/wilber/body.png
-%%DATADIR%%/body/wilber/config.xml
-%%DATADIR%%/body/wilber/dead.png
-%%DATADIR%%/body/wilber/eyelid.png
-%%DATADIR%%/body/wilber/eyes.png
-%%DATADIR%%/body/wilber/footleft.png
-%%DATADIR%%/body/wilber/footright.png
-%%DATADIR%%/body/wilber/hair.png
-%%DATADIR%%/body/wilber/head.png
-%%DATADIR%%/body/wilber/hornleft.png
-%%DATADIR%%/body/wilber/hornright.png
-%%DATADIR%%/body/wilber/noze.png
-%%DATADIR%%/body/wilber/pupil.png
-%%DATADIR%%/body/wilber/sick_head.png
-%%DATADIR%%/body/wilber/tail.png
-%%DATADIR%%/body/workrave/arm1left.png
-%%DATADIR%%/body/workrave/arm1right.png
-%%DATADIR%%/body/workrave/arm2left.png
-%%DATADIR%%/body/workrave/arm2right.png
-%%DATADIR%%/body/workrave/arm3left.png
-%%DATADIR%%/body/workrave/arm3right.png
-%%DATADIR%%/body/workrave/back.png
-%%DATADIR%%/body/workrave/black_arm1left.png
-%%DATADIR%%/body/workrave/black_arm1right.png
-%%DATADIR%%/body/workrave/black_arm2left.png
-%%DATADIR%%/body/workrave/black_arm2right.png
-%%DATADIR%%/body/workrave/black_arm3left.png
-%%DATADIR%%/body/workrave/black_arm3right.png
-%%DATADIR%%/body/workrave/black_back.png
-%%DATADIR%%/body/workrave/black_body.png
-%%DATADIR%%/body/workrave/black_eyelid.png
-%%DATADIR%%/body/workrave/black_eyes.png
-%%DATADIR%%/body/workrave/black_footleft.png
-%%DATADIR%%/body/workrave/black_footright.png
-%%DATADIR%%/body/workrave/black_hair.png
-%%DATADIR%%/body/workrave/black_head.png
-%%DATADIR%%/body/workrave/black_hornleft.png
-%%DATADIR%%/body/workrave/black_hornright.png
-%%DATADIR%%/body/workrave/black_noze.png
-%%DATADIR%%/body/workrave/black_pupil.png
-%%DATADIR%%/body/workrave/black_tail.png
-%%DATADIR%%/body/workrave/blackfootright.png
-%%DATADIR%%/body/workrave/body.png
-%%DATADIR%%/body/workrave/config.xml
-%%DATADIR%%/body/workrave/dead.png
-%%DATADIR%%/body/workrave/eyelid.png
-%%DATADIR%%/body/workrave/eyes.png
-%%DATADIR%%/body/workrave/footleft.png
-%%DATADIR%%/body/workrave/footright.png
-%%DATADIR%%/body/workrave/hair.png
-%%DATADIR%%/body/workrave/head.png
-%%DATADIR%%/body/workrave/hornleft.png
-%%DATADIR%%/body/workrave/hornright.png
-%%DATADIR%%/body/workrave/noze.png
-%%DATADIR%%/body/workrave/pupil.png
-%%DATADIR%%/body/workrave/sick_head.png
-%%DATADIR%%/body/workrave/tail.png
-%%DATADIR%%/cursors.dtd
-%%DATADIR%%/cursors.xml
-%%DATADIR%%/font/DejaVuSans.ttf
-%%DATADIR%%/font/VL-Gothic-Regular.ttf
-%%DATADIR%%/font/wqy-microhei-lite.ttc
-%%DATADIR%%/game_mode/blitz.xml
-%%DATADIR%%/game_mode/classic.xml
-%%DATADIR%%/game_mode/default_objects.xml
-%%DATADIR%%/game_mode/game_mode.dtd
-%%DATADIR%%/game_mode/objects.dtd
-%%DATADIR%%/game_mode/skin_viewer.xml
-%%DATADIR%%/game_mode/unlimited.xml
-%%DATADIR%%/graphism.dtd
-%%DATADIR%%/graphism.xml
-%%DATADIR%%/interface/not_skin/background_interface.png
-%%DATADIR%%/interface/not_skin/clock_background.png
-%%DATADIR%%/interface/not_skin/readme.txt
-%%DATADIR%%/interface/not_skin/small_background_interface.png
-%%DATADIR%%/interface/whitetheme/arrow_jump.png
-%%DATADIR%%/interface/whitetheme/arrow_turn.png
-%%DATADIR%%/interface/whitetheme/box_big.png
-%%DATADIR%%/interface/whitetheme/box_big_hide.png
-%%DATADIR%%/interface/whitetheme/box_little.png
-%%DATADIR%%/interface/whitetheme/box_little_hide.png
-%%DATADIR%%/interface/whitetheme/clock.png
-%%DATADIR%%/interface/whitetheme/clock_emergency.png
-%%DATADIR%%/interface/whitetheme/cursors/arrow-down.left.png
-%%DATADIR%%/interface/whitetheme/cursors/arrow-down.png
-%%DATADIR%%/interface/whitetheme/cursors/arrow-down.right.png
-%%DATADIR%%/interface/whitetheme/cursors/arrow-left.png
-%%DATADIR%%/interface/whitetheme/cursors/arrow-right.png
-%%DATADIR%%/interface/whitetheme/cursors/arrow-top.left.png
-%%DATADIR%%/interface/whitetheme/cursors/arrow-top.png
-%%DATADIR%%/interface/whitetheme/cursors/arrow-top.right.png
-%%DATADIR%%/interface/whitetheme/cursors/hand-cursor.png
-%%DATADIR%%/interface/whitetheme/cursors/hand-fire.png
-%%DATADIR%%/interface/whitetheme/cursors/hand-move.png
-%%DATADIR%%/interface/whitetheme/cursors/here-from-left.png
-%%DATADIR%%/interface/whitetheme/cursors/here-from-right.png
-%%DATADIR%%/interface/whitetheme/hourglass.png
-%%DATADIR%%/interface/whitetheme/lastfire.png
-%%DATADIR%%/interface/whitetheme/pointer.png
-%%DATADIR%%/interface/whitetheme/wind.png
-%%DATADIR%%/interface/whitetheme/wind_indicator.png
-%%DATADIR%%/map/apocalypse/apocalypse.jpg
-%%DATADIR%%/map/apocalypse/apocalypse.png
-%%DATADIR%%/map/apocalypse/config.xml
-%%DATADIR%%/map/apocalypse/mini.jpg
-%%DATADIR%%/map/apocalypse/vent.png
-%%DATADIR%%/map/aquarium/background.png
-%%DATADIR%%/map/aquarium/config.xml
-%%DATADIR%%/map/aquarium/preview.jpg
-%%DATADIR%%/map/aquarium/sky.jpg
-%%DATADIR%%/map/arbre/arbre.png
-%%DATADIR%%/map/arbre/config.xml
-%%DATADIR%%/map/arbre/fond.jpg
-%%DATADIR%%/map/arbre/gland-anim.png
-%%DATADIR%%/map/arbre/preview.jpg
-%%DATADIR%%/map/arcaderoom/background.jpg
-%%DATADIR%%/map/arcaderoom/config.xml
-%%DATADIR%%/map/arcaderoom/map.png
-%%DATADIR%%/map/arcaderoom/preview.jpg
-%%DATADIR%%/map/arcaderoom/wind_particle.png
-%%DATADIR%%/map/bankiz/bankiz.png
-%%DATADIR%%/map/bankiz/config.xml
-%%DATADIR%%/map/bankiz/flocon.png
-%%DATADIR%%/map/bankiz/preview.jpg
-%%DATADIR%%/map/bankiz/sky.jpg
-%%DATADIR%%/map/banquise/background.jpg
-%%DATADIR%%/map/banquise/banquise.png
-%%DATADIR%%/map/banquise/config.xml
-%%DATADIR%%/map/banquise/flocon.png
-%%DATADIR%%/map/banquise/preview.jpg
-%%DATADIR%%/map/battlenight/battlenight-all.jpg
-%%DATADIR%%/map/battlenight/battlenight-bg.jpg
-%%DATADIR%%/map/battlenight/battlenight-fg.png
-%%DATADIR%%/map/battlenight/config.xml
-%%DATADIR%%/map/catacombes/background1.png
-%%DATADIR%%/map/catacombes/config.xml
-%%DATADIR%%/map/catacombes/preview.jpg
-%%DATADIR%%/map/catacombes/sky1.jpg
-%%DATADIR%%/map/champignon/background.png
-%%DATADIR%%/map/champignon/config.xml
-%%DATADIR%%/map/champignon/preview.jpg
-%%DATADIR%%/map/champignon/sky.jpg
-%%DATADIR%%/map/cheese/config.xml
-%%DATADIR%%/map/cheese/emmental.png
-%%DATADIR%%/map/cheese/minicheese.png
-%%DATADIR%%/map/cheese/preview.jpg
-%%DATADIR%%/map/cheese/sky.jpg
-%%DATADIR%%/map/chess/config.xml
-%%DATADIR%%/map/chess/map.png
-%%DATADIR%%/map/chess/preview.jpg
-%%DATADIR%%/map/chess/sky.jpg
-%%DATADIR%%/map/chess/sky0.png
-%%DATADIR%%/map/chess/sky1.png
-%%DATADIR%%/map/construction/config.xml
-%%DATADIR%%/map/construction/map.png
-%%DATADIR%%/map/construction/preview.jpg
-%%DATADIR%%/map/construction/raindrop.png
-%%DATADIR%%/map/construction/sky.jpg
-%%DATADIR%%/map/construction/sky0.png
-%%DATADIR%%/map/construction/sky1.png
-%%DATADIR%%/map/construction/sky2.png
-%%DATADIR%%/map/country/config.xml
-%%DATADIR%%/map/country/map.png
-%%DATADIR%%/map/country/preview.jpg
-%%DATADIR%%/map/country/sky.jpg
-%%DATADIR%%/map/crystal/config.xml
-%%DATADIR%%/map/crystal/crystal.png
-%%DATADIR%%/map/crystal/preview.jpg
-%%DATADIR%%/map/crystal/sky.jpg
-%%DATADIR%%/map/desert/config.xml
-%%DATADIR%%/map/desert/desert.png
-%%DATADIR%%/map/desert/desert_bg.jpg
-%%DATADIR%%/map/desert/desert_preview.jpg
-%%DATADIR%%/map/easterisland/config.xml
-%%DATADIR%%/map/easterisland/map.png
-%%DATADIR%%/map/easterisland/preview.jpg
-%%DATADIR%%/map/easterisland/sky.jpg
-%%DATADIR%%/map/easterisland/wp.png
-%%DATADIR%%/map/electronik/background.png
-%%DATADIR%%/map/electronik/config.xml
-%%DATADIR%%/map/electronik/preview.jpg
-%%DATADIR%%/map/electronik/sky.jpg
-%%DATADIR%%/map/farm/config.xml
-%%DATADIR%%/map/farm/map.png
-%%DATADIR%%/map/farm/one_layer_sky.jpg
-%%DATADIR%%/map/farm/particule.png
-%%DATADIR%%/map/farm/preview.jpg
-%%DATADIR%%/map/farm/sky_layer-0.jpg
-%%DATADIR%%/map/farm/sky_layer-1.png
-%%DATADIR%%/map/farm/sky_layer-2.png
-%%DATADIR%%/map/farm/sky_layer-3.png
-%%DATADIR%%/map/frog/config.xml
-%%DATADIR%%/map/frog/map.png
-%%DATADIR%%/map/frog/preview.jpg
-%%DATADIR%%/map/frog/sky.jpg
-%%DATADIR%%/map/funkyisland/clouds.png
-%%DATADIR%%/map/funkyisland/config.xml
-%%DATADIR%%/map/funkyisland/island.png
-%%DATADIR%%/map/funkyisland/island_bg.jpg
-%%DATADIR%%/map/funkyisland/preview.jpg
-%%DATADIR%%/map/goodandevil/config.xml
-%%DATADIR%%/map/goodandevil/goodandevil.png
-%%DATADIR%%/map/goodandevil/preview.jpg
-%%DATADIR%%/map/goodandevil/sky.jpg
-%%DATADIR%%/map/greehills/config.xml
-%%DATADIR%%/map/greehills/greenhills.png
-%%DATADIR%%/map/greehills/greenhills_sky.jpg
-%%DATADIR%%/map/greehills/preview.jpg
-%%DATADIR%%/map/greehills/star.png
-%%DATADIR%%/map/halloween/config.xml
-%%DATADIR%%/map/halloween/map.png
-%%DATADIR%%/map/halloween/preview.jpg
-%%DATADIR%%/map/halloween/sky.jpg
-%%DATADIR%%/map/halloween/wp.png
-%%DATADIR%%/map/hell/bones.png
-%%DATADIR%%/map/hell/config.xml
-%%DATADIR%%/map/hell/hell.png
-%%DATADIR%%/map/hell/hellsky.jpg
-%%DATADIR%%/map/hell/preview.jpg
-%%DATADIR%%/map/hive/bg.jpg
-%%DATADIR%%/map/hive/config.xml
-%%DATADIR%%/map/hive/fg.png
-%%DATADIR%%/map/hive/part_effect_strip.png
-%%DATADIR%%/map/hive/preview.jpg
-%%DATADIR%%/map/icebergs/config.xml
-%%DATADIR%%/map/icebergs/map.png
-%%DATADIR%%/map/icebergs/preview.jpg
-%%DATADIR%%/map/icebergs/sky.jpg
-%%DATADIR%%/map/icebergs/wp.png
-%%DATADIR%%/map/island/config.xml
-%%DATADIR%%/map/island/island.png
-%%DATADIR%%/map/island/preview.jpg
-%%DATADIR%%/map/island/sky.jpg
-%%DATADIR%%/map/leafs/back.jpg
-%%DATADIR%%/map/leafs/birds.png
-%%DATADIR%%/map/leafs/config.xml
-%%DATADIR%%/map/leafs/front.png
-%%DATADIR%%/map/leafs/preview.jpg
-%%DATADIR%%/map/lonely_island/config.xml
-%%DATADIR%%/map/lonely_island/map.png
-%%DATADIR%%/map/lonely_island/preview.jpg
-%%DATADIR%%/map/lonely_island/sky.jpg
-%%DATADIR%%/map/lonely_island/wind_particules.png
-%%DATADIR%%/map/map.dtd
-%%DATADIR%%/map/monkeybubble/config.xml
-%%DATADIR%%/map/monkeybubble/feuille.png
-%%DATADIR%%/map/monkeybubble/map.png
-%%DATADIR%%/map/monkeybubble/one_layer_sky.jpg
-%%DATADIR%%/map/monkeybubble/preview.jpg
-%%DATADIR%%/map/monkeybubble/sky_layer-0.jpg
-%%DATADIR%%/map/monkeybubble/sky_layer-1.png
-%%DATADIR%%/map/monkeybubble/sky_layer-2.png
-%%DATADIR%%/map/monkeybubble/sky_layer-3.png
-%%DATADIR%%/map/montagnes/config.xml
-%%DATADIR%%/map/montagnes/flocon.png
-%%DATADIR%%/map/montagnes/map.png
-%%DATADIR%%/map/montagnes/preview.jpg
-%%DATADIR%%/map/montagnes/sky.jpg
-%%DATADIR%%/map/moon-4m/config.xml
-%%DATADIR%%/map/moon-4m/map.png
-%%DATADIR%%/map/moon-4m/preview.jpg
-%%DATADIR%%/map/moon-4m/sky.jpg
-%%DATADIR%%/map/oktopus/bulle.png
-%%DATADIR%%/map/oktopus/config.xml
-%%DATADIR%%/map/oktopus/map.png
-%%DATADIR%%/map/oktopus/preview.jpg
-%%DATADIR%%/map/oktopus/sky.jpg
-%%DATADIR%%/map/paint/config.xml
-%%DATADIR%%/map/paint/map.png
-%%DATADIR%%/map/paint/preview.jpg
-%%DATADIR%%/map/paint/sky.png
-%%DATADIR%%/map/paradis/config.xml
-%%DATADIR%%/map/paradis/decor_paradis.png
-%%DATADIR%%/map/paradis/decor_paradis_bg.jpg
-%%DATADIR%%/map/paradis/paradis_preview.jpg
-%%DATADIR%%/map/pillars/bg.jpg
-%%DATADIR%%/map/pillars/config.xml
-%%DATADIR%%/map/pillars/fg.png
-%%DATADIR%%/map/pillars/preview.jpg
-%%DATADIR%%/map/pirates/config.xml
-%%DATADIR%%/map/pirates/islands.jpg
-%%DATADIR%%/map/pirates/pirates.png
-%%DATADIR%%/map/pirates/preview.jpg
-%%DATADIR%%/map/prehistorik/config.xml
-%%DATADIR%%/map/prehistorik/fond.jpg
-%%DATADIR%%/map/prehistorik/prehistorik.png
-%%DATADIR%%/map/prehistorik/preview.jpg
-%%DATADIR%%/map/pumpkins/config.xml
-%%DATADIR%%/map/pumpkins/feuille.png
-%%DATADIR%%/map/pumpkins/map.png
-%%DATADIR%%/map/pumpkins/preview.jpg
-%%DATADIR%%/map/pumpkins/sky.jpg
-%%DATADIR%%/map/qingqong/config.xml
-%%DATADIR%%/map/qingqong/preview.jpg
-%%DATADIR%%/map/qingqong/qingqong.png
-%%DATADIR%%/map/qingqong/sky.jpg
-%%DATADIR%%/map/random_map.jpg
-%%DATADIR%%/map/randomamoebas/config.xml
-%%DATADIR%%/map/randomamoebas/preview.jpg
-%%DATADIR%%/map/randomamoebas/sky.jpg
-%%DATADIR%%/map/randomamoebas/texture.png
-%%DATADIR%%/map/randomisland/config.xml
-%%DATADIR%%/map/randomisland/palm-tree.png
-%%DATADIR%%/map/randomisland/preview.jpg
-%%DATADIR%%/map/randomisland/sky.jpg
-%%DATADIR%%/map/randomisland/texture.png
-%%DATADIR%%/map/randomisland/tresor1.png
-%%DATADIR%%/map/randomisland/tresor2.png
-%%DATADIR%%/map/snow/config.xml
-%%DATADIR%%/map/snow/map.png
-%%DATADIR%%/map/snow/one_layer_sky.jpg
-%%DATADIR%%/map/snow/particule.png
-%%DATADIR%%/map/snow/preview.jpg
-%%DATADIR%%/map/space2/config.xml
-%%DATADIR%%/map/space2/map.png
-%%DATADIR%%/map/space2/preview.jpg
-%%DATADIR%%/map/space2/sky.jpg
-%%DATADIR%%/map/tic-tac-toe/bg.jpg
-%%DATADIR%%/map/tic-tac-toe/config.xml
-%%DATADIR%%/map/tic-tac-toe/fg.png
-%%DATADIR%%/map/tic-tac-toe/part_effect_strip.png
-%%DATADIR%%/map/tic-tac-toe/preview.jpg
-%%DATADIR%%/map/towers/config.xml
-%%DATADIR%%/map/towers/map.png
-%%DATADIR%%/map/towers/preview.jpg
-%%DATADIR%%/map/towers/sky.jpg
-%%DATADIR%%/map/vulcano/background.png
-%%DATADIR%%/map/vulcano/config.xml
-%%DATADIR%%/map/vulcano/preview.jpg
-%%DATADIR%%/map/vulcano/sky2.jpg
-%%DATADIR%%/map/wildwestdv/config.xml
-%%DATADIR%%/map/wildwestdv/map.png
-%%DATADIR%%/map/wildwestdv/preview.jpg
-%%DATADIR%%/map/wildwestdv/sky.jpg
-%%DATADIR%%/menu/add_custom_team.png
-%%DATADIR%%/menu/annulus_background.png
-%%DATADIR%%/menu/annulus_foreground.png
-%%DATADIR%%/menu/background.jpg
-%%DATADIR%%/menu/background_loading.jpg
-%%DATADIR%%/menu/background_main.jpg
-%%DATADIR%%/menu/background_network.jpg
-%%DATADIR%%/menu/big_left.png
-%%DATADIR%%/menu/big_right.png
-%%DATADIR%%/menu/bip.png
-%%DATADIR%%/menu/button.png
-%%DATADIR%%/menu/cancel.png
-%%DATADIR%%/menu/check.png
-%%DATADIR%%/menu/death_energy.png
-%%DATADIR%%/menu/del_custom_team.png
-%%DATADIR%%/menu/disabled_back.png
-%%DATADIR%%/menu/disabled_front.png
-%%DATADIR%%/menu/display_energy.png
-%%DATADIR%%/menu/display_name.png
-%%DATADIR%%/menu/display_wind_particles.png
-%%DATADIR%%/menu/down.png
-%%DATADIR%%/menu/enabled.png
-%%DATADIR%%/menu/fps.png
-%%DATADIR%%/menu/fullscreen.png
-%%DATADIR%%/menu/game_mode.png
-%%DATADIR%%/menu/gravity.png
-%%DATADIR%%/menu/help_shortkeys.png
-%%DATADIR%%/menu/i_backtobattle.png
-%%DATADIR%%/menu/i_credits.png
-%%DATADIR%%/menu/i_help.png
-%%DATADIR%%/menu/i_network.png
-%%DATADIR%%/menu/i_options.png
-%%DATADIR%%/menu/i_play.png
-%%DATADIR%%/menu/i_quit.png
-%%DATADIR%%/menu/i_update.png
-%%DATADIR%%/menu/ico_maps.png
-%%DATADIR%%/menu/ico_network.png
-%%DATADIR%%/menu/ico_skins.png
-%%DATADIR%%/menu/ico_sounds.png
-%%DATADIR%%/menu/ico_weapons.png
-%%DATADIR%%/menu/init_energy.png
-%%DATADIR%%/menu/left-right_mouse.png
-%%DATADIR%%/menu/left.png
-%%DATADIR%%/menu/max_energy.png
-%%DATADIR%%/menu/minus.png
-%%DATADIR%%/menu/multisky.png
-%%DATADIR%%/menu/music_enable.png
-%%DATADIR%%/menu/padlock.png
-%%DATADIR%%/menu/player_local_ai.png
-%%DATADIR%%/menu/player_local_human.png
-%%DATADIR%%/menu/player_remote_ai.png
-%%DATADIR%%/menu/player_remote_human.png
-%%DATADIR%%/menu/plus.png
-%%DATADIR%%/menu/podium.png
-%%DATADIR%%/menu/quit.png
-%%DATADIR%%/menu/refresh.png
-%%DATADIR%%/menu/resolution.png
-%%DATADIR%%/menu/right.png
-%%DATADIR%%/menu/scroll_on_border.png
-%%DATADIR%%/menu/send_txt.png
-%%DATADIR%%/menu/sound_effects_enable.png
-%%DATADIR%%/menu/sound_frequency.png
-%%DATADIR%%/menu/team_number.png
-%%DATADIR%%/menu/timing_death.png
-%%DATADIR%%/menu/timing_end_turn.png
-%%DATADIR%%/menu/timing_switch.png
-%%DATADIR%%/menu/timing_turn.png
-%%DATADIR%%/menu/up.png
-%%DATADIR%%/menu/validate.png
-%%DATADIR%%/menu/warning.png
-%%DATADIR%%/music/ingame/Mike_Errecart.-.Monkey-bubble.ogg
-%%DATADIR%%/music/ingame/Olivier_Militon.-.Apnee.ogg
-%%DATADIR%%/music/ingame/Olivier_Militon.-.Apnee2.ogg
-%%DATADIR%%/music/ingame/Olivier_Militon.-.Etrange_epouvantable.ogg
-%%DATADIR%%/music/ingame/Olivier_Militon.-.Like_a_rock.ogg
-%%DATADIR%%/music/ingame/Olivier_Militon.-.Vers_solitaire.ogg
-%%DATADIR%%/music/ingame/Olivier_Militon.-.Vogue_a_lame.ogg
-%%DATADIR%%/music/ingame/circux.m3u
-%%DATADIR%%/music/ingame/circux.ogg
-%%DATADIR%%/music/ingame/construction.m3u
-%%DATADIR%%/music/ingame/construction.ogg
-%%DATADIR%%/music/ingame/diabolicux.m3u
-%%DATADIR%%/music/ingame/diabolicux.ogg
-%%DATADIR%%/music/ingame/exoticux.m3u
-%%DATADIR%%/music/ingame/exoticux.ogg
-%%DATADIR%%/music/ingame/fear.m3u
-%%DATADIR%%/music/ingame/funfair.m3u
-%%DATADIR%%/music/ingame/ingame.m3u
-%%DATADIR%%/music/ingame/monkey.m3u
-%%DATADIR%%/music/ingame/sea.m3u
-%%DATADIR%%/music/ingame/woodlux.m3u
-%%DATADIR%%/music/ingame/woodlux.ogg
-%%DATADIR%%/music/menu/Divertissement_pour_flute.ogg
-%%DATADIR%%/music/menu/menu.m3u
-%%DATADIR%%/music/profile.xml
-%%DATADIR%%/object/barrel.png
-%%DATADIR%%/object/blue_star.png
-%%DATADIR%%/object/bonus_box.png
-%%DATADIR%%/object/dark_smoke.png
-%%DATADIR%%/object/fire.png
-%%DATADIR%%/object/ill_bubble.png
-%%DATADIR%%/object/kaboom.png
-%%DATADIR%%/object/kaboomk.png
-%%DATADIR%%/object/medkit.png
-%%DATADIR%%/object/pink_star.png
-%%DATADIR%%/object/smoke.png
-%%DATADIR%%/object/smoke2.png
-%%DATADIR%%/object/smoke3.png
-%%DATADIR%%/object/smokea.png
-%%DATADIR%%/object/star.png
-%%DATADIR%%/object/yellow_star.png
-%%DATADIR%%/sound/default/misc/box_falling.ogg
-%%DATADIR%%/sound/default/misc/box_hitting_ground.ogg
-%%DATADIR%%/sound/default/misc/box_picking_up.ogg
-%%DATADIR%%/sound/default/misc/cancel.ogg
-%%DATADIR%%/sound/default/misc/change_weapon.ogg
-%%DATADIR%%/sound/default/misc/character_change.ogg
-%%DATADIR%%/sound/default/misc/clic.ogg
-%%DATADIR%%/sound/default/misc/countdown-endturn.ogg
-%%DATADIR%%/sound/default/misc/end_turn.ogg
-%%DATADIR%%/sound/default/misc/error.ogg
-%%DATADIR%%/sound/default/misc/frog_music.ogg
-%%DATADIR%%/sound/default/misc/newcomer.ogg
-%%DATADIR%%/sound/default/misc/ok.ogg
-%%DATADIR%%/sound/default/misc/sherif.ogg
-%%DATADIR%%/sound/default/misc/sink.ogg
-%%DATADIR%%/sound/default/misc/skip_turn.ogg
-%%DATADIR%%/sound/default/misc/start_turn.ogg
-%%DATADIR%%/sound/default/misc/step.ogg
-%%DATADIR%%/sound/default/misc/victory.ogg
-%%DATADIR%%/sound/default/misc/weapon_hide.ogg
-%%DATADIR%%/sound/default/misc/weapon_show.ogg
-%%DATADIR%%/sound/default/profile.xml
-%%DATADIR%%/sound/default/voices/backjump.ogg
-%%DATADIR%%/sound/default/voices/death1.ogg
-%%DATADIR%%/sound/default/voices/death2.ogg
-%%DATADIR%%/sound/default/voices/fire1.ogg
-%%DATADIR%%/sound/default/voices/fire2.ogg
-%%DATADIR%%/sound/default/voices/fire3.ogg
-%%DATADIR%%/sound/default/voices/fire4.ogg
-%%DATADIR%%/sound/default/voices/friendly_fire1.ogg
-%%DATADIR%%/sound/default/voices/friendly_fire2.ogg
-%%DATADIR%%/sound/default/voices/happy1.ogg
-%%DATADIR%%/sound/default/voices/injured_high1.ogg
-%%DATADIR%%/sound/default/voices/injured_high2.ogg
-%%DATADIR%%/sound/default/voices/injured_high3.ogg
-%%DATADIR%%/sound/default/voices/injured_light1.ogg
-%%DATADIR%%/sound/default/voices/injured_light2.ogg
-%%DATADIR%%/sound/default/voices/injured_light3.ogg
-%%DATADIR%%/sound/default/voices/injured_medium1.ogg
-%%DATADIR%%/sound/default/voices/injured_medium2.ogg
-%%DATADIR%%/sound/default/voices/injured_medium3.ogg
-%%DATADIR%%/sound/default/voices/injured_medium4.ogg
-%%DATADIR%%/sound/default/voices/injured_medium5.ogg
-%%DATADIR%%/sound/default/voices/jump.ogg
-%%DATADIR%%/sound/default/voices/out.ogg
-%%DATADIR%%/sound/default/voices/suicide.ogg
-%%DATADIR%%/sound/default/voices/superjump-notused.ogg
-%%DATADIR%%/sound/default/weapons/aircraft_bomb_falling.ogg
-%%DATADIR%%/sound/default/weapons/aircraft_flying.ogg
-%%DATADIR%%/sound/default/weapons/airhammer_selected.ogg
-%%DATADIR%%/sound/default/weapons/airhammer_used.ogg
-%%DATADIR%%/sound/default/weapons/anvil_collision.ogg
-%%DATADIR%%/sound/default/weapons/anvil_fall.ogg
-%%DATADIR%%/sound/default/weapons/auto_rocket_flying.ogg
-%%DATADIR%%/sound/default/weapons/baseball.ogg
-%%DATADIR%%/sound/default/weapons/blowtorch.ogg
-%%DATADIR%%/sound/default/weapons/cluzooka_hit.ogg
-%%DATADIR%%/sound/default/weapons/cluzooka_shot.ogg
-%%DATADIR%%/sound/default/weapons/construct.ogg
-%%DATADIR%%/sound/default/weapons/disco_grenade_music.ogg
-%%DATADIR%%/sound/default/weapons/dynamite_exp.ogg
-%%DATADIR%%/sound/default/weapons/dynamite_fuze.ogg
-%%DATADIR%%/sound/default/weapons/embers.ogg
-%%DATADIR%%/sound/default/weapons/embers2.ogg
-%%DATADIR%%/sound/default/weapons/explosion.ogg
-%%DATADIR%%/sound/default/weapons/explosion2.ogg
-%%DATADIR%%/sound/default/weapons/explosion3.ogg
-%%DATADIR%%/sound/default/weapons/explosion4.ogg
-%%DATADIR%%/sound/default/weapons/flame.ogg
-%%DATADIR%%/sound/default/weapons/footbomb_bounce.ogg
-%%DATADIR%%/sound/default/weapons/gnu_bounce.ogg
-%%DATADIR%%/sound/default/weapons/grapple_attaching.ogg
-%%DATADIR%%/sound/default/weapons/grapple_cable.ogg
-%%DATADIR%%/sound/default/weapons/grapple_detaching.ogg
-%%DATADIR%%/sound/default/weapons/grenade_bounce.ogg
-%%DATADIR%%/sound/default/weapons/gun.ogg
-%%DATADIR%%/sound/default/weapons/homerun.ogg
-%%DATADIR%%/sound/default/weapons/jetpack.ogg
-%%DATADIR%%/sound/default/weapons/load.ogg
-%%DATADIR%%/sound/default/weapons/lowgravity.ogg
-%%DATADIR%%/sound/default/weapons/m16.ogg
-%%DATADIR%%/sound/default/weapons/m16_cartridge.ogg
-%%DATADIR%%/sound/default/weapons/mine_beep.ogg
-%%DATADIR%%/sound/default/weapons/polecat.ogg
-%%DATADIR%%/sound/default/weapons/ricoche1.ogg
-%%DATADIR%%/sound/default/weapons/ricoche2.ogg
-%%DATADIR%%/sound/default/weapons/ricoche3.ogg
-%%DATADIR%%/sound/default/weapons/riot_bomb_exp.ogg
-%%DATADIR%%/sound/default/weapons/riot_flying.ogg
-%%DATADIR%%/sound/default/weapons/rocket_flying.ogg
-%%DATADIR%%/sound/default/weapons/shotgun.ogg
-%%DATADIR%%/sound/default/weapons/slap.ogg
-%%DATADIR%%/sound/default/weapons/suicide.ogg
-%%DATADIR%%/sound/default/weapons/supertux_flying.ogg
-%%DATADIR%%/sound/default/weapons/supertux_swimming.ogg
-%%DATADIR%%/sound/default/weapons/syringe.ogg
-%%DATADIR%%/sound/default/weapons/teleport_land.ogg
-%%DATADIR%%/sound/default/weapons/teleport_start.ogg
-%%DATADIR%%/sound/profile.dtd
-%%DATADIR%%/team/beastie/dead.png
-%%DATADIR%%/team/beastie/flag.png
-%%DATADIR%%/team/beastie/flag64.png
-%%DATADIR%%/team/beastie/team.xml
-%%DATADIR%%/team/bugzilla/dead.png
-%%DATADIR%%/team/bugzilla/flag.png
-%%DATADIR%%/team/bugzilla/flag64.png
-%%DATADIR%%/team/bugzilla/team.xml
-%%DATADIR%%/team/firefox/dead.png
-%%DATADIR%%/team/firefox/flag.png
-%%DATADIR%%/team/firefox/flag64.png
-%%DATADIR%%/team/firefox/team.xml
-%%DATADIR%%/team/gnu/dead.png
-%%DATADIR%%/team/gnu/flag.png
-%%DATADIR%%/team/gnu/flag64.png
-%%DATADIR%%/team/gnu/team.xml
-%%DATADIR%%/team/hexley/dead.png
-%%DATADIR%%/team/hexley/flag.png
-%%DATADIR%%/team/hexley/flag64.png
-%%DATADIR%%/team/hexley/team.xml
-%%DATADIR%%/team/konqi/dead.png
-%%DATADIR%%/team/konqi/flag.png
-%%DATADIR%%/team/konqi/flag64.png
-%%DATADIR%%/team/konqi/team.xml
-%%DATADIR%%/team/nupik/dead.png
-%%DATADIR%%/team/nupik/flag.png
-%%DATADIR%%/team/nupik/flag64.png
-%%DATADIR%%/team/nupik/team.xml
-%%DATADIR%%/team/ooo/dead.png
-%%DATADIR%%/team/ooo/flag.png
-%%DATADIR%%/team/ooo/flag64.png
-%%DATADIR%%/team/ooo/team.xml
-%%DATADIR%%/team/php/dead.png
-%%DATADIR%%/team/php/flag.png
-%%DATADIR%%/team/php/flag64.png
-%%DATADIR%%/team/php/team.xml
-%%DATADIR%%/team/pidgin/dead.png
-%%DATADIR%%/team/pidgin/flag.png
-%%DATADIR%%/team/pidgin/flag64.png
-%%DATADIR%%/team/pidgin/team.xml
-%%DATADIR%%/team/postfix/dead.png
-%%DATADIR%%/team/postfix/flag.png
-%%DATADIR%%/team/postfix/flag64.png
-%%DATADIR%%/team/postfix/team.xml
-%%DATADIR%%/team/snort/dead.png
-%%DATADIR%%/team/snort/flag.png
-%%DATADIR%%/team/snort/flag64.png
-%%DATADIR%%/team/snort/team.xml
-%%DATADIR%%/team/spip/dead.png
-%%DATADIR%%/team/spip/flag.png
-%%DATADIR%%/team/spip/flag64.png
-%%DATADIR%%/team/spip/team.xml
-%%DATADIR%%/team/suse/dead.png
-%%DATADIR%%/team/suse/flag.png
-%%DATADIR%%/team/suse/flag64.png
-%%DATADIR%%/team/suse/team.xml
-%%DATADIR%%/team/team.dtd
-%%DATADIR%%/team/thunderbird/dead.png
-%%DATADIR%%/team/thunderbird/flag.png
-%%DATADIR%%/team/thunderbird/flag64.png
-%%DATADIR%%/team/thunderbird/team.xml
-%%DATADIR%%/team/tux/dead.png
-%%DATADIR%%/team/tux/flag.png
-%%DATADIR%%/team/tux/flag64.png
-%%DATADIR%%/team/tux/team.xml
-%%DATADIR%%/team/wilber/dead.png
-%%DATADIR%%/team/wilber/flag.png
-%%DATADIR%%/team/wilber/flag64.png
-%%DATADIR%%/team/wilber/team.xml
-%%DATADIR%%/team/workrave/dead.png
-%%DATADIR%%/team/workrave/flag.png
-%%DATADIR%%/team/workrave/flag64.png
-%%DATADIR%%/team/workrave/team.xml
-%%DATADIR%%/uninstall.xpm
-%%DATADIR%%/water/chocolate/chocolate.png
-%%DATADIR%%/water/chocolate/chocolate_bottom.png
-%%DATADIR%%/water/chocolate/chocolate_drop.png
-%%DATADIR%%/water/dirtywater/dirtywater.png
-%%DATADIR%%/water/dirtywater/dirtywater_bottom.png
-%%DATADIR%%/water/dirtywater/dirtywater_drop.png
-%%DATADIR%%/water/lava/lava.png
-%%DATADIR%%/water/lava/lava_bottom.png
-%%DATADIR%%/water/lava/lava_drop.png
-%%DATADIR%%/water/radioactive/radioactive.png
-%%DATADIR%%/water/radioactive/radioactive_bottom.png
-%%DATADIR%%/water/radioactive/radioactive_drop.png
-%%DATADIR%%/water/water/water.png
-%%DATADIR%%/water/water/water_bottom.png
-%%DATADIR%%/water/water/water_drop.png
-%%DATADIR%%/water/wine/wine.png
-%%DATADIR%%/water/wine/wine_bottom.png
-%%DATADIR%%/water/wine/wine_drop.png
-%%DATADIR%%/weapon/air_attack/air_attack.png
-%%DATADIR%%/weapon/air_attack/air_attack_ico.png
-%%DATADIR%%/weapon/air_attack/air_attack_plane.png
-%%DATADIR%%/weapon/air_attack/obus.png
-%%DATADIR%%/weapon/airhammer/airhammer.png
-%%DATADIR%%/weapon/airhammer/airhammer_ico.png
-%%DATADIR%%/weapon/airhammer/airhammer_impact.png
-%%DATADIR%%/weapon/anvil/anvil.png
-%%DATADIR%%/weapon/anvil/anvil_ico.png
-%%DATADIR%%/weapon/anvil/anvil_launcher.png
-%%DATADIR%%/weapon/baseball/baseball.png
-%%DATADIR%%/weapon/baseball/baseball_hit.png
-%%DATADIR%%/weapon/baseball/baseball_ico.png
-%%DATADIR%%/weapon/bazooka/baz_cible.png
-%%DATADIR%%/weapon/bazooka/bazooka_auto_ico.png
-%%DATADIR%%/weapon/bazooka/bazooka_ico.png
-%%DATADIR%%/weapon/bazooka/brown_bazooka.png
-%%DATADIR%%/weapon/bazooka/green_bazooka.png
-%%DATADIR%%/weapon/bazooka/missile.png
-%%DATADIR%%/weapon/bazooka/yellow_bazooka.png
-%%DATADIR%%/weapon/blowtorch/blowtorch.png
-%%DATADIR%%/weapon/blowtorch/blowtorch_ico.png
-%%DATADIR%%/weapon/blowtorch/fire.png
-%%DATADIR%%/weapon/bounce_ball/bounce_ball.png
-%%DATADIR%%/weapon/bounce_ball/bounce_ball_ico.png
-%%DATADIR%%/weapon/cluster_bomb/cluster.png
-%%DATADIR%%/weapon/cluster_bomb/clusterbomb.png
-%%DATADIR%%/weapon/cluster_bomb/clusterbomb_ico.png
-%%DATADIR%%/weapon/cluzooka/cluster.png
-%%DATADIR%%/weapon/cluzooka/cluz_ico.png
-%%DATADIR%%/weapon/cluzooka/dark_bazooka.png
-%%DATADIR%%/weapon/cluzooka/missile.png
-%%DATADIR%%/weapon/construct/construct_icon.png
-%%DATADIR%%/weapon/construct/construct_icon_mini.png
-%%DATADIR%%/weapon/construct/construct_spr.png
-%%DATADIR%%/weapon/disco_grenade/disco_grenade.png
-%%DATADIR%%/weapon/disco_grenade/disco_grenade_ico.png
-%%DATADIR%%/weapon/dynamite/dynamite.png
-%%DATADIR%%/weapon/dynamite/dynamite_ani.png
-%%DATADIR%%/weapon/dynamite/dynamite_ico.png
-%%DATADIR%%/weapon/flamethrower/flame.png
-%%DATADIR%%/weapon/flamethrower/flame_bullet.png
-%%DATADIR%%/weapon/flamethrower/flame_ico.png
-%%DATADIR%%/weapon/footbomb/bilson.png
-%%DATADIR%%/weapon/footbomb/footbomb_ico.png
-%%DATADIR%%/weapon/gnu/gnu.png
-%%DATADIR%%/weapon/gnu/gnu_ico.png
-%%DATADIR%%/weapon/gnu/gnulauncher.png
-%%DATADIR%%/weapon/grapple/grapple.png
-%%DATADIR%%/weapon/grapple/grapple_hook.png
-%%DATADIR%%/weapon/grapple/grapple_ico.png
-%%DATADIR%%/weapon/grapple/grapple_node.png
-%%DATADIR%%/weapon/grenade/grenade.png
-%%DATADIR%%/weapon/grenade/grenade_ico.png
-%%DATADIR%%/weapon/gun/gun.png
-%%DATADIR%%/weapon/gun/gun_bullet.png
-%%DATADIR%%/weapon/gun/gun_fire.png
-%%DATADIR%%/weapon/gun/gun_ico.png
-%%DATADIR%%/weapon/jet_pack/jet_pack_ico.png
-%%DATADIR%%/weapon/lowgrav/lowgrav_ico.png
-%%DATADIR%%/weapon/m16/m16.png
-%%DATADIR%%/weapon/m16/m16_ico.png
-%%DATADIR%%/weapon/mine/mine.png
-%%DATADIR%%/weapon/mine/mine_anim.png
-%%DATADIR%%/weapon/mine/mine_ico.png
-%%DATADIR%%/weapon/mine/mine_impact.png
-%%DATADIR%%/weapon/parachute/parachute.png
-%%DATADIR%%/weapon/parachute/parachute_ico.png
-%%DATADIR%%/weapon/polecat/polecat.png
-%%DATADIR%%/weapon/polecat/polecat_fart.png
-%%DATADIR%%/weapon/polecat/polecat_ico.png
-%%DATADIR%%/weapon/polecat/polecatlauncher.png
-%%DATADIR%%/weapon/riot_bomb/missile.png
-%%DATADIR%%/weapon/riot_bomb/riot_ico.png
-%%DATADIR%%/weapon/shotgun/buckshot.png
-%%DATADIR%%/weapon/shotgun/shotgun.png
-%%DATADIR%%/weapon/shotgun/shotgun_ico.png
-%%DATADIR%%/weapon/skip_turn/skipturn.png
-%%DATADIR%%/weapon/skip_turn/skipturn_ico.png
-%%DATADIR%%/weapon/slap/slap.png
-%%DATADIR%%/weapon/slap/slap_ico.png
-%%DATADIR%%/weapon/snipe_rifle/gun_fire.png
-%%DATADIR%%/weapon/snipe_rifle/snipe_rifle.png
-%%DATADIR%%/weapon/snipe_rifle/snipe_rifle_ico.png
-%%DATADIR%%/weapon/snipe_rifle/snipe_rifle_laser.png
-%%DATADIR%%/weapon/suicide/suicide.png
-%%DATADIR%%/weapon/suicide/suicide_ico.png
-%%DATADIR%%/weapon/supertux/superman.png
-%%DATADIR%%/weapon/supertux/supertux.png
-%%DATADIR%%/weapon/supertux/supertux_ico.png
-%%DATADIR%%/weapon/syringe/syringe.png
-%%DATADIR%%/weapon/syringe/syringe_ico.png
-%%DATADIR%%/weapon/teleportation/teleportation.png
-%%DATADIR%%/weapon/teleportation/teleportation_ico.png
-%%DATADIR%%/weapons.dtd
-%%DATADIR%%/weapons.xml
-%%DATADIR%%/wormux.svg
-%%DATADIR%%/wormux_128x128.icns
-%%DATADIR%%/wormux_128x128.png
-%%DATADIR%%/wormux_128x128.xpm
-%%DATADIR%%/wormux_256x256.png
-%%DATADIR%%/wormux_32x32.png
-%%DATADIR%%/wormux_32x32.xpm
-%%DATADIR%%/wormux_default_config.xml
-@dirrm %%DATADIR%%/weapon/teleportation
-@dirrm %%DATADIR%%/weapon/syringe
-@dirrm %%DATADIR%%/weapon/supertux
-@dirrm %%DATADIR%%/weapon/suicide
-@dirrm %%DATADIR%%/weapon/snipe_rifle
-@dirrm %%DATADIR%%/weapon/slap
-@dirrm %%DATADIR%%/weapon/skip_turn
-@dirrm %%DATADIR%%/weapon/shotgun
-@dirrm %%DATADIR%%/weapon/riot_bomb
-@dirrm %%DATADIR%%/weapon/polecat
-@dirrm %%DATADIR%%/weapon/parachute
-@dirrm %%DATADIR%%/weapon/mine
-@dirrm %%DATADIR%%/weapon/m16
-@dirrm %%DATADIR%%/weapon/lowgrav
-@dirrm %%DATADIR%%/weapon/jet_pack
-@dirrm %%DATADIR%%/weapon/gun
-@dirrm %%DATADIR%%/weapon/grenade
-@dirrm %%DATADIR%%/weapon/grapple
-@dirrm %%DATADIR%%/weapon/gnu
-@dirrm %%DATADIR%%/weapon/footbomb
-@dirrm %%DATADIR%%/weapon/flamethrower
-@dirrm %%DATADIR%%/weapon/dynamite
-@dirrm %%DATADIR%%/weapon/disco_grenade
-@dirrm %%DATADIR%%/weapon/construct
-@dirrm %%DATADIR%%/weapon/cluzooka
-@dirrm %%DATADIR%%/weapon/cluster_bomb
-@dirrm %%DATADIR%%/weapon/bounce_ball
-@dirrm %%DATADIR%%/weapon/blowtorch
-@dirrm %%DATADIR%%/weapon/bazooka
-@dirrm %%DATADIR%%/weapon/baseball
-@dirrm %%DATADIR%%/weapon/anvil
-@dirrm %%DATADIR%%/weapon/airhammer
-@dirrm %%DATADIR%%/weapon/air_attack
-@dirrm %%DATADIR%%/weapon
-@dirrm %%DATADIR%%/water/wine
-@dirrm %%DATADIR%%/water/water
-@dirrm %%DATADIR%%/water/radioactive
-@dirrm %%DATADIR%%/water/lava
-@dirrm %%DATADIR%%/water/dirtywater
-@dirrm %%DATADIR%%/water/chocolate
-@dirrm %%DATADIR%%/water
-@dirrm %%DATADIR%%/team/workrave
-@dirrm %%DATADIR%%/team/wilber
-@dirrm %%DATADIR%%/team/tux
-@dirrm %%DATADIR%%/team/thunderbird
-@dirrm %%DATADIR%%/team/suse
-@dirrm %%DATADIR%%/team/spip
-@dirrm %%DATADIR%%/team/snort
-@dirrm %%DATADIR%%/team/postfix
-@dirrm %%DATADIR%%/team/pidgin
-@dirrm %%DATADIR%%/team/php
-@dirrm %%DATADIR%%/team/ooo
-@dirrm %%DATADIR%%/team/nupik
-@dirrm %%DATADIR%%/team/konqi
-@dirrm %%DATADIR%%/team/hexley
-@dirrm %%DATADIR%%/team/gnu
-@dirrm %%DATADIR%%/team/firefox
-@dirrm %%DATADIR%%/team/bugzilla
-@dirrm %%DATADIR%%/team/beastie
-@dirrm %%DATADIR%%/team
-@dirrm %%DATADIR%%/sound/default/weapons
-@dirrm %%DATADIR%%/sound/default/voices
-@dirrm %%DATADIR%%/sound/default/misc
-@dirrm %%DATADIR%%/sound/default
-@dirrm %%DATADIR%%/sound
-@dirrm %%DATADIR%%/object
-@dirrm %%DATADIR%%/music/menu
-@dirrm %%DATADIR%%/music/ingame
-@dirrm %%DATADIR%%/music
-@dirrm %%DATADIR%%/menu
-@dirrm %%DATADIR%%/map/wildwestdv
-@dirrm %%DATADIR%%/map/vulcano
-@dirrm %%DATADIR%%/map/towers
-@dirrm %%DATADIR%%/map/tic-tac-toe
-@dirrm %%DATADIR%%/map/space2
-@dirrm %%DATADIR%%/map/snow
-@dirrm %%DATADIR%%/map/randomisland
-@dirrm %%DATADIR%%/map/randomamoebas
-@dirrm %%DATADIR%%/map/qingqong
-@dirrm %%DATADIR%%/map/pumpkins
-@dirrm %%DATADIR%%/map/prehistorik
-@dirrm %%DATADIR%%/map/pirates
-@dirrm %%DATADIR%%/map/pillars
-@dirrm %%DATADIR%%/map/paradis
-@dirrm %%DATADIR%%/map/paint
-@dirrm %%DATADIR%%/map/oktopus
-@dirrm %%DATADIR%%/map/moon-4m
-@dirrm %%DATADIR%%/map/montagnes
-@dirrm %%DATADIR%%/map/monkeybubble
-@dirrm %%DATADIR%%/map/lonely_island
-@dirrm %%DATADIR%%/map/leafs
-@dirrm %%DATADIR%%/map/island
-@dirrm %%DATADIR%%/map/icebergs
-@dirrm %%DATADIR%%/map/hive
-@dirrm %%DATADIR%%/map/hell
-@dirrm %%DATADIR%%/map/halloween
-@dirrm %%DATADIR%%/map/greehills
-@dirrm %%DATADIR%%/map/goodandevil
-@dirrm %%DATADIR%%/map/funkyisland
-@dirrm %%DATADIR%%/map/frog
-@dirrm %%DATADIR%%/map/farm
-@dirrm %%DATADIR%%/map/electronik
-@dirrm %%DATADIR%%/map/easterisland
-@dirrm %%DATADIR%%/map/desert
-@dirrm %%DATADIR%%/map/crystal
-@dirrm %%DATADIR%%/map/country
-@dirrm %%DATADIR%%/map/construction
-@dirrm %%DATADIR%%/map/chess
-@dirrm %%DATADIR%%/map/cheese
-@dirrm %%DATADIR%%/map/champignon
-@dirrm %%DATADIR%%/map/catacombes
-@dirrm %%DATADIR%%/map/battlenight
-@dirrm %%DATADIR%%/map/banquise
-@dirrm %%DATADIR%%/map/bankiz
-@dirrm %%DATADIR%%/map/arcaderoom
-@dirrm %%DATADIR%%/map/arbre
-@dirrm %%DATADIR%%/map/aquarium
-@dirrm %%DATADIR%%/map/apocalypse
-@dirrm %%DATADIR%%/map
-@dirrm %%DATADIR%%/interface/whitetheme/cursors
-@dirrm %%DATADIR%%/interface/whitetheme
-@dirrm %%DATADIR%%/interface/not_skin
-@dirrm %%DATADIR%%/interface
-@dirrm %%DATADIR%%/game_mode
-@dirrm %%DATADIR%%/font
-@dirrm %%DATADIR%%/body/workrave
-@dirrm %%DATADIR%%/body/wilber
-@dirrm %%DATADIR%%/body/tux
-@dirrm %%DATADIR%%/body/thunderbird
-@dirrm %%DATADIR%%/body/suse
-@dirrm %%DATADIR%%/body/spip
-@dirrm %%DATADIR%%/body/snort
-@dirrm %%DATADIR%%/body/postfix
-@dirrm %%DATADIR%%/body/pidgin
-@dirrm %%DATADIR%%/body/php
-@dirrm %%DATADIR%%/body/ooo
-@dirrm %%DATADIR%%/body/nupik
-@dirrm %%DATADIR%%/body/konqi
-@dirrm %%DATADIR%%/body/hexley
-@dirrm %%DATADIR%%/body/gnu
-@dirrm %%DATADIR%%/body/firefox
-@dirrm %%DATADIR%%/body/bugzilla
-@dirrm %%DATADIR%%/body/beastie
-@dirrm %%DATADIR%%/body/all_skins_objects
-@dirrm %%DATADIR%%/body
-@dirrm %%DATADIR%%
-%%NLS%%@dirrmtry share/locale/kw/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/kw
-%%NLS%%@dirrmtry share/locale/ja_JP/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ja_JP
-%%NLS%%@dirrmtry share/locale/cpf/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/cpf
-@dirrmtry share/applications
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile
deleted file mode 100644
index 5283afd8c5ab..000000000000
--- a/games/xonotic/Makefile
+++ /dev/null
@@ -1,112 +0,0 @@
-# New ports collection makefile for: Nexuiz
-# Date created: 03 Jun 2005
-# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nexuiz
-PORTVERSION= 2.5.2
-PORTREVISION= 7
-CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}/NexuizRelease/Nexuiz%20${PORTVERSION}
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER= danfe@FreeBSD.org
-COMMENT= A fast-paced, chaotic, and intense multiplayer first person shooter
-
-# Package size below is for default set of OPTIONS
-NO_PACKAGE= Package will be 942MB, set FORCE_PACKAGE if you really want it
-
-USE_ZIP= yes
-
-WRKSRC= ${WRKDIR}/Nexuiz/sources/darkplaces
-MAKEFILE= BSDmakefile
-MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" CC="${CC}" \
- DP_PRELOAD_DEPENDENCIES=yes DP_LINK_TO_LIBJPEG=yes \
- CFLAGS_LIBJPEG="-I${LOCALBASE}/include" \
- OPTIM_RELEASE="${CFLAGS} -fno-strict-aliasing -funroll-loops"
-ALL_TARGET= #
-
-OPTIONS= CLIENT "Build GLX client" on \
- SDL_CLIENT "Build SDL client" on \
- SERVER "Build dedicated server" on \
- MAPPACK "Install community map pack" on
-
-.include <bsd.port.pre.mk>
-
-.if !(defined(WITH_CLIENT) || defined(WITH_SDL_CLIENT) || defined(WITH_SERVER))
-IGNORE= requires at least one of [SDL_]CLIENT or SERVER options
-.endif
-
-.if !defined(WITHOUT_MAPPACK)
-DISTFILES+= nexmappack_r2${EXTRACT_SUFX}
-PLIST_SUB+= MAPPACK=""
-.else
-PLIST_SUB+= MAPPACK="@comment "
-.endif
-
-LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
- jpeg.11:${PORTSDIR}/graphics/jpeg
-.if defined(WITH_CLIENT) || defined(WITH_SDL_CLIENT)
-LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug \
- png.6:${PORTSDIR}/graphics/png \
- theora.0:${PORTSDIR}/multimedia/libtheora
-.endif
-
-.if !defined(WITHOUT_CLIENT)
-USE_GL= glut
-USE_XORG= x11 xpm xxf86vm xxf86dga xext
-ALL_TARGET+= cl-release
-PLIST_SUB+= CLIENT=""
-.else
-PLIST_SUB+= CLIENT="@comment "
-.endif
-
-.if !defined(WITHOUT_SDL_CLIENT)
-USE_SDL= sdl
-ALL_TARGET+= sdl-release
-PLIST_SUB+= SDL_CLIENT=""
-.else
-PLIST_SUB+= SDL_CLIENT="@comment "
-.endif
-
-.if !defined(WITHOUT_SERVER)
-ALL_TARGET+= sv-release
-PLIST_SUB+= SERVER=""
-.else
-PLIST_SUB+= SERVER="@comment "
-.endif
-
-post-extract:
- @${EXTRACT_CMD} ${WRKDIR}/Nexuiz/sources/enginesource20091001.zip \
- -d ${WRKDIR}/Nexuiz/sources
-
-post-patch:
- @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},' \
- ${WRKSRC}/${MAKEFILE} ${WRKSRC}/makefile.inc
- @${REINPLACE_CMD} -e '/LDFLAGS_BSDSV/s,$$,-L${LOCALBASE}/lib,' \
- ${WRKSRC}/makefile.inc
-# Fix for libpng 1.4
- @${REINPLACE_CMD} -e 's,gray_1_2_4_to_8,expand_&,g' \
- ${WRKSRC}/image_png.c
-
-do-install:
- ${SH} -c '${FIND} ${WRKSRC} -name "darkplaces-*[^vpj]" | \
- while read f ; do ${INSTALL_PROGRAM} $${f} \
- ${PREFIX}/bin/${PORTNAME}-$${f##*-} ; done'
- @${MKDIR} ${DATADIR}/data ${DATADIR}/havoc
- ${INSTALL_DATA} ${WRKDIR}/Nexuiz/data/*.pk3 ${DATADIR}/data
- ${INSTALL_DATA} ${WRKDIR}/Nexuiz/havoc/*.pk3 ${DATADIR}/havoc
-.if !defined(WITHOUT_MAPPACK)
- ${INSTALL_DATA} ${WRKDIR}/data/*.pk3 ${DATADIR}/data
-.endif
-.if !defined(WITHOUT_SERVER)
- cd ${WRKDIR}/Nexuiz && ${COPYTREE_SHARE} server ${DATADIR}
-# Fixup lost +x permissions on scripts after COPYTREE_SHARE
- ${FIND} ${DATADIR}/server -type f -name *.sh -o -name rcon*.pl | \
- ${XARGS} ${CHMOD} +x
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/games/xonotic/distinfo b/games/xonotic/distinfo
deleted file mode 100644
index 049dfd350cd5..000000000000
--- a/games/xonotic/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (nexuiz-252.zip) = d750bc328e58df8492f8d88bdcf818cb
-SHA256 (nexuiz-252.zip) = a5e27ebcc9775c4a490d0d3536c32e4a8f8f96b038c0b6a78d1823c37a962000
-SIZE (nexuiz-252.zip) = 931253731
-MD5 (nexmappack_r2.zip) = e881e78e02e5e97c7c453192aab58f7d
-SHA256 (nexmappack_r2.zip) = 15088c7632e0b4f487c789fba4296f44ef5a5d83b51adcb9e603e289e5b8241e
-SIZE (nexmappack_r2.zip) = 113533483
diff --git a/games/xonotic/pkg-descr b/games/xonotic/pkg-descr
deleted file mode 100644
index 720a0e2fcf49..000000000000
--- a/games/xonotic/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-Nexuiz is a fast-paced, chaotic, and intense multiplayer first person
-shooter, focused on providing basic, old style deathmatch.
-
-Nexuiz is built on the power of the Darkplaces engine, which is a heavily
-modified version of the original Quake. Darkplaces features realtime
-lighting and stencil shadows, bumpmapping, gloss, bloom, and totally
-rewritten network code that supports up to 64 players on a single server.
-While quality gameplay was our primary goal, it's graphics technology and
-artwork allows the game to compete with the current quality of commercial
-games.
-
-Any online deathmatch fan will instantly feel at home with Nexuiz' weapons
-and movement style. The fast server browser and quick loading time allows
-you to jump right into a game at a moments notice and play a quick game.
-
-Now it also comes with community map pack compiled by Strahlemann. It
-includes 35 maps, and a campaign mode for the user to fight through. The
-map pack includes Quake3 community maps, Nexuiz community maps, and some
-new maps from Nexuiz developers.
-
-WWW: http://www.nexuiz.com/
diff --git a/games/xonotic/pkg-plist b/games/xonotic/pkg-plist
deleted file mode 100644
index 64f4ea3e28c3..000000000000
--- a/games/xonotic/pkg-plist
+++ /dev/null
@@ -1,70 +0,0 @@
-%%CLIENT%%bin/nexuiz-glx
-%%SDL_CLIENT%%bin/nexuiz-sdl
-%%SERVER%%bin/nexuiz-dedicated
-%%DATADIR%%/data/common-spog.pk3
-%%DATADIR%%/data/data20091001.pk3
-%%DATADIR%%/havoc/data20091001havoc.pk3
-@dirrm %%DATADIR%%/havoc
-%%MAPPACK%%%%DATADIR%%/data/79drdm5_beta2_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/79drgc2_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/CMP1-dm6_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/HandsOfGod_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/acid3dm5_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/af3hex_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/ame7q3dm3_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/ame7q3tny1_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/apocalyptica_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/bal3dm3_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/bal3dm5_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/batcula_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/chronic_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/cttourney1_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/distonic_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/dubneoc_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/geo-core_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/hal_palindrome_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/ikzdm1_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/jaxtourney2_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/klzegypt_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/ktsdm4_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/mIKEctf2_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/map-gleeb_geocomp3_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/mappack.pk3
-%%MAPPACK%%%%DATADIR%%/data/monolith_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/pukka3dm2_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/puma3tourney4_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/q3skoredm1_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/qbeast_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/qdolphin_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/quimera_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/quintdm3_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/redm04_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/storm3dm3_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/straledm5_nex.pk3
-%%MAPPACK%%%%DATADIR%%/data/zpdm01_nex.pk3
-%%SERVER%%%%DATADIR%%/server/rcon2irc/echo-rcon.pl
-%%SERVER%%%%DATADIR%%/server/rcon2irc/fastest_lap.pl
-%%SERVER%%%%DATADIR%%/server/rcon2irc/irc_nick_change.pl
-%%SERVER%%%%DATADIR%%/server/rcon2irc/joinmessage.pl
-%%SERVER%%%%DATADIR%%/server/rcon2irc/joinsparts.pl
-%%SERVER%%%%DATADIR%%/server/rcon2irc/ping-pl.pl
-%%SERVER%%%%DATADIR%%/server/rcon2irc/raw.pl
-%%SERVER%%%%DATADIR%%/server/rcon2irc/rbiserver.pl
-%%SERVER%%%%DATADIR%%/server/rcon2irc/rcon2irc-example.conf
-%%SERVER%%%%DATADIR%%/server/rcon2irc/rcon2irc.pl
-%%SERVER%%%%DATADIR%%/server/rcon2irc/rcon2irc.txt
-%%SERVER%%%%DATADIR%%/server/rcon2irc/suggestmap.pl
-%%SERVER%%@dirrm %%DATADIR%%/server/rcon2irc
-%%SERVER%%%%DATADIR%%/server/help.cfg
-%%SERVER%%%%DATADIR%%/server/rcon.pl
-%%SERVER%%%%DATADIR%%/server/readme.txt
-%%SERVER%%%%DATADIR%%/server/server.cfg
-%%SERVER%%%%DATADIR%%/server/server_havoc_linux.sh
-%%SERVER%%%%DATADIR%%/server/server_havoc_mac.sh
-%%SERVER%%%%DATADIR%%/server/server_havoc_windows.bat
-%%SERVER%%%%DATADIR%%/server/server_linux.sh
-%%SERVER%%%%DATADIR%%/server/server_mac.sh
-%%SERVER%%%%DATADIR%%/server/server_windows.bat
-%%SERVER%%@dirrm %%DATADIR%%/server
-@dirrm %%DATADIR%%/data
-@dirrm %%DATADIR%%