diff options
Diffstat (limited to 'games')
153 files changed, 148 insertions, 16455 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile index 3887402a84af..b2dee1e85af7 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -15,6 +15,7 @@ COMMENT= Battleships solitaire game with a color interface MAKE_ARGS= CC="${CC}" ALL_TARGET= # empty +USE_GMAKE= yes MAN6= bs.6 PLIST_FILES= bin/bs diff --git a/games/bsdgames/Makefile b/games/bsdgames/Makefile deleted file mode 100644 index a8446dba81b6..000000000000 --- a/games/bsdgames/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# Ports collection makefile for: games -# Date created: 20 Nov 2002 -# Whom: Mark Murray <markm@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= freebsd-games -PORTVERSION= 5.1.1 -PORTREVISION= 6 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=markm - -MAINTAINER= ports@FreeBSD.org -COMMENT= FreeBSD-modified "Standard" BSD games - -USE_REINPLACE= yes -USE_BZIP2= yes - -MAN6= \ - adventure.6 \ - arithmetic.6 \ - atc.6 \ - backgammon.6 \ - battlestar.6 \ - bs.6 \ - canfield.6 \ - cfscores.6 \ - cribbage.6 \ - fish.6 \ - hack.6 \ - hangman.6 \ - larn.6 \ - mille.6 \ - phantasia.6 \ - piano.6 \ - pig.6 \ - quiz.6 \ - robots.6 \ - rogue.6 \ - sail.6 \ - snake.6 \ - snscore.6 \ - trek.6 \ - worm.6 \ - wump.6 - -MANCOMPRESSED= maybe - -PATHNAME_FILES= atc/pathnames.h \ - cribbage/pathnames.h \ - fish/pathnames.h \ - larn/pathnames.h \ - quiz/datfiles/index \ - quiz/pathnames.h \ - wump/pathnames.h - -post-extract: - @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \ - ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} extract) - -post-patch: - @${FIND} ${WRKSRC} -name '*.c' -or -name '*.h' -or -name '*.6' -or \ - -name 'index' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|share/games|local/share/games|g' - @for f in ${PATHNAME_FILES}; do \ - ${REINPLACE_CMD} -e 's|/usr/local/local/local|${PREFIX}|g' \ - ${WRKSRC}/$${f}; \ - done - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ - "${WRKSRC}/hack/hack.unix.c" - -.include <bsd.port.mk> diff --git a/games/bsdgames/distinfo b/games/bsdgames/distinfo deleted file mode 100644 index 26529cafbb61..000000000000 --- a/games/bsdgames/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (freebsd-games-5.1.1.tar.bz2) = 31c098a1ef0d198a6456e26b6d65be72 -SIZE (freebsd-games-5.1.1.tar.bz2) = 2434501 diff --git a/games/bsdgames/files/patch-adventure::crc.c b/games/bsdgames/files/patch-adventure::crc.c deleted file mode 100644 index dfca63e6ab53..000000000000 --- a/games/bsdgames/files/patch-adventure::crc.c +++ /dev/null @@ -1,11 +0,0 @@ ---- adventure/crc.c.bak Sat Feb 23 01:59:45 2002 -+++ adventure/crc.c Wed Sep 29 03:29:37 2004 -@@ -120,7 +120,7 @@ - - /* Process nr bytes at a time; ptr points to them */ - u_long --crc(const char *ptr, size_t nr) -+crc(const char *ptr, ssize_t nr) - { - int i; - const char *p; diff --git a/games/bsdgames/files/patch-adventure::hdr.h b/games/bsdgames/files/patch-adventure::hdr.h deleted file mode 100644 index 02344c9191b4..000000000000 --- a/games/bsdgames/files/patch-adventure::hdr.h +++ /dev/null @@ -1,11 +0,0 @@ ---- adventure/hdr.h.bak Mon Nov 10 15:46:52 2003 -+++ adventure/hdr.h Wed Sep 29 03:30:55 2004 -@@ -167,7 +167,7 @@ - void checkhints (void); - void ciao (void); - extern gid_t egid; --u_long crc (const char *ptr, size_t nr); -+u_long crc (const char *ptr, ssize_t nr); - void crc_start (void); - int dark (void); - void datime (int *d, int *t); diff --git a/games/bsdgames/files/patch-battlestar::init.c b/games/bsdgames/files/patch-battlestar::init.c deleted file mode 100644 index 077107c3e5aa..000000000000 --- a/games/bsdgames/files/patch-battlestar::init.c +++ /dev/null @@ -1,11 +0,0 @@ ---- battlestar/init.c.old Mon Dec 15 17:48:41 2003 -+++ battlestar/init.c Mon Dec 15 17:48:54 2003 -@@ -62,7 +62,7 @@ - puts("Admiral D.W. Riggle\n"); - srandomdev(); - getutmp(uname); -- if (startup) -+ if (startup == NULL) - location = dayfile; - wiz = wizard(uname); - wordinit(); diff --git a/games/bsdgames/files/patch-hack::Makefile b/games/bsdgames/files/patch-hack::Makefile deleted file mode 100644 index eaa8d43922d1..000000000000 --- a/games/bsdgames/files/patch-hack::Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- hack/Makefile.orig Thu Nov 20 11:06:45 2003 -+++ hack/Makefile Thu Nov 20 11:13:27 2003 -@@ -18,6 +18,8 @@ - DPADD= ${LIBTERMCAP} ${LIBCOMPAT} - LDADD= -ltermcap -lcompat - CFLAGS+= -fwritable-strings -I${.CURDIR} -I. -+BINGRP= games -+BINMODE=2555 - FILES= rumors help hh data - FILESMODE_rumors= 440 - FILESGRP= ${BINGRP} diff --git a/games/bsdgames/files/patch-hack::hack.termcap.c b/games/bsdgames/files/patch-hack::hack.termcap.c deleted file mode 100644 index de8fd532021c..000000000000 --- a/games/bsdgames/files/patch-hack::hack.termcap.c +++ /dev/null @@ -1,13 +0,0 @@ ---- hack/hack.termcap.c.orig Sat Mar 6 22:18:53 2004 -+++ hack/hack.termcap.c Thu Mar 11 18:42:47 2004 -@@ -35,7 +35,8 @@ - flags.nonull = 1; - if(pc = tgetstr("pc", &tbufptr)) - PC = *pc; -- if(!(BC = tgetstr("bc", &tbufptr))) { -+ if(!(BC = tgetstr("bc", &tbufptr)) -+ &&!(BC = tgetstr("le", &tbufptr))) { - if(!tgetflag("bs")) - error("Terminal must backspace."); - BC = tbufptr; - diff --git a/games/bsdgames/files/patch-hack::hack.unix.c b/games/bsdgames/files/patch-hack::hack.unix.c deleted file mode 100644 index 8143edad035c..000000000000 --- a/games/bsdgames/files/patch-hack::hack.unix.c +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- hack/hack.unix.c.orig Thu Nov 20 10:17:36 2003 -+++ hack/hack.unix.c Thu Nov 20 10:18:09 2003 -@@ -86,7 +86,7 @@ - /* old version - for people short of space */ - char *np; - -- name = "/usr/games/hide/hack"; -+ name = "%%PREFIX%%/bin/hack"; - if(stat(name, &hbuf)) - error("Cannot get status of %s.", - (np = rindex(name, '/')) ? np+1 : name); diff --git a/games/bsdgames/files/patch-larn::diag.c b/games/bsdgames/files/patch-larn::diag.c deleted file mode 100644 index f3cf3d0a5c8b..000000000000 --- a/games/bsdgames/files/patch-larn::diag.c +++ /dev/null @@ -1,31 +0,0 @@ -$FreeBSD$ - ---- larn/diag.c 17 Jun 2003 04:25:24 -0000 1.2 -+++ larn/diag.c 21 Jun 2004 02:28:34 -0000 1.3 -@@ -210,7 +210,7 @@ - if (beenhere[k]) - lrfill((char*)&cell[k*MAXX*MAXY],sizeof(struct cel)*MAXY*MAXX); - -- lrfill((char*)&c[0],100*sizeof(long)); gtime = lrint(); -+ lrfill((char*)&c[0],100*sizeof(long)); gtime = lrint_x(); - level = c[CAVELEVEL] = lgetc(); - playerx = lgetc(); playery = lgetc(); - lrfill((char*)iven,26); lrfill((char*)ivenarg,26*sizeof(short)); -@@ -241,7 +241,7 @@ - } - - time(&zzz); -- initialtime = zzz-lrint(); -+ initialtime = zzz-lrint_x(); - fstat(fd,&filetimes); /* get the creation and modification time of file */ - lrfill((char*)&zzz,sizeof(long)); zzz += 6; - if (filetimes.st_ctime > zzz) fsorry(); /* file create time */ -@@ -249,7 +249,7 @@ - if (c[HP]<0) { died(284); return; } /* died a post mortem death */ - - oldx = oldy = 0; -- i = lrint(); /* inode # */ -+ i = lrint_x(); /* inode # */ - if (i && (filetimes.st_ino!=i)) fsorry(); - lrclose(); - if (strcmp(fname,ckpfile) == 0) diff --git a/games/bsdgames/files/patch-larn::header.h b/games/bsdgames/files/patch-larn::header.h deleted file mode 100644 index ea58c01c7952..000000000000 --- a/games/bsdgames/files/patch-larn::header.h +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- larn/header.h 17 Jun 2003 02:49:28 -0000 1.1 -+++ larn/header.h 21 Jun 2004 02:28:34 -0000 1.2 -@@ -359,7 +359,7 @@ - - char *fortune(),*lgetw(),*lgetl(); - char *tmcapcnv(); --long paytaxes(),lgetc(),lrint(); -+long paytaxes(),lgetc(),lrint_x(); - unsigned long readnum(); - - /* macro to create scroll #'s with probability of occurrence */ diff --git a/games/bsdgames/files/patch-larn::io.c b/games/bsdgames/files/patch-larn::io.c deleted file mode 100644 index ec579ab00de7..000000000000 --- a/games/bsdgames/files/patch-larn::io.c +++ /dev/null @@ -1,31 +0,0 @@ -$FreeBSD$ - ---- larn/io.c 24 Jan 2004 21:00:14 -0000 1.3 -+++ larn/io.c 21 Jun 2004 02:28:34 -0000 1.4 -@@ -25,7 +25,7 @@ - * FILE INPUT ROUTINES - * - * long lgetc() read one character from input buffer -- * long lrint() read one integer from input buffer -+ * long lrint_x() read one integer from input buffer - * lrfill(address,number) put input bytes into a buffer - * char *lgetw() get a whitespace ended word from input - * char *lgetl() get a \n or EOF ended line from input -@@ -343,7 +343,7 @@ - } - - /* -- * long lrint() Read one integer from input buffer -+ * long lrint_x() Read one integer from input buffer - * - * +---------+---------+---------+---------+ - * | high | | | low | -@@ -355,7 +355,7 @@ - * The save order is low order first, to high order (4 bytes total) - * Returns the int read - */ --long lrint() -+long lrint_x() - { - unsigned long i; - i = 255 & lgetc(); i |= (255 & lgetc()) << 8; diff --git a/games/bsdgames/files/patch-quiz b/games/bsdgames/files/patch-quiz deleted file mode 100644 index 9f4832ba2ae0..000000000000 --- a/games/bsdgames/files/patch-quiz +++ /dev/null @@ -1,175 +0,0 @@ -Index: index -=================================================================== -RCS file: /ncvs/src/games/quiz/datfiles/index,v -retrieving revision 1.1.1.1 -diff -u -r1.1.1.1 index ---- quiz/datfiles/index 4 Sep 1994 04:03:09 -0000 1.1.1.1 -+++ quiz/datfiles/index 20 Sep 2002 23:49:50 -0000 -@@ -21,7 +21,7 @@ - /usr/local/local/share/games/quiz.db/murders:victim:killer - /usr/local/local/share/games/quiz.db/poetry:poem{-}line:next:poem:author - /usr/local/local/share/games/quiz.db/posneg:pos{itive}:neg{ative} --/usr/local/local/share/games/quiz.db/pres:pres{ident}:term:succ{essor} -+/usr/local/local/share/games/quiz.db/pres:pres{ident}:term:vice:succ{essor} - /usr/local/local/share/games/quiz.db/province:province:cap{ital} - /usr/local/local/share/games/quiz.db/seq-easy:easy{-}{seq{uence}}:next:name - /usr/local/local/share/games/quiz.db/seq-hard:hard{-}{seq{uence}}:next:name -Index: pres -=================================================================== -RCS file: /ncvs/src/games/quiz/datfiles/pres,v -retrieving revision 1.1.1.1 -diff -u -r1.1.1.1 pres ---- quiz/datfiles/pres 4 Sep 1994 04:03:10 -0000 1.1.1.1 -+++ quiz/datfiles/pres 20 Sep 2002 23:38:18 -0000 -@@ -1,38 +1,83 @@ --{G{eorge} }Washington:1789-{17}97:{J{ohn} }Adams --{J{ohn} }Adams:1797-1801:{T{homas} }Jefferson --{T{homas} }Jefferson:1801-{{18}0}9:{J{ames} }Madison --{J{ames} }Madison:1809-{18}17:{J{ames} }Monroe --{J{ames} }Monroe:1817-1825:{J{ohn} }{Q{uincy} }Adams --{J{ohn} }{Q{uincy} }Adams:1825-{{18}2}9:{A{ndrew} }Jackson --{A{ndrew} }Jackson:1829-{18}37:{M{artin} }Van Buren --{M{artin} }Van Buren:1837-{18}41:{W{illiam|m} }{H{enry} }Harrison --{W{illiam|m} }{H{enry} }Harrison:1841:{J{ohn} }Tyler --{J{ohn} }Tyler:1841-{{18}4}5:{J{ames} }{K{nox} }Polk --{J{ames} }{K{nox} }Polk:1845-{{18}4}9:{Z{achary} }Taylor --{Z{achary} }Taylor:1849-{18}50:{M{illard} }Fillmore --{M{illard} }Fillmore:1850-{{18}5}3:{F{ranklin} }Pierce --{F{ranklin} }Pierce:1853-{{18}5}7:{J{ames} }Buchanan --{J{ames} }Buchanan:1857-{18}61:{A{braham|be} }Lincoln --{A{braham|be} }Lincoln:1861-{{18}6}5:{A{ndrew} }Johnson --{A{ndrew} }Johnson:1865-{{18}6}9:{U{lysses} }{S{impson} }Grant --{U{lysses} }{S{impson} }Grant:1869-{18}77:{R{utherford} }{B{irchard} }Hayes --{R{utherford} }{B{irchard} }Hayes:1877-{18}81:{J{ames} }{A{bram} }Garfield --{J{ames} }{A{bram} }Garfield:1881:{C{hester} }{A{lan} }Arthur --{C{hester} }{A{lan} }Arthur:1881-{{18}8}5:{G{rover} }Cleveland{ (1st term)} --{G{rover} }Cleveland{ (1st term)}:1885-{{18}8}9:{B{enjamin} }Harrison --{B{enjamin} }Harrison:1889-{18}93:{G{rover} }Cleveland{ (2nd term)} --{G{rover} }Cleveland{ (2nd term)}:1893-{18}97:{W{illiam|m} }McKinley --{W{illiam|m} }McKinley:1897-1901:{T{heodore|eddy} }Roosevelt|TR --{T{heodore|eddy} }Roosevelt|TR:1901-{{19}0}9:{W{illiam|m} }{H{oward} }Taft --{W{illiam|m} }{H{oward} }Taft:1909-{19}13:{W{oodrow} }Wilson --{W{oodrow} }Wilson:1913-{19}21:{W{arren} }{G{amaliel} }Harding --{W{arren} }{G{amaliel} }Harding:1921-{{19}2}3:{C{alvin} }Coolidge --{C{alvin} }Coolidge:1923-{{19}2}9:{H{erbert} }Hoover --{H{erbert} }Hoover:1929-{19}33:{F{ranklin} }{D{elano} }Roosevelt|FDR --{F{ranklin} }{D{elano} }Roosevelt|FDR:1933-{19}45:{H{arry} }{S }Truman --{H{arry} }{S }Truman:1945-{19}53:{D{wight} }{D{avid} }Eisenhower --{D{wight} }{D{avid} }Eisenhower:1953-{19}61:{J{ohn} }{F{itzgerald} }Kennedy|JFK --{J{ohn} }{F{itzgerald} }Kennedy|JFK:1961-{{19}6}3:{L{yndon} }{B{aines} }Johnson|LBJ --{L{yndon} }{B{aines} }Johnson|LBJ:1963-{{19}6}9:{R{ichard} }{M{ilhouse} }Nixon --{R{ichard} }{M{ilhouse} }Nixon:1969-{19}74:{G{erald} }{R{obert} }Ford --{G{erald} }{R{obert} }Ford:1974-: -+{G{eorge} }Washington:1789-{17}97:{J{ohn} }Adams:{J{ohn} }Adams -+{J{ohn} }Adams:1797-1801:{T{homas} }Jefferson:{T{homas} }Jefferson -+{T{homas} }Jefferson:1801-{{18}0}9:{A{aron} }Burr|{G{eorge} }Clinton:\ -+{J{ames} }Madison -+{J{ames} }Madison:1809-{18}17:{G{eorge} }Clinton|{E{lbridge} }Gerry:\ -+{J{ames} }Monroe -+{J{ames} }Monroe:1817-1825:\ -+{D{aniel} }{D{.} }Tompkins:{J{ohn} }{Q{uincy} }Adams -+{J{ohn} }{Q{uincy} }Adams:1825-{{18}2}9:{J{ohn} }{C{aldwell} }Calhoun:\ -+{A{ndrew} }Jackson -+{A{ndrew} }Jackson:1829-{18}37:\ -+{J{ohn} }{C{aldwell} }Calhoun|{M{artin} }Van Buren:{M{artin} }Van Buren -+{M{artin} }Van Buren:1837-{18}41:\ -+{R{ichard} }{M{entor} }Johnson:{W{illiam|m} }{H{enry} }Harrison -+{W{illiam|m} }{H{enry} }Harrison:1841:{J{ohn} }Tyler:{J{ohn} }Tyler -+{J{ohn} }Tyler:1841-{{18}4}5:[N|n]one{ (1841-5)}:{J{ames} }{K{nox} }Polk -+{J{ames} }{K{nox} }Polk:1845-{{18}4}9:\ -+{G{eorge} }{M{ifflin} }Dallas:{Z{achary} }Taylor -+{Z{achary} }Taylor:1849-{18}50:{M{illard} }Fillmore:{M{illard} }Fillmore -+{M{illard} }Fillmore:1850-{{18}5}3:[N|n]one{ (1850-3)}:{F{ranklin} }Pierce -+{F{ranklin} }Pierce:1853-{{18}5}7:\ -+{W{illiam|m} }{R{ufus} }{de Vane }King:{J{ames} }Buchanan -+{J{ames} }Buchanan:1857-{18}61:\ -+{J{ohn} }{C{abell} }Breckinridge:{A{braham|be} }Lincoln -+{A{braham|be} }Lincoln:1861-{{18}6}5:\ -+{H{annibal} }Hamlin|{A{ndrew} }Johnson:{A{ndrew} }Johnson -+{A{ndrew} }Johnson:1865-{{18}6}9:[N|n]one{ (1865-9)}:\ -+{U{lysses} }{S{impson} }Grant -+{U{lysses} }{S{impson} }Grant:1869-{18}77:\ -+{S{chuyler} }Colfax|{H{enry} }Wilson:{R{utherford} }{B{irchard} }Hayes -+{R{utherford} }{B{irchard} }Hayes:1877-{18}81:\ -+{W{illiam|m} }{A{lmon} }Wheeler:{J{ames} }{A{bram} }Garfield -+{J{ames} }{A{bram} }Garfield:1881:\ -+{C{hester} }{A{lan} }Arthur:{C{hester} }{A{lan} }Arthur -+{C{hester} }{A{lan} }Arthur:1881-{{18}8}5:[N|n]one{ (1881-5)}:\ -+{G{rover} }Cleveland{ (1st term)} -+{G{rover} }Cleveland{ (1st term)}:1885-{{18}8}9:\ -+{T{homas} }{A{ndrews} }Hendricks:{B{enjamin} }Harrison -+{B{enjamin} }Harrison:1889-{18}93:\ -+{L{evi} }{P{arsons} }Morton:{G{rover} }Cleveland{ (2nd term)} -+{G{rover} }Cleveland{ (2nd term)}:1893-{18}97:\ -+{A{dlai} }{E{wing} }Stevenson:{W{illiam|m} }McKinley -+{W{illiam|m} }McKinley:1897-1901:\ -+{G{arret} }{A{ugustus} }Hobart|{T{heodore|eddy} }Roosevelt|TR:\ -+{T{heodore|eddy} }Roosevelt|TR -+{T{heodore|eddy} }Roosevelt|TR:1901-{{19}0}9:\ -+{C{harles} }{W{arren} }Fairbanks:{W{illiam|m} }{H{oward} }Taft -+{W{illiam|m} }{H{oward} }Taft:1909-{19}13:\ -+{J{ames} }{S{choolcraft} }Sherman:{W{oodrow} }Wilson -+{W{oodrow} }Wilson:1913-{19}21:\ -+{T{homas} }{R{iley} }Marshall:{W{arren} }{G{amaliel} }Harding -+{W{arren} }{G{amaliel} }Harding:1921-{{19}2}3:{C{alvin} }Coolidge:\ -+{C{alvin} }Coolidge -+{C{alvin} }Coolidge:1923-{{19}2}9:\ -+{C{harles} }{G{ates} }Dawes:{H{erbert} }{C{lark} }Hoover -+{H{erbert} }{C{lark} }Hoover:1929-{19}33:\ -+{C{harles} }Curtis:{F{ranklin} }{D{elano} }Roosevelt|FDR -+{F{ranklin} }{D{elano} }Roosevelt|FDR:1933-{19}45:\ -+{J{ohn} }{N{ance} }Garner|{H{enry} }{A{gard} }Wallace|{H{arry} }{S }Truman:\ -+{H{arry} }{S }Truman -+{H{arry} }{S }Truman:1945-{19}53:\ -+{A{lben} }{W{illiam} }Barkley:{D{wight} }{D{avid} }Eisenhower -+{D{wight} }{D{avid} }Eisenhower:1953-{19}61:\ -+{R{ichard} }{M{ilhous} }Nixon:{J{ohn} }{F{itzgerald} }Kennedy|JFK -+{J{ohn} }{F{itzgerald} }Kennedy|JFK:1961-{{19}6}3:\ -+{L{yndon} }{B{aines} }Johnson|LBJ:{L{yndon} }{B{aines} }Johnson|LBJ -+{L{yndon} }{B{aines} }Johnson|LBJ:1963-{{19}6}9:\ -+{H{ubert} }{H{oratio} }Humphrey:{R{ichard} }{M{ilhous} }Nixon -+{R{ichard} }{M{ilhous} }Nixon:1969-{19}74:\ -+{S{piro} }{T{heodore} }Agnew|{G{erald} }{R{udolph} }Ford:\ -+{G{erald} }{R{udolph} }Ford -+{G{erald} }{R{udolph} }Ford:1974-{{19}7}7:\ -+{N{elson} }{A{ldrich} }Rockefeller:{J{ames} }{E{arl} }Carter{{,} J{unio}r} -+{J{ames} }{E{arl} }Carter{{,} J{unio}r}:1977-{19}81:\ -+{W{alter} }{F{rederick} }Mondale:{R{onald} }{W{ilson} }Reagan -+{R{onald} }{W{ilson} }Reagan:1981-{{19}8}9:\ -+{G{eorge} }{H{erbert} }{W{alker} }Bush:{G{eorge} }{H{erbert} }{W{alker} }Bush -+{G{eorge} }{H{erbert} }{W{alker} }Bush:1989-{19}93:\ -+{J{ames} }{D{anforth|an} }Quayle:{W{illiam|m} }{J{efferson} }Clinton -+{W{illiam|m} }{J{efferson} }Clinton:1993-2001:\ -+{A{lbert} }{A{rnold} }Gore{{,} J{unio}r}:{G{eorge} }{W{alker} }Bush{{,} J{unio}r} -+{G{eorge} }{W{alker} }Bush{{,} J{unio}r}:2001-:\ -+{R{ichard} }{B{ruce} }Cheney: - - - - ---- quiz/datfiles/pres Sat Sep 21 01:38:18 2002 -+++ quiz/datfiles/pres.new Sat Sep 21 20:55:47 2002 -@@ -70,14 +70,17 @@ - {S{piro} }{T{heodore} }Agnew|{G{erald} }{R{udolph} }Ford:\ - {G{erald} }{R{udolph} }Ford - {G{erald} }{R{udolph} }Ford:1974-{{19}7}7:\ --{N{elson} }{A{ldrich} }Rockefeller:{J{ames} }{E{arl} }Carter{{,} J{unio}r} --{J{ames} }{E{arl} }Carter{{,} J{unio}r}:1977-{19}81:\ -+{N{elson} }{A{ldrich} }Rockefeller:\ -+{J{ames} }{E{arl} }{(Jimmy) }Carter{{,} J{unio}r}|Jimmy Carter -+{J{ames} }{E{arl} }{(Jimmy) }Carter{{,} J{unio}r}|Jimmy Carter:1977-{19}81:\ - {W{alter} }{F{rederick} }Mondale:{R{onald} }{W{ilson} }Reagan - {R{onald} }{W{ilson} }Reagan:1981-{{19}8}9:\ - {G{eorge} }{H{erbert} }{W{alker} }Bush:{G{eorge} }{H{erbert} }{W{alker} }Bush - {G{eorge} }{H{erbert} }{W{alker} }Bush:1989-{19}93:\ --{J{ames} }{D{anforth|an} }Quayle:{W{illiam|m} }{J{efferson} }Clinton --{W{illiam|m} }{J{efferson} }Clinton:1993-2001:\ --{A{lbert} }{A{rnold} }Gore{{,} J{unio}r}:{G{eorge} }{W{alker} }Bush{{,} J{unio}r} -+{J{ames} }{D{anforth|an} }Quayle:\ -+{W{illiam|m} }{J{efferson} }{(Bill) }Clinton|Bill Clinton -+{W{illiam|m} }{J{efferson} }{(Bill) }Clinton|Bill Clinton:1993-2001:\ -+{A{l{bert}} }{A{rnold} }Gore{{,} J{unio}r}:\ -+{G{eorge} }{W{alker} }Bush{{,} J{unio}r} - {G{eorge} }{W{alker} }Bush{{,} J{unio}r}:2001-:\ --{R{ichard} }{B{ruce} }Cheney: -+{R{ichard} }{B{ruce} }{(Dick) }Cheney|Dick Cheney: diff --git a/games/bsdgames/pkg-descr b/games/bsdgames/pkg-descr deleted file mode 100644 index 4f0e98eb0b0c..000000000000 --- a/games/bsdgames/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a port of the FreeBSD "standard" games as they were just -before they were removed from the base system. - -This source was formerly a part of the FreeBSD base system, and this -package is based on the final version of that source code, so it -includes all previous FreeBSD customizations. diff --git a/games/bsdgames/pkg-plist b/games/bsdgames/pkg-plist deleted file mode 100644 index 4c0ebf9239e3..000000000000 --- a/games/bsdgames/pkg-plist +++ /dev/null @@ -1,108 +0,0 @@ -@comment $FreeBSD$ -bin/adventure -bin/arithmetic -bin/atc -bin/backgammon -bin/teachgammon -bin/battlestar -bin/bs -bin/canfield -bin/cfscores -bin/cribbage -bin/fish -bin/hack -bin/hangman -bin/larn -bin/mille -bin/phantasia -bin/piano -bin/pig -bin/quiz -bin/robots -bin/rogue -bin/sail -bin/snake -bin/snscore -bin/trek -bin/worm -bin/wump -share/games/atc/Game_List -share/games/atc/Killer -share/games/atc/crossover -share/games/atc/default -share/games/atc/easy -share/games/atc/game_2 -@dirrm share/games/atc -share/games/larn/larnmaze -share/games/larn/larnopts -share/games/larn/larn.help -@dirrm share/games/larn -share/games/quiz.db/africa -share/games/quiz.db/america -share/games/quiz.db/areas -share/games/quiz.db/arith -share/games/quiz.db/asia -share/games/quiz.db/babies -share/games/quiz.db/bard -share/games/quiz.db/chinese -share/games/quiz.db/collectives -share/games/quiz.db/ed -share/games/quiz.db/elements -share/games/quiz.db/europe -share/games/quiz.db/flowers -share/games/quiz.db/greek -share/games/quiz.db/inca -share/games/quiz.db/index -share/games/quiz.db/latin -share/games/quiz.db/locomotive -share/games/quiz.db/midearth -share/games/quiz.db/morse -share/games/quiz.db/murders -share/games/quiz.db/poetry -share/games/quiz.db/posneg -share/games/quiz.db/pres -share/games/quiz.db/province -share/games/quiz.db/seq-easy -share/games/quiz.db/seq-hard -share/games/quiz.db/sexes -share/games/quiz.db/sov -share/games/quiz.db/spell -share/games/quiz.db/state -share/games/quiz.db/trek -share/games/quiz.db/ucc -@dirrm share/games/quiz.db -share/games/cribbage.instr -share/games/fish.instr -share/games/wump.info -@dirrm share/games -@cwd /var/games -@dirrm atc -@dirrm battlestar -hackdir/perm -hackdir/record -hackdir/rumors -hackdir/help -hackdir/hh -hackdir/data -@dirrm hackdir/save -@dirrm hackdir -larn/lscore12.0 -larn/llog12.0 -@dirrm larn -phantasia/characs -phantasia/gold -phantasia/lastdead -phantasia/mess -phantasia/monsters -phantasia/motd -phantasia/scoreboard -phantasia/void -@dirrm phantasia -battlestar.log -cfscores -criblog -robots_roll -rogue.scores -saillog -snakerawscores -snake.log diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile deleted file mode 100644 index bb7585fe3dfb..000000000000 --- a/games/chromium-bsu/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: chromium -# Date created: 17 Dec, 2003 -# Whom: Eric Anholt <anholt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= chromium -PORTVERSION= 0.9.12 -PORTREVISION= 3 -CATEGORIES= games -MASTER_SITES= http://www.reptilelabour.com/software/files/chromium/ -DISTFILES= ${PORTNAME}-src-${PORTVERSION}.tar.gz \ - ${PORTNAME}-data-${PORTVERSION}.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= An arcade-style, top-scrolling space shooter - -LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ - smpeg.1:${PORTSDIR}/multimedia/smpeg \ - openal.0:${PORTSDIR}/audio/openal - -USE_GL= yes -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/Chromium-0.9 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/chromium ${PREFIX}/bin - ${MKDIR} ${DATADIR}/data - (cd ${WRKSRC}/data && \ - ${TAR} -c -f - --exclude "*CVS*" --exclude "*xvpics*" png fonts wav) | \ - (cd ${DATADIR}/data && ${TAR} -x -f - ) -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - (cd ${WRKSRC}/data/doc && ${TAR} -c -f - --exclude "*CVS*" *) | \ - (cd ${DOCSDIR} && ${TAR} -x -f - ) -.endif - -.include <bsd.port.mk> diff --git a/games/chromium-bsu/distinfo b/games/chromium-bsu/distinfo deleted file mode 100644 index de5bd91055ed..000000000000 --- a/games/chromium-bsu/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (chromium-src-0.9.12.tar.gz) = 969883f2f20f10cd6cdb380582f130c4 -SIZE (chromium-src-0.9.12.tar.gz) = 640283 -MD5 (chromium-data-0.9.12.tar.gz) = 173fdf76f1e4d7496142cd5662456a73 -SIZE (chromium-data-0.9.12.tar.gz) = 1111134 diff --git a/games/chromium-bsu/files/patch-Makefile.no-setup b/games/chromium-bsu/files/patch-Makefile.no-setup deleted file mode 100644 index c155f9f3c855..000000000000 --- a/games/chromium-bsu/files/patch-Makefile.no-setup +++ /dev/null @@ -1,8 +0,0 @@ ---- scripts/Makefile.no-setup.orig Fri Mar 14 20:45:01 2003 -+++ scripts/Makefile.no-setup Fri Mar 14 20:45:07 2003 -@@ -1,5 +1,4 @@ - SUPPORT_DIRS = \ -- ./support/openal/ \ - ./support/glpng/src - - CHROMIUM_DIRS = \ diff --git a/games/chromium-bsu/files/patch-NCString.cpp b/games/chromium-bsu/files/patch-NCString.cpp deleted file mode 100644 index f1c98cd4a8f9..000000000000 --- a/games/chromium-bsu/files/patch-NCString.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- src/NCString.cpp.orig Fri Mar 14 19:57:50 2003 -+++ src/NCString.cpp Fri Mar 14 20:06:44 2003 -@@ -5,6 +5,7 @@ - #include <stdlib.h> - #include <string.h> - #include <limits.h> -+#include <stdarg.h> - - /** - * ctor -@@ -1055,7 +1056,7 @@ - uint NCString::toULong(const char *str, bool *ok) - { - int n; -- ulong tmp = 0; -+ unsigned long tmp = 0; - if(str) - { - n = sscanf(str, "%lu", &tmp); diff --git a/games/chromium-bsu/files/patch-glpng-src-Makefile b/games/chromium-bsu/files/patch-glpng-src-Makefile deleted file mode 100644 index 2ed9b3ce3d47..000000000000 --- a/games/chromium-bsu/files/patch-glpng-src-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- support/glpng/src/Makefile.orig Fri Mar 14 20:53:54 2003 -+++ support/glpng/src/Makefile Fri Mar 14 20:54:26 2003 -@@ -7,10 +7,6 @@ - - ####### Compiler, tools and options - --CC = gcc --CXX = g++ --CFLAGS = -pipe -O2 --CXXFLAGS= -pipe -O2 - INCPATH = -I../include -I/usr/include -I/usr/X11R6/include - AR = ar cqs - RANLIB = diff --git a/games/chromium-bsu/files/patch-main.cpp b/games/chromium-bsu/files/patch-main.cpp deleted file mode 100644 index 721801210fe7..000000000000 --- a/games/chromium-bsu/files/patch-main.cpp +++ /dev/null @@ -1,30 +0,0 @@ ---- src/main.cpp.orig Fri Mar 14 21:01:12 2003 -+++ src/main.cpp Fri Mar 14 21:01:12 2003 -@@ -109,10 +109,6 @@ - } - } - --#ifdef PKGDATADIR -- strcpy(dataDir, PKGDATADIR); -- strcat(dataDir, "/data"); --#else - char *chromData = getenv("CHROMIUM_DATA"); - if(chromData) - strcpy(dataDir, chromData); -@@ -121,7 +117,7 @@ - #ifdef macintosh - strcpy(dataDir, "::data"); - #else -- strcpy(dataDir, "../data"); -+ strcpy(dataDir, CHROMIUM_DATA_DIR); - #endif - fprintf(stderr, "!!\n"); - fprintf(stderr, "!! WARNING - CHROMIUM_DATA environment variable is not set!\n"); -@@ -131,7 +127,6 @@ - fprintf(stderr, "!! (using %s)\n", dataDir); - fprintf(stderr, "!!\n"); - } --#endif - - srand(time(NULL)); - diff --git a/games/chromium-bsu/files/patch-src-Makefile b/games/chromium-bsu/files/patch-src-Makefile deleted file mode 100644 index b984ee7513a9..000000000000 --- a/games/chromium-bsu/files/patch-src-Makefile +++ /dev/null @@ -1,18 +0,0 @@ ---- src/Makefile.orig Mon May 21 22:25:50 2001 -+++ src/Makefile Fri Mar 14 20:56:28 2003 -@@ -8,12 +8,10 @@ - include ../config.mak - ####### Compiler, tools and options - --CC = gcc --CXX = g++ --CFLAGS = -pipe $(PKG_CFLAGS) $(AL_CFLAGS) $(SDL_CFLAGS) $(SMPEG_CFLAGS) -O2 -DOLD_OPENAL -DAUDIO_OPENAL -D_REENTRANT --CXXFLAGS= -pipe $(PKG_CFLAGS) $(AL_CFLAGS) $(SDL_CFLAGS) $(SMPEG_CFLAGS) -O2 -DOLD_OPENAL -DAUDIO_OPENAL -D_REENTRANT -+CFLAGS += $(PKG_CFLAGS) $(AL_CFLAGS) $(SDL_CFLAGS) $(SMPEG_CFLAGS) -DAUDIO_OPENAL -D_REENTRANT -+CXXFLAGS+= $(PKG_CFLAGS) $(AL_CFLAGS) $(SDL_CFLAGS) $(SMPEG_CFLAGS) -DAUDIO_OPENAL -D_REENTRANT - INCPATH = -I../support/include -I../support/glpng/include -I/usr/X11R6/include --LINK = g++ -+LINK = ${CXX} - LFLAGS = - LIBS = $(SUBLIBS) -L../support/glpng/lib -L/usr/lib -L/usr/X11R6/lib -L/usr/local/lib $(GL_LIBS) $(AL_LIBS) $(SDL_LIBS) $(SMPEG_LIBS) $(VORBIS_LIBS) - MOC = $(QTDIR)/bin/moc diff --git a/games/chromium-bsu/pkg-descr b/games/chromium-bsu/pkg-descr deleted file mode 100644 index 909f495ba1b5..000000000000 --- a/games/chromium-bsu/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Chromium B.S.U. is a fast paced, arcade-style, top-scrolling space shooter. - -WWW: http://www.reptilelabour.com/software/chromium/ - -- Eric Anholt -anholt@FreeBSD.org diff --git a/games/chromium-bsu/pkg-plist b/games/chromium-bsu/pkg-plist deleted file mode 100644 index e112bf1c25ea..000000000000 --- a/games/chromium-bsu/pkg-plist +++ /dev/null @@ -1,93 +0,0 @@ -bin/chromium -%%DATADIR%%/data/png/check.png -%%DATADIR%%/data/png/chrome.jpg -%%DATADIR%%/data/png/darken.png -%%DATADIR%%/data/png/elect.png -%%DATADIR%%/data/png/electric.png -%%DATADIR%%/data/png/enemy00.png -%%DATADIR%%/data/png/enemy01-extra.png -%%DATADIR%%/data/png/enemy01-rot.png -%%DATADIR%%/data/png/enemy01.png -%%DATADIR%%/data/png/enemy02.png -%%DATADIR%%/data/png/enemy03-extra.png -%%DATADIR%%/data/png/enemy03.png -%%DATADIR%%/data/png/enemy04.png -%%DATADIR%%/data/png/enemy05.png -%%DATADIR%%/data/png/enemy06.png -%%DATADIR%%/data/png/enemyAmmo00.png -%%DATADIR%%/data/png/enemyAmmo01.png -%%DATADIR%%/data/png/enemyAmmo02.png -%%DATADIR%%/data/png/enemyAmmo03.png -%%DATADIR%%/data/png/enemyAmmo04.png -%%DATADIR%%/data/png/enemyAmmoExplo00.png -%%DATADIR%%/data/png/enemyAmmoExplo01.png -%%DATADIR%%/data/png/enemyAmmoExplo02.png -%%DATADIR%%/data/png/enemyAmmoExplo03.png -%%DATADIR%%/data/png/enemyAmmoExplo04.png -%%DATADIR%%/data/png/enemyExplo.png -%%DATADIR%%/data/png/explo.png -%%DATADIR%%/data/png/glitter.png -%%DATADIR%%/data/png/gndBaseSea.png -%%DATADIR%%/data/png/gndMetalBase00.png -%%DATADIR%%/data/png/gndMetalBase01.png -%%DATADIR%%/data/png/gndMetalBase02.png -%%DATADIR%%/data/png/gndMetalBlip.png -%%DATADIR%%/data/png/hero.png -%%DATADIR%%/data/png/heroAmmo00.png -%%DATADIR%%/data/png/heroAmmo01.png -%%DATADIR%%/data/png/heroAmmo02.png -%%DATADIR%%/data/png/heroAmmoExplo00.png -%%DATADIR%%/data/png/heroAmmoExplo01.png -%%DATADIR%%/data/png/heroAmmoExplo02.png -%%DATADIR%%/data/png/heroExplo00.png -%%DATADIR%%/data/png/heroAmmoFlash00.png -%%DATADIR%%/data/png/heroAmmoFlash01.png -%%DATADIR%%/data/png/heroAmmoFlash02.png -%%DATADIR%%/data/png/heroExplo01.png -%%DATADIR%%/data/png/heroExplo02.png -%%DATADIR%%/data/png/heroShields.png -%%DATADIR%%/data/png/heroSuper.png -%%DATADIR%%/data/png/life.png -%%DATADIR%%/data/png/menu_back.png -%%DATADIR%%/data/png/powerUpAmmo.png -%%DATADIR%%/data/png/powerUpShield.png -%%DATADIR%%/data/png/powerUpTex.png -%%DATADIR%%/data/png/reflect-blend.png -%%DATADIR%%/data/png/reflect-gnd.png -%%DATADIR%%/data/png/reflect.png -%%DATADIR%%/data/png/shields.png -%%DATADIR%%/data/png/stat-top.png -%%DATADIR%%/data/png/statBar.png -%%DATADIR%%/data/png/superBomb.png -%%DATADIR%%/data/png/useFocus.png -%%DATADIR%%/data/png/useItem00.png -%%DATADIR%%/data/png/useItem01.png -%%DATADIR%%/data/png/cursor.png -%%DATADIR%%/data/png/menu_updown.png -%%DATADIR%%/data/fonts/space.txf -%%DATADIR%%/data/fonts/space.txf.small -%%DATADIR%%/data/wav/boom.wav -%%DATADIR%%/data/wav/exploBig.wav -%%DATADIR%%/data/wav/exploPop.wav -%%DATADIR%%/data/wav/exploStd.wav -%%DATADIR%%/data/wav/life_add.wav -%%DATADIR%%/data/wav/life_lose.wav -%%DATADIR%%/data/wav/music_game.wav -%%DATADIR%%/data/wav/music_menu.wav -%%DATADIR%%/data/wav/power.wav -%%PORTDOCS%%%%DOCSDIR%%/info.htm -%%PORTDOCS%%%%DOCSDIR%%/faq.htm -%%PORTDOCS%%%%DOCSDIR%%/images/heroAmmo00.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/heroAmmo01.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/heroAmmo02.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/powerUp00.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/powerUp01.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/powerUp02.jpg -%%PORTDOCS%%%%DOCSDIR%%/images/useItem00.jpg -@dirrm %%DATADIR%%/data/png -@dirrm %%DATADIR%%/data/fonts -@dirrm %%DATADIR%%/data/wav -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/games/chromium-bsu/scripts/configure b/games/chromium-bsu/scripts/configure deleted file mode 100644 index 340d35281dd2..000000000000 --- a/games/chromium-bsu/scripts/configure +++ /dev/null @@ -1,32 +0,0 @@ - -SDL_CONFIG=sdl11-config -SMPEG_CONFIG=smpeg-config -OPENAL_CONFIG_OPTS="./configure --enable-sdl --enable-smpeg--enable-vorbis" -SDL_LIBS="\`\$(SDL_CONFIG) --libs\`" -SDL_CFLAGS="\`\$(SDL_CONFIG) --cflags\` -DUSE_SDL" -SMPEG_LIBS="\`\$(SMPEG_CONFIG) --libs\`" -SMPEG_CFLAGS="\`\$(SMPEG_CONFIG) --cflags\`" -GL_LIBS="-lglpng -lGL -lGLU -lm" -AL_LIBS="-L${LOCALBASE}/lib -lopenal" -AL_CFLAGS="-I${LOCALBASE}/include" -PKG_CFLAGS="-DPKGDATADIR=\\\"$PREFIX/share/chromium\\\"" - -CONFIGFILE=${WRKSRC}/config.mak - -echo "OPENAL_CONFIG_OPTS = $OPENAL_CONFIG_OPTS" > ${CONFIGFILE} -echo "" >> ${CONFIGFILE} -echo "SDL_CONFIG = $SDL_CONFIG" >> ${CONFIGFILE} -echo "SMPEG_CONFIG = $SMPEG_CONFIG" >> ${CONFIGFILE} -echo "" >> ${CONFIGFILE} -echo "AL_CFLAGS = $AL_CFLAGS" >> ${CONFIGFILE} -echo "SDL_CFLAGS = $SDL_CFLAGS" >> ${CONFIGFILE} -echo "SMPEG_CFLAGS = $SMPEG_CFLAGS" >> ${CONFIGFILE} -echo "PKG_CFLAGS = $PKG_CFLAGS" >> ${CONFIGFILE} -echo "" >> ${CONFIGFILE} -echo "GL_LIBS = $GL_LIBS" >> ${CONFIGFILE} -echo "AL_LIBS = $AL_LIBS" >> ${CONFIGFILE} -echo "SDL_LIBS = $SDL_LIBS" >> ${CONFIGFILE} -echo "SMPEG_LIBS = $SMPEG_LIBS" >> ${CONFIGFILE} -echo "VORBIS_LIBS = $VORBIS_LIBS" >> ${CONFIGFILE} - -cp -f ${WRKSRC}/scripts/Makefile.no-setup ${WRKSRC}/Makefile diff --git a/games/ctris/Makefile b/games/ctris/Makefile deleted file mode 100644 index d2dd8e13af35..000000000000 --- a/games/ctris/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: ctetris -# Date created: 14 Aug 2004 -# Whom: Travis Poppe <tlp@liquidx.org> -# -# $FreeBSD$ -# - -PORTNAME= ctetris -PORTVERSION= 0.30 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= tlp@liquidx.org -COMMENT= Beautiful tetris clone written in C using the ncurses library - -USE_BZIP2= yes -USE_REINPLACE= yes - -MAN1= ctetris.1 -PLIST_FILES= bin/ctetris - -post-patch: - @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|termio.h|termios.h|' ${WRKSRC}/ctetris.h - -do-install: - ${INSTALL_MAN} ${WRKSRC}/ctetris.1 ${PREFIX}/man/man1/ctetris.1 - ${INSTALL_PROGRAM} ${WRKSRC}/ctetris ${PREFIX}/bin/ctetris - -.include <bsd.port.mk> diff --git a/games/ctris/distinfo b/games/ctris/distinfo deleted file mode 100644 index efb99b97fb43..000000000000 --- a/games/ctris/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ctetris-0.30.tar.bz2) = c6c6b9cf5d4b8ea4f82e498220293411 -SIZE (ctetris-0.30.tar.bz2) = 13527 diff --git a/games/ctris/pkg-descr b/games/ctris/pkg-descr deleted file mode 100644 index 298e7502b1f5..000000000000 --- a/games/ctris/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -ctetris is a beautiful tetris clone, written in C using the ncurses -library. It works very fast and efficient, so it should be possible to -play it even over a slow remote terminal. - -WWW: http://www.sourceforge.com/projects/ctetris/ - -- Travis Poppe -tlp@liquidx.org diff --git a/games/daimonin/Makefile b/games/daimonin/Makefile deleted file mode 100644 index 77091a2cbb55..000000000000 --- a/games/daimonin/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: daimonin-client -# Date created: 15 Feb 2005 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= daimonin_client -DISTVERSION= BETA3-0966 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= daimonin -EXTRACT_SUFX= .tgz - -MAINTAINER= pav@FreeBSD.org -COMMENT= Free open source Massively Multiplayer On-line Role-playing Game (MMORPG) - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX}/share/${PORTNAME} -USE_SDL= mixer image -USE_X_PREFIX= yes - -WRKSRC= ${WRKDIR}/daimonin/client/make/linux - -post-patch: - @${CHMOD} a+x ${WRKSRC}/configure - @${CP} ${PORTSDIR}/Templates/config.guess ${PORTSDIR}/Templates/config.sub \ - ${WRKSRC}/make_utils/ - -post-install: - @${ECHO} "cd ${PREFIX}/share/${PORTNAME} && ./daimonin" > ${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 e5a7e45171ca..000000000000 --- a/games/daimonin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (daimonin_client-BETA3-0966.tgz) = f15098816863537ed547b4f70d1413c2 -SIZE (daimonin_client-BETA3-0966.tgz) = 15101397 diff --git a/games/daimonin/files/patch-src-uncompr.c b/games/daimonin/files/patch-src-uncompr.c deleted file mode 100644 index c1a124362981..000000000000 --- a/games/daimonin/files/patch-src-uncompr.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ../../src/uncompr.c.orig Sun Nov 30 22:59:30 2003 -+++ ../../src/uncompr.c Wed Feb 16 22:11:32 2005 -@@ -39,7 +39,7 @@ - - stream.next_out = dest; - stream.avail_out = (uInt)*destLen; -- if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR; -+ if ((uLong)stream.avail_out != (uInt)*destLen) return Z_BUF_ERROR; - - stream.zalloc = (alloc_func)0; - stream.zfree = (free_func)0; diff --git a/games/daimonin/files/patch-src-wrapper.c b/games/daimonin/files/patch-src-wrapper.c deleted file mode 100644 index dc78b4bafbe7..000000000000 --- a/games/daimonin/files/patch-src-wrapper.c +++ /dev/null @@ -1,20 +0,0 @@ ---- ../../src/wrapper.c.orig Thu Dec 18 22:43:08 2003 -+++ ../../src/wrapper.c Wed Feb 16 10:09:17 2005 -@@ -44,13 +44,15 @@ - } - if(!logstream) /* secure: we have no open stream*/ - flag = FALSE; -- va_start(ap, format); - if(flag) - { -+ va_start(ap, format); - vfprintf(stdout, format, ap); -+ va_end(ap); -+ va_start(ap, format); - vfprintf(logstream, format, ap); -+ va_end(ap); - } -- va_end(ap); - fflush(logstream); - - #endif diff --git a/games/daimonin/pkg-descr b/games/daimonin/pkg-descr deleted file mode 100644 index 6fbdd6cf5f2f..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.net/ diff --git a/games/daimonin/pkg-plist b/games/daimonin/pkg-plist deleted file mode 100644 index 38e02bb13f06..000000000000 --- a/games/daimonin/pkg-plist +++ /dev/null @@ -1,528 +0,0 @@ -bin/daimonin -share/daimonin_client/sfx/arrow_hit.wav -share/daimonin_client/sfx/weapon_attack.wav -share/daimonin_client/sfx/warning_statup.wav -share/daimonin_client/sfx/warning_statdown.wav -share/daimonin_client/sfx/warning_hp2.wav -share/daimonin_client/sfx/warning_hp.wav -share/daimonin_client/sfx/warning_food.wav -share/daimonin_client/sfx/warning_drain.wav -share/daimonin_client/sfx/throw.wav -share/daimonin_client/sfx/teleport.wav -share/daimonin_client/sfx/step2.wav -share/daimonin_client/sfx/step1.wav -share/daimonin_client/sfx/scroll.wav -share/daimonin_client/sfx/rod.wav -share/daimonin_client/sfx/push.wav -share/daimonin_client/sfx/pull.wav -share/daimonin_client/sfx/pray.wav -share/daimonin_client/sfx/poison.wav -share/daimonin_client/sfx/playerdead.wav -share/daimonin_client/sfx/petdead.wav -share/daimonin_client/sfx/open_container.wav -share/daimonin_client/sfx/missspell.wav -share/daimonin_client/sfx/miss_player2.wav -share/daimonin_client/sfx/miss_player1.wav -share/daimonin_client/sfx/miss_mob2.wav -share/daimonin_client/sfx/miss_mob1.wav -share/daimonin_client/sfx/magic_wound.wav -share/daimonin_client/sfx/magic_walls.wav -share/daimonin_client/sfx/magic_wall.wav -share/daimonin_client/sfx/magic_turn.wav -share/daimonin_client/sfx/magic_teleport.wav -share/daimonin_client/sfx/magic_summon3.wav -share/daimonin_client/sfx/magic_summon2.wav -share/daimonin_client/sfx/magic_summon1.wav -share/daimonin_client/sfx/magic_steambolt.wav -share/daimonin_client/sfx/magic_stat.wav -share/daimonin_client/sfx/magic_snowstorm.wav -share/daimonin_client/sfx/magic_slow.wav -share/daimonin_client/sfx/magic_sball.wav -share/daimonin_client/sfx/magic_rune.wav -share/daimonin_client/sfx/magic_orb.wav -share/daimonin_client/sfx/magic_rstrike.wav -share/daimonin_client/sfx/magic_protection.wav -share/daimonin_client/sfx/magic_poison.wav -share/daimonin_client/sfx/magic_paralyze.wav -share/daimonin_client/sfx/magic_mmap.wav -share/daimonin_client/sfx/magic_missile.wav -share/daimonin_client/sfx/magic_manaball.wav -share/daimonin_client/sfx/magic_magic.wav -share/daimonin_client/sfx/magic_invoke2.wav -share/daimonin_client/sfx/magic_invoke.wav -share/daimonin_client/sfx/magic_invisible.wav -share/daimonin_client/sfx/magic_ice.wav -share/daimonin_client/sfx/magic_hword.wav -share/daimonin_client/sfx/magic_fireball2.wav -share/daimonin_client/sfx/magic_fireball1.wav -share/daimonin_client/sfx/magic_fire.wav -share/daimonin_client/sfx/magic_fear.wav -share/daimonin_client/sfx/magic_elec.wav -share/daimonin_client/sfx/magic_destruction.wav -share/daimonin_client/sfx/magic_default.wav -share/daimonin_client/sfx/magic_death.wav -share/daimonin_client/sfx/magic_dark.wav -share/daimonin_client/sfx/magic_create.wav -share/daimonin_client/sfx/magic_confusion.wav -share/daimonin_client/sfx/magic_comet.wav -share/daimonin_client/sfx/magic_cancel.wav -share/daimonin_client/sfx/magic_bullet2.wav -share/daimonin_client/sfx/magic_bullet1.wav -share/daimonin_client/sfx/magic_bomb.wav -share/daimonin_client/sfx/magic_avatar.wav -share/daimonin_client/sfx/magic_animate.wav -share/daimonin_client/sfx/magic_acid.wav -share/daimonin_client/sfx/lose_some.wav -share/daimonin_client/sfx/learnspell.wav -share/daimonin_client/sfx/kill.wav -share/daimonin_client/sfx/hit_slash.wav -share/daimonin_client/sfx/hit_pierce.wav -share/daimonin_client/sfx/hit_impact.wav -share/daimonin_client/sfx/hit_hand.wav -share/daimonin_client/sfx/hit_cleave.wav -share/daimonin_client/sfx/hit_block.wav -share/daimonin_client/sfx/growl.wav -share/daimonin_client/sfx/get.wav -share/daimonin_client/sfx/gate_open.wav -share/daimonin_client/sfx/gate_close.wav -share/daimonin_client/sfx/fallhole.wav -share/daimonin_client/sfx/explosion.wav -share/daimonin_client/sfx/event01.wav -share/daimonin_client/sfx/drop.wav -share/daimonin_client/sfx/door_close.wav -share/daimonin_client/sfx/door.wav -share/daimonin_client/sfx/console.wav -share/daimonin_client/sfx/clock.wav -share/daimonin_client/sfx/click_fail.wav -share/daimonin_client/sfx/change1.wav -share/daimonin_client/sfx/bow1.wav -share/daimonin_client/sfx/weapon_hold.wav -@dirrm share/daimonin_client/sfx -share/daimonin_client/media/100-dreamybells.ogg -share/daimonin_client/media/thonkdonk.ogg -share/daimonin_client/media/template.png -share/daimonin_client/media/swamp.ogg -share/daimonin_client/media/spokyspace.ogg -share/daimonin_client/media/rubberfreak.ogg -share/daimonin_client/media/raspy.ogg -share/daimonin_client/media/rainthunder.ogg -share/daimonin_client/media/orchestral.ogg -share/daimonin_client/media/ocean.ogg -share/daimonin_client/media/media.txt -share/daimonin_client/media/landing.ogg -share/daimonin_client/media/jungle1.ogg -share/daimonin_client/media/help_screen.png -share/daimonin_client/media/ghost.ogg -share/daimonin_client/media/frozen.ogg -share/daimonin_client/media/fog_of_war.png -share/daimonin_client/media/fadeto.ogg -share/daimonin_client/media/electronoises.ogg -share/daimonin_client/media/echo.ogg -share/daimonin_client/media/comecloser.ogg -share/daimonin_client/media/bubblymud.ogg -share/daimonin_client/media/barrenlands.ogg -share/daimonin_client/media/airhits-02.ogg -share/daimonin_client/media/airhits-01.ogg -share/daimonin_client/media/89-bubblysweep.ogg -share/daimonin_client/media/77-keybd-01.ogg -share/daimonin_client/media/150-keybd.ogg -share/daimonin_client/media/137-bassbuild.ogg -share/daimonin_client/media/124-tensepitch.ogg -share/daimonin_client/media/124-splashy.ogg -share/daimonin_client/media/124-anating.ogg -share/daimonin_client/media/110-keybd.ogg -share/daimonin_client/media/100-vibra.ogg -share/daimonin_client/media/welcome.png -@dirrm share/daimonin_client/media -share/daimonin_client/cache/README.txt -@dirrm share/daimonin_client/cache -share/daimonin_client/bitmaps/apply.png -share/daimonin_client/bitmaps/warn_food.png -share/daimonin_client/bitmaps/wand.png -share/daimonin_client/bitmaps/unpaid.png -share/daimonin_client/bitmaps/traped.png -share/daimonin_client/bitmaps/textwin_scroll.png -share/daimonin_client/bitmaps/textwin_mask.png -share/daimonin_client/bitmaps/textwin_blank.png -share/daimonin_client/bitmaps/textwin.png -share/daimonin_client/bitmaps/text_spot.png -share/daimonin_client/bitmaps/testtubes.png -share/daimonin_client/bitmaps/target_talk.png -share/daimonin_client/bitmaps/target_spot.png -share/daimonin_client/bitmaps/target_normal.png -share/daimonin_client/bitmaps/target_hp_b.png -share/daimonin_client/bitmaps/target_hp.png -share/daimonin_client/bitmaps/target_attack.png -share/daimonin_client/bitmaps/stats.png -share/daimonin_client/bitmaps/sp_back2.png -share/daimonin_client/bitmaps/sp_back.png -share/daimonin_client/bitmaps/sp.png -share/daimonin_client/bitmaps/slider_up.png -share/daimonin_client/bitmaps/slider_down.png -share/daimonin_client/bitmaps/slider.png -share/daimonin_client/bitmaps/sleep.png -share/daimonin_client/bitmaps/scared.png -share/daimonin_client/bitmaps/range_wizard_no.png -share/daimonin_client/bitmaps/range_wizard.png -share/daimonin_client/bitmaps/range_tool_no.png -share/daimonin_client/bitmaps/range_tool.png -share/daimonin_client/bitmaps/range_throw_no.png -share/daimonin_client/bitmaps/range_throw.png -share/daimonin_client/bitmaps/range_skill_no.png -share/daimonin_client/bitmaps/range_skill.png -share/daimonin_client/bitmaps/range_priest_no.png -share/daimonin_client/bitmaps/range_priest.png -share/daimonin_client/bitmaps/range_marker.png -share/daimonin_client/bitmaps/range_ctrl_no.png -share/daimonin_client/bitmaps/range_ctrl.png -share/daimonin_client/bitmaps/range.png -share/daimonin_client/bitmaps/quickslots.png -share/daimonin_client/bitmaps/quad_button_up.png -share/daimonin_client/bitmaps/quad_button_down.png -share/daimonin_client/bitmaps/probe.png -share/daimonin_client/bitmaps/pray.png -share/daimonin_client/bitmaps/player_doll2.png -share/daimonin_client/bitmaps/player_doll1.png -share/daimonin_client/bitmaps/pentagram.png -share/daimonin_client/bitmaps/paralyzed.png -share/daimonin_client/bitmaps/panel_p1.png -share/daimonin_client/bitmaps/palette.png -share/daimonin_client/bitmaps/options_settings.png -share/daimonin_client/bitmaps/options_mark_right.png -share/daimonin_client/bitmaps/options_mark_left.png -share/daimonin_client/bitmaps/options_logout.png -share/daimonin_client/bitmaps/options_keys.png -share/daimonin_client/bitmaps/options_head.png -share/daimonin_client/bitmaps/options_back.png -share/daimonin_client/bitmaps/options_alpha.png -share/daimonin_client/bitmaps/number.png -share/daimonin_client/bitmaps/nchar_marker.png -share/daimonin_client/bitmaps/magic.png -share/daimonin_client/bitmaps/logo270.png -share/daimonin_client/bitmaps/login_inp.png -share/daimonin_client/bitmaps/lock.png -share/daimonin_client/bitmaps/loading.png -share/daimonin_client/bitmaps/invslot_u.png -share/daimonin_client/bitmaps/invslot.png -share/daimonin_client/bitmaps/inventory.png -share/daimonin_client/bitmaps/inv_scroll.png -share/daimonin_client/bitmaps/intro.png -share/daimonin_client/bitmaps/icon.png -share/daimonin_client/bitmaps/hp_back2.png -share/daimonin_client/bitmaps/hp_back.png -share/daimonin_client/bitmaps/hp.png -share/daimonin_client/bitmaps/help2.png -share/daimonin_client/bitmaps/help1.png -share/daimonin_client/bitmaps/group_spot.png -share/daimonin_client/bitmaps/group_menu.png -share/daimonin_client/bitmaps/group_clear.png -share/daimonin_client/bitmaps/group.png -share/daimonin_client/bitmaps/grace_back2.png -share/daimonin_client/bitmaps/grace_back.png -share/daimonin_client/bitmaps/grace.png -share/daimonin_client/bitmaps/frame_line.png -share/daimonin_client/bitmaps/food_back2.png -share/daimonin_client/bitmaps/food_back.png -share/daimonin_client/bitmaps/food.png -share/daimonin_client/bitmaps/font_big.png -share/daimonin_client/bitmaps/font7x4out.png -share/daimonin_client/bitmaps/font7x4.png -share/daimonin_client/bitmaps/font6x3out.png -share/daimonin_client/bitmaps/exp_skill_line.png -share/daimonin_client/bitmaps/exp_skill_bubble.png -share/daimonin_client/bitmaps/exp_skill_border.png -share/daimonin_client/bitmaps/exp_line.png -share/daimonin_client/bitmaps/exp_bubble2.png -share/daimonin_client/bitmaps/exp_bubble.png -share/daimonin_client/bitmaps/exp_border.png -share/daimonin_client/bitmaps/enemy2.png -share/daimonin_client/bitmaps/enemy1.png -share/daimonin_client/bitmaps/dialog_title_spell.png -share/daimonin_client/bitmaps/dialog_title_skill.png -share/daimonin_client/bitmaps/dialog_title_options.png -share/daimonin_client/bitmaps/dialog_title_login.png -share/daimonin_client/bitmaps/dialog_title_keybind.png -share/daimonin_client/bitmaps/dialog_title_creation.png -share/daimonin_client/bitmaps/dialog_tab_stop.png -share/daimonin_client/bitmaps/dialog_tab_start.png -share/daimonin_client/bitmaps/dialog_tab_sel.png -share/daimonin_client/bitmaps/dialog_tab.png -share/daimonin_client/bitmaps/dialog_range_r.png -share/daimonin_client/bitmaps/dialog_range_off.png -share/daimonin_client/bitmaps/dialog_range_l.png -share/daimonin_client/bitmaps/dialog_question.png -share/daimonin_client/bitmaps/dialog_checker.png -share/daimonin_client/bitmaps/dialog_button_up.png -share/daimonin_client/bitmaps/dialog_button_down.png -share/daimonin_client/bitmaps/dialog_bg.png -share/daimonin_client/bitmaps/death.png -share/daimonin_client/bitmaps/damned.png -share/daimonin_client/bitmaps/cursed.png -share/daimonin_client/bitmaps/confused.png -share/daimonin_client/bitmaps/cmark_start.png -share/daimonin_client/bitmaps/cmark_middle.png -share/daimonin_client/bitmaps/cmark_end.png -share/daimonin_client/bitmaps/clear_spot.png -share/daimonin_client/bitmaps/buff_spot.png -share/daimonin_client/bitmaps/border6.png -share/daimonin_client/bitmaps/border5.png -share/daimonin_client/bitmaps/border4.png -share/daimonin_client/bitmaps/border3.png -share/daimonin_client/bitmaps/border2.png -share/daimonin_client/bitmaps/border1.png -share/daimonin_client/bitmaps/blind.png -share/daimonin_client/bitmaps/black_tile.png -share/daimonin_client/bitmaps/below_scroll.png -share/daimonin_client/bitmaps/below.png -share/daimonin_client/bitmaps/warn_hp.png -@dirrm share/daimonin_client/bitmaps -share/daimonin_client/gfx_user/README.txt -@dirrm share/daimonin_client/gfx_user -share/daimonin_client/srv_files/README.txt -@dirrm share/daimonin_client/srv_files -share/daimonin_client/icons/si_001.png -share/daimonin_client/icons/sk_041.png -share/daimonin_client/icons/sk_040.png -share/daimonin_client/icons/sk_039.png -share/daimonin_client/icons/sk_038.png -share/daimonin_client/icons/sk_037.png -share/daimonin_client/icons/sk_036.png -share/daimonin_client/icons/sk_035.png -share/daimonin_client/icons/sk_034.png -share/daimonin_client/icons/sk_033.png -share/daimonin_client/icons/sk_032.png -share/daimonin_client/icons/sk_031.png -share/daimonin_client/icons/sk_030.png -share/daimonin_client/icons/sk_029.png -share/daimonin_client/icons/sk_028.png -share/daimonin_client/icons/sk_027.png -share/daimonin_client/icons/sk_026.png -share/daimonin_client/icons/sk_025.png -share/daimonin_client/icons/sk_024.png -share/daimonin_client/icons/sk_023.png -share/daimonin_client/icons/sk_022.png -share/daimonin_client/icons/sk_021.png -share/daimonin_client/icons/sk_020.png -share/daimonin_client/icons/sk_019.png -share/daimonin_client/icons/sk_018.png -share/daimonin_client/icons/sk_017.png -share/daimonin_client/icons/sk_016.png -share/daimonin_client/icons/sk_015.png -share/daimonin_client/icons/sk_014.png -share/daimonin_client/icons/sk_013.png -share/daimonin_client/icons/sk_012.png -share/daimonin_client/icons/sk_011.png -share/daimonin_client/icons/sk_010.png -share/daimonin_client/icons/sk_009.png -share/daimonin_client/icons/sk_008.png -share/daimonin_client/icons/sk_007.png -share/daimonin_client/icons/sk_006.png -share/daimonin_client/icons/sk_005.png -share/daimonin_client/icons/sk_004.png -share/daimonin_client/icons/sk_003.png -share/daimonin_client/icons/sk_002.png -share/daimonin_client/icons/sk_001.png -share/daimonin_client/icons/si_wiz.png -share/daimonin_client/icons/si_pri.png -share/daimonin_client/icons/si_194.png -share/daimonin_client/icons/si_193.png -share/daimonin_client/icons/si_192.png -share/daimonin_client/icons/si_191.png -share/daimonin_client/icons/si_190.png -share/daimonin_client/icons/si_189.png -share/daimonin_client/icons/si_188.png -share/daimonin_client/icons/si_187.png -share/daimonin_client/icons/si_186.png -share/daimonin_client/icons/si_185.png -share/daimonin_client/icons/si_184.png -share/daimonin_client/icons/si_183.png -share/daimonin_client/icons/si_182.png -share/daimonin_client/icons/si_181.png -share/daimonin_client/icons/si_180.png -share/daimonin_client/icons/si_179.png -share/daimonin_client/icons/si_178.png -share/daimonin_client/icons/si_177.png -share/daimonin_client/icons/si_176.png -share/daimonin_client/icons/si_175.png -share/daimonin_client/icons/si_174.png -share/daimonin_client/icons/si_173.png -share/daimonin_client/icons/si_172.png -share/daimonin_client/icons/si_171.png -share/daimonin_client/icons/si_170.png -share/daimonin_client/icons/si_169.png -share/daimonin_client/icons/si_168.png -share/daimonin_client/icons/si_167.png -share/daimonin_client/icons/si_166.png -share/daimonin_client/icons/si_165.png -share/daimonin_client/icons/si_164.png -share/daimonin_client/icons/si_163.png -share/daimonin_client/icons/si_162.png -share/daimonin_client/icons/si_161.png -share/daimonin_client/icons/si_160.png -share/daimonin_client/icons/si_159.png -share/daimonin_client/icons/si_158.png -share/daimonin_client/icons/si_157.png -share/daimonin_client/icons/si_156.png -share/daimonin_client/icons/si_155.png -share/daimonin_client/icons/si_154.png -share/daimonin_client/icons/si_153.png -share/daimonin_client/icons/si_152.png -share/daimonin_client/icons/si_151.png -share/daimonin_client/icons/si_150.png -share/daimonin_client/icons/si_149.png -share/daimonin_client/icons/si_148.png -share/daimonin_client/icons/si_147.png -share/daimonin_client/icons/si_146.png -share/daimonin_client/icons/si_145.png -share/daimonin_client/icons/si_144.png -share/daimonin_client/icons/si_143.png -share/daimonin_client/icons/si_142.png -share/daimonin_client/icons/si_141.png -share/daimonin_client/icons/si_140.png -share/daimonin_client/icons/si_139.png -share/daimonin_client/icons/si_138.png -share/daimonin_client/icons/si_137.png -share/daimonin_client/icons/si_136.png -share/daimonin_client/icons/si_135.png -share/daimonin_client/icons/si_134.png -share/daimonin_client/icons/si_133.png -share/daimonin_client/icons/si_132.png -share/daimonin_client/icons/si_131.png -share/daimonin_client/icons/si_130.png -share/daimonin_client/icons/si_129.png -share/daimonin_client/icons/si_128.png -share/daimonin_client/icons/si_127.png -share/daimonin_client/icons/si_126.png -share/daimonin_client/icons/si_125.png -share/daimonin_client/icons/si_124.png -share/daimonin_client/icons/si_123.png -share/daimonin_client/icons/si_122.png -share/daimonin_client/icons/si_121.png -share/daimonin_client/icons/si_120.png -share/daimonin_client/icons/si_119.png -share/daimonin_client/icons/si_118.png -share/daimonin_client/icons/si_117.png -share/daimonin_client/icons/si_116.png -share/daimonin_client/icons/si_115.png -share/daimonin_client/icons/si_114.png -share/daimonin_client/icons/si_113.png -share/daimonin_client/icons/si_112.png -share/daimonin_client/icons/si_111.png -share/daimonin_client/icons/si_110.png -share/daimonin_client/icons/si_109.png -share/daimonin_client/icons/si_108.png -share/daimonin_client/icons/si_107.png -share/daimonin_client/icons/si_106.png -share/daimonin_client/icons/si_105.png -share/daimonin_client/icons/si_104.png -share/daimonin_client/icons/si_103.png -share/daimonin_client/icons/si_102.png -share/daimonin_client/icons/si_101.png -share/daimonin_client/icons/si_100.png -share/daimonin_client/icons/si_099.png -share/daimonin_client/icons/si_098.png -share/daimonin_client/icons/si_097.png -share/daimonin_client/icons/si_096.png -share/daimonin_client/icons/si_095.png -share/daimonin_client/icons/si_094.png -share/daimonin_client/icons/si_093.png -share/daimonin_client/icons/si_092.png -share/daimonin_client/icons/si_091.png -share/daimonin_client/icons/si_090.png -share/daimonin_client/icons/si_089.png -share/daimonin_client/icons/si_088.png -share/daimonin_client/icons/si_087.png -share/daimonin_client/icons/si_086.png -share/daimonin_client/icons/si_085.png -share/daimonin_client/icons/si_084.png -share/daimonin_client/icons/si_083.png -share/daimonin_client/icons/si_082.png -share/daimonin_client/icons/si_081.png -share/daimonin_client/icons/si_080.png -share/daimonin_client/icons/si_079.png -share/daimonin_client/icons/si_078.png -share/daimonin_client/icons/si_077.png -share/daimonin_client/icons/si_076.png -share/daimonin_client/icons/si_075.png -share/daimonin_client/icons/si_074.png -share/daimonin_client/icons/si_073.png -share/daimonin_client/icons/si_072.png -share/daimonin_client/icons/si_071.png -share/daimonin_client/icons/si_070.png -share/daimonin_client/icons/si_069.png -share/daimonin_client/icons/si_068.png -share/daimonin_client/icons/si_067.png -share/daimonin_client/icons/si_066.png -share/daimonin_client/icons/si_065.png -share/daimonin_client/icons/si_064.png -share/daimonin_client/icons/si_063.png -share/daimonin_client/icons/si_062.png -share/daimonin_client/icons/si_061.png -share/daimonin_client/icons/si_060.png -share/daimonin_client/icons/si_059.png -share/daimonin_client/icons/si_058.png -share/daimonin_client/icons/si_057.png -share/daimonin_client/icons/si_056.png -share/daimonin_client/icons/si_055.png -share/daimonin_client/icons/si_054.png -share/daimonin_client/icons/si_053.png -share/daimonin_client/icons/si_052.png -share/daimonin_client/icons/si_051.png -share/daimonin_client/icons/si_050.png -share/daimonin_client/icons/si_049.png -share/daimonin_client/icons/si_048.png -share/daimonin_client/icons/si_047.png -share/daimonin_client/icons/si_046.png -share/daimonin_client/icons/si_045.png -share/daimonin_client/icons/si_044.png -share/daimonin_client/icons/si_043.png -share/daimonin_client/icons/si_042.png -share/daimonin_client/icons/si_041.png -share/daimonin_client/icons/si_040.png -share/daimonin_client/icons/si_039.png -share/daimonin_client/icons/si_038.png -share/daimonin_client/icons/si_037.png -share/daimonin_client/icons/si_036.png -share/daimonin_client/icons/si_035.png -share/daimonin_client/icons/si_034.png -share/daimonin_client/icons/si_033.png -share/daimonin_client/icons/si_032.png -share/daimonin_client/icons/si_031.png -share/daimonin_client/icons/si_030.png -share/daimonin_client/icons/si_029.png -share/daimonin_client/icons/si_028.png -share/daimonin_client/icons/si_027.png -share/daimonin_client/icons/si_026.png -share/daimonin_client/icons/si_025.png -share/daimonin_client/icons/si_024.png -share/daimonin_client/icons/si_023.png -share/daimonin_client/icons/si_022.png -share/daimonin_client/icons/si_021.png -share/daimonin_client/icons/si_020.png -share/daimonin_client/icons/si_019.png -share/daimonin_client/icons/si_018.png -share/daimonin_client/icons/si_017.png -share/daimonin_client/icons/si_016.png -share/daimonin_client/icons/si_015.png -share/daimonin_client/icons/si_014.png -share/daimonin_client/icons/si_013.png -share/daimonin_client/icons/si_012.png -share/daimonin_client/icons/si_011.png -share/daimonin_client/icons/si_010.png -share/daimonin_client/icons/si_009.png -share/daimonin_client/icons/si_008.png -share/daimonin_client/icons/si_007.png -share/daimonin_client/icons/si_006.png -share/daimonin_client/icons/si_005.png -share/daimonin_client/icons/si_004.png -share/daimonin_client/icons/si_003.png -share/daimonin_client/icons/si_002.png -share/daimonin_client/icons/sk_042.png -@dirrm share/daimonin_client/icons -share/daimonin_client/options.dat -share/daimonin_client/keys.dat -share/daimonin_client/daimonin.p0 -share/daimonin_client/License -share/daimonin_client/archdef.dat -share/daimonin_client/daimonin -@dirrm share/daimonin_client diff --git a/games/empire/Makefile b/games/empire/Makefile index e41a7eb562f8..a4f3433d228b 100644 --- a/games/empire/Makefile +++ b/games/empire/Makefile @@ -17,6 +17,7 @@ COMMENT= Solitaire empire game "VMS Empire" MAN6= empire.6 PLIST_FILES= bin/empire %%DOCSDIR%%/BUGS %%DOCSDIR%%/README PLIST_DIRS= %%DOCSDIR%% +USE_GMAKE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin/empire diff --git a/games/etuxracer/Makefile b/games/etuxracer/Makefile deleted file mode 100644 index 33e0f7b96e09..000000000000 --- a/games/etuxracer/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: tuxracer -# Date created: 8 August 2000 -# Whom: Eric Anholt -# -# $FreeBSD$ -# - -PORTNAME= tuxracer -PORTVERSION= 0.61 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=tuxracer -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ - ${PORTNAME}-data-${PORTVERSION}.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A 3d penguin racing game using OpenGL - -LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 - -USE_SDL= mixer sdl -USE_GL= yes -USE_GMAKE= yes -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 -AUTOMAKE_ARGS= -a -CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIBS}" -MAKE_ENV= ${CONFIGURE_ENV} -CONFIGURE_ARGS= --with-tcl-inc="${LOCALBASE}/include/tcl8.3" \ - --with-tcl-libs="${LOCALBASE}/lib" \ - --with-gl-libs="${X11BASE}/lib" \ - --with-gl-inc="${X11BASE}/include" \ - --with-data-dir=${PREFIX}/share/tuxracer - -WORKDATA= ${WRKDIR}/${PORTNAME}-data-${PORTVERSION} -COURSEDIRS= 1 2 3 4 5 6 7 8 9 10 11 - -post-extract: - ${RM} ${WRKSRC}/missing - -post-install: - ${MKDIR} ${DATADIR} - (${CHMOD} -R o+r ${WORKDATA} && cd ${WORKDATA} && ${TAR} -c -f - *) | \ - (cd ${DATADIR} && ${TAR} -x -f - ) - -.include <bsd.port.mk> diff --git a/games/etuxracer/distinfo b/games/etuxracer/distinfo deleted file mode 100644 index cea33c85bf8a..000000000000 --- a/games/etuxracer/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (tuxracer-0.61.tar.gz) = 206e8197ceaf0f00b25d4e2b4156e563 -SIZE (tuxracer-0.61.tar.gz) = 636628 -MD5 (tuxracer-data-0.61.tar.gz) = aef877fee9e1a56483ff01fbdfb1e4b3 -SIZE (tuxracer-data-0.61.tar.gz) = 7402317 diff --git a/games/etuxracer/files/patch-configure.in b/games/etuxracer/files/patch-configure.in deleted file mode 100644 index fba860800b10..000000000000 --- a/games/etuxracer/files/patch-configure.in +++ /dev/null @@ -1,60 +0,0 @@ ---- configure.in.orig Tue Jan 16 07:26:29 2001 -+++ configure.in Thu Jul 4 00:47:06 2002 -@@ -43,16 +43,10 @@ - dnl General options - dnl -------------------------------------------------------------------------- - TR_CPPFLAGS="" --TR_CFLAGS="-O2 -Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations" --TR_CXXFLAGS="-O2 -Wall -fomit-frame-pointer -ffast-math -fexpensive-optimizations" -+TR_CFLAGS="" -+TR_CXXFLAGS="" - TR_LIBS="" - --case "$host" in --i*86-*-*) TR_CFLAGS="$TR_CFLAGS -malign-loops=2 -malign-jumps=2 -malign-functions=2"; -- TR_CXXFLAGS="$TR_CXXFLAGS -malign-loops=2 -malign-jumps=2 -malign-functions=2";; --alpha*-*-linux-*) TR_CFLAGS="$TR_CFLAGS -mieee";; --esac -- - AC_ARG_ENABLE(debug, [ --enable-debug Produce an executable with debugging symbols], - [TR_CFLAGS="-g -Wall"; TR_CXXFLAGS="-g -Wall"], - [TR_CPPFLAGS="$TR_CPPFLAGS -DTUXRACER_NO_ASSERT=1"]) -@@ -303,6 +297,10 @@ - - saved_LIBS="$LIBS" - -+if test "x$THREAD_LIB" = "x" ; then -+ THREAD_LIB="-lpthread" -+fi -+ - AC_DEFUN( CHECK_FOR_GL_LIB, [ - AC_MSG_CHECKING([for $GL_LIB_NAME library]) - LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME" -@@ -313,15 +311,15 @@ - TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME" - - else -- dnl Try with -lpthread -+ dnl Try with pthreads - - AC_MSG_CHECKING([for $GL_LIB_NAME library (with pthreads)]) -- LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME -lpthread" -+ LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME $THREAD_LIB" - AC_TRY_LINK( , , have_GL=yes, have_GL=no) - AC_MSG_RESULT([$have_GL]) - - if test "x$have_GL" = "xyes" ; then -- TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME -lpthread" -+ TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME $THREAD_LIB" - fi - fi - ]) -@@ -466,7 +464,7 @@ - if test "x$have_glx_h" = "xno" ; then - AC_MSG_ERROR([Cannot find GL/glx.h]) - fi -- -+ CFLAGS="$CFLAGS -DGLX_GLXEXT_LEGACY" - dnl Check that glXGetProcAddressARB is defined in glx.h - AC_MSG_CHECKING([whether glx.h defines glXGetProcAddressARB]); - AC_TRY_COMPILE( [#include <GL/glx.h>], [ char *foo = (char*) glXGetProcAddressARB; ], diff --git a/games/etuxracer/files/patch-game_config.c b/games/etuxracer/files/patch-game_config.c deleted file mode 100644 index 4cc58d2a829c..000000000000 --- a/games/etuxracer/files/patch-game_config.c +++ /dev/null @@ -1,55 +0,0 @@ ---- src/game_config.c.orig Sun Aug 17 17:59:46 2003 -+++ src/game_config.c Sun Aug 17 18:02:15 2003 -@@ -114,26 +114,26 @@ - */ - - #define INIT_PARAM( nam, val, typename, commnt ) \ -- Params. ## nam ## .loaded = False; \ -- Params. ## nam ## .name = #nam; \ -- Params. ## nam ## .deflt. ## typename ## _val = val; \ -- Params. ## nam ## .comment = commnt; -+ Params.nam.loaded = False; \ -+ Params.nam.name = #nam; \ -+ Params.nam.deflt.typename ## _val = val; \ -+ Params.nam.comment = commnt; - - #define INIT_PARAM_STRING( nam, val, commnt ) \ - INIT_PARAM( nam, val, string, commnt ); \ -- Params. ## nam ## .type = PARAM_STRING; -+ Params.nam.type = PARAM_STRING; - - #define INIT_PARAM_CHAR( nam, val, commnt ) \ - INIT_PARAM( nam, val, char, commnt ); \ -- Params. ## nam ## .type = PARAM_CHAR; -+ Params.nam.type = PARAM_CHAR; - - #define INIT_PARAM_INT( nam, val, commnt ) \ - INIT_PARAM( nam, val, int, commnt ); \ -- Params. ## nam ## .type = PARAM_INT; -+ Params.nam.type = PARAM_INT; - - #define INIT_PARAM_BOOL( nam, val, commnt ) \ - INIT_PARAM( nam, val, bool, commnt ); \ -- Params. ## nam ## .type = PARAM_BOOL; -+ Params.nam.type = PARAM_BOOL; - - - /* -@@ -310,13 +310,13 @@ - */ - #define FN_PARAM( name, typename, type ) \ - type getparam_ ## name() { \ -- if ( !Params. ## name ## .loaded ) { \ -- fetch_param_ ## typename( &( Params. ## name ) ); \ -+ if ( !Params.name.loaded ) { \ -+ fetch_param_ ## typename( &( Params.name ) ); \ - } \ -- return Params. ## name ## .val. ## typename ## _val; \ -+ return Params.name.val.typename ## _val; \ - } \ - void setparam_ ## name( type val) { \ -- set_param_ ## typename( &( Params. ## name ), val ); } -+ set_param_ ## typename( &( Params.name ), val ); } - - #define FN_PARAM_STRING( name ) \ - FN_PARAM( name, string, char* ) diff --git a/games/etuxracer/pkg-descr b/games/etuxracer/pkg-descr deleted file mode 100644 index 00afa74cb823..000000000000 --- a/games/etuxracer/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Tux Racer is a 3d penguin racing game. The object is to guide Tux down -an icy slope while avoiding trees and rocks. - -WWW: http://tuxracer.sourceforge.net/ - -- Eric Anholt -anholt@FreeBSD.org diff --git a/games/etuxracer/pkg-plist b/games/etuxracer/pkg-plist deleted file mode 100644 index 67029916d5f7..000000000000 --- a/games/etuxracer/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -bin/tuxracer -share/tuxracer/courses/bumpy_ride/course.tcl -share/tuxracer/courses/bumpy_ride/elev.rgb -share/tuxracer/courses/bumpy_ride/preview.rgb -share/tuxracer/courses/bumpy_ride/terrain.rgb -share/tuxracer/courses/bumpy_ride/trees.rgb -@dirrm share/tuxracer/courses/bumpy_ride -share/tuxracer/courses/course_idx.tcl -share/tuxracer/courses/bunny_hill/course.tcl -share/tuxracer/courses/bunny_hill/elev.rgb -share/tuxracer/courses/bunny_hill/preview.rgb -share/tuxracer/courses/bunny_hill/terrain.rgb -share/tuxracer/courses/bunny_hill/trees.rgb -@dirrm share/tuxracer/courses/bunny_hill -share/tuxracer/courses/common/buttprint.rgb -share/tuxracer/courses/common/buttstart.rgb -share/tuxracer/courses/common/buttstop.rgb -share/tuxracer/courses/common/cloudyback.rgb -share/tuxracer/courses/common/cloudybottom.rgb -share/tuxracer/courses/common/cloudyfront.rgb -share/tuxracer/courses/common/cloudyleft.rgb -share/tuxracer/courses/common/cloudyright.rgb -share/tuxracer/courses/common/cloudytop.rgb -share/tuxracer/courses/common/courseinit.tcl -share/tuxracer/courses/common/cupicon.rgb -share/tuxracer/courses/common/envmap.rgb -share/tuxracer/courses/common/finish.rgb -share/tuxracer/courses/common/flag.rgb -share/tuxracer/courses/common/foggy_light.tcl -share/tuxracer/courses/common/herring_standard.rgb -share/tuxracer/courses/common/herringrunicon.rgb -share/tuxracer/courses/common/ice.rgb -share/tuxracer/courses/common/night_light.tcl -share/tuxracer/courses/common/nightback.rgb -share/tuxracer/courses/common/nightbottom.rgb -share/tuxracer/courses/common/nightenv.rgb -share/tuxracer/courses/common/nightfront.rgb -share/tuxracer/courses/common/nightleft.rgb -share/tuxracer/courses/common/nightright.rgb -share/tuxracer/courses/common/nighttop.rgb -share/tuxracer/courses/common/nopreview.rgb -share/tuxracer/courses/common/rock.rgb -share/tuxracer/courses/common/shrub.rgb -share/tuxracer/courses/common/snow.rgb -share/tuxracer/courses/common/snowparticles.rgb -share/tuxracer/courses/common/start.rgb -share/tuxracer/courses/common/sunny_light.tcl -share/tuxracer/courses/common/sunnyback.rgb -share/tuxracer/courses/common/sunnybottom.rgb -share/tuxracer/courses/common/sunnyfront.rgb -share/tuxracer/courses/common/sunnyleft.rgb -share/tuxracer/courses/common/sunnyright.rgb -share/tuxracer/courses/common/sunnytop.rgb -share/tuxracer/courses/common/tree.rgb -share/tuxracer/courses/common/tree_barren.rgb -share/tuxracer/courses/common/tux_walk.tcl -share/tuxracer/courses/common/tree_polyhedron.tcl -share/tuxracer/courses/common/tux_moonwalk.tcl -@dirrm share/tuxracer/courses/common -share/tuxracer/courses/contrib/downhill_fear/course.tcl -share/tuxracer/courses/contrib/downhill_fear/elev.rgb -share/tuxracer/courses/contrib/downhill_fear/preview.rgb -share/tuxracer/courses/contrib/downhill_fear/terrain.rgb -share/tuxracer/courses/contrib/downhill_fear/trees.rgb -@dirrm share/tuxracer/courses/contrib/downhill_fear -share/tuxracer/courses/contrib/ice_canyon/course.tcl -share/tuxracer/courses/contrib/ice_canyon/elev.rgb -share/tuxracer/courses/contrib/ice_canyon/preview.rgb -share/tuxracer/courses/contrib/ice_canyon/terrain.rgb -share/tuxracer/courses/contrib/ice_canyon/trees.rgb -@dirrm share/tuxracer/courses/contrib/ice_canyon -share/tuxracer/courses/contrib/ingos_speedway/course.tcl -share/tuxracer/courses/contrib/ingos_speedway/elev.rgb -share/tuxracer/courses/contrib/ingos_speedway/preview.rgb -share/tuxracer/courses/contrib/ingos_speedway/terrain.rgb -share/tuxracer/courses/contrib/ingos_speedway/trees.rgb -@dirrm share/tuxracer/courses/contrib/ingos_speedway -share/tuxracer/courses/contrib/jools_big_mountain/course.tcl -share/tuxracer/courses/contrib/jools_big_mountain/elev.rgb -share/tuxracer/courses/contrib/jools_big_mountain/preview.rgb -share/tuxracer/courses/contrib/jools_big_mountain/terrain.rgb -share/tuxracer/courses/contrib/jools_big_mountain/trees.rgb -@dirrm share/tuxracer/courses/contrib/jools_big_mountain -share/tuxracer/courses/contrib/nebula/course.tcl -share/tuxracer/courses/contrib/nebula/elev.rgb -share/tuxracer/courses/contrib/nebula/preview.rgb -share/tuxracer/courses/contrib/nebula/terrain.rgb -share/tuxracer/courses/contrib/nebula/trees.rgb -@dirrm share/tuxracer/courses/contrib/nebula -share/tuxracer/courses/contrib/penguins_cant_fly/course.tcl -share/tuxracer/courses/contrib/penguins_cant_fly/elev.rgb -share/tuxracer/courses/contrib/penguins_cant_fly/preview.rgb -share/tuxracer/courses/contrib/penguins_cant_fly/terrain.rgb -share/tuxracer/courses/contrib/penguins_cant_fly/trees.rgb -@dirrm share/tuxracer/courses/contrib/penguins_cant_fly -share/tuxracer/courses/contrib/sentinel_towers/course.tcl -share/tuxracer/courses/contrib/sentinel_towers/elev.rgb -share/tuxracer/courses/contrib/sentinel_towers/preview.rgb -share/tuxracer/courses/contrib/sentinel_towers/terrain.rgb -share/tuxracer/courses/contrib/sentinel_towers/trees.rgb -@dirrm share/tuxracer/courses/contrib/sentinel_towers -share/tuxracer/courses/contrib/twin_paths/course.tcl -share/tuxracer/courses/contrib/twin_paths/elev.rgb -share/tuxracer/courses/contrib/twin_paths/preview.rgb -share/tuxracer/courses/contrib/twin_paths/terrain.rgb -share/tuxracer/courses/contrib/twin_paths/trees.rgb -@dirrm share/tuxracer/courses/contrib/twin_paths -@dirrm share/tuxracer/courses/contrib -share/tuxracer/courses/frozen_river/course.tcl -share/tuxracer/courses/frozen_river/elev.rgb -share/tuxracer/courses/frozen_river/preview.rgb -share/tuxracer/courses/frozen_river/terrain.rgb -share/tuxracer/courses/frozen_river/trees.rgb -@dirrm share/tuxracer/courses/frozen_river -share/tuxracer/courses/path_of_daggers/course.tcl -share/tuxracer/courses/path_of_daggers/elev.rgb -share/tuxracer/courses/path_of_daggers/preview.rgb -share/tuxracer/courses/path_of_daggers/terrain.rgb -share/tuxracer/courses/path_of_daggers/trees.rgb -@dirrm share/tuxracer/courses/path_of_daggers -share/tuxracer/courses/twisty_slope/course.tcl -share/tuxracer/courses/twisty_slope/elev.rgb -share/tuxracer/courses/twisty_slope/preview.rgb -share/tuxracer/courses/twisty_slope/terrain.rgb -share/tuxracer/courses/twisty_slope/trees.rgb -@dirrm share/tuxracer/courses/twisty_slope -@dirrm share/tuxracer/courses -share/tuxracer/README -share/tuxracer/fonts/trebuchet.tfm -share/tuxracer/fonts/trebuchet_white.rgb -share/tuxracer/fonts/trebuchet_yel_blk.rgb -@dirrm share/tuxracer/fonts -share/tuxracer/music/options1-jt.it -share/tuxracer/music/race1-jt.it -share/tuxracer/music/race2-jt.it -share/tuxracer/music/readme -share/tuxracer/music/start1-jt.it -share/tuxracer/music/wonrace1-jt.it -@dirrm share/tuxracer/music -share/tuxracer/sounds/tux_hit_tree1.wav -share/tuxracer/sounds/tux_on_ice1.wav -share/tuxracer/sounds/tux_on_rock1.wav -share/tuxracer/sounds/tux_on_snow1.wav -share/tuxracer/sounds/fish_pickup1.wav -share/tuxracer/sounds/fish_pickup2.wav -share/tuxracer/sounds/fish_pickup3.wav -@dirrm share/tuxracer/sounds -share/tuxracer/textures/checkmark.rgb -share/tuxracer/textures/conditions_button.rgb -share/tuxracer/textures/gaugeenergymask.rgb -share/tuxracer/textures/gaugeoutline.rgb -share/tuxracer/textures/gaugespeedmask.rgb -share/tuxracer/textures/herringicon.rgb -share/tuxracer/textures/listbox_arrows.rgb -share/tuxracer/textures/menu_bottom_left.rgb -share/tuxracer/textures/menu_bottom_right.rgb -share/tuxracer/textures/menu_title.rgb -share/tuxracer/textures/menu_top_left.rgb -share/tuxracer/textures/menu_top_right.rgb -share/tuxracer/textures/mirror_button.rgb -share/tuxracer/textures/mouse_cursor.rgb -share/tuxracer/textures/noicon.rgb -share/tuxracer/textures/snow_button.rgb -share/tuxracer/textures/splash_bl.rgb -share/tuxracer/textures/splash_br.rgb -share/tuxracer/textures/splash_tl.rgb -share/tuxracer/textures/splash_tr.rgb -share/tuxracer/textures/tuxlife.rgb -share/tuxracer/textures/wind_button.rgb -@dirrm share/tuxracer/textures -share/tuxracer/tux.tcl -share/tuxracer/tuxracer_init.tcl -@dirrm share/tuxracer diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile deleted file mode 100644 index 927ac198ac0d..000000000000 --- a/games/flightgear-data/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: flightgear -# Date created: 26 June 1999 -# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU> -# -# $FreeBSD$ -# - -PORTNAME= fgfs-base -PORTVERSION= 0.9.8 -CATEGORIES= games -MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Shared/ \ - ftp://ftp.de.flightgear.org/pub/fgfs/Shared/ - -MAINTAINER= des@FreeBSD.org -COMMENT= FlightGear scenery, textures and aircraft models - -NO_BUILD= yes -USE_BZIP2= yes -WRKSRC= ${WRKDIR}/data -DATADIR= ${PREFIX}/share/FlightGear - -post-extract: - @${FIND} ${WRKSRC} \( -name '.#*' -or -name '*~' \) -print -delete - -do-install: - @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0755 ${DATADIR} - @(cd ${WRKSRC} && ${FIND} . -type d | (cd ${DATADIR} &&\ - ${XARGS} ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0755)) - @(cd ${WRKSRC} && ${FIND} . -type f |\ - ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}) - -.include <bsd.port.mk> diff --git a/games/flightgear-data/distinfo b/games/flightgear-data/distinfo deleted file mode 100644 index f1bbd8ff4d1e..000000000000 --- a/games/flightgear-data/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (fgfs-base-0.9.8.tar.bz2) = 7354da8d5232ee02daee8d8759e83af3 -SIZE (fgfs-base-0.9.8.tar.bz2) = 74122557 diff --git a/games/flightgear-data/pkg-descr b/games/flightgear-data/pkg-descr deleted file mode 100644 index 47783395a415..000000000000 --- a/games/flightgear-data/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -The FlightGear flight simulator project is an open-source, -multi-platform, cooperative flight simulator development project. -Source code for the entire project is available and licensed under the -GNU General Public License. - -The goal of the FlightGear project is to create a sophisticated flight -simulator framework for use in research or academic environments, for -the development and pursuit of other interesting flight simulation -ideas, and as an end-user application. We are developing a -sophisticated, open simulation framework that can be expanded and -improved upon by anyone interested in contributing. - -There are many exciting possibilities for an open, free flight sim. -We hope that this project will be interesting and useful to many -people in many areas. - -WWW: http://www.flightgear.org/ diff --git a/games/flightgear-data/pkg-plist b/games/flightgear-data/pkg-plist deleted file mode 100644 index e3b0e744e37b..000000000000 --- a/games/flightgear-data/pkg-plist +++ /dev/null @@ -1,3814 +0,0 @@ -%%DATADIR%%/ATC/KEMT.taxi -%%DATADIR%%/ATC/default.approach -%%DATADIR%%/ATC/default.atis -%%DATADIR%%/ATC/default.ground -%%DATADIR%%/ATC/default.tower -%%DATADIR%%/ATC/default.transmissions -%%DATADIR%%/ATC/default.vce -%%DATADIR%%/ATC/default.wav -%%DATADIR%%/AUTHORS -%%DATADIR%%/Aircraft/737/737-set.xml -%%DATADIR%%/Aircraft/737/737.xml -%%DATADIR%%/Aircraft/737/Engines/CFM56.xml -%%DATADIR%%/Aircraft/737/Engines/direct.xml -%%DATADIR%%/Aircraft/737/Instruments/737-engines.xml -%%DATADIR%%/Aircraft/737/Instruments/737-flaps.xml -%%DATADIR%%/Aircraft/737/Instruments/737-gear.xml -%%DATADIR%%/Aircraft/737/Instruments/EADI.xml -%%DATADIR%%/Aircraft/737/Instruments/Textures/737-engines.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/737-flaps.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/adihsi.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/ah-face1.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/ah-face2.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/ah-face3.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/ah-face4.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/asi-face.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/asi-needle.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/auto-brake.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/auto-throttle-arm.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/autopilot-pnl.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/autopilot-sw.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/blank-256x256.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/clock.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/compass-face.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/du-panel-rh.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/du-panel.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/eadi_ladder.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/eicas background.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/eicas-guages.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/eng-egt.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/eng-n1.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/flap-guage.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/fuel-flow-guage.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/fuel-guage.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/gear-handle.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/gear-lights.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/master-caution-lite.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/mfd-bezel.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/pfd-background.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/ptorst-panel.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/radio-panel.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/standby-ah.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/standby-combo.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/standby-vor-adf.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/to-from.rgb -%%DATADIR%%/Aircraft/737/Instruments/Textures/weather-radar.rgb -%%DATADIR%%/Aircraft/737/Instruments/auto-brake.xml -%%DATADIR%%/Aircraft/737/Instruments/autopilot-panel.xml -%%DATADIR%%/Aircraft/737/Instruments/clock.xml -%%DATADIR%%/Aircraft/737/Instruments/du-panel-rh.xml -%%DATADIR%%/Aircraft/737/Instruments/du-panel.xml -%%DATADIR%%/Aircraft/737/Instruments/eicas.xml -%%DATADIR%%/Aircraft/737/Instruments/flap-guage.xml -%%DATADIR%%/Aircraft/737/Instruments/fuel-quantity.xml -%%DATADIR%%/Aircraft/737/Instruments/gear-handle.xml -%%DATADIR%%/Aircraft/737/Instruments/gear-lights.xml -%%DATADIR%%/Aircraft/737/Instruments/le-flap-lights.xml -%%DATADIR%%/Aircraft/737/Instruments/le-flap-lights1.xml -%%DATADIR%%/Aircraft/737/Instruments/master-caution.xml -%%DATADIR%%/Aircraft/737/Instruments/pfd1.xml -%%DATADIR%%/Aircraft/737/Instruments/pfd2.xml -%%DATADIR%%/Aircraft/737/Instruments/ptorst-panel.xml -%%DATADIR%%/Aircraft/737/Instruments/radiopanel.xml -%%DATADIR%%/Aircraft/737/Instruments/standby-ah.xml -%%DATADIR%%/Aircraft/737/Instruments/standby-combo.xml -%%DATADIR%%/Aircraft/737/Instruments/standby-vor-adf.xml -%%DATADIR%%/Aircraft/737/Instruments/weather-radar.xml -%%DATADIR%%/Aircraft/737/Models/733UA.rgb -%%DATADIR%%/Aircraft/737/Models/B737-300.ac -%%DATADIR%%/Aircraft/737/Models/boeing733.xml -%%DATADIR%%/Aircraft/737/Panels/737-ifr-panel.xml -%%DATADIR%%/Aircraft/737/Panels/737-invis-1024x1024.rgb -%%DATADIR%%/Aircraft/737/Panels/737-invis-panel.xml -%%DATADIR%%/Aircraft/737/Panels/737300.rgb -%%DATADIR%%/Aircraft/737/Panels/README.txt -%%DATADIR%%/Aircraft/737/Sounds/737-sound.xml -%%DATADIR%%/Aircraft/737/Systems/737-autopilot.xml -%%DATADIR%%/Aircraft/737/submodels.xml -%%DATADIR%%/Aircraft/737/thumbnail.jpg -%%DATADIR%%/Aircraft/A-10/A-10-readme.txt -%%DATADIR%%/Aircraft/A-10/A-10-splash.rgb -%%DATADIR%%/Aircraft/A-10/A-10-submodels.xml -%%DATADIR%%/Aircraft/A-10/A-10-yasim.xml -%%DATADIR%%/Aircraft/A-10/A-10cl-set.xml -%%DATADIR%%/Aircraft/A-10/A-10fl-set.xml -%%DATADIR%%/Aircraft/A-10/COPYING -%%DATADIR%%/Aircraft/A-10/Huds/A-10-fgtbi.xml -%%DATADIR%%/Aircraft/A-10/Huds/A-10-hud1.xml -%%DATADIR%%/Aircraft/A-10/Huds/A-10-hudcard.xml -%%DATADIR%%/Aircraft/A-10/Huds/A-10-hudladder.xml -%%DATADIR%%/Aircraft/A-10/Huds/A-10-instrlabel.xml -%%DATADIR%%/Aircraft/A-10/Models/A-10-000.rgb -%%DATADIR%%/Aircraft/A-10/Models/A-10-model.xml -%%DATADIR%%/Aircraft/A-10/Models/A10-004-014h.ac -%%DATADIR%%/Aircraft/A-10/Models/Trajectory-Marker.ac -%%DATADIR%%/Aircraft/A-10/Models/Trajectory-Marker.xml -%%DATADIR%%/Aircraft/A-10/Nasal/A-10.nas -%%DATADIR%%/Aircraft/A-10/Panels/A-10-mini-panel.xml -%%DATADIR%%/Aircraft/A-10/Panels/A-10-vfr-panel.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/faces-LE-misc1.rgb -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/trans-green-bg.rgb -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/trans-orange-bg.rgb -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/trans-purple-bg.rgb -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures/trans-yellow-bg.rgb -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/attitude-indicator.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-accl.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-agl.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-alt.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-aoa.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-ap-speed-kt.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-brake.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-engine.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-flap.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-fuel-tank.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-fuel-tot.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-kias.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-mach.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-vsi.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/digital-wgt.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/flap-quadrant.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/single-throttle-quadrant.xml -%%DATADIR%%/Aircraft/A-10/Panels/Instruments/text-autopilot.xml -%%DATADIR%%/Aircraft/A-10/Panels/Textures/A-10-panel-bg.rgb -%%DATADIR%%/Aircraft/A-10/Panels/Textures/panel-trans-mini-bg.rgb -%%DATADIR%%/Aircraft/A-10/Sounds/A-10-sound.xml -%%DATADIR%%/Aircraft/A-10/Systems/A-10-autopilot.xml -%%DATADIR%%/Aircraft/A-10/Systems/A-10-electrical.xml -%%DATADIR%%/Aircraft/A-10/thumbnail.jpg -%%DATADIR%%/Aircraft/Generic/README -%%DATADIR%%/Aircraft/Generic/generic-autopilot.xml -%%DATADIR%%/Aircraft/Generic/generic-electrical.xml -%%DATADIR%%/Aircraft/Generic/generic-instrumentation.xml -%%DATADIR%%/Aircraft/Generic/generic-systems.xml -%%DATADIR%%/Aircraft/Hunter/Models/HelmetMk1a-ver6.rgb -%%DATADIR%%/Aircraft/Hunter/Models/accel.ac -%%DATADIR%%/Aircraft/Hunter/Models/adf.ac -%%DATADIR%%/Aircraft/Hunter/Models/adf.xml -%%DATADIR%%/Aircraft/Hunter/Models/airbrake-warning.ac -%%DATADIR%%/Aircraft/Hunter/Models/airbrake-warning.xml -%%DATADIR%%/Aircraft/Hunter/Models/altimeter.ac -%%DATADIR%%/Aircraft/Hunter/Models/altimeter.xml -%%DATADIR%%/Aircraft/Hunter/Models/asi-old.ac -%%DATADIR%%/Aircraft/Hunter/Models/asi.ac -%%DATADIR%%/Aircraft/Hunter/Models/asi.xml -%%DATADIR%%/Aircraft/Hunter/Models/attitude-mod1.ac -%%DATADIR%%/Aircraft/Hunter/Models/attitude.xml -%%DATADIR%%/Aircraft/Hunter/Models/dme.ac -%%DATADIR%%/Aircraft/Hunter/Models/dme.xml -%%DATADIR%%/Aircraft/Hunter/Models/droptank-100gal.ac -%%DATADIR%%/Aircraft/Hunter/Models/droptank.xml -%%DATADIR%%/Aircraft/Hunter/Models/egt.ac -%%DATADIR%%/Aircraft/Hunter/Models/egt.rgb -%%DATADIR%%/Aircraft/Hunter/Models/egt.xml -%%DATADIR%%/Aircraft/Hunter/Models/flap-emrgy-lowering.xml -%%DATADIR%%/Aircraft/Hunter/Models/flap-test.rgb -%%DATADIR%%/Aircraft/Hunter/Models/flap.ac -%%DATADIR%%/Aircraft/Hunter/Models/flap.xml -%%DATADIR%%/Aircraft/Hunter/Models/flaps.ac -%%DATADIR%%/Aircraft/Hunter/Models/flaps.rgb -%%DATADIR%%/Aircraft/Hunter/Models/flaps.xml -%%DATADIR%%/Aircraft/Hunter/Models/fuel-left.ac -%%DATADIR%%/Aircraft/Hunter/Models/fuel-left.xml -%%DATADIR%%/Aircraft/Hunter/Models/fuel-right.ac -%%DATADIR%%/Aircraft/Hunter/Models/fuel-right.xml -%%DATADIR%%/Aircraft/Hunter/Models/fuel.ac -%%DATADIR%%/Aircraft/Hunter/Models/gear.ac -%%DATADIR%%/Aircraft/Hunter/Models/gear.xml -%%DATADIR%%/Aircraft/Hunter/Models/ggs-mod1.ac -%%DATADIR%%/Aircraft/Hunter/Models/ggs.ac -%%DATADIR%%/Aircraft/Hunter/Models/ggs.xml -%%DATADIR%%/Aircraft/Hunter/Models/handle-flap-emergy.ac -%%DATADIR%%/Aircraft/Hunter/Models/helmet-Mk1a.ac -%%DATADIR%%/Aircraft/Hunter/Models/hotspotgrid.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hpothb07.dat -%%DATADIR%%/Aircraft/Hunter/Models/hpothb07.tif -%%DATADIR%%/Aircraft/Hunter/Models/hsi.ac -%%DATADIR%%/Aircraft/Hunter/Models/hsi.xml -%%DATADIR%%/Aircraft/Hunter/Models/hunter-accel.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-adf.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-airbrake.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-alt.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-altpress.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-asi.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-attitude-bezel.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-attitude.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-dme.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-egt.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-emgy-flap.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-flap-emgy-lbl.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-flaps.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-fuel.nas -%%DATADIR%%/Aircraft/Hunter/Models/hunter-fuel.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-ga11.ac -%%DATADIR%%/Aircraft/Hunter/Models/hunter-gear.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-gearwarn.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-ggs-02.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-ggs.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-gui.nas -%%DATADIR%%/Aircraft/Hunter/Models/hunter-large-bezel.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-mach.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-model-2t.xml -%%DATADIR%%/Aircraft/Hunter/Models/hunter-model.xml -%%DATADIR%%/Aircraft/Hunter/Models/hunter-panel-hotspots.xml -%%DATADIR%%/Aircraft/Hunter/Models/hunter-remote.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-remotearrow.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-rpm.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-submodels.xml -%%DATADIR%%/Aircraft/Hunter/Models/hunter-trim.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-turn-face.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-turn.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-tx-01c.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter-vsi.rgb -%%DATADIR%%/Aircraft/Hunter/Models/hunter__a.rgb -%%DATADIR%%/Aircraft/Hunter/Models/mach.ac -%%DATADIR%%/Aircraft/Hunter/Models/mach.xml -%%DATADIR%%/Aircraft/Hunter/Models/pilot-g.xml -%%DATADIR%%/Aircraft/Hunter/Models/pilots-notes.txt -%%DATADIR%%/Aircraft/Hunter/Models/plot.log -%%DATADIR%%/Aircraft/Hunter/Models/rpm.ac -%%DATADIR%%/Aircraft/Hunter/Models/rpm.rgb -%%DATADIR%%/Aircraft/Hunter/Models/rpm.xml -%%DATADIR%%/Aircraft/Hunter/Models/sig.xml -%%DATADIR%%/Aircraft/Hunter/Models/signature.ac -%%DATADIR%%/Aircraft/Hunter/Models/signature.rgb -%%DATADIR%%/Aircraft/Hunter/Models/transparent-bg.rgb -%%DATADIR%%/Aircraft/Hunter/Models/trim.ac -%%DATADIR%%/Aircraft/Hunter/Models/trim.xml -%%DATADIR%%/Aircraft/Hunter/Models/turn.ac -%%DATADIR%%/Aircraft/Hunter/Models/turn.xml -%%DATADIR%%/Aircraft/Hunter/Models/undercarriage-up-down.ac -%%DATADIR%%/Aircraft/Hunter/Models/undercarriage-up-down.rgb -%%DATADIR%%/Aircraft/Hunter/Models/undercarriage-up-down.xml -%%DATADIR%%/Aircraft/Hunter/Models/vsi.ac -%%DATADIR%%/Aircraft/Hunter/Models/vsi.xml -%%DATADIR%%/Aircraft/Hunter/Models/warning.ac -%%DATADIR%%/Aircraft/Hunter/Sounds/hunter-sound.xml -%%DATADIR%%/Aircraft/Hunter/Systems/hunter-autopilot.xml -%%DATADIR%%/Aircraft/Hunter/Systems/hunter-electrical.xml -%%DATADIR%%/Aircraft/Hunter/hpothb07.dat -%%DATADIR%%/Aircraft/Hunter/hpothb07.tif -%%DATADIR%%/Aircraft/Hunter/hunter-2tanks-set.xml -%%DATADIR%%/Aircraft/Hunter/hunter-set.xml -%%DATADIR%%/Aircraft/Hunter/hunter-sound.xml -%%DATADIR%%/Aircraft/Hunter/hunter-yasim-2t.xml -%%DATADIR%%/Aircraft/Hunter/hunter-yasim.xml -%%DATADIR%%/Aircraft/Hunter/pilots-notes.txt -%%DATADIR%%/Aircraft/Hunter/thumbnail.jpg -%%DATADIR%%/Aircraft/Instruments-3d/adf/adf.ac -%%DATADIR%%/Aircraft/Instruments-3d/adf/adf.xml -%%DATADIR%%/Aircraft/Instruments-3d/adf/adf01.rgb -%%DATADIR%%/Aircraft/Instruments-3d/adf/adf02.rgb -%%DATADIR%%/Aircraft/Instruments-3d/ai/ai.ac -%%DATADIR%%/Aircraft/Instruments-3d/ai/ai.xml -%%DATADIR%%/Aircraft/Instruments-3d/ai/ai01.rgb -%%DATADIR%%/Aircraft/Instruments-3d/ai/ai02.rgb -%%DATADIR%%/Aircraft/Instruments-3d/ai/ai03.rgb -%%DATADIR%%/Aircraft/Instruments-3d/ai/ai04.rgb -%%DATADIR%%/Aircraft/Instruments-3d/ai/ai05.rgb -%%DATADIR%%/Aircraft/Instruments-3d/alt/alt.ac -%%DATADIR%%/Aircraft/Instruments-3d/alt/alt.rgb -%%DATADIR%%/Aircraft/Instruments-3d/alt/alt.xml -%%DATADIR%%/Aircraft/Instruments-3d/asi-260-knot.ac -%%DATADIR%%/Aircraft/Instruments-3d/asi-260-knot.rgb -%%DATADIR%%/Aircraft/Instruments-3d/asi-260-knot.xml -%%DATADIR%%/Aircraft/Instruments-3d/asi/asi.ac -%%DATADIR%%/Aircraft/Instruments-3d/asi/asi.rgb -%%DATADIR%%/Aircraft/Instruments-3d/asi/asi.xml -%%DATADIR%%/Aircraft/Instruments-3d/attitude-indicator.ac -%%DATADIR%%/Aircraft/Instruments-3d/attitude-indicator.rgb -%%DATADIR%%/Aircraft/Instruments-3d/attitude-indicator.xml -%%DATADIR%%/Aircraft/Instruments-3d/clock/clock.ac -%%DATADIR%%/Aircraft/Instruments-3d/clock/clock.rgb -%%DATADIR%%/Aircraft/Instruments-3d/clock/clock.xml -%%DATADIR%%/Aircraft/Instruments-3d/comp/comp.ac -%%DATADIR%%/Aircraft/Instruments-3d/comp/comp.rgb -%%DATADIR%%/Aircraft/Instruments-3d/comp/comp.xml -%%DATADIR%%/Aircraft/Instruments-3d/controls/knob-cylinder.ac -%%DATADIR%%/Aircraft/Instruments-3d/controls/knob-flat.ac -%%DATADIR%%/Aircraft/Instruments-3d/controls/knob-plus.ac -%%DATADIR%%/Aircraft/Instruments-3d/controls/knob-rnd-lever.ac -%%DATADIR%%/Aircraft/Instruments-3d/controls/knob.rgb -%%DATADIR%%/Aircraft/Instruments-3d/controls/switch-large-flat.ac -%%DATADIR%%/Aircraft/Instruments-3d/controls/switch-large-rnd.ac -%%DATADIR%%/Aircraft/Instruments-3d/controls/switch-small-flat.ac -%%DATADIR%%/Aircraft/Instruments-3d/controls/switch-small-rnd.ac -%%DATADIR%%/Aircraft/Instruments-3d/egt/egt-01.rgb -%%DATADIR%%/Aircraft/Instruments-3d/egt/egt.ac -%%DATADIR%%/Aircraft/Instruments-3d/egt/egt.xml -%%DATADIR%%/Aircraft/Instruments-3d/hi/hi.ac -%%DATADIR%%/Aircraft/Instruments-3d/hi/hi.xml -%%DATADIR%%/Aircraft/Instruments-3d/hi/hi01.rgb -%%DATADIR%%/Aircraft/Instruments-3d/hi/hi02.rgb -%%DATADIR%%/Aircraft/Instruments-3d/kx170b/kx170b-01.rgb -%%DATADIR%%/Aircraft/Instruments-3d/kx170b/kx170b.ac -%%DATADIR%%/Aircraft/Instruments-3d/kx170b/kx170b.xml -%%DATADIR%%/Aircraft/Instruments-3d/mag-compass.ac -%%DATADIR%%/Aircraft/Instruments-3d/mag-compass.rgb -%%DATADIR%%/Aircraft/Instruments-3d/mag-compass.xml -%%DATADIR%%/Aircraft/Instruments-3d/pa28-fuel-oil/fuel-oil.rgb -%%DATADIR%%/Aircraft/Instruments-3d/pa28-fuel-oil/pa28-fuel-oil.ac -%%DATADIR%%/Aircraft/Instruments-3d/pa28-fuel-oil/pa28-fuel-oil.xml -%%DATADIR%%/Aircraft/Instruments-3d/tach/tach.ac -%%DATADIR%%/Aircraft/Instruments-3d/tach/tach.rgb -%%DATADIR%%/Aircraft/Instruments-3d/tach/tach.xml -%%DATADIR%%/Aircraft/Instruments-3d/tc/tc.ac -%%DATADIR%%/Aircraft/Instruments-3d/tc/tc.xml -%%DATADIR%%/Aircraft/Instruments-3d/tc/tc01.rgb -%%DATADIR%%/Aircraft/Instruments-3d/tc/tc02.rgb -%%DATADIR%%/Aircraft/Instruments-3d/tc/tc03.rgb -%%DATADIR%%/Aircraft/Instruments-3d/vor/vor.ac -%%DATADIR%%/Aircraft/Instruments-3d/vor/vor.xml -%%DATADIR%%/Aircraft/Instruments-3d/vor/vor01.rgb -%%DATADIR%%/Aircraft/Instruments-3d/vor/vor02.rgb -%%DATADIR%%/Aircraft/Instruments-3d/vor/vor03.rgb -%%DATADIR%%/Aircraft/Instruments-3d/vsi/vsi.ac -%%DATADIR%%/Aircraft/Instruments-3d/vsi/vsi.rgb -%%DATADIR%%/Aircraft/Instruments-3d/vsi/vsi.xml -%%DATADIR%%/Aircraft/Instruments/KAP140TwoAxis.xml -%%DATADIR%%/Aircraft/Instruments/KAP140TwoAxisAlt.xml -%%DATADIR%%/Aircraft/Instruments/Textures/KAP140.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/accel.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/airsp1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/airsp2.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/airsp3.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/airsp4.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/airspeed-160-knot.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/alt1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/alt2.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/alt3.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/ann-c172s.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/aoa-indexer.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/aoa.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/asi-260-knot.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/asi-590-knot-a4c.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/asi-c310.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/asi1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/asi2.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/ati1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/ati2.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/ati3.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/attitude-indicator.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/attitude1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/attitude2.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/attitude3.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/attitude4.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/attitude5.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/bendix-kx155.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/bezel.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/bezel1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/bezel3.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/blister.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/compass-ribbon.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/default-attitude-indicator.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/egt-fuel.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/egt1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/faces-1-hi.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/faces-1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/faces-3-hi.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/faces-3.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/faces-6.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/flaps.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/fuel1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/glareshield1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/gyro-fronts.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/handles.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/hdg1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/hdg2.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/hsi.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/hsi1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/hsi2.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/hsi3.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/hsi4.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/kr-87adf.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/led.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/logo.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/madr-misc1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/maintc.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/misc-1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/misc1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/misc2.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/misc3.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/nav1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/nav2.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/nav3.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/nav4.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/nav5.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/navcom-radios.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/oil1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/panel-mini-bg.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/panel-trans-mini-bg.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/percent.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/plusminus.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/radar_background.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/radar_frame.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/radar_misc.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/rpm1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/smlf.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/switches.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/tach-2700-redline.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/trn1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/vac-amp-oil.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/vac-amp1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/vertical-speed-6kfpm.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/vsi1.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/warning-lamps.rgb -%%DATADIR%%/Aircraft/Instruments/Textures/xpdr-kt76c-bg.rgb -%%DATADIR%%/Aircraft/Instruments/accel.xml -%%DATADIR%%/Aircraft/Instruments/adf-c172s.xml -%%DATADIR%%/Aircraft/Instruments/adf-hi.xml -%%DATADIR%%/Aircraft/Instruments/adf-radio.xml -%%DATADIR%%/Aircraft/Instruments/adf.xml -%%DATADIR%%/Aircraft/Instruments/alt-c172s.xml -%%DATADIR%%/Aircraft/Instruments/altimeter-hi.xml -%%DATADIR%%/Aircraft/Instruments/altimeter.xml -%%DATADIR%%/Aircraft/Instruments/ann-c172s.xml -%%DATADIR%%/Aircraft/Instruments/aoa-indexer.xml -%%DATADIR%%/Aircraft/Instruments/aoa.xml -%%DATADIR%%/Aircraft/Instruments/aoaL.xml -%%DATADIR%%/Aircraft/Instruments/asi-160-knot-hi.xml -%%DATADIR%%/Aircraft/Instruments/asi-160-knot.xml -%%DATADIR%%/Aircraft/Instruments/asi-1k-knot.xml -%%DATADIR%%/Aircraft/Instruments/asi-260-knot.xml -%%DATADIR%%/Aircraft/Instruments/asi-590-knot-a4c.xml -%%DATADIR%%/Aircraft/Instruments/asi-c172s.xml -%%DATADIR%%/Aircraft/Instruments/asi-c310.xml -%%DATADIR%%/Aircraft/Instruments/asi.xml -%%DATADIR%%/Aircraft/Instruments/ati-c172s.xml -%%DATADIR%%/Aircraft/Instruments/ati.xml -%%DATADIR%%/Aircraft/Instruments/attitude-indicator-hi.xml -%%DATADIR%%/Aircraft/Instruments/attitude-indicator.xml -%%DATADIR%%/Aircraft/Instruments/autopilot.xml -%%DATADIR%%/Aircraft/Instruments/brakes.xml -%%DATADIR%%/Aircraft/Instruments/clock.xml -%%DATADIR%%/Aircraft/Instruments/controls.xml -%%DATADIR%%/Aircraft/Instruments/default-160Knot-airspeed.xml -%%DATADIR%%/Aircraft/Instruments/dme.xml -%%DATADIR%%/Aircraft/Instruments/dual-manifold-pressure.xml -%%DATADIR%%/Aircraft/Instruments/egt-dual.xml -%%DATADIR%%/Aircraft/Instruments/egt-ff-c172s.xml -%%DATADIR%%/Aircraft/Instruments/egt.xml -%%DATADIR%%/Aircraft/Instruments/flap.xml -%%DATADIR%%/Aircraft/Instruments/fuel-c172s.xml -%%DATADIR%%/Aircraft/Instruments/fuel.xml -%%DATADIR%%/Aircraft/Instruments/gear-indicator.xml -%%DATADIR%%/Aircraft/Instruments/gear.xml -%%DATADIR%%/Aircraft/Instruments/gyro.xml -%%DATADIR%%/Aircraft/Instruments/hdg-c172s.xml -%%DATADIR%%/Aircraft/Instruments/hdg.xml -%%DATADIR%%/Aircraft/Instruments/hsi-bk-hi.xml -%%DATADIR%%/Aircraft/Instruments/hsi-hi.xml -%%DATADIR%%/Aircraft/Instruments/hsi.xml -%%DATADIR%%/Aircraft/Instruments/hsi2.xml -%%DATADIR%%/Aircraft/Instruments/jet-throttle-quadrant.xml -%%DATADIR%%/Aircraft/Instruments/kr-87adf.xml -%%DATADIR%%/Aircraft/Instruments/logo.xml -%%DATADIR%%/Aircraft/Instruments/magcompass.xml -%%DATADIR%%/Aircraft/Instruments/magneto-switch.xml -%%DATADIR%%/Aircraft/Instruments/markerbeacon.xml -%%DATADIR%%/Aircraft/Instruments/mixture-knob.xml -%%DATADIR%%/Aircraft/Instruments/n1.xml -%%DATADIR%%/Aircraft/Instruments/nav1-hi.xml -%%DATADIR%%/Aircraft/Instruments/nav1.xml -%%DATADIR%%/Aircraft/Instruments/nav3.xml -%%DATADIR%%/Aircraft/Instruments/navcom-kx155.xml -%%DATADIR%%/Aircraft/Instruments/navcom-radio.xml -%%DATADIR%%/Aircraft/Instruments/oat.xml -%%DATADIR%%/Aircraft/Instruments/oil-c172s.xml -%%DATADIR%%/Aircraft/Instruments/oil.xml -%%DATADIR%%/Aircraft/Instruments/pilot-g.xml -%%DATADIR%%/Aircraft/Instruments/propeller-knob.xml -%%DATADIR%%/Aircraft/Instruments/radar-minimized.xml -%%DATADIR%%/Aircraft/Instruments/radar.xml -%%DATADIR%%/Aircraft/Instruments/rmi.xml -%%DATADIR%%/Aircraft/Instruments/rpm-c172s.xml -%%DATADIR%%/Aircraft/Instruments/rpm-hi.xml -%%DATADIR%%/Aircraft/Instruments/rpm.xml -%%DATADIR%%/Aircraft/Instruments/single-magneto-switch.xml -%%DATADIR%%/Aircraft/Instruments/single-manifold-pressure.xml -%%DATADIR%%/Aircraft/Instruments/switch.xml -%%DATADIR%%/Aircraft/Instruments/tach-2700-redline.xml -%%DATADIR%%/Aircraft/Instruments/three-step-flap-quadrant.xml -%%DATADIR%%/Aircraft/Instruments/throttle-knob.xml -%%DATADIR%%/Aircraft/Instruments/throttle-quadrant.xml -%%DATADIR%%/Aircraft/Instruments/trn-c172s.xml -%%DATADIR%%/Aircraft/Instruments/trn.xml -%%DATADIR%%/Aircraft/Instruments/turn-hi.xml -%%DATADIR%%/Aircraft/Instruments/turn.xml -%%DATADIR%%/Aircraft/Instruments/twin-magneto-switch.xml -%%DATADIR%%/Aircraft/Instruments/vac-amp-c172s.xml -%%DATADIR%%/Aircraft/Instruments/vacamp.xml -%%DATADIR%%/Aircraft/Instruments/vertical-hi.xml -%%DATADIR%%/Aircraft/Instruments/vertical-speed-6kfpm.xml -%%DATADIR%%/Aircraft/Instruments/vertical.xml -%%DATADIR%%/Aircraft/Instruments/vertical1k.xml -%%DATADIR%%/Aircraft/Instruments/vor1-c172s.xml -%%DATADIR%%/Aircraft/Instruments/vor2-c172s.xml -%%DATADIR%%/Aircraft/Instruments/vsi-c172s.xml -%%DATADIR%%/Aircraft/Instruments/vsi.xml -%%DATADIR%%/Aircraft/Instruments/wxradar.xml -%%DATADIR%%/Aircraft/Instruments/xpdr-kt76c.xml -%%DATADIR%%/Aircraft/UIUC/Models/opus/opus-model.xml -%%DATADIR%%/Aircraft/UIUC/Models/opus/opus.mdl -%%DATADIR%%/Aircraft/UIUC/README.uiuc.html -%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/CLfa.dat -%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/Cmfa.dat -%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/Cmfade.dat -%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/README.a4.html -%%DATADIR%%/Aircraft/UIUC/a4-v1-nl/aircraft.dat -%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/CDfade.dat -%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/CLfade.dat -%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/Cmfade.dat -%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/README.airwaveXtreme150.html -%%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl/aircraft.dat -%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/CDfa-01.dat -%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/CLfa-01.dat -%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/Cmfa-01.dat -%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/Cmfade-01.dat -%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/README.asw20.html -%%DATADIR%%/Aircraft/UIUC/asw20-v1-nl/aircraft.dat -%%DATADIR%%/Aircraft/UIUC/beech99-v1/README.beech99.html -%%DATADIR%%/Aircraft/UIUC/beech99-v1/aircraft.dat -%%DATADIR%%/Aircraft/UIUC/beech99-v1/doc/index.html -%%DATADIR%%/Aircraft/UIUC/beech99-v1/doc/linear.html -%%DATADIR%%/Aircraft/UIUC/beech99-v1/doc/refs.html -%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/CDfa.dat -%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/CLfa.dat -%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/Cmfa.dat -%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/Cmfade.dat -%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/README.fkdr1.html -%%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl/aircraft.dat -%%DATADIR%%/Aircraft/UIUC/marchetti-v1/README.marchetti.html -%%DATADIR%%/Aircraft/UIUC/marchetti-v1/aircraft.dat -%%DATADIR%%/Aircraft/UIUC/ornithopter/README.orni.html -%%DATADIR%%/Aircraft/UIUC/ornithopter/aircraft.dat -%%DATADIR%%/Aircraft/UIUC/ornithopter/flap.dat -%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/CDfa.dat -%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/CLfa.dat -%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/Cmfa.dat -%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/Cmfade.dat -%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/README.sopwithCamel.html -%%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl/aircraft.dat -%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/CDfa.dat -%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/CLfade.dat -%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/Cmfa2.dat -%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/Cmfade6.dat -%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/README.wrightFlyer1903.html -%%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl/aircraft.dat -%%DATADIR%%/Aircraft/bo105/Instruments/asi/asi.ac -%%DATADIR%%/Aircraft/bo105/Instruments/asi/asi.rgb -%%DATADIR%%/Aircraft/bo105/Instruments/asi/asi.xml -%%DATADIR%%/Aircraft/bo105/Instruments/tach/tach.ac -%%DATADIR%%/Aircraft/bo105/Instruments/tach/tach.rgb -%%DATADIR%%/Aircraft/bo105/Instruments/tach/tach.xml -%%DATADIR%%/Aircraft/bo105/Models/README -%%DATADIR%%/Aircraft/bo105/Models/bo105-1.rgb -%%DATADIR%%/Aircraft/bo105/Models/bo105.ac -%%DATADIR%%/Aircraft/bo105/Models/bo105.nas -%%DATADIR%%/Aircraft/bo105/Models/bo105.xml -%%DATADIR%%/Aircraft/bo105/bo105-set.xml -%%DATADIR%%/Aircraft/bo105/bo105-sound.xml -%%DATADIR%%/Aircraft/bo105/bo105.xml -%%DATADIR%%/Aircraft/bo105/thumbnail.jpg -%%DATADIR%%/Aircraft/c172/610x-autopilot.xml -%%DATADIR%%/Aircraft/c172/Engines/eng_io320.xml -%%DATADIR%%/Aircraft/c172/Engines/prop_75in2f.xml -%%DATADIR%%/Aircraft/c172/Models/c172-01.rgb -%%DATADIR%%/Aircraft/c172/Models/c172-02.rgb -%%DATADIR%%/Aircraft/c172/Models/c172-car.xml -%%DATADIR%%/Aircraft/c172/Models/c172-dpm.ac -%%DATADIR%%/Aircraft/c172/Models/c172-dpm.xml -%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-01.rgb -%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-02.rgb -%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-03.rgb -%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-04.rgb -%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-07.rgb -%%DATADIR%%/Aircraft/c172/Panels/Textures/c172r-panel-08.rgb -%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-610x-bg.rgb -%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-bg.rgb -%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-c172r-bg.rgb -%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-mini-bg.rgb -%%DATADIR%%/Aircraft/c172/Panels/Textures/panel-trans-mini-bg.rgb -%%DATADIR%%/Aircraft/c172/Panels/Textures/shaped-bg.rgb -%%DATADIR%%/Aircraft/c172/Panels/Textures/transparent-bg.rgb -%%DATADIR%%/Aircraft/c172/Panels/c172-610x-panel.xml -%%DATADIR%%/Aircraft/c172/Panels/c172-fullscr.xml -%%DATADIR%%/Aircraft/c172/Panels/c172-fullscreen.xml -%%DATADIR%%/Aircraft/c172/Panels/c172-ifr-panel.xml -%%DATADIR%%/Aircraft/c172/Panels/c172-mini-panel.xml -%%DATADIR%%/Aircraft/c172/Panels/c172-trans-mini-panel.xml -%%DATADIR%%/Aircraft/c172/Panels/c172-trans-panel.xml -%%DATADIR%%/Aircraft/c172/Panels/c172-vfr-panel.xml -%%DATADIR%%/Aircraft/c172/Panels/c172r-panel.xml -%%DATADIR%%/Aircraft/c172/README.c172 -%%DATADIR%%/Aircraft/c172/c172-610x-null-set.xml -%%DATADIR%%/Aircraft/c172/c172-610x-null.xml -%%DATADIR%%/Aircraft/c172/c172-base.xml -%%DATADIR%%/Aircraft/c172/c172-electrical.xml -%%DATADIR%%/Aircraft/c172/c172-ifr-set.xml -%%DATADIR%%/Aircraft/c172/c172-sound.xml -%%DATADIR%%/Aircraft/c172/c172-yasim.xml -%%DATADIR%%/Aircraft/c172/thumbnail.jpg -%%DATADIR%%/Aircraft/c172p/Engines/eng_io320.xml -%%DATADIR%%/Aircraft/c172p/Engines/prop_75in2f.xml -%%DATADIR%%/Aircraft/c172p/Models/c172p-01.rgb -%%DATADIR%%/Aircraft/c172p/Models/c172p-02.rgb -%%DATADIR%%/Aircraft/c172p/Models/c172p-2d-panel.xml -%%DATADIR%%/Aircraft/c172p/Models/c172p-int-01.rgb -%%DATADIR%%/Aircraft/c172p/Models/c172p-int-02.rgb -%%DATADIR%%/Aircraft/c172p/Models/c172p.ac -%%DATADIR%%/Aircraft/c172p/Models/c172p.xml -%%DATADIR%%/Aircraft/c172p/Models/labels/labelbcn.xml -%%DATADIR%%/Aircraft/c172p/Models/labels/labellng.xml -%%DATADIR%%/Aircraft/c172p/Models/labels/labelnav.xml -%%DATADIR%%/Aircraft/c172p/Models/labels/labelpto.xml -%%DATADIR%%/Aircraft/c172p/Models/labels/labelsto.xml -%%DATADIR%%/Aircraft/c172p/Models/labels/labeltax.xml -%%DATADIR%%/Aircraft/c172p/Systems/KAP140.xml -%%DATADIR%%/Aircraft/c172p/c172-3d-set.xml -%%DATADIR%%/Aircraft/c172p/c172-larcsim-set.xml -%%DATADIR%%/Aircraft/c172p/c172-set.xml -%%DATADIR%%/Aircraft/c172p/c172p-2dpanel-set.xml -%%DATADIR%%/Aircraft/c172p/c172p-set.xml -%%DATADIR%%/Aircraft/c172p/c172p.xml -%%DATADIR%%/Aircraft/c172p/kap140.nas -%%DATADIR%%/Aircraft/c172p/thumbnail.jpg -%%DATADIR%%/Aircraft/c310/310-panel-bg.rgb -%%DATADIR%%/Aircraft/c310/Engines/engIO470D.xml -%%DATADIR%%/Aircraft/c310/Engines/propC10v.xml -%%DATADIR%%/Aircraft/c310/Models/c310-01.rgb -%%DATADIR%%/Aircraft/c310/Models/c310-02.rgb -%%DATADIR%%/Aircraft/c310/Models/c310-2d-panel.xml -%%DATADIR%%/Aircraft/c310/Models/c310-dpm.ac -%%DATADIR%%/Aircraft/c310/Models/c310-dpm.xml -%%DATADIR%%/Aircraft/c310/README.c310 -%%DATADIR%%/Aircraft/c310/c310-base.xml -%%DATADIR%%/Aircraft/c310/c310-electrical.xml -%%DATADIR%%/Aircraft/c310/c310-ifr-panel.xml -%%DATADIR%%/Aircraft/c310/c310-jsbsim-base.xml -%%DATADIR%%/Aircraft/c310/c310-mini-panel.xml -%%DATADIR%%/Aircraft/c310/c310-panel-01.rgb -%%DATADIR%%/Aircraft/c310/c310-panel-02.rgb -%%DATADIR%%/Aircraft/c310/c310-panel-03.rgb -%%DATADIR%%/Aircraft/c310/c310-panel-04.rgb -%%DATADIR%%/Aircraft/c310/c310-panel-11.rgb -%%DATADIR%%/Aircraft/c310/c310-panel-12.rgb -%%DATADIR%%/Aircraft/c310/c310-sound.xml -%%DATADIR%%/Aircraft/c310/c310-sound.xml.new -%%DATADIR%%/Aircraft/c310/c310-vfr-panel.xml -%%DATADIR%%/Aircraft/c310/c310-yasim-base.xml -%%DATADIR%%/Aircraft/c310/c310-yasim-set.xml -%%DATADIR%%/Aircraft/c310/c310-yasim.xml -%%DATADIR%%/Aircraft/c310/c310.xml -%%DATADIR%%/Aircraft/c310/c310dpm-3d-set.xml -%%DATADIR%%/Aircraft/c310u3a/Engines/engIO470D.xml -%%DATADIR%%/Aircraft/c310u3a/Engines/propC10v.xml -%%DATADIR%%/Aircraft/c310u3a/Models/READMEmodel.txt -%%DATADIR%%/Aircraft/c310u3a/Models/c310u3a.ac -%%DATADIR%%/Aircraft/c310u3a/Models/c310u3a.xml -%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a0.rgb -%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a1.rgb -%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a2.rgb -%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a3.rgb -%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a4.rgb -%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a5.rgb -%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a6.rgb -%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a7.rgb -%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a8.rgb -%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3a9.rgb -%%DATADIR%%/Aircraft/c310u3a/Models/cess_u3aa.rgb -%%DATADIR%%/Aircraft/c310u3a/c310-3d-set.xml -%%DATADIR%%/Aircraft/c310u3a/c310-ifr-set.xml -%%DATADIR%%/Aircraft/c310u3a/c310-set.xml -%%DATADIR%%/Aircraft/c310u3a/c310.xml -%%DATADIR%%/Aircraft/c310u3a/c310u3a-3d-panel.xml -%%DATADIR%%/Aircraft/c310u3a/c310u3a-jsbsim-set.xml -%%DATADIR%%/Aircraft/c310u3a/c310u3a-jsbsim.xml -%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-01.rgb -%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-02.rgb -%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-03.rgb -%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-04.rgb -%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-05.rgb -%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-06.rgb -%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-07.rgb -%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel-08.rgb -%%DATADIR%%/Aircraft/c310u3a/c310u3a-panel.xml -%%DATADIR%%/Aircraft/c310u3a/c310u3a-set.xml -%%DATADIR%%/Aircraft/c310u3a/thumbnail.jpg -%%DATADIR%%/Aircraft/c310u3a/transparent-bg.rgb -%%DATADIR%%/Aircraft/dhc2/Models/dhc2.nas -%%DATADIR%%/Aircraft/dhc2/Models/dhc2f.ac -%%DATADIR%%/Aircraft/dhc2/Models/dhc2floats.xml -%%DATADIR%%/Aircraft/dhc2/Models/dhc2livery.rgb -%%DATADIR%%/Aircraft/dhc2/Models/gaugefaces.rgb -%%DATADIR%%/Aircraft/dhc2/Models/gauges256.rgb -%%DATADIR%%/Aircraft/dhc2/Models/panel.rgb -%%DATADIR%%/Aircraft/dhc2/Models/tpalivery.rgb -%%DATADIR%%/Aircraft/dhc2/Sound/click.wav -%%DATADIR%%/Aircraft/dhc2/Sound/waspjr.wav -%%DATADIR%%/Aircraft/dhc2/dhc-2.rgb -%%DATADIR%%/Aircraft/dhc2/dhc-2splash.rgb -%%DATADIR%%/Aircraft/dhc2/dhc2-electrical.xml -%%DATADIR%%/Aircraft/dhc2/dhc2-sound.xml -%%DATADIR%%/Aircraft/dhc2/dhc2F-set.xml -%%DATADIR%%/Aircraft/dhc2/dhc2F.xml -%%DATADIR%%/Aircraft/dhc2/keys.txt -%%DATADIR%%/Aircraft/dhc2/thumbnail.jpg -%%DATADIR%%/Aircraft/f16/Engines/F100-PW-229.xml -%%DATADIR%%/Aircraft/f16/Engines/direct.xml -%%DATADIR%%/Aircraft/f16/Hud/default.xml -%%DATADIR%%/Aircraft/f16/Hud/hudcard.xml -%%DATADIR%%/Aircraft/f16/Hud/hudladder.xml -%%DATADIR%%/Aircraft/f16/Hud/instrlabel.xml -%%DATADIR%%/Aircraft/f16/Hud/tbi.xml -%%DATADIR%%/Aircraft/f16/Models/README -%%DATADIR%%/Aircraft/f16/Models/ded.ac -%%DATADIR%%/Aircraft/f16/Models/ejection_handle.ac -%%DATADIR%%/Aircraft/f16/Models/engine.ac -%%DATADIR%%/Aircraft/f16/Models/f16-shadows.rgb -%%DATADIR%%/Aircraft/f16/Models/f16.ac -%%DATADIR%%/Aircraft/f16/Models/f16.rgb -%%DATADIR%%/Aircraft/f16/Models/f16.xml -%%DATADIR%%/Aircraft/f16/Models/f16klu.ac -%%DATADIR%%/Aircraft/f16/Models/f16klu.rgb -%%DATADIR%%/Aircraft/f16/Models/f16klu.xml -%%DATADIR%%/Aircraft/f16/Models/icp.ac -%%DATADIR%%/Aircraft/f16/Models/icp.rgb -%%DATADIR%%/Aircraft/f16/Models/knob.rgb -%%DATADIR%%/Aircraft/f16/Models/left_front.ac -%%DATADIR%%/Aircraft/f16/Models/left_front.xml -%%DATADIR%%/Aircraft/f16/Models/mfd.ac -%%DATADIR%%/Aircraft/f16/Models/misc.ac -%%DATADIR%%/Aircraft/f16/Models/panels1.rgb -%%DATADIR%%/Aircraft/f16/Models/rudder_pedals.ac -%%DATADIR%%/Aircraft/f16/Models/rudder_pedals.xml -%%DATADIR%%/Aircraft/f16/Models/threat.ac -%%DATADIR%%/Aircraft/f16/Models/throttle.ac -%%DATADIR%%/Aircraft/f16/Models/throttle.xml -%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-00.rgb -%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-01.rgb -%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-02.rgb -%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-03.rgb -%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-04.rgb -%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-06.rgb -%%DATADIR%%/Aircraft/f16/Panels/Textures/f16panel-07.rgb -%%DATADIR%%/Aircraft/f16/Panels/Textures/faces1.rgb -%%DATADIR%%/Aircraft/f16/Panels/Textures/icp.rgb -%%DATADIR%%/Aircraft/f16/Panels/Textures/misc1.rgb -%%DATADIR%%/Aircraft/f16/Panels/Textures/misc2.rgb -%%DATADIR%%/Aircraft/f16/Panels/alt.xml -%%DATADIR%%/Aircraft/f16/Panels/aoa.xml -%%DATADIR%%/Aircraft/f16/Panels/ded.xml -%%DATADIR%%/Aircraft/f16/Panels/f16-2d-panel.xml -%%DATADIR%%/Aircraft/f16/Panels/icp.xml -%%DATADIR%%/Aircraft/f16/Panels/kias.xml -%%DATADIR%%/Aircraft/f16/Panels/nozzle.xml -%%DATADIR%%/Aircraft/f16/Panels/oil.xml -%%DATADIR%%/Aircraft/f16/Panels/rpm.xml -%%DATADIR%%/Aircraft/f16/f16-3d-set.xml -%%DATADIR%%/Aircraft/f16/f16-mlu-set.xml -%%DATADIR%%/Aircraft/f16/f16-set.xml -%%DATADIR%%/Aircraft/f16/f16-sound.xml -%%DATADIR%%/Aircraft/f16/f16-splash.rgb -%%DATADIR%%/Aircraft/f16/f16-submodels.xml -%%DATADIR%%/Aircraft/f16/f16.xml -%%DATADIR%%/Aircraft/f16/thumbnail.jpg -%%DATADIR%%/Aircraft/j3cub/Models/j3alt.ac -%%DATADIR%%/Aircraft/j3cub/Models/j3alt.rgb -%%DATADIR%%/Aircraft/j3cub/Models/j3alt.xml -%%DATADIR%%/Aircraft/j3cub/Models/j3altpress.rgb -%%DATADIR%%/Aircraft/j3cub/Models/j3asi.ac -%%DATADIR%%/Aircraft/j3cub/Models/j3asi.rgb -%%DATADIR%%/Aircraft/j3cub/Models/j3asi.xml -%%DATADIR%%/Aircraft/j3cub/Models/j3compass.ac -%%DATADIR%%/Aircraft/j3cub/Models/j3compass.rgb -%%DATADIR%%/Aircraft/j3cub/Models/j3compass.xml -%%DATADIR%%/Aircraft/j3cub/Models/j3cub-01.rgb -%%DATADIR%%/Aircraft/j3cub/Models/j3cub-02.rgb -%%DATADIR%%/Aircraft/j3cub/Models/j3cub.ac -%%DATADIR%%/Aircraft/j3cub/Models/j3cub.xml -%%DATADIR%%/Aircraft/j3cub/Models/j3oil.ac -%%DATADIR%%/Aircraft/j3cub/Models/j3oil.rgb -%%DATADIR%%/Aircraft/j3cub/Models/j3oil.xml -%%DATADIR%%/Aircraft/j3cub/Models/j3tach.ac -%%DATADIR%%/Aircraft/j3cub/Models/j3tach.rgb -%%DATADIR%%/Aircraft/j3cub/Models/j3tach.xml -%%DATADIR%%/Aircraft/j3cub/README.j3cub -%%DATADIR%%/Aircraft/j3cub/cub-electrical.xml -%%DATADIR%%/Aircraft/j3cub/j3cub-set.xml -%%DATADIR%%/Aircraft/j3cub/j3cub.xml -%%DATADIR%%/Aircraft/j3cub/thumbnail.jpg -%%DATADIR%%/Aircraft/p51d/Models/hotspotgrid.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-01.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-02.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-03.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-05.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-acc.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-acc.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-acc.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-alt.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-alt.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-alt.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-altpress.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-arrows.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-asi.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-asi.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-asi.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-attitude-bezel.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-attitude.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-attitude.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-attitude.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-carbtemp.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-clock.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-clock.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-clock.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-compass-bezel.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-compass.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-compass.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-compass.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-cooltemp.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-engine.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-engine.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-engine.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gearwarn.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gearwarn.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gearwarn.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gunsight.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-gunsight.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-ignition.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-ignition.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-ignition.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-large-bezel.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-magcompass.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-magcompass.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-magcompass.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-man.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-man.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-man.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-med-bezel.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-panel-hotspots.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-remote.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-remote.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-remote.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-remotearrow.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-tach.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-tach.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-tach.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-temp.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-temp.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-throttle.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-throttle.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-throttle.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknob.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknobaileron.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknobaileron.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknobrudder.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimknobrudder.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimwheel.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimwheelelevator.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-trimwheelelevator.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-turn.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-turn.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-turn.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vac.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vac.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vac.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vsi.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vsi.rgb -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw-vsi.xml -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw.ac -%%DATADIR%%/Aircraft/p51d/Models/p51d-jw.xml -%%DATADIR%%/Aircraft/p51d/Models/transparent-bg.rgb -%%DATADIR%%/Aircraft/p51d/README.p51d -%%DATADIR%%/Aircraft/p51d/Sounds/p51d_rpm1.wav -%%DATADIR%%/Aircraft/p51d/Sounds/p51d_starter.wav -%%DATADIR%%/Aircraft/p51d/Sounds/p51d_startup.wav -%%DATADIR%%/Aircraft/p51d/p51d-set.xml -%%DATADIR%%/Aircraft/p51d/p51d-sound.xml -%%DATADIR%%/Aircraft/p51d/p51d.xml -%%DATADIR%%/Aircraft/p51d/thumbnail.jpg -%%DATADIR%%/Aircraft/pa28-161/Models/bench-back.rgb -%%DATADIR%%/Aircraft/pa28-161/Models/glareshield.rgb -%%DATADIR%%/Aircraft/pa28-161/Models/pa28-161-01.rgb -%%DATADIR%%/Aircraft/pa28-161/Models/pa28-161.ac -%%DATADIR%%/Aircraft/pa28-161/Models/pa28-161.xml -%%DATADIR%%/Aircraft/pa28-161/Models/panel-tex01.rgb -%%DATADIR%%/Aircraft/pa28-161/Models/panel-tex02.rgb -%%DATADIR%%/Aircraft/pa28-161/Models/panel-tex03.rgb -%%DATADIR%%/Aircraft/pa28-161/Models/panel.rgb -%%DATADIR%%/Aircraft/pa28-161/Models/placards.rgb -%%DATADIR%%/Aircraft/pa28-161/README.pa28-161 -%%DATADIR%%/Aircraft/pa28-161/pa28-161-set.xml -%%DATADIR%%/Aircraft/pa28-161/pa28-161.xml -%%DATADIR%%/Aircraft/pa28-161/thumbnail.jpg -%%DATADIR%%/Aircraft/ufo/Models/ufo.ac -%%DATADIR%%/Aircraft/ufo/Models/ufo.xml -%%DATADIR%%/Aircraft/ufo/thumbnail.jpg -%%DATADIR%%/Aircraft/ufo/ufo-set.xml -%%DATADIR%%/Aircraft/ufo/ufo-sound.xml -%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-01.rgb -%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-02.rgb -%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-03.rgb -%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw-04.rgb -%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw.ac -%%DATADIR%%/Aircraft/wrightFlyer1903/Models/WrightFlyer-pb-jw.xml -%%DATADIR%%/Aircraft/wrightFlyer1903/Models/uiuc/03Flyer/03Flyer-model.xml -%%DATADIR%%/Aircraft/wrightFlyer1903/Sounds/uiuc/wrightFlyer1903-sound.xml -%%DATADIR%%/Aircraft/wrightFlyer1903/thumbnail.jpg -%%DATADIR%%/Aircraft/wrightFlyer1903/wrightFlyer1903-set.xml -%%DATADIR%%/Airports/apt.dat.gz -%%DATADIR%%/Airports/metar.dat.gz -%%DATADIR%%/Astro/planets.gz -%%DATADIR%%/Astro/stars.gz -%%DATADIR%%/COPYING -%%DATADIR%%/ChangeLog -%%DATADIR%%/Data/AI/FlightPlans/KSFO_ILS28L.xml -%%DATADIR%%/Data/AI/FlightPlans/KSFO_bigsur28L.xml -%%DATADIR%%/Data/AI/FlightPlans/KSFO_depart_east_01R.xml -%%DATADIR%%/Data/AI/FlightPlans/KSFO_depart_south_01L.xml -%%DATADIR%%/Data/AI/FlightPlans/KSFO_depart_south_28L.xml -%%DATADIR%%/Data/AI/FlightPlans/KSFO_goldengate28L.xml -%%DATADIR%%/Data/AI/FlightPlans/KSFO_modesto28R.xml -%%DATADIR%%/Data/AI/aircraft_demo.xml -%%DATADIR%%/Data/AI/ballistic_demo.xml -%%DATADIR%%/Data/AI/carrier_demo.xml -%%DATADIR%%/Data/AI/nimitz_demo.xml -%%DATADIR%%/Data/AI/refueling_demo.xml -%%DATADIR%%/Data/AI/saratoga.xml -%%DATADIR%%/Data/AI/ship_demo.xml -%%DATADIR%%/Data/AI/thermal_demo.xml -%%DATADIR%%/Data/AI/thunderstorm_demo.xml -%%DATADIR%%/Data/SkyClouds/cloud1.cld -%%DATADIR%%/Data/SkyClouds/cloud10.cld -%%DATADIR%%/Data/SkyClouds/cloud11.cld -%%DATADIR%%/Data/SkyClouds/cloud12.cld -%%DATADIR%%/Data/SkyClouds/cloud2.cld -%%DATADIR%%/Data/SkyClouds/cloud3.cld -%%DATADIR%%/Data/SkyClouds/cloud4.cld -%%DATADIR%%/Data/SkyClouds/cloud5.cld -%%DATADIR%%/Data/SkyClouds/cloud6.cld -%%DATADIR%%/Data/SkyClouds/cloud7.cld -%%DATADIR%%/Data/SkyClouds/cloud8.cld -%%DATADIR%%/Data/SkyClouds/cloud9.cld -%%DATADIR%%/Data/SkyClouds/field37.cld -%%DATADIR%%/Data/SkyClouds/field56.cld -%%DATADIR%%/Data/SkyClouds/valley.cld -%%DATADIR%%/Docs-mini/AptNavFAQ.FlightGear.html -%%DATADIR%%/Docs-mini/FG-FAQ.v3 -%%DATADIR%%/Docs-mini/FlightGear-FAQ.html -%%DATADIR%%/Docs-mini/Nasal.html -%%DATADIR%%/Docs-mini/README.Cygwin -%%DATADIR%%/Docs-mini/README.IO -%%DATADIR%%/Docs-mini/README.IRIX -%%DATADIR%%/Docs-mini/README.IRIX.new -%%DATADIR%%/Docs-mini/README.JSBSim -%%DATADIR%%/Docs-mini/README.JSBsim -%%DATADIR%%/Docs-mini/README.Joystick -%%DATADIR%%/Docs-mini/README.Linux -%%DATADIR%%/Docs-mini/README.MSVC -%%DATADIR%%/Docs-mini/README.MacOS -%%DATADIR%%/Docs-mini/README.SimGear -%%DATADIR%%/Docs-mini/README.Unix -%%DATADIR%%/Docs-mini/README.Win32 -%%DATADIR%%/Docs-mini/README.Win32-X -%%DATADIR%%/Docs-mini/README.anoncvs -%%DATADIR%%/Docs-mini/README.autoconf -%%DATADIR%%/Docs-mini/README.commands -%%DATADIR%%/Docs-mini/README.conditions -%%DATADIR%%/Docs-mini/README.cygwin -%%DATADIR%%/Docs-mini/README.digitalfilters -%%DATADIR%%/Docs-mini/README.electrical -%%DATADIR%%/Docs-mini/README.extensions -%%DATADIR%%/Docs-mini/README.fgjs -%%DATADIR%%/Docs-mini/README.gui -%%DATADIR%%/Docs-mini/README.introduction -%%DATADIR%%/Docs-mini/README.jsclient -%%DATADIR%%/Docs-mini/README.logging -%%DATADIR%%/Docs-mini/README.msvc -%%DATADIR%%/Docs-mini/README.multiplayer -%%DATADIR%%/Docs-mini/README.plib -%%DATADIR%%/Docs-mini/README.properties -%%DATADIR%%/Docs-mini/README.protocol -%%DATADIR%%/Docs-mini/README.running -%%DATADIR%%/Docs-mini/README.sound -%%DATADIR%%/Docs-mini/README.src -%%DATADIR%%/Docs-mini/README.submodels -%%DATADIR%%/Docs-mini/README.uiuc -%%DATADIR%%/Docs-mini/README.xmlhud -%%DATADIR%%/Docs-mini/README.xmlpanel -%%DATADIR%%/Docs-mini/README.xmlsound -%%DATADIR%%/Docs-mini/README.xmlsyntax -%%DATADIR%%/Docs-mini/model-howto.html -%%DATADIR%%/Docs-mini/model.jpg -%%DATADIR%%/Docs-mini/properties.txt -%%DATADIR%%/Docs/AI_doc.html -%%DATADIR%%/Docs/FGShortRef.css -%%DATADIR%%/Docs/FGShortRef.html -%%DATADIR%%/Docs/FGShortRef.pdf -%%DATADIR%%/Docs/FlightGear-FAQ.html -%%DATADIR%%/Docs/InstallGuide/html/cmsy10-29.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart.css -%%DATADIR%%/Docs/InstallGuide/html/getstart.html -%%DATADIR%%/Docs/InstallGuide/html/getstart0x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart10x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart11x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart12x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart13x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart14x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart15x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart16x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart17x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart18x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart19x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart1x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart2x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart3x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart4x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart5x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart6x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart7x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart8x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstart9x.gif -%%DATADIR%%/Docs/InstallGuide/html/getstartap1.html -%%DATADIR%%/Docs/InstallGuide/html/getstartap2.html -%%DATADIR%%/Docs/InstallGuide/html/getstartap3.html -%%DATADIR%%/Docs/InstallGuide/html/getstartch1.html -%%DATADIR%%/Docs/InstallGuide/html/getstartch2.html -%%DATADIR%%/Docs/InstallGuide/html/getstartch3.html -%%DATADIR%%/Docs/InstallGuide/html/getstartch4.html -%%DATADIR%%/Docs/InstallGuide/html/getstartch5.html -%%DATADIR%%/Docs/InstallGuide/html/getstartli1.html -%%DATADIR%%/Docs/InstallGuide/html/getstartli2.html -%%DATADIR%%/Docs/InstallGuide/html/getstartli3.html -%%DATADIR%%/Docs/InstallGuide/html/getstartpa1.html -%%DATADIR%%/Docs/InstallGuide/html/getstartpa2.html -%%DATADIR%%/Docs/InstallGuide/html/getstartpa3.html -%%DATADIR%%/Docs/README -%%DATADIR%%/Docs/README.IO -%%DATADIR%%/Docs/README.JSBsim -%%DATADIR%%/Docs/README.Joystick -%%DATADIR%%/Docs/README.Joystick.html -%%DATADIR%%/Docs/README.commands -%%DATADIR%%/Docs/README.conditions -%%DATADIR%%/Docs/README.digitalfilters -%%DATADIR%%/Docs/README.electrical -%%DATADIR%%/Docs/README.fgjs -%%DATADIR%%/Docs/README.gui -%%DATADIR%%/Docs/README.introduction -%%DATADIR%%/Docs/README.jsclient -%%DATADIR%%/Docs/README.layout -%%DATADIR%%/Docs/README.logging -%%DATADIR%%/Docs/README.minipanel -%%DATADIR%%/Docs/README.multiplayer -%%DATADIR%%/Docs/README.properties -%%DATADIR%%/Docs/README.protocol -%%DATADIR%%/Docs/README.sound -%%DATADIR%%/Docs/README.submodels -%%DATADIR%%/Docs/README.xmlhud -%%DATADIR%%/Docs/README.xmlpanel -%%DATADIR%%/Docs/README.xmlpanel.html -%%DATADIR%%/Docs/README.xmlsound -%%DATADIR%%/Docs/README.xmlsyntax -%%DATADIR%%/Docs/README.yasim -%%DATADIR%%/Docs/Serial/nmeafaq.txt -%%DATADIR%%/Docs/fschool_0.0.3.pdf -%%DATADIR%%/Docs/getstart.pdf -%%DATADIR%%/Docs/index.html -%%DATADIR%%/Docs/keyboard/VERSION -%%DATADIR%%/Docs/keyboard/map.pdf -%%DATADIR%%/Docs/model-howto.html -%%DATADIR%%/Fonts/Helvetica.txf -%%DATADIR%%/Fonts/README -%%DATADIR%%/Fonts/charter.txf -%%DATADIR%%/Fonts/courier-bold.txf -%%DATADIR%%/Fonts/courier_medium.txf -%%DATADIR%%/Fonts/curlfont.txf -%%DATADIR%%/Fonts/default.txf -%%DATADIR%%/Fonts/haeberli.txf -%%DATADIR%%/Fonts/helvetica_bold.txf -%%DATADIR%%/Fonts/helvetica_medium.txf -%%DATADIR%%/Fonts/led.txf -%%DATADIR%%/Fonts/lucida.txf -%%DATADIR%%/Fonts/lucidabright_bold.txf -%%DATADIR%%/Fonts/schoolbook_bold.txf -%%DATADIR%%/Fonts/schoolbook_medium.txf -%%DATADIR%%/Fonts/sorority.txf -%%DATADIR%%/Fonts/symbol.txf -%%DATADIR%%/Fonts/times_bold.txf -%%DATADIR%%/Fonts/times_medium.txf -%%DATADIR%%/Fonts/typewriter.txf -%%DATADIR%%/Huds/Custom/default.xml -%%DATADIR%%/Huds/Default/default.xml -%%DATADIR%%/Huds/Engineering/default.xml -%%DATADIR%%/Huds/Instruments/Custom/fgtbi.xml -%%DATADIR%%/Huds/Instruments/Custom/hudcard.xml -%%DATADIR%%/Huds/Instruments/Custom/hudladder.xml -%%DATADIR%%/Huds/Instruments/Custom/instrlabel.xml -%%DATADIR%%/Huds/Instruments/Default/fgtbi.xml -%%DATADIR%%/Huds/Instruments/Default/gload.xml -%%DATADIR%%/Huds/Instruments/Default/hudcard.xml -%%DATADIR%%/Huds/Instruments/Default/hudladder.xml -%%DATADIR%%/Huds/Instruments/Default/instrlabel.xml -%%DATADIR%%/Huds/Instruments/Default/runwayinstr.xml -%%DATADIR%%/Huds/Instruments/Engineering/fgtbi.xml -%%DATADIR%%/Huds/Instruments/Engineering/hudcard.xml -%%DATADIR%%/Huds/Instruments/Engineering/hudladder.xml -%%DATADIR%%/Huds/Instruments/Engineering/instrlabel.xml -%%DATADIR%%/Huds/Instruments/Minimal/fgtbi.xml -%%DATADIR%%/Huds/Instruments/Minimal/gload.xml -%%DATADIR%%/Huds/Instruments/Minimal/hudcard.xml -%%DATADIR%%/Huds/Instruments/Minimal/hudladder.xml -%%DATADIR%%/Huds/Instruments/Minimal/instrlabel.xml -%%DATADIR%%/Huds/Minimal/default.xml -%%DATADIR%%/Input/Joysticks/CH/pro-pedals-usb.xml -%%DATADIR%%/Input/Joysticks/CH/pro-yoke-usb.xml -%%DATADIR%%/Input/Joysticks/Default/four-axis-joystick.xml -%%DATADIR%%/Input/Joysticks/Default/joystick.xml -%%DATADIR%%/Input/Joysticks/LewEngineering/RC-transmitter-hitecLaser4.xml -%%DATADIR%%/Input/Joysticks/Logitech/extreme-3d-pro.xml -%%DATADIR%%/Input/Joysticks/Logitech/extreme-3d-win.xml -%%DATADIR%%/Input/Joysticks/Logitech/wingman-extreme-digital-3d-win.xml -%%DATADIR%%/Input/Joysticks/Logitech/wingman-extreme-digital-3d.xml -%%DATADIR%%/Input/Joysticks/Logitech/wingman-force-3d.xml -%%DATADIR%%/Input/Joysticks/Logitech/wingman-force.xml -%%DATADIR%%/Input/Joysticks/Logitech/wingman-rumblepad-usb.xml -%%DATADIR%%/Input/Joysticks/Macally/istick-usb.xml -%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder-3d-pro.xml -%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder-force-feed-pro.xml -%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder-force-feed.xml -%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder-precision-pro.xml -%%DATADIR%%/Input/Joysticks/Microsoft/sidewinder.xml -%%DATADIR%%/Input/Joysticks/Saitek/Cyborg-3d-Rumble-Force.xml -%%DATADIR%%/Input/Joysticks/Saitek/Cyborg-Evo.xml -%%DATADIR%%/Input/Joysticks/Saitek/Cyborg-Gold-3d-USB.xml -%%DATADIR%%/Input/Joysticks/Saitek/X45.xml -%%DATADIR%%/Input/Joysticks/Saitek/X8-30.xml -%%DATADIR%%/Input/Joysticks/ThrustMaster/Attack-Throttle.xml -%%DATADIR%%/Input/Joysticks/ThrustMaster/FCS.xml -%%DATADIR%%/Input/Joysticks/ThrustMaster/Top-Gun-Afterburner.xml -%%DATADIR%%/Input/Joysticks/ThrustMaster/Top-Gun-Fox2-Pro-USB.xml -%%DATADIR%%/Input/Keyboard/carrier-bindings.xml -%%DATADIR%%/Lighting/ambient -%%DATADIR%%/Lighting/diffuse -%%DATADIR%%/Lighting/sky -%%DATADIR%%/Lighting/specular -%%DATADIR%%/Models/3ds/Bridge3.3ds -%%DATADIR%%/Models/3ds/Bridgea.3ds -%%DATADIR%%/Models/3ds/Bridgeb.3ds -%%DATADIR%%/Models/3ds/Building.3ds -%%DATADIR%%/Models/3ds/Bunk.3ds -%%DATADIR%%/Models/3ds/Com.3ds -%%DATADIR%%/Models/3ds/Hang.3ds -%%DATADIR%%/Models/3ds/Hanger1.3ds -%%DATADIR%%/Models/3ds/Ob.3ds -%%DATADIR%%/Models/3ds/Osever2.3ds -%%DATADIR%%/Models/3ds/Patssm.3ds -%%DATADIR%%/Models/3ds/Radar1.3ds -%%DATADIR%%/Models/3ds/Stick1.3ds -%%DATADIR%%/Models/3ds/Twin.3ds -%%DATADIR%%/Models/3ds/kingair.3ds -%%DATADIR%%/Models/Airport/README -%%DATADIR%%/Models/Airport/beacon.ac -%%DATADIR%%/Models/Airport/beacon.xml -%%DATADIR%%/Models/Airport/big-hangar.ac -%%DATADIR%%/Models/Airport/chessboard.rgb -%%DATADIR%%/Models/Airport/grid.rgb -%%DATADIR%%/Models/Airport/hangar.ac -%%DATADIR%%/Models/Airport/hangar.rgb -%%DATADIR%%/Models/Airport/hangar2.ac -%%DATADIR%%/Models/Airport/hangar2.rgb -%%DATADIR%%/Models/Airport/ils.ac -%%DATADIR%%/Models/Airport/ils.xml -%%DATADIR%%/Models/Airport/rad-struct-1.rgb -%%DATADIR%%/Models/Airport/radar.ac -%%DATADIR%%/Models/Airport/radar.rgb -%%DATADIR%%/Models/Airport/radar.xml -%%DATADIR%%/Models/Airport/rot-bcn-1.rgb -%%DATADIR%%/Models/Airport/rot-bcn-2.rgb -%%DATADIR%%/Models/Airport/shelter.ac -%%DATADIR%%/Models/Airport/tacan.ac -%%DATADIR%%/Models/Airport/tacan.xml -%%DATADIR%%/Models/Airport/tower.ac -%%DATADIR%%/Models/Airport/tower.xml -%%DATADIR%%/Models/Airport/windsock.ac -%%DATADIR%%/Models/Airport/windsock.rgb -%%DATADIR%%/Models/Airport/windsock.xml -%%DATADIR%%/Models/Airport/windsock_lit.ac -%%DATADIR%%/Models/Airport/windsock_lit.xml -%%DATADIR%%/Models/Bridges/arch-bridge-span.ac -%%DATADIR%%/Models/Bridges/arch-bridge-span.xml -%%DATADIR%%/Models/Buildings/bank-building.ac -%%DATADIR%%/Models/Buildings/bank-building.rgb -%%DATADIR%%/Models/Buildings/big-apartment.ac -%%DATADIR%%/Models/Buildings/big-apartment.rgb -%%DATADIR%%/Models/Buildings/big-apartment.xml -%%DATADIR%%/Models/Buildings/big-church.ac -%%DATADIR%%/Models/Buildings/big-church.rgb -%%DATADIR%%/Models/Buildings/black-roof-tiles.rgb -%%DATADIR%%/Models/Buildings/brick-school.ac -%%DATADIR%%/Models/Buildings/brick-school.rgb -%%DATADIR%%/Models/Buildings/container.rgb -%%DATADIR%%/Models/Buildings/cow-stable.ac -%%DATADIR%%/Models/Buildings/cube-21.rgb -%%DATADIR%%/Models/Buildings/cube-22.rgb -%%DATADIR%%/Models/Buildings/cube-23.rgb -%%DATADIR%%/Models/Buildings/cube-apartment.ac -%%DATADIR%%/Models/Buildings/factory.ac -%%DATADIR%%/Models/Buildings/factory.rgb -%%DATADIR%%/Models/Buildings/farmhouse1.ac -%%DATADIR%%/Models/Buildings/farmhouse2.ac -%%DATADIR%%/Models/Buildings/farmhouse3.ac -%%DATADIR%%/Models/Buildings/horse-stable.ac -%%DATADIR%%/Models/Buildings/hosshop.ac -%%DATADIR%%/Models/Buildings/hosshop.rgb -%%DATADIR%%/Models/Buildings/house1.rgb -%%DATADIR%%/Models/Buildings/house2.rgb -%%DATADIR%%/Models/Buildings/house3.rgb -%%DATADIR%%/Models/Buildings/medium-apartment-front.rgb -%%DATADIR%%/Models/Buildings/medium-apartment-side.rgb -%%DATADIR%%/Models/Buildings/medium-apartment.ac -%%DATADIR%%/Models/Buildings/medium-glass-office-building.ac -%%DATADIR%%/Models/Buildings/medium-glass-office-building.rgb -%%DATADIR%%/Models/Buildings/oil-tanks.ac -%%DATADIR%%/Models/Buildings/oil-tanks.rgb -%%DATADIR%%/Models/Buildings/red-barn.ac -%%DATADIR%%/Models/Buildings/red-barn.rgb -%%DATADIR%%/Models/Buildings/red-roof-tiles.rgb -%%DATADIR%%/Models/Buildings/renovated-apartment.ac -%%DATADIR%%/Models/Buildings/renovated-apartment.rgb -%%DATADIR%%/Models/Buildings/roof-windows.rgb -%%DATADIR%%/Models/Buildings/shop.ac -%%DATADIR%%/Models/Buildings/shop.rgb -%%DATADIR%%/Models/Buildings/silo.ac -%%DATADIR%%/Models/Buildings/silo.rgb -%%DATADIR%%/Models/Buildings/small-glass-office-building.ac -%%DATADIR%%/Models/Buildings/small-glass-office-building.rgb -%%DATADIR%%/Models/Buildings/small-modern-office.ac -%%DATADIR%%/Models/Buildings/small-modern-office.rgb -%%DATADIR%%/Models/Buildings/small-office.ac -%%DATADIR%%/Models/Buildings/small-office.rgb -%%DATADIR%%/Models/Buildings/tower-hexa-1.rgb -%%DATADIR%%/Models/Buildings/tower-hexa-2.rgb -%%DATADIR%%/Models/Buildings/tower-hexa-3.rgb -%%DATADIR%%/Models/Buildings/tower-hexa.ac -%%DATADIR%%/Models/Buildings/water-tower.ac -%%DATADIR%%/Models/Buildings/water-tower.rgb -%%DATADIR%%/Models/Buildings/weapshop.ac -%%DATADIR%%/Models/Buildings/weapshop.rgb -%%DATADIR%%/Models/Fauna/cow.ac -%%DATADIR%%/Models/Fauna/cow.rgb -%%DATADIR%%/Models/Geometry/Aim91x.ac -%%DATADIR%%/Models/Geometry/Nimitz/Models/deck-crane.ac -%%DATADIR%%/Models/Geometry/Nimitz/Models/flols.ac -%%DATADIR%%/Models/Geometry/Nimitz/Models/flols.xml -%%DATADIR%%/Models/Geometry/Nimitz/Models/island2.rgb -%%DATADIR%%/Models/Geometry/Nimitz/Models/island2_lm.rgb -%%DATADIR%%/Models/Geometry/Nimitz/Models/mule-12.ac -%%DATADIR%%/Models/Geometry/Nimitz/Models/mule-12.xml -%%DATADIR%%/Models/Geometry/Nimitz/Models/mule-14.ac -%%DATADIR%%/Models/Geometry/Nimitz/Models/mule-14.xml -%%DATADIR%%/Models/Geometry/Nimitz/carrier.xml -%%DATADIR%%/Models/Geometry/Nimitz/deck_tx.rgb -%%DATADIR%%/Models/Geometry/Nimitz/flols.ac -%%DATADIR%%/Models/Geometry/Nimitz/hull_left.rgb -%%DATADIR%%/Models/Geometry/Nimitz/hull_left1.rgb -%%DATADIR%%/Models/Geometry/Nimitz/hullright.rgb -%%DATADIR%%/Models/Geometry/Nimitz/hullright2.rgb -%%DATADIR%%/Models/Geometry/Nimitz/island1.rgb -%%DATADIR%%/Models/Geometry/Nimitz/island2.rgb -%%DATADIR%%/Models/Geometry/Nimitz/nimitz.ac -%%DATADIR%%/Models/Geometry/Nimitz/saratoga.rgb -%%DATADIR%%/Models/Geometry/Nimitz/wake.rgb -%%DATADIR%%/Models/Geometry/Sunit1x.ac -%%DATADIR%%/Models/Geometry/Tower1x.ac -%%DATADIR%%/Models/Geometry/Towerax.ac -%%DATADIR%%/Models/Geometry/container.rgb -%%DATADIR%%/Models/Geometry/container_carrier.ac -%%DATADIR%%/Models/Geometry/contrail.xml -%%DATADIR%%/Models/Geometry/contrail_simple.ac -%%DATADIR%%/Models/Geometry/crashtender.ac -%%DATADIR%%/Models/Geometry/flare.ac -%%DATADIR%%/Models/Geometry/flare.rgb -%%DATADIR%%/Models/Geometry/flare.xml -%%DATADIR%%/Models/Geometry/freighter.ac -%%DATADIR%%/Models/Geometry/glider.ac -%%DATADIR%%/Models/Geometry/puff.ac -%%DATADIR%%/Models/Geometry/puff.rgb -%%DATADIR%%/Models/Geometry/puff.xml -%%DATADIR%%/Models/Geometry/rocket.ac -%%DATADIR%%/Models/Geometry/sailboat.ac -%%DATADIR%%/Models/Geometry/sailboat.xml -%%DATADIR%%/Models/Geometry/saratoga.ac -%%DATADIR%%/Models/Geometry/saratoga.rgb -%%DATADIR%%/Models/Geometry/thunderstorm.ac -%%DATADIR%%/Models/Geometry/thunderstorm.rgb -%%DATADIR%%/Models/Geometry/thunderstorm.xml -%%DATADIR%%/Models/Geometry/tracer.ac -%%DATADIR%%/Models/Geometry/tracer.rgb -%%DATADIR%%/Models/Geometry/tuxcopter.ac -%%DATADIR%%/Models/Structures/observatory.ac -%%DATADIR%%/Models/Structures/observatory.rgb -%%DATADIR%%/Models/Structures/rad-light.rgb -%%DATADIR%%/Models/Structures/rad-struct-1.rgb -%%DATADIR%%/Models/Structures/rad-struct-2.rgb -%%DATADIR%%/Models/Structures/radio-medium.ac -%%DATADIR%%/Models/Structures/radio-medium.xml -%%DATADIR%%/Models/Structures/radio-tall.ac -%%DATADIR%%/Models/Structures/radio-tall.xml -%%DATADIR%%/Models/Structures/vordme.ac -%%DATADIR%%/Models/Structures/vordme.xml -%%DATADIR%%/Models/Trees/billboard-tree.ac -%%DATADIR%%/Models/Trees/billboard-tree.xml -%%DATADIR%%/Models/Trees/coniferous-tree.ac -%%DATADIR%%/Models/Trees/coniferous-tree.rgb -%%DATADIR%%/Models/Trees/coniferous-tree2.ac -%%DATADIR%%/Models/Trees/coniferous-tree2.rgb -%%DATADIR%%/Models/Trees/coniferous-tree3.ac -%%DATADIR%%/Models/Trees/deciduous-tree.ac -%%DATADIR%%/Models/Trees/deciduous-tree.rgb -%%DATADIR%%/Models/Trees/deciduous-tree2.ac -%%DATADIR%%/Models/Trees/deciduous-tree2.rgb -%%DATADIR%%/Models/Trees/deciduous-tree3.ac -%%DATADIR%%/Models/Weather/rain.ac -%%DATADIR%%/Models/Weather/rain.rgb -%%DATADIR%%/Models/Weather/rain.xml -%%DATADIR%%/NEWS -%%DATADIR%%/Nasal/atcsim.nas -%%DATADIR%%/Nasal/autopilot.nas -%%DATADIR%%/Nasal/controls.nas -%%DATADIR%%/Nasal/fuel.nas -%%DATADIR%%/Nasal/globals.nas -%%DATADIR%%/Nasal/gui.nas -%%DATADIR%%/Nasal/props.nas -%%DATADIR%%/Nasal/view.nas -%%DATADIR%%/Navaids/ReadMe.FG226.txt -%%DATADIR%%/Navaids/awy.dat.gz -%%DATADIR%%/Navaids/fix.dat.gz -%%DATADIR%%/Navaids/nav.dat.gz -%%DATADIR%%/Navaids/range.high -%%DATADIR%%/Navaids/range.low -%%DATADIR%%/Navaids/range.term -%%DATADIR%%/Protocol/README.Protocol -%%DATADIR%%/Protocol/acms.xml -%%DATADIR%%/Protocol/f1serial.xml -%%DATADIR%%/Protocol/playback.xml -%%DATADIR%%/README -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-cal-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-cal-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-cal-3.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-california-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-california-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-mar-plz-wall.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-maritime-plz-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-maritime-plz-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-market-plz-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-market-plz-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/1-market-plz-wall-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-wall-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-wall-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/101-cal-st-wall-3.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/120-mont-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/120-mont-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/120-montgomery-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/120-montgomery-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-bush-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-bush-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-bush-wall-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-market-st-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-market-st-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/333-mkt-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-market-st-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-market-st-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-mkt-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-mkt-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/388-mkt-3.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/425-market-st-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/425-market-st-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/425-mkt-st-wall-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/425-mkt-st-wall.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/44-mont-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/44-montgomery-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/44-montgomery-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/444-market-st-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/444-market-st-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/45-fremont-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/45-fremont-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/45-fremont-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/45-fremont-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-california-st-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-california-st-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-fremont-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-fremont-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-frmnt-wall-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-frmnt-wall-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-frmnt-wall-3.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/50-frmnt-wall-4.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/525-market-st-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/525-market-st-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/525-mkt-st-wall-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/555-market-st-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/555-market-st-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/575-market-st-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/575-market-st-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/575-mkt-st-wall.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/595-market-st-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/595-market-st-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/595-mkt-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/737-01.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/737-static.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/747-01.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/747-static.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/942049.stg -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/942050.stg -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/942051.stg -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/942058.stg -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/942066.stg -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/KSFO-maint-1-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/KSFO-terminal-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/alcatraz-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/alcatraz-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/baybridge-e-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/baybridge-e-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/baybridge-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/baybridge-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bb-mixedforest.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bb-side.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bb-susp.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bbe-side-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-3.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/bofa-sf.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-3.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-4.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/calcent-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/candlestickpark-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/candlestickpark-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/citicorp-center-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/citicorp-center-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/citicorp-top.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/citicorp-wall.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/coit-top-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/coit-tower-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/coit-tower-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/db-road.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/dumbarton-bdg-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/dumbarton-bdg-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-1-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-1-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-2-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-2-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-3-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-3-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-4-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-4-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-cell-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-cell-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-top-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-west-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-west-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-west-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/emb-west-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ferry-bld-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ferry-bld-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ferry-tex-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-road-3.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-struct-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-struct-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-susp.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ggb-wall-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ksfo-international-terminal.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/light-pat-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/mac-kesson-plaza-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/mac-kesson-plaza-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/mc-kesson-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/ora-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-1-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-1-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-11-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-11-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-12-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-12-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-13-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-13-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-14-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-14-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-2-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-2-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-3-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-3-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-4-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-4-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-5-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-5-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-6-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/oracle-6-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/red-light.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/road-3-fb.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-bld-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-bld-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-wall-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-wall-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-wall-3.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/russ-wall-4.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sanmateo-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sanmateo-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sf-alcatraz-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/shacklee-wall-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/shacklee-wall-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sutro-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sutro-fb.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sutro-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/sutro-light.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/telesis-tower-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/telesis-tower-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/telesis-wall-1.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/telesis-wall-2.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/terminal.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/transamerica-fb.ac -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/transamerica-fb.rgb -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/transamerica-fb.xml -%%DATADIR%%/Scenery/Objects/w130n30/w123n37/yellow-light.rgb -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/1Q4.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/23Q.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/2CL1.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/4CA3.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/4CA8.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/5CL2.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/5CL3.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/8Q1.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958400.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958400.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958401.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958401.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958402.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958402.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958403.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958403.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958408.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958408.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958409.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958409.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958410.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958410.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958411.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958411.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958416.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958416.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958417.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958417.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958418.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958418.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958419.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958419.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958424.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958424.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958425.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958425.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958426.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958426.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958427.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958427.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958432.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958432.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958433.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958433.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958434.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958434.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958435.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958435.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958440.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958440.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958441.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958441.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958442.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958442.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958443.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958443.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958448.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958448.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958449.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958449.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958450.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958450.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958451.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958451.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958456.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958456.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958457.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958457.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958458.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958458.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958459.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/958459.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/C83.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA33.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA34.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA48.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA54.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA67.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CA70.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CL05.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CL52.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CL64.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/CL86.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/K1Q4.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KC83.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KE16.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KLVK.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KNRC.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KRHV.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KSCK.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KSJC.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/KTCY.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/O29.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w122n37/Q99.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/02Q.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/0Q2.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/15CA.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/16CA.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/17CA.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/17CL.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/1CL3.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/44Q.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/45Q.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/4Q2.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/55CA.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/59CA.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/5CA3.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/6Q6.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942018.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942018.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942019.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942019.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942026.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942026.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942027.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942027.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942034.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942034.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942035.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942035.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942041.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942041.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942042.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942042.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942043.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942043.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942049.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942049.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942050.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942050.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942051.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942051.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942056.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942056.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942057.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942057.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942058.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942058.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942059.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942059.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942065.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942065.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942066.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942066.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942067.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942067.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942072.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942072.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942073.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942073.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942074.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942074.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942075.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/942075.stg -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA14.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA26.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA27.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA30.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CA63.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CL41.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/CL77.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KCCR.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KCSY.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KHAF.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KHWD.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KJMC.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KNUQ.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KOAK.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KPAO.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KSFO.btg.gz -%%DATADIR%%/Scenery/Terrain/w130n30/w123n37/KSQL.btg.gz -%%DATADIR%%/Sounds/coughing.wav -%%DATADIR%%/Sounds/cranking.wav -%%DATADIR%%/Sounds/crash.wav -%%DATADIR%%/Sounds/door_close.wav -%%DATADIR%%/Sounds/engstart.wav -%%DATADIR%%/Sounds/exhaust_loop.wav -%%DATADIR%%/Sounds/exhaust_shutdown.wav -%%DATADIR%%/Sounds/exhaust_start.wav -%%DATADIR%%/Sounds/fan.wav -%%DATADIR%%/Sounds/flaps.wav -%%DATADIR%%/Sounds/gear-hrn.wav -%%DATADIR%%/Sounds/gear-lck.wav -%%DATADIR%%/Sounds/gear.wav -%%DATADIR%%/Sounds/helicopter-skid.wav -%%DATADIR%%/Sounds/helicopter.wav -%%DATADIR%%/Sounds/intro.mp3 -%%DATADIR%%/Sounds/jet.wav -%%DATADIR%%/Sounds/overspeed.wav -%%DATADIR%%/Sounds/rotor.wav -%%DATADIR%%/Sounds/rumble.wav -%%DATADIR%%/Sounds/squeal.wav -%%DATADIR%%/Sounds/stall.wav -%%DATADIR%%/Sounds/thunder.wav -%%DATADIR%%/Sounds/turbine_loop.wav -%%DATADIR%%/Sounds/turbine_shutdown.wav -%%DATADIR%%/Sounds/turbine_start.wav -%%DATADIR%%/Sounds/turboprop1.wav -%%DATADIR%%/Sounds/wasp.wav -%%DATADIR%%/Sounds/whine.wav -%%DATADIR%%/Sounds/wind.wav -%%DATADIR%%/Textures.high/Runway/pa_0r.rgb -%%DATADIR%%/Textures.high/Runway/pa_11.rgb -%%DATADIR%%/Textures.high/Runway/pa_1c.rgb -%%DATADIR%%/Textures.high/Runway/pa_1l.rgb -%%DATADIR%%/Textures.high/Runway/pa_1r.rgb -%%DATADIR%%/Textures.high/Runway/pa_2c.rgb -%%DATADIR%%/Textures.high/Runway/pa_2l.rgb -%%DATADIR%%/Textures.high/Runway/pa_2r.rgb -%%DATADIR%%/Textures.high/Runway/pa_3c.rgb -%%DATADIR%%/Textures.high/Runway/pa_3l.rgb -%%DATADIR%%/Textures.high/Runway/pa_3r.rgb -%%DATADIR%%/Textures.high/Runway/pa_4c.rgb -%%DATADIR%%/Textures.high/Runway/pa_4r.rgb -%%DATADIR%%/Textures.high/Runway/pa_5c.rgb -%%DATADIR%%/Textures.high/Runway/pa_5r.rgb -%%DATADIR%%/Textures.high/Runway/pa_6c.rgb -%%DATADIR%%/Textures.high/Runway/pa_6r.rgb -%%DATADIR%%/Textures.high/Runway/pa_7c.rgb -%%DATADIR%%/Textures.high/Runway/pa_7r.rgb -%%DATADIR%%/Textures.high/Runway/pa_8c.rgb -%%DATADIR%%/Textures.high/Runway/pa_8r.rgb -%%DATADIR%%/Textures.high/Runway/pa_9c.rgb -%%DATADIR%%/Textures.high/Runway/pa_9r.rgb -%%DATADIR%%/Textures.high/Runway/pa_C.rgb -%%DATADIR%%/Textures.high/Runway/pa_L.rgb -%%DATADIR%%/Textures.high/Runway/pa_R.rgb -%%DATADIR%%/Textures.high/Runway/pa_aim.rgb -%%DATADIR%%/Textures.high/Runway/pa_centerline.rgb -%%DATADIR%%/Textures.high/Runway/pa_dspl_arrows.rgb -%%DATADIR%%/Textures.high/Runway/pa_dspl_thresh.rgb -%%DATADIR%%/Textures.high/Runway/pa_rest.rgb -%%DATADIR%%/Textures.high/Runway/pa_taxiway.rgb -%%DATADIR%%/Textures.high/Runway/pa_threshold.rgb -%%DATADIR%%/Textures.high/Runway/pa_tiedown.rgb -%%DATADIR%%/Textures.high/Runway/pa_tz_one_a.rgb -%%DATADIR%%/Textures.high/Runway/pa_tz_one_b.rgb -%%DATADIR%%/Textures.high/Runway/pa_tz_three.rgb -%%DATADIR%%/Textures.high/Runway/pa_tz_two_a.rgb -%%DATADIR%%/Textures.high/Runway/pa_tz_two_b.rgb -%%DATADIR%%/Textures.high/Runway/pc_0r.rgb -%%DATADIR%%/Textures.high/Runway/pc_11.rgb -%%DATADIR%%/Textures.high/Runway/pc_1c.rgb -%%DATADIR%%/Textures.high/Runway/pc_1l.rgb -%%DATADIR%%/Textures.high/Runway/pc_1r.rgb -%%DATADIR%%/Textures.high/Runway/pc_2c.rgb -%%DATADIR%%/Textures.high/Runway/pc_2l.rgb -%%DATADIR%%/Textures.high/Runway/pc_2r.rgb -%%DATADIR%%/Textures.high/Runway/pc_3c.rgb -%%DATADIR%%/Textures.high/Runway/pc_3l.rgb -%%DATADIR%%/Textures.high/Runway/pc_3r.rgb -%%DATADIR%%/Textures.high/Runway/pc_4c.rgb -%%DATADIR%%/Textures.high/Runway/pc_4r.rgb -%%DATADIR%%/Textures.high/Runway/pc_5c.rgb -%%DATADIR%%/Textures.high/Runway/pc_5r.rgb -%%DATADIR%%/Textures.high/Runway/pc_6c.rgb -%%DATADIR%%/Textures.high/Runway/pc_6r.rgb -%%DATADIR%%/Textures.high/Runway/pc_7c.rgb -%%DATADIR%%/Textures.high/Runway/pc_7r.rgb -%%DATADIR%%/Textures.high/Runway/pc_8c.rgb -%%DATADIR%%/Textures.high/Runway/pc_8r.rgb -%%DATADIR%%/Textures.high/Runway/pc_9c.rgb -%%DATADIR%%/Textures.high/Runway/pc_9r.rgb -%%DATADIR%%/Textures.high/Runway/pc_C.rgb -%%DATADIR%%/Textures.high/Runway/pc_L.rgb -%%DATADIR%%/Textures.high/Runway/pc_R.rgb -%%DATADIR%%/Textures.high/Runway/pc_aim.rgb -%%DATADIR%%/Textures.high/Runway/pc_centerline.rgb -%%DATADIR%%/Textures.high/Runway/pc_dspl_arrows.rgb -%%DATADIR%%/Textures.high/Runway/pc_dspl_thresh.rgb -%%DATADIR%%/Textures.high/Runway/pc_rest.rgb -%%DATADIR%%/Textures.high/Runway/pc_taxiway.rgb -%%DATADIR%%/Textures.high/Runway/pc_threshold.rgb -%%DATADIR%%/Textures.high/Runway/pc_tiedown.rgb -%%DATADIR%%/Textures.high/Runway/pc_tz_one_a.rgb -%%DATADIR%%/Textures.high/Runway/pc_tz_one_b.rgb -%%DATADIR%%/Textures.high/Runway/pc_tz_three.rgb -%%DATADIR%%/Textures.high/Runway/pc_tz_two_a.rgb -%%DATADIR%%/Textures.high/Runway/pc_tz_two_b.rgb -%%DATADIR%%/Textures.high/Terrain/18th_century_city.rgb -%%DATADIR%%/Textures.high/Terrain/builtup.rgb -%%DATADIR%%/Textures.high/Terrain/drycrop.rgb -%%DATADIR%%/Textures.high/Terrain/irrcrop.rgb -%%DATADIR%%/Textures.high/Terrain/mixedcrop.rgb -%%DATADIR%%/Textures.high/Terrain/resgrid.rgb -%%DATADIR%%/Textures/Credits -%%DATADIR%%/Textures/Runway/dirt_rwy.rgb -%%DATADIR%%/Textures/Runway/grass_rwy.rgb -%%DATADIR%%/Textures/Runway/lakebed_taxiway.rgb -%%DATADIR%%/Textures/Runway/pa_0r.rgb -%%DATADIR%%/Textures/Runway/pa_11.rgb -%%DATADIR%%/Textures/Runway/pa_1c.rgb -%%DATADIR%%/Textures/Runway/pa_1l.rgb -%%DATADIR%%/Textures/Runway/pa_1r.rgb -%%DATADIR%%/Textures/Runway/pa_2c.rgb -%%DATADIR%%/Textures/Runway/pa_2l.rgb -%%DATADIR%%/Textures/Runway/pa_2r.rgb -%%DATADIR%%/Textures/Runway/pa_3c.rgb -%%DATADIR%%/Textures/Runway/pa_3l.rgb -%%DATADIR%%/Textures/Runway/pa_3r.rgb -%%DATADIR%%/Textures/Runway/pa_4c.rgb -%%DATADIR%%/Textures/Runway/pa_4r.rgb -%%DATADIR%%/Textures/Runway/pa_5c.rgb -%%DATADIR%%/Textures/Runway/pa_5r.rgb -%%DATADIR%%/Textures/Runway/pa_6c.rgb -%%DATADIR%%/Textures/Runway/pa_6r.rgb -%%DATADIR%%/Textures/Runway/pa_7c.rgb -%%DATADIR%%/Textures/Runway/pa_7r.rgb -%%DATADIR%%/Textures/Runway/pa_8c.rgb -%%DATADIR%%/Textures/Runway/pa_8r.rgb -%%DATADIR%%/Textures/Runway/pa_9c.rgb -%%DATADIR%%/Textures/Runway/pa_9r.rgb -%%DATADIR%%/Textures/Runway/pa_C.rgb -%%DATADIR%%/Textures/Runway/pa_L.rgb -%%DATADIR%%/Textures/Runway/pa_R.rgb -%%DATADIR%%/Textures/Runway/pa_aim.rgb -%%DATADIR%%/Textures/Runway/pa_centerline.rgb -%%DATADIR%%/Textures/Runway/pa_dspl_arrows.rgb -%%DATADIR%%/Textures/Runway/pa_dspl_thresh.rgb -%%DATADIR%%/Textures/Runway/pa_rest.rgb -%%DATADIR%%/Textures/Runway/pa_taxiway.rgb -%%DATADIR%%/Textures/Runway/pa_threshold.rgb -%%DATADIR%%/Textures/Runway/pa_tiedown.rgb -%%DATADIR%%/Textures/Runway/pa_tz_one_a.rgb -%%DATADIR%%/Textures/Runway/pa_tz_one_b.rgb -%%DATADIR%%/Textures/Runway/pa_tz_three.rgb -%%DATADIR%%/Textures/Runway/pa_tz_two_a.rgb -%%DATADIR%%/Textures/Runway/pa_tz_two_b.rgb -%%DATADIR%%/Textures/Runway/pc_0r.rgb -%%DATADIR%%/Textures/Runway/pc_11.rgb -%%DATADIR%%/Textures/Runway/pc_1c.rgb -%%DATADIR%%/Textures/Runway/pc_1l.rgb -%%DATADIR%%/Textures/Runway/pc_1r.rgb -%%DATADIR%%/Textures/Runway/pc_2c.rgb -%%DATADIR%%/Textures/Runway/pc_2l.rgb -%%DATADIR%%/Textures/Runway/pc_2r.rgb -%%DATADIR%%/Textures/Runway/pc_3c.rgb -%%DATADIR%%/Textures/Runway/pc_3l.rgb -%%DATADIR%%/Textures/Runway/pc_3r.rgb -%%DATADIR%%/Textures/Runway/pc_4c.rgb -%%DATADIR%%/Textures/Runway/pc_4r.rgb -%%DATADIR%%/Textures/Runway/pc_5c.rgb -%%DATADIR%%/Textures/Runway/pc_5r.rgb -%%DATADIR%%/Textures/Runway/pc_6c.rgb -%%DATADIR%%/Textures/Runway/pc_6r.rgb -%%DATADIR%%/Textures/Runway/pc_7c.rgb -%%DATADIR%%/Textures/Runway/pc_7r.rgb -%%DATADIR%%/Textures/Runway/pc_8c.rgb -%%DATADIR%%/Textures/Runway/pc_8r.rgb -%%DATADIR%%/Textures/Runway/pc_9c.rgb -%%DATADIR%%/Textures/Runway/pc_9r.rgb -%%DATADIR%%/Textures/Runway/pc_C.rgb -%%DATADIR%%/Textures/Runway/pc_L.rgb -%%DATADIR%%/Textures/Runway/pc_R.rgb -%%DATADIR%%/Textures/Runway/pc_aim.rgb -%%DATADIR%%/Textures/Runway/pc_centerline.rgb -%%DATADIR%%/Textures/Runway/pc_dspl_arrows.rgb -%%DATADIR%%/Textures/Runway/pc_dspl_thresh.rgb -%%DATADIR%%/Textures/Runway/pc_rest.rgb -%%DATADIR%%/Textures/Runway/pc_taxiway.rgb -%%DATADIR%%/Textures/Runway/pc_threshold.rgb -%%DATADIR%%/Textures/Runway/pc_tiedown.rgb -%%DATADIR%%/Textures/Runway/pc_tz_one_a.rgb -%%DATADIR%%/Textures/Runway/pc_tz_one_b.rgb -%%DATADIR%%/Textures/Runway/pc_tz_three.rgb -%%DATADIR%%/Textures/Runway/pc_tz_two_a.rgb -%%DATADIR%%/Textures/Runway/pc_tz_two_b.rgb -%%DATADIR%%/Textures/Sky/broken.rgba -%%DATADIR%%/Textures/Sky/broken_n.rgb -%%DATADIR%%/Textures/Sky/cirrus.rgba -%%DATADIR%%/Textures/Sky/cirrus_n.rgb -%%DATADIR%%/Textures/Sky/cloud.rgba -%%DATADIR%%/Textures/Sky/few.rgba -%%DATADIR%%/Textures/Sky/few_n.rgb -%%DATADIR%%/Textures/Sky/halo.rgba -%%DATADIR%%/Textures/Sky/halo.rgba.old -%%DATADIR%%/Textures/Sky/moon.rgba -%%DATADIR%%/Textures/Sky/mostlysunny.rgba.save -%%DATADIR%%/Textures/Sky/overcast.rgb -%%DATADIR%%/Textures/Sky/overcast_n.rgb -%%DATADIR%%/Textures/Sky/overcast_top.rgb -%%DATADIR%%/Textures/Sky/overcast_top_n.rgb -%%DATADIR%%/Textures/Sky/scattered.rgba -%%DATADIR%%/Textures/Sky/scattered_n.rgb -%%DATADIR%%/Textures/Splash1.rgb -%%DATADIR%%/Textures/Splash2.rgb -%%DATADIR%%/Textures/Splash3.rgb -%%DATADIR%%/Textures/Splash4.rgb -%%DATADIR%%/Textures/Splash5.rgb -%%DATADIR%%/Textures/Terrain/Town.rgb -%%DATADIR%%/Textures/Terrain/airport.rgb -%%DATADIR%%/Textures/Terrain/asphault.rgb -%%DATADIR%%/Textures/Terrain/builtup.rgb -%%DATADIR%%/Textures/Terrain/cropgrass.rgb -%%DATADIR%%/Textures/Terrain/cropwood.rgb -%%DATADIR%%/Textures/Terrain/dec_evergreen.rgb -%%DATADIR%%/Textures/Terrain/deciduous.rgb -%%DATADIR%%/Textures/Terrain/desert.rgb -%%DATADIR%%/Textures/Terrain/desert1.rgb -%%DATADIR%%/Textures/Terrain/drycrop.rgb -%%DATADIR%%/Textures/Terrain/evergreen.rgb -%%DATADIR%%/Textures/Terrain/forest1.rgb -%%DATADIR%%/Textures/Terrain/glacier.rgb -%%DATADIR%%/Textures/Terrain/grass.rgb -%%DATADIR%%/Textures/Terrain/gravel.rgb -%%DATADIR%%/Textures/Terrain/irrcrop.rgb -%%DATADIR%%/Textures/Terrain/marsh1.rgb -%%DATADIR%%/Textures/Terrain/mixedcrop.rgb -%%DATADIR%%/Textures/Terrain/mixedforest.rgb -%%DATADIR%%/Textures/Terrain/packice.rgb -%%DATADIR%%/Textures/Terrain/rock.rgb -%%DATADIR%%/Textures/Terrain/rocks-desert.rgb -%%DATADIR%%/Textures/Terrain/sand.rgb -%%DATADIR%%/Textures/Terrain/savanna.rgb -%%DATADIR%%/Textures/Terrain/shrub.rgb -%%DATADIR%%/Textures/Terrain/snow.rgb -%%DATADIR%%/Textures/Terrain/tidal.rgb -%%DATADIR%%/Textures/Terrain/tundra.rgb -%%DATADIR%%/Textures/Terrain/unknown.rgb -%%DATADIR%%/Textures/Terrain/wash.rgb -%%DATADIR%%/Textures/Terrain/water-lake.rgb -%%DATADIR%%/Textures/Terrain/water.rgb -%%DATADIR%%/Textures/splash.rgb -%%DATADIR%%/Thanks -%%DATADIR%%/Timezone/Africa/Abidjan -%%DATADIR%%/Timezone/Africa/Accra -%%DATADIR%%/Timezone/Africa/Addis_Ababa -%%DATADIR%%/Timezone/Africa/Algiers -%%DATADIR%%/Timezone/Africa/Asmera -%%DATADIR%%/Timezone/Africa/Bamako -%%DATADIR%%/Timezone/Africa/Bangui -%%DATADIR%%/Timezone/Africa/Banjul -%%DATADIR%%/Timezone/Africa/Bissau -%%DATADIR%%/Timezone/Africa/Blantyre -%%DATADIR%%/Timezone/Africa/Brazzaville -%%DATADIR%%/Timezone/Africa/Bujumbura -%%DATADIR%%/Timezone/Africa/Cairo -%%DATADIR%%/Timezone/Africa/Casablanca -%%DATADIR%%/Timezone/Africa/Ceuta -%%DATADIR%%/Timezone/Africa/Conakry -%%DATADIR%%/Timezone/Africa/Dakar -%%DATADIR%%/Timezone/Africa/Dar_es_Salaam -%%DATADIR%%/Timezone/Africa/Djibouti -%%DATADIR%%/Timezone/Africa/Douala -%%DATADIR%%/Timezone/Africa/El_Aaiun -%%DATADIR%%/Timezone/Africa/Freetown -%%DATADIR%%/Timezone/Africa/Gaborone -%%DATADIR%%/Timezone/Africa/Harare -%%DATADIR%%/Timezone/Africa/Johannesburg -%%DATADIR%%/Timezone/Africa/Kampala -%%DATADIR%%/Timezone/Africa/Khartoum -%%DATADIR%%/Timezone/Africa/Kigali -%%DATADIR%%/Timezone/Africa/Kinshasa -%%DATADIR%%/Timezone/Africa/Lagos -%%DATADIR%%/Timezone/Africa/Libreville -%%DATADIR%%/Timezone/Africa/Lome -%%DATADIR%%/Timezone/Africa/Luanda -%%DATADIR%%/Timezone/Africa/Lubumbashi -%%DATADIR%%/Timezone/Africa/Lusaka -%%DATADIR%%/Timezone/Africa/Malabo -%%DATADIR%%/Timezone/Africa/Maputo -%%DATADIR%%/Timezone/Africa/Maseru -%%DATADIR%%/Timezone/Africa/Mbabane -%%DATADIR%%/Timezone/Africa/Mogadishu -%%DATADIR%%/Timezone/Africa/Monrovia -%%DATADIR%%/Timezone/Africa/Nairobi -%%DATADIR%%/Timezone/Africa/Ndjamena -%%DATADIR%%/Timezone/Africa/Niamey -%%DATADIR%%/Timezone/Africa/Nouakchott -%%DATADIR%%/Timezone/Africa/Ouagadougou -%%DATADIR%%/Timezone/Africa/Porto-Novo -%%DATADIR%%/Timezone/Africa/Sao_Tome -%%DATADIR%%/Timezone/Africa/Timbuktu -%%DATADIR%%/Timezone/Africa/Tripoli -%%DATADIR%%/Timezone/Africa/Tunis -%%DATADIR%%/Timezone/Africa/Windhoek -%%DATADIR%%/Timezone/America/Adak -%%DATADIR%%/Timezone/America/Anchorage -%%DATADIR%%/Timezone/America/Anguilla -%%DATADIR%%/Timezone/America/Antigua -%%DATADIR%%/Timezone/America/Araguaina -%%DATADIR%%/Timezone/America/Aruba -%%DATADIR%%/Timezone/America/Asuncion -%%DATADIR%%/Timezone/America/Atka -%%DATADIR%%/Timezone/America/Barbados -%%DATADIR%%/Timezone/America/Belem -%%DATADIR%%/Timezone/America/Belize -%%DATADIR%%/Timezone/America/Boa_Vista -%%DATADIR%%/Timezone/America/Bogota -%%DATADIR%%/Timezone/America/Boise -%%DATADIR%%/Timezone/America/Buenos_Aires -%%DATADIR%%/Timezone/America/Cambridge_Bay -%%DATADIR%%/Timezone/America/Cancun -%%DATADIR%%/Timezone/America/Caracas -%%DATADIR%%/Timezone/America/Catamarca -%%DATADIR%%/Timezone/America/Cayenne -%%DATADIR%%/Timezone/America/Cayman -%%DATADIR%%/Timezone/America/Chicago -%%DATADIR%%/Timezone/America/Chihuahua -%%DATADIR%%/Timezone/America/Cordoba -%%DATADIR%%/Timezone/America/Costa_Rica -%%DATADIR%%/Timezone/America/Cuiaba -%%DATADIR%%/Timezone/America/Curacao -%%DATADIR%%/Timezone/America/Dawson -%%DATADIR%%/Timezone/America/Dawson_Creek -%%DATADIR%%/Timezone/America/Denver -%%DATADIR%%/Timezone/America/Detroit -%%DATADIR%%/Timezone/America/Dominica -%%DATADIR%%/Timezone/America/Edmonton -%%DATADIR%%/Timezone/America/El_Salvador -%%DATADIR%%/Timezone/America/Ensenada -%%DATADIR%%/Timezone/America/Fort_Wayne -%%DATADIR%%/Timezone/America/Fortaleza -%%DATADIR%%/Timezone/America/Glace_Bay -%%DATADIR%%/Timezone/America/Godthab -%%DATADIR%%/Timezone/America/Goose_Bay -%%DATADIR%%/Timezone/America/Grand_Turk -%%DATADIR%%/Timezone/America/Grenada -%%DATADIR%%/Timezone/America/Guadeloupe -%%DATADIR%%/Timezone/America/Guatemala -%%DATADIR%%/Timezone/America/Guayaquil -%%DATADIR%%/Timezone/America/Guyana -%%DATADIR%%/Timezone/America/Halifax -%%DATADIR%%/Timezone/America/Havana -%%DATADIR%%/Timezone/America/Hermosillo -%%DATADIR%%/Timezone/America/Indiana/Indianapolis -%%DATADIR%%/Timezone/America/Indiana/Knox -%%DATADIR%%/Timezone/America/Indiana/Marengo -%%DATADIR%%/Timezone/America/Indiana/Vevay -%%DATADIR%%/Timezone/America/Indianapolis -%%DATADIR%%/Timezone/America/Inuvik -%%DATADIR%%/Timezone/America/Iqaluit -%%DATADIR%%/Timezone/America/Jamaica -%%DATADIR%%/Timezone/America/Jujuy -%%DATADIR%%/Timezone/America/Juneau -%%DATADIR%%/Timezone/America/Knox_IN -%%DATADIR%%/Timezone/America/La_Paz -%%DATADIR%%/Timezone/America/Lima -%%DATADIR%%/Timezone/America/Los_Angeles -%%DATADIR%%/Timezone/America/Louisville -%%DATADIR%%/Timezone/America/Maceio -%%DATADIR%%/Timezone/America/Managua -%%DATADIR%%/Timezone/America/Manaus -%%DATADIR%%/Timezone/America/Martinique -%%DATADIR%%/Timezone/America/Mazatlan -%%DATADIR%%/Timezone/America/Mendoza -%%DATADIR%%/Timezone/America/Menominee -%%DATADIR%%/Timezone/America/Mexico_City -%%DATADIR%%/Timezone/America/Miquelon -%%DATADIR%%/Timezone/America/Montevideo -%%DATADIR%%/Timezone/America/Montreal -%%DATADIR%%/Timezone/America/Montserrat -%%DATADIR%%/Timezone/America/Nassau -%%DATADIR%%/Timezone/America/New_York -%%DATADIR%%/Timezone/America/Nipigon -%%DATADIR%%/Timezone/America/Nome -%%DATADIR%%/Timezone/America/Noronha -%%DATADIR%%/Timezone/America/Panama -%%DATADIR%%/Timezone/America/Pangnirtung -%%DATADIR%%/Timezone/America/Paramaribo -%%DATADIR%%/Timezone/America/Phoenix -%%DATADIR%%/Timezone/America/Port-au-Prince -%%DATADIR%%/Timezone/America/Port_of_Spain -%%DATADIR%%/Timezone/America/Porto_Acre -%%DATADIR%%/Timezone/America/Porto_Velho -%%DATADIR%%/Timezone/America/Puerto_Rico -%%DATADIR%%/Timezone/America/Rainy_River -%%DATADIR%%/Timezone/America/Rankin_Inlet -%%DATADIR%%/Timezone/America/Regina -%%DATADIR%%/Timezone/America/Rosario -%%DATADIR%%/Timezone/America/Santiago -%%DATADIR%%/Timezone/America/Santo_Domingo -%%DATADIR%%/Timezone/America/Sao_Paulo -%%DATADIR%%/Timezone/America/Scoresbysund -%%DATADIR%%/Timezone/America/Shiprock -%%DATADIR%%/Timezone/America/St_Johns -%%DATADIR%%/Timezone/America/St_Kitts -%%DATADIR%%/Timezone/America/St_Lucia -%%DATADIR%%/Timezone/America/St_Thomas -%%DATADIR%%/Timezone/America/St_Vincent -%%DATADIR%%/Timezone/America/Swift_Current -%%DATADIR%%/Timezone/America/Tegucigalpa -%%DATADIR%%/Timezone/America/Thule -%%DATADIR%%/Timezone/America/Thunder_Bay -%%DATADIR%%/Timezone/America/Tijuana -%%DATADIR%%/Timezone/America/Tortola -%%DATADIR%%/Timezone/America/Vancouver -%%DATADIR%%/Timezone/America/Virgin -%%DATADIR%%/Timezone/America/Whitehorse -%%DATADIR%%/Timezone/America/Winnipeg -%%DATADIR%%/Timezone/America/Yakutat -%%DATADIR%%/Timezone/America/Yellowknife -%%DATADIR%%/Timezone/Antarctica/Casey -%%DATADIR%%/Timezone/Antarctica/Davis -%%DATADIR%%/Timezone/Antarctica/DumontDUrville -%%DATADIR%%/Timezone/Antarctica/Mawson -%%DATADIR%%/Timezone/Antarctica/McMurdo -%%DATADIR%%/Timezone/Antarctica/Palmer -%%DATADIR%%/Timezone/Antarctica/South_Pole -%%DATADIR%%/Timezone/Antarctica/Syowa -%%DATADIR%%/Timezone/Arctic/Longyearbyen -%%DATADIR%%/Timezone/Asia/Aden -%%DATADIR%%/Timezone/Asia/Almaty -%%DATADIR%%/Timezone/Asia/Amman -%%DATADIR%%/Timezone/Asia/Anadyr -%%DATADIR%%/Timezone/Asia/Aqtau -%%DATADIR%%/Timezone/Asia/Aqtobe -%%DATADIR%%/Timezone/Asia/Ashkhabad -%%DATADIR%%/Timezone/Asia/Baghdad -%%DATADIR%%/Timezone/Asia/Bahrain -%%DATADIR%%/Timezone/Asia/Baku -%%DATADIR%%/Timezone/Asia/Bangkok -%%DATADIR%%/Timezone/Asia/Beirut -%%DATADIR%%/Timezone/Asia/Bishkek -%%DATADIR%%/Timezone/Asia/Brunei -%%DATADIR%%/Timezone/Asia/Calcutta -%%DATADIR%%/Timezone/Asia/Chungking -%%DATADIR%%/Timezone/Asia/Colombo -%%DATADIR%%/Timezone/Asia/Dacca -%%DATADIR%%/Timezone/Asia/Damascus -%%DATADIR%%/Timezone/Asia/Dili -%%DATADIR%%/Timezone/Asia/Dubai -%%DATADIR%%/Timezone/Asia/Dushanbe -%%DATADIR%%/Timezone/Asia/Gaza -%%DATADIR%%/Timezone/Asia/Harbin -%%DATADIR%%/Timezone/Asia/Hong_Kong -%%DATADIR%%/Timezone/Asia/Hovd -%%DATADIR%%/Timezone/Asia/Irkutsk -%%DATADIR%%/Timezone/Asia/Istanbul -%%DATADIR%%/Timezone/Asia/Jakarta -%%DATADIR%%/Timezone/Asia/Jayapura -%%DATADIR%%/Timezone/Asia/Jerusalem -%%DATADIR%%/Timezone/Asia/Kabul -%%DATADIR%%/Timezone/Asia/Kamchatka -%%DATADIR%%/Timezone/Asia/Karachi -%%DATADIR%%/Timezone/Asia/Kashgar -%%DATADIR%%/Timezone/Asia/Katmandu -%%DATADIR%%/Timezone/Asia/Krasnoyarsk -%%DATADIR%%/Timezone/Asia/Kuala_Lumpur -%%DATADIR%%/Timezone/Asia/Kuching -%%DATADIR%%/Timezone/Asia/Kuwait -%%DATADIR%%/Timezone/Asia/Macao -%%DATADIR%%/Timezone/Asia/Magadan -%%DATADIR%%/Timezone/Asia/Manila -%%DATADIR%%/Timezone/Asia/Muscat -%%DATADIR%%/Timezone/Asia/Nicosia -%%DATADIR%%/Timezone/Asia/Novosibirsk -%%DATADIR%%/Timezone/Asia/Omsk -%%DATADIR%%/Timezone/Asia/Phnom_Penh -%%DATADIR%%/Timezone/Asia/Pyongyang -%%DATADIR%%/Timezone/Asia/Qatar -%%DATADIR%%/Timezone/Asia/Rangoon -%%DATADIR%%/Timezone/Asia/Riyadh -%%DATADIR%%/Timezone/Asia/Riyadh87 -%%DATADIR%%/Timezone/Asia/Riyadh88 -%%DATADIR%%/Timezone/Asia/Riyadh89 -%%DATADIR%%/Timezone/Asia/Saigon -%%DATADIR%%/Timezone/Asia/Samarkand -%%DATADIR%%/Timezone/Asia/Seoul -%%DATADIR%%/Timezone/Asia/Shanghai -%%DATADIR%%/Timezone/Asia/Singapore -%%DATADIR%%/Timezone/Asia/Taipei -%%DATADIR%%/Timezone/Asia/Tashkent -%%DATADIR%%/Timezone/Asia/Tbilisi -%%DATADIR%%/Timezone/Asia/Tehran -%%DATADIR%%/Timezone/Asia/Tel_Aviv -%%DATADIR%%/Timezone/Asia/Thimbu -%%DATADIR%%/Timezone/Asia/Tokyo -%%DATADIR%%/Timezone/Asia/Ujung_Pandang -%%DATADIR%%/Timezone/Asia/Ulaanbaatar -%%DATADIR%%/Timezone/Asia/Ulan_Bator -%%DATADIR%%/Timezone/Asia/Urumqi -%%DATADIR%%/Timezone/Asia/Vientiane -%%DATADIR%%/Timezone/Asia/Vladivostok -%%DATADIR%%/Timezone/Asia/Yakutsk -%%DATADIR%%/Timezone/Asia/Yekaterinburg -%%DATADIR%%/Timezone/Asia/Yerevan -%%DATADIR%%/Timezone/Atlantic/Azores -%%DATADIR%%/Timezone/Atlantic/Bermuda -%%DATADIR%%/Timezone/Atlantic/Canary -%%DATADIR%%/Timezone/Atlantic/Cape_Verde -%%DATADIR%%/Timezone/Atlantic/Faeroe -%%DATADIR%%/Timezone/Atlantic/Jan_Mayen -%%DATADIR%%/Timezone/Atlantic/Madeira -%%DATADIR%%/Timezone/Atlantic/Reykjavik -%%DATADIR%%/Timezone/Atlantic/South_Georgia -%%DATADIR%%/Timezone/Atlantic/St_Helena -%%DATADIR%%/Timezone/Atlantic/Stanley -%%DATADIR%%/Timezone/Australia/ACT -%%DATADIR%%/Timezone/Australia/Adelaide -%%DATADIR%%/Timezone/Australia/Brisbane -%%DATADIR%%/Timezone/Australia/Broken_Hill -%%DATADIR%%/Timezone/Australia/Canberra -%%DATADIR%%/Timezone/Australia/Darwin -%%DATADIR%%/Timezone/Australia/Hobart -%%DATADIR%%/Timezone/Australia/LHI -%%DATADIR%%/Timezone/Australia/Lindeman -%%DATADIR%%/Timezone/Australia/Lord_Howe -%%DATADIR%%/Timezone/Australia/Melbourne -%%DATADIR%%/Timezone/Australia/NSW -%%DATADIR%%/Timezone/Australia/North -%%DATADIR%%/Timezone/Australia/Perth -%%DATADIR%%/Timezone/Australia/Queensland -%%DATADIR%%/Timezone/Australia/South -%%DATADIR%%/Timezone/Australia/Sydney -%%DATADIR%%/Timezone/Australia/Tasmania -%%DATADIR%%/Timezone/Australia/Victoria -%%DATADIR%%/Timezone/Australia/West -%%DATADIR%%/Timezone/Australia/Yancowinna -%%DATADIR%%/Timezone/Brazil/Acre -%%DATADIR%%/Timezone/Brazil/DeNoronha -%%DATADIR%%/Timezone/Brazil/East -%%DATADIR%%/Timezone/Brazil/West -%%DATADIR%%/Timezone/CET -%%DATADIR%%/Timezone/CST6CDT -%%DATADIR%%/Timezone/Canada/Atlantic -%%DATADIR%%/Timezone/Canada/Central -%%DATADIR%%/Timezone/Canada/East-Saskatchewan -%%DATADIR%%/Timezone/Canada/Eastern -%%DATADIR%%/Timezone/Canada/Mountain -%%DATADIR%%/Timezone/Canada/Newfoundland -%%DATADIR%%/Timezone/Canada/Pacific -%%DATADIR%%/Timezone/Canada/Saskatchewan -%%DATADIR%%/Timezone/Canada/Yukon -%%DATADIR%%/Timezone/Chile/Continental -%%DATADIR%%/Timezone/Chile/EasterIsland -%%DATADIR%%/Timezone/Cuba -%%DATADIR%%/Timezone/EET -%%DATADIR%%/Timezone/EST -%%DATADIR%%/Timezone/EST5EDT -%%DATADIR%%/Timezone/Egypt -%%DATADIR%%/Timezone/Eire -%%DATADIR%%/Timezone/Etc/GMT -%%DATADIR%%/Timezone/Etc/GMT+0 -%%DATADIR%%/Timezone/Etc/GMT+1 -%%DATADIR%%/Timezone/Etc/GMT+10 -%%DATADIR%%/Timezone/Etc/GMT+11 -%%DATADIR%%/Timezone/Etc/GMT+12 -%%DATADIR%%/Timezone/Etc/GMT+2 -%%DATADIR%%/Timezone/Etc/GMT+3 -%%DATADIR%%/Timezone/Etc/GMT+4 -%%DATADIR%%/Timezone/Etc/GMT+5 -%%DATADIR%%/Timezone/Etc/GMT+6 -%%DATADIR%%/Timezone/Etc/GMT+7 -%%DATADIR%%/Timezone/Etc/GMT+8 -%%DATADIR%%/Timezone/Etc/GMT+9 -%%DATADIR%%/Timezone/Etc/GMT-0 -%%DATADIR%%/Timezone/Etc/GMT-1 -%%DATADIR%%/Timezone/Etc/GMT-10 -%%DATADIR%%/Timezone/Etc/GMT-11 -%%DATADIR%%/Timezone/Etc/GMT-12 -%%DATADIR%%/Timezone/Etc/GMT-13 -%%DATADIR%%/Timezone/Etc/GMT-14 -%%DATADIR%%/Timezone/Etc/GMT-2 -%%DATADIR%%/Timezone/Etc/GMT-3 -%%DATADIR%%/Timezone/Etc/GMT-4 -%%DATADIR%%/Timezone/Etc/GMT-5 -%%DATADIR%%/Timezone/Etc/GMT-6 -%%DATADIR%%/Timezone/Etc/GMT-7 -%%DATADIR%%/Timezone/Etc/GMT-8 -%%DATADIR%%/Timezone/Etc/GMT-9 -%%DATADIR%%/Timezone/Etc/GMT0 -%%DATADIR%%/Timezone/Etc/Greenwich -%%DATADIR%%/Timezone/Etc/UCT -%%DATADIR%%/Timezone/Etc/UTC -%%DATADIR%%/Timezone/Etc/Universal -%%DATADIR%%/Timezone/Etc/Zulu -%%DATADIR%%/Timezone/Europe/Amsterdam -%%DATADIR%%/Timezone/Europe/Andorra -%%DATADIR%%/Timezone/Europe/Athens -%%DATADIR%%/Timezone/Europe/Belfast -%%DATADIR%%/Timezone/Europe/Belgrade -%%DATADIR%%/Timezone/Europe/Berlin -%%DATADIR%%/Timezone/Europe/Bratislava -%%DATADIR%%/Timezone/Europe/Brussels -%%DATADIR%%/Timezone/Europe/Bucharest -%%DATADIR%%/Timezone/Europe/Budapest -%%DATADIR%%/Timezone/Europe/Chisinau -%%DATADIR%%/Timezone/Europe/Copenhagen -%%DATADIR%%/Timezone/Europe/Dublin -%%DATADIR%%/Timezone/Europe/Gibraltar -%%DATADIR%%/Timezone/Europe/Helsinki -%%DATADIR%%/Timezone/Europe/Istanbul -%%DATADIR%%/Timezone/Europe/Kaliningrad -%%DATADIR%%/Timezone/Europe/Kiev -%%DATADIR%%/Timezone/Europe/Lisbon -%%DATADIR%%/Timezone/Europe/Ljubljana -%%DATADIR%%/Timezone/Europe/London -%%DATADIR%%/Timezone/Europe/Luxembourg -%%DATADIR%%/Timezone/Europe/Madrid -%%DATADIR%%/Timezone/Europe/Malta -%%DATADIR%%/Timezone/Europe/Minsk -%%DATADIR%%/Timezone/Europe/Monaco -%%DATADIR%%/Timezone/Europe/Moscow -%%DATADIR%%/Timezone/Europe/Oslo -%%DATADIR%%/Timezone/Europe/Paris -%%DATADIR%%/Timezone/Europe/Prague -%%DATADIR%%/Timezone/Europe/Riga -%%DATADIR%%/Timezone/Europe/Rome -%%DATADIR%%/Timezone/Europe/Samara -%%DATADIR%%/Timezone/Europe/San_Marino -%%DATADIR%%/Timezone/Europe/Sarajevo -%%DATADIR%%/Timezone/Europe/Simferopol -%%DATADIR%%/Timezone/Europe/Skopje -%%DATADIR%%/Timezone/Europe/Sofia -%%DATADIR%%/Timezone/Europe/Stockholm -%%DATADIR%%/Timezone/Europe/Tallinn -%%DATADIR%%/Timezone/Europe/Tirane -%%DATADIR%%/Timezone/Europe/Tiraspol -%%DATADIR%%/Timezone/Europe/Uzhgorod -%%DATADIR%%/Timezone/Europe/Vaduz -%%DATADIR%%/Timezone/Europe/Vatican -%%DATADIR%%/Timezone/Europe/Vienna -%%DATADIR%%/Timezone/Europe/Vilnius -%%DATADIR%%/Timezone/Europe/Warsaw -%%DATADIR%%/Timezone/Europe/Zagreb -%%DATADIR%%/Timezone/Europe/Zaporozhye -%%DATADIR%%/Timezone/Europe/Zurich -%%DATADIR%%/Timezone/Factory -%%DATADIR%%/Timezone/GB -%%DATADIR%%/Timezone/GB-Eire -%%DATADIR%%/Timezone/GMT -%%DATADIR%%/Timezone/GMT+0 -%%DATADIR%%/Timezone/GMT-0 -%%DATADIR%%/Timezone/GMT0 -%%DATADIR%%/Timezone/Greenwich -%%DATADIR%%/Timezone/HST -%%DATADIR%%/Timezone/Hongkong -%%DATADIR%%/Timezone/Iceland -%%DATADIR%%/Timezone/Indian/Antananarivo -%%DATADIR%%/Timezone/Indian/Chagos -%%DATADIR%%/Timezone/Indian/Christmas -%%DATADIR%%/Timezone/Indian/Cocos -%%DATADIR%%/Timezone/Indian/Comoro -%%DATADIR%%/Timezone/Indian/Kerguelen -%%DATADIR%%/Timezone/Indian/Mahe -%%DATADIR%%/Timezone/Indian/Maldives -%%DATADIR%%/Timezone/Indian/Mauritius -%%DATADIR%%/Timezone/Indian/Mayotte -%%DATADIR%%/Timezone/Indian/Reunion -%%DATADIR%%/Timezone/Iran -%%DATADIR%%/Timezone/Israel -%%DATADIR%%/Timezone/Jamaica -%%DATADIR%%/Timezone/Japan -%%DATADIR%%/Timezone/Kwajalein -%%DATADIR%%/Timezone/Libya -%%DATADIR%%/Timezone/MET -%%DATADIR%%/Timezone/MST -%%DATADIR%%/Timezone/MST7MDT -%%DATADIR%%/Timezone/Mexico/BajaNorte -%%DATADIR%%/Timezone/Mexico/BajaSur -%%DATADIR%%/Timezone/Mexico/General -%%DATADIR%%/Timezone/Mideast/Riyadh87 -%%DATADIR%%/Timezone/Mideast/Riyadh88 -%%DATADIR%%/Timezone/Mideast/Riyadh89 -%%DATADIR%%/Timezone/NZ -%%DATADIR%%/Timezone/NZ-CHAT -%%DATADIR%%/Timezone/Navajo -%%DATADIR%%/Timezone/PRC -%%DATADIR%%/Timezone/PST8PDT -%%DATADIR%%/Timezone/Pacific/Apia -%%DATADIR%%/Timezone/Pacific/Auckland -%%DATADIR%%/Timezone/Pacific/Chatham -%%DATADIR%%/Timezone/Pacific/Easter -%%DATADIR%%/Timezone/Pacific/Efate -%%DATADIR%%/Timezone/Pacific/Enderbury -%%DATADIR%%/Timezone/Pacific/Fakaofo -%%DATADIR%%/Timezone/Pacific/Fiji -%%DATADIR%%/Timezone/Pacific/Funafuti -%%DATADIR%%/Timezone/Pacific/Galapagos -%%DATADIR%%/Timezone/Pacific/Gambier -%%DATADIR%%/Timezone/Pacific/Guadalcanal -%%DATADIR%%/Timezone/Pacific/Guam -%%DATADIR%%/Timezone/Pacific/Honolulu -%%DATADIR%%/Timezone/Pacific/Johnston -%%DATADIR%%/Timezone/Pacific/Kiritimati -%%DATADIR%%/Timezone/Pacific/Kosrae -%%DATADIR%%/Timezone/Pacific/Kwajalein -%%DATADIR%%/Timezone/Pacific/Majuro -%%DATADIR%%/Timezone/Pacific/Marquesas -%%DATADIR%%/Timezone/Pacific/Midway -%%DATADIR%%/Timezone/Pacific/Nauru -%%DATADIR%%/Timezone/Pacific/Niue -%%DATADIR%%/Timezone/Pacific/Norfolk -%%DATADIR%%/Timezone/Pacific/Noumea -%%DATADIR%%/Timezone/Pacific/Pago_Pago -%%DATADIR%%/Timezone/Pacific/Palau -%%DATADIR%%/Timezone/Pacific/Pitcairn -%%DATADIR%%/Timezone/Pacific/Ponape -%%DATADIR%%/Timezone/Pacific/Port_Moresby -%%DATADIR%%/Timezone/Pacific/Rarotonga -%%DATADIR%%/Timezone/Pacific/Saipan -%%DATADIR%%/Timezone/Pacific/Samoa -%%DATADIR%%/Timezone/Pacific/Tahiti -%%DATADIR%%/Timezone/Pacific/Tarawa -%%DATADIR%%/Timezone/Pacific/Tongatapu -%%DATADIR%%/Timezone/Pacific/Truk -%%DATADIR%%/Timezone/Pacific/Wake -%%DATADIR%%/Timezone/Pacific/Wallis -%%DATADIR%%/Timezone/Pacific/Yap -%%DATADIR%%/Timezone/Poland -%%DATADIR%%/Timezone/Portugal -%%DATADIR%%/Timezone/ROC -%%DATADIR%%/Timezone/ROK -%%DATADIR%%/Timezone/Singapore -%%DATADIR%%/Timezone/SystemV/AST4 -%%DATADIR%%/Timezone/SystemV/AST4ADT -%%DATADIR%%/Timezone/SystemV/CST6 -%%DATADIR%%/Timezone/SystemV/CST6CDT -%%DATADIR%%/Timezone/SystemV/EST5 -%%DATADIR%%/Timezone/SystemV/EST5EDT -%%DATADIR%%/Timezone/SystemV/HST10 -%%DATADIR%%/Timezone/SystemV/MST7 -%%DATADIR%%/Timezone/SystemV/MST7MDT -%%DATADIR%%/Timezone/SystemV/PST8 -%%DATADIR%%/Timezone/SystemV/PST8PDT -%%DATADIR%%/Timezone/SystemV/YST9 -%%DATADIR%%/Timezone/SystemV/YST9YDT -%%DATADIR%%/Timezone/Turkey -%%DATADIR%%/Timezone/UCT -%%DATADIR%%/Timezone/US/Alaska -%%DATADIR%%/Timezone/US/Aleutian -%%DATADIR%%/Timezone/US/Arizona -%%DATADIR%%/Timezone/US/Central -%%DATADIR%%/Timezone/US/East-Indiana -%%DATADIR%%/Timezone/US/Eastern -%%DATADIR%%/Timezone/US/Hawaii -%%DATADIR%%/Timezone/US/Indiana-Starke -%%DATADIR%%/Timezone/US/Michigan -%%DATADIR%%/Timezone/US/Mountain -%%DATADIR%%/Timezone/US/Pacific -%%DATADIR%%/Timezone/US/Samoa -%%DATADIR%%/Timezone/UTC -%%DATADIR%%/Timezone/Universal -%%DATADIR%%/Timezone/W-SU -%%DATADIR%%/Timezone/WET -%%DATADIR%%/Timezone/Zulu -%%DATADIR%%/Timezone/iso3166.tab -%%DATADIR%%/Timezone/posix/Africa/Abidjan -%%DATADIR%%/Timezone/posix/Africa/Accra -%%DATADIR%%/Timezone/posix/Africa/Addis_Ababa -%%DATADIR%%/Timezone/posix/Africa/Algiers -%%DATADIR%%/Timezone/posix/Africa/Asmera -%%DATADIR%%/Timezone/posix/Africa/Bamako -%%DATADIR%%/Timezone/posix/Africa/Bangui -%%DATADIR%%/Timezone/posix/Africa/Banjul -%%DATADIR%%/Timezone/posix/Africa/Bissau -%%DATADIR%%/Timezone/posix/Africa/Blantyre -%%DATADIR%%/Timezone/posix/Africa/Brazzaville -%%DATADIR%%/Timezone/posix/Africa/Bujumbura -%%DATADIR%%/Timezone/posix/Africa/Cairo -%%DATADIR%%/Timezone/posix/Africa/Casablanca -%%DATADIR%%/Timezone/posix/Africa/Ceuta -%%DATADIR%%/Timezone/posix/Africa/Conakry -%%DATADIR%%/Timezone/posix/Africa/Dakar -%%DATADIR%%/Timezone/posix/Africa/Dar_es_Salaam -%%DATADIR%%/Timezone/posix/Africa/Djibouti -%%DATADIR%%/Timezone/posix/Africa/Douala -%%DATADIR%%/Timezone/posix/Africa/El_Aaiun -%%DATADIR%%/Timezone/posix/Africa/Freetown -%%DATADIR%%/Timezone/posix/Africa/Gaborone -%%DATADIR%%/Timezone/posix/Africa/Harare -%%DATADIR%%/Timezone/posix/Africa/Johannesburg -%%DATADIR%%/Timezone/posix/Africa/Kampala -%%DATADIR%%/Timezone/posix/Africa/Khartoum -%%DATADIR%%/Timezone/posix/Africa/Kigali -%%DATADIR%%/Timezone/posix/Africa/Kinshasa -%%DATADIR%%/Timezone/posix/Africa/Lagos -%%DATADIR%%/Timezone/posix/Africa/Libreville -%%DATADIR%%/Timezone/posix/Africa/Lome -%%DATADIR%%/Timezone/posix/Africa/Luanda -%%DATADIR%%/Timezone/posix/Africa/Lubumbashi -%%DATADIR%%/Timezone/posix/Africa/Lusaka -%%DATADIR%%/Timezone/posix/Africa/Malabo -%%DATADIR%%/Timezone/posix/Africa/Maputo -%%DATADIR%%/Timezone/posix/Africa/Maseru -%%DATADIR%%/Timezone/posix/Africa/Mbabane -%%DATADIR%%/Timezone/posix/Africa/Mogadishu -%%DATADIR%%/Timezone/posix/Africa/Monrovia -%%DATADIR%%/Timezone/posix/Africa/Nairobi -%%DATADIR%%/Timezone/posix/Africa/Ndjamena -%%DATADIR%%/Timezone/posix/Africa/Niamey -%%DATADIR%%/Timezone/posix/Africa/Nouakchott -%%DATADIR%%/Timezone/posix/Africa/Ouagadougou -%%DATADIR%%/Timezone/posix/Africa/Porto-Novo -%%DATADIR%%/Timezone/posix/Africa/Sao_Tome -%%DATADIR%%/Timezone/posix/Africa/Timbuktu -%%DATADIR%%/Timezone/posix/Africa/Tripoli -%%DATADIR%%/Timezone/posix/Africa/Tunis -%%DATADIR%%/Timezone/posix/Africa/Windhoek -%%DATADIR%%/Timezone/posix/America/Adak -%%DATADIR%%/Timezone/posix/America/Anchorage -%%DATADIR%%/Timezone/posix/America/Anguilla -%%DATADIR%%/Timezone/posix/America/Antigua -%%DATADIR%%/Timezone/posix/America/Araguaina -%%DATADIR%%/Timezone/posix/America/Aruba -%%DATADIR%%/Timezone/posix/America/Asuncion -%%DATADIR%%/Timezone/posix/America/Atka -%%DATADIR%%/Timezone/posix/America/Barbados -%%DATADIR%%/Timezone/posix/America/Belem -%%DATADIR%%/Timezone/posix/America/Belize -%%DATADIR%%/Timezone/posix/America/Boa_Vista -%%DATADIR%%/Timezone/posix/America/Bogota -%%DATADIR%%/Timezone/posix/America/Boise -%%DATADIR%%/Timezone/posix/America/Buenos_Aires -%%DATADIR%%/Timezone/posix/America/Cambridge_Bay -%%DATADIR%%/Timezone/posix/America/Cancun -%%DATADIR%%/Timezone/posix/America/Caracas -%%DATADIR%%/Timezone/posix/America/Catamarca -%%DATADIR%%/Timezone/posix/America/Cayenne -%%DATADIR%%/Timezone/posix/America/Cayman -%%DATADIR%%/Timezone/posix/America/Chicago -%%DATADIR%%/Timezone/posix/America/Chihuahua -%%DATADIR%%/Timezone/posix/America/Cordoba -%%DATADIR%%/Timezone/posix/America/Costa_Rica -%%DATADIR%%/Timezone/posix/America/Cuiaba -%%DATADIR%%/Timezone/posix/America/Curacao -%%DATADIR%%/Timezone/posix/America/Dawson -%%DATADIR%%/Timezone/posix/America/Dawson_Creek -%%DATADIR%%/Timezone/posix/America/Denver -%%DATADIR%%/Timezone/posix/America/Detroit -%%DATADIR%%/Timezone/posix/America/Dominica -%%DATADIR%%/Timezone/posix/America/Edmonton -%%DATADIR%%/Timezone/posix/America/El_Salvador -%%DATADIR%%/Timezone/posix/America/Ensenada -%%DATADIR%%/Timezone/posix/America/Fort_Wayne -%%DATADIR%%/Timezone/posix/America/Fortaleza -%%DATADIR%%/Timezone/posix/America/Glace_Bay -%%DATADIR%%/Timezone/posix/America/Godthab -%%DATADIR%%/Timezone/posix/America/Goose_Bay -%%DATADIR%%/Timezone/posix/America/Grand_Turk -%%DATADIR%%/Timezone/posix/America/Grenada -%%DATADIR%%/Timezone/posix/America/Guadeloupe -%%DATADIR%%/Timezone/posix/America/Guatemala -%%DATADIR%%/Timezone/posix/America/Guayaquil -%%DATADIR%%/Timezone/posix/America/Guyana -%%DATADIR%%/Timezone/posix/America/Halifax -%%DATADIR%%/Timezone/posix/America/Havana -%%DATADIR%%/Timezone/posix/America/Hermosillo -%%DATADIR%%/Timezone/posix/America/Indiana/Indianapolis -%%DATADIR%%/Timezone/posix/America/Indiana/Knox -%%DATADIR%%/Timezone/posix/America/Indiana/Marengo -%%DATADIR%%/Timezone/posix/America/Indiana/Vevay -%%DATADIR%%/Timezone/posix/America/Indianapolis -%%DATADIR%%/Timezone/posix/America/Inuvik -%%DATADIR%%/Timezone/posix/America/Iqaluit -%%DATADIR%%/Timezone/posix/America/Jamaica -%%DATADIR%%/Timezone/posix/America/Jujuy -%%DATADIR%%/Timezone/posix/America/Juneau -%%DATADIR%%/Timezone/posix/America/Knox_IN -%%DATADIR%%/Timezone/posix/America/La_Paz -%%DATADIR%%/Timezone/posix/America/Lima -%%DATADIR%%/Timezone/posix/America/Los_Angeles -%%DATADIR%%/Timezone/posix/America/Louisville -%%DATADIR%%/Timezone/posix/America/Maceio -%%DATADIR%%/Timezone/posix/America/Managua -%%DATADIR%%/Timezone/posix/America/Manaus -%%DATADIR%%/Timezone/posix/America/Martinique -%%DATADIR%%/Timezone/posix/America/Mazatlan -%%DATADIR%%/Timezone/posix/America/Mendoza -%%DATADIR%%/Timezone/posix/America/Menominee -%%DATADIR%%/Timezone/posix/America/Mexico_City -%%DATADIR%%/Timezone/posix/America/Miquelon -%%DATADIR%%/Timezone/posix/America/Montevideo -%%DATADIR%%/Timezone/posix/America/Montreal -%%DATADIR%%/Timezone/posix/America/Montserrat -%%DATADIR%%/Timezone/posix/America/Nassau -%%DATADIR%%/Timezone/posix/America/New_York -%%DATADIR%%/Timezone/posix/America/Nipigon -%%DATADIR%%/Timezone/posix/America/Nome -%%DATADIR%%/Timezone/posix/America/Noronha -%%DATADIR%%/Timezone/posix/America/Panama -%%DATADIR%%/Timezone/posix/America/Pangnirtung -%%DATADIR%%/Timezone/posix/America/Paramaribo -%%DATADIR%%/Timezone/posix/America/Phoenix -%%DATADIR%%/Timezone/posix/America/Port-au-Prince -%%DATADIR%%/Timezone/posix/America/Port_of_Spain -%%DATADIR%%/Timezone/posix/America/Porto_Acre -%%DATADIR%%/Timezone/posix/America/Porto_Velho -%%DATADIR%%/Timezone/posix/America/Puerto_Rico -%%DATADIR%%/Timezone/posix/America/Rainy_River -%%DATADIR%%/Timezone/posix/America/Rankin_Inlet -%%DATADIR%%/Timezone/posix/America/Regina -%%DATADIR%%/Timezone/posix/America/Rosario -%%DATADIR%%/Timezone/posix/America/Santiago -%%DATADIR%%/Timezone/posix/America/Santo_Domingo -%%DATADIR%%/Timezone/posix/America/Sao_Paulo -%%DATADIR%%/Timezone/posix/America/Scoresbysund -%%DATADIR%%/Timezone/posix/America/Shiprock -%%DATADIR%%/Timezone/posix/America/St_Johns -%%DATADIR%%/Timezone/posix/America/St_Kitts -%%DATADIR%%/Timezone/posix/America/St_Lucia -%%DATADIR%%/Timezone/posix/America/St_Thomas -%%DATADIR%%/Timezone/posix/America/St_Vincent -%%DATADIR%%/Timezone/posix/America/Swift_Current -%%DATADIR%%/Timezone/posix/America/Tegucigalpa -%%DATADIR%%/Timezone/posix/America/Thule -%%DATADIR%%/Timezone/posix/America/Thunder_Bay -%%DATADIR%%/Timezone/posix/America/Tijuana -%%DATADIR%%/Timezone/posix/America/Tortola -%%DATADIR%%/Timezone/posix/America/Vancouver -%%DATADIR%%/Timezone/posix/America/Virgin -%%DATADIR%%/Timezone/posix/America/Whitehorse -%%DATADIR%%/Timezone/posix/America/Winnipeg -%%DATADIR%%/Timezone/posix/America/Yakutat -%%DATADIR%%/Timezone/posix/America/Yellowknife -%%DATADIR%%/Timezone/posix/Antarctica/Casey -%%DATADIR%%/Timezone/posix/Antarctica/Davis -%%DATADIR%%/Timezone/posix/Antarctica/DumontDUrville -%%DATADIR%%/Timezone/posix/Antarctica/Mawson -%%DATADIR%%/Timezone/posix/Antarctica/McMurdo -%%DATADIR%%/Timezone/posix/Antarctica/Palmer -%%DATADIR%%/Timezone/posix/Antarctica/South_Pole -%%DATADIR%%/Timezone/posix/Antarctica/Syowa -%%DATADIR%%/Timezone/posix/Arctic/Longyearbyen -%%DATADIR%%/Timezone/posix/Asia/Aden -%%DATADIR%%/Timezone/posix/Asia/Almaty -%%DATADIR%%/Timezone/posix/Asia/Amman -%%DATADIR%%/Timezone/posix/Asia/Anadyr -%%DATADIR%%/Timezone/posix/Asia/Aqtau -%%DATADIR%%/Timezone/posix/Asia/Aqtobe -%%DATADIR%%/Timezone/posix/Asia/Ashkhabad -%%DATADIR%%/Timezone/posix/Asia/Baghdad -%%DATADIR%%/Timezone/posix/Asia/Bahrain -%%DATADIR%%/Timezone/posix/Asia/Baku -%%DATADIR%%/Timezone/posix/Asia/Bangkok -%%DATADIR%%/Timezone/posix/Asia/Beirut -%%DATADIR%%/Timezone/posix/Asia/Bishkek -%%DATADIR%%/Timezone/posix/Asia/Brunei -%%DATADIR%%/Timezone/posix/Asia/Calcutta -%%DATADIR%%/Timezone/posix/Asia/Chungking -%%DATADIR%%/Timezone/posix/Asia/Colombo -%%DATADIR%%/Timezone/posix/Asia/Dacca -%%DATADIR%%/Timezone/posix/Asia/Damascus -%%DATADIR%%/Timezone/posix/Asia/Dili -%%DATADIR%%/Timezone/posix/Asia/Dubai -%%DATADIR%%/Timezone/posix/Asia/Dushanbe -%%DATADIR%%/Timezone/posix/Asia/Gaza -%%DATADIR%%/Timezone/posix/Asia/Harbin -%%DATADIR%%/Timezone/posix/Asia/Hong_Kong -%%DATADIR%%/Timezone/posix/Asia/Hovd -%%DATADIR%%/Timezone/posix/Asia/Irkutsk -%%DATADIR%%/Timezone/posix/Asia/Istanbul -%%DATADIR%%/Timezone/posix/Asia/Jakarta -%%DATADIR%%/Timezone/posix/Asia/Jayapura -%%DATADIR%%/Timezone/posix/Asia/Jerusalem -%%DATADIR%%/Timezone/posix/Asia/Kabul -%%DATADIR%%/Timezone/posix/Asia/Kamchatka -%%DATADIR%%/Timezone/posix/Asia/Karachi -%%DATADIR%%/Timezone/posix/Asia/Kashgar -%%DATADIR%%/Timezone/posix/Asia/Katmandu -%%DATADIR%%/Timezone/posix/Asia/Krasnoyarsk -%%DATADIR%%/Timezone/posix/Asia/Kuala_Lumpur -%%DATADIR%%/Timezone/posix/Asia/Kuching -%%DATADIR%%/Timezone/posix/Asia/Kuwait -%%DATADIR%%/Timezone/posix/Asia/Macao -%%DATADIR%%/Timezone/posix/Asia/Magadan -%%DATADIR%%/Timezone/posix/Asia/Manila -%%DATADIR%%/Timezone/posix/Asia/Muscat -%%DATADIR%%/Timezone/posix/Asia/Nicosia -%%DATADIR%%/Timezone/posix/Asia/Novosibirsk -%%DATADIR%%/Timezone/posix/Asia/Omsk -%%DATADIR%%/Timezone/posix/Asia/Phnom_Penh -%%DATADIR%%/Timezone/posix/Asia/Pyongyang -%%DATADIR%%/Timezone/posix/Asia/Qatar -%%DATADIR%%/Timezone/posix/Asia/Rangoon -%%DATADIR%%/Timezone/posix/Asia/Riyadh -%%DATADIR%%/Timezone/posix/Asia/Riyadh87 -%%DATADIR%%/Timezone/posix/Asia/Riyadh88 -%%DATADIR%%/Timezone/posix/Asia/Riyadh89 -%%DATADIR%%/Timezone/posix/Asia/Saigon -%%DATADIR%%/Timezone/posix/Asia/Samarkand -%%DATADIR%%/Timezone/posix/Asia/Seoul -%%DATADIR%%/Timezone/posix/Asia/Shanghai -%%DATADIR%%/Timezone/posix/Asia/Singapore -%%DATADIR%%/Timezone/posix/Asia/Taipei -%%DATADIR%%/Timezone/posix/Asia/Tashkent -%%DATADIR%%/Timezone/posix/Asia/Tbilisi -%%DATADIR%%/Timezone/posix/Asia/Tehran -%%DATADIR%%/Timezone/posix/Asia/Tel_Aviv -%%DATADIR%%/Timezone/posix/Asia/Thimbu -%%DATADIR%%/Timezone/posix/Asia/Tokyo -%%DATADIR%%/Timezone/posix/Asia/Ujung_Pandang -%%DATADIR%%/Timezone/posix/Asia/Ulaanbaatar -%%DATADIR%%/Timezone/posix/Asia/Ulan_Bator -%%DATADIR%%/Timezone/posix/Asia/Urumqi -%%DATADIR%%/Timezone/posix/Asia/Vientiane -%%DATADIR%%/Timezone/posix/Asia/Vladivostok -%%DATADIR%%/Timezone/posix/Asia/Yakutsk -%%DATADIR%%/Timezone/posix/Asia/Yekaterinburg -%%DATADIR%%/Timezone/posix/Asia/Yerevan -%%DATADIR%%/Timezone/posix/Atlantic/Azores -%%DATADIR%%/Timezone/posix/Atlantic/Bermuda -%%DATADIR%%/Timezone/posix/Atlantic/Canary -%%DATADIR%%/Timezone/posix/Atlantic/Cape_Verde -%%DATADIR%%/Timezone/posix/Atlantic/Faeroe -%%DATADIR%%/Timezone/posix/Atlantic/Jan_Mayen -%%DATADIR%%/Timezone/posix/Atlantic/Madeira -%%DATADIR%%/Timezone/posix/Atlantic/Reykjavik -%%DATADIR%%/Timezone/posix/Atlantic/South_Georgia -%%DATADIR%%/Timezone/posix/Atlantic/St_Helena -%%DATADIR%%/Timezone/posix/Atlantic/Stanley -%%DATADIR%%/Timezone/posix/Australia/ACT -%%DATADIR%%/Timezone/posix/Australia/Adelaide -%%DATADIR%%/Timezone/posix/Australia/Brisbane -%%DATADIR%%/Timezone/posix/Australia/Broken_Hill -%%DATADIR%%/Timezone/posix/Australia/Canberra -%%DATADIR%%/Timezone/posix/Australia/Darwin -%%DATADIR%%/Timezone/posix/Australia/Hobart -%%DATADIR%%/Timezone/posix/Australia/LHI -%%DATADIR%%/Timezone/posix/Australia/Lindeman -%%DATADIR%%/Timezone/posix/Australia/Lord_Howe -%%DATADIR%%/Timezone/posix/Australia/Melbourne -%%DATADIR%%/Timezone/posix/Australia/NSW -%%DATADIR%%/Timezone/posix/Australia/North -%%DATADIR%%/Timezone/posix/Australia/Perth -%%DATADIR%%/Timezone/posix/Australia/Queensland -%%DATADIR%%/Timezone/posix/Australia/South -%%DATADIR%%/Timezone/posix/Australia/Sydney -%%DATADIR%%/Timezone/posix/Australia/Tasmania -%%DATADIR%%/Timezone/posix/Australia/Victoria -%%DATADIR%%/Timezone/posix/Australia/West -%%DATADIR%%/Timezone/posix/Australia/Yancowinna -%%DATADIR%%/Timezone/posix/Brazil/Acre -%%DATADIR%%/Timezone/posix/Brazil/DeNoronha -%%DATADIR%%/Timezone/posix/Brazil/East -%%DATADIR%%/Timezone/posix/Brazil/West -%%DATADIR%%/Timezone/posix/CET -%%DATADIR%%/Timezone/posix/CST6CDT -%%DATADIR%%/Timezone/posix/Canada/Atlantic -%%DATADIR%%/Timezone/posix/Canada/Central -%%DATADIR%%/Timezone/posix/Canada/East-Saskatchewan -%%DATADIR%%/Timezone/posix/Canada/Eastern -%%DATADIR%%/Timezone/posix/Canada/Mountain -%%DATADIR%%/Timezone/posix/Canada/Newfoundland -%%DATADIR%%/Timezone/posix/Canada/Pacific -%%DATADIR%%/Timezone/posix/Canada/Saskatchewan -%%DATADIR%%/Timezone/posix/Canada/Yukon -%%DATADIR%%/Timezone/posix/Chile/Continental -%%DATADIR%%/Timezone/posix/Chile/EasterIsland -%%DATADIR%%/Timezone/posix/Cuba -%%DATADIR%%/Timezone/posix/EET -%%DATADIR%%/Timezone/posix/EST -%%DATADIR%%/Timezone/posix/EST5EDT -%%DATADIR%%/Timezone/posix/Egypt -%%DATADIR%%/Timezone/posix/Eire -%%DATADIR%%/Timezone/posix/Etc/GMT -%%DATADIR%%/Timezone/posix/Etc/GMT+0 -%%DATADIR%%/Timezone/posix/Etc/GMT+1 -%%DATADIR%%/Timezone/posix/Etc/GMT+10 -%%DATADIR%%/Timezone/posix/Etc/GMT+11 -%%DATADIR%%/Timezone/posix/Etc/GMT+12 -%%DATADIR%%/Timezone/posix/Etc/GMT+2 -%%DATADIR%%/Timezone/posix/Etc/GMT+3 -%%DATADIR%%/Timezone/posix/Etc/GMT+4 -%%DATADIR%%/Timezone/posix/Etc/GMT+5 -%%DATADIR%%/Timezone/posix/Etc/GMT+6 -%%DATADIR%%/Timezone/posix/Etc/GMT+7 -%%DATADIR%%/Timezone/posix/Etc/GMT+8 -%%DATADIR%%/Timezone/posix/Etc/GMT+9 -%%DATADIR%%/Timezone/posix/Etc/GMT-0 -%%DATADIR%%/Timezone/posix/Etc/GMT-1 -%%DATADIR%%/Timezone/posix/Etc/GMT-10 -%%DATADIR%%/Timezone/posix/Etc/GMT-11 -%%DATADIR%%/Timezone/posix/Etc/GMT-12 -%%DATADIR%%/Timezone/posix/Etc/GMT-13 -%%DATADIR%%/Timezone/posix/Etc/GMT-14 -%%DATADIR%%/Timezone/posix/Etc/GMT-2 -%%DATADIR%%/Timezone/posix/Etc/GMT-3 -%%DATADIR%%/Timezone/posix/Etc/GMT-4 -%%DATADIR%%/Timezone/posix/Etc/GMT-5 -%%DATADIR%%/Timezone/posix/Etc/GMT-6 -%%DATADIR%%/Timezone/posix/Etc/GMT-7 -%%DATADIR%%/Timezone/posix/Etc/GMT-8 -%%DATADIR%%/Timezone/posix/Etc/GMT-9 -%%DATADIR%%/Timezone/posix/Etc/GMT0 -%%DATADIR%%/Timezone/posix/Etc/Greenwich -%%DATADIR%%/Timezone/posix/Etc/UCT -%%DATADIR%%/Timezone/posix/Etc/UTC -%%DATADIR%%/Timezone/posix/Etc/Universal -%%DATADIR%%/Timezone/posix/Etc/Zulu -%%DATADIR%%/Timezone/posix/Europe/Amsterdam -%%DATADIR%%/Timezone/posix/Europe/Andorra -%%DATADIR%%/Timezone/posix/Europe/Athens -%%DATADIR%%/Timezone/posix/Europe/Belfast -%%DATADIR%%/Timezone/posix/Europe/Belgrade -%%DATADIR%%/Timezone/posix/Europe/Berlin -%%DATADIR%%/Timezone/posix/Europe/Bratislava -%%DATADIR%%/Timezone/posix/Europe/Brussels -%%DATADIR%%/Timezone/posix/Europe/Bucharest -%%DATADIR%%/Timezone/posix/Europe/Budapest -%%DATADIR%%/Timezone/posix/Europe/Chisinau -%%DATADIR%%/Timezone/posix/Europe/Copenhagen -%%DATADIR%%/Timezone/posix/Europe/Dublin -%%DATADIR%%/Timezone/posix/Europe/Gibraltar -%%DATADIR%%/Timezone/posix/Europe/Helsinki -%%DATADIR%%/Timezone/posix/Europe/Istanbul -%%DATADIR%%/Timezone/posix/Europe/Kaliningrad -%%DATADIR%%/Timezone/posix/Europe/Kiev -%%DATADIR%%/Timezone/posix/Europe/Lisbon -%%DATADIR%%/Timezone/posix/Europe/Ljubljana -%%DATADIR%%/Timezone/posix/Europe/London -%%DATADIR%%/Timezone/posix/Europe/Luxembourg -%%DATADIR%%/Timezone/posix/Europe/Madrid -%%DATADIR%%/Timezone/posix/Europe/Malta -%%DATADIR%%/Timezone/posix/Europe/Minsk -%%DATADIR%%/Timezone/posix/Europe/Monaco -%%DATADIR%%/Timezone/posix/Europe/Moscow -%%DATADIR%%/Timezone/posix/Europe/Oslo -%%DATADIR%%/Timezone/posix/Europe/Paris -%%DATADIR%%/Timezone/posix/Europe/Prague -%%DATADIR%%/Timezone/posix/Europe/Riga -%%DATADIR%%/Timezone/posix/Europe/Rome -%%DATADIR%%/Timezone/posix/Europe/Samara -%%DATADIR%%/Timezone/posix/Europe/San_Marino -%%DATADIR%%/Timezone/posix/Europe/Sarajevo -%%DATADIR%%/Timezone/posix/Europe/Simferopol -%%DATADIR%%/Timezone/posix/Europe/Skopje -%%DATADIR%%/Timezone/posix/Europe/Sofia -%%DATADIR%%/Timezone/posix/Europe/Stockholm -%%DATADIR%%/Timezone/posix/Europe/Tallinn -%%DATADIR%%/Timezone/posix/Europe/Tirane -%%DATADIR%%/Timezone/posix/Europe/Tiraspol -%%DATADIR%%/Timezone/posix/Europe/Uzhgorod -%%DATADIR%%/Timezone/posix/Europe/Vaduz -%%DATADIR%%/Timezone/posix/Europe/Vatican -%%DATADIR%%/Timezone/posix/Europe/Vienna -%%DATADIR%%/Timezone/posix/Europe/Vilnius -%%DATADIR%%/Timezone/posix/Europe/Warsaw -%%DATADIR%%/Timezone/posix/Europe/Zagreb -%%DATADIR%%/Timezone/posix/Europe/Zaporozhye -%%DATADIR%%/Timezone/posix/Europe/Zurich -%%DATADIR%%/Timezone/posix/Factory -%%DATADIR%%/Timezone/posix/GB -%%DATADIR%%/Timezone/posix/GB-Eire -%%DATADIR%%/Timezone/posix/GMT -%%DATADIR%%/Timezone/posix/GMT+0 -%%DATADIR%%/Timezone/posix/GMT-0 -%%DATADIR%%/Timezone/posix/GMT0 -%%DATADIR%%/Timezone/posix/Greenwich -%%DATADIR%%/Timezone/posix/HST -%%DATADIR%%/Timezone/posix/Hongkong -%%DATADIR%%/Timezone/posix/Iceland -%%DATADIR%%/Timezone/posix/Indian/Antananarivo -%%DATADIR%%/Timezone/posix/Indian/Chagos -%%DATADIR%%/Timezone/posix/Indian/Christmas -%%DATADIR%%/Timezone/posix/Indian/Cocos -%%DATADIR%%/Timezone/posix/Indian/Comoro -%%DATADIR%%/Timezone/posix/Indian/Kerguelen -%%DATADIR%%/Timezone/posix/Indian/Mahe -%%DATADIR%%/Timezone/posix/Indian/Maldives -%%DATADIR%%/Timezone/posix/Indian/Mauritius -%%DATADIR%%/Timezone/posix/Indian/Mayotte -%%DATADIR%%/Timezone/posix/Indian/Reunion -%%DATADIR%%/Timezone/posix/Iran -%%DATADIR%%/Timezone/posix/Israel -%%DATADIR%%/Timezone/posix/Jamaica -%%DATADIR%%/Timezone/posix/Japan -%%DATADIR%%/Timezone/posix/Kwajalein -%%DATADIR%%/Timezone/posix/Libya -%%DATADIR%%/Timezone/posix/MET -%%DATADIR%%/Timezone/posix/MST -%%DATADIR%%/Timezone/posix/MST7MDT -%%DATADIR%%/Timezone/posix/Mexico/BajaNorte -%%DATADIR%%/Timezone/posix/Mexico/BajaSur -%%DATADIR%%/Timezone/posix/Mexico/General -%%DATADIR%%/Timezone/posix/Mideast/Riyadh87 -%%DATADIR%%/Timezone/posix/Mideast/Riyadh88 -%%DATADIR%%/Timezone/posix/Mideast/Riyadh89 -%%DATADIR%%/Timezone/posix/NZ -%%DATADIR%%/Timezone/posix/NZ-CHAT -%%DATADIR%%/Timezone/posix/Navajo -%%DATADIR%%/Timezone/posix/PRC -%%DATADIR%%/Timezone/posix/PST8PDT -%%DATADIR%%/Timezone/posix/Pacific/Apia -%%DATADIR%%/Timezone/posix/Pacific/Auckland -%%DATADIR%%/Timezone/posix/Pacific/Chatham -%%DATADIR%%/Timezone/posix/Pacific/Easter -%%DATADIR%%/Timezone/posix/Pacific/Efate -%%DATADIR%%/Timezone/posix/Pacific/Enderbury -%%DATADIR%%/Timezone/posix/Pacific/Fakaofo -%%DATADIR%%/Timezone/posix/Pacific/Fiji -%%DATADIR%%/Timezone/posix/Pacific/Funafuti -%%DATADIR%%/Timezone/posix/Pacific/Galapagos -%%DATADIR%%/Timezone/posix/Pacific/Gambier -%%DATADIR%%/Timezone/posix/Pacific/Guadalcanal -%%DATADIR%%/Timezone/posix/Pacific/Guam -%%DATADIR%%/Timezone/posix/Pacific/Honolulu -%%DATADIR%%/Timezone/posix/Pacific/Johnston -%%DATADIR%%/Timezone/posix/Pacific/Kiritimati -%%DATADIR%%/Timezone/posix/Pacific/Kosrae -%%DATADIR%%/Timezone/posix/Pacific/Kwajalein -%%DATADIR%%/Timezone/posix/Pacific/Majuro -%%DATADIR%%/Timezone/posix/Pacific/Marquesas -%%DATADIR%%/Timezone/posix/Pacific/Midway -%%DATADIR%%/Timezone/posix/Pacific/Nauru -%%DATADIR%%/Timezone/posix/Pacific/Niue -%%DATADIR%%/Timezone/posix/Pacific/Norfolk -%%DATADIR%%/Timezone/posix/Pacific/Noumea -%%DATADIR%%/Timezone/posix/Pacific/Pago_Pago -%%DATADIR%%/Timezone/posix/Pacific/Palau -%%DATADIR%%/Timezone/posix/Pacific/Pitcairn -%%DATADIR%%/Timezone/posix/Pacific/Ponape -%%DATADIR%%/Timezone/posix/Pacific/Port_Moresby -%%DATADIR%%/Timezone/posix/Pacific/Rarotonga -%%DATADIR%%/Timezone/posix/Pacific/Saipan -%%DATADIR%%/Timezone/posix/Pacific/Samoa -%%DATADIR%%/Timezone/posix/Pacific/Tahiti -%%DATADIR%%/Timezone/posix/Pacific/Tarawa -%%DATADIR%%/Timezone/posix/Pacific/Tongatapu -%%DATADIR%%/Timezone/posix/Pacific/Truk -%%DATADIR%%/Timezone/posix/Pacific/Wake -%%DATADIR%%/Timezone/posix/Pacific/Wallis -%%DATADIR%%/Timezone/posix/Pacific/Yap -%%DATADIR%%/Timezone/posix/Poland -%%DATADIR%%/Timezone/posix/Portugal -%%DATADIR%%/Timezone/posix/ROC -%%DATADIR%%/Timezone/posix/ROK -%%DATADIR%%/Timezone/posix/Singapore -%%DATADIR%%/Timezone/posix/SystemV/AST4 -%%DATADIR%%/Timezone/posix/SystemV/AST4ADT -%%DATADIR%%/Timezone/posix/SystemV/CST6 -%%DATADIR%%/Timezone/posix/SystemV/CST6CDT -%%DATADIR%%/Timezone/posix/SystemV/EST5 -%%DATADIR%%/Timezone/posix/SystemV/EST5EDT -%%DATADIR%%/Timezone/posix/SystemV/HST10 -%%DATADIR%%/Timezone/posix/SystemV/MST7 -%%DATADIR%%/Timezone/posix/SystemV/MST7MDT -%%DATADIR%%/Timezone/posix/SystemV/PST8 -%%DATADIR%%/Timezone/posix/SystemV/PST8PDT -%%DATADIR%%/Timezone/posix/SystemV/YST9 -%%DATADIR%%/Timezone/posix/SystemV/YST9YDT -%%DATADIR%%/Timezone/posix/Turkey -%%DATADIR%%/Timezone/posix/UCT -%%DATADIR%%/Timezone/posix/US/Alaska -%%DATADIR%%/Timezone/posix/US/Aleutian -%%DATADIR%%/Timezone/posix/US/Arizona -%%DATADIR%%/Timezone/posix/US/Central -%%DATADIR%%/Timezone/posix/US/East-Indiana -%%DATADIR%%/Timezone/posix/US/Eastern -%%DATADIR%%/Timezone/posix/US/Hawaii -%%DATADIR%%/Timezone/posix/US/Indiana-Starke -%%DATADIR%%/Timezone/posix/US/Michigan -%%DATADIR%%/Timezone/posix/US/Mountain -%%DATADIR%%/Timezone/posix/US/Pacific -%%DATADIR%%/Timezone/posix/US/Samoa -%%DATADIR%%/Timezone/posix/UTC -%%DATADIR%%/Timezone/posix/Universal -%%DATADIR%%/Timezone/posix/W-SU -%%DATADIR%%/Timezone/posix/WET -%%DATADIR%%/Timezone/posix/Zulu -%%DATADIR%%/Timezone/posixrules -%%DATADIR%%/Timezone/right/Africa/Abidjan -%%DATADIR%%/Timezone/right/Africa/Accra -%%DATADIR%%/Timezone/right/Africa/Addis_Ababa -%%DATADIR%%/Timezone/right/Africa/Algiers -%%DATADIR%%/Timezone/right/Africa/Asmera -%%DATADIR%%/Timezone/right/Africa/Bamako -%%DATADIR%%/Timezone/right/Africa/Bangui -%%DATADIR%%/Timezone/right/Africa/Banjul -%%DATADIR%%/Timezone/right/Africa/Bissau -%%DATADIR%%/Timezone/right/Africa/Blantyre -%%DATADIR%%/Timezone/right/Africa/Brazzaville -%%DATADIR%%/Timezone/right/Africa/Bujumbura -%%DATADIR%%/Timezone/right/Africa/Cairo -%%DATADIR%%/Timezone/right/Africa/Casablanca -%%DATADIR%%/Timezone/right/Africa/Ceuta -%%DATADIR%%/Timezone/right/Africa/Conakry -%%DATADIR%%/Timezone/right/Africa/Dakar -%%DATADIR%%/Timezone/right/Africa/Dar_es_Salaam -%%DATADIR%%/Timezone/right/Africa/Djibouti -%%DATADIR%%/Timezone/right/Africa/Douala -%%DATADIR%%/Timezone/right/Africa/El_Aaiun -%%DATADIR%%/Timezone/right/Africa/Freetown -%%DATADIR%%/Timezone/right/Africa/Gaborone -%%DATADIR%%/Timezone/right/Africa/Harare -%%DATADIR%%/Timezone/right/Africa/Johannesburg -%%DATADIR%%/Timezone/right/Africa/Kampala -%%DATADIR%%/Timezone/right/Africa/Khartoum -%%DATADIR%%/Timezone/right/Africa/Kigali -%%DATADIR%%/Timezone/right/Africa/Kinshasa -%%DATADIR%%/Timezone/right/Africa/Lagos -%%DATADIR%%/Timezone/right/Africa/Libreville -%%DATADIR%%/Timezone/right/Africa/Lome -%%DATADIR%%/Timezone/right/Africa/Luanda -%%DATADIR%%/Timezone/right/Africa/Lubumbashi -%%DATADIR%%/Timezone/right/Africa/Lusaka -%%DATADIR%%/Timezone/right/Africa/Malabo -%%DATADIR%%/Timezone/right/Africa/Maputo -%%DATADIR%%/Timezone/right/Africa/Maseru -%%DATADIR%%/Timezone/right/Africa/Mbabane -%%DATADIR%%/Timezone/right/Africa/Mogadishu -%%DATADIR%%/Timezone/right/Africa/Monrovia -%%DATADIR%%/Timezone/right/Africa/Nairobi -%%DATADIR%%/Timezone/right/Africa/Ndjamena -%%DATADIR%%/Timezone/right/Africa/Niamey -%%DATADIR%%/Timezone/right/Africa/Nouakchott -%%DATADIR%%/Timezone/right/Africa/Ouagadougou -%%DATADIR%%/Timezone/right/Africa/Porto-Novo -%%DATADIR%%/Timezone/right/Africa/Sao_Tome -%%DATADIR%%/Timezone/right/Africa/Timbuktu -%%DATADIR%%/Timezone/right/Africa/Tripoli -%%DATADIR%%/Timezone/right/Africa/Tunis -%%DATADIR%%/Timezone/right/Africa/Windhoek -%%DATADIR%%/Timezone/right/America/Adak -%%DATADIR%%/Timezone/right/America/Anchorage -%%DATADIR%%/Timezone/right/America/Anguilla -%%DATADIR%%/Timezone/right/America/Antigua -%%DATADIR%%/Timezone/right/America/Araguaina -%%DATADIR%%/Timezone/right/America/Aruba -%%DATADIR%%/Timezone/right/America/Asuncion -%%DATADIR%%/Timezone/right/America/Atka -%%DATADIR%%/Timezone/right/America/Barbados -%%DATADIR%%/Timezone/right/America/Belem -%%DATADIR%%/Timezone/right/America/Belize -%%DATADIR%%/Timezone/right/America/Boa_Vista -%%DATADIR%%/Timezone/right/America/Bogota -%%DATADIR%%/Timezone/right/America/Boise -%%DATADIR%%/Timezone/right/America/Buenos_Aires -%%DATADIR%%/Timezone/right/America/Cambridge_Bay -%%DATADIR%%/Timezone/right/America/Cancun -%%DATADIR%%/Timezone/right/America/Caracas -%%DATADIR%%/Timezone/right/America/Catamarca -%%DATADIR%%/Timezone/right/America/Cayenne -%%DATADIR%%/Timezone/right/America/Cayman -%%DATADIR%%/Timezone/right/America/Chicago -%%DATADIR%%/Timezone/right/America/Chihuahua -%%DATADIR%%/Timezone/right/America/Cordoba -%%DATADIR%%/Timezone/right/America/Costa_Rica -%%DATADIR%%/Timezone/right/America/Cuiaba -%%DATADIR%%/Timezone/right/America/Curacao -%%DATADIR%%/Timezone/right/America/Dawson -%%DATADIR%%/Timezone/right/America/Dawson_Creek -%%DATADIR%%/Timezone/right/America/Denver -%%DATADIR%%/Timezone/right/America/Detroit -%%DATADIR%%/Timezone/right/America/Dominica -%%DATADIR%%/Timezone/right/America/Edmonton -%%DATADIR%%/Timezone/right/America/El_Salvador -%%DATADIR%%/Timezone/right/America/Ensenada -%%DATADIR%%/Timezone/right/America/Fort_Wayne -%%DATADIR%%/Timezone/right/America/Fortaleza -%%DATADIR%%/Timezone/right/America/Glace_Bay -%%DATADIR%%/Timezone/right/America/Godthab -%%DATADIR%%/Timezone/right/America/Goose_Bay -%%DATADIR%%/Timezone/right/America/Grand_Turk -%%DATADIR%%/Timezone/right/America/Grenada -%%DATADIR%%/Timezone/right/America/Guadeloupe -%%DATADIR%%/Timezone/right/America/Guatemala -%%DATADIR%%/Timezone/right/America/Guayaquil -%%DATADIR%%/Timezone/right/America/Guyana -%%DATADIR%%/Timezone/right/America/Halifax -%%DATADIR%%/Timezone/right/America/Havana -%%DATADIR%%/Timezone/right/America/Hermosillo -%%DATADIR%%/Timezone/right/America/Indiana/Indianapolis -%%DATADIR%%/Timezone/right/America/Indiana/Knox -%%DATADIR%%/Timezone/right/America/Indiana/Marengo -%%DATADIR%%/Timezone/right/America/Indiana/Vevay -%%DATADIR%%/Timezone/right/America/Indianapolis -%%DATADIR%%/Timezone/right/America/Inuvik -%%DATADIR%%/Timezone/right/America/Iqaluit -%%DATADIR%%/Timezone/right/America/Jamaica -%%DATADIR%%/Timezone/right/America/Jujuy -%%DATADIR%%/Timezone/right/America/Juneau -%%DATADIR%%/Timezone/right/America/Knox_IN -%%DATADIR%%/Timezone/right/America/La_Paz -%%DATADIR%%/Timezone/right/America/Lima -%%DATADIR%%/Timezone/right/America/Los_Angeles -%%DATADIR%%/Timezone/right/America/Louisville -%%DATADIR%%/Timezone/right/America/Maceio -%%DATADIR%%/Timezone/right/America/Managua -%%DATADIR%%/Timezone/right/America/Manaus -%%DATADIR%%/Timezone/right/America/Martinique -%%DATADIR%%/Timezone/right/America/Mazatlan -%%DATADIR%%/Timezone/right/America/Mendoza -%%DATADIR%%/Timezone/right/America/Menominee -%%DATADIR%%/Timezone/right/America/Mexico_City -%%DATADIR%%/Timezone/right/America/Miquelon -%%DATADIR%%/Timezone/right/America/Montevideo -%%DATADIR%%/Timezone/right/America/Montreal -%%DATADIR%%/Timezone/right/America/Montserrat -%%DATADIR%%/Timezone/right/America/Nassau -%%DATADIR%%/Timezone/right/America/New_York -%%DATADIR%%/Timezone/right/America/Nipigon -%%DATADIR%%/Timezone/right/America/Nome -%%DATADIR%%/Timezone/right/America/Noronha -%%DATADIR%%/Timezone/right/America/Panama -%%DATADIR%%/Timezone/right/America/Pangnirtung -%%DATADIR%%/Timezone/right/America/Paramaribo -%%DATADIR%%/Timezone/right/America/Phoenix -%%DATADIR%%/Timezone/right/America/Port-au-Prince -%%DATADIR%%/Timezone/right/America/Port_of_Spain -%%DATADIR%%/Timezone/right/America/Porto_Acre -%%DATADIR%%/Timezone/right/America/Porto_Velho -%%DATADIR%%/Timezone/right/America/Puerto_Rico -%%DATADIR%%/Timezone/right/America/Rainy_River -%%DATADIR%%/Timezone/right/America/Rankin_Inlet -%%DATADIR%%/Timezone/right/America/Regina -%%DATADIR%%/Timezone/right/America/Rosario -%%DATADIR%%/Timezone/right/America/Santiago -%%DATADIR%%/Timezone/right/America/Santo_Domingo -%%DATADIR%%/Timezone/right/America/Sao_Paulo -%%DATADIR%%/Timezone/right/America/Scoresbysund -%%DATADIR%%/Timezone/right/America/Shiprock -%%DATADIR%%/Timezone/right/America/St_Johns -%%DATADIR%%/Timezone/right/America/St_Kitts -%%DATADIR%%/Timezone/right/America/St_Lucia -%%DATADIR%%/Timezone/right/America/St_Thomas -%%DATADIR%%/Timezone/right/America/St_Vincent -%%DATADIR%%/Timezone/right/America/Swift_Current -%%DATADIR%%/Timezone/right/America/Tegucigalpa -%%DATADIR%%/Timezone/right/America/Thule -%%DATADIR%%/Timezone/right/America/Thunder_Bay -%%DATADIR%%/Timezone/right/America/Tijuana -%%DATADIR%%/Timezone/right/America/Tortola -%%DATADIR%%/Timezone/right/America/Vancouver -%%DATADIR%%/Timezone/right/America/Virgin -%%DATADIR%%/Timezone/right/America/Whitehorse -%%DATADIR%%/Timezone/right/America/Winnipeg -%%DATADIR%%/Timezone/right/America/Yakutat -%%DATADIR%%/Timezone/right/America/Yellowknife -%%DATADIR%%/Timezone/right/Antarctica/Casey -%%DATADIR%%/Timezone/right/Antarctica/Davis -%%DATADIR%%/Timezone/right/Antarctica/DumontDUrville -%%DATADIR%%/Timezone/right/Antarctica/Mawson -%%DATADIR%%/Timezone/right/Antarctica/McMurdo -%%DATADIR%%/Timezone/right/Antarctica/Palmer -%%DATADIR%%/Timezone/right/Antarctica/South_Pole -%%DATADIR%%/Timezone/right/Antarctica/Syowa -%%DATADIR%%/Timezone/right/Arctic/Longyearbyen -%%DATADIR%%/Timezone/right/Asia/Aden -%%DATADIR%%/Timezone/right/Asia/Almaty -%%DATADIR%%/Timezone/right/Asia/Amman -%%DATADIR%%/Timezone/right/Asia/Anadyr -%%DATADIR%%/Timezone/right/Asia/Aqtau -%%DATADIR%%/Timezone/right/Asia/Aqtobe -%%DATADIR%%/Timezone/right/Asia/Ashkhabad -%%DATADIR%%/Timezone/right/Asia/Baghdad -%%DATADIR%%/Timezone/right/Asia/Bahrain -%%DATADIR%%/Timezone/right/Asia/Baku -%%DATADIR%%/Timezone/right/Asia/Bangkok -%%DATADIR%%/Timezone/right/Asia/Beirut -%%DATADIR%%/Timezone/right/Asia/Bishkek -%%DATADIR%%/Timezone/right/Asia/Brunei -%%DATADIR%%/Timezone/right/Asia/Calcutta -%%DATADIR%%/Timezone/right/Asia/Chungking -%%DATADIR%%/Timezone/right/Asia/Colombo -%%DATADIR%%/Timezone/right/Asia/Dacca -%%DATADIR%%/Timezone/right/Asia/Damascus -%%DATADIR%%/Timezone/right/Asia/Dili -%%DATADIR%%/Timezone/right/Asia/Dubai -%%DATADIR%%/Timezone/right/Asia/Dushanbe -%%DATADIR%%/Timezone/right/Asia/Gaza -%%DATADIR%%/Timezone/right/Asia/Harbin -%%DATADIR%%/Timezone/right/Asia/Hong_Kong -%%DATADIR%%/Timezone/right/Asia/Hovd -%%DATADIR%%/Timezone/right/Asia/Irkutsk -%%DATADIR%%/Timezone/right/Asia/Istanbul -%%DATADIR%%/Timezone/right/Asia/Jakarta -%%DATADIR%%/Timezone/right/Asia/Jayapura -%%DATADIR%%/Timezone/right/Asia/Jerusalem -%%DATADIR%%/Timezone/right/Asia/Kabul -%%DATADIR%%/Timezone/right/Asia/Kamchatka -%%DATADIR%%/Timezone/right/Asia/Karachi -%%DATADIR%%/Timezone/right/Asia/Kashgar -%%DATADIR%%/Timezone/right/Asia/Katmandu -%%DATADIR%%/Timezone/right/Asia/Krasnoyarsk -%%DATADIR%%/Timezone/right/Asia/Kuala_Lumpur -%%DATADIR%%/Timezone/right/Asia/Kuching -%%DATADIR%%/Timezone/right/Asia/Kuwait -%%DATADIR%%/Timezone/right/Asia/Macao -%%DATADIR%%/Timezone/right/Asia/Magadan -%%DATADIR%%/Timezone/right/Asia/Manila -%%DATADIR%%/Timezone/right/Asia/Muscat -%%DATADIR%%/Timezone/right/Asia/Nicosia -%%DATADIR%%/Timezone/right/Asia/Novosibirsk -%%DATADIR%%/Timezone/right/Asia/Omsk -%%DATADIR%%/Timezone/right/Asia/Phnom_Penh -%%DATADIR%%/Timezone/right/Asia/Pyongyang -%%DATADIR%%/Timezone/right/Asia/Qatar -%%DATADIR%%/Timezone/right/Asia/Rangoon -%%DATADIR%%/Timezone/right/Asia/Riyadh -%%DATADIR%%/Timezone/right/Asia/Riyadh87 -%%DATADIR%%/Timezone/right/Asia/Riyadh88 -%%DATADIR%%/Timezone/right/Asia/Riyadh89 -%%DATADIR%%/Timezone/right/Asia/Saigon -%%DATADIR%%/Timezone/right/Asia/Samarkand -%%DATADIR%%/Timezone/right/Asia/Seoul -%%DATADIR%%/Timezone/right/Asia/Shanghai -%%DATADIR%%/Timezone/right/Asia/Singapore -%%DATADIR%%/Timezone/right/Asia/Taipei -%%DATADIR%%/Timezone/right/Asia/Tashkent -%%DATADIR%%/Timezone/right/Asia/Tbilisi -%%DATADIR%%/Timezone/right/Asia/Tehran -%%DATADIR%%/Timezone/right/Asia/Tel_Aviv -%%DATADIR%%/Timezone/right/Asia/Thimbu -%%DATADIR%%/Timezone/right/Asia/Tokyo -%%DATADIR%%/Timezone/right/Asia/Ujung_Pandang -%%DATADIR%%/Timezone/right/Asia/Ulaanbaatar -%%DATADIR%%/Timezone/right/Asia/Ulan_Bator -%%DATADIR%%/Timezone/right/Asia/Urumqi -%%DATADIR%%/Timezone/right/Asia/Vientiane -%%DATADIR%%/Timezone/right/Asia/Vladivostok -%%DATADIR%%/Timezone/right/Asia/Yakutsk -%%DATADIR%%/Timezone/right/Asia/Yekaterinburg -%%DATADIR%%/Timezone/right/Asia/Yerevan -%%DATADIR%%/Timezone/right/Atlantic/Azores -%%DATADIR%%/Timezone/right/Atlantic/Bermuda -%%DATADIR%%/Timezone/right/Atlantic/Canary -%%DATADIR%%/Timezone/right/Atlantic/Cape_Verde -%%DATADIR%%/Timezone/right/Atlantic/Faeroe -%%DATADIR%%/Timezone/right/Atlantic/Jan_Mayen -%%DATADIR%%/Timezone/right/Atlantic/Madeira -%%DATADIR%%/Timezone/right/Atlantic/Reykjavik -%%DATADIR%%/Timezone/right/Atlantic/South_Georgia -%%DATADIR%%/Timezone/right/Atlantic/St_Helena -%%DATADIR%%/Timezone/right/Atlantic/Stanley -%%DATADIR%%/Timezone/right/Australia/ACT -%%DATADIR%%/Timezone/right/Australia/Adelaide -%%DATADIR%%/Timezone/right/Australia/Brisbane -%%DATADIR%%/Timezone/right/Australia/Broken_Hill -%%DATADIR%%/Timezone/right/Australia/Canberra -%%DATADIR%%/Timezone/right/Australia/Darwin -%%DATADIR%%/Timezone/right/Australia/Hobart -%%DATADIR%%/Timezone/right/Australia/LHI -%%DATADIR%%/Timezone/right/Australia/Lindeman -%%DATADIR%%/Timezone/right/Australia/Lord_Howe -%%DATADIR%%/Timezone/right/Australia/Melbourne -%%DATADIR%%/Timezone/right/Australia/NSW -%%DATADIR%%/Timezone/right/Australia/North -%%DATADIR%%/Timezone/right/Australia/Perth -%%DATADIR%%/Timezone/right/Australia/Queensland -%%DATADIR%%/Timezone/right/Australia/South -%%DATADIR%%/Timezone/right/Australia/Sydney -%%DATADIR%%/Timezone/right/Australia/Tasmania -%%DATADIR%%/Timezone/right/Australia/Victoria -%%DATADIR%%/Timezone/right/Australia/West -%%DATADIR%%/Timezone/right/Australia/Yancowinna -%%DATADIR%%/Timezone/right/Brazil/Acre -%%DATADIR%%/Timezone/right/Brazil/DeNoronha -%%DATADIR%%/Timezone/right/Brazil/East -%%DATADIR%%/Timezone/right/Brazil/West -%%DATADIR%%/Timezone/right/CET -%%DATADIR%%/Timezone/right/CST6CDT -%%DATADIR%%/Timezone/right/Canada/Atlantic -%%DATADIR%%/Timezone/right/Canada/Central -%%DATADIR%%/Timezone/right/Canada/East-Saskatchewan -%%DATADIR%%/Timezone/right/Canada/Eastern -%%DATADIR%%/Timezone/right/Canada/Mountain -%%DATADIR%%/Timezone/right/Canada/Newfoundland -%%DATADIR%%/Timezone/right/Canada/Pacific -%%DATADIR%%/Timezone/right/Canada/Saskatchewan -%%DATADIR%%/Timezone/right/Canada/Yukon -%%DATADIR%%/Timezone/right/Chile/Continental -%%DATADIR%%/Timezone/right/Chile/EasterIsland -%%DATADIR%%/Timezone/right/Cuba -%%DATADIR%%/Timezone/right/EET -%%DATADIR%%/Timezone/right/EST -%%DATADIR%%/Timezone/right/EST5EDT -%%DATADIR%%/Timezone/right/Egypt -%%DATADIR%%/Timezone/right/Eire -%%DATADIR%%/Timezone/right/Etc/GMT -%%DATADIR%%/Timezone/right/Etc/GMT+0 -%%DATADIR%%/Timezone/right/Etc/GMT+1 -%%DATADIR%%/Timezone/right/Etc/GMT+10 -%%DATADIR%%/Timezone/right/Etc/GMT+11 -%%DATADIR%%/Timezone/right/Etc/GMT+12 -%%DATADIR%%/Timezone/right/Etc/GMT+2 -%%DATADIR%%/Timezone/right/Etc/GMT+3 -%%DATADIR%%/Timezone/right/Etc/GMT+4 -%%DATADIR%%/Timezone/right/Etc/GMT+5 -%%DATADIR%%/Timezone/right/Etc/GMT+6 -%%DATADIR%%/Timezone/right/Etc/GMT+7 -%%DATADIR%%/Timezone/right/Etc/GMT+8 -%%DATADIR%%/Timezone/right/Etc/GMT+9 -%%DATADIR%%/Timezone/right/Etc/GMT-0 -%%DATADIR%%/Timezone/right/Etc/GMT-1 -%%DATADIR%%/Timezone/right/Etc/GMT-10 -%%DATADIR%%/Timezone/right/Etc/GMT-11 -%%DATADIR%%/Timezone/right/Etc/GMT-12 -%%DATADIR%%/Timezone/right/Etc/GMT-13 -%%DATADIR%%/Timezone/right/Etc/GMT-14 -%%DATADIR%%/Timezone/right/Etc/GMT-2 -%%DATADIR%%/Timezone/right/Etc/GMT-3 -%%DATADIR%%/Timezone/right/Etc/GMT-4 -%%DATADIR%%/Timezone/right/Etc/GMT-5 -%%DATADIR%%/Timezone/right/Etc/GMT-6 -%%DATADIR%%/Timezone/right/Etc/GMT-7 -%%DATADIR%%/Timezone/right/Etc/GMT-8 -%%DATADIR%%/Timezone/right/Etc/GMT-9 -%%DATADIR%%/Timezone/right/Etc/GMT0 -%%DATADIR%%/Timezone/right/Etc/Greenwich -%%DATADIR%%/Timezone/right/Etc/UCT -%%DATADIR%%/Timezone/right/Etc/UTC -%%DATADIR%%/Timezone/right/Etc/Universal -%%DATADIR%%/Timezone/right/Etc/Zulu -%%DATADIR%%/Timezone/right/Europe/Amsterdam -%%DATADIR%%/Timezone/right/Europe/Andorra -%%DATADIR%%/Timezone/right/Europe/Athens -%%DATADIR%%/Timezone/right/Europe/Belfast -%%DATADIR%%/Timezone/right/Europe/Belgrade -%%DATADIR%%/Timezone/right/Europe/Berlin -%%DATADIR%%/Timezone/right/Europe/Bratislava -%%DATADIR%%/Timezone/right/Europe/Brussels -%%DATADIR%%/Timezone/right/Europe/Bucharest -%%DATADIR%%/Timezone/right/Europe/Budapest -%%DATADIR%%/Timezone/right/Europe/Chisinau -%%DATADIR%%/Timezone/right/Europe/Copenhagen -%%DATADIR%%/Timezone/right/Europe/Dublin -%%DATADIR%%/Timezone/right/Europe/Gibraltar -%%DATADIR%%/Timezone/right/Europe/Helsinki -%%DATADIR%%/Timezone/right/Europe/Istanbul -%%DATADIR%%/Timezone/right/Europe/Kaliningrad -%%DATADIR%%/Timezone/right/Europe/Kiev -%%DATADIR%%/Timezone/right/Europe/Lisbon -%%DATADIR%%/Timezone/right/Europe/Ljubljana -%%DATADIR%%/Timezone/right/Europe/London -%%DATADIR%%/Timezone/right/Europe/Luxembourg -%%DATADIR%%/Timezone/right/Europe/Madrid -%%DATADIR%%/Timezone/right/Europe/Malta -%%DATADIR%%/Timezone/right/Europe/Minsk -%%DATADIR%%/Timezone/right/Europe/Monaco -%%DATADIR%%/Timezone/right/Europe/Moscow -%%DATADIR%%/Timezone/right/Europe/Oslo -%%DATADIR%%/Timezone/right/Europe/Paris -%%DATADIR%%/Timezone/right/Europe/Prague -%%DATADIR%%/Timezone/right/Europe/Riga -%%DATADIR%%/Timezone/right/Europe/Rome -%%DATADIR%%/Timezone/right/Europe/Samara -%%DATADIR%%/Timezone/right/Europe/San_Marino -%%DATADIR%%/Timezone/right/Europe/Sarajevo -%%DATADIR%%/Timezone/right/Europe/Simferopol -%%DATADIR%%/Timezone/right/Europe/Skopje -%%DATADIR%%/Timezone/right/Europe/Sofia -%%DATADIR%%/Timezone/right/Europe/Stockholm -%%DATADIR%%/Timezone/right/Europe/Tallinn -%%DATADIR%%/Timezone/right/Europe/Tirane -%%DATADIR%%/Timezone/right/Europe/Tiraspol -%%DATADIR%%/Timezone/right/Europe/Uzhgorod -%%DATADIR%%/Timezone/right/Europe/Vaduz -%%DATADIR%%/Timezone/right/Europe/Vatican -%%DATADIR%%/Timezone/right/Europe/Vienna -%%DATADIR%%/Timezone/right/Europe/Vilnius -%%DATADIR%%/Timezone/right/Europe/Warsaw -%%DATADIR%%/Timezone/right/Europe/Zagreb -%%DATADIR%%/Timezone/right/Europe/Zaporozhye -%%DATADIR%%/Timezone/right/Europe/Zurich -%%DATADIR%%/Timezone/right/Factory -%%DATADIR%%/Timezone/right/GB -%%DATADIR%%/Timezone/right/GB-Eire -%%DATADIR%%/Timezone/right/GMT -%%DATADIR%%/Timezone/right/GMT+0 -%%DATADIR%%/Timezone/right/GMT-0 -%%DATADIR%%/Timezone/right/GMT0 -%%DATADIR%%/Timezone/right/Greenwich -%%DATADIR%%/Timezone/right/HST -%%DATADIR%%/Timezone/right/Hongkong -%%DATADIR%%/Timezone/right/Iceland -%%DATADIR%%/Timezone/right/Indian/Antananarivo -%%DATADIR%%/Timezone/right/Indian/Chagos -%%DATADIR%%/Timezone/right/Indian/Christmas -%%DATADIR%%/Timezone/right/Indian/Cocos -%%DATADIR%%/Timezone/right/Indian/Comoro -%%DATADIR%%/Timezone/right/Indian/Kerguelen -%%DATADIR%%/Timezone/right/Indian/Mahe -%%DATADIR%%/Timezone/right/Indian/Maldives -%%DATADIR%%/Timezone/right/Indian/Mauritius -%%DATADIR%%/Timezone/right/Indian/Mayotte -%%DATADIR%%/Timezone/right/Indian/Reunion -%%DATADIR%%/Timezone/right/Iran -%%DATADIR%%/Timezone/right/Israel -%%DATADIR%%/Timezone/right/Jamaica -%%DATADIR%%/Timezone/right/Japan -%%DATADIR%%/Timezone/right/Kwajalein -%%DATADIR%%/Timezone/right/Libya -%%DATADIR%%/Timezone/right/MET -%%DATADIR%%/Timezone/right/MST -%%DATADIR%%/Timezone/right/MST7MDT -%%DATADIR%%/Timezone/right/Mexico/BajaNorte -%%DATADIR%%/Timezone/right/Mexico/BajaSur -%%DATADIR%%/Timezone/right/Mexico/General -%%DATADIR%%/Timezone/right/Mideast/Riyadh87 -%%DATADIR%%/Timezone/right/Mideast/Riyadh88 -%%DATADIR%%/Timezone/right/Mideast/Riyadh89 -%%DATADIR%%/Timezone/right/NZ -%%DATADIR%%/Timezone/right/NZ-CHAT -%%DATADIR%%/Timezone/right/Navajo -%%DATADIR%%/Timezone/right/PRC -%%DATADIR%%/Timezone/right/PST8PDT -%%DATADIR%%/Timezone/right/Pacific/Apia -%%DATADIR%%/Timezone/right/Pacific/Auckland -%%DATADIR%%/Timezone/right/Pacific/Chatham -%%DATADIR%%/Timezone/right/Pacific/Easter -%%DATADIR%%/Timezone/right/Pacific/Efate -%%DATADIR%%/Timezone/right/Pacific/Enderbury -%%DATADIR%%/Timezone/right/Pacific/Fakaofo -%%DATADIR%%/Timezone/right/Pacific/Fiji -%%DATADIR%%/Timezone/right/Pacific/Funafuti -%%DATADIR%%/Timezone/right/Pacific/Galapagos -%%DATADIR%%/Timezone/right/Pacific/Gambier -%%DATADIR%%/Timezone/right/Pacific/Guadalcanal -%%DATADIR%%/Timezone/right/Pacific/Guam -%%DATADIR%%/Timezone/right/Pacific/Honolulu -%%DATADIR%%/Timezone/right/Pacific/Johnston -%%DATADIR%%/Timezone/right/Pacific/Kiritimati -%%DATADIR%%/Timezone/right/Pacific/Kosrae -%%DATADIR%%/Timezone/right/Pacific/Kwajalein -%%DATADIR%%/Timezone/right/Pacific/Majuro -%%DATADIR%%/Timezone/right/Pacific/Marquesas -%%DATADIR%%/Timezone/right/Pacific/Midway -%%DATADIR%%/Timezone/right/Pacific/Nauru -%%DATADIR%%/Timezone/right/Pacific/Niue -%%DATADIR%%/Timezone/right/Pacific/Norfolk -%%DATADIR%%/Timezone/right/Pacific/Noumea -%%DATADIR%%/Timezone/right/Pacific/Pago_Pago -%%DATADIR%%/Timezone/right/Pacific/Palau -%%DATADIR%%/Timezone/right/Pacific/Pitcairn -%%DATADIR%%/Timezone/right/Pacific/Ponape -%%DATADIR%%/Timezone/right/Pacific/Port_Moresby -%%DATADIR%%/Timezone/right/Pacific/Rarotonga -%%DATADIR%%/Timezone/right/Pacific/Saipan -%%DATADIR%%/Timezone/right/Pacific/Samoa -%%DATADIR%%/Timezone/right/Pacific/Tahiti -%%DATADIR%%/Timezone/right/Pacific/Tarawa -%%DATADIR%%/Timezone/right/Pacific/Tongatapu -%%DATADIR%%/Timezone/right/Pacific/Truk -%%DATADIR%%/Timezone/right/Pacific/Wake -%%DATADIR%%/Timezone/right/Pacific/Wallis -%%DATADIR%%/Timezone/right/Pacific/Yap -%%DATADIR%%/Timezone/right/Poland -%%DATADIR%%/Timezone/right/Portugal -%%DATADIR%%/Timezone/right/ROC -%%DATADIR%%/Timezone/right/ROK -%%DATADIR%%/Timezone/right/Singapore -%%DATADIR%%/Timezone/right/SystemV/AST4 -%%DATADIR%%/Timezone/right/SystemV/AST4ADT -%%DATADIR%%/Timezone/right/SystemV/CST6 -%%DATADIR%%/Timezone/right/SystemV/CST6CDT -%%DATADIR%%/Timezone/right/SystemV/EST5 -%%DATADIR%%/Timezone/right/SystemV/EST5EDT -%%DATADIR%%/Timezone/right/SystemV/HST10 -%%DATADIR%%/Timezone/right/SystemV/MST7 -%%DATADIR%%/Timezone/right/SystemV/MST7MDT -%%DATADIR%%/Timezone/right/SystemV/PST8 -%%DATADIR%%/Timezone/right/SystemV/PST8PDT -%%DATADIR%%/Timezone/right/SystemV/YST9 -%%DATADIR%%/Timezone/right/SystemV/YST9YDT -%%DATADIR%%/Timezone/right/Turkey -%%DATADIR%%/Timezone/right/UCT -%%DATADIR%%/Timezone/right/US/Alaska -%%DATADIR%%/Timezone/right/US/Aleutian -%%DATADIR%%/Timezone/right/US/Arizona -%%DATADIR%%/Timezone/right/US/Central -%%DATADIR%%/Timezone/right/US/East-Indiana -%%DATADIR%%/Timezone/right/US/Eastern -%%DATADIR%%/Timezone/right/US/Hawaii -%%DATADIR%%/Timezone/right/US/Indiana-Starke -%%DATADIR%%/Timezone/right/US/Michigan -%%DATADIR%%/Timezone/right/US/Mountain -%%DATADIR%%/Timezone/right/US/Pacific -%%DATADIR%%/Timezone/right/US/Samoa -%%DATADIR%%/Timezone/right/UTC -%%DATADIR%%/Timezone/right/Universal -%%DATADIR%%/Timezone/right/W-SU -%%DATADIR%%/Timezone/right/WET -%%DATADIR%%/Timezone/right/Zulu -%%DATADIR%%/Timezone/zone.tab -%%DATADIR%%/Traffic/KLM/KLM.xml -%%DATADIR%%/Traffic/KLM/MD11/MD11.xml -%%DATADIR%%/Traffic/KLM/MD11/PH-KCA.xml -%%DATADIR%%/Traffic/KLM/MD11/PH-KCB.xml -%%DATADIR%%/Traffic/KLM/MD11/PH-KCC.xml -%%DATADIR%%/Traffic/KLM/MD11/PH-KCD.xml -%%DATADIR%%/Traffic/KLM/MD11/PH-KCE.xml -%%DATADIR%%/Traffic/KLM/MD11/PH-KCF.xml -%%DATADIR%%/Traffic/KLM/MD11/PH-KCG.xml -%%DATADIR%%/Traffic/UAL/737/737.xml -%%DATADIR%%/Traffic/UAL/737/N376UA.xml -%%DATADIR%%/Traffic/UAL/737/N377UA.xml -%%DATADIR%%/Traffic/UAL/737/N388UA.xml -%%DATADIR%%/Traffic/UAL/737/N390UA.xml -%%DATADIR%%/Traffic/UAL/UAL.xml -%%DATADIR%%/Traffic/fgtraffic.xml -%%DATADIR%%/Traffic/test.xml -%%DATADIR%%/Translations/locale.xml -%%DATADIR%%/Translations/strings-de.xml -%%DATADIR%%/Translations/strings-default.xml -%%DATADIR%%/Translations/strings-fr.xml -%%DATADIR%%/Translations/strings-it.xml -%%DATADIR%%/Translations/strings-nl.xml -%%DATADIR%%/Translations/strings-pl-win.xml -%%DATADIR%%/Translations/strings-pl.xml -%%DATADIR%%/Weather/MetarObs.txt.test -%%DATADIR%%/gui/dialogs/air.xml -%%DATADIR%%/gui/dialogs/aircraft.xml -%%DATADIR%%/gui/dialogs/airports.xml -%%DATADIR%%/gui/dialogs/atc-ai.xml -%%DATADIR%%/gui/dialogs/autopilot.xml -%%DATADIR%%/gui/dialogs/clouds.xml -%%DATADIR%%/gui/dialogs/exit.xml -%%DATADIR%%/gui/dialogs/gps.xml -%%DATADIR%%/gui/dialogs/instrument-failures.xml -%%DATADIR%%/gui/dialogs/instruments.xml -%%DATADIR%%/gui/dialogs/location-in-air.xml -%%DATADIR%%/gui/dialogs/location-on-ground.xml -%%DATADIR%%/gui/dialogs/logging.xml -%%DATADIR%%/gui/dialogs/radios.xml -%%DATADIR%%/gui/dialogs/rendering.xml -%%DATADIR%%/gui/dialogs/replay.xml -%%DATADIR%%/gui/dialogs/scenery_loading.xml -%%DATADIR%%/gui/dialogs/sound.xml -%%DATADIR%%/gui/dialogs/static-lod.xml -%%DATADIR%%/gui/dialogs/system-failures.xml -%%DATADIR%%/gui/dialogs/timeofday.xml -%%DATADIR%%/gui/dialogs/weather.xml -%%DATADIR%%/gui/dialogs/winds.xml -%%DATADIR%%/gui/menubar.xml -%%DATADIR%%/joysticks.xml -%%DATADIR%%/keyboard.xml -%%DATADIR%%/large.sky -%%DATADIR%%/materials.dtd -%%DATADIR%%/materials.xml -%%DATADIR%%/mice.xml -%%DATADIR%%/options.xml -%%DATADIR%%/preferences.xml -%%DATADIR%%/runfgfs.bat -%%DATADIR%%/version -@dirrm %%DATADIR%%/man -@dirrm %%DATADIR%%/gui/dialogs -@dirrm %%DATADIR%%/gui -@dirrm %%DATADIR%%/Weather -@dirrm %%DATADIR%%/Translations -@dirrm %%DATADIR%%/Traffic/UAL/737 -@dirrm %%DATADIR%%/Traffic/UAL -@dirrm %%DATADIR%%/Traffic/KLM/MD11 -@dirrm %%DATADIR%%/Traffic/KLM -@dirrm %%DATADIR%%/Traffic -@dirrm %%DATADIR%%/Timezone/right/US -@dirrm %%DATADIR%%/Timezone/right/SystemV -@dirrm %%DATADIR%%/Timezone/right/Pacific -@dirrm %%DATADIR%%/Timezone/right/Mideast -@dirrm %%DATADIR%%/Timezone/right/Mexico -@dirrm %%DATADIR%%/Timezone/right/Indian -@dirrm %%DATADIR%%/Timezone/right/Europe -@dirrm %%DATADIR%%/Timezone/right/Etc -@dirrm %%DATADIR%%/Timezone/right/Chile -@dirrm %%DATADIR%%/Timezone/right/Canada -@dirrm %%DATADIR%%/Timezone/right/Brazil -@dirrm %%DATADIR%%/Timezone/right/Australia -@dirrm %%DATADIR%%/Timezone/right/Atlantic -@dirrm %%DATADIR%%/Timezone/right/Asia -@dirrm %%DATADIR%%/Timezone/right/Arctic -@dirrm %%DATADIR%%/Timezone/right/Antarctica -@dirrm %%DATADIR%%/Timezone/right/America/Indiana -@dirrm %%DATADIR%%/Timezone/right/America -@dirrm %%DATADIR%%/Timezone/right/Africa -@dirrm %%DATADIR%%/Timezone/right -@dirrm %%DATADIR%%/Timezone/posix/US -@dirrm %%DATADIR%%/Timezone/posix/SystemV -@dirrm %%DATADIR%%/Timezone/posix/Pacific -@dirrm %%DATADIR%%/Timezone/posix/Mideast -@dirrm %%DATADIR%%/Timezone/posix/Mexico -@dirrm %%DATADIR%%/Timezone/posix/Indian -@dirrm %%DATADIR%%/Timezone/posix/Europe -@dirrm %%DATADIR%%/Timezone/posix/Etc -@dirrm %%DATADIR%%/Timezone/posix/Chile -@dirrm %%DATADIR%%/Timezone/posix/Canada -@dirrm %%DATADIR%%/Timezone/posix/Brazil -@dirrm %%DATADIR%%/Timezone/posix/Australia -@dirrm %%DATADIR%%/Timezone/posix/Atlantic -@dirrm %%DATADIR%%/Timezone/posix/Asia -@dirrm %%DATADIR%%/Timezone/posix/Arctic -@dirrm %%DATADIR%%/Timezone/posix/Antarctica -@dirrm %%DATADIR%%/Timezone/posix/America/Indiana -@dirrm %%DATADIR%%/Timezone/posix/America -@dirrm %%DATADIR%%/Timezone/posix/Africa -@dirrm %%DATADIR%%/Timezone/posix -@dirrm %%DATADIR%%/Timezone/US -@dirrm %%DATADIR%%/Timezone/SystemV -@dirrm %%DATADIR%%/Timezone/Pacific -@dirrm %%DATADIR%%/Timezone/Mideast -@dirrm %%DATADIR%%/Timezone/Mexico -@dirrm %%DATADIR%%/Timezone/Indian -@dirrm %%DATADIR%%/Timezone/Europe -@dirrm %%DATADIR%%/Timezone/Etc -@dirrm %%DATADIR%%/Timezone/Chile -@dirrm %%DATADIR%%/Timezone/Canada -@dirrm %%DATADIR%%/Timezone/Brazil -@dirrm %%DATADIR%%/Timezone/Australia -@dirrm %%DATADIR%%/Timezone/Atlantic -@dirrm %%DATADIR%%/Timezone/Asia -@dirrm %%DATADIR%%/Timezone/Arctic -@dirrm %%DATADIR%%/Timezone/Antarctica -@dirrm %%DATADIR%%/Timezone/America/Indiana -@dirrm %%DATADIR%%/Timezone/America -@dirrm %%DATADIR%%/Timezone/Africa -@dirrm %%DATADIR%%/Timezone -@dirrm %%DATADIR%%/Textures/Terrain -@dirrm %%DATADIR%%/Textures/Sky -@dirrm %%DATADIR%%/Textures/Runway -@dirrm %%DATADIR%%/Textures/Panel -@dirrm %%DATADIR%%/Textures.high/Terrain -@dirrm %%DATADIR%%/Textures.high/Sky -@dirrm %%DATADIR%%/Textures.high/Runway -@dirrm %%DATADIR%%/Textures.high -@dirrm %%DATADIR%%/Textures -@dirrm %%DATADIR%%/Sounds -@dirrm %%DATADIR%%/Scenery/w130n30/w123n37 -@dirrm %%DATADIR%%/Scenery/w130n30/w122n37 -@dirrm %%DATADIR%%/Scenery/w130n30 -@dirrm %%DATADIR%%/Scenery/Terrain/w130n30/w123n37 -@dirrm %%DATADIR%%/Scenery/Terrain/w130n30/w122n37 -@dirrm %%DATADIR%%/Scenery/Terrain/w130n30 -@dirrm %%DATADIR%%/Scenery/Terrain -@dirrm %%DATADIR%%/Scenery/Objects/w130n30/w123n37 -@dirrm %%DATADIR%%/Scenery/Objects/w130n30 -@dirrm %%DATADIR%%/Scenery/Objects -@dirrm %%DATADIR%%/Scenery -@dirrm %%DATADIR%%/Protocol -@dirrm %%DATADIR%%/Navaids -@dirrm %%DATADIR%%/Nasal -@dirrm %%DATADIR%%/Models/Weather -@dirrm %%DATADIR%%/Models/Trees -@dirrm %%DATADIR%%/Models/Textures -@dirrm %%DATADIR%%/Models/Structures -@dirrm %%DATADIR%%/Models/Geometry/Nimitz/Models -@dirrm %%DATADIR%%/Models/Geometry/Nimitz -@dirrm %%DATADIR%%/Models/Geometry -@dirrm %%DATADIR%%/Models/Fauna -@dirrm %%DATADIR%%/Models/Buildings -@dirrm %%DATADIR%%/Models/Bridges -@dirrm %%DATADIR%%/Models/Airport -@dirrm %%DATADIR%%/Models/3ds -@dirrm %%DATADIR%%/Models -@dirrm %%DATADIR%%/Lighting -@dirrm %%DATADIR%%/Input/Keyboard -@dirrm %%DATADIR%%/Input/Joysticks/ThrustMaster -@dirrm %%DATADIR%%/Input/Joysticks/Saitek -@dirrm %%DATADIR%%/Input/Joysticks/Microsoft -@dirrm %%DATADIR%%/Input/Joysticks/Macally -@dirrm %%DATADIR%%/Input/Joysticks/Logitech -@dirrm %%DATADIR%%/Input/Joysticks/LewEngineering -@dirrm %%DATADIR%%/Input/Joysticks/Default -@dirrm %%DATADIR%%/Input/Joysticks/CH -@dirrm %%DATADIR%%/Input/Joysticks -@dirrm %%DATADIR%%/Input -@dirrm %%DATADIR%%/Huds/Minimal -@dirrm %%DATADIR%%/Huds/Instruments/Minimal -@dirrm %%DATADIR%%/Huds/Instruments/Engineering -@dirrm %%DATADIR%%/Huds/Instruments/Default -@dirrm %%DATADIR%%/Huds/Instruments/Custom -@dirrm %%DATADIR%%/Huds/Instruments -@dirrm %%DATADIR%%/Huds/Engineering -@dirrm %%DATADIR%%/Huds/Default -@dirrm %%DATADIR%%/Huds/Custom -@dirrm %%DATADIR%%/Huds -@dirrm %%DATADIR%%/Fonts -@dirrm %%DATADIR%%/Engine -@dirrm %%DATADIR%%/Docs/keyboard -@dirrm %%DATADIR%%/Docs/Serial -@dirrm %%DATADIR%%/Docs/InstallGuide/html -@dirrm %%DATADIR%%/Docs/InstallGuide -@dirrm %%DATADIR%%/Docs-mini -@dirrm %%DATADIR%%/Docs -@dirrm %%DATADIR%%/Data/Terrain -@dirrm %%DATADIR%%/Data/SkyClouds -@dirrm %%DATADIR%%/Data/SkyBoxes -@dirrm %%DATADIR%%/Data/Models/PittsBiplane -@dirrm %%DATADIR%%/Data/Models -@dirrm %%DATADIR%%/Data/AI/FlightPlans -@dirrm %%DATADIR%%/Data/AI -@dirrm %%DATADIR%%/Data -@dirrm %%DATADIR%%/Astro -@dirrm %%DATADIR%%/Airports -@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Sounds/uiuc -@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Sounds -@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Models/uiuc/03Flyer -@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Models/uiuc -@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903/Models -@dirrm %%DATADIR%%/Aircraft/wrightFlyer1903 -@dirrm %%DATADIR%%/Aircraft/ufo/Models -@dirrm %%DATADIR%%/Aircraft/ufo -@dirrm %%DATADIR%%/Aircraft/pa28-161/Models -@dirrm %%DATADIR%%/Aircraft/pa28-161 -@dirrm %%DATADIR%%/Aircraft/p51d/Sounds -@dirrm %%DATADIR%%/Aircraft/p51d/Models -@dirrm %%DATADIR%%/Aircraft/p51d -@dirrm %%DATADIR%%/Aircraft/j3cub/Models -@dirrm %%DATADIR%%/Aircraft/j3cub -@dirrm %%DATADIR%%/Aircraft/f16/Panels/Textures -@dirrm %%DATADIR%%/Aircraft/f16/Panels -@dirrm %%DATADIR%%/Aircraft/f16/Models -@dirrm %%DATADIR%%/Aircraft/f16/Hud -@dirrm %%DATADIR%%/Aircraft/f16/Engines -@dirrm %%DATADIR%%/Aircraft/f16 -@dirrm %%DATADIR%%/Aircraft/dhc2/Sound -@dirrm %%DATADIR%%/Aircraft/dhc2/Models -@dirrm %%DATADIR%%/Aircraft/dhc2 -@dirrm %%DATADIR%%/Aircraft/c310u3a/Models -@dirrm %%DATADIR%%/Aircraft/c310u3a/Engines -@dirrm %%DATADIR%%/Aircraft/c310u3a -@dirrm %%DATADIR%%/Aircraft/c310/Models -@dirrm %%DATADIR%%/Aircraft/c310/Engines -@dirrm %%DATADIR%%/Aircraft/c310 -@dirrm %%DATADIR%%/Aircraft/c172p/Systems -@dirrm %%DATADIR%%/Aircraft/c172p/Models/labels -@dirrm %%DATADIR%%/Aircraft/c172p/Models -@dirrm %%DATADIR%%/Aircraft/c172p/Engines -@dirrm %%DATADIR%%/Aircraft/c172p -@dirrm %%DATADIR%%/Aircraft/c172/Panels/Textures -@dirrm %%DATADIR%%/Aircraft/c172/Panels -@dirrm %%DATADIR%%/Aircraft/c172/Models -@dirrm %%DATADIR%%/Aircraft/c172/Engines -@dirrm %%DATADIR%%/Aircraft/c172 -@dirrm %%DATADIR%%/Aircraft/bo105/Models -@dirrm %%DATADIR%%/Aircraft/bo105/Instruments/tach -@dirrm %%DATADIR%%/Aircraft/bo105/Instruments/asi -@dirrm %%DATADIR%%/Aircraft/bo105/Instruments -@dirrm %%DATADIR%%/Aircraft/bo105 -@dirrm %%DATADIR%%/Aircraft/UIUC/wrightFlyer1903-v1-nl -@dirrm %%DATADIR%%/Aircraft/UIUC/sopwithCamel-v1-nl -@dirrm %%DATADIR%%/Aircraft/UIUC/ornithopter -@dirrm %%DATADIR%%/Aircraft/UIUC/marchetti-v1 -@dirrm %%DATADIR%%/Aircraft/UIUC/fkdr1-v1-nl -@dirrm %%DATADIR%%/Aircraft/UIUC/beech99-v1/doc -@dirrm %%DATADIR%%/Aircraft/UIUC/beech99-v1 -@dirrm %%DATADIR%%/Aircraft/UIUC/asw20-v1-nl -@dirrm %%DATADIR%%/Aircraft/UIUC/airwaveXtreme150-v1-nl -@dirrm %%DATADIR%%/Aircraft/UIUC/a4-v1-nl -@dirrm %%DATADIR%%/Aircraft/UIUC/Models/opus -@dirrm %%DATADIR%%/Aircraft/UIUC/Models -@dirrm %%DATADIR%%/Aircraft/UIUC -@dirrm %%DATADIR%%/Aircraft/Instruments/Textures -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/vsi -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/vor -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/tc -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/tach -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/pa28-fuel-oil -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/kx170b -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/hi -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/egt -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/controls -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/comp -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/clock -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/asi -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/alt -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/ai -@dirrm %%DATADIR%%/Aircraft/Instruments-3d/adf -@dirrm %%DATADIR%%/Aircraft/Instruments-3d -@dirrm %%DATADIR%%/Aircraft/Instruments -@dirrm %%DATADIR%%/Aircraft/Hunter/Systems -@dirrm %%DATADIR%%/Aircraft/Hunter/Sounds -@dirrm %%DATADIR%%/Aircraft/Hunter/Models -@dirrm %%DATADIR%%/Aircraft/Hunter -@dirrm %%DATADIR%%/Aircraft/Generic -@dirrm %%DATADIR%%/Aircraft/A-10/Systems -@dirrm %%DATADIR%%/Aircraft/A-10/Sounds -@dirrm %%DATADIR%%/Aircraft/A-10/Panels/Textures -@dirrm %%DATADIR%%/Aircraft/A-10/Panels/Instruments/Textures -@dirrm %%DATADIR%%/Aircraft/A-10/Panels/Instruments -@dirrm %%DATADIR%%/Aircraft/A-10/Panels -@dirrm %%DATADIR%%/Aircraft/A-10/Nasal -@dirrm %%DATADIR%%/Aircraft/A-10/Models -@dirrm %%DATADIR%%/Aircraft/A-10/Huds -@dirrm %%DATADIR%%/Aircraft/A-10 -@dirrm %%DATADIR%%/Aircraft/737/Systems -@dirrm %%DATADIR%%/Aircraft/737/Sounds -@dirrm %%DATADIR%%/Aircraft/737/Panels -@dirrm %%DATADIR%%/Aircraft/737/Models -@dirrm %%DATADIR%%/Aircraft/737/Instruments/Textures -@dirrm %%DATADIR%%/Aircraft/737/Instruments -@dirrm %%DATADIR%%/Aircraft/737/Engines -@dirrm %%DATADIR%%/Aircraft/737 -@dirrm %%DATADIR%%/Aircraft -@dirrm %%DATADIR%%/ATC -@dirrm %%DATADIR%% diff --git a/games/galaxis/Makefile b/games/galaxis/Makefile index 50ae8d5ee060..3202998a7a05 100644 --- a/games/galaxis/Makefile +++ b/games/galaxis/Makefile @@ -15,6 +15,7 @@ COMMENT= Clone of the nifty little Macintosh game MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" ALL_TARGET= ${PORTNAME} +USE_GMAKE= yes MAN6= galaxis.6 PLIST_FILES= bin/galaxis diff --git a/games/gnome-games-extra-data/Makefile b/games/gnome-games-extra-data/Makefile deleted file mode 100644 index f9b6017459aa..000000000000 --- a/games/gnome-games-extra-data/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: gnomegames2-extra-data -# Date created: 16 August 2004 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomegames2-extra-data -PORTVERSION= 2.10.0 -CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-games-extra-data/2.10 -DISTNAME= gnome-games-extra-data-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Themes and artwork for the gnomegames2 package - -RUN_DEPENDS= ${X11BASE}/bin/sol:${PORTSDIR}/games/gnomegames2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack gnomeprefix -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/games/gnome-games-extra-data/distinfo b/games/gnome-games-extra-data/distinfo deleted file mode 100644 index aac4e3c29660..000000000000 --- a/games/gnome-games-extra-data/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-games-extra-data-2.10.0.tar.bz2) = 344c36ae58fa13fd4b180bd9fefe94d0 -SIZE (gnome2/gnome-games-extra-data-2.10.0.tar.bz2) = 3566365 diff --git a/games/gnome-games-extra-data/pkg-descr b/games/gnome-games-extra-data/pkg-descr deleted file mode 100644 index 992c00ea920e..000000000000 --- a/games/gnome-games-extra-data/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This package contains extra data files for the gnome-games package. At -the moment this is almost entirely extra themes and artwork for the -games. diff --git a/games/gnome-games-extra-data/pkg-plist b/games/gnome-games-extra-data/pkg-plist deleted file mode 100644 index ac96ec5afe0a..000000000000 --- a/games/gnome-games-extra-data/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -share/gnome/gnome-games/same-gnome/themes/2.10/blink.png -share/gnome/gnome-games/same-gnome/themes/2.10/glass.png -share/gnome/gnome-games/same-gnome/themes/2.10/marbles.png -share/gnome/gnome-games/same-gnome/themes/2.10/rotate.svg -share/gnome/pixmaps/glines/classic.png -share/gnome/pixmaps/glines/dots.png -share/gnome/pixmaps/glines/gumball.png -share/gnome/pixmaps/glines/pulse.png -share/gnome/pixmaps/gnobots2/cows.png -share/gnome/pixmaps/gnobots2/eggs.png -share/gnome/pixmaps/gnobots2/mice.png -share/gnome/pixmaps/gnobots2/windows.png -share/gnome/pixmaps/gnome-games-common/cards/bellot.svg -share/gnome/pixmaps/gnome-games-common/cards/dondorf.svg -share/gnome/pixmaps/gnometris/5blocks-tig.png -share/gnome/pixmaps/gnometris/5blocks-tim.png -share/gnome/pixmaps/gnometris/5blocks.png -share/gnome/pixmaps/gnometris/7blocks.png -share/gnome/pixmaps/gnometris/7stones-gn.png -share/gnome/pixmaps/gnometris/7stones2-gn.png -share/gnome/pixmaps/iagno/blend.png -share/gnome/pixmaps/iagno/flipblend.png -share/gnome/pixmaps/iagno/metal.png -share/gnome/pixmaps/iagno/metal2.png -share/gnome/pixmaps/iagno/shrink.png -share/gnome/pixmaps/iagno/sunmoon.png -share/gnome/pixmaps/mahjongg/default.png -share/gnome/pixmaps/mahjongg/default2.png -share/gnome/pixmaps/mahjongg/maya.png -share/gnome/pixmaps/mahjongg/seta.png -@dirrm share/gnome/gnome-games/same-gnome/themes/2.10 -@dirrm share/gnome/gnome-games/same-gnome/themes -@dirrm share/gnome/gnome-games/same-gnome diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile deleted file mode 100644 index c0818a53d153..000000000000 --- a/games/gnome-games/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: gnomegames2 -# Date created: 08 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomegames2 -PORTVERSION= 2.10.2 -CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-games/2.10 -DISTNAME= gnome-games-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The game applications package for the Gnome 2 Desktop Environment - -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile - -USE_BZIP2= yes -USE_PYTHON= yes -INSTALLS_OMF= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui \ - librsvg2 desktopfileutils -USE_LIBTOOL_VER=15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= aisleriot.schemas blackjack.schemas gataxx.schemas \ - glines.schemas gnect.schemas gnibbles.schemas gnobots2.schemas \ - gnome-stones.schemas gnometris.schemas gnomine.schemas \ - gnotravex.schemas gnotski.schemas gtali.schemas iagno.schemas \ - libgnomegames.schemas mahjongg.schemas same-gnome.schemas - -CONFLICTS= sol-1.0.* - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libhowl.so) || defined(WITH_MDNS) -LIB_DEPENDS+= howl:${PORTSDIR}/net/howl -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|malloc\.h|stdlib.h|g' - @${REINPLACE_CMD} -e 's|bin/python|bin/env python|g' \ - ${WRKSRC}/libgames-support/games-server.py - -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo deleted file mode 100644 index 41d3ee66a30c..000000000000 --- a/games/gnome-games/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-games-2.10.2.tar.bz2) = fa9488c0ebb34081da2433db5136d07a -SIZE (gnome2/gnome-games-2.10.2.tar.bz2) = 6471962 diff --git a/games/gnome-games/files/patch-blackjack_src_game.cpp b/games/gnome-games/files/patch-blackjack_src_game.cpp deleted file mode 100644 index e99798100783..000000000000 --- a/games/gnome-games/files/patch-blackjack_src_game.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- blackjack/src/game.cpp.orig Wed Apr 13 15:44:11 2005 -+++ blackjack/src/game.cpp Wed Apr 13 15:45:24 2005 -@@ -24,6 +24,7 @@ - - #include <stdlib.h> - #include <string.h> -+#include <ctype.h> - #include <glib/gi18n.h> - #include <glib/gstdio.h> - #include <libxml/tree.h> diff --git a/games/gnome-games/files/patch-blackjack_src_player.cpp b/games/gnome-games/files/patch-blackjack_src_player.cpp deleted file mode 100644 index 0a2d1ac3b8b0..000000000000 --- a/games/gnome-games/files/patch-blackjack_src_player.cpp +++ /dev/null @@ -1,75 +0,0 @@ ---- blackjack/src/player.cpp.orig Tue Jul 6 12:56:50 2004 -+++ blackjack/src/player.cpp Tue Jul 6 12:59:29 2004 -@@ -262,8 +262,8 @@ - // Player can always stand. - - bestValue = value = getValueStand (*lplayer, upCard); -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Stand"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Stand"), (long double)(value * 100)); - bestOption = KEY_S; - bestOptionNumber = num_options; - -@@ -271,8 +271,8 @@ - if (bj_hand_can_be_hit ()) { - value = getValueHit (*lplayer, upCard); - -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Hit"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Hit"), (long double)(value * 100)); - if (value > bestValue) { - bestValue = value; - bestOption = KEY_H; -@@ -282,8 +282,8 @@ - // Check if player can double down. - if (bj_hand_can_be_doubled ()) { - value = getValueDoubleDown (*lplayer, upCard); -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Double"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Double"), (long double)(value * 100)); - if (value > bestValue) { - bestValue = value; - bestOption = KEY_D; -@@ -296,8 +296,8 @@ - - if (bj_hand_can_be_split ()) { - value = getValueSplit(lplayer->cards[0].value (), upCard); -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Split"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Split"), (long double)(value * 100)); - if (value > bestValue) { - bestValue = value; - bestOption = KEY_P; -@@ -308,8 +308,8 @@ - // Check if player can surrender. - if (bj_hand_can_be_surrendered ()) { - value = -0.5; -- mark_list[num_options++] = g_strdup_printf (" %s %8.2lf%%\n", -- _("Surrender"), value * 100); -+ mark_list[num_options++] = g_strdup_printf (" %s %8.2Lf%%\n", -+ _("Surrender"), (long double)(value * 100)); - if (value > bestValue) { - bestValue = value; - bestOption = KEY_R; -@@ -439,12 +439,12 @@ - reset (); - - mark_list[0] = g_strdup_printf ("<b>%s</b>\n", _("Dealer hand probabilities")); -- mark_list[1] = g_strdup_printf (" %s %5.2lf%%\n", _("Bust"), -- getProbabilityBust (lupCard) * 100.0 / notBlackjack); -+ mark_list[1] = g_strdup_printf (" %s %5.2Lf%%\n", _("Bust"), -+ (long double)(getProbabilityBust (lupCard) * 100.0 / notBlackjack)); - for (int count = 17; count <= 21; count++) { -- mark_list[count-15] = g_strdup_printf (" %2d %5.2lf%%\n", count, -- getProbabilityCount (count, lupCard) -- * 100.0 / notBlackjack); -+ mark_list[count-15] = g_strdup_printf (" %2d %5.2Lf%%\n", count, -+ (long double)(getProbabilityCount (count, lupCard) -+ * 100.0 / notBlackjack)); - } - - markup = g_strconcat ("<span size=\"small\" font_family=\"monospace\" foreground=\"#eaeac1\">", diff --git a/games/gnome-games/files/patch-configure b/games/gnome-games/files/patch-configure deleted file mode 100644 index f8413ef3cff4..000000000000 --- a/games/gnome-games/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Dec 17 11:58:34 2003 -+++ configure Wed Dec 17 11:58:35 2003 -@@ -22452,7 +22452,7 @@ - else - - cat >>confdefs.h <<_ACEOF --#define GNOME_ICONDIR "${prefix}/share/pixmaps" -+#define GNOME_ICONDIR "${datadir}/pixmaps" - _ACEOF - - fi diff --git a/games/gnome-games/files/patch-gnome-stones_Makefile.in b/games/gnome-games/files/patch-gnome-stones_Makefile.in deleted file mode 100644 index 92fbe9e8806c..000000000000 --- a/games/gnome-games/files/patch-gnome-stones_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-stones/Makefile.in.orig Tue Jul 23 20:37:40 2002 -+++ gnome-stones/Makefile.in Tue Jul 23 20:38:10 2002 -@@ -202,7 +202,7 @@ - Caves_in_files = default.caves.in tutorial.caves.in gnomekoban.caves.in atari.caves.in - Caves_DATA = $(Caves_in_files:.caves.in=.caves) - --gtkrcdir = $(datadir) -+gtkrcdir = $(datadir)/gnome-stones - gtkrc_DATA = gnome-stonesrc gnome-stonesrc.ko - - Mimedir = $(datadir)/mime-info diff --git a/games/gnome-games/files/patch-iagno_othello.c b/games/gnome-games/files/patch-iagno_othello.c deleted file mode 100644 index 1d6d8e88a6a7..000000000000 --- a/games/gnome-games/files/patch-iagno_othello.c +++ /dev/null @@ -1,20 +0,0 @@ ---- iagno/othello.c.orig Tue Jan 25 11:24:35 2005 -+++ iagno/othello.c Tue Jan 25 11:24:56 2005 -@@ -784,14 +784,14 @@ - found_free = TRUE; - } - -- // check if a player is dead -+ /* check if a player is dead */ - if (!found_me && found_not_me) - return (S_LOSING_GAME); - else if (found_me && !found_not_me) - return (S_WINNING_GAME); - -- // if the game is finished, return the actual score rather than -- // a huristic -+ /* if the game is finished, return the actual score rather than -+ * a huristic */ - if (!found_free) - return (actual_score); - diff --git a/games/gnome-games/pkg-descr b/games/gnome-games/pkg-descr deleted file mode 100644 index 0323c9ff4104..000000000000 --- a/games/gnome-games/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The GNOME Desktop Environment's games application package includes -card games (including a solitaire package which knows 69 distinct solitaire -variations); knockoffs of Minesweeper, Tetris, mahjongg, and Nibbles; action -games; puzzle games; and even more card games. - -This package uses the GNOME 2 libraries. - -WWW: http://www.gnome.org/projects/gnome-games/ diff --git a/games/gnome-games/pkg-install b/games/gnome-games/pkg-install deleted file mode 100644 index 7b1b35161239..000000000000 --- a/games/gnome-games/pkg-install +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in -POST-INSTALL) - mkdir -p ${PKG_PREFIX}/share/gnome/games - SCORES="glines.scores gnibbles.1.0.scores gnibbles.1.1.scores gnibbles.2.0.scores gnibbles.2.1.scores gnibbles.3.0.scores gnibbles.3.1.scores gnibbles.4.0.scores gnibbles.4.1.scores gnobots2.classic_robots-safe.scores gnobots2.classic_robots-super-safe.scores gnobots2.classic_robots.scores gnobots2.nightmare-safe.scores gnobots2.nightmare-super-safe.scores gnobots2.nightmare.scores gnobots2.robots2-safe.scores gnobots2.robots2-super-safe.scores gnobots2.robots2.scores gnobots2.robots2_easy-safe.scores gnobots2.robots2_easy-super-safe.scores gnobots2.robots2_easy.scores gnobots2.robots_with_safe_teleport-safe.scores gnobots2.robots_with_safe_teleport-super-safe.scores gnobots2.robots_with_safe_teleport.scores gnome-stones.scores gnometris.scores gnomine.Custom.scores gnomine.Large.scores gnomine.Medium.scores gnomine.Small.scores gnotravex.2x2.scores gnotravex.3x3.scores gnotravex.4x4.scores gnotravex.5x5.scores gnotravex.6x6.scores gnotski.1.scores gnotski10.scores gnotski.11.scores gnotski.12.scores gnotski.13.scores gnotski.14.scores gnotski.15.scores gnotski.16.scores gnotski.17.scores gnotski.18.scores gnotski.2.scores gnotski.20.scores gnotski.21.scores gnotski.22.scores gnotski.23.scores gnotski.24.scores gnotski.25.scores gnotski.26.scores gnotski.27.scores gnotski.28.scores gnotski.29.scores gnotski.3.scores gnotski.30.scores gnotski.31.scores gnotski.32.scores gnotski.33.scores gnotski.34.scores gnotski.35.scores gnotski.36.scores gnotski.37.score gnotski.4.scores gnotski.5.scores gnotski.6.scores gnotski.7.scores gnotski.8.scores gnotski.9.scores gtali.scores mahjongg.bridges.scores mahjongg.cloud.scores mahjongg.confounding.scores mahjongg.difficult.scores mahjongg.dragon.scores mahjongg.easy.scores mahjongg.pyramid.scores mahjongg.tictactoe.scores mahjongg.ziggurat.scores same-gnome.scores" - for i in ${SCORES}; do - if [ ! -f ${PKG_PREFIX}/share/gnome/games/${i} ]; then - touch -f ${PKG_PREFIX}/share/gnome/games/${i} - chown games:games ${PKG_PREFIX}/share/gnome/games/${i} - chmod 0664 ${PKG_PREFIX}/share/gnome/games/${i} - fi - done - ;; -esac diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist deleted file mode 100644 index cb63180fc465..000000000000 --- a/games/gnome-games/pkg-plist +++ /dev/null @@ -1,798 +0,0 @@ -bin/blackjack -bin/games-server.py -bin/gataxx -bin/glines -bin/gnect -bin/gnibbles -bin/gnobots2 -bin/gnome-stones -bin/gnometris -bin/gnomine -bin/gnotravex -bin/gnotski -bin/gtali -bin/iagno -bin/mahjongg -bin/same-gnome -bin/sol -etc/sound/events/gnibbles.soundlist -etc/sound/events/gnobots2.soundlist -etc/sound/events/iagno.soundlist -lib/gnome-stones/objects/libgnome-stones.so -lib/gnome-stones/objects/libgnomekoban.so -share/gnome/applications/blackjack.desktop -share/gnome/applications/freecell.desktop -share/gnome/applications/gataxx.desktop -share/gnome/applications/glines.desktop -share/gnome/applications/gnect.desktop -share/gnome/applications/gnibbles.desktop -share/gnome/applications/gnobots2.desktop -share/gnome/applications/gnome-stones.desktop -share/gnome/applications/gnometris.desktop -share/gnome/applications/gnomine.desktop -share/gnome/applications/gnotravex.desktop -share/gnome/applications/gnotski.desktop -share/gnome/applications/gtali.desktop -share/gnome/applications/iagno.desktop -share/gnome/applications/mahjongg.desktop -share/gnome/applications/same-gnome.desktop -share/gnome/applications/sol.desktop -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -share/gnome/blackjack/Ameristar.rules -share/gnome/blackjack/Atlantic_City.rules -share/gnome/blackjack/Vegas_Downtown.rules -share/gnome/blackjack/Vegas_Strip.rules -@unexec [ -s %D/share/gnome/games/glines.scores ] || rm -f %D/share/gnome/games/glines.scores -@unexec [ -s %D/share/gnome/games/gnibbles.1.0.scores ] || rm -f %D/share/gnome/games/gnibbles.1.0.scores -@unexec [ -s %D/share/gnome/games/gnibbles.1.1.scores ] || rm -f %D/share/gnome/games/gnibbles.1.1.scores -@unexec [ -s %D/share/gnome/games/gnibbles.2.0.scores ] || rm -f %D/share/gnome/games/gnibbles.2.0.scores -@unexec [ -s %D/share/gnome/games/gnibbles.2.1.scores ] || rm -f %D/share/gnome/games/gnibbles.2.1.scores -@unexec [ -s %D/share/gnome/games/gnibbles.3.0.scores ] || rm -f %D/share/gnome/games/gnibbles.3.0.scores -@unexec [ -s %D/share/gnome/games/gnibbles.3.1.scores ] || rm -f %D/share/gnome/games/gnibbles.3.1.scores -@unexec [ -s %D/share/gnome/games/gnibbles.4.0.scores ] || rm -f %D/share/gnome/games/gnibbles.4.0.scores -@unexec [ -s %D/share/gnome/games/gnibbles.4.1.scores ] || rm -f %D/share/gnome/games/gnibbles.4.1.scores -@unexec [ -s %D/share/gnome/games/gnobots2.classic_robots-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.classic_robots-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.classic_robots-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.classic_robots-super-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.classic_robots.scores ] || rm -f %D/share/gnome/games/gnobots2.classic_robots.scores -@unexec [ -s %D/share/gnome/games/gnobots2.nightmare-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.nightmare-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.nightmare-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.nightmare-super-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.nightmare.scores ] || rm -f %D/share/gnome/games/gnobots2.nightmare.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots2-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots2-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2-super-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots2.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots2_easy-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2_easy-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots2_easy-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2_easy-super-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots2_easy.scores ] || rm -f %D/share/gnome/games/gnobots2.robots2_easy.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores -@unexec [ -s %D/share/gnome/games/gnobots2.robots_with_safe_teleport.scores ] || rm -f %D/share/gnome/games/gnobots2.robots_with_safe_teleport.scores -@unexec [ -s %D/share/gnome/games/gnome-stones.scores ] || rm -f %D/share/gnome/games/gnome-stones.scores -@unexec [ -s %D/share/gnome/games/gnometris.scores ] || rm -f %D/share/gnome/games/gnometris.scores -@unexec [ -s %D/share/gnome/games/gnomine.Custom.scores ] || rm -f %D/share/gnome/games/gnomine.Custom.scores -@unexec [ -s %D/share/gnome/games/gnomine.Large.scores ] || rm -f %D/share/gnome/games/gnomine.Large.scores -@unexec [ -s %D/share/gnome/games/gnomine.Medium.scores ] || rm -f %D/share/gnome/games/gnomine.Medium.scores -@unexec [ -s %D/share/gnome/games/gnomine.Small.scores ] || rm -f %D/share/gnome/games/gnomine.Small.scores -@unexec [ -s %D/share/gnome/games/gnotravex.2x2.scores ] || rm -f %D/share/gnome/games/gnotravex.2x2.scores -@unexec [ -s %D/share/gnome/games/gnotravex.3x3.scores ] || rm -f %D/share/gnome/games/gnotravex.3x3.scores -@unexec [ -s %D/share/gnome/games/gnotravex.4x4.scores ] || rm -f %D/share/gnome/games/gnotravex.4x4.scores -@unexec [ -s %D/share/gnome/games/gnotravex.5x5.scores ] || rm -f %D/share/gnome/games/gnotravex.5x5.scores -@unexec [ -s %D/share/gnome/games/gnotravex.6x6.scores ] || rm -f %D/share/gnome/games/gnotravex.6x6.scores -@unexec [ -s %D/share/gnome/games/gnotski.1.scores ] || rm -f %D/share/gnome/games/gnotski.1.scores -@unexec [ -s %D/share/gnome/games/gnotski.10.scores ] || rm -f %D/share/gnome/games/gnotski.10.scores -@unexec [ -s %D/share/gnome/games/gnotski.11.scores ] || rm -f %D/share/gnome/games/gnotski.11.scores -@unexec [ -s %D/share/gnome/games/gnotski.12.scores ] || rm -f %D/share/gnome/games/gnotski.12.scores -@unexec [ -s %D/share/gnome/games/gnotski.13.scores ] || rm -f %D/share/gnome/games/gnotski.13.scores -@unexec [ -s %D/share/gnome/games/gnotski.14.scores ] || rm -f %D/share/gnome/games/gnotski.14.scores -@unexec [ -s %D/share/gnome/games/gnotski.15.scores ] || rm -f %D/share/gnome/games/gnotski.15.scores -@unexec [ -s %D/share/gnome/games/gnotski.16.scores ] || rm -f %D/share/gnome/games/gnotski.16.scores -@unexec [ -s %D/share/gnome/games/gnotski.17.scores ] || rm -f %D/share/gnome/games/gnotski.17.scores -@unexec [ -s %D/share/gnome/games/gnotski.18.scores ] || rm -f %D/share/gnome/games/gnotski.18.scores -@unexec [ -s %D/share/gnome/games/gnotski.19.scores ] || rm -f %D/share/gnome/games/gnotski.19.scores -@unexec [ -s %D/share/gnome/games/gnotski.2.scores ] || rm -f %D/share/gnome/games/gnotski.2.scores -@unexec [ -s %D/share/gnome/games/gnotski.20.scores ] || rm -f %D/share/gnome/games/gnotski.20.scores -@unexec [ -s %D/share/gnome/games/gnotski.21.scores ] || rm -f %D/share/gnome/games/gnotski.21.scores -@unexec [ -s %D/share/gnome/games/gnotski.22.scores ] || rm -f %D/share/gnome/games/gnotski.22.scores -@unexec [ -s %D/share/gnome/games/gnotski.23.scores ] || rm -f %D/share/gnome/games/gnotski.23.scores -@unexec [ -s %D/share/gnome/games/gnotski.24.scores ] || rm -f %D/share/gnome/games/gnotski.24.scores -@unexec [ -s %D/share/gnome/games/gnotski.25.scores ] || rm -f %D/share/gnome/games/gnotski.25.scores -@unexec [ -s %D/share/gnome/games/gnotski.26.scores ] || rm -f %D/share/gnome/games/gnotski.26.scores -@unexec [ -s %D/share/gnome/games/gnotski.27.scores ] || rm -f %D/share/gnome/games/gnotski.27.scores -@unexec [ -s %D/share/gnome/games/gnotski.28.scores ] || rm -f %D/share/gnome/games/gnotski.28.scores -@unexec [ -s %D/share/gnome/games/gnotski.29.scores ] || rm -f %D/share/gnome/games/gnotski.29.scores -@unexec [ -s %D/share/gnome/games/gnotski.3.scores ] || rm -f %D/share/gnome/games/gnotski.3.scores -@unexec [ -s %D/share/gnome/games/gnotski.30.scores ] || rm -f %D/share/gnome/games/gnotski.30.scores -@unexec [ -s %D/share/gnome/games/gnotski.31.scores ] || rm -f %D/share/gnome/games/gnotski.31.scores -@unexec [ -s %D/share/gnome/games/gnotski.32.scores ] || rm -f %D/share/gnome/games/gnotski.32.scores -@unexec [ -s %D/share/gnome/games/gnotski.33.scores ] || rm -f %D/share/gnome/games/gnotski.33.scores -@unexec [ -s %D/share/gnome/games/gnotski.34.scores ] || rm -f %D/share/gnome/games/gnotski.34.scores -@unexec [ -s %D/share/gnome/games/gnotski.35.scores ] || rm -f %D/share/gnome/games/gnotski.35.scores -@unexec [ -s %D/share/gnome/games/gnotski.36.scores ] || rm -f %D/share/gnome/games/gnotski.36.scores -@unexec [ -s %D/share/gnome/games/gnotski.37.scores ] || rm -f %D/share/gnome/games/gnotski.37.scores -@unexec [ -s %D/share/gnome/games/gnotski.4.scores ] || rm -f %D/share/gnome/games/gnotski.4.scores -@unexec [ -s %D/share/gnome/games/gnotski.5.scores ] || rm -f %D/share/gnome/games/gnotski.5.scores -@unexec [ -s %D/share/gnome/games/gnotski.6.scores ] || rm -f %D/share/gnome/games/gnotski.6.scores -@unexec [ -s %D/share/gnome/games/gnotski.7.scores ] || rm -f %D/share/gnome/games/gnotski.7.scores -@unexec [ -s %D/share/gnome/games/gnotski.8.scores ] || rm -f %D/share/gnome/games/gnotski.8.scores -@unexec [ -s %D/share/gnome/games/gnotski.9.scores ] || rm -f %D/share/gnome/games/gnotski.9.scores -@unexec [ -s %D/share/gnome/games/gtali.scores ] || rm -f %D/share/gnome/games/gtali.scores -@unexec [ -s %D/share/gnome/games/mahjongg.bridges.scores ] || rm -f %D/share/gnome/games/mahjongg.bridges.scores -@unexec [ -s %D/share/gnome/games/mahjongg.cloud.scores ] || rm -f %D/share/gnome/games/mahjongg.cloud.scores -@unexec [ -s %D/share/gnome/games/mahjongg.confounding.scores ] || rm -f %D/share/gnome/games/mahjongg.confounding.scores -@unexec [ -s %D/share/gnome/games/mahjongg.difficult.scores ] || rm -f %D/share/gnome/games/mahjongg.difficult.scores -@unexec [ -s %D/share/gnome/games/mahjongg.dragon.scores ] || rm -f %D/share/gnome/games/mahjongg.dragon.scores -@unexec [ -s %D/share/gnome/games/mahjongg.easy.scores ] || rm -f %D/share/gnome/games/mahjongg.easy.scores -@unexec [ -s %D/share/gnome/games/mahjongg.pyramid.scores ] || rm -f %D/share/gnome/games/mahjongg.pyramid.scores -@unexec [ -s %D/share/gnome/games/mahjongg.tictactoe.scores ] || rm -f %D/share/gnome/games/mahjongg.tictactoe.scores -@unexec [ -s %D/share/gnome/games/mahjongg.ziggurat.scores ] || rm -f %D/share/gnome/games/mahjongg.ziggurat.scores -@unexec [ -s %D/share/gnome/games/same-gnome.Large.scores ] || rm -f %D/share/gnome/games/same-gnome.Large.scores -@unexec [ -s %D/share/gnome/games/same-gnome.Medium.scores ] || rm -f %D/share/gnome/games/same-gnome.Medium.scores -@unexec [ -s %D/share/gnome/games/same-gnome.Small.scores ] || rm -f %D/share/gnome/games/same-gnome.Small.scores -share/gnome/gnect/white_ob.cn4 -share/gnome/gnibbles/level001.gnl -share/gnome/gnibbles/level002.gnl -share/gnome/gnibbles/level003.gnl -share/gnome/gnibbles/level004.gnl -share/gnome/gnibbles/level005.gnl -share/gnome/gnibbles/level006.gnl -share/gnome/gnibbles/level007.gnl -share/gnome/gnibbles/level008.gnl -share/gnome/gnibbles/level009.gnl -share/gnome/gnibbles/level010.gnl -share/gnome/gnibbles/level011.gnl -share/gnome/gnibbles/level012.gnl -share/gnome/gnibbles/level013.gnl -share/gnome/gnibbles/level014.gnl -share/gnome/gnibbles/level015.gnl -share/gnome/gnibbles/level016.gnl -share/gnome/gnibbles/level017.gnl -share/gnome/gnibbles/level018.gnl -share/gnome/gnibbles/level019.gnl -share/gnome/gnibbles/level020.gnl -share/gnome/gnibbles/level021.gnl -share/gnome/gnibbles/level022.gnl -share/gnome/gnibbles/level023.gnl -share/gnome/gnibbles/level024.gnl -share/gnome/gnibbles/level025.gnl -share/gnome/gnibbles/level026.gnl -share/gnome/gnobots2/classic_robots.cfg -share/gnome/gnobots2/nightmare.cfg -share/gnome/gnobots2/robots2.cfg -share/gnome/gnobots2/robots2_easy.cfg -share/gnome/gnobots2/robots_with_safe_teleport.cfg -share/gnome/gnome-games/mahjongg/maps/mahjongg.map -share/gnome/gnome-games/same-gnome/themes/2.10/planets.png -share/gnome/gnome-games/same-gnome/themes/2.10/stones.png -share/gnome/gnome-stones/atari.caves -share/gnome/gnome-stones/default.caves -share/gnome/gnome-stones/gnome-stonesrc -share/gnome/gnome-stones/gnome-stonesrc.ko -share/gnome/gnome-stones/gnomekoban.caves -share/gnome/gnome-stones/tutorial.caves -share/gnome/help/aisleriot/C/agnes.xml -share/gnome/help/aisleriot/C/aisleriot.xml -share/gnome/help/aisleriot/C/auld_lang_syne.xml -share/gnome/help/aisleriot/C/bakers_dozen.xml -share/gnome/help/aisleriot/C/bakers_game.xml -share/gnome/help/aisleriot/C/beleaguered_castle.xml -share/gnome/help/aisleriot/C/block_ten.xml -share/gnome/help/aisleriot/C/bristol.xml -share/gnome/help/aisleriot/C/camelot.xml -share/gnome/help/aisleriot/C/canfield.xml -share/gnome/help/aisleriot/C/chessboard.xml -share/gnome/help/aisleriot/C/clock.xml -share/gnome/help/aisleriot/C/cover.xml -share/gnome/help/aisleriot/C/definitions.xml -share/gnome/help/aisleriot/C/diamond_mine.xml -share/gnome/help/aisleriot/C/doublets.xml -share/gnome/help/aisleriot/C/eagle-wing.xml -share/gnome/help/aisleriot/C/easthaven.xml -share/gnome/help/aisleriot/C/eight_off.xml -share/gnome/help/aisleriot/C/elevator.xml -share/gnome/help/aisleriot/C/escalator.xml -share/gnome/help/aisleriot/C/figures/camelot-goal.png -share/gnome/help/aisleriot/C/figures/clock-rules.png -share/gnome/help/aisleriot/C/first_law.xml -share/gnome/help/aisleriot/C/fortress.xml -share/gnome/help/aisleriot/C/fortunes.xml -share/gnome/help/aisleriot/C/fourteen.xml -share/gnome/help/aisleriot/C/freecell.xml -share/gnome/help/aisleriot/C/gay_gordons.xml -share/gnome/help/aisleriot/C/glenwood.xml -share/gnome/help/aisleriot/C/golf.xml -share/gnome/help/aisleriot/C/gypsy.xml -share/gnome/help/aisleriot/C/helsinki.xml -share/gnome/help/aisleriot/C/hopscotch.xml -share/gnome/help/aisleriot/C/isabel.xml -share/gnome/help/aisleriot/C/jamestown.xml -share/gnome/help/aisleriot/C/jumbo.xml -share/gnome/help/aisleriot/C/kansas.xml -share/gnome/help/aisleriot/C/king_albert.xml -share/gnome/help/aisleriot/C/klondike.xml -share/gnome/help/aisleriot/C/labyrinth.xml -share/gnome/help/aisleriot/C/lady_jane.xml -share/gnome/help/aisleriot/C/legal.xml -share/gnome/help/aisleriot/C/maze.xml -share/gnome/help/aisleriot/C/monte_carlo.xml -share/gnome/help/aisleriot/C/neighbor.xml -share/gnome/help/aisleriot/C/odessa.xml -share/gnome/help/aisleriot/C/osmosis.xml -share/gnome/help/aisleriot/C/peek.xml -share/gnome/help/aisleriot/C/pileon.xml -share/gnome/help/aisleriot/C/plait.xml -share/gnome/help/aisleriot/C/poker.xml -share/gnome/help/aisleriot/C/quatorze.xml -share/gnome/help/aisleriot/C/royal_east.xml -share/gnome/help/aisleriot/C/scorpion.xml -share/gnome/help/aisleriot/C/scuffle.xml -share/gnome/help/aisleriot/C/seahaven.xml -share/gnome/help/aisleriot/C/sir_tommy.xml -share/gnome/help/aisleriot/C/spider.xml -share/gnome/help/aisleriot/C/spider_one_suit.xml -share/gnome/help/aisleriot/C/spider_two_suit.xml -share/gnome/help/aisleriot/C/spiderette.xml -share/gnome/help/aisleriot/C/straight_up.xml -share/gnome/help/aisleriot/C/streets_and_alleys.xml -share/gnome/help/aisleriot/C/ten_across.xml -share/gnome/help/aisleriot/C/thieves.xml -share/gnome/help/aisleriot/C/thirteen.xml -share/gnome/help/aisleriot/C/thumb_and_pouch.xml -share/gnome/help/aisleriot/C/treize.xml -share/gnome/help/aisleriot/C/union_square.xml -share/gnome/help/aisleriot/C/valentine.xml -share/gnome/help/aisleriot/C/westhaven.xml -share/gnome/help/aisleriot/C/whitehead.xml -share/gnome/help/aisleriot/C/will_o_the_wisp.xml -share/gnome/help/aisleriot/C/yield.xml -share/gnome/help/aisleriot/C/yukon.xml -share/gnome/help/aisleriot/C/zebra.xml -share/gnome/help/aisleriot/fr/agnes.xml -share/gnome/help/aisleriot/fr/aisleriot.xml -share/gnome/help/aisleriot/fr/auld_lang_syne.xml -share/gnome/help/aisleriot/fr/bakers_dozen.xml -share/gnome/help/aisleriot/fr/bakers_game.xml -share/gnome/help/aisleriot/fr/beleaguered_castle.xml -share/gnome/help/aisleriot/fr/block_ten.xml -share/gnome/help/aisleriot/fr/bristol.xml -share/gnome/help/aisleriot/fr/camelot.xml -share/gnome/help/aisleriot/fr/canfield.xml -share/gnome/help/aisleriot/fr/chessboard.xml -share/gnome/help/aisleriot/fr/clock.xml -share/gnome/help/aisleriot/fr/cover.xml -share/gnome/help/aisleriot/fr/definitions.xml -share/gnome/help/aisleriot/fr/diamond_mine.xml -share/gnome/help/aisleriot/fr/doublets.xml -share/gnome/help/aisleriot/fr/eagle-wing.xml -share/gnome/help/aisleriot/fr/easthaven.xml -share/gnome/help/aisleriot/fr/eight_off.xml -share/gnome/help/aisleriot/fr/elevator.xml -share/gnome/help/aisleriot/fr/escalator.xml -share/gnome/help/aisleriot/fr/figures/camelot-goal.png -share/gnome/help/aisleriot/fr/figures/clock-rules.png -share/gnome/help/aisleriot/fr/first_law.xml -share/gnome/help/aisleriot/fr/fortress.xml -share/gnome/help/aisleriot/fr/fortunes.xml -share/gnome/help/aisleriot/fr/fourteen.xml -share/gnome/help/aisleriot/fr/freecell.xml -share/gnome/help/aisleriot/fr/gay_gordons.xml -share/gnome/help/aisleriot/fr/glenwood.xml -share/gnome/help/aisleriot/fr/golf.xml -share/gnome/help/aisleriot/fr/gypsy.xml -share/gnome/help/aisleriot/fr/helsinki.xml -share/gnome/help/aisleriot/fr/hopscotch.xml -share/gnome/help/aisleriot/fr/isabel.xml -share/gnome/help/aisleriot/fr/jamestown.xml -share/gnome/help/aisleriot/fr/jumbo.xml -share/gnome/help/aisleriot/fr/kansas.xml -share/gnome/help/aisleriot/fr/king_albert.xml -share/gnome/help/aisleriot/fr/klondike.xml -share/gnome/help/aisleriot/fr/labyrinth.xml -share/gnome/help/aisleriot/fr/lady_jane.xml -share/gnome/help/aisleriot/fr/legal.xml -share/gnome/help/aisleriot/fr/maze.xml -share/gnome/help/aisleriot/fr/monte_carlo.xml -share/gnome/help/aisleriot/fr/neighbor.xml -share/gnome/help/aisleriot/fr/odessa.xml -share/gnome/help/aisleriot/fr/osmosis.xml -share/gnome/help/aisleriot/fr/peek.xml -share/gnome/help/aisleriot/fr/pileon.xml -share/gnome/help/aisleriot/fr/plait.xml -share/gnome/help/aisleriot/fr/poker.xml -share/gnome/help/aisleriot/fr/quatorze.xml -share/gnome/help/aisleriot/fr/royal_east.xml -share/gnome/help/aisleriot/fr/scorpion.xml -share/gnome/help/aisleriot/fr/scuffle.xml -share/gnome/help/aisleriot/fr/seahaven.xml -share/gnome/help/aisleriot/fr/sir_tommy.xml -share/gnome/help/aisleriot/fr/spider.xml -share/gnome/help/aisleriot/fr/spider_one_suit.xml -share/gnome/help/aisleriot/fr/spider_two_suit.xml -share/gnome/help/aisleriot/fr/spiderette.xml -share/gnome/help/aisleriot/fr/straight_up.xml -share/gnome/help/aisleriot/fr/streets_and_alleys.xml -share/gnome/help/aisleriot/fr/ten_across.xml -share/gnome/help/aisleriot/fr/thieves.xml -share/gnome/help/aisleriot/fr/thirteen.xml -share/gnome/help/aisleriot/fr/thumb_and_pouch.xml -share/gnome/help/aisleriot/fr/treize.xml -share/gnome/help/aisleriot/fr/union_square.xml -share/gnome/help/aisleriot/fr/valentine.xml -share/gnome/help/aisleriot/fr/westhaven.xml -share/gnome/help/aisleriot/fr/whitehead.xml -share/gnome/help/aisleriot/fr/will_o_the_wisp.xml -share/gnome/help/aisleriot/fr/yield.xml -share/gnome/help/aisleriot/fr/yukon.xml -share/gnome/help/aisleriot/fr/zebra.xml -share/gnome/help/blackjack/C/blackjack.xml -share/gnome/help/blackjack/C/figures/blackjack_start_window.png -share/gnome/help/blackjack/C/figures/blackjack_win_window.png -share/gnome/help/blackjack/C/legal.xml -share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png -share/gnome/help/gataxx/C/figures/gataxx-prefs.png -share/gnome/help/gataxx/C/figures/gataxx-startgame.png -share/gnome/help/gataxx/C/gataxx.xml -share/gnome/help/gataxx/C/legal.xml -share/gnome/help/glines/C/figures/glines-gameover.png -share/gnome/help/glines/C/figures/glines-startgame.png -share/gnome/help/glines/C/figures/preferences.png -share/gnome/help/glines/C/glines.xml -share/gnome/help/glines/C/legal.xml -share/gnome/help/gnect/C/figures/mainwindow.png -share/gnome/help/gnect/C/figures/tileset.png -share/gnome/help/gnect/C/gnect.xml -share/gnome/help/gnect/C/legal.xml -share/gnome/help/gnibbles/C/figures/game.png -share/gnome/help/gnibbles/C/figures/intro.png -share/gnome/help/gnibbles/C/figures/playing.png -share/gnome/help/gnibbles/C/figures/worm_op.png -share/gnome/help/gnibbles/C/gnibbles.xml -share/gnome/help/gnibbles/C/legal.xml -share/gnome/help/gnobots2/C/figures/gnobots2-main.png -share/gnome/help/gnobots2/C/gnobots2.xml -share/gnome/help/gnobots2/C/legal.xml -share/gnome/help/gnobots2/da/gnobots2.xml -share/gnome/help/gnobots2/da/legal.xml -share/gnome/help/gnobots2/es/gnobots2.xml -share/gnome/help/gnobots2/es/legal.xml -share/gnome/help/gnobots2/it/gnobots2.xml -share/gnome/help/gnobots2/it/legal.xml -share/gnome/help/gnome-stones/C/figures/main-game.png -share/gnome/help/gnome-stones/C/figures/main-start.png -share/gnome/help/gnome-stones/C/figures/preferences-joystick.png -share/gnome/help/gnome-stones/C/figures/preferences-main.png -share/gnome/help/gnome-stones/C/gnome-stones.xml -share/gnome/help/gnome-stones/C/legal.xml -share/gnome/help/gnometris/C/gnometris.xml -share/gnome/help/gnometris/C/legal.xml -share/gnome/help/gnomine/C/figures/advanced_121_a.png -share/gnome/help/gnomine/C/figures/advanced_121_b.png -share/gnome/help/gnomine/C/figures/advanced_121_c.png -share/gnome/help/gnomine/C/figures/basic-corner.png -share/gnome/help/gnomine/C/figures/basic-flat3.png -share/gnome/help/gnomine/C/figures/basic-wall.png -share/gnome/help/gnomine/C/figures/gnomine-begin-play.png -share/gnome/help/gnomine/C/figures/gnomine-fail.png -share/gnome/help/gnomine/C/figures/gnomine-fresh.png -share/gnome/help/gnomine/C/figures/gnomine-preferences.png -share/gnome/help/gnomine/C/figures/gnomine-won.png -share/gnome/help/gnomine/C/gnomine.xml -share/gnome/help/gnomine/C/legal.xml -share/gnome/help/gnotravex/C/figures/gnotravex_game.png -share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/C/gnotravex.xml -share/gnome/help/gnotravex/C/legal.xml -share/gnome/help/gnotski/C/figures/gnotski_start_window.png -share/gnome/help/gnotski/C/figures/gnotski_win.png -share/gnome/help/gnotski/C/gnotski.xml -share/gnome/help/gnotski/C/legal.xml -share/gnome/help/gtali/C/figures/mainwindow.png -share/gnome/help/gtali/C/figures/preferences.png -share/gnome/help/gtali/C/gtali.xml -share/gnome/help/gtali/C/legal.xml -share/gnome/help/gtali/da/gtali.xml -share/gnome/help/gtali/da/legal.xml -share/gnome/help/iagno/C/figures/ANIMATION.png -share/gnome/help/iagno/C/figures/BLOCK.png -share/gnome/help/iagno/C/figures/FIRST.png -share/gnome/help/iagno/C/figures/PLAYER.png -share/gnome/help/iagno/C/figures/START.png -share/gnome/help/iagno/C/iagno.xml -share/gnome/help/iagno/C/legal.xml -share/gnome/help/mahjongg/C/figures/mahjongg.png -share/gnome/help/mahjongg/C/figures/no-match.png -share/gnome/help/mahjongg/C/figures/no-move.png -share/gnome/help/mahjongg/C/figures/preferences.png -share/gnome/help/mahjongg/C/figures/toolbar.png -share/gnome/help/mahjongg/C/legal.xml -share/gnome/help/mahjongg/C/mahjongg.xml -share/gnome/help/same-gnome/C/figures/play.png -share/gnome/help/same-gnome/C/figures/start-up.png -share/gnome/help/same-gnome/C/legal.xml -share/gnome/help/same-gnome/C/same-gnome.xml -share/gnome/mime-info/gnome-stones.keys -share/gnome/mime-info/gnome-stones.mime -share/gnome/omf/gnome-games/aisleriot-C.omf -share/gnome/omf/gnome-games/aisleriot-fr.omf -share/gnome/omf/gnome-games/blackjack-C.omf -share/gnome/omf/gnome-games/gataxx-C.omf -share/gnome/omf/gnome-games/glines-C.omf -share/gnome/omf/gnome-games/gnect-C.omf -share/gnome/omf/gnome-games/gnibbles-C.omf -share/gnome/omf/gnome-games/gnobots2-C.omf -share/gnome/omf/gnome-games/gnobots2-da.omf -share/gnome/omf/gnome-games/gnobots2-es.omf -share/gnome/omf/gnome-games/gnobots2-it.omf -share/gnome/omf/gnome-games/gnome-stones-C.omf -share/gnome/omf/gnome-games/gnometris-C.omf -share/gnome/omf/gnome-games/gnomine-C.omf -share/gnome/omf/gnome-games/gnotravex-C.omf -share/gnome/omf/gnome-games/gnotski-C.omf -share/gnome/omf/gnome-games/gtali-C.omf -share/gnome/omf/gnome-games/gtali-da.omf -share/gnome/omf/gnome-games/iagno-C.omf -share/gnome/omf/gnome-games/mahjongg-C.omf -share/gnome/omf/gnome-games/same-gnome-C.omf -share/gnome/pixmaps/blackjack/baize.png -share/gnome/pixmaps/blackjack/blackjack-splash.png -share/gnome/pixmaps/blackjack/chip-1.svg -share/gnome/pixmaps/blackjack/chip-100.svg -share/gnome/pixmaps/blackjack/chip-25.svg -share/gnome/pixmaps/blackjack/chip-5.svg -share/gnome/pixmaps/cards/baize.png -share/gnome/pixmaps/cards/slot.svg -share/gnome/pixmaps/cards/slots/white-outline.svg -share/gnome/pixmaps/gataxx.png -share/gnome/pixmaps/glines.png -share/gnome/pixmaps/glines/balls.svg -share/gnome/pixmaps/glines/shapes.svg -share/gnome/pixmaps/gnect-icon.png -share/gnome/pixmaps/gnect/bg_grotty.jpg -share/gnome/pixmaps/gnect/bg_nightfall.jpg -share/gnome/pixmaps/gnect/bg_toplight.png -share/gnome/pixmaps/gnect/tileset_50x50_catseyes.png -share/gnome/pixmaps/gnect/tileset_50x50_classic.png -share/gnome/pixmaps/gnect/tileset_50x50_glassy.png -share/gnome/pixmaps/gnect/tileset_50x50_hcontrast.png -share/gnome/pixmaps/gnect/tileset_50x50_square.png -share/gnome/pixmaps/gnibbles/blank.svg -share/gnome/pixmaps/gnibbles/bonus1.svg -share/gnome/pixmaps/gnibbles/bonus2.svg -share/gnome/pixmaps/gnibbles/bonus3.svg -share/gnome/pixmaps/gnibbles/bonus4.svg -share/gnome/pixmaps/gnibbles/bonus5.svg -share/gnome/pixmaps/gnibbles/diamond.svg -share/gnome/pixmaps/gnibbles/gnibbles-logo.png -share/gnome/pixmaps/gnibbles/gnibbles.png -share/gnome/pixmaps/gnibbles/life.svg -share/gnome/pixmaps/gnibbles/questionmark.svg -share/gnome/pixmaps/gnibbles/snake-blue.svg -share/gnome/pixmaps/gnibbles/snake-cyan.svg -share/gnome/pixmaps/gnibbles/snake-green.svg -share/gnome/pixmaps/gnibbles/snake-grey.svg -share/gnome/pixmaps/gnibbles/snake-magenta.svg -share/gnome/pixmaps/gnibbles/snake-red.svg -share/gnome/pixmaps/gnibbles/snake-yellow.svg -share/gnome/pixmaps/gnibbles/wall-corner-bottom-left.svg -share/gnome/pixmaps/gnibbles/wall-corner-bottom-right.svg -share/gnome/pixmaps/gnibbles/wall-corner-top-left.svg -share/gnome/pixmaps/gnibbles/wall-corner-top-right.svg -share/gnome/pixmaps/gnibbles/wall-cross.svg -share/gnome/pixmaps/gnibbles/wall-empty.svg -share/gnome/pixmaps/gnibbles/wall-straight-side.svg -share/gnome/pixmaps/gnibbles/wall-straight-up.svg -share/gnome/pixmaps/gnibbles/wall-tee-down.svg -share/gnome/pixmaps/gnibbles/wall-tee-left.svg -share/gnome/pixmaps/gnibbles/wall-tee-right.svg -share/gnome/pixmaps/gnibbles/wall-tee-up.svg -share/gnome/pixmaps/gnobots2/aieee.png -share/gnome/pixmaps/gnobots2/gnomes.png -share/gnome/pixmaps/gnobots2/robots.png -share/gnome/pixmaps/gnobots2/splat.png -share/gnome/pixmaps/gnobots2/yahoo.png -share/gnome/pixmaps/gnome-aisleriot.png -share/gnome/pixmaps/gnome-blackjack.png -share/gnome/pixmaps/gnome-cardgame.png -share/gnome/pixmaps/gnome-games-common/cards/bonded.png -share/gnome/pixmaps/gnome-games-common/cards/paris.svg -share/gnome/pixmaps/gnome-gnobots2.png -share/gnome/pixmaps/gnome-gnomine.png -share/gnome/pixmaps/gnome-gnotravex.png -share/gnome/pixmaps/gnome-gsame.png -share/gnome/pixmaps/gnome-gtali.png -share/gnome/pixmaps/gnome-gtetris.png -share/gnome/pixmaps/gnome-mahjongg.png -share/gnome/pixmaps/gnome-nibbles.png -share/gnome/pixmaps/gnome-stones-file.png -share/gnome/pixmaps/gnome-stones.png -share/gnome/pixmaps/gnome-stones/amoeba.png -share/gnome/pixmaps/gnome-stones/animated_curtain.png -share/gnome/pixmaps/gnome-stones/background.png -share/gnome/pixmaps/gnome-stones/boulder.png -share/gnome/pixmaps/gnome-stones/butterfly.png -share/gnome/pixmaps/gnome-stones/crate.png -share/gnome/pixmaps/gnome-stones/curtain.png -share/gnome/pixmaps/gnome-stones/diamond.png -share/gnome/pixmaps/gnome-stones/dirt.png -share/gnome/pixmaps/gnome-stones/door.png -share/gnome/pixmaps/gnome-stones/empty.png -share/gnome/pixmaps/gnome-stones/explosion.png -share/gnome/pixmaps/gnome-stones/firefly.png -share/gnome/pixmaps/gnome-stones/frame.png -share/gnome/pixmaps/gnome-stones/gnome.png -share/gnome/pixmaps/gnome-stones/title-tile.png -share/gnome/pixmaps/gnome-stones/wall.png -share/gnome/pixmaps/gnometris/7blocks-gw.png -share/gnome/pixmaps/gnometris/7blocks-tig.png -share/gnome/pixmaps/gnomine/face-cool.png -share/gnome/pixmaps/gnomine/face-sad.png -share/gnome/pixmaps/gnomine/face-smile.png -share/gnome/pixmaps/gnomine/face-win.png -share/gnome/pixmaps/gnomine/face-worried.png -share/gnome/pixmaps/gnomine/flag-question.svg -share/gnome/pixmaps/gnomine/flag.svg -share/gnome/pixmaps/gnomine/mine.svg -share/gnome/pixmaps/gnotski-icon.png -share/gnome/pixmaps/gnotski.svg -share/gnome/pixmaps/gtali/gnome-dice-1.svg -share/gnome/pixmaps/gtali/gnome-dice-2.svg -share/gnome/pixmaps/gtali/gnome-dice-3.svg -share/gnome/pixmaps/gtali/gnome-dice-4.svg -share/gnome/pixmaps/gtali/gnome-dice-5.svg -share/gnome/pixmaps/gtali/gnome-dice-6.svg -share/gnome/pixmaps/gtali/gnome-dice-none.svg -share/gnome/pixmaps/iagno.png -share/gnome/pixmaps/iagno/classic.png -share/gnome/pixmaps/iagno/woodtrim.png -share/gnome/pixmaps/mahjongg/postmodern.svg -share/gnome/pixmaps/mahjongg/smooth.png -share/gnome/pixmaps/rteleport.png -share/gnome/pixmaps/teleport.png -share/gnome/sol-games/agnes.scm -share/gnome/sol-games/auld_lang_syne.scm -share/gnome/sol-games/bakers_dozen.scm -share/gnome/sol-games/bakers_game.scm -share/gnome/sol-games/beleaguered_castle.scm -share/gnome/sol-games/bristol.scm -share/gnome/sol-games/camelot.scm -share/gnome/sol-games/canfield.scm -share/gnome/sol-games/chessboard.scm -share/gnome/sol-games/clock.scm -share/gnome/sol-games/cover.scm -share/gnome/sol-games/diamond_mine.scm -share/gnome/sol-games/doublets.scm -share/gnome/sol-games/eagle_wing.scm -share/gnome/sol-games/easthaven.scm -share/gnome/sol-games/eight_off.scm -share/gnome/sol-games/elevator.scm -share/gnome/sol-games/escalator.scm -share/gnome/sol-games/first_law.scm -share/gnome/sol-games/fortress.scm -share/gnome/sol-games/fortunes.scm -share/gnome/sol-games/fourteen.scm -share/gnome/sol-games/freecell.scm -share/gnome/sol-games/gay_gordons.scm -share/gnome/sol-games/glade/statistics.glade -share/gnome/sol-games/glenwood.scm -share/gnome/sol-games/golf.scm -share/gnome/sol-games/gypsy.scm -share/gnome/sol-games/helsinki.scm -share/gnome/sol-games/hopscotch.scm -share/gnome/sol-games/isabel.scm -share/gnome/sol-games/jamestown.scm -share/gnome/sol-games/jumbo.scm -share/gnome/sol-games/kansas.scm -share/gnome/sol-games/king_albert.scm -share/gnome/sol-games/klondike.scm -share/gnome/sol-games/labyrinth.scm -share/gnome/sol-games/lady_jane.scm -share/gnome/sol-games/maze.scm -share/gnome/sol-games/monte_carlo.scm -share/gnome/sol-games/neighbor.scm -share/gnome/sol-games/odessa.scm -share/gnome/sol-games/osmosis.scm -share/gnome/sol-games/peek.scm -share/gnome/sol-games/pileon.scm -share/gnome/sol-games/plait.scm -share/gnome/sol-games/poker.scm -share/gnome/sol-games/quatorze.scm -share/gnome/sol-games/royal_east.scm -share/gnome/sol-games/scorpion.scm -share/gnome/sol-games/scuffle.scm -share/gnome/sol-games/seahaven.scm -share/gnome/sol-games/sir_tommy.scm -share/gnome/sol-games/sol.scm -share/gnome/sol-games/spider.scm -share/gnome/sol-games/spider_one_suit.scm -share/gnome/sol-games/spider_two_suit.scm -share/gnome/sol-games/spiderette.scm -share/gnome/sol-games/straight_up.scm -share/gnome/sol-games/streets_and_alleys.scm -share/gnome/sol-games/ten_across.scm -share/gnome/sol-games/thieves.scm -share/gnome/sol-games/thirteen.scm -share/gnome/sol-games/thumb_and_pouch.scm -share/gnome/sol-games/treize.scm -share/gnome/sol-games/union_square.scm -share/gnome/sol-games/valentine.scm -share/gnome/sol-games/westhaven.scm -share/gnome/sol-games/whitehead.scm -share/gnome/sol-games/will_o_the_wisp.scm -share/gnome/sol-games/yield.scm -share/gnome/sol-games/yukon.scm -share/gnome/sol-games/zebra.scm -share/gnome/sounds/gnibbles/appear.wav -share/gnome/sounds/gnibbles/bonus.wav -share/gnome/sounds/gnibbles/crash.wav -share/gnome/sounds/gnibbles/gobble.wav -share/gnome/sounds/gnibbles/laughter.wav -share/gnome/sounds/gnibbles/life.wav -share/gnome/sounds/gnibbles/pop.wav -share/gnome/sounds/gnibbles/reverse.wav -share/gnome/sounds/gnibbles/teleport.wav -share/gnome/sounds/gnobots2/bad.wav -share/gnome/sounds/gnobots2/die.wav -share/gnome/sounds/gnobots2/splat.wav -share/gnome/sounds/gnobots2/teleport.wav -share/gnome/sounds/gnobots2/victory.wav -share/gnome/sounds/gnobots2/yahoo.wav -share/gnome/sounds/gnometris/gameover.wav -share/gnome/sounds/gnometris/gnometris.wav -share/gnome/sounds/gnometris/land.wav -share/gnome/sounds/gnometris/lines1.wav -share/gnome/sounds/gnometris/lines2.wav -share/gnome/sounds/gnometris/lines3.wav -share/gnome/sounds/gnometris/slide.wav -share/gnome/sounds/gnometris/turn.wav -share/gnome/sounds/iagno/flip-piece.wav -share/gnome/sounds/iagno/gameover.wav -share/locale/am/LC_MESSAGES/gnome-games.mo -share/locale/ar/LC_MESSAGES/gnome-games.mo -share/locale/az/LC_MESSAGES/gnome-games.mo -share/locale/be/LC_MESSAGES/gnome-games.mo -share/locale/bg/LC_MESSAGES/gnome-games.mo -share/locale/bn/LC_MESSAGES/gnome-games.mo -share/locale/ca/LC_MESSAGES/gnome-games.mo -share/locale/cs/LC_MESSAGES/gnome-games.mo -share/locale/cy/LC_MESSAGES/gnome-games.mo -share/locale/da/LC_MESSAGES/gnome-games.mo -share/locale/de/LC_MESSAGES/gnome-games.mo -share/locale/el/LC_MESSAGES/gnome-games.mo -share/locale/en_CA/LC_MESSAGES/gnome-games.mo -share/locale/en_GB/LC_MESSAGES/gnome-games.mo -share/locale/es/LC_MESSAGES/gnome-games.mo -share/locale/et/LC_MESSAGES/gnome-games.mo -share/locale/eu/LC_MESSAGES/gnome-games.mo -share/locale/fa/LC_MESSAGES/gnome-games.mo -share/locale/fi/LC_MESSAGES/gnome-games.mo -share/locale/fr/LC_MESSAGES/gnome-games.mo -share/locale/ga/LC_MESSAGES/gnome-games.mo -share/locale/gl/LC_MESSAGES/gnome-games.mo -share/locale/gu/LC_MESSAGES/gnome-games.mo -share/locale/he/LC_MESSAGES/gnome-games.mo -share/locale/hi/LC_MESSAGES/gnome-games.mo -share/locale/hr/LC_MESSAGES/gnome-games.mo -share/locale/hu/LC_MESSAGES/gnome-games.mo -share/locale/id/LC_MESSAGES/gnome-games.mo -share/locale/is/LC_MESSAGES/gnome-games.mo -share/locale/it/LC_MESSAGES/gnome-games.mo -share/locale/ja/LC_MESSAGES/gnome-games.mo -share/locale/ko/LC_MESSAGES/gnome-games.mo -share/locale/lt/LC_MESSAGES/gnome-games.mo -share/locale/lv/LC_MESSAGES/gnome-games.mo -share/locale/mk/LC_MESSAGES/gnome-games.mo -share/locale/ml/LC_MESSAGES/gnome-games.mo -share/locale/mn/LC_MESSAGES/gnome-games.mo -share/locale/ms/LC_MESSAGES/gnome-games.mo -share/locale/nb/LC_MESSAGES/gnome-games.mo -share/locale/nl/LC_MESSAGES/gnome-games.mo -share/locale/nn/LC_MESSAGES/gnome-games.mo -share/locale/no/LC_MESSAGES/gnome-games.mo -share/locale/pa/LC_MESSAGES/gnome-games.mo -share/locale/pl/LC_MESSAGES/gnome-games.mo -share/locale/pt/LC_MESSAGES/gnome-games.mo -share/locale/pt_BR/LC_MESSAGES/gnome-games.mo -share/locale/ro/LC_MESSAGES/gnome-games.mo -share/locale/ru/LC_MESSAGES/gnome-games.mo -share/locale/rw/LC_MESSAGES/gnome-games.mo -share/locale/sk/LC_MESSAGES/gnome-games.mo -share/locale/sl/LC_MESSAGES/gnome-games.mo -share/locale/sq/LC_MESSAGES/gnome-games.mo -share/locale/sr/LC_MESSAGES/gnome-games.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-games.mo -share/locale/sv/LC_MESSAGES/gnome-games.mo -share/locale/ta/LC_MESSAGES/gnome-games.mo -share/locale/tr/LC_MESSAGES/gnome-games.mo -share/locale/uk/LC_MESSAGES/gnome-games.mo -share/locale/vi/LC_MESSAGES/gnome-games.mo -share/locale/wa/LC_MESSAGES/gnome-games.mo -share/locale/xh/LC_MESSAGES/gnome-games.mo -share/locale/zh_CN/LC_MESSAGES/gnome-games.mo -share/locale/zh_TW/LC_MESSAGES/gnome-games.mo -@dirrm share/gnome/sounds/iagno -@dirrm share/gnome/sounds/gnometris -@dirrm share/gnome/sounds/gnobots2 -@dirrm share/gnome/sounds/gnibbles -@dirrm share/gnome/sol-games/glade -@dirrm share/gnome/sol-games -@dirrm share/gnome/pixmaps/mahjongg -@dirrm share/gnome/pixmaps/iagno -@dirrm share/gnome/pixmaps/gtali -@dirrm share/gnome/pixmaps/gnomine -@dirrm share/gnome/pixmaps/gnometris -@dirrm share/gnome/pixmaps/gnome-stones -@dirrm share/gnome/pixmaps/gnome-games-common/cards -@dirrm share/gnome/pixmaps/gnome-games-common -@dirrm share/gnome/pixmaps/gnobots2 -@dirrm share/gnome/pixmaps/gnibbles -@dirrm share/gnome/pixmaps/gnect -@dirrm share/gnome/pixmaps/glines -@dirrm share/gnome/pixmaps/cards/slots -@dirrm share/gnome/pixmaps/cards -@dirrm share/gnome/pixmaps/blackjack -@dirrm share/gnome/omf/gnome-games -@dirrm share/gnome/help/same-gnome/C/figures -@dirrm share/gnome/help/same-gnome/C -@dirrm share/gnome/help/same-gnome -@dirrm share/gnome/help/mahjongg/C/figures -@dirrm share/gnome/help/mahjongg/C -@dirrm share/gnome/help/mahjongg -@dirrm share/gnome/help/iagno/C/figures -@dirrm share/gnome/help/iagno/C -@dirrm share/gnome/help/iagno -@dirrm share/gnome/help/gtali/da -@dirrm share/gnome/help/gtali/C/figures -@dirrm share/gnome/help/gtali/C -@dirrm share/gnome/help/gtali -@dirrm share/gnome/help/gnotski/C/figures -@dirrm share/gnome/help/gnotski/C -@dirrm share/gnome/help/gnotski -@dirrm share/gnome/help/gnotravex/C/figures -@dirrm share/gnome/help/gnotravex/C -@dirrm share/gnome/help/gnotravex -@dirrm share/gnome/help/gnomine/C/figures -@dirrm share/gnome/help/gnomine/C -@dirrm share/gnome/help/gnomine -@dirrm share/gnome/help/gnometris/C -@dirrm share/gnome/help/gnometris -@dirrm share/gnome/help/gnome-stones/C/figures -@dirrm share/gnome/help/gnome-stones/C -@dirrm share/gnome/help/gnome-stones -@dirrm share/gnome/help/gnobots2/it -@dirrm share/gnome/help/gnobots2/es -@dirrm share/gnome/help/gnobots2/da -@dirrm share/gnome/help/gnobots2/C/figures -@dirrm share/gnome/help/gnobots2/C -@dirrm share/gnome/help/gnobots2 -@dirrm share/gnome/help/gnibbles/C/figures -@dirrm share/gnome/help/gnibbles/C -@dirrm share/gnome/help/gnibbles -@dirrm share/gnome/help/gnect/C/figures -@dirrm share/gnome/help/gnect/C -@dirrm share/gnome/help/gnect -@dirrm share/gnome/help/glines/C/figures -@dirrm share/gnome/help/glines/C -@dirrm share/gnome/help/glines -@dirrm share/gnome/help/gataxx/C/figures -@dirrm share/gnome/help/gataxx/C -@dirrm share/gnome/help/gataxx -@dirrm share/gnome/help/blackjack/C/figures -@dirrm share/gnome/help/blackjack/C -@dirrm share/gnome/help/blackjack -@dirrm share/gnome/help/aisleriot/fr/figures -@dirrm share/gnome/help/aisleriot/fr -@dirrm share/gnome/help/aisleriot/C/figures -@dirrm share/gnome/help/aisleriot/C -@dirrm share/gnome/help/aisleriot -@dirrm share/gnome/gnome-stones -@dirrm share/gnome/gnome-games/same-gnome/themes/2.10 -@dirrm share/gnome/gnome-games/same-gnome/themes -@dirrm share/gnome/gnome-games/same-gnome -@dirrm share/gnome/gnome-games/mahjongg/maps -@dirrm share/gnome/gnome-games/mahjongg -@dirrm share/gnome/gnome-games -@dirrm share/gnome/gnobots2 -@dirrm share/gnome/gnibbles -@dirrm share/gnome/gnect -@dirrm share/gnome/blackjack -@dirrm lib/gnome-stones/objects -@dirrm lib/gnome-stones -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile deleted file mode 100644 index 41dd37900b93..000000000000 --- a/games/kdegames4/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: kdegames3 -# Date created: Sun 14 May 2000 02:47:57 -# Whom: Will Andrews <will@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kdegames -PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 -CATEGORIES= games kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Games for the KDE integrated X11 desktop - -USE_KDELIBS_VER=3 -PREFIX= ${KDE_PREFIX} - -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes - -INSTALLS_SHLIB= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib - -CONFIGURE_ARGS= --disable-setgid - -post-patch: - @${REINPLACE_CMD} -e 's|root:root|${BINOWN}:${BINGRP}|g' \ - ${WRKSRC}/kgoldrunner/gamedata/Makefile.in - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.mk> diff --git a/games/kdegames4/distinfo b/games/kdegames4/distinfo deleted file mode 100644 index 969dc976f2ea..000000000000 --- a/games/kdegames4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (KDE/kdegames-3.4.2.tar.bz2) = 0213806b5cf7956f12d8d3a830ea2208 -SIZE (KDE/kdegames-3.4.2.tar.bz2) = 9450681 diff --git a/games/kdegames4/pkg-descr b/games/kdegames4/pkg-descr deleted file mode 100644 index 1551c9fcc550..000000000000 --- a/games/kdegames4/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -KDE provides an integrated X11 based environment, much like CDE. -This port provides a set of games for your entertainment. diff --git a/games/kdegames4/pkg-plist b/games/kdegames4/pkg-plist deleted file mode 100644 index f65aac0217f1..000000000000 --- a/games/kdegames4/pkg-plist +++ /dev/null @@ -1,2506 +0,0 @@ -bin/atlantik -bin/kasteroids -bin/katomic -bin/kbackgammon -bin/kbattleship -bin/kblackbox -bin/kbounce -bin/kenolaba -bin/kfouleggs -bin/kgoldrunner -bin/kjumpingcube -bin/klickety -bin/klines -bin/kmahjongg -bin/kmines -bin/kolf -bin/konquest -bin/kpat -bin/kpoker -bin/kreversi -bin/ksame -bin/kshisen -bin/ksirtet -bin/ksmiletris -bin/ksnake -bin/ksokoban -bin/kspaceduel -bin/ktron -bin/ktuberling -bin/kwin4 -bin/kwin4proc -bin/lskat -bin/lskatproc -include/atlantic/atlantic_core.h -include/atlantic/auction.h -include/atlantic/configoption.h -include/atlantic/estate.h -include/atlantic/estategroup.h -include/atlantic/game.h -include/atlantic/libatlantic_export.h -include/atlantic/player.h -include/atlantic/trade.h -include/atlantik/ui/auction_widget.h -include/atlantik/ui/board.h -include/atlantik/ui/estatedetails.h -include/atlantik/ui/estateview.h -include/atlantik/ui/kwrappedlistviewitem.h -include/atlantik/ui/libatlantikui_export.h -include/atlantik/ui/portfolioestate.h -include/atlantik/ui/portfolioview.h -include/atlantik/ui/token.h -include/atlantik/ui/trade_widget.h -include/kcanvasrootpixmap.h -include/kcarddialog.h -include/kchat.h -include/kchatbase.h -include/kchatdialog.h -include/kexthighscore.h -include/kexthighscore_item.h -include/kgame/kgame.h -include/kgame/kgamechat.h -include/kgame/kgameconnectdialog.h -include/kgame/kgamedebugdialog.h -include/kgame/kgamedialog.h -include/kgame/kgamedialogconfig.h -include/kgame/kgameerror.h -include/kgame/kgameerrordialog.h -include/kgame/kgameio.h -include/kgame/kgamemessage.h -include/kgame/kgamenetwork.h -include/kgame/kgameprocess.h -include/kgame/kgameproperty.h -include/kgame/kgamepropertyarray.h -include/kgame/kgamepropertyhandler.h -include/kgame/kgamepropertylist.h -include/kgame/kgamesequence.h -include/kgame/kgameversion.h -include/kgame/kmessageclient.h -include/kgame/kmessageio.h -include/kgame/kmessageserver.h -include/kgame/kplayer.h -include/kgamelcd.h -include/kgamemisc.h -include/kgameprogress.h -include/kgrid2d.h -include/khighscore.h -include/kolf/ball.h -include/kolf/canvasitem.h -include/kolf/config.h -include/kolf/floater.h -include/kolf/game.h -include/kolf/object.h -include/kolf/rtti.h -include/kolf/slope.h -include/kolf/statedb.h -include/kolf/vector.h -include/kscoredialog.h -include/kstdgameaction.h -lib/kde3/kio_atlantik.la -lib/kde3/kio_atlantik.so -lib/kde3/kolf.la -lib/kde3/kolf.so -lib/libatlantic.la -lib/libatlantic.so -lib/libatlantic.so.3 -lib/libatlantikclient.la -lib/libatlantikclient.so -lib/libatlantikclient.so.3 -lib/libatlantikui.la -lib/libatlantikui.so -lib/libatlantikui.so.3 -lib/libkdegames.la -lib/libkdegames.so -lib/libkdegames.so.3 -lib/libkdeinit_kolf.la -lib/libkdeinit_kolf.so -lib/libkolf.la -lib/libkolf.so -lib/libkolf.so.3 -share/applications/kde/KGoldrunner.desktop -share/applications/kde/atlantik.desktop -share/applications/kde/kasteroids.desktop -share/applications/kde/katomic.desktop -share/applications/kde/kbackgammon.desktop -share/applications/kde/kbattleship.desktop -share/applications/kde/kblackbox.desktop -share/applications/kde/kbounce.desktop -share/applications/kde/kenolaba.desktop -share/applications/kde/kfouleggs.desktop -share/applications/kde/kjumpingcube.desktop -share/applications/kde/klickety.desktop -share/applications/kde/klines.desktop -share/applications/kde/kmahjongg.desktop -share/applications/kde/kmines.desktop -share/applications/kde/kolf.desktop -share/applications/kde/konquest.desktop -share/applications/kde/kpat.desktop -share/applications/kde/kpoker.desktop -share/applications/kde/kreversi.desktop -share/applications/kde/ksame.desktop -share/applications/kde/kshisen.desktop -share/applications/kde/ksirtet.desktop -share/applications/kde/ksmiletris.desktop -share/applications/kde/ksnake.desktop -share/applications/kde/ksokoban.desktop -share/applications/kde/kspaceduel.desktop -share/applications/kde/ktron.desktop -share/applications/kde/ktuberling.desktop -share/applications/kde/kwin4.desktop -share/applications/kde/lskat.desktop -share/apps/atlantik/atlantikui.rc -share/apps/atlantik/eventsrc -share/apps/atlantik/icons/crystalsvg/16x16/actions/jail_pay.png -share/apps/atlantik/icons/crystalsvg/22x22/actions/atlantik_buy_estate.png -share/apps/atlantik/icons/crystalsvg/22x22/actions/jail_pay.png -share/apps/atlantik/icons/crystalsvg/32x32/actions/atlantik_buy_estate.png -share/apps/atlantik/icons/crystalsvg/32x32/actions/auction.png -share/apps/atlantik/icons/crystalsvg/32x32/actions/jail_pay.png -share/apps/atlantik/icons/crystalsvg/32x32/actions/monop_board.png -share/apps/atlantik/icons/locolor/16x16/actions/atlantik_buy_estate.png -share/apps/atlantik/pics/arrow.png -share/apps/atlantik/pics/qmark-blue.png -share/apps/atlantik/pics/qmark-red.png -share/apps/atlantik/pics/token.png -share/apps/atlantik/pics/train.png -share/apps/atlantik/themes/default/tokens/badge.png -share/apps/atlantik/themes/default/tokens/beachball.png -share/apps/atlantik/themes/default/tokens/bell.png -share/apps/atlantik/themes/default/tokens/bomb.png -share/apps/atlantik/themes/default/tokens/cat.png -share/apps/atlantik/themes/default/tokens/cookie.png -share/apps/atlantik/themes/default/tokens/cube.png -share/apps/atlantik/themes/default/tokens/eyeball.png -share/apps/atlantik/themes/default/tokens/flag.png -share/apps/atlantik/themes/default/tokens/ghost.png -share/apps/atlantik/themes/default/tokens/globe.png -share/apps/atlantik/themes/default/tokens/hamburger.png -share/apps/atlantik/themes/default/tokens/lips.png -share/apps/atlantik/themes/default/tokens/puzzle.png -share/apps/atlantik/themes/default/tokens/pyramid.png -share/apps/atlantik/themes/default/tokens/skull.png -share/apps/atlantik/themes/default/tokens/traffic_light.png -share/apps/atlantik/themes/default/tokens/wizard.png -share/apps/carddecks/cards-aisleriot/1.png -share/apps/carddecks/cards-aisleriot/10.png -share/apps/carddecks/cards-aisleriot/11.png -share/apps/carddecks/cards-aisleriot/12.png -share/apps/carddecks/cards-aisleriot/13.png -share/apps/carddecks/cards-aisleriot/14.png -share/apps/carddecks/cards-aisleriot/15.png -share/apps/carddecks/cards-aisleriot/16.png -share/apps/carddecks/cards-aisleriot/17.png -share/apps/carddecks/cards-aisleriot/18.png -share/apps/carddecks/cards-aisleriot/19.png -share/apps/carddecks/cards-aisleriot/2.png -share/apps/carddecks/cards-aisleriot/20.png -share/apps/carddecks/cards-aisleriot/21.png -share/apps/carddecks/cards-aisleriot/22.png -share/apps/carddecks/cards-aisleriot/23.png -share/apps/carddecks/cards-aisleriot/24.png -share/apps/carddecks/cards-aisleriot/25.png -share/apps/carddecks/cards-aisleriot/26.png -share/apps/carddecks/cards-aisleriot/27.png -share/apps/carddecks/cards-aisleriot/28.png -share/apps/carddecks/cards-aisleriot/29.png -share/apps/carddecks/cards-aisleriot/3.png -share/apps/carddecks/cards-aisleriot/30.png -share/apps/carddecks/cards-aisleriot/31.png -share/apps/carddecks/cards-aisleriot/32.png -share/apps/carddecks/cards-aisleriot/33.png -share/apps/carddecks/cards-aisleriot/34.png -share/apps/carddecks/cards-aisleriot/35.png -share/apps/carddecks/cards-aisleriot/36.png -share/apps/carddecks/cards-aisleriot/37.png -share/apps/carddecks/cards-aisleriot/38.png -share/apps/carddecks/cards-aisleriot/39.png -share/apps/carddecks/cards-aisleriot/4.png -share/apps/carddecks/cards-aisleriot/40.png -share/apps/carddecks/cards-aisleriot/41.png -share/apps/carddecks/cards-aisleriot/42.png -share/apps/carddecks/cards-aisleriot/43.png -share/apps/carddecks/cards-aisleriot/44.png -share/apps/carddecks/cards-aisleriot/45.png -share/apps/carddecks/cards-aisleriot/46.png -share/apps/carddecks/cards-aisleriot/47.png -share/apps/carddecks/cards-aisleriot/48.png -share/apps/carddecks/cards-aisleriot/49.png -share/apps/carddecks/cards-aisleriot/5.png -share/apps/carddecks/cards-aisleriot/50.png -share/apps/carddecks/cards-aisleriot/51.png -share/apps/carddecks/cards-aisleriot/52.png -share/apps/carddecks/cards-aisleriot/6.png -share/apps/carddecks/cards-aisleriot/7.png -share/apps/carddecks/cards-aisleriot/8.png -share/apps/carddecks/cards-aisleriot/9.png -share/apps/carddecks/cards-aisleriot/COPYRIGHT -share/apps/carddecks/cards-aisleriot/index.desktop -share/apps/carddecks/cards-default/1.png -share/apps/carddecks/cards-default/10.png -share/apps/carddecks/cards-default/11.png -share/apps/carddecks/cards-default/12.png -share/apps/carddecks/cards-default/13.png -share/apps/carddecks/cards-default/14.png -share/apps/carddecks/cards-default/15.png -share/apps/carddecks/cards-default/16.png -share/apps/carddecks/cards-default/17.png -share/apps/carddecks/cards-default/18.png -share/apps/carddecks/cards-default/19.png -share/apps/carddecks/cards-default/2.png -share/apps/carddecks/cards-default/20.png -share/apps/carddecks/cards-default/21.png -share/apps/carddecks/cards-default/22.png -share/apps/carddecks/cards-default/23.png -share/apps/carddecks/cards-default/24.png -share/apps/carddecks/cards-default/25.png -share/apps/carddecks/cards-default/26.png -share/apps/carddecks/cards-default/27.png -share/apps/carddecks/cards-default/28.png -share/apps/carddecks/cards-default/29.png -share/apps/carddecks/cards-default/3.png -share/apps/carddecks/cards-default/30.png -share/apps/carddecks/cards-default/31.png -share/apps/carddecks/cards-default/32.png -share/apps/carddecks/cards-default/33.png -share/apps/carddecks/cards-default/34.png -share/apps/carddecks/cards-default/35.png -share/apps/carddecks/cards-default/36.png -share/apps/carddecks/cards-default/37.png -share/apps/carddecks/cards-default/38.png -share/apps/carddecks/cards-default/39.png -share/apps/carddecks/cards-default/4.png -share/apps/carddecks/cards-default/40.png -share/apps/carddecks/cards-default/41.png -share/apps/carddecks/cards-default/42.png -share/apps/carddecks/cards-default/43.png -share/apps/carddecks/cards-default/44.png -share/apps/carddecks/cards-default/45.png -share/apps/carddecks/cards-default/46.png -share/apps/carddecks/cards-default/47.png -share/apps/carddecks/cards-default/48.png -share/apps/carddecks/cards-default/49.png -share/apps/carddecks/cards-default/5.png -share/apps/carddecks/cards-default/50.png -share/apps/carddecks/cards-default/51.png -share/apps/carddecks/cards-default/52.png -share/apps/carddecks/cards-default/6.png -share/apps/carddecks/cards-default/7.png -share/apps/carddecks/cards-default/8.png -share/apps/carddecks/cards-default/9.png -share/apps/carddecks/cards-default/index.desktop -share/apps/carddecks/cards-dondorf-whist-b/1.png -share/apps/carddecks/cards-dondorf-whist-b/10.png -share/apps/carddecks/cards-dondorf-whist-b/11.png -share/apps/carddecks/cards-dondorf-whist-b/12.png -share/apps/carddecks/cards-dondorf-whist-b/13.png -share/apps/carddecks/cards-dondorf-whist-b/14.png -share/apps/carddecks/cards-dondorf-whist-b/15.png -share/apps/carddecks/cards-dondorf-whist-b/16.png -share/apps/carddecks/cards-dondorf-whist-b/17.png -share/apps/carddecks/cards-dondorf-whist-b/18.png -share/apps/carddecks/cards-dondorf-whist-b/19.png -share/apps/carddecks/cards-dondorf-whist-b/2.png -share/apps/carddecks/cards-dondorf-whist-b/20.png -share/apps/carddecks/cards-dondorf-whist-b/21.png -share/apps/carddecks/cards-dondorf-whist-b/22.png -share/apps/carddecks/cards-dondorf-whist-b/23.png -share/apps/carddecks/cards-dondorf-whist-b/24.png -share/apps/carddecks/cards-dondorf-whist-b/25.png -share/apps/carddecks/cards-dondorf-whist-b/26.png -share/apps/carddecks/cards-dondorf-whist-b/27.png -share/apps/carddecks/cards-dondorf-whist-b/28.png -share/apps/carddecks/cards-dondorf-whist-b/29.png -share/apps/carddecks/cards-dondorf-whist-b/3.png -share/apps/carddecks/cards-dondorf-whist-b/30.png -share/apps/carddecks/cards-dondorf-whist-b/31.png -share/apps/carddecks/cards-dondorf-whist-b/32.png -share/apps/carddecks/cards-dondorf-whist-b/33.png -share/apps/carddecks/cards-dondorf-whist-b/34.png -share/apps/carddecks/cards-dondorf-whist-b/35.png -share/apps/carddecks/cards-dondorf-whist-b/36.png -share/apps/carddecks/cards-dondorf-whist-b/37.png -share/apps/carddecks/cards-dondorf-whist-b/38.png -share/apps/carddecks/cards-dondorf-whist-b/39.png -share/apps/carddecks/cards-dondorf-whist-b/4.png -share/apps/carddecks/cards-dondorf-whist-b/40.png -share/apps/carddecks/cards-dondorf-whist-b/41.png -share/apps/carddecks/cards-dondorf-whist-b/42.png -share/apps/carddecks/cards-dondorf-whist-b/43.png -share/apps/carddecks/cards-dondorf-whist-b/44.png -share/apps/carddecks/cards-dondorf-whist-b/45.png -share/apps/carddecks/cards-dondorf-whist-b/46.png -share/apps/carddecks/cards-dondorf-whist-b/47.png -share/apps/carddecks/cards-dondorf-whist-b/48.png -share/apps/carddecks/cards-dondorf-whist-b/49.png -share/apps/carddecks/cards-dondorf-whist-b/5.png -share/apps/carddecks/cards-dondorf-whist-b/50.png -share/apps/carddecks/cards-dondorf-whist-b/51.png -share/apps/carddecks/cards-dondorf-whist-b/52.png -share/apps/carddecks/cards-dondorf-whist-b/6.png -share/apps/carddecks/cards-dondorf-whist-b/7.png -share/apps/carddecks/cards-dondorf-whist-b/8.png -share/apps/carddecks/cards-dondorf-whist-b/9.png -share/apps/carddecks/cards-dondorf-whist-b/COPYRIGHT -share/apps/carddecks/cards-dondorf-whist-b/index.desktop -share/apps/carddecks/cards-gdkcard-bonded/1.png -share/apps/carddecks/cards-gdkcard-bonded/10.png -share/apps/carddecks/cards-gdkcard-bonded/11.png -share/apps/carddecks/cards-gdkcard-bonded/12.png -share/apps/carddecks/cards-gdkcard-bonded/13.png -share/apps/carddecks/cards-gdkcard-bonded/14.png -share/apps/carddecks/cards-gdkcard-bonded/15.png -share/apps/carddecks/cards-gdkcard-bonded/16.png -share/apps/carddecks/cards-gdkcard-bonded/17.png -share/apps/carddecks/cards-gdkcard-bonded/18.png -share/apps/carddecks/cards-gdkcard-bonded/19.png -share/apps/carddecks/cards-gdkcard-bonded/2.png -share/apps/carddecks/cards-gdkcard-bonded/20.png -share/apps/carddecks/cards-gdkcard-bonded/21.png -share/apps/carddecks/cards-gdkcard-bonded/22.png -share/apps/carddecks/cards-gdkcard-bonded/23.png -share/apps/carddecks/cards-gdkcard-bonded/24.png -share/apps/carddecks/cards-gdkcard-bonded/25.png -share/apps/carddecks/cards-gdkcard-bonded/26.png -share/apps/carddecks/cards-gdkcard-bonded/27.png -share/apps/carddecks/cards-gdkcard-bonded/28.png -share/apps/carddecks/cards-gdkcard-bonded/29.png -share/apps/carddecks/cards-gdkcard-bonded/3.png -share/apps/carddecks/cards-gdkcard-bonded/30.png -share/apps/carddecks/cards-gdkcard-bonded/31.png -share/apps/carddecks/cards-gdkcard-bonded/32.png -share/apps/carddecks/cards-gdkcard-bonded/33.png -share/apps/carddecks/cards-gdkcard-bonded/34.png -share/apps/carddecks/cards-gdkcard-bonded/35.png -share/apps/carddecks/cards-gdkcard-bonded/36.png -share/apps/carddecks/cards-gdkcard-bonded/37.png -share/apps/carddecks/cards-gdkcard-bonded/38.png -share/apps/carddecks/cards-gdkcard-bonded/39.png -share/apps/carddecks/cards-gdkcard-bonded/4.png -share/apps/carddecks/cards-gdkcard-bonded/40.png -share/apps/carddecks/cards-gdkcard-bonded/41.png -share/apps/carddecks/cards-gdkcard-bonded/42.png -share/apps/carddecks/cards-gdkcard-bonded/43.png -share/apps/carddecks/cards-gdkcard-bonded/44.png -share/apps/carddecks/cards-gdkcard-bonded/45.png -share/apps/carddecks/cards-gdkcard-bonded/46.png -share/apps/carddecks/cards-gdkcard-bonded/47.png -share/apps/carddecks/cards-gdkcard-bonded/48.png -share/apps/carddecks/cards-gdkcard-bonded/49.png -share/apps/carddecks/cards-gdkcard-bonded/5.png -share/apps/carddecks/cards-gdkcard-bonded/50.png -share/apps/carddecks/cards-gdkcard-bonded/51.png -share/apps/carddecks/cards-gdkcard-bonded/52.png -share/apps/carddecks/cards-gdkcard-bonded/6.png -share/apps/carddecks/cards-gdkcard-bonded/7.png -share/apps/carddecks/cards-gdkcard-bonded/8.png -share/apps/carddecks/cards-gdkcard-bonded/9.png -share/apps/carddecks/cards-gdkcard-bonded/COPYRIGHT -share/apps/carddecks/cards-gdkcard-bonded/index.desktop -share/apps/carddecks/cards-hard-a-port/1.png -share/apps/carddecks/cards-hard-a-port/10.png -share/apps/carddecks/cards-hard-a-port/11.png -share/apps/carddecks/cards-hard-a-port/12.png -share/apps/carddecks/cards-hard-a-port/13.png -share/apps/carddecks/cards-hard-a-port/14.png -share/apps/carddecks/cards-hard-a-port/15.png -share/apps/carddecks/cards-hard-a-port/16.png -share/apps/carddecks/cards-hard-a-port/17.png -share/apps/carddecks/cards-hard-a-port/18.png -share/apps/carddecks/cards-hard-a-port/19.png -share/apps/carddecks/cards-hard-a-port/2.png -share/apps/carddecks/cards-hard-a-port/20.png -share/apps/carddecks/cards-hard-a-port/21.png -share/apps/carddecks/cards-hard-a-port/22.png -share/apps/carddecks/cards-hard-a-port/23.png -share/apps/carddecks/cards-hard-a-port/24.png -share/apps/carddecks/cards-hard-a-port/25.png -share/apps/carddecks/cards-hard-a-port/26.png -share/apps/carddecks/cards-hard-a-port/27.png -share/apps/carddecks/cards-hard-a-port/28.png -share/apps/carddecks/cards-hard-a-port/29.png -share/apps/carddecks/cards-hard-a-port/3.png -share/apps/carddecks/cards-hard-a-port/30.png -share/apps/carddecks/cards-hard-a-port/31.png -share/apps/carddecks/cards-hard-a-port/32.png -share/apps/carddecks/cards-hard-a-port/33.png -share/apps/carddecks/cards-hard-a-port/34.png -share/apps/carddecks/cards-hard-a-port/35.png -share/apps/carddecks/cards-hard-a-port/36.png -share/apps/carddecks/cards-hard-a-port/37.png -share/apps/carddecks/cards-hard-a-port/38.png -share/apps/carddecks/cards-hard-a-port/39.png -share/apps/carddecks/cards-hard-a-port/4.png -share/apps/carddecks/cards-hard-a-port/40.png -share/apps/carddecks/cards-hard-a-port/41.png -share/apps/carddecks/cards-hard-a-port/42.png -share/apps/carddecks/cards-hard-a-port/43.png -share/apps/carddecks/cards-hard-a-port/44.png -share/apps/carddecks/cards-hard-a-port/45.png -share/apps/carddecks/cards-hard-a-port/46.png -share/apps/carddecks/cards-hard-a-port/47.png -share/apps/carddecks/cards-hard-a-port/48.png -share/apps/carddecks/cards-hard-a-port/49.png -share/apps/carddecks/cards-hard-a-port/5.png -share/apps/carddecks/cards-hard-a-port/50.png -share/apps/carddecks/cards-hard-a-port/51.png -share/apps/carddecks/cards-hard-a-port/52.png -share/apps/carddecks/cards-hard-a-port/6.png -share/apps/carddecks/cards-hard-a-port/7.png -share/apps/carddecks/cards-hard-a-port/8.png -share/apps/carddecks/cards-hard-a-port/9.png -share/apps/carddecks/cards-hard-a-port/COPYRIGHT -share/apps/carddecks/cards-hard-a-port/index.desktop -share/apps/carddecks/cards-konqi-modern/1.png -share/apps/carddecks/cards-konqi-modern/10.png -share/apps/carddecks/cards-konqi-modern/11.png -share/apps/carddecks/cards-konqi-modern/12.png -share/apps/carddecks/cards-konqi-modern/13.png -share/apps/carddecks/cards-konqi-modern/14.png -share/apps/carddecks/cards-konqi-modern/15.png -share/apps/carddecks/cards-konqi-modern/16.png -share/apps/carddecks/cards-konqi-modern/17.png -share/apps/carddecks/cards-konqi-modern/18.png -share/apps/carddecks/cards-konqi-modern/19.png -share/apps/carddecks/cards-konqi-modern/2.png -share/apps/carddecks/cards-konqi-modern/20.png -share/apps/carddecks/cards-konqi-modern/21.png -share/apps/carddecks/cards-konqi-modern/22.png -share/apps/carddecks/cards-konqi-modern/23.png -share/apps/carddecks/cards-konqi-modern/24.png -share/apps/carddecks/cards-konqi-modern/25.png -share/apps/carddecks/cards-konqi-modern/26.png -share/apps/carddecks/cards-konqi-modern/27.png -share/apps/carddecks/cards-konqi-modern/28.png -share/apps/carddecks/cards-konqi-modern/29.png -share/apps/carddecks/cards-konqi-modern/3.png -share/apps/carddecks/cards-konqi-modern/30.png -share/apps/carddecks/cards-konqi-modern/31.png -share/apps/carddecks/cards-konqi-modern/32.png -share/apps/carddecks/cards-konqi-modern/33.png -share/apps/carddecks/cards-konqi-modern/34.png -share/apps/carddecks/cards-konqi-modern/35.png -share/apps/carddecks/cards-konqi-modern/36.png -share/apps/carddecks/cards-konqi-modern/37.png -share/apps/carddecks/cards-konqi-modern/38.png -share/apps/carddecks/cards-konqi-modern/39.png -share/apps/carddecks/cards-konqi-modern/4.png -share/apps/carddecks/cards-konqi-modern/40.png -share/apps/carddecks/cards-konqi-modern/41.png -share/apps/carddecks/cards-konqi-modern/42.png -share/apps/carddecks/cards-konqi-modern/43.png -share/apps/carddecks/cards-konqi-modern/44.png -share/apps/carddecks/cards-konqi-modern/45.png -share/apps/carddecks/cards-konqi-modern/46.png -share/apps/carddecks/cards-konqi-modern/47.png -share/apps/carddecks/cards-konqi-modern/48.png -share/apps/carddecks/cards-konqi-modern/49.png -share/apps/carddecks/cards-konqi-modern/5.png -share/apps/carddecks/cards-konqi-modern/50.png -share/apps/carddecks/cards-konqi-modern/51.png -share/apps/carddecks/cards-konqi-modern/52.png -share/apps/carddecks/cards-konqi-modern/6.png -share/apps/carddecks/cards-konqi-modern/7.png -share/apps/carddecks/cards-konqi-modern/8.png -share/apps/carddecks/cards-konqi-modern/9.png -share/apps/carddecks/cards-konqi-modern/index.desktop -share/apps/carddecks/cards-penguins/1.png -share/apps/carddecks/cards-penguins/10.png -share/apps/carddecks/cards-penguins/11.png -share/apps/carddecks/cards-penguins/12.png -share/apps/carddecks/cards-penguins/13.png -share/apps/carddecks/cards-penguins/14.png -share/apps/carddecks/cards-penguins/15.png -share/apps/carddecks/cards-penguins/16.png -share/apps/carddecks/cards-penguins/17.png -share/apps/carddecks/cards-penguins/18.png -share/apps/carddecks/cards-penguins/19.png -share/apps/carddecks/cards-penguins/2.png -share/apps/carddecks/cards-penguins/20.png -share/apps/carddecks/cards-penguins/21.png -share/apps/carddecks/cards-penguins/22.png -share/apps/carddecks/cards-penguins/23.png -share/apps/carddecks/cards-penguins/24.png -share/apps/carddecks/cards-penguins/25.png -share/apps/carddecks/cards-penguins/26.png -share/apps/carddecks/cards-penguins/27.png -share/apps/carddecks/cards-penguins/28.png -share/apps/carddecks/cards-penguins/29.png -share/apps/carddecks/cards-penguins/3.png -share/apps/carddecks/cards-penguins/30.png -share/apps/carddecks/cards-penguins/31.png -share/apps/carddecks/cards-penguins/32.png -share/apps/carddecks/cards-penguins/33.png -share/apps/carddecks/cards-penguins/34.png -share/apps/carddecks/cards-penguins/35.png -share/apps/carddecks/cards-penguins/36.png -share/apps/carddecks/cards-penguins/37.png -share/apps/carddecks/cards-penguins/38.png -share/apps/carddecks/cards-penguins/39.png -share/apps/carddecks/cards-penguins/4.png -share/apps/carddecks/cards-penguins/40.png -share/apps/carddecks/cards-penguins/41.png -share/apps/carddecks/cards-penguins/42.png -share/apps/carddecks/cards-penguins/43.png -share/apps/carddecks/cards-penguins/44.png -share/apps/carddecks/cards-penguins/45.png -share/apps/carddecks/cards-penguins/46.png -share/apps/carddecks/cards-penguins/47.png -share/apps/carddecks/cards-penguins/48.png -share/apps/carddecks/cards-penguins/49.png -share/apps/carddecks/cards-penguins/5.png -share/apps/carddecks/cards-penguins/50.png -share/apps/carddecks/cards-penguins/51.png -share/apps/carddecks/cards-penguins/52.png -share/apps/carddecks/cards-penguins/6.png -share/apps/carddecks/cards-penguins/7.png -share/apps/carddecks/cards-penguins/8.png -share/apps/carddecks/cards-penguins/9.png -share/apps/carddecks/cards-penguins/COPYRIGHT -share/apps/carddecks/cards-penguins/index.desktop -share/apps/carddecks/cards-spaced/1.png -share/apps/carddecks/cards-spaced/10.png -share/apps/carddecks/cards-spaced/11.png -share/apps/carddecks/cards-spaced/12.png -share/apps/carddecks/cards-spaced/13.png -share/apps/carddecks/cards-spaced/14.png -share/apps/carddecks/cards-spaced/15.png -share/apps/carddecks/cards-spaced/16.png -share/apps/carddecks/cards-spaced/17.png -share/apps/carddecks/cards-spaced/18.png -share/apps/carddecks/cards-spaced/19.png -share/apps/carddecks/cards-spaced/2.png -share/apps/carddecks/cards-spaced/20.png -share/apps/carddecks/cards-spaced/21.png -share/apps/carddecks/cards-spaced/22.png -share/apps/carddecks/cards-spaced/23.png -share/apps/carddecks/cards-spaced/24.png -share/apps/carddecks/cards-spaced/25.png -share/apps/carddecks/cards-spaced/26.png -share/apps/carddecks/cards-spaced/27.png -share/apps/carddecks/cards-spaced/28.png -share/apps/carddecks/cards-spaced/29.png -share/apps/carddecks/cards-spaced/3.png -share/apps/carddecks/cards-spaced/30.png -share/apps/carddecks/cards-spaced/31.png -share/apps/carddecks/cards-spaced/32.png -share/apps/carddecks/cards-spaced/33.png -share/apps/carddecks/cards-spaced/34.png -share/apps/carddecks/cards-spaced/35.png -share/apps/carddecks/cards-spaced/36.png -share/apps/carddecks/cards-spaced/37.png -share/apps/carddecks/cards-spaced/38.png -share/apps/carddecks/cards-spaced/39.png -share/apps/carddecks/cards-spaced/4.png -share/apps/carddecks/cards-spaced/40.png -share/apps/carddecks/cards-spaced/41.png -share/apps/carddecks/cards-spaced/42.png -share/apps/carddecks/cards-spaced/43.png -share/apps/carddecks/cards-spaced/44.png -share/apps/carddecks/cards-spaced/45.png -share/apps/carddecks/cards-spaced/46.png -share/apps/carddecks/cards-spaced/47.png -share/apps/carddecks/cards-spaced/48.png -share/apps/carddecks/cards-spaced/49.png -share/apps/carddecks/cards-spaced/5.png -share/apps/carddecks/cards-spaced/50.png -share/apps/carddecks/cards-spaced/51.png -share/apps/carddecks/cards-spaced/52.png -share/apps/carddecks/cards-spaced/6.png -share/apps/carddecks/cards-spaced/7.png -share/apps/carddecks/cards-spaced/8.png -share/apps/carddecks/cards-spaced/9.png -share/apps/carddecks/cards-spaced/COPYRIGHT -share/apps/carddecks/cards-spaced/index.desktop -share/apps/carddecks/cards-warwick/0.png -share/apps/carddecks/cards-warwick/1.png -share/apps/carddecks/cards-warwick/10.png -share/apps/carddecks/cards-warwick/105.png -share/apps/carddecks/cards-warwick/106.png -share/apps/carddecks/cards-warwick/107.png -share/apps/carddecks/cards-warwick/108.png -share/apps/carddecks/cards-warwick/109.png -share/apps/carddecks/cards-warwick/11.png -share/apps/carddecks/cards-warwick/110.png -share/apps/carddecks/cards-warwick/111.png -share/apps/carddecks/cards-warwick/112.png -share/apps/carddecks/cards-warwick/113.png -share/apps/carddecks/cards-warwick/114.png -share/apps/carddecks/cards-warwick/115.png -share/apps/carddecks/cards-warwick/116.png -share/apps/carddecks/cards-warwick/12.png -share/apps/carddecks/cards-warwick/13.png -share/apps/carddecks/cards-warwick/14.png -share/apps/carddecks/cards-warwick/15.png -share/apps/carddecks/cards-warwick/16.png -share/apps/carddecks/cards-warwick/17.png -share/apps/carddecks/cards-warwick/18.png -share/apps/carddecks/cards-warwick/19.png -share/apps/carddecks/cards-warwick/2.png -share/apps/carddecks/cards-warwick/20.png -share/apps/carddecks/cards-warwick/21.png -share/apps/carddecks/cards-warwick/22.png -share/apps/carddecks/cards-warwick/23.png -share/apps/carddecks/cards-warwick/24.png -share/apps/carddecks/cards-warwick/25.png -share/apps/carddecks/cards-warwick/26.png -share/apps/carddecks/cards-warwick/27.png -share/apps/carddecks/cards-warwick/28.png -share/apps/carddecks/cards-warwick/29.png -share/apps/carddecks/cards-warwick/3.png -share/apps/carddecks/cards-warwick/30.png -share/apps/carddecks/cards-warwick/31.png -share/apps/carddecks/cards-warwick/32.png -share/apps/carddecks/cards-warwick/33.png -share/apps/carddecks/cards-warwick/34.png -share/apps/carddecks/cards-warwick/35.png -share/apps/carddecks/cards-warwick/36.png -share/apps/carddecks/cards-warwick/37.png -share/apps/carddecks/cards-warwick/38.png -share/apps/carddecks/cards-warwick/39.png -share/apps/carddecks/cards-warwick/4.png -share/apps/carddecks/cards-warwick/40.png -share/apps/carddecks/cards-warwick/41.png -share/apps/carddecks/cards-warwick/42.png -share/apps/carddecks/cards-warwick/43.png -share/apps/carddecks/cards-warwick/44.png -share/apps/carddecks/cards-warwick/45.png -share/apps/carddecks/cards-warwick/46.png -share/apps/carddecks/cards-warwick/47.png -share/apps/carddecks/cards-warwick/48.png -share/apps/carddecks/cards-warwick/49.png -share/apps/carddecks/cards-warwick/5.png -share/apps/carddecks/cards-warwick/50.png -share/apps/carddecks/cards-warwick/51.png -share/apps/carddecks/cards-warwick/52.png -share/apps/carddecks/cards-warwick/6.png -share/apps/carddecks/cards-warwick/7.png -share/apps/carddecks/cards-warwick/8.png -share/apps/carddecks/cards-warwick/9.png -share/apps/carddecks/cards-warwick/index.desktop -share/apps/carddecks/cards-xskat-french/1.png -share/apps/carddecks/cards-xskat-french/10.png -share/apps/carddecks/cards-xskat-french/11.png -share/apps/carddecks/cards-xskat-french/12.png -share/apps/carddecks/cards-xskat-french/13.png -share/apps/carddecks/cards-xskat-french/14.png -share/apps/carddecks/cards-xskat-french/15.png -share/apps/carddecks/cards-xskat-french/16.png -share/apps/carddecks/cards-xskat-french/17.png -share/apps/carddecks/cards-xskat-french/18.png -share/apps/carddecks/cards-xskat-french/19.png -share/apps/carddecks/cards-xskat-french/2.png -share/apps/carddecks/cards-xskat-french/20.png -share/apps/carddecks/cards-xskat-french/21.png -share/apps/carddecks/cards-xskat-french/22.png -share/apps/carddecks/cards-xskat-french/23.png -share/apps/carddecks/cards-xskat-french/24.png -share/apps/carddecks/cards-xskat-french/25.png -share/apps/carddecks/cards-xskat-french/26.png -share/apps/carddecks/cards-xskat-french/27.png -share/apps/carddecks/cards-xskat-french/28.png -share/apps/carddecks/cards-xskat-french/29.png -share/apps/carddecks/cards-xskat-french/3.png -share/apps/carddecks/cards-xskat-french/30.png -share/apps/carddecks/cards-xskat-french/31.png -share/apps/carddecks/cards-xskat-french/32.png -share/apps/carddecks/cards-xskat-french/33.png -share/apps/carddecks/cards-xskat-french/34.png -share/apps/carddecks/cards-xskat-french/35.png -share/apps/carddecks/cards-xskat-french/36.png -share/apps/carddecks/cards-xskat-french/37.png -share/apps/carddecks/cards-xskat-french/38.png -share/apps/carddecks/cards-xskat-french/39.png -share/apps/carddecks/cards-xskat-french/4.png -share/apps/carddecks/cards-xskat-french/40.png -share/apps/carddecks/cards-xskat-french/41.png -share/apps/carddecks/cards-xskat-french/42.png -share/apps/carddecks/cards-xskat-french/43.png -share/apps/carddecks/cards-xskat-french/44.png -share/apps/carddecks/cards-xskat-french/45.png -share/apps/carddecks/cards-xskat-french/46.png -share/apps/carddecks/cards-xskat-french/47.png -share/apps/carddecks/cards-xskat-french/48.png -share/apps/carddecks/cards-xskat-french/49.png -share/apps/carddecks/cards-xskat-french/5.png -share/apps/carddecks/cards-xskat-french/50.png -share/apps/carddecks/cards-xskat-french/51.png -share/apps/carddecks/cards-xskat-french/52.png -share/apps/carddecks/cards-xskat-french/6.png -share/apps/carddecks/cards-xskat-french/7.png -share/apps/carddecks/cards-xskat-french/8.png -share/apps/carddecks/cards-xskat-french/9.png -share/apps/carddecks/cards-xskat-french/COPYRIGHT -share/apps/carddecks/cards-xskat-french/index.desktop -share/apps/carddecks/cards-xskat-german/1.png -share/apps/carddecks/cards-xskat-german/10.png -share/apps/carddecks/cards-xskat-german/11.png -share/apps/carddecks/cards-xskat-german/12.png -share/apps/carddecks/cards-xskat-german/13.png -share/apps/carddecks/cards-xskat-german/14.png -share/apps/carddecks/cards-xskat-german/15.png -share/apps/carddecks/cards-xskat-german/16.png -share/apps/carddecks/cards-xskat-german/17.png -share/apps/carddecks/cards-xskat-german/18.png -share/apps/carddecks/cards-xskat-german/19.png -share/apps/carddecks/cards-xskat-german/2.png -share/apps/carddecks/cards-xskat-german/20.png -share/apps/carddecks/cards-xskat-german/21.png -share/apps/carddecks/cards-xskat-german/22.png -share/apps/carddecks/cards-xskat-german/23.png -share/apps/carddecks/cards-xskat-german/24.png -share/apps/carddecks/cards-xskat-german/25.png -share/apps/carddecks/cards-xskat-german/26.png -share/apps/carddecks/cards-xskat-german/27.png -share/apps/carddecks/cards-xskat-german/28.png -share/apps/carddecks/cards-xskat-german/29.png -share/apps/carddecks/cards-xskat-german/3.png -share/apps/carddecks/cards-xskat-german/30.png -share/apps/carddecks/cards-xskat-german/31.png -share/apps/carddecks/cards-xskat-german/32.png -share/apps/carddecks/cards-xskat-german/33.png -share/apps/carddecks/cards-xskat-german/34.png -share/apps/carddecks/cards-xskat-german/35.png -share/apps/carddecks/cards-xskat-german/36.png -share/apps/carddecks/cards-xskat-german/37.png -share/apps/carddecks/cards-xskat-german/38.png -share/apps/carddecks/cards-xskat-german/39.png -share/apps/carddecks/cards-xskat-german/4.png -share/apps/carddecks/cards-xskat-german/40.png -share/apps/carddecks/cards-xskat-german/41.png -share/apps/carddecks/cards-xskat-german/42.png -share/apps/carddecks/cards-xskat-german/43.png -share/apps/carddecks/cards-xskat-german/44.png -share/apps/carddecks/cards-xskat-german/45.png -share/apps/carddecks/cards-xskat-german/46.png -share/apps/carddecks/cards-xskat-german/47.png -share/apps/carddecks/cards-xskat-german/48.png -share/apps/carddecks/cards-xskat-german/49.png -share/apps/carddecks/cards-xskat-german/5.png -share/apps/carddecks/cards-xskat-german/50.png -share/apps/carddecks/cards-xskat-german/51.png -share/apps/carddecks/cards-xskat-german/52.png -share/apps/carddecks/cards-xskat-german/6.png -share/apps/carddecks/cards-xskat-german/7.png -share/apps/carddecks/cards-xskat-german/8.png -share/apps/carddecks/cards-xskat-german/9.png -share/apps/carddecks/cards-xskat-german/COPYRIGHT -share/apps/carddecks/cards-xskat-german/index.desktop -share/apps/carddecks/decks/deck0.desktop -share/apps/carddecks/decks/deck0.png -share/apps/carddecks/decks/deck1.desktop -share/apps/carddecks/decks/deck1.png -share/apps/carddecks/decks/deck10.desktop -share/apps/carddecks/decks/deck10.png -share/apps/carddecks/decks/deck11.desktop -share/apps/carddecks/decks/deck11.png -share/apps/carddecks/decks/deck12.desktop -share/apps/carddecks/decks/deck12.png -share/apps/carddecks/decks/deck13.desktop -share/apps/carddecks/decks/deck13.png -share/apps/carddecks/decks/deck14.desktop -share/apps/carddecks/decks/deck14.png -share/apps/carddecks/decks/deck15.desktop -share/apps/carddecks/decks/deck15.png -share/apps/carddecks/decks/deck16.desktop -share/apps/carddecks/decks/deck16.png -share/apps/carddecks/decks/deck17.desktop -share/apps/carddecks/decks/deck17.png -share/apps/carddecks/decks/deck18.desktop -share/apps/carddecks/decks/deck18.png -share/apps/carddecks/decks/deck19.desktop -share/apps/carddecks/decks/deck19.png -share/apps/carddecks/decks/deck2.desktop -share/apps/carddecks/decks/deck2.png -share/apps/carddecks/decks/deck20.desktop -share/apps/carddecks/decks/deck20.png -share/apps/carddecks/decks/deck21.desktop -share/apps/carddecks/decks/deck21.png -share/apps/carddecks/decks/deck22.desktop -share/apps/carddecks/decks/deck22.png -share/apps/carddecks/decks/deck23.desktop -share/apps/carddecks/decks/deck23.png -share/apps/carddecks/decks/deck24.desktop -share/apps/carddecks/decks/deck24.png -share/apps/carddecks/decks/deck3.desktop -share/apps/carddecks/decks/deck3.png -share/apps/carddecks/decks/deck4.desktop -share/apps/carddecks/decks/deck4.png -share/apps/carddecks/decks/deck5.desktop -share/apps/carddecks/decks/deck5.png -share/apps/carddecks/decks/deck6.desktop -share/apps/carddecks/decks/deck6.png -share/apps/carddecks/decks/deck7.desktop -share/apps/carddecks/decks/deck7.png -share/apps/carddecks/decks/deck8.desktop -share/apps/carddecks/decks/deck8.png -share/apps/carddecks/decks/deck9.desktop -share/apps/carddecks/decks/deck9.png -share/apps/kasteroids/kasteroidsui.rc -share/apps/kasteroids/sounds/Explosion.wav -share/apps/kasteroids/sprites/bg.png -share/apps/kasteroids/sprites/bits/bits0000.png -share/apps/kasteroids/sprites/bits/bits0001.png -share/apps/kasteroids/sprites/bits/bits0002.png -share/apps/kasteroids/sprites/bits/bits0003.png -share/apps/kasteroids/sprites/bits/bits0004.png -share/apps/kasteroids/sprites/bits/bits0005.png -share/apps/kasteroids/sprites/bits/bits0006.png -share/apps/kasteroids/sprites/bits/bits0007.png -share/apps/kasteroids/sprites/bits/bits0008.png -share/apps/kasteroids/sprites/bits/bits0009.png -share/apps/kasteroids/sprites/bits/bits0010.png -share/apps/kasteroids/sprites/bits/bits0011.png -share/apps/kasteroids/sprites/bits/bits0012.png -share/apps/kasteroids/sprites/bits/bits0013.png -share/apps/kasteroids/sprites/bits/bits0014.png -share/apps/kasteroids/sprites/bits/bits0015.png -share/apps/kasteroids/sprites/exhaust/exhaust.png -share/apps/kasteroids/sprites/missile/missile.png -share/apps/kasteroids/sprites/powerups/brake.png -share/apps/kasteroids/sprites/powerups/energy.png -share/apps/kasteroids/sprites/powerups/shield.png -share/apps/kasteroids/sprites/powerups/shoot.png -share/apps/kasteroids/sprites/powerups/teleport.png -share/apps/kasteroids/sprites/rock1/rock10000.png -share/apps/kasteroids/sprites/rock1/rock10001.png -share/apps/kasteroids/sprites/rock1/rock10002.png -share/apps/kasteroids/sprites/rock1/rock10003.png -share/apps/kasteroids/sprites/rock1/rock10004.png -share/apps/kasteroids/sprites/rock1/rock10005.png -share/apps/kasteroids/sprites/rock1/rock10006.png -share/apps/kasteroids/sprites/rock1/rock10007.png -share/apps/kasteroids/sprites/rock1/rock10008.png -share/apps/kasteroids/sprites/rock1/rock10009.png -share/apps/kasteroids/sprites/rock1/rock10010.png -share/apps/kasteroids/sprites/rock1/rock10011.png -share/apps/kasteroids/sprites/rock1/rock10012.png -share/apps/kasteroids/sprites/rock1/rock10013.png -share/apps/kasteroids/sprites/rock1/rock10014.png -share/apps/kasteroids/sprites/rock1/rock10015.png -share/apps/kasteroids/sprites/rock1/rock10016.png -share/apps/kasteroids/sprites/rock1/rock10017.png -share/apps/kasteroids/sprites/rock1/rock10018.png -share/apps/kasteroids/sprites/rock1/rock10019.png -share/apps/kasteroids/sprites/rock1/rock10020.png -share/apps/kasteroids/sprites/rock1/rock10021.png -share/apps/kasteroids/sprites/rock1/rock10022.png -share/apps/kasteroids/sprites/rock1/rock10023.png -share/apps/kasteroids/sprites/rock1/rock10024.png -share/apps/kasteroids/sprites/rock1/rock10025.png -share/apps/kasteroids/sprites/rock1/rock10026.png -share/apps/kasteroids/sprites/rock1/rock10027.png -share/apps/kasteroids/sprites/rock1/rock10028.png -share/apps/kasteroids/sprites/rock1/rock10029.png -share/apps/kasteroids/sprites/rock1/rock10030.png -share/apps/kasteroids/sprites/rock1/rock10031.png -share/apps/kasteroids/sprites/rock2/rock20000.png -share/apps/kasteroids/sprites/rock2/rock20001.png -share/apps/kasteroids/sprites/rock2/rock20002.png -share/apps/kasteroids/sprites/rock2/rock20003.png -share/apps/kasteroids/sprites/rock2/rock20004.png -share/apps/kasteroids/sprites/rock2/rock20005.png -share/apps/kasteroids/sprites/rock2/rock20006.png -share/apps/kasteroids/sprites/rock2/rock20007.png -share/apps/kasteroids/sprites/rock2/rock20008.png -share/apps/kasteroids/sprites/rock2/rock20009.png -share/apps/kasteroids/sprites/rock2/rock20010.png -share/apps/kasteroids/sprites/rock2/rock20011.png -share/apps/kasteroids/sprites/rock2/rock20012.png -share/apps/kasteroids/sprites/rock2/rock20013.png -share/apps/kasteroids/sprites/rock2/rock20014.png -share/apps/kasteroids/sprites/rock2/rock20015.png -share/apps/kasteroids/sprites/rock2/rock20016.png -share/apps/kasteroids/sprites/rock2/rock20017.png -share/apps/kasteroids/sprites/rock2/rock20018.png -share/apps/kasteroids/sprites/rock2/rock20019.png -share/apps/kasteroids/sprites/rock2/rock20020.png -share/apps/kasteroids/sprites/rock2/rock20021.png -share/apps/kasteroids/sprites/rock2/rock20022.png -share/apps/kasteroids/sprites/rock2/rock20023.png -share/apps/kasteroids/sprites/rock2/rock20024.png -share/apps/kasteroids/sprites/rock2/rock20025.png -share/apps/kasteroids/sprites/rock2/rock20026.png -share/apps/kasteroids/sprites/rock2/rock20027.png -share/apps/kasteroids/sprites/rock2/rock20028.png -share/apps/kasteroids/sprites/rock2/rock20029.png -share/apps/kasteroids/sprites/rock2/rock20030.png -share/apps/kasteroids/sprites/rock2/rock20031.png -share/apps/kasteroids/sprites/rock3/rock30000.png -share/apps/kasteroids/sprites/rock3/rock30001.png -share/apps/kasteroids/sprites/rock3/rock30002.png -share/apps/kasteroids/sprites/rock3/rock30003.png -share/apps/kasteroids/sprites/rock3/rock30004.png -share/apps/kasteroids/sprites/rock3/rock30005.png -share/apps/kasteroids/sprites/rock3/rock30006.png -share/apps/kasteroids/sprites/rock3/rock30007.png -share/apps/kasteroids/sprites/rock3/rock30008.png -share/apps/kasteroids/sprites/rock3/rock30009.png -share/apps/kasteroids/sprites/rock3/rock30010.png -share/apps/kasteroids/sprites/rock3/rock30011.png -share/apps/kasteroids/sprites/rock3/rock30012.png -share/apps/kasteroids/sprites/rock3/rock30013.png -share/apps/kasteroids/sprites/rock3/rock30014.png -share/apps/kasteroids/sprites/rock3/rock30015.png -share/apps/kasteroids/sprites/rock3/rock30016.png -share/apps/kasteroids/sprites/rock3/rock30017.png -share/apps/kasteroids/sprites/rock3/rock30018.png -share/apps/kasteroids/sprites/rock3/rock30019.png -share/apps/kasteroids/sprites/rock3/rock30020.png -share/apps/kasteroids/sprites/rock3/rock30021.png -share/apps/kasteroids/sprites/rock3/rock30022.png -share/apps/kasteroids/sprites/rock3/rock30023.png -share/apps/kasteroids/sprites/rock3/rock30024.png -share/apps/kasteroids/sprites/rock3/rock30025.png -share/apps/kasteroids/sprites/rock3/rock30026.png -share/apps/kasteroids/sprites/rock3/rock30027.png -share/apps/kasteroids/sprites/rock3/rock30028.png -share/apps/kasteroids/sprites/rock3/rock30029.png -share/apps/kasteroids/sprites/rock3/rock30030.png -share/apps/kasteroids/sprites/rock3/rock30031.png -share/apps/kasteroids/sprites/shield/shield0000.png -share/apps/kasteroids/sprites/shield/shield0001.png -share/apps/kasteroids/sprites/shield/shield0002.png -share/apps/kasteroids/sprites/shield/shield0003.png -share/apps/kasteroids/sprites/shield/shield0004.png -share/apps/kasteroids/sprites/shield/shield0005.png -share/apps/kasteroids/sprites/shield/shield0006.png -share/apps/kasteroids/sprites/ship/ship0000.png -share/apps/kasteroids/sprites/ship/ship0001.png -share/apps/kasteroids/sprites/ship/ship0002.png -share/apps/kasteroids/sprites/ship/ship0003.png -share/apps/kasteroids/sprites/ship/ship0004.png -share/apps/kasteroids/sprites/ship/ship0005.png -share/apps/kasteroids/sprites/ship/ship0006.png -share/apps/kasteroids/sprites/ship/ship0007.png -share/apps/kasteroids/sprites/ship/ship0008.png -share/apps/kasteroids/sprites/ship/ship0009.png -share/apps/kasteroids/sprites/ship/ship0010.png -share/apps/kasteroids/sprites/ship/ship0011.png -share/apps/kasteroids/sprites/ship/ship0012.png -share/apps/kasteroids/sprites/ship/ship0013.png -share/apps/kasteroids/sprites/ship/ship0014.png -share/apps/kasteroids/sprites/ship/ship0015.png -share/apps/kasteroids/sprites/ship/ship0016.png -share/apps/kasteroids/sprites/ship/ship0017.png -share/apps/kasteroids/sprites/ship/ship0018.png -share/apps/kasteroids/sprites/ship/ship0019.png -share/apps/kasteroids/sprites/ship/ship0020.png -share/apps/kasteroids/sprites/ship/ship0021.png -share/apps/kasteroids/sprites/ship/ship0022.png -share/apps/kasteroids/sprites/ship/ship0023.png -share/apps/kasteroids/sprites/ship/ship0024.png -share/apps/kasteroids/sprites/ship/ship0025.png -share/apps/kasteroids/sprites/ship/ship0026.png -share/apps/kasteroids/sprites/ship/ship0027.png -share/apps/kasteroids/sprites/ship/ship0028.png -share/apps/kasteroids/sprites/ship/ship0029.png -share/apps/kasteroids/sprites/ship/ship0030.png -share/apps/kasteroids/sprites/ship/ship0031.png -share/apps/kasteroids/sprites/ship/ship0032.png -share/apps/kasteroids/sprites/ship/ship0033.png -share/apps/kasteroids/sprites/ship/ship0034.png -share/apps/kasteroids/sprites/ship/ship0035.png -share/apps/kasteroids/sprites/ship/ship0036.png -share/apps/kasteroids/sprites/ship/ship0037.png -share/apps/kasteroids/sprites/ship/ship0038.png -share/apps/kasteroids/sprites/ship/ship0039.png -share/apps/kasteroids/sprites/ship/ship0040.png -share/apps/kasteroids/sprites/ship/ship0041.png -share/apps/kasteroids/sprites/ship/ship0042.png -share/apps/kasteroids/sprites/ship/ship0043.png -share/apps/kasteroids/sprites/ship/ship0044.png -share/apps/kasteroids/sprites/ship/ship0045.png -share/apps/kasteroids/sprites/ship/ship0046.png -share/apps/kasteroids/sprites/ship/ship0047.png -share/apps/kasteroids/sprites/ship/ship0048.png -share/apps/kasteroids/sprites/ship/ship0049.png -share/apps/kasteroids/sprites/ship/ship0050.png -share/apps/kasteroids/sprites/ship/ship0051.png -share/apps/kasteroids/sprites/ship/ship0052.png -share/apps/kasteroids/sprites/ship/ship0053.png -share/apps/kasteroids/sprites/ship/ship0054.png -share/apps/kasteroids/sprites/ship/ship0055.png -share/apps/kasteroids/sprites/ship/ship0056.png -share/apps/kasteroids/sprites/ship/ship0057.png -share/apps/kasteroids/sprites/ship/ship0058.png -share/apps/kasteroids/sprites/ship/ship0059.png -share/apps/kasteroids/sprites/ship/ship0060.png -share/apps/kasteroids/sprites/ship/ship0061.png -share/apps/kasteroids/sprites/ship/ship0062.png -share/apps/kasteroids/sprites/ship/ship0063.png -share/apps/katomic/katomicui.rc -share/apps/katomic/levels/level_1 -share/apps/katomic/levels/level_10 -share/apps/katomic/levels/level_11 -share/apps/katomic/levels/level_12 -share/apps/katomic/levels/level_13 -share/apps/katomic/levels/level_14 -share/apps/katomic/levels/level_15 -share/apps/katomic/levels/level_16 -share/apps/katomic/levels/level_17 -share/apps/katomic/levels/level_18 -share/apps/katomic/levels/level_19 -share/apps/katomic/levels/level_2 -share/apps/katomic/levels/level_20 -share/apps/katomic/levels/level_21 -share/apps/katomic/levels/level_22 -share/apps/katomic/levels/level_23 -share/apps/katomic/levels/level_24 -share/apps/katomic/levels/level_25 -share/apps/katomic/levels/level_26 -share/apps/katomic/levels/level_27 -share/apps/katomic/levels/level_28 -share/apps/katomic/levels/level_29 -share/apps/katomic/levels/level_3 -share/apps/katomic/levels/level_30 -share/apps/katomic/levels/level_31 -share/apps/katomic/levels/level_32 -share/apps/katomic/levels/level_33 -share/apps/katomic/levels/level_34 -share/apps/katomic/levels/level_35 -share/apps/katomic/levels/level_36 -share/apps/katomic/levels/level_37 -share/apps/katomic/levels/level_38 -share/apps/katomic/levels/level_39 -share/apps/katomic/levels/level_4 -share/apps/katomic/levels/level_40 -share/apps/katomic/levels/level_41 -share/apps/katomic/levels/level_42 -share/apps/katomic/levels/level_43 -share/apps/katomic/levels/level_44 -share/apps/katomic/levels/level_45 -share/apps/katomic/levels/level_46 -share/apps/katomic/levels/level_47 -share/apps/katomic/levels/level_48 -share/apps/katomic/levels/level_49 -share/apps/katomic/levels/level_5 -share/apps/katomic/levels/level_50 -share/apps/katomic/levels/level_51 -share/apps/katomic/levels/level_52 -share/apps/katomic/levels/level_53 -share/apps/katomic/levels/level_54 -share/apps/katomic/levels/level_55 -share/apps/katomic/levels/level_56 -share/apps/katomic/levels/level_57 -share/apps/katomic/levels/level_58 -share/apps/katomic/levels/level_59 -share/apps/katomic/levels/level_6 -share/apps/katomic/levels/level_60 -share/apps/katomic/levels/level_61 -share/apps/katomic/levels/level_62 -share/apps/katomic/levels/level_63 -share/apps/katomic/levels/level_64 -share/apps/katomic/levels/level_65 -share/apps/katomic/levels/level_66 -share/apps/katomic/levels/level_67 -share/apps/katomic/levels/level_68 -share/apps/katomic/levels/level_69 -share/apps/katomic/levels/level_7 -share/apps/katomic/levels/level_70 -share/apps/katomic/levels/level_71 -share/apps/katomic/levels/level_72 -share/apps/katomic/levels/level_73 -share/apps/katomic/levels/level_74 -share/apps/katomic/levels/level_75 -share/apps/katomic/levels/level_76 -share/apps/katomic/levels/level_77 -share/apps/katomic/levels/level_78 -share/apps/katomic/levels/level_79 -share/apps/katomic/levels/level_8 -share/apps/katomic/levels/level_80 -share/apps/katomic/levels/level_81 -share/apps/katomic/levels/level_82 -share/apps/katomic/levels/level_84 -share/apps/katomic/levels/level_9 -share/apps/katomic/pics/abilder.png -share/apps/katomic/pics/molek.png -share/apps/kbackgammon/eventsrc -share/apps/kbackgammon/kbackgammonui.rc -share/apps/kbackgammon/pics/kbackgammon-chat.png -share/apps/kbackgammon/pics/kbackgammon-double.xpm -share/apps/kbackgammon/sounds/kbackgammon-lost.wav -share/apps/kbackgammon/sounds/kbackgammon-move.wav -share/apps/kbackgammon/sounds/kbackgammon-roll.wav -share/apps/kbackgammon/sounds/kbackgammon-won.wav -share/apps/kbattleship/eventsrc -share/apps/kbattleship/kbattleshipui.rc -share/apps/kbattleship/pictures/border.png -share/apps/kbattleship/pictures/death.png -share/apps/kbattleship/pictures/hit.png -share/apps/kbattleship/pictures/sea.png -share/apps/kbattleship/pictures/ship1-1-r.png -share/apps/kbattleship/pictures/ship1-1.png -share/apps/kbattleship/pictures/ship2-1-r.png -share/apps/kbattleship/pictures/ship2-1.png -share/apps/kbattleship/pictures/ship2-2-r.png -share/apps/kbattleship/pictures/ship2-2.png -share/apps/kbattleship/pictures/ship3-1-r.png -share/apps/kbattleship/pictures/ship3-1.png -share/apps/kbattleship/pictures/ship3-2-r.png -share/apps/kbattleship/pictures/ship3-2.png -share/apps/kbattleship/pictures/ship3-3-r.png -share/apps/kbattleship/pictures/ship3-3.png -share/apps/kbattleship/pictures/ship4-1-r.png -share/apps/kbattleship/pictures/ship4-1.png -share/apps/kbattleship/pictures/ship4-2-r.png -share/apps/kbattleship/pictures/ship4-2.png -share/apps/kbattleship/pictures/ship4-3-r.png -share/apps/kbattleship/pictures/ship4-3.png -share/apps/kbattleship/pictures/ship4-4-r.png -share/apps/kbattleship/pictures/ship4-4.png -share/apps/kbattleship/pictures/water.png -share/apps/kbattleship/sounds/ship-player-shoot-water.mp3 -share/apps/kbattleship/sounds/ship-player1-shoot.mp3 -share/apps/kbattleship/sounds/ship-player2-shoot.mp3 -share/apps/kbattleship/sounds/ship-sink.mp3 -share/apps/kblackbox/kblackboxui.rc -share/apps/kblackbox/pics/blue.xpm -share/apps/kblackbox/pics/brown.xpm -share/apps/kblackbox/pics/cyan.xpm -share/apps/kblackbox/pics/done.xpm -share/apps/kblackbox/pics/giveup.xpm -share/apps/kblackbox/pics/gray.xpm -share/apps/kblackbox/pics/green.xpm -share/apps/kblackbox/pics/green2.xpm -share/apps/kblackbox/pics/red.xpm -share/apps/kblackbox/pics/white.xpm -share/apps/kbounce/kbounceui.rc -share/apps/kbounce/pics/ball0000.png -share/apps/kbounce/pics/ball0001.png -share/apps/kbounce/pics/ball0002.png -share/apps/kbounce/pics/ball0003.png -share/apps/kbounce/pics/ball0004.png -share/apps/kbounce/pics/ball0005.png -share/apps/kbounce/pics/ball0006.png -share/apps/kbounce/pics/ball0007.png -share/apps/kbounce/pics/ball0008.png -share/apps/kbounce/pics/ball0009.png -share/apps/kbounce/pics/ball0010.png -share/apps/kbounce/pics/ball0011.png -share/apps/kbounce/pics/ball0012.png -share/apps/kbounce/pics/ball0013.png -share/apps/kbounce/pics/ball0014.png -share/apps/kbounce/pics/ball0015.png -share/apps/kbounce/pics/ball0016.png -share/apps/kbounce/pics/ball0017.png -share/apps/kbounce/pics/ball0018.png -share/apps/kbounce/pics/ball0019.png -share/apps/kbounce/pics/ball0020.png -share/apps/kbounce/pics/ball0021.png -share/apps/kbounce/pics/ball0022.png -share/apps/kbounce/pics/ball0023.png -share/apps/kbounce/pics/ball0024.png -share/apps/kbounce/pics/tiles.png -share/apps/kbounce/sounds/death.au -share/apps/kbounce/sounds/reflect.au -share/apps/kbounce/sounds/seconds.au -share/apps/kbounce/sounds/timeout.au -share/apps/kbounce/sounds/wallend.au -share/apps/kbounce/sounds/wallstart.au -share/apps/kdegames/pics/star.png -share/apps/kenolaba/kenolabaui.rc -share/apps/kenolaba/pics/edit.xpm -share/apps/kenolaba/pics/hint.xpm -share/apps/kenolaba/pics/network.xpm -share/apps/kenolaba/pics/new.xpm -share/apps/kenolaba/pics/noball.xpm -share/apps/kenolaba/pics/ok.xpm -share/apps/kenolaba/pics/redball.xpm -share/apps/kenolaba/pics/spy0.xpm -share/apps/kenolaba/pics/spy1.xpm -share/apps/kenolaba/pics/spy2.xpm -share/apps/kenolaba/pics/spy3.xpm -share/apps/kenolaba/pics/stop.xpm -share/apps/kenolaba/pics/undo.xpm -share/apps/kenolaba/pics/warning.xpm -share/apps/kenolaba/pics/yellowball.xpm -share/apps/kfouleggs/eventsrc -share/apps/kfouleggs/kfouleggsui.rc -share/apps/kgoldrunner/kgoldrunnerui.rc -share/apps/kgoldrunner/system/games.dat -share/apps/kgoldrunner/system/hi_level.dat -share/apps/kgoldrunner/system/hi_plws.dat -share/apps/kgoldrunner/system/hi_plwv.dat -share/apps/kgoldrunner/system/hi_wad.dat -share/apps/kgoldrunner/system/levels/fred -share/apps/kgoldrunner/system/levels/level000.grl -share/apps/kgoldrunner/system/levels/level001.grl -share/apps/kgoldrunner/system/levels/level002.grl -share/apps/kgoldrunner/system/levels/level003.grl -share/apps/kgoldrunner/system/levels/level004.grl -share/apps/kgoldrunner/system/levels/level005.grl -share/apps/kgoldrunner/system/levels/level006.grl -share/apps/kgoldrunner/system/levels/level007.grl -share/apps/kgoldrunner/system/levels/level008.grl -share/apps/kgoldrunner/system/levels/level009.grl -share/apps/kgoldrunner/system/levels/level010.grl -share/apps/kgoldrunner/system/levels/level011.grl -share/apps/kgoldrunner/system/levels/level012.grl -share/apps/kgoldrunner/system/levels/level013.grl -share/apps/kgoldrunner/system/levels/level014.grl -share/apps/kgoldrunner/system/levels/level015.grl -share/apps/kgoldrunner/system/levels/level016.grl -share/apps/kgoldrunner/system/levels/level017.grl -share/apps/kgoldrunner/system/levels/level018.grl -share/apps/kgoldrunner/system/levels/plws001.grl -share/apps/kgoldrunner/system/levels/plws002.grl -share/apps/kgoldrunner/system/levels/plws003.grl -share/apps/kgoldrunner/system/levels/plws004.grl -share/apps/kgoldrunner/system/levels/plws005.grl -share/apps/kgoldrunner/system/levels/plws006.grl -share/apps/kgoldrunner/system/levels/plws007.grl -share/apps/kgoldrunner/system/levels/plws008.grl -share/apps/kgoldrunner/system/levels/plws009.grl -share/apps/kgoldrunner/system/levels/plws010.grl -share/apps/kgoldrunner/system/levels/plws011.grl -share/apps/kgoldrunner/system/levels/plws012.grl -share/apps/kgoldrunner/system/levels/plws013.grl -share/apps/kgoldrunner/system/levels/plws014.grl -share/apps/kgoldrunner/system/levels/plws015.grl -share/apps/kgoldrunner/system/levels/plws016.grl -share/apps/kgoldrunner/system/levels/plws017.grl -share/apps/kgoldrunner/system/levels/plws018.grl -share/apps/kgoldrunner/system/levels/plws019.grl -share/apps/kgoldrunner/system/levels/plws020.grl -share/apps/kgoldrunner/system/levels/plws021.grl -share/apps/kgoldrunner/system/levels/plws022.grl -share/apps/kgoldrunner/system/levels/plws023.grl -share/apps/kgoldrunner/system/levels/plws024.grl -share/apps/kgoldrunner/system/levels/plws025.grl -share/apps/kgoldrunner/system/levels/plws026.grl -share/apps/kgoldrunner/system/levels/plws027.grl -share/apps/kgoldrunner/system/levels/plws028.grl -share/apps/kgoldrunner/system/levels/plws029.grl -share/apps/kgoldrunner/system/levels/plws030.grl -share/apps/kgoldrunner/system/levels/plws031.grl -share/apps/kgoldrunner/system/levels/plws032.grl -share/apps/kgoldrunner/system/levels/plws033.grl -share/apps/kgoldrunner/system/levels/plws034.grl -share/apps/kgoldrunner/system/levels/plws035.grl -share/apps/kgoldrunner/system/levels/plws036.grl -share/apps/kgoldrunner/system/levels/plws037.grl -share/apps/kgoldrunner/system/levels/plws038.grl -share/apps/kgoldrunner/system/levels/plws039.grl -share/apps/kgoldrunner/system/levels/plws040.grl -share/apps/kgoldrunner/system/levels/plws041.grl -share/apps/kgoldrunner/system/levels/plws042.grl -share/apps/kgoldrunner/system/levels/plws043.grl -share/apps/kgoldrunner/system/levels/plws044.grl -share/apps/kgoldrunner/system/levels/plws045.grl -share/apps/kgoldrunner/system/levels/plws046.grl -share/apps/kgoldrunner/system/levels/plws047.grl -share/apps/kgoldrunner/system/levels/plws048.grl -share/apps/kgoldrunner/system/levels/plws049.grl -share/apps/kgoldrunner/system/levels/plws050.grl -share/apps/kgoldrunner/system/levels/plws051.grl -share/apps/kgoldrunner/system/levels/plws052.grl -share/apps/kgoldrunner/system/levels/plws053.grl -share/apps/kgoldrunner/system/levels/plws054.grl -share/apps/kgoldrunner/system/levels/plws055.grl -share/apps/kgoldrunner/system/levels/plws056.grl -share/apps/kgoldrunner/system/levels/plws057.grl -share/apps/kgoldrunner/system/levels/plws058.grl -share/apps/kgoldrunner/system/levels/plws059.grl -share/apps/kgoldrunner/system/levels/plws060.grl -share/apps/kgoldrunner/system/levels/plws061.grl -share/apps/kgoldrunner/system/levels/plws062.grl -share/apps/kgoldrunner/system/levels/plws063.grl -share/apps/kgoldrunner/system/levels/plws064.grl -share/apps/kgoldrunner/system/levels/plws065.grl -share/apps/kgoldrunner/system/levels/plws066.grl -share/apps/kgoldrunner/system/levels/plws067.grl -share/apps/kgoldrunner/system/levels/plws068.grl -share/apps/kgoldrunner/system/levels/plws069.grl -share/apps/kgoldrunner/system/levels/plws070.grl -share/apps/kgoldrunner/system/levels/plws071.grl -share/apps/kgoldrunner/system/levels/plws072.grl -share/apps/kgoldrunner/system/levels/plws073.grl -share/apps/kgoldrunner/system/levels/plws074.grl -share/apps/kgoldrunner/system/levels/plws075.grl -share/apps/kgoldrunner/system/levels/plws076.grl -share/apps/kgoldrunner/system/levels/plws077.grl -share/apps/kgoldrunner/system/levels/plws078.grl -share/apps/kgoldrunner/system/levels/plws079.grl -share/apps/kgoldrunner/system/levels/plws080.grl -share/apps/kgoldrunner/system/levels/plws081.grl -share/apps/kgoldrunner/system/levels/plws082.grl -share/apps/kgoldrunner/system/levels/plws083.grl -share/apps/kgoldrunner/system/levels/plws084.grl -share/apps/kgoldrunner/system/levels/plws085.grl -share/apps/kgoldrunner/system/levels/plws086.grl -share/apps/kgoldrunner/system/levels/plws087.grl -share/apps/kgoldrunner/system/levels/plws088.grl -share/apps/kgoldrunner/system/levels/plws089.grl -share/apps/kgoldrunner/system/levels/plws090.grl -share/apps/kgoldrunner/system/levels/plws091.grl -share/apps/kgoldrunner/system/levels/plws092.grl -share/apps/kgoldrunner/system/levels/plws093.grl -share/apps/kgoldrunner/system/levels/plws094.grl -share/apps/kgoldrunner/system/levels/plws095.grl -share/apps/kgoldrunner/system/levels/plws096.grl -share/apps/kgoldrunner/system/levels/plws097.grl -share/apps/kgoldrunner/system/levels/plws098.grl -share/apps/kgoldrunner/system/levels/plws099.grl -share/apps/kgoldrunner/system/levels/plws100.grl -share/apps/kgoldrunner/system/levels/plwv001.grl -share/apps/kgoldrunner/system/levels/plwv002.grl -share/apps/kgoldrunner/system/levels/plwv003.grl -share/apps/kgoldrunner/system/levels/plwv004.grl -share/apps/kgoldrunner/system/levels/plwv005.grl -share/apps/kgoldrunner/system/levels/plwv006.grl -share/apps/kgoldrunner/system/levels/plwv007.grl -share/apps/kgoldrunner/system/levels/plwv008.grl -share/apps/kgoldrunner/system/levels/plwv009.grl -share/apps/kgoldrunner/system/levels/plwv010.grl -share/apps/kgoldrunner/system/levels/plwv011.grl -share/apps/kgoldrunner/system/levels/plwv012.grl -share/apps/kgoldrunner/system/levels/plwv013.grl -share/apps/kgoldrunner/system/levels/plwv014.grl -share/apps/kgoldrunner/system/levels/plwv015.grl -share/apps/kgoldrunner/system/levels/plwv016.grl -share/apps/kgoldrunner/system/levels/plwv017.grl -share/apps/kgoldrunner/system/levels/plwv018.grl -share/apps/kgoldrunner/system/levels/plwv019.grl -share/apps/kgoldrunner/system/levels/plwv020.grl -share/apps/kgoldrunner/system/levels/tute001.grl -share/apps/kgoldrunner/system/levels/tute002.grl -share/apps/kgoldrunner/system/levels/tute003.grl -share/apps/kgoldrunner/system/levels/tute004.grl -share/apps/kgoldrunner/system/levels/tute005.grl -share/apps/kgoldrunner/system/levels/tute006.grl -share/apps/kgoldrunner/system/levels/tute007.grl -share/apps/kgoldrunner/system/levels/tutea001.grl -share/apps/kgoldrunner/system/levels/tutea002.grl -share/apps/kgoldrunner/system/levels/tutea003.grl -share/apps/kgoldrunner/system/levels/tutea004.grl -share/apps/kgoldrunner/system/levels/tutea005.grl -share/apps/kgoldrunner/system/levels/wad001.grl -share/apps/kgoldrunner/system/levels/wad002.grl -share/apps/kgoldrunner/system/levels/wad003.grl -share/apps/kgoldrunner/system/levels/wad004.grl -share/apps/kgoldrunner/system/levels/wad005.grl -share/apps/kgoldrunner/system/levels/wad006.grl -share/apps/kgoldrunner/system/levels/wad007.grl -share/apps/kgoldrunner/system/levels/wad008.grl -share/apps/kgoldrunner/system/levels/wad009.grl -share/apps/kgoldrunner/system/levels/wad010.grl -share/apps/kgoldrunner/system/levels/wad011.grl -share/apps/kgoldrunner/system/levels/wad012.grl -share/apps/kgoldrunner/system/levels/wad013.grl -share/apps/kgoldrunner/system/levels/wad014.grl -share/apps/kgoldrunner/system/levels/wad015.grl -share/apps/kgoldrunner/system/levels/wad016.grl -share/apps/kgoldrunner/system/levels/wad017.grl -share/apps/kgoldrunner/system/levels/wad018.grl -share/apps/kgoldrunner/system/levels/wad019.grl -share/apps/kgoldrunner/system/levels/wad020.grl -share/apps/kgoldrunner/system/levels/wad021.grl -share/apps/kgoldrunner/system/levels/wad022.grl -share/apps/kjumpingcube/kjumpingcubeui.rc -share/apps/klickety/eventsrc -share/apps/klickety/klicketyui.rc -share/apps/klines/balls.jpg -share/apps/klines/field.jpg -share/apps/klines/fire.jpg -share/apps/klines/klinesui.rc -share/apps/kmahjongg/kmahjonggui.rc -share/apps/kmahjongg/pics/cross.layout -share/apps/kmahjongg/pics/default.bgnd -share/apps/kmahjongg/pics/default.layout -share/apps/kmahjongg/pics/default.theme -share/apps/kmahjongg/pics/default.tileset -share/apps/kmahjongg/pics/haze.bgnd -share/apps/kmahjongg/pics/kmahjongg.png -share/apps/kmahjongg/pics/kmahjongg_bgnd.png -share/apps/kmahjongg/pics/newnum.xpm -share/apps/kmahjongg/pics/pirates.bgnd -share/apps/kmahjongg/pics/pirates.layout -share/apps/kmahjongg/pics/pirates.theme -share/apps/kmahjongg/pics/pirates.tileset -share/apps/kmahjongg/pics/pyramid.layout -share/apps/kmahjongg/pics/slate.bgnd -share/apps/kmahjongg/pics/splash.png -share/apps/kmahjongg/pics/stax.layout -share/apps/kmahjongg/pics/test.layout -share/apps/kmahjongg/pics/test2.layout -share/apps/kmahjongg/pics/tower.layout -share/apps/kmahjongg/pics/traditional.tileset -share/apps/kmahjongg/pics/triangle.layout -share/apps/kmahjongg/pics/wood.bgnd -share/apps/kmines/eventsrc -share/apps/kmines/kminesui.rc -share/apps/kolf/courses/Classic.kolf -share/apps/kolf/courses/Easy.kolf -share/apps/kolf/courses/Hard.kolf -share/apps/kolf/courses/Impossible -share/apps/kolf/courses/Medium.kolf -share/apps/kolf/courses/Practice -share/apps/kolf/courses/ReallyEasy -share/apps/kolf/courses/USApro -share/apps/kolf/intro -share/apps/kolf/kolfui.rc -share/apps/kolf/pics/cup.png -share/apps/kolf/pics/grass.png -share/apps/kolf/pics/puddle.png -share/apps/kolf/pics/sand.png -share/apps/kolf/sounds/blackhole.wav -share/apps/kolf/sounds/blackholeeject.wav -share/apps/kolf/sounds/blackholeputin.wav -share/apps/kolf/sounds/hit.wav -share/apps/kolf/sounds/holed.wav -share/apps/kolf/sounds/holeinone.wav -share/apps/kolf/sounds/puddle.wav -share/apps/kolf/sounds/wall.wav -share/apps/kolf/tutorial.kolf -share/apps/kolf/tutorial.kolfgame -share/apps/konquest/konquestui.rc -share/apps/konquest/pics/konquest-splash.png -share/apps/konquest/pics/planet1.xpm -share/apps/konquest/pics/planet2.xpm -share/apps/konquest/pics/planet3.xpm -share/apps/konquest/pics/planet4.xpm -share/apps/konquest/pics/planet5.xpm -share/apps/konquest/pics/planet6.xpm -share/apps/konquest/pics/planet7.xpm -share/apps/konquest/pics/planet8.xpm -share/apps/konquest/pics/planet9.xpm -share/apps/konquest/pics/ruler.xpm -share/apps/kpat/backgrounds/green.png -share/apps/kpat/kpatui.rc -share/apps/kpoker/kpokerui.rc -share/apps/kpoker/sounds/cardflip.wav -share/apps/kpoker/sounds/hold.wav -share/apps/kpoker/sounds/lose.wav -share/apps/kpoker/sounds/win.wav -share/apps/kreversi/eventsrc -share/apps/kreversi/kreversiui.rc -share/apps/kreversi/pics/background/Dark_Wood.png -share/apps/kreversi/pics/background/Earth.png -share/apps/kreversi/pics/background/Granite.png -share/apps/kreversi/pics/background/Hexagon.png -share/apps/kreversi/pics/background/Light_Wood.png -share/apps/kreversi/pics/background/Mystique.png -share/apps/kreversi/pics/background/Ocean.png -share/apps/kreversi/pics/background/Pipes.png -share/apps/kreversi/pics/background/Puzzle.png -share/apps/kreversi/pics/background/Stones.png -share/apps/kreversi/pics/chips.png -share/apps/kreversi/pics/chips_mono.png -share/apps/kreversi/sounds/reversi-click.wav -share/apps/kreversi/sounds/reversi-won.wav -share/apps/ksame/eventsrc -share/apps/ksame/ksameui.rc -share/apps/ksame/stones.png -share/apps/kshisen/kshisen_bgnd.png -share/apps/kshisen/kshisenui.rc -share/apps/kshisen/tileset.png -share/apps/ksirtet/eventsrc -share/apps/ksirtet/ksirtetui.rc -share/apps/ksmiletris/data/bg1.bmp -share/apps/ksmiletris/data/bg10.bmp -share/apps/ksmiletris/data/bg11.bmp -share/apps/ksmiletris/data/bg12.bmp -share/apps/ksmiletris/data/bg13.bmp -share/apps/ksmiletris/data/bg14.bmp -share/apps/ksmiletris/data/bg15.bmp -share/apps/ksmiletris/data/bg16.bmp -share/apps/ksmiletris/data/bg2.bmp -share/apps/ksmiletris/data/bg3.bmp -share/apps/ksmiletris/data/bg4.bmp -share/apps/ksmiletris/data/bg5.bmp -share/apps/ksmiletris/data/bg6.bmp -share/apps/ksmiletris/data/bg7.bmp -share/apps/ksmiletris/data/bg8.bmp -share/apps/ksmiletris/data/bg9.bmp -share/apps/ksmiletris/data/block-a1.bmp -share/apps/ksmiletris/data/block-a2.bmp -share/apps/ksmiletris/data/block-a3.bmp -share/apps/ksmiletris/data/block-a4.bmp -share/apps/ksmiletris/data/block-a5.bmp -share/apps/ksmiletris/data/block-a6.bmp -share/apps/ksmiletris/data/block-a7.bmp -share/apps/ksmiletris/data/block-a8.bmp -share/apps/ksmiletris/data/block-b1.bmp -share/apps/ksmiletris/data/block-b2.bmp -share/apps/ksmiletris/data/block-b3.bmp -share/apps/ksmiletris/data/block-b4.bmp -share/apps/ksmiletris/data/block-b5.bmp -share/apps/ksmiletris/data/block-b6.bmp -share/apps/ksmiletris/data/block-b7.bmp -share/apps/ksmiletris/data/block-b8.bmp -share/apps/ksmiletris/data/block-c1.bmp -share/apps/ksmiletris/data/block-c2.bmp -share/apps/ksmiletris/data/block-c3.bmp -share/apps/ksmiletris/data/block-c4.bmp -share/apps/ksmiletris/data/block-c5.bmp -share/apps/ksmiletris/data/block-c6.bmp -share/apps/ksmiletris/data/block-c7.bmp -share/apps/ksmiletris/data/block-c8.bmp -share/apps/ksmiletris/data/broken-mask.bmp -share/apps/ksmiletris/data/broken.bmp -share/apps/ksmiletris/data/cleared-a.bmp -share/apps/ksmiletris/data/cleared-b.bmp -share/apps/ksmiletris/data/cleared-c.bmp -share/apps/ksmiletris/data/pause.bmp -share/apps/ksmiletris/ksmiletrisui.rc -share/apps/ksmiletris/sounds/break.wav -share/apps/ksmiletris/sounds/clear.wav -share/apps/ksnake/backgrounds/Bark.png -share/apps/ksnake/backgrounds/Blue_Carpet.png -share/apps/ksnake/backgrounds/Dark_Wood.png -share/apps/ksnake/backgrounds/Granite.png -share/apps/ksnake/backgrounds/Green_Carpet.png -share/apps/ksnake/backgrounds/Mystique.png -share/apps/ksnake/backgrounds/Rope_Weave.png -share/apps/ksnake/backgrounds/Volcanic.png -share/apps/ksnake/backgrounds/Wood.png -share/apps/ksnake/highScores -share/apps/ksnake/ksnakeui.rc -share/apps/ksnake/levels/room01 -share/apps/ksnake/levels/room02 -share/apps/ksnake/levels/room03 -share/apps/ksnake/levels/room04 -share/apps/ksnake/levels/room05 -share/apps/ksnake/levels/room06 -share/apps/ksnake/levels/room07 -share/apps/ksnake/levels/room08 -share/apps/ksnake/levels/room09 -share/apps/ksnake/levels/room10 -share/apps/ksnake/levels/room11 -share/apps/ksnake/levels/room12 -share/apps/ksnake/levels/room13 -share/apps/ksnake/levels/room14 -share/apps/ksnake/levels/room15 -share/apps/ksnake/levels/room16 -share/apps/ksnake/levels/room17 -share/apps/ksnake/levels/room18 -share/apps/ksnake/levels/room19 -share/apps/ksnake/levels/room20 -share/apps/ksnake/levels/room21 -share/apps/ksnake/levels/room22 -share/apps/ksnake/levels/room23 -share/apps/ksnake/levels/room24 -share/apps/ksnake/levels/room25 -share/apps/ksnake/pics/apples.png -share/apps/ksnake/pics/ball.png -share/apps/ksnake/pics/brick.png -share/apps/ksnake/pics/snake1.png -share/apps/ksnake/pics/snake2.png -share/apps/kspaceduel/icons/crystalsvg/16x16/actions/spnewgame.png -share/apps/kspaceduel/icons/crystalsvg/16x16/actions/spnewround.png -share/apps/kspaceduel/icons/crystalsvg/16x16/actions/sppausegame.png -share/apps/kspaceduel/icons/crystalsvg/22x22/actions/spnewgame.png -share/apps/kspaceduel/icons/crystalsvg/22x22/actions/spnewround.png -share/apps/kspaceduel/icons/crystalsvg/22x22/actions/sppausegame.png -share/apps/kspaceduel/icons/crystalsvg/32x32/actions/spnewgame.png -share/apps/kspaceduel/icons/crystalsvg/32x32/actions/spnewround.png -share/apps/kspaceduel/icons/crystalsvg/32x32/actions/sppausegame.png -share/apps/kspaceduel/icons/locolor/16x16/actions/spnewgame.png -share/apps/kspaceduel/icons/locolor/16x16/actions/spnewround.png -share/apps/kspaceduel/icons/locolor/16x16/actions/sppausegame.png -share/apps/kspaceduel/kspaceduelui.rc -share/apps/kspaceduel/sprites/backgr.png -share/apps/kspaceduel/sprites/explosion/explos00.pbm -share/apps/kspaceduel/sprites/explosion/explos00.ppm -share/apps/kspaceduel/sprites/explosion/explos01.pbm -share/apps/kspaceduel/sprites/explosion/explos01.ppm -share/apps/kspaceduel/sprites/explosion/explos02.pbm -share/apps/kspaceduel/sprites/explosion/explos02.ppm -share/apps/kspaceduel/sprites/explosion/explos03.pbm -share/apps/kspaceduel/sprites/explosion/explos03.ppm -share/apps/kspaceduel/sprites/explosion/explos04.pbm -share/apps/kspaceduel/sprites/explosion/explos04.ppm -share/apps/kspaceduel/sprites/explosion/explos05.pbm -share/apps/kspaceduel/sprites/explosion/explos05.ppm -share/apps/kspaceduel/sprites/explosion/explos06.pbm -share/apps/kspaceduel/sprites/explosion/explos06.ppm -share/apps/kspaceduel/sprites/explosion/explos07.pbm -share/apps/kspaceduel/sprites/explosion/explos07.ppm -share/apps/kspaceduel/sprites/explosion/explos08.pbm -share/apps/kspaceduel/sprites/explosion/explos08.ppm -share/apps/kspaceduel/sprites/explosion/explos09.pbm -share/apps/kspaceduel/sprites/explosion/explos09.ppm -share/apps/kspaceduel/sprites/explosion/explos10.pbm -share/apps/kspaceduel/sprites/explosion/explos10.ppm -share/apps/kspaceduel/sprites/explosion/explos11.pbm -share/apps/kspaceduel/sprites/explosion/explos11.ppm -share/apps/kspaceduel/sprites/explosion/explos12.pbm -share/apps/kspaceduel/sprites/explosion/explos12.ppm -share/apps/kspaceduel/sprites/explosion/explos13.pbm -share/apps/kspaceduel/sprites/explosion/explos13.ppm -share/apps/kspaceduel/sprites/explosion/explos14.pbm -share/apps/kspaceduel/sprites/explosion/explos14.ppm -share/apps/kspaceduel/sprites/explosion/explos15.pbm -share/apps/kspaceduel/sprites/explosion/explos15.ppm -share/apps/kspaceduel/sprites/explosion/explos16.pbm -share/apps/kspaceduel/sprites/explosion/explos16.ppm -share/apps/kspaceduel/sprites/explosion/explos17.pbm -share/apps/kspaceduel/sprites/explosion/explos17.ppm -share/apps/kspaceduel/sprites/explosion/explos18.pbm -share/apps/kspaceduel/sprites/explosion/explos18.ppm -share/apps/kspaceduel/sprites/explosion/explos19.pbm -share/apps/kspaceduel/sprites/explosion/explos19.ppm -share/apps/kspaceduel/sprites/explosion/explos20.pbm -share/apps/kspaceduel/sprites/explosion/explos20.ppm -share/apps/kspaceduel/sprites/explosion/explos21.pbm -share/apps/kspaceduel/sprites/explosion/explos21.ppm -share/apps/kspaceduel/sprites/explosion/explos22.pbm -share/apps/kspaceduel/sprites/explosion/explos22.ppm -share/apps/kspaceduel/sprites/explosion/explos23.pbm -share/apps/kspaceduel/sprites/explosion/explos23.ppm -share/apps/kspaceduel/sprites/explosion/explos24.pbm -share/apps/kspaceduel/sprites/explosion/explos24.ppm -share/apps/kspaceduel/sprites/explosion/explos25.pbm -share/apps/kspaceduel/sprites/explosion/explos25.ppm -share/apps/kspaceduel/sprites/explosion/explos26.pbm -share/apps/kspaceduel/sprites/explosion/explos26.ppm -share/apps/kspaceduel/sprites/explosion/explos27.pbm -share/apps/kspaceduel/sprites/explosion/explos27.ppm -share/apps/kspaceduel/sprites/explosion/explos28.pbm -share/apps/kspaceduel/sprites/explosion/explos28.ppm -share/apps/kspaceduel/sprites/explosion/explos29.pbm -share/apps/kspaceduel/sprites/explosion/explos29.ppm -share/apps/kspaceduel/sprites/explosion/explos30.pbm -share/apps/kspaceduel/sprites/explosion/explos30.ppm -share/apps/kspaceduel/sprites/explosion/mineex00.pbm -share/apps/kspaceduel/sprites/explosion/mineex00.ppm -share/apps/kspaceduel/sprites/explosion/mineex01.pbm -share/apps/kspaceduel/sprites/explosion/mineex01.ppm -share/apps/kspaceduel/sprites/explosion/mineex02.pbm -share/apps/kspaceduel/sprites/explosion/mineex02.ppm -share/apps/kspaceduel/sprites/explosion/mineex03.pbm -share/apps/kspaceduel/sprites/explosion/mineex03.ppm -share/apps/kspaceduel/sprites/explosion/mineex04.pbm -share/apps/kspaceduel/sprites/explosion/mineex04.ppm -share/apps/kspaceduel/sprites/explosion/mineex05.pbm -share/apps/kspaceduel/sprites/explosion/mineex05.ppm -share/apps/kspaceduel/sprites/explosion/mineex06.pbm -share/apps/kspaceduel/sprites/explosion/mineex06.ppm -share/apps/kspaceduel/sprites/explosion/mineex07.pbm -share/apps/kspaceduel/sprites/explosion/mineex07.ppm -share/apps/kspaceduel/sprites/explosion/mineex08.pbm -share/apps/kspaceduel/sprites/explosion/mineex08.ppm -share/apps/kspaceduel/sprites/explosion/mineex09.pbm -share/apps/kspaceduel/sprites/explosion/mineex09.ppm -share/apps/kspaceduel/sprites/explosion/mineex10.pbm -share/apps/kspaceduel/sprites/explosion/mineex10.ppm -share/apps/kspaceduel/sprites/explosion/mineex11.pbm -share/apps/kspaceduel/sprites/explosion/mineex11.ppm -share/apps/kspaceduel/sprites/explosion/mineex12.pbm -share/apps/kspaceduel/sprites/explosion/mineex12.ppm -share/apps/kspaceduel/sprites/explosion/mineex13.pbm -share/apps/kspaceduel/sprites/explosion/mineex13.ppm -share/apps/kspaceduel/sprites/explosion/mineex14.pbm -share/apps/kspaceduel/sprites/explosion/mineex14.ppm -share/apps/kspaceduel/sprites/explosion/mineex15.pbm -share/apps/kspaceduel/sprites/explosion/mineex15.ppm -share/apps/kspaceduel/sprites/explosion/mineex16.pbm -share/apps/kspaceduel/sprites/explosion/mineex16.ppm -share/apps/kspaceduel/sprites/explosion/mineex17.pbm -share/apps/kspaceduel/sprites/explosion/mineex17.ppm -share/apps/kspaceduel/sprites/playerinfo/energy.pnm -share/apps/kspaceduel/sprites/playerinfo/mine.pnm -share/apps/kspaceduel/sprites/playerinfo/ship10.pnm -share/apps/kspaceduel/sprites/playerinfo/ship11.pnm -share/apps/kspaceduel/sprites/playerinfo/ship12.pnm -share/apps/kspaceduel/sprites/playerinfo/ship13.pnm -share/apps/kspaceduel/sprites/playerinfo/ship20.pnm -share/apps/kspaceduel/sprites/playerinfo/ship21.pnm -share/apps/kspaceduel/sprites/playerinfo/ship22.pnm -share/apps/kspaceduel/sprites/playerinfo/ship23.pnm -share/apps/kspaceduel/sprites/playerinfo/win.pnm -share/apps/kspaceduel/sprites/powerups/pbullet.pbm -share/apps/kspaceduel/sprites/powerups/pbullet.ppm -share/apps/kspaceduel/sprites/powerups/penergy.pbm -share/apps/kspaceduel/sprites/powerups/penergy.ppm -share/apps/kspaceduel/sprites/powerups/pmine.pbm -share/apps/kspaceduel/sprites/powerups/pmine.ppm -share/apps/kspaceduel/sprites/powerups/pshield.pbm -share/apps/kspaceduel/sprites/powerups/pshield.ppm -share/apps/kspaceduel/sprites/ship1/bullet.pbm -share/apps/kspaceduel/sprites/ship1/bullet.ppm -share/apps/kspaceduel/sprites/ship1/mine0.pbm -share/apps/kspaceduel/sprites/ship1/mine0.ppm -share/apps/kspaceduel/sprites/ship1/mine1.pbm -share/apps/kspaceduel/sprites/ship1/mine1.ppm -share/apps/kspaceduel/sprites/ship1/ship00.pbm -share/apps/kspaceduel/sprites/ship1/ship00.ppm -share/apps/kspaceduel/sprites/ship1/ship01.pbm -share/apps/kspaceduel/sprites/ship1/ship01.ppm -share/apps/kspaceduel/sprites/ship1/ship02.pbm -share/apps/kspaceduel/sprites/ship1/ship02.ppm -share/apps/kspaceduel/sprites/ship1/ship03.pbm -share/apps/kspaceduel/sprites/ship1/ship03.ppm -share/apps/kspaceduel/sprites/ship1/ship04.pbm -share/apps/kspaceduel/sprites/ship1/ship04.ppm -share/apps/kspaceduel/sprites/ship1/ship05.pbm -share/apps/kspaceduel/sprites/ship1/ship05.ppm -share/apps/kspaceduel/sprites/ship1/ship06.pbm -share/apps/kspaceduel/sprites/ship1/ship06.ppm -share/apps/kspaceduel/sprites/ship1/ship07.pbm -share/apps/kspaceduel/sprites/ship1/ship07.ppm -share/apps/kspaceduel/sprites/ship1/ship08.pbm -share/apps/kspaceduel/sprites/ship1/ship08.ppm -share/apps/kspaceduel/sprites/ship1/ship09.pbm -share/apps/kspaceduel/sprites/ship1/ship09.ppm -share/apps/kspaceduel/sprites/ship1/ship10.pbm -share/apps/kspaceduel/sprites/ship1/ship10.ppm -share/apps/kspaceduel/sprites/ship1/ship11.pbm -share/apps/kspaceduel/sprites/ship1/ship11.ppm -share/apps/kspaceduel/sprites/ship1/ship12.pbm -share/apps/kspaceduel/sprites/ship1/ship12.ppm -share/apps/kspaceduel/sprites/ship1/ship13.pbm -share/apps/kspaceduel/sprites/ship1/ship13.ppm -share/apps/kspaceduel/sprites/ship1/ship14.pbm -share/apps/kspaceduel/sprites/ship1/ship14.ppm -share/apps/kspaceduel/sprites/ship1/ship15.pbm -share/apps/kspaceduel/sprites/ship1/ship15.ppm -share/apps/kspaceduel/sprites/ship1/ship16.pbm -share/apps/kspaceduel/sprites/ship1/ship16.ppm -share/apps/kspaceduel/sprites/ship1/ship17.pbm -share/apps/kspaceduel/sprites/ship1/ship17.ppm -share/apps/kspaceduel/sprites/ship1/ship18.pbm -share/apps/kspaceduel/sprites/ship1/ship18.ppm -share/apps/kspaceduel/sprites/ship1/ship19.pbm -share/apps/kspaceduel/sprites/ship1/ship19.ppm -share/apps/kspaceduel/sprites/ship1/ship20.pbm -share/apps/kspaceduel/sprites/ship1/ship20.ppm -share/apps/kspaceduel/sprites/ship1/ship21.pbm -share/apps/kspaceduel/sprites/ship1/ship21.ppm -share/apps/kspaceduel/sprites/ship1/ship22.pbm -share/apps/kspaceduel/sprites/ship1/ship22.ppm -share/apps/kspaceduel/sprites/ship1/ship23.pbm -share/apps/kspaceduel/sprites/ship1/ship23.ppm -share/apps/kspaceduel/sprites/ship1/ship24.pbm -share/apps/kspaceduel/sprites/ship1/ship24.ppm -share/apps/kspaceduel/sprites/ship1/ship25.pbm -share/apps/kspaceduel/sprites/ship1/ship25.ppm -share/apps/kspaceduel/sprites/ship1/ship26.pbm -share/apps/kspaceduel/sprites/ship1/ship26.ppm -share/apps/kspaceduel/sprites/ship1/ship27.pbm -share/apps/kspaceduel/sprites/ship1/ship27.ppm -share/apps/kspaceduel/sprites/ship1/ship28.pbm -share/apps/kspaceduel/sprites/ship1/ship28.ppm -share/apps/kspaceduel/sprites/ship1/ship29.pbm -share/apps/kspaceduel/sprites/ship1/ship29.ppm -share/apps/kspaceduel/sprites/ship1/ship30.pbm -share/apps/kspaceduel/sprites/ship1/ship30.ppm -share/apps/kspaceduel/sprites/ship1/ship31.pbm -share/apps/kspaceduel/sprites/ship1/ship31.ppm -share/apps/kspaceduel/sprites/ship1/ship32.pbm -share/apps/kspaceduel/sprites/ship1/ship32.ppm -share/apps/kspaceduel/sprites/ship1/ship33.pbm -share/apps/kspaceduel/sprites/ship1/ship33.ppm -share/apps/kspaceduel/sprites/ship1/ship34.pbm -share/apps/kspaceduel/sprites/ship1/ship34.ppm -share/apps/kspaceduel/sprites/ship1/ship35.pbm -share/apps/kspaceduel/sprites/ship1/ship35.ppm -share/apps/kspaceduel/sprites/ship1/ship36.pbm -share/apps/kspaceduel/sprites/ship1/ship36.ppm -share/apps/kspaceduel/sprites/ship1/ship37.pbm -share/apps/kspaceduel/sprites/ship1/ship37.ppm -share/apps/kspaceduel/sprites/ship1/ship38.pbm -share/apps/kspaceduel/sprites/ship1/ship38.ppm -share/apps/kspaceduel/sprites/ship1/ship39.pbm -share/apps/kspaceduel/sprites/ship1/ship39.ppm -share/apps/kspaceduel/sprites/ship1/ship40.pbm -share/apps/kspaceduel/sprites/ship1/ship40.ppm -share/apps/kspaceduel/sprites/ship1/ship41.pbm -share/apps/kspaceduel/sprites/ship1/ship41.ppm -share/apps/kspaceduel/sprites/ship1/ship42.pbm -share/apps/kspaceduel/sprites/ship1/ship42.ppm -share/apps/kspaceduel/sprites/ship1/ship43.pbm -share/apps/kspaceduel/sprites/ship1/ship43.ppm -share/apps/kspaceduel/sprites/ship1/ship44.pbm -share/apps/kspaceduel/sprites/ship1/ship44.ppm -share/apps/kspaceduel/sprites/ship1/ship45.pbm -share/apps/kspaceduel/sprites/ship1/ship45.ppm -share/apps/kspaceduel/sprites/ship1/ship46.pbm -share/apps/kspaceduel/sprites/ship1/ship46.ppm -share/apps/kspaceduel/sprites/ship1/ship47.pbm -share/apps/kspaceduel/sprites/ship1/ship47.ppm -share/apps/kspaceduel/sprites/ship1/ship48.pbm -share/apps/kspaceduel/sprites/ship1/ship48.ppm -share/apps/kspaceduel/sprites/ship1/ship49.pbm -share/apps/kspaceduel/sprites/ship1/ship49.ppm -share/apps/kspaceduel/sprites/ship1/ship50.pbm -share/apps/kspaceduel/sprites/ship1/ship50.ppm -share/apps/kspaceduel/sprites/ship1/ship51.pbm -share/apps/kspaceduel/sprites/ship1/ship51.ppm -share/apps/kspaceduel/sprites/ship1/ship52.pbm -share/apps/kspaceduel/sprites/ship1/ship52.ppm -share/apps/kspaceduel/sprites/ship1/ship53.pbm -share/apps/kspaceduel/sprites/ship1/ship53.ppm -share/apps/kspaceduel/sprites/ship1/ship54.pbm -share/apps/kspaceduel/sprites/ship1/ship54.ppm -share/apps/kspaceduel/sprites/ship1/ship55.pbm -share/apps/kspaceduel/sprites/ship1/ship55.ppm -share/apps/kspaceduel/sprites/ship1/ship56.pbm -share/apps/kspaceduel/sprites/ship1/ship56.ppm -share/apps/kspaceduel/sprites/ship1/ship57.pbm -share/apps/kspaceduel/sprites/ship1/ship57.ppm -share/apps/kspaceduel/sprites/ship1/ship58.pbm -share/apps/kspaceduel/sprites/ship1/ship58.ppm -share/apps/kspaceduel/sprites/ship1/ship59.pbm -share/apps/kspaceduel/sprites/ship1/ship59.ppm -share/apps/kspaceduel/sprites/ship1/ship60.pbm -share/apps/kspaceduel/sprites/ship1/ship60.ppm -share/apps/kspaceduel/sprites/ship1/ship61.pbm -share/apps/kspaceduel/sprites/ship1/ship61.ppm -share/apps/kspaceduel/sprites/ship1/ship62.pbm -share/apps/kspaceduel/sprites/ship1/ship62.ppm -share/apps/kspaceduel/sprites/ship1/ship63.pbm -share/apps/kspaceduel/sprites/ship1/ship63.ppm -share/apps/kspaceduel/sprites/ship1/ship64.pbm -share/apps/kspaceduel/sprites/ship1/ship64.ppm -share/apps/kspaceduel/sprites/ship2/bullet.pbm -share/apps/kspaceduel/sprites/ship2/bullet.ppm -share/apps/kspaceduel/sprites/ship2/mine0.pbm -share/apps/kspaceduel/sprites/ship2/mine0.ppm -share/apps/kspaceduel/sprites/ship2/mine1.pbm -share/apps/kspaceduel/sprites/ship2/mine1.ppm -share/apps/kspaceduel/sprites/ship2/ship00.pbm -share/apps/kspaceduel/sprites/ship2/ship00.ppm -share/apps/kspaceduel/sprites/ship2/ship01.pbm -share/apps/kspaceduel/sprites/ship2/ship01.ppm -share/apps/kspaceduel/sprites/ship2/ship02.pbm -share/apps/kspaceduel/sprites/ship2/ship02.ppm -share/apps/kspaceduel/sprites/ship2/ship03.pbm -share/apps/kspaceduel/sprites/ship2/ship03.ppm -share/apps/kspaceduel/sprites/ship2/ship04.pbm -share/apps/kspaceduel/sprites/ship2/ship04.ppm -share/apps/kspaceduel/sprites/ship2/ship05.pbm -share/apps/kspaceduel/sprites/ship2/ship05.ppm -share/apps/kspaceduel/sprites/ship2/ship06.pbm -share/apps/kspaceduel/sprites/ship2/ship06.ppm -share/apps/kspaceduel/sprites/ship2/ship07.pbm -share/apps/kspaceduel/sprites/ship2/ship07.ppm -share/apps/kspaceduel/sprites/ship2/ship08.pbm -share/apps/kspaceduel/sprites/ship2/ship08.ppm -share/apps/kspaceduel/sprites/ship2/ship09.pbm -share/apps/kspaceduel/sprites/ship2/ship09.ppm -share/apps/kspaceduel/sprites/ship2/ship10.pbm -share/apps/kspaceduel/sprites/ship2/ship10.ppm -share/apps/kspaceduel/sprites/ship2/ship11.pbm -share/apps/kspaceduel/sprites/ship2/ship11.ppm -share/apps/kspaceduel/sprites/ship2/ship12.pbm -share/apps/kspaceduel/sprites/ship2/ship12.ppm -share/apps/kspaceduel/sprites/ship2/ship13.pbm -share/apps/kspaceduel/sprites/ship2/ship13.ppm -share/apps/kspaceduel/sprites/ship2/ship14.pbm -share/apps/kspaceduel/sprites/ship2/ship14.ppm -share/apps/kspaceduel/sprites/ship2/ship15.pbm -share/apps/kspaceduel/sprites/ship2/ship15.ppm -share/apps/kspaceduel/sprites/ship2/ship16.pbm -share/apps/kspaceduel/sprites/ship2/ship16.ppm -share/apps/kspaceduel/sprites/ship2/ship17.pbm -share/apps/kspaceduel/sprites/ship2/ship17.ppm -share/apps/kspaceduel/sprites/ship2/ship18.pbm -share/apps/kspaceduel/sprites/ship2/ship18.ppm -share/apps/kspaceduel/sprites/ship2/ship19.pbm -share/apps/kspaceduel/sprites/ship2/ship19.ppm -share/apps/kspaceduel/sprites/ship2/ship20.pbm -share/apps/kspaceduel/sprites/ship2/ship20.ppm -share/apps/kspaceduel/sprites/ship2/ship21.pbm -share/apps/kspaceduel/sprites/ship2/ship21.ppm -share/apps/kspaceduel/sprites/ship2/ship22.pbm -share/apps/kspaceduel/sprites/ship2/ship22.ppm -share/apps/kspaceduel/sprites/ship2/ship23.pbm -share/apps/kspaceduel/sprites/ship2/ship23.ppm -share/apps/kspaceduel/sprites/ship2/ship24.pbm -share/apps/kspaceduel/sprites/ship2/ship24.ppm -share/apps/kspaceduel/sprites/ship2/ship25.pbm -share/apps/kspaceduel/sprites/ship2/ship25.ppm -share/apps/kspaceduel/sprites/ship2/ship26.pbm -share/apps/kspaceduel/sprites/ship2/ship26.ppm -share/apps/kspaceduel/sprites/ship2/ship27.pbm -share/apps/kspaceduel/sprites/ship2/ship27.ppm -share/apps/kspaceduel/sprites/ship2/ship28.pbm -share/apps/kspaceduel/sprites/ship2/ship28.ppm -share/apps/kspaceduel/sprites/ship2/ship29.pbm -share/apps/kspaceduel/sprites/ship2/ship29.ppm -share/apps/kspaceduel/sprites/ship2/ship30.pbm -share/apps/kspaceduel/sprites/ship2/ship30.ppm -share/apps/kspaceduel/sprites/ship2/ship31.pbm -share/apps/kspaceduel/sprites/ship2/ship31.ppm -share/apps/kspaceduel/sprites/ship2/ship32.pbm -share/apps/kspaceduel/sprites/ship2/ship32.ppm -share/apps/kspaceduel/sprites/ship2/ship33.pbm -share/apps/kspaceduel/sprites/ship2/ship33.ppm -share/apps/kspaceduel/sprites/ship2/ship34.pbm -share/apps/kspaceduel/sprites/ship2/ship34.ppm -share/apps/kspaceduel/sprites/ship2/ship35.pbm -share/apps/kspaceduel/sprites/ship2/ship35.ppm -share/apps/kspaceduel/sprites/ship2/ship36.pbm -share/apps/kspaceduel/sprites/ship2/ship36.ppm -share/apps/kspaceduel/sprites/ship2/ship37.pbm -share/apps/kspaceduel/sprites/ship2/ship37.ppm -share/apps/kspaceduel/sprites/ship2/ship38.pbm -share/apps/kspaceduel/sprites/ship2/ship38.ppm -share/apps/kspaceduel/sprites/ship2/ship39.pbm -share/apps/kspaceduel/sprites/ship2/ship39.ppm -share/apps/kspaceduel/sprites/ship2/ship40.pbm -share/apps/kspaceduel/sprites/ship2/ship40.ppm -share/apps/kspaceduel/sprites/ship2/ship41.pbm -share/apps/kspaceduel/sprites/ship2/ship41.ppm -share/apps/kspaceduel/sprites/ship2/ship42.pbm -share/apps/kspaceduel/sprites/ship2/ship42.ppm -share/apps/kspaceduel/sprites/ship2/ship43.pbm -share/apps/kspaceduel/sprites/ship2/ship43.ppm -share/apps/kspaceduel/sprites/ship2/ship44.pbm -share/apps/kspaceduel/sprites/ship2/ship44.ppm -share/apps/kspaceduel/sprites/ship2/ship45.pbm -share/apps/kspaceduel/sprites/ship2/ship45.ppm -share/apps/kspaceduel/sprites/ship2/ship46.pbm -share/apps/kspaceduel/sprites/ship2/ship46.ppm -share/apps/kspaceduel/sprites/ship2/ship47.pbm -share/apps/kspaceduel/sprites/ship2/ship47.ppm -share/apps/kspaceduel/sprites/ship2/ship48.pbm -share/apps/kspaceduel/sprites/ship2/ship48.ppm -share/apps/kspaceduel/sprites/ship2/ship49.pbm -share/apps/kspaceduel/sprites/ship2/ship49.ppm -share/apps/kspaceduel/sprites/ship2/ship50.pbm -share/apps/kspaceduel/sprites/ship2/ship50.ppm -share/apps/kspaceduel/sprites/ship2/ship51.pbm -share/apps/kspaceduel/sprites/ship2/ship51.ppm -share/apps/kspaceduel/sprites/ship2/ship52.pbm -share/apps/kspaceduel/sprites/ship2/ship52.ppm -share/apps/kspaceduel/sprites/ship2/ship53.pbm -share/apps/kspaceduel/sprites/ship2/ship53.ppm -share/apps/kspaceduel/sprites/ship2/ship54.pbm -share/apps/kspaceduel/sprites/ship2/ship54.ppm -share/apps/kspaceduel/sprites/ship2/ship55.pbm -share/apps/kspaceduel/sprites/ship2/ship55.ppm -share/apps/kspaceduel/sprites/ship2/ship56.pbm -share/apps/kspaceduel/sprites/ship2/ship56.ppm -share/apps/kspaceduel/sprites/ship2/ship57.pbm -share/apps/kspaceduel/sprites/ship2/ship57.ppm -share/apps/kspaceduel/sprites/ship2/ship58.pbm -share/apps/kspaceduel/sprites/ship2/ship58.ppm -share/apps/kspaceduel/sprites/ship2/ship59.pbm -share/apps/kspaceduel/sprites/ship2/ship59.ppm -share/apps/kspaceduel/sprites/ship2/ship60.pbm -share/apps/kspaceduel/sprites/ship2/ship60.ppm -share/apps/kspaceduel/sprites/ship2/ship61.pbm -share/apps/kspaceduel/sprites/ship2/ship61.ppm -share/apps/kspaceduel/sprites/ship2/ship62.pbm -share/apps/kspaceduel/sprites/ship2/ship62.ppm -share/apps/kspaceduel/sprites/ship2/ship63.pbm -share/apps/kspaceduel/sprites/ship2/ship63.ppm -share/apps/kspaceduel/sprites/ship2/ship64.pbm -share/apps/kspaceduel/sprites/ship2/ship64.ppm -share/apps/kspaceduel/sprites/sun/sun.pbm -share/apps/kspaceduel/sprites/sun/sun.ppm -share/apps/ktron/ktronui.rc -share/apps/ktuberling/ktuberlingui.rc -share/apps/ktuberling/museum/businessman.tuberling -share/apps/ktuberling/museum/cool.tuberling -share/apps/ktuberling/museum/crazy.tuberling -share/apps/ktuberling/museum/cyclop.tuberling -share/apps/ktuberling/museum/dali.tuberling -share/apps/ktuberling/museum/einstein.tuberling -share/apps/ktuberling/museum/fly.tuberling -share/apps/ktuberling/museum/grandpa.tuberling -share/apps/ktuberling/museum/happy.tuberling -share/apps/ktuberling/museum/hippie.tuberling -share/apps/ktuberling/museum/idiot.tuberling -share/apps/ktuberling/museum/miss.tuberling -share/apps/ktuberling/museum/mouse.tuberling -share/apps/ktuberling/museum/picasso.tuberling -share/apps/ktuberling/museum/sea.tuberling -share/apps/ktuberling/museum/serious.tuberling -share/apps/ktuberling/pics/aquarium-game.png -share/apps/ktuberling/pics/aquarium-mask.png -share/apps/ktuberling/pics/layout.xml -share/apps/ktuberling/pics/penguin-game.png -share/apps/ktuberling/pics/penguin-mask.png -share/apps/ktuberling/pics/potato-game.png -share/apps/ktuberling/pics/potato-mask.png -share/apps/ktuberling/sounds/en/badge.wav -share/apps/ktuberling/sounds/en/bow.wav -share/apps/ktuberling/sounds/en/cigar.wav -share/apps/ktuberling/sounds/en/ear.wav -share/apps/ktuberling/sounds/en/earring.wav -share/apps/ktuberling/sounds/en/eye.wav -share/apps/ktuberling/sounds/en/eyebrow.wav -share/apps/ktuberling/sounds/en/hat.wav -share/apps/ktuberling/sounds/en/moustache.wav -share/apps/ktuberling/sounds/en/mouth.wav -share/apps/ktuberling/sounds/en/nose.wav -share/apps/ktuberling/sounds/en/spectacles.wav -share/apps/ktuberling/sounds/en/sunglasses.wav -share/apps/ktuberling/sounds/en/tuberling.wav -share/apps/ktuberling/sounds/en/watch.wav -share/apps/kwin4/grafix/default/aboute.png -share/apps/kwin4/grafix/default/arrow0.png -share/apps/kwin4/grafix/default/arrow1.png -share/apps/kwin4/grafix/default/arrow2.png -share/apps/kwin4/grafix/default/background.png -share/apps/kwin4/grafix/default/board.png -share/apps/kwin4/grafix/default/crnt.png -share/apps/kwin4/grafix/default/empty.png -share/apps/kwin4/grafix/default/empty2.png -share/apps/kwin4/grafix/default/game_over.png -share/apps/kwin4/grafix/default/grafix.rc -share/apps/kwin4/grafix/default/introabout.png -share/apps/kwin4/grafix/default/piece0.png -share/apps/kwin4/grafix/default/piece1.png -share/apps/kwin4/grafix/default/star0.png -share/apps/kwin4/grafix/default/star1.png -share/apps/kwin4/grafix/default/star2.png -share/apps/kwin4/grafix/default/star3.png -share/apps/kwin4/grafix/default/star4.png -share/apps/kwin4/kwin4ui.rc -share/apps/lskat/grafix/background.png -share/apps/lskat/grafix/deck1.png -share/apps/lskat/grafix/deck2.png -share/apps/lskat/grafix/deck3.png -share/apps/lskat/grafix/deck4.png -share/apps/lskat/grafix/t1.png -share/apps/lskat/grafix/t2.png -share/apps/lskat/grafix/t3.png -share/apps/lskat/grafix/t4.png -share/apps/lskat/grafix/t5.png -share/apps/lskat/grafix/tback.png -share/apps/lskat/grafix/type1.png -share/apps/lskat/grafix/type2.png -share/apps/lskat/grafix/type3.png -share/apps/lskat/lskatui.rc -share/apps/zeroconf/_kbattleship._tcp -share/config.kcfg/kasteroids.kcfg -share/config.kcfg/kfouleggs.kcfg -share/config.kcfg/kjumpingcube.kcfg -share/config.kcfg/klines.kcfg -share/config.kcfg/kmahjongg.kcfg -share/config.kcfg/kreversi.kcfg -share/config.kcfg/kshisen.kcfg -share/config.kcfg/ksirtet.kcfg -share/config.kcfg/ksnake.kcfg -share/config.kcfg/kspaceduel.kcfg -share/config.kcfg/ktron.kcfg -share/config.kcfg/kwin4.kcfg -share/config/magic/kolf.magic -share/doc/HTML/en/atlantik/common -share/doc/HTML/en/atlantik/index.cache.bz2 -share/doc/HTML/en/atlantik/index.docbook -share/doc/HTML/en/atlantik/man-atlantik.6.docbook -share/doc/HTML/en/kasteroids/common -share/doc/HTML/en/kasteroids/fuel.png -share/doc/HTML/en/kasteroids/index.cache.bz2 -share/doc/HTML/en/kasteroids/index.docbook -share/doc/HTML/en/katomic/common -share/doc/HTML/en/katomic/index.cache.bz2 -share/doc/HTML/en/katomic/index.docbook -share/doc/HTML/en/kbackgammon/board.png -share/doc/HTML/en/kbackgammon/common -share/doc/HTML/en/kbackgammon/index.cache.bz2 -share/doc/HTML/en/kbackgammon/index.docbook -share/doc/HTML/en/kbattleship/common -share/doc/HTML/en/kbattleship/index.cache.bz2 -share/doc/HTML/en/kbattleship/index.docbook -share/doc/HTML/en/kblackbox/common -share/doc/HTML/en/kblackbox/index.cache.bz2 -share/doc/HTML/en/kblackbox/index.docbook -share/doc/HTML/en/kblackbox/kblackboxtbar.png -share/doc/HTML/en/kbounce/common -share/doc/HTML/en/kbounce/index.cache.bz2 -share/doc/HTML/en/kbounce/index.docbook -share/doc/HTML/en/kbounce/jezball_corridor1.png -share/doc/HTML/en/kbounce/jezball_corridor2.png -share/doc/HTML/en/kbounce/jezball_newWall.png -share/doc/HTML/en/kdegames-apidocs/common -share/doc/HTML/en/kenolaba/common -share/doc/HTML/en/kenolaba/index.cache.bz2 -share/doc/HTML/en/kenolaba/index.docbook -share/doc/HTML/en/kenolaba/kenolaba-pieces.png -share/doc/HTML/en/kenolaba/man-kenolaba.6.docbook -share/doc/HTML/en/kfouleggs/common -share/doc/HTML/en/kfouleggs/gamescreen.png -share/doc/HTML/en/kfouleggs/index.cache.bz2 -share/doc/HTML/en/kfouleggs/index.docbook -share/doc/HTML/en/kgoldrunner/common -share/doc/HTML/en/kgoldrunner/editbar.png -share/doc/HTML/en/kgoldrunner/enemy.png -share/doc/HTML/en/kgoldrunner/hero.png -share/doc/HTML/en/kgoldrunner/index.cache.bz2 -share/doc/HTML/en/kgoldrunner/index.docbook -share/doc/HTML/en/kgoldrunner/kgoldrunner.png -share/doc/HTML/en/kgoldrunner/level010.png -share/doc/HTML/en/kgoldrunner/select.png -share/doc/HTML/en/kgoldrunner/tute008.png -share/doc/HTML/en/kjumpingcube/common -share/doc/HTML/en/kjumpingcube/index.cache.bz2 -share/doc/HTML/en/kjumpingcube/index.docbook -share/doc/HTML/en/klickety/common -share/doc/HTML/en/klickety/index.cache.bz2 -share/doc/HTML/en/klickety/index.docbook -share/doc/HTML/en/klines/common -share/doc/HTML/en/klines/index.cache.bz2 -share/doc/HTML/en/klines/index.docbook -share/doc/HTML/en/kmahjongg/common -share/doc/HTML/en/kmahjongg/index.cache.bz2 -share/doc/HTML/en/kmahjongg/index.docbook -share/doc/HTML/en/kmines/common -share/doc/HTML/en/kmines/index.cache.bz2 -share/doc/HTML/en/kmines/index.docbook -share/doc/HTML/en/kmines/kmines1.png -share/doc/HTML/en/kmines/kmines2.png -share/doc/HTML/en/kolf/common -share/doc/HTML/en/kolf/index.cache.bz2 -share/doc/HTML/en/kolf/index.docbook -share/doc/HTML/en/konquest/common -share/doc/HTML/en/konquest/index.cache.bz2 -share/doc/HTML/en/konquest/index.docbook -share/doc/HTML/en/kpat/clubs.png -share/doc/HTML/en/kpat/common -share/doc/HTML/en/kpat/diamonds.png -share/doc/HTML/en/kpat/hearts.png -share/doc/HTML/en/kpat/index.cache.bz2 -share/doc/HTML/en/kpat/index.docbook -share/doc/HTML/en/kpat/man-kpat.6.docbook -share/doc/HTML/en/kpat/playfield.png -share/doc/HTML/en/kpat/spades.png -share/doc/HTML/en/kpoker/common -share/doc/HTML/en/kpoker/index.cache.bz2 -share/doc/HTML/en/kpoker/index.docbook -share/doc/HTML/en/kpoker/kpoker1.png -share/doc/HTML/en/kpoker/kpoker2.png -share/doc/HTML/en/kreversi/common -share/doc/HTML/en/kreversi/index.cache.bz2 -share/doc/HTML/en/kreversi/index.docbook -share/doc/HTML/en/kreversi/kreversi1.png -share/doc/HTML/en/ksame/common -share/doc/HTML/en/ksame/index.cache.bz2 -share/doc/HTML/en/ksame/index.docbook -share/doc/HTML/en/kshisen/common -share/doc/HTML/en/kshisen/index.cache.bz2 -share/doc/HTML/en/kshisen/index.docbook -share/doc/HTML/en/kshisen/score-formula.png -share/doc/HTML/en/kshisen/score-formula.tex -share/doc/HTML/en/ksirtet/common -share/doc/HTML/en/ksirtet/index.cache.bz2 -share/doc/HTML/en/ksirtet/index.docbook -share/doc/HTML/en/ksnake/common -share/doc/HTML/en/ksnake/index.cache.bz2 -share/doc/HTML/en/ksnake/index.docbook -share/doc/HTML/en/ksokoban/common -share/doc/HTML/en/ksokoban/index.cache.bz2 -share/doc/HTML/en/ksokoban/index.docbook -share/doc/HTML/en/kspaceduel/common -share/doc/HTML/en/kspaceduel/index.cache.bz2 -share/doc/HTML/en/kspaceduel/index.docbook -share/doc/HTML/en/kspaceduel/kspaceduel3.png -share/doc/HTML/en/ktron/common -share/doc/HTML/en/ktron/index.cache.bz2 -share/doc/HTML/en/ktron/index.docbook -share/doc/HTML/en/ktuberling/button.new.png -share/doc/HTML/en/ktuberling/button.open.png -share/doc/HTML/en/ktuberling/button.print.png -share/doc/HTML/en/ktuberling/button.redo.png -share/doc/HTML/en/ktuberling/button.save.png -share/doc/HTML/en/ktuberling/button.undo.png -share/doc/HTML/en/ktuberling/common -share/doc/HTML/en/ktuberling/gameboard.png -share/doc/HTML/en/ktuberling/index.cache.bz2 -share/doc/HTML/en/ktuberling/index.docbook -share/doc/HTML/en/ktuberling/ktuberling.png -share/doc/HTML/en/ktuberling/menu.edit.png -share/doc/HTML/en/ktuberling/menu.game.png -share/doc/HTML/en/ktuberling/menu.help.png -share/doc/HTML/en/ktuberling/menu.playground.png -share/doc/HTML/en/ktuberling/menu.raw.png -share/doc/HTML/en/ktuberling/menu.speech.png -share/doc/HTML/en/ktuberling/technical-reference.docbook -share/doc/HTML/en/ktuberling/toolbar.png -share/doc/HTML/en/kwin4/common -share/doc/HTML/en/kwin4/index.cache.bz2 -share/doc/HTML/en/kwin4/index.docbook -share/doc/HTML/en/lskat/common -share/doc/HTML/en/lskat/index.cache.bz2 -share/doc/HTML/en/lskat/index.docbook -share/icons/crystalsvg/128x128/apps/katomic.png -share/icons/crystalsvg/128x128/apps/kfouleggs.png -share/icons/crystalsvg/128x128/apps/klickety.png -share/icons/crystalsvg/128x128/apps/ksmiletris.png -share/icons/crystalsvg/128x128/apps/ktron.png -share/icons/crystalsvg/16x16/actions/endturn.png -share/icons/crystalsvg/16x16/actions/highscore.png -share/icons/crystalsvg/16x16/actions/roll.png -share/icons/crystalsvg/16x16/apps/atlantik.png -share/icons/crystalsvg/16x16/apps/kasteroids.png -share/icons/crystalsvg/16x16/apps/katomic.png -share/icons/crystalsvg/16x16/apps/kbackgammon.png -share/icons/crystalsvg/16x16/apps/kbackgammon_engine.png -share/icons/crystalsvg/16x16/apps/kbattleship.png -share/icons/crystalsvg/16x16/apps/kblackbox.png -share/icons/crystalsvg/16x16/apps/kbounce.png -share/icons/crystalsvg/16x16/apps/kenolaba.png -share/icons/crystalsvg/16x16/apps/kfouleggs.png -share/icons/crystalsvg/16x16/apps/kjumpingcube.png -share/icons/crystalsvg/16x16/apps/klickety.png -share/icons/crystalsvg/16x16/apps/klines.png -share/icons/crystalsvg/16x16/apps/kmahjongg.png -share/icons/crystalsvg/16x16/apps/kmines.png -share/icons/crystalsvg/16x16/apps/kolf.png -share/icons/crystalsvg/16x16/apps/konquest.png -share/icons/crystalsvg/16x16/apps/kpat.png -share/icons/crystalsvg/16x16/apps/kpoker.png -share/icons/crystalsvg/16x16/apps/kreversi.png -share/icons/crystalsvg/16x16/apps/ksame.png -share/icons/crystalsvg/16x16/apps/kshisen.png -share/icons/crystalsvg/16x16/apps/ksirtet.png -share/icons/crystalsvg/16x16/apps/ksmiletris.png -share/icons/crystalsvg/16x16/apps/ksnake.png -share/icons/crystalsvg/16x16/apps/ksokoban.png -share/icons/crystalsvg/16x16/apps/kspaceduel.png -share/icons/crystalsvg/16x16/apps/ktron.png -share/icons/crystalsvg/16x16/apps/kwin4.png -share/icons/crystalsvg/22x22/actions/roll.png -share/icons/crystalsvg/22x22/apps/katomic.png -share/icons/crystalsvg/22x22/apps/kfouleggs.png -share/icons/crystalsvg/22x22/apps/ktron.png -share/icons/crystalsvg/32x32/actions/endturn.png -share/icons/crystalsvg/32x32/actions/highscore.png -share/icons/crystalsvg/32x32/actions/roll.png -share/icons/crystalsvg/32x32/apps/atlantik.png -share/icons/crystalsvg/32x32/apps/kasteroids.png -share/icons/crystalsvg/32x32/apps/katomic.png -share/icons/crystalsvg/32x32/apps/kbackgammon.png -share/icons/crystalsvg/32x32/apps/kbackgammon_engine.png -share/icons/crystalsvg/32x32/apps/kbattleship.png -share/icons/crystalsvg/32x32/apps/kblackbox.png -share/icons/crystalsvg/32x32/apps/kbounce.png -share/icons/crystalsvg/32x32/apps/kenolaba.png -share/icons/crystalsvg/32x32/apps/kfouleggs.png -share/icons/crystalsvg/32x32/apps/kjumpingcube.png -share/icons/crystalsvg/32x32/apps/klickety.png -share/icons/crystalsvg/32x32/apps/klines.png -share/icons/crystalsvg/32x32/apps/kmahjongg.png -share/icons/crystalsvg/32x32/apps/kmines.png -share/icons/crystalsvg/32x32/apps/kolf.png -share/icons/crystalsvg/32x32/apps/konquest.png -share/icons/crystalsvg/32x32/apps/kpat.png -share/icons/crystalsvg/32x32/apps/kpoker.png -share/icons/crystalsvg/32x32/apps/kreversi.png -share/icons/crystalsvg/32x32/apps/ksame.png -share/icons/crystalsvg/32x32/apps/kshisen.png -share/icons/crystalsvg/32x32/apps/ksirtet.png -share/icons/crystalsvg/32x32/apps/ksmiletris.png -share/icons/crystalsvg/32x32/apps/ksnake.png -share/icons/crystalsvg/32x32/apps/ksokoban.png -share/icons/crystalsvg/32x32/apps/kspaceduel.png -share/icons/crystalsvg/32x32/apps/ktron.png -share/icons/crystalsvg/32x32/apps/ktuberling.png -share/icons/crystalsvg/32x32/apps/kwin4.png -share/icons/crystalsvg/32x32/apps/lskat.png -share/icons/crystalsvg/48x48/apps/atlantik.png -share/icons/crystalsvg/48x48/apps/kasteroids.png -share/icons/crystalsvg/48x48/apps/katomic.png -share/icons/crystalsvg/48x48/apps/kbackgammon.png -share/icons/crystalsvg/48x48/apps/kbackgammon_engine.png -share/icons/crystalsvg/48x48/apps/kblackbox.png -share/icons/crystalsvg/48x48/apps/kenolaba.png -share/icons/crystalsvg/48x48/apps/kfouleggs.png -share/icons/crystalsvg/48x48/apps/klickety.png -share/icons/crystalsvg/48x48/apps/kmahjongg.png -share/icons/crystalsvg/48x48/apps/kmines.png -share/icons/crystalsvg/48x48/apps/kolf.png -share/icons/crystalsvg/48x48/apps/konquest.png -share/icons/crystalsvg/48x48/apps/kpat.png -share/icons/crystalsvg/48x48/apps/kpoker.png -share/icons/crystalsvg/48x48/apps/kreversi.png -share/icons/crystalsvg/48x48/apps/ksame.png -share/icons/crystalsvg/48x48/apps/kshisen.png -share/icons/crystalsvg/48x48/apps/ksirtet.png -share/icons/crystalsvg/48x48/apps/ksmiletris.png -share/icons/crystalsvg/48x48/apps/ksnake.png -share/icons/crystalsvg/48x48/apps/ksokoban.png -share/icons/crystalsvg/48x48/apps/ktron.png -share/icons/crystalsvg/48x48/apps/kwin4.png -share/icons/crystalsvg/48x48/apps/lskat.png -share/icons/crystalsvg/64x64/apps/katomic.png -share/icons/crystalsvg/64x64/apps/kfouleggs.png -share/icons/crystalsvg/64x64/apps/klickety.png -share/icons/crystalsvg/64x64/apps/ksmiletris.png -share/icons/crystalsvg/64x64/apps/ktron.png -share/icons/crystalsvg/scalable/apps/katomic.svgz -share/icons/crystalsvg/scalable/apps/kfouleggs.svgz -share/icons/crystalsvg/scalable/apps/ktron.svgz -share/icons/hicolor/16x16/apps/kgoldrunner.png -share/icons/hicolor/32x32/apps/kgoldrunner.png -share/icons/locolor/16x16/apps/kbounce.png -share/icons/locolor/16x16/apps/kspaceduel.png -share/icons/locolor/16x16/apps/lskat.png -share/icons/locolor/32x32/apps/kbounce.png -share/icons/locolor/32x32/apps/kspaceduel.png -share/icons/locolor/32x32/apps/lskat.png -share/mimelnk/application/x-kolf.desktop -share/mimelnk/application/x-kourse.desktop -share/mimelnk/application/x-tuberling.desktop -share/services/atlantik.protocol -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdegames-apidocs/libkdegames/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdegames-apidocs/libkdegames/html -@exec /bin/mkdir -p %D/share/doc/HTML/en/kdegames-apidocs/libkdegames/html -@dirrm share/doc/HTML/en/lskat -@dirrm share/doc/HTML/en/kwin4 -@dirrm share/doc/HTML/en/ktuberling -@dirrm share/doc/HTML/en/ktron -@dirrm share/doc/HTML/en/kspaceduel -@dirrm share/doc/HTML/en/ksokoban -@dirrm share/doc/HTML/en/ksnake -@dirrm share/doc/HTML/en/ksirtet -@dirrm share/doc/HTML/en/kshisen -@dirrm share/doc/HTML/en/ksame -@dirrm share/doc/HTML/en/kreversi -@dirrm share/doc/HTML/en/kpoker -@dirrm share/doc/HTML/en/kpat -@dirrm share/doc/HTML/en/konquest -@dirrm share/doc/HTML/en/kolf -@dirrm share/doc/HTML/en/kmines -@dirrm share/doc/HTML/en/kmahjongg -@dirrm share/doc/HTML/en/klines -@dirrm share/doc/HTML/en/klickety -@dirrm share/doc/HTML/en/kjumpingcube -@dirrm share/doc/HTML/en/kgoldrunner -@dirrm share/doc/HTML/en/kfouleggs -@dirrm share/doc/HTML/en/kenolaba -@dirrm share/doc/HTML/en/kdegames-apidocs/libkdegames/html -@dirrm share/doc/HTML/en/kdegames-apidocs/libkdegames -@dirrm share/doc/HTML/en/kdegames-apidocs -@dirrm share/doc/HTML/en/kbounce -@dirrm share/doc/HTML/en/kblackbox -@dirrm share/doc/HTML/en/kbattleship -@dirrm share/doc/HTML/en/kbackgammon -@dirrm share/doc/HTML/en/katomic -@dirrm share/doc/HTML/en/kasteroids -@dirrm share/doc/HTML/en/atlantik -@dirrm share/config/magic -@dirrm share/apps/zeroconf -@dirrm share/apps/lskat/grafix -@dirrm share/apps/lskat -@dirrm share/apps/kwin4/grafix/default -@dirrm share/apps/kwin4/grafix -@dirrm share/apps/kwin4 -@dirrm share/apps/ktuberling/sounds/en -@dirrm share/apps/ktuberling/sounds -@dirrm share/apps/ktuberling/pics -@dirrm share/apps/ktuberling/museum -@dirrm share/apps/ktuberling -@dirrm share/apps/ktron -@dirrm share/apps/kspaceduel/sprites/sun -@dirrm share/apps/kspaceduel/sprites/ship2 -@dirrm share/apps/kspaceduel/sprites/ship1 -@dirrm share/apps/kspaceduel/sprites/powerups -@dirrm share/apps/kspaceduel/sprites/playerinfo -@dirrm share/apps/kspaceduel/sprites/explosion -@dirrm share/apps/kspaceduel/sprites -@dirrm share/apps/kspaceduel/icons/locolor/16x16/actions -@dirrm share/apps/kspaceduel/icons/locolor/16x16 -@dirrm share/apps/kspaceduel/icons/locolor -@dirrm share/apps/kspaceduel/icons/crystalsvg/32x32/actions -@dirrm share/apps/kspaceduel/icons/crystalsvg/32x32 -@dirrm share/apps/kspaceduel/icons/crystalsvg/22x22/actions -@dirrm share/apps/kspaceduel/icons/crystalsvg/22x22 -@dirrm share/apps/kspaceduel/icons/crystalsvg/16x16/actions -@dirrm share/apps/kspaceduel/icons/crystalsvg/16x16 -@dirrm share/apps/kspaceduel/icons/crystalsvg -@dirrm share/apps/kspaceduel/icons -@dirrm share/apps/kspaceduel -@dirrm share/apps/ksnake/pics -@dirrm share/apps/ksnake/levels -@dirrm share/apps/ksnake/backgrounds -@dirrm share/apps/ksnake -@dirrm share/apps/ksmiletris/sounds -@dirrm share/apps/ksmiletris/data -@dirrm share/apps/ksmiletris -@dirrm share/apps/ksirtet -@dirrm share/apps/kshisen -@dirrm share/apps/ksame -@dirrm share/apps/kreversi/sounds -@dirrm share/apps/kreversi/pics/background -@dirrm share/apps/kreversi/pics -@dirrm share/apps/kreversi -@dirrm share/apps/kpoker/sounds -@dirrm share/apps/kpoker -@dirrm share/apps/kpat/backgrounds -@dirrm share/apps/kpat -@dirrm share/apps/konquest/pics -@dirrm share/apps/konquest -@dirrm share/apps/kolf/sounds -@dirrm share/apps/kolf/pics -@dirrm share/apps/kolf/courses -@dirrm share/apps/kolf -@dirrm share/apps/kmines -@dirrm share/apps/kmahjongg/pics -@dirrm share/apps/kmahjongg -@dirrm share/apps/klines -@dirrm share/apps/klickety -@dirrm share/apps/kjumpingcube -@dirrm share/apps/kgoldrunner/system/levels -@dirrm share/apps/kgoldrunner/system -@dirrm share/apps/kgoldrunner -@dirrm share/apps/kfouleggs -@dirrm share/apps/kenolaba/pics -@dirrm share/apps/kenolaba -@dirrm share/apps/kdegames/pics -@dirrm share/apps/kdegames -@dirrm share/apps/kbounce/sounds -@dirrm share/apps/kbounce/pics -@dirrm share/apps/kbounce -@dirrm share/apps/kblackbox/pics -@dirrm share/apps/kblackbox -@dirrm share/apps/kbattleship/sounds -@dirrm share/apps/kbattleship/pictures -@dirrm share/apps/kbattleship -@dirrm share/apps/kbackgammon/sounds -@dirrm share/apps/kbackgammon/pics -@dirrm share/apps/kbackgammon -@dirrm share/apps/katomic/pics -@dirrm share/apps/katomic/levels -@dirrm share/apps/katomic -@dirrm share/apps/kasteroids/sprites/ship -@dirrm share/apps/kasteroids/sprites/shield -@dirrm share/apps/kasteroids/sprites/rock3 -@dirrm share/apps/kasteroids/sprites/rock2 -@dirrm share/apps/kasteroids/sprites/rock1 -@dirrm share/apps/kasteroids/sprites/powerups -@dirrm share/apps/kasteroids/sprites/missile -@dirrm share/apps/kasteroids/sprites/exhaust -@dirrm share/apps/kasteroids/sprites/bits -@dirrm share/apps/kasteroids/sprites -@dirrm share/apps/kasteroids/sounds -@dirrm share/apps/kasteroids -@dirrm share/apps/carddecks/decks -@dirrm share/apps/carddecks/cards-xskat-german -@dirrm share/apps/carddecks/cards-xskat-french -@dirrm share/apps/carddecks/cards-warwick -@dirrm share/apps/carddecks/cards-spaced -@dirrm share/apps/carddecks/cards-penguins -@dirrm share/apps/carddecks/cards-konqi-modern -@dirrm share/apps/carddecks/cards-hard-a-port -@dirrm share/apps/carddecks/cards-gdkcard-bonded -@dirrm share/apps/carddecks/cards-dondorf-whist-b -@dirrm share/apps/carddecks/cards-default -@dirrm share/apps/carddecks/cards-aisleriot -@dirrm share/apps/carddecks -@dirrm share/apps/atlantik/themes/default/tokens -@dirrm share/apps/atlantik/themes/default -@dirrm share/apps/atlantik/themes -@dirrm share/apps/atlantik/pics -@dirrm share/apps/atlantik/icons/locolor/16x16/actions -@dirrm share/apps/atlantik/icons/locolor/16x16 -@dirrm share/apps/atlantik/icons/locolor -@dirrm share/apps/atlantik/icons/crystalsvg/32x32/actions -@dirrm share/apps/atlantik/icons/crystalsvg/32x32 -@dirrm share/apps/atlantik/icons/crystalsvg/22x22/actions -@dirrm share/apps/atlantik/icons/crystalsvg/22x22 -@dirrm share/apps/atlantik/icons/crystalsvg/16x16/actions -@dirrm share/apps/atlantik/icons/crystalsvg/16x16 -@dirrm share/apps/atlantik/icons/crystalsvg -@dirrm share/apps/atlantik/icons -@dirrm share/apps/atlantik -@dirrm include/kolf -@dirrm include/kgame -@dirrm include/atlantik/ui -@dirrm include/atlantik -@dirrm include/atlantic diff --git a/games/knights-kde4/Makefile b/games/knights-kde4/Makefile deleted file mode 100644 index 777413f446cc..000000000000 --- a/games/knights-kde4/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: knight -# Date created: 24 Jun 2002 -# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de> -# -# $FreeBSD$ -# - -PORTNAME= knights -PORTVERSION= 0.6 -PORTREVISION= 2 -CATEGORIES= games kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= knights - -MAINTAINER= ports@FreeBSD.org -COMMENT= A KDE chess interface (gnuchess/crafty) - -RUN_DEPENDS= crafty:${PORTSDIR}/games/crafty - -USE_KDELIBS_VER= 3 -USE_REINPLACE= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE} - -post-patch: - @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/games/knights-kde4/distinfo b/games/knights-kde4/distinfo deleted file mode 100644 index 6a4cbdd09fcf..000000000000 --- a/games/knights-kde4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (knights-0.6.tar.gz) = b04574568b9bc3982b934328ee63fb74 -SIZE (knights-0.6.tar.gz) = 1317589 diff --git a/games/knights-kde4/files/patch-configure b/games/knights-kde4/files/patch-configure deleted file mode 100644 index 24dcd6bd5411..000000000000 --- a/games/knights-kde4/files/patch-configure +++ /dev/null @@ -1,419 +0,0 @@ ---- configure.orig Thu Nov 11 20:31:17 2004 -+++ configure Thu Nov 11 20:33:13 2004 -@@ -20831,15 +20831,34 @@ - - - --echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 --echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 --if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then -+ LIBPTHREAD="" -+ -+ if test -n "$PTHREAD_LIBS"; then -+ if test "x$PTHREAD_LIBS" = "x-pthread" ; then -+ LIBPTHREAD="PTHREAD" -+ else -+ PTHREAD_LIBS_save="$PTHREAD_LIBS" -+ PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'` -+ echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5 -+echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6 -+ -+ kde_save_LDFLAGS="$LDFLAGS" -+ kde_save_LIBS="$LIBS" -+ LDFLAGS="$LDFLAGS $all_libraries" -+ case $host_os in -+ aix*) LDFLAGS="-brtl $LDFLAGS" -+ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" -+ ;; -+ esac -+ as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh` -+echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5 -+echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6 -+if eval "test \"\${$as_ac_Lib+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpthread $LIBS" -+LIBS="-l$PTHREAD_LIBS $LIBS" - cat >conftest.$ac_ext <<_ACEOF --#line $LINENO "configure" - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext -@@ -20863,259 +20882,187 @@ - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+ (eval $ac_link) 2>conftest.er1 - ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && -- { ac_try='test -s conftest$ac_exeext' -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; } && -+ { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_lib_pthread_pthread_create=yes -+ eval "$as_ac_Lib=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pthread_pthread_create=no -+eval "$as_ac_Lib=no" - fi --rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext -+rm -f conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 --echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 --if test $ac_cv_lib_pthread_pthread_create = yes; then -- LIBPTHREAD="-lpthread" -+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 -+echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 -+if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ LIBPTHREAD="$PTHREAD_LIBS_save" - fi - -+ LDFLAGS="$kde_save_LDFLAGS" -+ LIBS="$kde_save_LIBS" - -+ PTHREAD_LIBS="$PTHREAD_LIBS_save" -+ fi -+ fi - -- -- # Check whether --enable-kernel-threads or --disable-kernel-threads was given. --if test "${enable_kernel_threads+set}" = set; then -- enableval="$enable_kernel_threads" -- kde_use_kernthreads=$enableval --else -- kde_use_kernthreads=no --fi; -- -- if test "$kde_use_kernthreads" = "yes"; then -- ac_save_CXXFLAGS="$CXXFLAGS" -- ac_save_CFLAGS="$CFLAGS" -- CXXFLAGS="-I/usr/local/include/pthread/linuxthreads $CXXFLAGS" -- CFLAGS="-I/usr/local/include/pthread/linuxthreads $CFLAGS" -- --for ac_header in pthread/linuxthreads/pthread.h --do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+ if test -z "$LIBPTHREAD"; then -+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 -+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 -+if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 --fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 - else -- # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lpthread $LIBS" - cat >conftest.$ac_ext <<_ACEOF --#line $LINENO "configure" - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --$ac_includes_default --#include <$ac_header> -+ -+/* Override any gcc2 internal prototype to avoid an error. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+/* We use char because int might match the return type of a gcc2 -+ builtin and then its argument prototype would still apply. */ -+char pthread_create (); -+int -+main () -+{ -+pthread_create (); -+ ; -+ return 0; -+} - _ACEOF --rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>&5 -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -+ (eval $ac_link) 2>conftest.er1 - ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && -- { ac_try='test -s conftest.$ac_objext' -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); }; }; then -- ac_header_compiler=yes --else -- echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 -- --ac_header_compiler=no --fi --rm -f conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -- --# Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 --cat >conftest.$ac_ext <<_ACEOF --#line $LINENO "configure" --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ --#include <$ac_header> --_ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -+ (exit $ac_status); }; } && -+ { ac_try='test -s conftest$ac_exeext' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 - ac_status=$? -- grep -v '^ *+' conftest.er1 >conftest.err -- rm -f conftest.er1 -- cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -- ac_header_preproc=yes -+ (exit $ac_status); }; }; then -+ ac_cv_lib_pthread_pthread_create=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- ac_header_preproc=no --fi --rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -- --# So? What about this header? --case $ac_header_compiler:$ac_header_preproc in -- yes:no ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- ( -- cat <<\_ASBOX --## ------------------------------------ ## --## Report this to bug-autoconf@gnu.org. ## --## ------------------------------------ ## --_ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -- ;; -- no:yes ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- ( -- cat <<\_ASBOX --## ------------------------------------ ## --## Report this to bug-autoconf@gnu.org. ## --## ------------------------------------ ## --_ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -- ;; --esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- eval "$as_ac_Header=$ac_header_preproc" -+ac_cv_lib_pthread_pthread_create=no - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -- -+rm -f conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -- cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 --_ACEOF -- -+echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 -+echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 -+if test $ac_cv_lib_pthread_pthread_create = yes; then -+ LIBPTHREAD="-lpthread" - fi - --done -+ fi - -- CXXFLAGS="$ac_save_CXXFLAGS" -- CFLAGS="$ac_save_CFLAGS" -- if test "$ac_cv_header_pthread_linuxthreads_pthread_h" = "no"; then -- kde_use_kernthreads=no -- else -- echo "$as_me:$LINENO: checking for pthread_join in -llthread" >&5 --echo $ECHO_N "checking for pthread_join in -llthread... $ECHO_C" >&6 --if test "${ac_cv_lib_lthread_pthread_join+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- ac_check_lib_save_LIBS=$LIBS --LIBS="-llthread $LIBS" --cat >conftest.$ac_ext <<_ACEOF --#line $LINENO "configure" -+ if test -z "$LIBPTHREAD" ; then -+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 -+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 -+ kde_safe_libs=$LIBS -+ LIBS="$LIBS -lpthread" -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ -- --/* Override any gcc2 internal prototype to avoid an error. */ --#ifdef __cplusplus --extern "C" --#endif --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char pthread_join (); -+#include <pthread.h> - int - main () - { --pthread_join (); -+(void)pthread_create(0,0,0,0); - ; - return 0; - } - _ACEOF - rm -f conftest.$ac_objext conftest$ac_exeext - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -- (eval $ac_link) 2>&5 -+ (eval $ac_link) 2>conftest.er1 - ac_status=$? -+ grep -v '^ *+' conftest.er1 >conftest.err -+ rm -f conftest.er1 -+ cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && -- { ac_try='test -s conftest$ac_exeext' -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' -+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 -+ (eval $ac_try) 2>&5 -+ ac_status=$? -+ echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ (exit $ac_status); }; } && -+ { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_lib_lthread_pthread_join=yes -+ -+ echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6 -+ LIBPTHREAD="-lpthread" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_lthread_pthread_join=no --fi --rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext --LIBS=$ac_check_lib_save_LIBS --fi --echo "$as_me:$LINENO: result: $ac_cv_lib_lthread_pthread_join" >&5 --echo "${ECHO_T}$ac_cv_lib_lthread_pthread_join" >&6 --if test $ac_cv_lib_lthread_pthread_join = yes; then -- LIBPTHREAD="-llthread -llgcc_r" -+ -+ echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6 - fi -- if test "x$LIBPTHREAD" = "x"; then -- kde_use_kernthreads=no -- else -- USE_THREADS="-D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads" -- fi -- fi -- else -+rm -f conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+ LIBS=$kde_safe_libs -+ fi -+ -+ if test "x$LIBPTHREAD" = "xPTHREAD" ; then -+ LIBPTHREAD="" -+ fi -+ -+ -+ -+ - USE_THREADS="" - if test -z "$LIBPTHREAD"; then - -@@ -21197,7 +21144,7 @@ - fi - - fi -- fi -+ - - - diff --git a/games/knights-kde4/files/patch-core.cpp b/games/knights-kde4/files/patch-core.cpp deleted file mode 100644 index 0fe783deb901..000000000000 --- a/games/knights-kde4/files/patch-core.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- knights/core.cpp.orig Sat Aug 21 10:14:24 2004 -+++ knights/core.cpp Sat Aug 21 10:28:14 2004 -@@ -90,7 +90,7 @@ - else - { - /* Use an existing internetIO */ -- (io_base*)internetioPtr = myIOMap.find(Null); -+ internetioPtr = (io_internet*)myIOMap.find(Null); - if( internetioPtr == NULL ) - { - kdWarning() << "core::createNewIO: Trying to connect a match to an internetIO that doesn't exsist." << endl; -@@ -114,12 +114,12 @@ - } - else - { -- (io_base*)internetioPtr = myIOMap.find(ID); -+ internetioPtr = (io_internet*)myIOMap.find(ID); - if( internetioPtr == NULL ) - { - /* no io mapped to the ID yet, use the internetio */ - /* Use an existing internetIO */ -- (io_base*)internetioPtr = myIOMap.find(Null); -+ internetioPtr = (io_internet*)myIOMap.find(Null); - if( internetioPtr == NULL ) - { - kdWarning() << "core::createNewIO: Trying to connect a match to an internetIO that doesn't exsist." << endl; diff --git a/games/knights-kde4/pkg-descr b/games/knights-kde4/pkg-descr deleted file mode 100644 index b2e079649ebd..000000000000 --- a/games/knights-kde4/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Knights is a graphical chess interface designed -to be both friendly to new chess players and -functional for Grand Masters. Knights is similar -to XBoard, but provides a more modern interface -and is more friendly to chess newbies. - -WWW: http://knights.sourceforge.net - -- Stefan Jahn -stefan.jahn@nemesis-sektor.de diff --git a/games/knights-kde4/pkg-plist b/games/knights-kde4/pkg-plist deleted file mode 100644 index 7eebb6010fa0..000000000000 --- a/games/knights-kde4/pkg-plist +++ /dev/null @@ -1,47 +0,0 @@ -bin/knights -share/applnk/Games/Board/knights.desktop -share/apps/knights/default-engine-portrait.jpg -share/apps/knights/default-portrait.jpg -share/apps/knights/icon-display.png -share/apps/knights/icon-general.png -share/apps/knights/pgn_template.kml -share/apps/knights/splash.png -share/apps/knights/themes/KBDefault.tar.gz -share/apps/knights/themes/KCDefault.tar.gz -share/apps/knights/themes/KSDefault.tar.gz -share/apps/knights/wizard.png -share/doc/HTML/de/knights/common -share/doc/HTML/en/knights/common -share/doc/HTML/en/knights/index.docbook -share/doc/HTML/es/knights/common -share/doc/HTML/et/knights/common -share/doc/HTML/fi/knights/common -share/doc/HTML/fr/knights/common -share/doc/HTML/fr/knights/index.docbook -share/doc/HTML/it/knights/common -share/doc/HTML/ru/knights/common -share/icons/hicolor/16x16/apps/knights.png -share/icons/hicolor/16x16/mimetypes/pgn.png -share/icons/hicolor/32x32/apps/knights.png -share/icons/hicolor/32x32/mimetypes/pgn.png -share/icons/hicolor/48x48/apps/knights.png -share/icons/hicolor/48x48/mimetypes/pgn.png -share/icons/hicolor/64x64/apps/knights.png -share/icons/hicolor/64x64/mimetypes/pgn.png -share/locale/de/LC_MESSAGES/knights.mo -share/locale/es/LC_MESSAGES/knights.mo -share/locale/et/LC_MESSAGES/knights.mo -share/locale/fi/LC_MESSAGES/knights.mo -share/locale/fr/LC_MESSAGES/knights.mo -share/locale/it/LC_MESSAGES/knights.mo -share/mimelnk/application/pgn.desktop -@dirrm share/doc/HTML/ru/knights -@dirrm share/doc/HTML/it/knights -@dirrm share/doc/HTML/fr/knights -@dirrm share/doc/HTML/fi/knights -@dirrm share/doc/HTML/et/knights -@dirrm share/doc/HTML/es/knights -@dirrm share/doc/HTML/en/knights -@dirrm share/doc/HTML/de/knights -@dirrm share/apps/knights/themes -@dirrm share/apps/knights diff --git a/games/linux-quake3-demo/Makefile b/games/linux-quake3-demo/Makefile deleted file mode 100644 index 9bb3d40ae61f..000000000000 --- a/games/linux-quake3-demo/Makefile +++ /dev/null @@ -1,328 +0,0 @@ -# New ports collection makefile for: linux-q3ademo -# Date created: 11 December 2000 -# Whom: Marc van Woerkom <3d@freebsd.org> -# -# - inspired by linux realplayer 7 port -# - special thanks to the Emacs key board macro -# -# $FreeBSD$ -# - -PORTNAME= q3ademo -PORTVERSION= 1.11.6 -PORTREVISION= 3 -CATEGORIES= games graphics linux -# fetch manually -MASTER_SITES= -PKGNAMEPREFIX= linux- -DISTNAME= linuxq3ademo-1.11-6.x86.gz.sh -# dont uncompress -EXTRACT_SUFX= - -MAINTAINER= ports@FreeBSD.org -COMMENT= Linux 3d shooter from id Software / Loki Software (demo version) - -USE_GL= yes -USE_LINUX= yes -USE_X_PREFIX= yes - -.include <bsd.port.pre.mk> - -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 -.ifdef(WITH_NVIDIA_GL) -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver -.else -RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri -.endif -.else -RUN_DEPENDS += ${LINUXBASE}/lib/libGL.so:${PORTSDIR}/graphics/linux_glx -.endif - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= may not be automatically fetched due to licensing\ - restrictions. You MUST manually fetch the Linux version from:\ - http://quake3.lokigames.com \ - - once ${DISTFILES} has been downloaded, move it to\ - ${DISTDIR} and then restart this build. -.endif - -ONLY_FOR_ARCHS= i386 -NO_CDROM= "Redistribution not allowed" -NO_BUILD= yes - -WRKSRC= ${WRKDIR}/q3ademo -Q3ADIR= ${PREFIX}/share/q3ademo - -pre-extract: - @${MKDIR} ${WRKDIR} - @${MKDIR} ${WRKSRC} - -do-extract: - @${SH} ${FILESDIR}/peel ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC} - -do-configure: - @${ECHO_CMD} "#!/bin/sh" > ${WRKSRC}/q3demo - @${ECHO_CMD} "cd "${Q3ADIR} >> ${WRKSRC}/q3demo - @${ECHO_CMD} "quake=\"./q3demo\"" >> ${WRKSRC}/q3demo - @${ECHO_CMD} "\""$$"quake\" "$$"*" >> ${WRKSRC}/q3demo - @${ECHO_CMD} "exit "$$"?" >> ${WRKSRC}/q3demo - @${BRANDELF} -t Linux ${WRKSRC}/bin/x86/glibc-2.0/q3ded - @${BRANDELF} -t Linux ${WRKSRC}/bin/x86/glibc-2.0/q3demo - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/q3demo ${PREFIX}/bin - @${MKDIR} ${Q3ADIR} - ${INSTALL_DATA} ${WRKSRC}/README ${Q3ADIR} - ${INSTALL_DATA} ${WRKSRC}/icon.bmp ${Q3ADIR} - ${INSTALL_DATA} ${WRKSRC}/icon.xpm ${Q3ADIR} - ${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/glibc-2.0/q3ded ${Q3ADIR} - ${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/glibc-2.0/q3demo ${Q3ADIR} - @${MKDIR} ${Q3ADIR}/demoq3 - ${INSTALL_DATA} ${WRKSRC}/demoq3/pak0.pk3 ${Q3ADIR}/demoq3 - -.if !defined(NOPORTDOCS) - @${MKDIR} ${Q3ADIR}/Help - ${INSTALL_DATA} ${WRKSRC}/Help/BotCommands.html ${Q3ADIR}/Help - ${INSTALL_DATA} ${WRKSRC}/Help/DedicatedServer.html ${Q3ADIR}/Help - ${INSTALL_DATA} ${WRKSRC}/Help/Index.html ${Q3ADIR}/Help - ${INSTALL_DATA} ${WRKSRC}/Help/Q3A_EULA.html ${Q3ADIR}/Help - ${INSTALL_DATA} ${WRKSRC}/Help/Q3A_EULA.txt ${Q3ADIR}/Help - ${INSTALL_DATA} ${WRKSRC}/Help/Quake3World.html ${Q3ADIR}/Help - ${INSTALL_DATA} ${WRKSRC}/Help/Readme.html ${Q3ADIR}/Help - @${MKDIR} ${Q3ADIR}/Help/DocsArt - ${INSTALL_DATA} ${WRKSRC}/Help/DocsArt/Header.jpg ${Q3ADIR}/Help/DocsArt - ${INSTALL_DATA} ${WRKSRC}/Help/DocsArt/fast1.jpg ${Q3ADIR}/Help/DocsArt - ${INSTALL_DATA} ${WRKSRC}/Help/DocsArt/fast2.jpg ${Q3ADIR}/Help/DocsArt - @${MKDIR} ${Q3ADIR}/Help/Manual - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/index.html ${Q3ADIR}/Help/Manual - @${MKDIR} ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arena.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arenaa.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arenae.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arenaf.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arenag.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arenah.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arenam.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arenaw.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/credits.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/customer.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/default.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/escmenu.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/installation.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/main.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/mainm.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/mains.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/navigate.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/overview.html ${Q3ADIR}/Help/Manual/htmlpages - @${MKDIR} ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/cornerlogo.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/cover.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_01_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_01_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_02_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_02_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_03_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_03_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_04_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_04_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_05_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_05_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_06_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_06_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_07_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_07_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_08_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_08_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/sidebar.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/sidebarb.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/sidebarg.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/space.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subcatline.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtfrag.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titlearena.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titlecred.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titlecust.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titledef.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titleesc.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titleinstall.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titleline.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titlemain.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titleover.jpg ${Q3ADIR}/Help/Manual/navart - @${MKDIR} ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Anarki.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Angel.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Biker.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Bitterman.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Bones.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Cadavre.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Crash.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Daemia.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Doom.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Gorre.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Grunt.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Hossman.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Hunter.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Keel.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Klesk.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Lucy.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Major.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Mynx.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Orbb.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Patriot.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Phobos.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Ranger.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Razor.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Sarge.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Slash.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Sorlag.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Stripe.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Tankjr.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Uriel.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Visor.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Wrack.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Xaero.jpg ${Q3ADIR}/Help/Manual/navart/charart - @${MKDIR} ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/acceler_l.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/acceler_r.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/bounce_l.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/bounce_r.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/captureflag.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/controls.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/create.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/doors_l.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/doors_r.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/escmenu.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/fog_l.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/fog_r.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/fogdeath.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/freeforall.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/gameoptions.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/gates.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/graphics.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/lava_l.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/lava_r.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/lift.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/multiplayer.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/pendulum.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/platform.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/playerset.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/setup.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/singleplayer.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/skirmish.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/slime.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/teamdeath.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/teleport.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/tourney.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/trigger.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/voids.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/water.jpg ${Q3ADIR}/Help/Manual/navart/screens - @${MKDIR} ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subarena.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subarmor.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subcarri.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subchoose.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subcontr.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subcontrol.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subcopy.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subdemo.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subenviro.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subflags.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subgame.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subgamg.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subglad.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subgraph.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subheal.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subhost.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subinaust.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subinter.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subintheus.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subitems.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subjoin.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subleave.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/sublook.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/sublook02.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/submedal.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/submisc.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/submisc02.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/submove.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/submove02.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/submulti.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subnews.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subplayer.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subplayer02.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subpower.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subquit.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subquit02.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subreset.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subserve.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subsetup.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subshoot.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subshoot02.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subsing.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subsyst.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subteam.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subtstruct.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subweap.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - @${MKDIR} ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/BFG-10K.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/Railg.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/armorcombat.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/armorheavy.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/armorshard.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/battles.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/bfg-10ka.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/bfg-10kh.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/blue.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/flight.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/gauntlet.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/grenadea.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/grenadeh.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/grenadel.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/haste.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/healthgld.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/healthgrn.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/healthyelo.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/invisib.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/lightinga.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/lightingg.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/lightningh.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/machinea.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/machineg.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/machineh.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/medacc.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/medexce.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/medfrag.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/medgua.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/medimpr.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/medkit.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/medperf.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/megaheal.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/plasmaa.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/plasmag.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/plasmah.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/quaddam.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/raila.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/railh.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/red.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/regen.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/rocketa.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/rocketh.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/rocketl.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/shotg.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/shotguna.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/shotgunh.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/teleport.jpg ${Q3ADIR}/Help/Manual/navart/weapons - @${MKDIR} ${Q3ADIR}/Help/Support - ${INSTALL_DATA} ${WRKSRC}/Help/Support/Index.html ${Q3ADIR}/Help/Support - @${MKDIR} ${Q3ADIR}/Help/Support/CustomerSupport - ${INSTALL_DATA} ${WRKSRC}/Help/Support/CustomerSupport/Customer_Support.htm ${Q3ADIR}/Help/Support/CustomerSupport - @${MKDIR} ${Q3ADIR}/Help/Support/Information - ${INSTALL_DATA} ${WRKSRC}/Help/Support/Information/Improving_Performance.htm ${Q3ADIR}/Help/Support/Information - ${INSTALL_DATA} ${WRKSRC}/Help/Support/Information/Minimum_System_Requirements.htm ${Q3ADIR}/Help/Support/Information -.endif - -post-install: - ${LN} -fs ${LINUXBASE}/usr/X11R6/lib/libGL.so.1 ${PREFIX}/share/q3ademo/libGL.so - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/games/linux-quake3-demo/distinfo b/games/linux-quake3-demo/distinfo deleted file mode 100644 index 2fe28b8d1e4e..000000000000 --- a/games/linux-quake3-demo/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (linuxq3ademo-1.11-6.x86.gz.sh) = 484610c1ce34272223a52ec331c99d5d diff --git a/games/linux-quake3-demo/files/peel b/games/linux-quake3-demo/files/peel deleted file mode 100644 index 982b97d1d216..000000000000 --- a/games/linux-quake3-demo/files/peel +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -cd $2 -tail +165 $1 | tar xfoz - diff --git a/games/linux-quake3-demo/pkg-descr b/games/linux-quake3-demo/pkg-descr deleted file mode 100644 index d90aabd44c53..000000000000 --- a/games/linux-quake3-demo/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -This is the Linux version the Quake III Arena demo -from id Software / Loki Software - -It features single and multi player gaming. - -Note that the graphics performance is typically bound by your -OpenGL driver. - -Tested with: -o FreeBSD5.0-CURRENT, AMD K7-700, GeForce DDR, XFree86 3.3.6, - Mesa 3.2.1, Utah glx 0.9 (the rather slow hw acc driver) - results in 21.5 fps (640x480x16) for time demo 'demo001'. - Sound worked fine (SB Live). - -IMPORTANT: -Due to license restrictions, this package must be manually downloaded -from the Loki web site: - -WWW: http://quake3.lokigames.com/ diff --git a/games/linux-quake3-demo/pkg-message b/games/linux-quake3-demo/pkg-message deleted file mode 100644 index c0bb713983c1..000000000000 --- a/games/linux-quake3-demo/pkg-message +++ /dev/null @@ -1,23 +0,0 @@ -************************************************************ -Please read these files - - $(X11)/share/q3ademo/Readme.html - $(X11)/share/q3ademo/Help/Q3A_EULA.html - -before you run the application. - -************************************************************ -Some FreeBSD information can be found at: - - http://people.freebsd.org/~3d - -************************************************************ -To discuss multimedia topics like 3d graphics and sound the - - freebsd-multimedia - -mailing list is always worth a try. - -************************************************************ - - diff --git a/games/linux-quake3-demo/pkg-plist b/games/linux-quake3-demo/pkg-plist deleted file mode 100644 index 1ea881b6f820..000000000000 --- a/games/linux-quake3-demo/pkg-plist +++ /dev/null @@ -1,248 +0,0 @@ -bin/q3demo -share/q3ademo/README -share/q3ademo/icon.bmp -share/q3ademo/icon.xpm -share/q3ademo/q3ded -share/q3ademo/q3demo -share/q3ademo/libGL.so -share/q3ademo/demoq3/pak0.pk3 -share/q3ademo/Help/BotCommands.html -share/q3ademo/Help/DedicatedServer.html -share/q3ademo/Help/Index.html -share/q3ademo/Help/Q3A_EULA.html -share/q3ademo/Help/Q3A_EULA.txt -share/q3ademo/Help/Quake3World.html -share/q3ademo/Help/Readme.html -share/q3ademo/Help/DocsArt/Header.jpg -share/q3ademo/Help/DocsArt/fast1.jpg -share/q3ademo/Help/DocsArt/fast2.jpg -share/q3ademo/Help/Manual/index.html -share/q3ademo/Help/Manual/htmlpages/arena.html -share/q3ademo/Help/Manual/htmlpages/arenaa.html -share/q3ademo/Help/Manual/htmlpages/arenae.html -share/q3ademo/Help/Manual/htmlpages/arenaf.html -share/q3ademo/Help/Manual/htmlpages/arenag.html -share/q3ademo/Help/Manual/htmlpages/arenah.html -share/q3ademo/Help/Manual/htmlpages/arenam.html -share/q3ademo/Help/Manual/htmlpages/arenaw.html -share/q3ademo/Help/Manual/htmlpages/credits.html -share/q3ademo/Help/Manual/htmlpages/customer.html -share/q3ademo/Help/Manual/htmlpages/default.html -share/q3ademo/Help/Manual/htmlpages/escmenu.html -share/q3ademo/Help/Manual/htmlpages/installation.html -share/q3ademo/Help/Manual/htmlpages/main.html -share/q3ademo/Help/Manual/htmlpages/mainm.html -share/q3ademo/Help/Manual/htmlpages/mains.html -share/q3ademo/Help/Manual/htmlpages/navigate.html -share/q3ademo/Help/Manual/htmlpages/overview.html -share/q3ademo/Help/Manual/navart/cornerlogo.jpg -share/q3ademo/Help/Manual/navart/cover.jpg -share/q3ademo/Help/Manual/navart/nav_01_dn.gif -share/q3ademo/Help/Manual/navart/nav_01_up.gif -share/q3ademo/Help/Manual/navart/nav_02_dn.gif -share/q3ademo/Help/Manual/navart/nav_02_up.gif -share/q3ademo/Help/Manual/navart/nav_03_dn.gif -share/q3ademo/Help/Manual/navart/nav_03_up.gif -share/q3ademo/Help/Manual/navart/nav_04_dn.gif -share/q3ademo/Help/Manual/navart/nav_04_up.gif -share/q3ademo/Help/Manual/navart/nav_05_dn.gif -share/q3ademo/Help/Manual/navart/nav_05_up.gif -share/q3ademo/Help/Manual/navart/nav_06_dn.gif -share/q3ademo/Help/Manual/navart/nav_06_up.gif -share/q3ademo/Help/Manual/navart/nav_07_dn.gif -share/q3ademo/Help/Manual/navart/nav_07_up.gif -share/q3ademo/Help/Manual/navart/nav_08_dn.gif -share/q3ademo/Help/Manual/navart/nav_08_up.gif -share/q3ademo/Help/Manual/navart/sidebar.jpg -share/q3ademo/Help/Manual/navart/sidebarb.jpg -share/q3ademo/Help/Manual/navart/sidebarg.jpg -share/q3ademo/Help/Manual/navart/space.jpg -share/q3ademo/Help/Manual/navart/subcatline.jpg -share/q3ademo/Help/Manual/navart/subtfrag.jpg -share/q3ademo/Help/Manual/navart/titlearena.jpg -share/q3ademo/Help/Manual/navart/titlecred.jpg -share/q3ademo/Help/Manual/navart/titlecust.jpg -share/q3ademo/Help/Manual/navart/titledef.jpg -share/q3ademo/Help/Manual/navart/titleesc.jpg -share/q3ademo/Help/Manual/navart/titleinstall.jpg -share/q3ademo/Help/Manual/navart/titleline.jpg -share/q3ademo/Help/Manual/navart/titlemain.jpg -share/q3ademo/Help/Manual/navart/titleover.jpg -share/q3ademo/Help/Manual/navart/charart/Anarki.jpg -share/q3ademo/Help/Manual/navart/charart/Angel.jpg -share/q3ademo/Help/Manual/navart/charart/Biker.jpg -share/q3ademo/Help/Manual/navart/charart/Bitterman.jpg -share/q3ademo/Help/Manual/navart/charart/Bones.jpg -share/q3ademo/Help/Manual/navart/charart/Cadavre.jpg -share/q3ademo/Help/Manual/navart/charart/Crash.jpg -share/q3ademo/Help/Manual/navart/charart/Daemia.jpg -share/q3ademo/Help/Manual/navart/charart/Doom.jpg -share/q3ademo/Help/Manual/navart/charart/Gorre.jpg -share/q3ademo/Help/Manual/navart/charart/Grunt.jpg -share/q3ademo/Help/Manual/navart/charart/Hossman.jpg -share/q3ademo/Help/Manual/navart/charart/Hunter.jpg -share/q3ademo/Help/Manual/navart/charart/Keel.jpg -share/q3ademo/Help/Manual/navart/charart/Klesk.jpg -share/q3ademo/Help/Manual/navart/charart/Lucy.jpg -share/q3ademo/Help/Manual/navart/charart/Major.jpg -share/q3ademo/Help/Manual/navart/charart/Mynx.jpg -share/q3ademo/Help/Manual/navart/charart/Orbb.jpg -share/q3ademo/Help/Manual/navart/charart/Patriot.jpg -share/q3ademo/Help/Manual/navart/charart/Phobos.jpg -share/q3ademo/Help/Manual/navart/charart/Ranger.jpg -share/q3ademo/Help/Manual/navart/charart/Razor.jpg -share/q3ademo/Help/Manual/navart/charart/Sarge.jpg -share/q3ademo/Help/Manual/navart/charart/Slash.jpg -share/q3ademo/Help/Manual/navart/charart/Sorlag.jpg -share/q3ademo/Help/Manual/navart/charart/Stripe.jpg -share/q3ademo/Help/Manual/navart/charart/Tankjr.jpg -share/q3ademo/Help/Manual/navart/charart/Uriel.jpg -share/q3ademo/Help/Manual/navart/charart/Visor.jpg -share/q3ademo/Help/Manual/navart/charart/Wrack.jpg -share/q3ademo/Help/Manual/navart/charart/Xaero.jpg -share/q3ademo/Help/Manual/navart/screens/acceler_l.jpg -share/q3ademo/Help/Manual/navart/screens/acceler_r.jpg -share/q3ademo/Help/Manual/navart/screens/bounce_l.jpg -share/q3ademo/Help/Manual/navart/screens/bounce_r.jpg -share/q3ademo/Help/Manual/navart/screens/captureflag.jpg -share/q3ademo/Help/Manual/navart/screens/controls.jpg -share/q3ademo/Help/Manual/navart/screens/create.jpg -share/q3ademo/Help/Manual/navart/screens/doors_l.jpg -share/q3ademo/Help/Manual/navart/screens/doors_r.jpg -share/q3ademo/Help/Manual/navart/screens/escmenu.jpg -share/q3ademo/Help/Manual/navart/screens/fog_l.jpg -share/q3ademo/Help/Manual/navart/screens/fog_r.jpg -share/q3ademo/Help/Manual/navart/screens/fogdeath.jpg -share/q3ademo/Help/Manual/navart/screens/freeforall.jpg -share/q3ademo/Help/Manual/navart/screens/gameoptions.jpg -share/q3ademo/Help/Manual/navart/screens/gates.jpg -share/q3ademo/Help/Manual/navart/screens/graphics.jpg -share/q3ademo/Help/Manual/navart/screens/lava_l.jpg -share/q3ademo/Help/Manual/navart/screens/lava_r.jpg -share/q3ademo/Help/Manual/navart/screens/lift.jpg -share/q3ademo/Help/Manual/navart/screens/multiplayer.jpg -share/q3ademo/Help/Manual/navart/screens/pendulum.jpg -share/q3ademo/Help/Manual/navart/screens/platform.jpg -share/q3ademo/Help/Manual/navart/screens/playerset.jpg -share/q3ademo/Help/Manual/navart/screens/setup.jpg -share/q3ademo/Help/Manual/navart/screens/singleplayer.jpg -share/q3ademo/Help/Manual/navart/screens/skirmish.jpg -share/q3ademo/Help/Manual/navart/screens/slime.jpg -share/q3ademo/Help/Manual/navart/screens/teamdeath.jpg -share/q3ademo/Help/Manual/navart/screens/teleport.jpg -share/q3ademo/Help/Manual/navart/screens/tourney.jpg -share/q3ademo/Help/Manual/navart/screens/trigger.jpg -share/q3ademo/Help/Manual/navart/screens/voids.jpg -share/q3ademo/Help/Manual/navart/screens/water.jpg -share/q3ademo/Help/Manual/navart/subtitles/subarena.jpg -share/q3ademo/Help/Manual/navart/subtitles/subarmor.jpg -share/q3ademo/Help/Manual/navart/subtitles/subcarri.jpg -share/q3ademo/Help/Manual/navart/subtitles/subchoose.jpg -share/q3ademo/Help/Manual/navart/subtitles/subcontr.jpg -share/q3ademo/Help/Manual/navart/subtitles/subcontrol.jpg -share/q3ademo/Help/Manual/navart/subtitles/subcopy.jpg -share/q3ademo/Help/Manual/navart/subtitles/subdemo.jpg -share/q3ademo/Help/Manual/navart/subtitles/subenviro.jpg -share/q3ademo/Help/Manual/navart/subtitles/subflags.jpg -share/q3ademo/Help/Manual/navart/subtitles/subgame.jpg -share/q3ademo/Help/Manual/navart/subtitles/subgamg.jpg -share/q3ademo/Help/Manual/navart/subtitles/subglad.jpg -share/q3ademo/Help/Manual/navart/subtitles/subgraph.jpg -share/q3ademo/Help/Manual/navart/subtitles/subheal.jpg -share/q3ademo/Help/Manual/navart/subtitles/subhost.jpg -share/q3ademo/Help/Manual/navart/subtitles/subinaust.jpg -share/q3ademo/Help/Manual/navart/subtitles/subinter.jpg -share/q3ademo/Help/Manual/navart/subtitles/subintheus.jpg -share/q3ademo/Help/Manual/navart/subtitles/subitems.jpg -share/q3ademo/Help/Manual/navart/subtitles/subjoin.jpg -share/q3ademo/Help/Manual/navart/subtitles/subleave.jpg -share/q3ademo/Help/Manual/navart/subtitles/sublook.jpg -share/q3ademo/Help/Manual/navart/subtitles/sublook02.jpg -share/q3ademo/Help/Manual/navart/subtitles/submedal.jpg -share/q3ademo/Help/Manual/navart/subtitles/submisc.jpg -share/q3ademo/Help/Manual/navart/subtitles/submisc02.jpg -share/q3ademo/Help/Manual/navart/subtitles/submove.jpg -share/q3ademo/Help/Manual/navart/subtitles/submove02.jpg -share/q3ademo/Help/Manual/navart/subtitles/submulti.jpg -share/q3ademo/Help/Manual/navart/subtitles/subnews.jpg -share/q3ademo/Help/Manual/navart/subtitles/subplayer.jpg -share/q3ademo/Help/Manual/navart/subtitles/subplayer02.jpg -share/q3ademo/Help/Manual/navart/subtitles/subpower.jpg -share/q3ademo/Help/Manual/navart/subtitles/subquit.jpg -share/q3ademo/Help/Manual/navart/subtitles/subquit02.jpg -share/q3ademo/Help/Manual/navart/subtitles/subreset.jpg -share/q3ademo/Help/Manual/navart/subtitles/subserve.jpg -share/q3ademo/Help/Manual/navart/subtitles/subsetup.jpg -share/q3ademo/Help/Manual/navart/subtitles/subshoot.jpg -share/q3ademo/Help/Manual/navart/subtitles/subshoot02.jpg -share/q3ademo/Help/Manual/navart/subtitles/subsing.jpg -share/q3ademo/Help/Manual/navart/subtitles/subsyst.jpg -share/q3ademo/Help/Manual/navart/subtitles/subteam.jpg -share/q3ademo/Help/Manual/navart/subtitles/subtstruct.jpg -share/q3ademo/Help/Manual/navart/subtitles/subweap.jpg -share/q3ademo/Help/Manual/navart/weapons/BFG-10K.jpg -share/q3ademo/Help/Manual/navart/weapons/Railg.jpg -share/q3ademo/Help/Manual/navart/weapons/armorcombat.jpg -share/q3ademo/Help/Manual/navart/weapons/armorheavy.jpg -share/q3ademo/Help/Manual/navart/weapons/armorshard.jpg -share/q3ademo/Help/Manual/navart/weapons/battles.jpg -share/q3ademo/Help/Manual/navart/weapons/bfg-10ka.jpg -share/q3ademo/Help/Manual/navart/weapons/bfg-10kh.jpg -share/q3ademo/Help/Manual/navart/weapons/blue.jpg -share/q3ademo/Help/Manual/navart/weapons/flight.jpg -share/q3ademo/Help/Manual/navart/weapons/gauntlet.jpg -share/q3ademo/Help/Manual/navart/weapons/grenadea.jpg -share/q3ademo/Help/Manual/navart/weapons/grenadeh.jpg -share/q3ademo/Help/Manual/navart/weapons/grenadel.jpg -share/q3ademo/Help/Manual/navart/weapons/haste.jpg -share/q3ademo/Help/Manual/navart/weapons/healthgld.jpg -share/q3ademo/Help/Manual/navart/weapons/healthgrn.jpg -share/q3ademo/Help/Manual/navart/weapons/healthyelo.jpg -share/q3ademo/Help/Manual/navart/weapons/invisib.jpg -share/q3ademo/Help/Manual/navart/weapons/lightinga.jpg -share/q3ademo/Help/Manual/navart/weapons/lightingg.jpg -share/q3ademo/Help/Manual/navart/weapons/lightningh.jpg -share/q3ademo/Help/Manual/navart/weapons/machinea.jpg -share/q3ademo/Help/Manual/navart/weapons/machineg.jpg -share/q3ademo/Help/Manual/navart/weapons/machineh.jpg -share/q3ademo/Help/Manual/navart/weapons/medacc.jpg -share/q3ademo/Help/Manual/navart/weapons/medexce.jpg -share/q3ademo/Help/Manual/navart/weapons/medfrag.jpg -share/q3ademo/Help/Manual/navart/weapons/medgua.jpg -share/q3ademo/Help/Manual/navart/weapons/medimpr.jpg -share/q3ademo/Help/Manual/navart/weapons/medkit.jpg -share/q3ademo/Help/Manual/navart/weapons/medperf.jpg -share/q3ademo/Help/Manual/navart/weapons/megaheal.jpg -share/q3ademo/Help/Manual/navart/weapons/plasmaa.jpg -share/q3ademo/Help/Manual/navart/weapons/plasmag.jpg -share/q3ademo/Help/Manual/navart/weapons/plasmah.jpg -share/q3ademo/Help/Manual/navart/weapons/quaddam.jpg -share/q3ademo/Help/Manual/navart/weapons/raila.jpg -share/q3ademo/Help/Manual/navart/weapons/railh.jpg -share/q3ademo/Help/Manual/navart/weapons/red.jpg -share/q3ademo/Help/Manual/navart/weapons/regen.jpg -share/q3ademo/Help/Manual/navart/weapons/rocketa.jpg -share/q3ademo/Help/Manual/navart/weapons/rocketh.jpg -share/q3ademo/Help/Manual/navart/weapons/rocketl.jpg -share/q3ademo/Help/Manual/navart/weapons/shotg.jpg -share/q3ademo/Help/Manual/navart/weapons/shotguna.jpg -share/q3ademo/Help/Manual/navart/weapons/shotgunh.jpg -share/q3ademo/Help/Manual/navart/weapons/teleport.jpg -share/q3ademo/Help/Support/Index.html -share/q3ademo/Help/Support/CustomerSupport/Customer_Support.htm -share/q3ademo/Help/Support/Information/Improving_Performance.htm -share/q3ademo/Help/Support/Information/Minimum_System_Requirements.htm -@dirrm share/q3ademo/Help/Support/Information -@dirrm share/q3ademo/Help/Support/CustomerSupport -@dirrm share/q3ademo/Help/Support -@dirrm share/q3ademo/Help/Manual/navart/weapons -@dirrm share/q3ademo/Help/Manual/navart/subtitles -@dirrm share/q3ademo/Help/Manual/navart/screens -@dirrm share/q3ademo/Help/Manual/navart/charart -@dirrm share/q3ademo/Help/Manual/navart -@dirrm share/q3ademo/Help/Manual/htmlpages -@dirrm share/q3ademo/Help/Manual -@dirrm share/q3ademo/Help/DocsArt -@dirrm share/q3ademo/Help -@dirrm share/q3ademo/demoq3 -@dirrm share/q3ademo diff --git a/games/linux-quake3/Makefile b/games/linux-quake3/Makefile deleted file mode 100644 index 33a6c620ffef..000000000000 --- a/games/linux-quake3/Makefile +++ /dev/null @@ -1,101 +0,0 @@ -# New ports collection makefile for: Quake 3 Arena Dedicated Server -# Date created: Sun Jun 3 00:52:38 EDT 2001 -# Whom: pat@databits.net -# -# $FreeBSD$ -# - -PORTNAME= q3ded -PORTVERSION= 1.32b -PORTREVISION= 1 -CATEGORIES= games linux -MASTER_SITES= ftp://ftp.bluesnews.com/idstuff/quake3/linux/ \ - ftp://ftp.idsoftware.com/idstuff/quake3/linux/ -DISTNAME= linuxq3apoint-${PORTVERSION}.x86 -EXTRACT_SUFX= .run - -MAINTAINER= pat@FreeBSD.org -COMMENT= Quake III Arena Dedicated Server for Linux - -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes -USE_PERL5= yes -NO_CDROM= "Size; the data set is much too big" -NO_BUILD= yes -NO_WRKSUBDIR= yes -Q3BASE= games -Q3DIR= ${Q3BASE}/quake3/ -PLIST_SUB+= Q3DIR="${Q3DIR}" Q3BASE="${Q3BASE}" -INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 - -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @cd ${WRKDIR} && ${TAIL} +266 ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ - ${TAR} zxvf - >/dev/null - -pre-patch: -# remove trailing ^M - @${FIND} -E ${WRKSRC} -type f \ - -iregex ".*\.(bat|cfg|gam|htm|html|inf|ini|lst|sc|scr|txt|url)" \ - -exec ${PERL} -pi -ne 's!\r\n!\n!' {} 1>/dev/null 2>&1 \; - -do-install: - @${INSTALL_DIR} ${PREFIX}/${Q3DIR}/pb ${PREFIX}/${Q3DIR}/baseq3 \ - ${PREFIX}/${Q3DIR}/missionpack -.for bpak in 1 2 3 4 5 6 7 8 - @${INSTALL_DATA} ${WRKSRC}/baseq3/pak${bpak}.pk3 \ - ${PREFIX}/${Q3DIR}/baseq3 -.endfor -.for mpak in 1 2 3 - @${INSTALL_DATA} ${WRKSRC}/missionpack/pak${mpak}.pk3 \ - ${PREFIX}/${Q3DIR}/missionpack -.endfor -.for exec in q3ded quake3.x86 quake3-smp.x86 - @${INSTALL} -c -o nobody -g nogroup -m 500 ${WRKSRC}/bin/x86/${exec} \ - ${PREFIX}/${Q3DIR} -.endfor -.for pb in pbag.so pbcl.so pbsv.so - @${INSTALL_DATA} ${WRKSRC}/pb/${pb} ${PREFIX}/${Q3DIR}/pb -.endfor - -post-install: -.if !defined(NOPORTDOCS) - @${INSTALL_DIR} ${PREFIX}/${Q3DIR}/Docs/LinuxFAQ \ - ${PREFIX}/${Q3DIR}/Docs/PunkBuster/admins \ - ${PREFIX}/${Q3DIR}/Docs/PunkBuster/players \ - ${PREFIX}/${Q3DIR}/pb/htm -.for docs in CHANGES-1.32.txt INSTALL Q3A_EULA.txt README-Id-7-26-01.html \ - README-linux.txt quake3.xpm - @${INSTALL_DATA} ${WRKSRC}/${docs} ${PREFIX}/${Q3DIR} -.endfor -.for faq in INSTALL index.html udp_wide_README.txt udp_wide_broadcast.patch - @${INSTALL_DATA} ${WRKSRC}/Docs/LinuxFAQ/${faq} \ - ${PREFIX}/${Q3DIR}/Docs/LinuxFAQ -.endfor -.for admins in index.htm tabout1.gif tadvanced1.gif tbasics1.gif \ - tcommands1.gif tcommands2.gif tenabling1.gif tfaq1.gif tgame1.gif \ - tintro1.gif tlogo.gif tmonitoring1.gif tpbint1.gif tpbsub1.gif \ - tplayer1.gif tquick1.gif tremote1.gif tscreen1.gif tsettings1.gif \ - ttitle1.gif ttoc1.gif tupdating1.gif - @${INSTALL_DATA} ${WRKSRC}/Docs/PunkBuster/admins/${admins} \ - ${PREFIX}/${Q3DIR}/Docs/PunkBuster/admins -.endfor -.for players in index.htm sbrowser1.jpg skeyboard1.gif stilde1.gif tabout1.gif \ - tbasics1.gif tbutton1.gif tbutton2.gif tcommands1.gif tcommands2.gif \ - tenabling1.gif tfaq1.gif tfinding1.gif tgame1.gif tintro1.gif \ - tlogo.gif tmonitoring1.gif tname1.gif tpbint1.gif tpbsub1.gif \ - tquick1.gif tremote1.gif tscreen1.gif tsettings1.gif ttaking1.gif \ - ttitle1.gif ttoc1.gif tupdating1.gif tusing1.gif - @${INSTALL_DATA} ${WRKSRC}/Docs/PunkBuster/players/${players} \ - ${PREFIX}/${Q3DIR}/Docs/PunkBuster/players -.endfor -.for pbhtm in la001293.htm lc000993.htm ls000993.htm ma001293.htm mc000993.htm \ - ms000993.htm wa001293.htm wc000993.htm ws000993.htm - @${INSTALL_DATA} ${WRKSRC}/pb/htm/${pbhtm} ${PREFIX}/${Q3DIR}/pb/htm -.endfor - @${INSTALL_DATA} ${WRKSRC}/pb/PB_EULA.txt ${PREFIX}/${Q3DIR}/pb -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/games/linux-quake3/distinfo b/games/linux-quake3/distinfo deleted file mode 100644 index be23db25a365..000000000000 --- a/games/linux-quake3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (linuxq3apoint-1.32b.x86.run) = c6afb977ca0357de39db6871c8a3cd37 -SIZE (linuxq3apoint-1.32b.x86.run) = 31478345 diff --git a/games/linux-quake3/pkg-descr b/games/linux-quake3/pkg-descr deleted file mode 100644 index eec4214a0d09..000000000000 --- a/games/linux-quake3/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This package contains all of the items you'll need to run a -Quake III Arena dedicated server under FreeBSD with Linux -emulation. To run server in non-demo mode, which is what you -want to do, copy pak0.pk3 from the retail CD to your baseq3 -directory. - -WWW: http://www.quake3arena.com/ - -- Patrick Li <pat@FreeBSD.org> diff --git a/games/linux-quake3/pkg-message b/games/linux-quake3/pkg-message deleted file mode 100644 index ebb51e779481..000000000000 --- a/games/linux-quake3/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -*WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* ------------------------------------------------------------- -There is a bug in Q3 server regarding server log placement. -Temporary workaround for this problem is to run Q3 server in -a non-root environment. You may create a separate account for -this or use an existing one as long as it does not have super- -user privileges and manually do a recursive change in ownership -to Q3 server and any mods you install accordingly. ------------------------------------------------------------- diff --git a/games/linux-quake3/pkg-plist b/games/linux-quake3/pkg-plist deleted file mode 100644 index 6f7c422a1252..000000000000 --- a/games/linux-quake3/pkg-plist +++ /dev/null @@ -1,99 +0,0 @@ -%%PORTDOCS%%%%Q3DIR%%CHANGES-1.32.txt -%%PORTDOCS%%%%Q3DIR%%Docs/LinuxFAQ/INSTALL -%%PORTDOCS%%%%Q3DIR%%Docs/LinuxFAQ/index.html -%%PORTDOCS%%%%Q3DIR%%Docs/LinuxFAQ/udp_wide_README.txt -%%PORTDOCS%%%%Q3DIR%%Docs/LinuxFAQ/udp_wide_broadcast.patch -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/index.htm -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tabout1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tadvanced1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tbasics1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tcommands1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tcommands2.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tenabling1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tfaq1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tgame1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tintro1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tlogo.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tmonitoring1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tpbint1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tpbsub1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tplayer1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tquick1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tremote1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tscreen1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tsettings1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/ttitle1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/ttoc1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/admins/tupdating1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/index.htm -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/sbrowser1.jpg -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/skeyboard1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/stilde1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tabout1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tbasics1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tbutton1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tbutton2.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tcommands1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tcommands2.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tenabling1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tfaq1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tfinding1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tgame1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tintro1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tlogo.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tmonitoring1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tname1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tpbint1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tpbsub1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tquick1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tremote1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tscreen1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tsettings1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/ttaking1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/ttitle1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/ttoc1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tupdating1.gif -%%PORTDOCS%%%%Q3DIR%%Docs/PunkBuster/players/tusing1.gif -%%PORTDOCS%%%%Q3DIR%%INSTALL -%%PORTDOCS%%%%Q3DIR%%Q3A_EULA.txt -%%PORTDOCS%%%%Q3DIR%%README-Id-7-26-01.html -%%PORTDOCS%%%%Q3DIR%%README-linux.txt -%%Q3DIR%%baseq3/pak1.pk3 -%%Q3DIR%%baseq3/pak2.pk3 -%%Q3DIR%%baseq3/pak3.pk3 -%%Q3DIR%%baseq3/pak4.pk3 -%%Q3DIR%%baseq3/pak5.pk3 -%%Q3DIR%%baseq3/pak6.pk3 -%%Q3DIR%%baseq3/pak7.pk3 -%%Q3DIR%%baseq3/pak8.pk3 -%%Q3DIR%%missionpack/pak1.pk3 -%%Q3DIR%%missionpack/pak2.pk3 -%%Q3DIR%%missionpack/pak3.pk3 -%%PORTDOCS%%%%Q3DIR%%pb/PB_EULA.txt -%%PORTDOCS%%%%Q3DIR%%pb/htm/la001293.htm -%%PORTDOCS%%%%Q3DIR%%pb/htm/lc000993.htm -%%PORTDOCS%%%%Q3DIR%%pb/htm/ls000993.htm -%%PORTDOCS%%%%Q3DIR%%pb/htm/ma001293.htm -%%PORTDOCS%%%%Q3DIR%%pb/htm/mc000993.htm -%%PORTDOCS%%%%Q3DIR%%pb/htm/ms000993.htm -%%PORTDOCS%%%%Q3DIR%%pb/htm/wa001293.htm -%%PORTDOCS%%%%Q3DIR%%pb/htm/wc000993.htm -%%PORTDOCS%%%%Q3DIR%%pb/htm/ws000993.htm -%%Q3DIR%%pb/pbag.so -%%Q3DIR%%pb/pbcl.so -%%Q3DIR%%pb/pbsv.so -%%Q3DIR%%q3ded -%%Q3DIR%%quake3.x86 -%%Q3DIR%%quake3-smp.x86 -%%PORTDOCS%%%%Q3DIR%%quake3.xpm -%%PORTDOCS%%@dirrm %%Q3DIR%%pb/htm -@dirrm %%Q3DIR%%pb -@dirrm %%Q3DIR%%missionpack -@dirrm %%Q3DIR%%baseq3 -%%PORTDOCS%%@dirrm %%Q3DIR%%Docs/PunkBuster/players -%%PORTDOCS%%@dirrm %%Q3DIR%%Docs/PunkBuster/admins -%%PORTDOCS%%@dirrm %%Q3DIR%%Docs/PunkBuster -%%PORTDOCS%%@dirrm %%Q3DIR%%Docs/LinuxFAQ -%%PORTDOCS%%@dirrm %%Q3DIR%%Docs -@unexec rmdir %D/%%Q3DIR%% >/dev/null 2>&1 || echo "If you are permanently removing this port, you should do a ``rm -Rf ${PKG_PREFIX}/%%Q3DIR%%; rmdir ${PKG_PREFIX}/%%Q3BASE%% >/dev/null 2>&1 || true`` to remove any configuration files, *.pk3 files, and mods left." | fmt -@unexec rmdir %D/%%Q3BASE%% >/dev/null 2>&1 || true diff --git a/games/linux-ssamtse/Makefile b/games/linux-ssamtse/Makefile deleted file mode 100644 index bd4a3dcab9ed..000000000000 --- a/games/linux-ssamtse/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: ssamtse -# Date created: 25 November 2003 -# Whom: Sergey Akifyev -# -# $FreeBSD$ -# - -PORTNAME= ssamtse -PORTVERSION= b1 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= # must fetch manually -DISTFILES= ${PORTNAME}-${PORTVERSION:S|b|beta|}.sh.bin -EXTRACT_ONLY= - -MAINTAINER= asa@gascom.ru -COMMENT= Serious Sam - The Second Encounter - -NO_BUILD= yes -USE_BZIP2= yes -USE_REINPLACE= yes -USE_LINUX= yes -USE_X_PREFIX= yes -USE_GL= yes -INSTALLS_SHLIB= yes -NO_PACKAGE= yes # distfiles must be downloaded manually, wierd legal issues etc etc etc. - -SSAMDIR= ${PREFIX}/ssam -SERIOUS_MHZ?= 1000 -PKGMESSAGE= ${WRKDIR}/pkgmsg - -ONLY_FOR_ARCHS= i386 - -pre-fetch: - @if test ! -e "${DISTDIR}/${DISTFILES}"; then \ - ${ECHO_MSG} "Warning: you should fetch distfiles for this port"; \ - ${ECHO_MSG} "manually! Google for 'serious sam linux', and get"; \ - ${ECHO_MSG} "following files into distdir:"; \ - ${ECHO_MSG} " ${DISTFILES}"; \ - ${ECHO_MSG} "I'll enable auto-fetch, when licensing issues"; \ - ${ECHO_MSG} "become clear"; \ - ${FALSE}; \ - fi - -post-extract: -.if !exists("${WRKDIR}/ssam/") - @${ECHO} n | ${SH} ${DISTDIR}/${DISTFILES} --keep --nox11 --confirm \ - --target ${WRKDIR}/ssam - @${ECHO_MSG} "" -.endif - @${MKDIR} ${WRKSRC} - @${TAR} -C ${WRKSRC} -xzf ${WRKDIR}/ssam/setupstuff.tar.gz - -post-patch: - @${REINPLACE_CMD} -e 's|%SSAMTSE_DATA_PATH%|${SSAMDIR}/Bin|g' \ - -e 's|%SERIOUS_MHZ%|${SERIOUS_MHZ}|g' \ - ${WRKSRC}/bin/ssamtse - @${SED} 's|%SSAMDIR%|${SSAMDIR}|g' ${PKGDIR}/pkg-message > ${PKGMESSAGE} - -do-install: -# XXX: this is missing "${BRANDELF} -t Linux <executables>" - @${MKDIR} ${SSAMDIR} - @${TAR} --bzip2 -C ${SSAMDIR} -xf \ - ${WRKDIR}/ssam/bins.tar.bz2 - @${LN} -sf ${SSAMDIR}/Bin/libogg.so ${SSAMDIR}/Bin/libogg.so.0 - @${LN} -sf ${SSAMDIR}/Bin/libGameMP.so ${SSAMDIR}/Bin/libGame.so - @${LN} -sf ${SSAMDIR}/Bin/libEntitiesMP.so ${SSAMDIR}/Bin/libEntities.so - @${INSTALL_SCRIPT} ${WRKSRC}/bin/ssamtse ${PREFIX}/bin/ssamtse - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/games/linux-ssamtse/distinfo b/games/linux-ssamtse/distinfo deleted file mode 100644 index 2be1f20f5d26..000000000000 --- a/games/linux-ssamtse/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ssamtse-beta1.sh.bin) = 38ba5a60f9f7132a25f92f8aa40c1ba0 diff --git a/games/linux-ssamtse/files/patch-bin_ssamtse b/games/linux-ssamtse/files/patch-bin_ssamtse deleted file mode 100644 index 697068320854..000000000000 --- a/games/linux-ssamtse/files/patch-bin_ssamtse +++ /dev/null @@ -1,21 +0,0 @@ ---- bin/ssamtse.orig Fri Mar 14 07:07:05 2003 -+++ bin/ssamtse Tue Nov 25 09:14:55 2003 -@@ -3,6 +3,8 @@ - # Serious Sam: The Second Encounter startup script - # - -+SSAMTSE_DATA_PATH=/usr/local/ssam/Bin -+ - # Function to find the real directory a program resides in. - # Feb. 17, 2000 - Sam Lantinga, Loki Entertainment Software - FindPath() -@@ -41,6 +43,9 @@ - - LD_LIBRARY_PATH=.:${SSAMTSE_DATA_PATH}:${LD_LIBRARY_PATH} - export LD_LIBRARY_PATH -+ -+export __GL_SINGLE_THREADED=yes -+export SERIOUS_MHZ=%SERIOUS_MHZ% - - # Let's boogie! - if [ -x "${SSAMTSE_DATA_PATH}/ssam_lnx" ] diff --git a/games/linux-ssamtse/pkg-descr b/games/linux-ssamtse/pkg-descr deleted file mode 100644 index f3c34d6e462b..000000000000 --- a/games/linux-ssamtse/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Sam is back in the all new Second Episode of his -battles with his arch-enemy Mental! After finding -the Sirian spacecraft in ancient Egypt, Sam -"Serious" Stonr hijacked it and headed for Mental -himself! - -Warning: You still need original game data files -to play. diff --git a/games/linux-ssamtse/pkg-message b/games/linux-ssamtse/pkg-message deleted file mode 100644 index e35c4721d2fd..000000000000 --- a/games/linux-ssamtse/pkg-message +++ /dev/null @@ -1,11 +0,0 @@ -Serious Sam - The Second Encounter linux binaries are now -installed. But it's up to you to copy SSam data files -to %SSAMDIR%. - -Also, you need to edit ssamtse executable (this is a shell -script) to set correct CPU frequency in SERIOUS_MHZ variable. -This variable can also be passed to make at port build time. - -I hope, this will be fixed someday... -(especially if someone mails me file list -of original game CD) diff --git a/games/linux-ssamtse/pkg-plist b/games/linux-ssamtse/pkg-plist deleted file mode 100644 index 91ac9dcb8fde..000000000000 --- a/games/linux-ssamtse/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -bin/ssamtse -ssam/Bin/libEntitiesMP.so -ssam/Bin/libamp11lib.so -ssam/Bin/libvorbis.so -ssam/Bin/ssam_lnx.dynamic -ssam/Bin/libGameMP.so -ssam/Bin/libvorbisfile.so -ssam/Bin/ssam_lnxded -ssam/Bin/libShaders.so -ssam/Bin/libogg.so -ssam/Bin/ssam_lnx -ssam/Bin/ssam_lnxded.dynamic -@exec ln -sf %D/ssam/Bin/libogg.so %D/ssam/Bin/libogg.so.0 -@exec ln -sf %D/ssam/Bin/libGameMP.so %D/ssam/Bin/libGame.so -@exec ln -sf %D/ssam/Bin/libEntitiesMP.so %D/ssam/Bin/libEntities.so -@unexec rm %D/ssam/Bin/libogg.so.0 2>&1 >/dev/null || true -@unexec rm %D/ssam/Bin/libGame.so 2>&1 >/dev/null || true -@unexec rm %D/ssam/Bin/libEntities.so 2>&1 >/dev/null || true -@dirrm ssam/Bin -@dirrm ssam diff --git a/games/lmarbles/Makefile b/games/lmarbles/Makefile deleted file mode 100644 index ee9af76751a9..000000000000 --- a/games/lmarbles/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: marbles -# Date created: 12 June 2002 -# Whom: verm@drunkmonk.net -# -# $FreeBSD$ -# - -PORTNAME= marbles -PORTVERSION= 1.0.2 -PORTREVISION= 3 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= lgames - -MAINTAINER= ports@FreeBSD.org -COMMENT= A challenging puzzle game similar to Atomix - -USE_SDL= sdl -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-profile-path=/var/games -USE_REINPLACE= yes - -MAN6= marbles.6 - -post-patch: - @${REINPLACE_CMD} -e 's/SDL\///' ${WRKSRC}/src/*.[ch] - @${REINPLACE_CMD} -e 's/^#include "sys\/timeb.h"//' \ - ${WRKSRC}/src/timer.c - @${REINPLACE_CMD} -e 's/games\/marbles/marbles/g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's/if .*marbles.prfs/if false/' \ - ${WRKSRC}/src/Makefile.in - -post-install: - ${INSTALL_DATA} ${WRKSRC}/src/empty.prfs ${DATADIR} - @${CHOWN} root:games ${PREFIX}/bin/marbles - @${CHMOD} g+s ${PREFIX}/bin/marbles - @${SETENV} "PKG_PREFIX=${PREFIX}" \ - ${SH} pkg-install ${PKGNAME} POST-INSTALL -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/src/manual/* ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/games/lmarbles/distinfo b/games/lmarbles/distinfo deleted file mode 100644 index 5bf2b45b0577..000000000000 --- a/games/lmarbles/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (marbles-1.0.2.tar.gz) = 3542b462b212403832d34dccbcc73d5a -SIZE (marbles-1.0.2.tar.gz) = 798715 diff --git a/games/lmarbles/pkg-descr b/games/lmarbles/pkg-descr deleted file mode 100644 index 0feca9815c7d..000000000000 --- a/games/lmarbles/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Marbles is a game similar to Atomix and was heavily inspired by it. -The goal is to arrange a figure out of single marbles within a time -limit to reach the next level. - -WWW: http://lgames.sourceforge.net/index.php?project=Marbles diff --git a/games/lmarbles/pkg-install b/games/lmarbles/pkg-install deleted file mode 100644 index 562b593513f0..000000000000 --- a/games/lmarbles/pkg-install +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -FILE=/var/games/marbles.prfs -[ "$2" != "POST-INSTALL" -o -f "$FILE" ] && exit 0 - -echo "===> Creating initial profile $FILE" -install -o root -g games -m 664 ${PKG_PREFIX}/share/marbles/empty.prfs $FILE diff --git a/games/lmarbles/pkg-plist b/games/lmarbles/pkg-plist deleted file mode 100644 index 349240dc5fec..000000000000 --- a/games/lmarbles/pkg-plist +++ /dev/null @@ -1,80 +0,0 @@ -bin/marbles -share/marbles/empty.prfs -share/marbles/gfx/board.bmp -share/marbles/gfx/f_red.bmp -share/marbles/gfx/f_small.bmp -share/marbles/gfx/f_white.bmp -share/marbles/gfx/f_yellow.bmp -share/marbles/gfx/figure.bmp -share/marbles/gfx/lights.bmp -share/marbles/gfx/logo.bmp -share/marbles/gfx/m_frame.bmp -share/marbles/gfx/m_sframe.bmp -share/marbles/gfx/marbles.bmp -share/marbles/gfx/metal/arrow_d.bmp -share/marbles/gfx/metal/arrow_l.bmp -share/marbles/gfx/metal/arrow_r.bmp -share/marbles/gfx/metal/arrow_u.bmp -share/marbles/gfx/metal/background.bmp -share/marbles/gfx/metal/barrier_lr.bmp -share/marbles/gfx/metal/barrier_ud.bmp -share/marbles/gfx/metal/floor.bmp -share/marbles/gfx/metal/teleport0.bmp -share/marbles/gfx/metal/teleport1.bmp -share/marbles/gfx/metal/teleport2.bmp -share/marbles/gfx/metal/teleport3.bmp -share/marbles/gfx/metal/wall.bmp -share/marbles/gfx/metal/wall_crumble.bmp -share/marbles/gfx/stone/arrow_d.bmp -share/marbles/gfx/stone/arrow_l.bmp -share/marbles/gfx/stone/arrow_r.bmp -share/marbles/gfx/stone/arrow_u.bmp -share/marbles/gfx/stone/background.bmp -share/marbles/gfx/stone/barrier_lr.bmp -share/marbles/gfx/stone/barrier_ud.bmp -share/marbles/gfx/stone/floor.bmp -share/marbles/gfx/stone/teleport0.bmp -share/marbles/gfx/stone/teleport1.bmp -share/marbles/gfx/stone/teleport2.bmp -share/marbles/gfx/stone/teleport3.bmp -share/marbles/gfx/stone/wall.bmp -share/marbles/gfx/stone/wall_crumble.bmp -share/marbles/gfx/tiny.sdlfnt -share/marbles/gfx/title.bmp -share/marbles/gfx/wood/arrow_d.bmp -share/marbles/gfx/wood/arrow_l.bmp -share/marbles/gfx/wood/arrow_r.bmp -share/marbles/gfx/wood/arrow_u.bmp -share/marbles/gfx/wood/background.bmp -share/marbles/gfx/wood/barrier_lr.bmp -share/marbles/gfx/wood/barrier_ud.bmp -share/marbles/gfx/wood/floor.bmp -share/marbles/gfx/wood/teleport0.bmp -share/marbles/gfx/wood/teleport1.bmp -share/marbles/gfx/wood/teleport2.bmp -share/marbles/gfx/wood/teleport3.bmp -share/marbles/gfx/wood/wall.bmp -share/marbles/gfx/wood/wall_crumble.bmp -share/marbles/levels/Original -share/marbles/sound/alarm.wav -share/marbles/sound/arrow.wav -share/marbles/sound/click.wav -share/marbles/sound/explode.wav -share/marbles/sound/score.wav -share/marbles/sound/select.wav -share/marbles/sound/stop.wav -share/marbles/sound/teleport.wav -%%PORTDOCS%%share/doc/marbles/arrow.jpg -%%PORTDOCS%%share/doc/marbles/arrow2.jpg -%%PORTDOCS%%share/doc/marbles/crumble.jpg -%%PORTDOCS%%share/doc/marbles/manual.html -%%PORTDOCS%%share/doc/marbles/marbles.jpg -%%PORTDOCS%%share/doc/marbles/teleport.jpg -%%PORTDOCS%%@dirrm share/doc/marbles -@dirrm share/marbles/gfx/metal -@dirrm share/marbles/gfx/stone -@dirrm share/marbles/gfx/wood -@dirrm share/marbles/gfx -@dirrm share/marbles/levels -@dirrm share/marbles/sound -@dirrm share/marbles diff --git a/games/quake3-data/Makefile b/games/quake3-data/Makefile deleted file mode 100644 index c94bff915f85..000000000000 --- a/games/quake3-data/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: Quake 3 paks -# Date created: 1st March 2003 -# Whom: nik@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= q3-paks -PORTVERSION= 1.0 -CATEGORIES= games linux -MASTER_SITES= # -DISTFILES= pak0.pk3 -DIST_SUBDIR= q3-paks -IGNOREFILES= ${ALLFILES} - -MAINTAINER= nik@FreeBSD.org -COMMENT= Quake 3 for Linux .pk3 files - -# Make this a BUILD_ rather than a RUN_DEPEND so that it can create the -# directory hierarchy for us. -RUN_DEPENDS= ${LINUXBASE}/usr/games/quake3/q3ded:${PORTSDIR}/games/q3server - -PLIST_FILES= usr/games/quake3/baseq3/pak0.pk3 -ONLY_FOR_ARCHS= i386 -USE_LINUX_PREFIX= yes -EXTRACT_ONLY= # Don't extract anything -STRIP= - -GAMEDIR= ${PREFIX}/usr/games/quake3/ - -.include <bsd.port.pre.mk> - -.for file in ${DISTFILES} -.if !exists(${DISTDIR}/q3-paks/${file}) -IGNORE=You must manually copy all the .pk3 files from the baseq3/ directory of an installed version of the game to the ${DISTDIR}/q3-paks directory and then run make again. -.endif -.endfor - -# Do nothing for the build. Don't set NO_BUILD because of the earlier -# BUILD_DEPENDS -do-build: - -do-install: - ${MKDIR} ${GAMEDIR}/baseq3 -.for file in ${DISTFILES} - ${INSTALL_DATA} ${DISTDIR}/q3-paks/${file} ${GAMEDIR}/baseq3 -.endfor - -.include <bsd.port.post.mk> diff --git a/games/quake3-data/pkg-descr b/games/quake3-data/pkg-descr deleted file mode 100644 index 058b285ceaf8..000000000000 --- a/games/quake3-data/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Quake 3 for Linux .pk3 files - -This port encapsulates the .pk3 files for Quake 3 that are used to complete -the installation of the game (including the dedicated server). - -You still need to have a legitimate copy of the game in order to obtain -the .pk3 files. diff --git a/games/quake3-excessive/Makefile b/games/quake3-excessive/Makefile deleted file mode 100644 index 18ee1ddab40a..000000000000 --- a/games/quake3-excessive/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: Q3 Mod: Excessive -# Date created: Sat Jun 23 23:40:21 EDT 2001 -# Whom: pat@databits.net -# -# $FreeBSD$ -# - -PORTNAME= excessive -PORTVERSION= 003 -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= pat -DISTNAME= ${PORTNAME}_q3_server_${PORTVERSION} - -COMMENT= Quake III Arena Excessive Mod for Linux - -Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3 - -.include "${Q3_MOD_MASTER}/Makefile" diff --git a/games/quake3-excessive/distinfo b/games/quake3-excessive/distinfo deleted file mode 100644 index 5c70304a24be..000000000000 --- a/games/quake3-excessive/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (excessive_q3_server_003.zip) = fe9994605fd32cc6980ee6d3d4c34672 -SIZE (excessive_q3_server_003.zip) = 142825 diff --git a/games/quake3-excessive/pkg-descr b/games/quake3-excessive/pkg-descr deleted file mode 100644 index a90135d78aa8..000000000000 --- a/games/quake3-excessive/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This package contains all of the items you'll need to run a -Quake III Arena dedicated server with Excessive mod under -FreeBSD with Linux emulation. - -WWW: http://www.planetquake.com/excessive/ - -- Patrick Li <pat@databits.net> diff --git a/games/quake3-excessive/pkg-plist b/games/quake3-excessive/pkg-plist deleted file mode 100644 index 88f642fc5b29..000000000000 --- a/games/quake3-excessive/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%Q3DIR%%description.pk3 -%%Q3DIR%%maplist.cfg -%%Q3DIR%%motd.cfg -%%Q3DIR%%readme.txt -%%Q3DIR%%vm/qagame.qvm -@dirrm %%Q3DIR%%vm -@dirrm %%Q3DIR%% diff --git a/games/quake3-freezetag/Makefile b/games/quake3-freezetag/Makefile deleted file mode 100644 index 0edc1c1a51f2..000000000000 --- a/games/quake3-freezetag/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: Q3 Mod: Freeze Tag -# Date created: Sun Jun 24 00:08:58 EDT 2001 -# Whom: pat@databits.net -# -# $FreeBSD$ -# - -PORTNAME= freezetag -PORTVERSION= 1.51b -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= pat -DISTNAME= q3freeze${PORTVERSION:S/.//} - -COMMENT= Quake III Arena Mod: Freeze Tag for Linux - -WRKSRC= ${WRKDIR}/freeze - -Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3 - -.include "${Q3_MOD_MASTER}/Makefile" diff --git a/games/quake3-freezetag/distinfo b/games/quake3-freezetag/distinfo deleted file mode 100644 index 555b9b5c1aea..000000000000 --- a/games/quake3-freezetag/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (q3freeze151b.zip) = fc366b3a36d681add332d8af66745056 -SIZE (q3freeze151b.zip) = 803589 diff --git a/games/quake3-freezetag/pkg-descr b/games/quake3-freezetag/pkg-descr deleted file mode 100644 index 49e4e1dbcf49..000000000000 --- a/games/quake3-freezetag/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package contains all of the items you'll need to run a -Quake III Arena dedicated server with Freeze Tag mod under -FreeBSD with Linux emulation. - -WWW: http://www.planetquake.com/freeze/ - -- Patrick Li -pat@databits.net diff --git a/games/quake3-freezetag/pkg-plist b/games/quake3-freezetag/pkg-plist deleted file mode 100644 index 0204378bba50..000000000000 --- a/games/quake3-freezetag/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -%%PORTDOCS%%%%Q3DIR%%description.txt -%%Q3DIR%%freeze.cfg -%%Q3DIR%%freeze0.pk3 -%%Q3DIR%%freeze1.pk3 -%%Q3DIR%%ft.bat -%%Q3DIR%%ft.config -%%Q3DIR%%missionpack/freeze_ta0.pk3 -%%Q3DIR%%missionpack/ft.bat -%%PORTDOCS%%%%Q3DIR%%readme.txt -@dirrm %%Q3DIR%%/missionpack -@dirrm %%Q3DIR%% diff --git a/games/quake3-osp/Makefile b/games/quake3-osp/Makefile deleted file mode 100644 index 069edb8e44cf..000000000000 --- a/games/quake3-osp/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: Q3 Mod: OSP Tourney DM/CA/CTF -# Date created: Mon Jun 4 16:20:32 EDT 2001 -# Whom: pat@databits.net -# -# $FreeBSD$ -# - -PORTNAME= osp -PORTVERSION= 1.03a -MASTER_SITES= http://files.l33tgames.com/files/q3/mods/osp/ \ - http://www.flatlands.ch/filebase/mods/left/ -DISTNAME= osp-Quake3-${PORTVERSION}_full - -COMMENT= Quake III Arena Mod: OSP Tourney DM/CA/CTF for Linux - -Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3 - -.include "${Q3_MOD_MASTER}/Makefile" diff --git a/games/quake3-osp/distinfo b/games/quake3-osp/distinfo deleted file mode 100644 index 26eb7e13303e..000000000000 --- a/games/quake3-osp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (osp-Quake3-1.03a_full.zip) = 8b2b4925cce1895067bc617b86c62ea5 -SIZE (osp-Quake3-1.03a_full.zip) = 55882759 diff --git a/games/quake3-osp/pkg-descr b/games/quake3-osp/pkg-descr deleted file mode 100644 index a8aa168167f3..000000000000 --- a/games/quake3-osp/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package contains all of the items you'll need to run a -Quake III Arena dedicated server with OSP Tourney DM/CA/CTF -mod under FreeBSD with Linux emulation. - -WWW: http://www.orangesmoothie.org/ - -- Patrick Li -pat@databits.net diff --git a/games/quake3-osp/pkg-plist b/games/quake3-osp/pkg-plist deleted file mode 100644 index cbec08b7323f..000000000000 --- a/games/quake3-osp/pkg-plist +++ /dev/null @@ -1,286 +0,0 @@ -%%Q3DIR%%1v1.cfg -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/INSTALL.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/OSP_Match_QuickStart.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/README.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/_CHINESE_TRANSLATIONS_ -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-ClientReadme.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-Commands.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-DecalEditing.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-Logging.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-MapConfigInfo.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-ModeInfo.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-PlayerFilters.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-ServerGfx.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-Variables.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-Viewcam.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CPM-info.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/INSTALL.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/OSP Match Quick Start.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/README.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/_SPANISH_TRANSLATIONS_ -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/filters.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-ClientReadme.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-Commands.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-ModeInfo.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-PlayerFilters.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-ServerGfx.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-Variables.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-Viewcam.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-mapConfigInfo.txt -%%PORTDOCS%%%%Q3DIR%%Docs/README.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/INSTALL.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/OSP Match Quick Start.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/README.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/_RUSSIAN_TRANSLATIONS_ -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/osp-q3-CQ3Info.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/osp-q3-ClientReadme.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/osp-q3-Commands.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/osp-q3-PlayerFilters.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/osp-q3-ServerGfx.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/osp-q3-Variables.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/osp-q3-Viewcam.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-CQ3Info.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-ClientReadme.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-Commands.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-DecalEditing.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-FreezeTag.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-History.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-Logging.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-MapConfigInfo.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-ModeInfo.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-PlayerFilters.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-ServerGfx.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-Variables.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-Viewcam.txt -%%PORTDOCS%%%%Q3DIR%%INSTALL.txt -%%Q3DIR%%OSP Config Generator.exe -%%Q3DIR%%OSP Match Quick Start.txt -%%PORTDOCS%%%%Q3DIR%%README.txt -%%Q3DIR%%VoodooStats-ReadME.txt -%%Q3DIR%%cfg-DefaultModeReference/1v1.cfg -%%Q3DIR%%cfg-DefaultModeReference/clanarena.cfg -%%Q3DIR%%cfg-DefaultModeReference/ctf.cfg -%%Q3DIR%%cfg-DefaultModeReference/ffa.cfg -%%Q3DIR%%cfg-DefaultModeReference/qil.cfg -%%Q3DIR%%cfg-DefaultModeReference/settings.txt -%%Q3DIR%%cfg-DefaultModeReference/team.cfg -%%Q3DIR%%cfg-GfxExample/gfxdef.cfg -%%Q3DIR%%cfg-GfxExample/z-osp-misc.pk3 -%%Q3DIR%%cfg-maps/1v1maps.txt -%%Q3DIR%%cfg-maps/cbmaps.txt -%%Q3DIR%%cfg-maps/clanarenamaps.txt -%%Q3DIR%%cfg-maps/ctfmaps.txt -%%Q3DIR%%cfg-maps/ffamaps.txt -%%Q3DIR%%cfg-maps/teammaps.txt -%%Q3DIR%%clanarena.cfg -%%Q3DIR%%ctf-public.cfg -%%Q3DIR%%ctf.cfg -%%Q3DIR%%description.txt -%%Q3DIR%%ffa.cfg -%%Q3DIR%%filters.txt -%%Q3DIR%%freezetag-vanilla.cfg -%%Q3DIR%%freezetag.cfg -%%Q3DIR%%instagib.cfg -%%Q3DIR%%locs/pro-q3dm6.cfg -%%Q3DIR%%locs/q3dm6.cfg -%%Q3DIR%%spectool.cfg -%%Q3DIR%%team.cfg -%%Q3DIR%%vm/qagame.qvm -%%Q3DIR%%voodoo/VoodooStats-ReadME.txt -%%Q3DIR%%voodoo/c-default.cfg -%%Q3DIR%%voodoo/c-footer.html -%%Q3DIR%%voodoo/c-header.html -%%Q3DIR%%voodoo/html/c-avalanche.css -%%Q3DIR%%voodoo/html/c-esports.css -%%Q3DIR%%voodoo/html/c-osp.css -%%Q3DIR%%voodoo/html/c-voodoo.css -%%Q3DIR%%voodoo/html/images/awards/1.jpg -%%Q3DIR%%voodoo/html/images/awards/2.jpg -%%Q3DIR%%voodoo/html/images/awards/3.jpg -%%Q3DIR%%voodoo/html/images/awards/4.jpg -%%Q3DIR%%voodoo/html/images/awards/5.jpg -%%Q3DIR%%voodoo/html/images/awards/6.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_bfg.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_gauntlet.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_grenade.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_lightning.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_machine.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_nail.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_plasma.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_rail.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_rocket.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_shot.jpg -%%Q3DIR%%voodoo/html/images/awards/blank.gif -%%Q3DIR%%voodoo/html/images/awards/carnage_bfg.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_gauntlet.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_grapple.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_grenade.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_lightning.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_machine.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_nail.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_plasma.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_rail.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_rocket.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_shot.jpg -%%Q3DIR%%voodoo/html/images/awards/ctf_assists.jpg -%%Q3DIR%%voodoo/html/images/awards/ctf_caps.jpg -%%Q3DIR%%voodoo/html/images/awards/ctf_chaser.jpg -%%Q3DIR%%voodoo/html/images/awards/ctf_defense.jpg -%%Q3DIR%%voodoo/html/images/awards/ctf_escort.jpg -%%Q3DIR%%voodoo/html/images/awards/ctf_holder.jpg -%%Q3DIR%%voodoo/html/images/awards/item_haste.jpg -%%Q3DIR%%voodoo/html/images/awards/item_mega.jpg -%%Q3DIR%%voodoo/html/images/awards/item_quad.jpg -%%Q3DIR%%voodoo/html/images/awards/item_ra.jpg -%%Q3DIR%%voodoo/html/images/awards/item_regen.jpg -%%Q3DIR%%voodoo/html/images/awards/item_ya.jpg -%%Q3DIR%%voodoo/html/images/awards/player_accuracy.jpg -%%Q3DIR%%voodoo/html/images/awards/player_bloodlust.jpg -%%Q3DIR%%voodoo/html/images/awards/player_combat.jpg -%%Q3DIR%%voodoo/html/images/awards/player_damage.jpg -%%Q3DIR%%voodoo/html/images/awards/player_kills.jpg -%%Q3DIR%%voodoo/html/images/awards/player_voodoo.jpg -%%Q3DIR%%voodoo/html/images/bg_blue.jpg -%%Q3DIR%%voodoo/html/images/bg_blued.jpg -%%Q3DIR%%voodoo/html/images/bg_neutral.jpg -%%Q3DIR%%voodoo/html/images/bg_neutrald.jpg -%%Q3DIR%%voodoo/html/images/bg_neutraldd.jpg -%%Q3DIR%%voodoo/html/images/bg_red.jpg -%%Q3DIR%%voodoo/html/images/bg_redd.jpg -%%Q3DIR%%voodoo/html/images/break.gif -%%Q3DIR%%voodoo/html/images/flag_cctf_blue.jpg -%%Q3DIR%%voodoo/html/images/flag_cctf_red.jpg -%%Q3DIR%%voodoo/html/images/flag_ctf_blue.jpg -%%Q3DIR%%voodoo/html/images/flag_ctf_red.jpg -%%Q3DIR%%voodoo/html/images/flag_ffa.gif -%%Q3DIR%%voodoo/html/images/flag_tdm_blue.gif -%%Q3DIR%%voodoo/html/images/flag_tdm_red.gif -%%Q3DIR%%voodoo/html/images/logo-avl.gif -%%Q3DIR%%voodoo/html/images/logo-osp.gif -%%Q3DIR%%voodoo/html/images/logo-vp.gif -%%Q3DIR%%voodoo/html/images/maps/dboxctf2a.jpg -%%Q3DIR%%voodoo/html/images/maps/default.gif -%%Q3DIR%%voodoo/html/images/maps/default.jpg -%%Q3DIR%%voodoo/html/images/maps/ospca1.jpg -%%Q3DIR%%voodoo/html/images/maps/ospctf1.jpg -%%Q3DIR%%voodoo/html/images/maps/ospctf2.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm1.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm10.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm11.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm12.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm2.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm3.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm4.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm5.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm6.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm7.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm8.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm9.jpg -%%Q3DIR%%voodoo/html/images/maps/pro-q3dm13.jpg -%%Q3DIR%%voodoo/html/images/maps/pro-q3dm6.jpg -%%Q3DIR%%voodoo/html/images/maps/pro-q3tourney2.jpg -%%Q3DIR%%voodoo/html/images/maps/pro-q3tourney4.jpg -%%Q3DIR%%voodoo/html/images/maps/q3ctf1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3ctf2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3ctf3.jpg -%%Q3DIR%%voodoo/html/images/maps/q3ctf4.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm0.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm10.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm11.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm12.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm13.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm14.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm15.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm16.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm17.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm18.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm19.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm3.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm4.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm5.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm6.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm7.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm8.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm9.jpg -%%Q3DIR%%voodoo/html/images/maps/q3start.jpg -%%Q3DIR%%voodoo/html/images/maps/q3start08.jpg -%%Q3DIR%%voodoo/html/images/maps/q3start16.jpg -%%Q3DIR%%voodoo/html/images/maps/q3tourney1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3tourney2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3tourney3.jpg -%%Q3DIR%%voodoo/html/images/maps/q3tourney4.jpg -%%Q3DIR%%voodoo/html/images/maps/q3tourney5.jpg -%%Q3DIR%%voodoo/html/images/maps/q3tourney6.jpg -%%Q3DIR%%voodoo/html/images/maps/q3tourney6_ctf.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w3.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w4.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w5.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w6.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w7.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w8.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc3.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc4.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc5.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc6.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc7.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc8.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp10.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp11.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp12.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp13.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp14.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp15.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp16.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp3.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp4.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp5.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp6.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp7.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp8.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp9.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wctf1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wctf2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wctf3.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wxs1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wxs2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wxs3.jpg -%%Q3DIR%%voodoo/html/images/maps/wnoise.jpg -%%Q3DIR%%voodoo/log-backup/log-backup -%%Q3DIR%%voodoo/server/voodoostats42-c-linux.zip -%%Q3DIR%%voodoo/server/voodoostats42-linux.zip -%%Q3DIR%%voodoo/server/voodoostats42-win32.zip -%%Q3DIR%%voodoo/voodoostats.bat -%%Q3DIR%%voodoo/voodoostats41-c.bat -%%Q3DIR%%voodoo/voodoostats41-c.exe -%%Q3DIR%%voodoo/voodoostats42-c.exe -%%Q3DIR%%voodoo/vs-preparse.exe -%%Q3DIR%%zz-osp-pak0.pk3 -%%Q3DIR%%zz-osp-pak1.pk3 -%%Q3DIR%%zz-osp-pak2.pk3 -%%Q3DIR%%zz-osp-pak3.pk3 -%%Q3DIR%%zz-osp-server3a.pk3 -@dirrm %%Q3DIR%%voodoo/server -@dirrm %%Q3DIR%%voodoo/log-backup -@dirrm %%Q3DIR%%voodoo/html/images/maps -@dirrm %%Q3DIR%%voodoo/html/images/awards -@dirrm %%Q3DIR%%voodoo/html/images -@dirrm %%Q3DIR%%voodoo/html -@dirrm %%Q3DIR%%voodoo -@dirrm %%Q3DIR%%vm -@dirrm %%Q3DIR%%locs -@dirrm %%Q3DIR%%cfg-maps -@dirrm %%Q3DIR%%cfg-GfxExample -@dirrm %%Q3DIR%%cfg-DefaultModeReference -%%PORTDOCS%%@dirrm %%Q3DIR%%Docs/RUS -%%PORTDOCS%%@dirrm %%Q3DIR%%Docs/ESP -%%PORTDOCS%%@dirrm %%Q3DIR%%Docs/CHN -%%PORTDOCS%%@dirrm %%Q3DIR%%Docs -@unexec rmdir %D/%%Q3DIR%% 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -Rf ${PKG_PREFIX}/%%Q3DIR%%`` to remove any configuration files left" | fmt diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile deleted file mode 100644 index 651707b7893b..000000000000 --- a/games/quake3-ra3/Makefile +++ /dev/null @@ -1,100 +0,0 @@ -# New ports collection makefile for: Q3 Mod: Rocket Arena 3 -# Date created: Sun Jun 3 00:53:00 EDT 2001 -# Whom: pat@databits.net -# -# $FreeBSD$ -# - -PORTNAME?= ra3 -PORTVERSION?= 1.65 -CATEGORIES= games linux -MASTER_SITES?= http://gamefiles.blueyonder.co.uk/blueyondergames/quake3arena/modifications/rocketarena/patches/linux/ \ - http://mir2.ovh.net/ftp.planetquake3.net/modifications/rocketarena3/ -PKGNAMEPREFIX= q3server- -.ifndef(DISTNAME) -DISTFILES?= ${PORTNAME}${PORTVERSION:S/.//}cl.zip \ - ${PORTNAME}${PORTVERSION:S/.//}sv.zip -.endif - -MAINTAINER?= pat@FreeBSD.org -COMMENT?= Quake III Arena Mod: Rocket Arena 3 for Linux - -RUN_DEPENDS= ${LOCALBASE}/games/quake3/q3ded:${Q3SERVER_PORT} - -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes -USE_PERL5= yes -NO_CDROM= "Size; the data set is much too big" -NO_BUILD= yes -.if (${PORTNAME}==ra3) -WRKSRC= ${WRKDIR}/arena -.endif -.ifndef(DONT_USE_ZIP) -USE_ZIP= yes -.endif -.if defined(HAS_WIERDPATCHES) -EXTRACT_ONLY?= ${PORTNAME}${PORTVERSION:S/.//}cl.zip -.endif -.ifndef(NO_WRKSUBDIR) -Q3SUBDIR?= ${WRKSRC:T} -WRKSRC?= ${WRKDIR}/${PORTNAME} -.else -Q3SUBDIR?= ${PORTNAME} -.endif - -Q3DIR= games/quake3/${Q3SUBDIR}/ - -PLIST_SUB+= Q3DIR="${Q3DIR}" -INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 - -Q3SERVER_PORT= ${.CURDIR}/../q3server -PKGMESSAGE!= cd ${Q3SERVER_PORT} && ${MAKE} -V PKGMESSAGE - -.if defined(HAS_WIERDPATCHES) && defined(DISTFILES) -post-extract: -.for files in ${DISTFILES:S/${EXTRACT_ONLY}//} - @cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ - ${DISTDIR}/${DIST_SUBDIR}/${files} -.endfor -.endif - -pre-patch: -# remove trailing ^M - @${FIND} -E ${WRKSRC} -type f \ - -iregex ".*\.(bat|cfg|gam|htm|html|inf|ini|lst|sc|scr|txt|url)" \ - -exec ${PERL} -pi -ne 's!\r\n!\n!' {} 1>/dev/null 2>&1 \; - -# Parses PLIST -# Contributed by <lioux@FreeBSD.org> -do-install: install-parse-plist install-scripts - -install-parse-plist: generate-plist - @${PERL} -e 'open(FHANDLER,"${TMPPLIST}");' \ - -e 'open(FDIR,">${WRKDIR}/dirs.sh.tmp");' \ - -e 'open(FFILES,">${WRKDIR}/files.sh");' \ - -e 'while (!eof(FHANDLER)) {' \ - -e 'chop($$file = <FHANDLER>);' \ - -e '$$dir = $$file_partial = $$file;' \ - -e '$$file_partial =~ s!^${Q3DIR}!!;' \ - -e 'print FDIR "${INSTALL_DIR}", \ - " ", "\"${PREFIX}/$$dir\"", \ - "\n" if $$dir =~ s!(^\@dirrm\s+)!!;' \ - -e 'print FFILES "${INSTALL_DATA}", \ - " ", "\"${WRKSRC}/$$file_partial\"", \ - " ", "\"${PREFIX}/$$file\"", \ - "\n" if ($$file !~ m!^\@!);' \ - -e '}' \ - -e 'close(FFILES);' \ - -e 'close(FDIR);' \ - -e 'close(FHANDLER);' - -install-scripts: - @${INSTALL_DIR} ${PREFIX}/${Q3DIR} - @${SORT} ${WRKDIR}/dirs.sh.tmp > ${WRKDIR}/dirs.sh - @${SH} ${WRKDIR}/dirs.sh - @${SH} ${WRKDIR}/files.sh - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/games/quake3-ra3/distinfo b/games/quake3-ra3/distinfo deleted file mode 100644 index 382493c35701..000000000000 --- a/games/quake3-ra3/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (ra3165cl.zip) = e06b9e61ce1f64a6cd41e89577ac4671 -SIZE (ra3165cl.zip) = 106817308 -MD5 (ra3165sv.zip) = d85281d1ca468e61fd2ae35ddc58dce9 -SIZE (ra3165sv.zip) = 388538 diff --git a/games/quake3-ra3/pkg-descr b/games/quake3-ra3/pkg-descr deleted file mode 100644 index 137c33a0263b..000000000000 --- a/games/quake3-ra3/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package contains all of the items you'll need to run a -Quake III Arena dedicated server with Rocket Arena 3 mod -under FreeBSD with Linux emulation. - -WWW: http://www.planetquake.com/arena/ - -- Patrick Li -pat@FreeBSD.org diff --git a/games/quake3-ra3/pkg-plist b/games/quake3-ra3/pkg-plist deleted file mode 100644 index d495702bde57..000000000000 --- a/games/quake3-ra3/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -%%Q3DIR%%arena.cfg -%%Q3DIR%%browser.pk3 -%%Q3DIR%%gfx.pk3 -%%Q3DIR%%icons.pk3 -%%Q3DIR%%menu.pk3 -%%Q3DIR%%qagamei386.so -%%Q3DIR%%qagamex86.dll -%%Q3DIR%%ra3_server.bat -%%Q3DIR%%ra3_server.sh -%%Q3DIR%%ra3map1.pk3 -%%Q3DIR%%ra3map10.pk3 -%%Q3DIR%%ra3map11.pk3 -%%Q3DIR%%ra3map12.pk3 -%%Q3DIR%%ra3map13.pk3 -%%Q3DIR%%ra3map14.pk3 -%%Q3DIR%%ra3map15.pk3 -%%Q3DIR%%ra3map16.pk3 -%%Q3DIR%%ra3map2.pk3 -%%Q3DIR%%ra3map3.pk3 -%%Q3DIR%%ra3map4.pk3 -%%Q3DIR%%ra3map5.pk3 -%%Q3DIR%%ra3map6.pk3 -%%Q3DIR%%ra3map7.pk3 -%%Q3DIR%%ra3map8.pk3 -%%Q3DIR%%ra3map9.pk3 -%%PORTDOCS%%%%Q3DIR%%readme.txt -%%PORTDOCS%%%%Q3DIR%%readsrv.txt -%%Q3DIR%%scripts.pk3 -%%Q3DIR%%server.cfg -%%Q3DIR%%sounds.pk3 -%%Q3DIR%%textures.pk3 -%%Q3DIR%%vm.pk3 -@unexec rmdir %D/%%Q3DIR%% 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -Rf ${PKG_PREFIX}/%%Q3DIR%%`` to remove any configuration files left" | fmt diff --git a/games/quake3-ut/Makefile b/games/quake3-ut/Makefile deleted file mode 100644 index 64dc9b1ecbf0..000000000000 --- a/games/quake3-ut/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: Q3 Mod: Urban Terror -# Date created: Sun Jun 3 11:49:27 EDT 2001 -# Whom: pat -# -# $FreeBSD$ -# - -PORTNAME= ut -PORTVERSION= 3.0 -MASTER_SITES= http://gamefiles.blueyonder.co.uk/blueyondergames/quake3arena/modifications/urbanterror/patches/win32/ \ - ftp://www.playdedicated.com/pub/sid/quake3/ \ - http://ftp.club-internet.fr/pub/games/nofrag/quake3/mods/urbanterror/patches/ \ - ftp://ftp.edome.net/online/clientit/ \ - http://clanhosted.clix.pt/files/clanhosted/quake3/ut/ -DISTNAME= urbanterror3 - -COMMENT= Quake III Arena Mod: Urban Terror for Linux - -NO_PACKAGE= "Distfile is >256MB; define FORCE_PACKAGE if you really want this." - -WRKSRC= ${WRKDIR}/q3ut3 - -Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3 - -.include "${Q3_MOD_MASTER}/Makefile" diff --git a/games/quake3-ut/distinfo b/games/quake3-ut/distinfo deleted file mode 100644 index 72a694c306fb..000000000000 --- a/games/quake3-ut/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (urbanterror3.zip) = bd403035f5319bc641fb9e48af1869b3 -SIZE (urbanterror3.zip) = 337778076 diff --git a/games/quake3-ut/pkg-descr b/games/quake3-ut/pkg-descr deleted file mode 100644 index 94bdb87f0f9f..000000000000 --- a/games/quake3-ut/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package contains all of the items you'll need to run a -Quake III Arena dedicated server with Urban Terror mod under -FreeBSD with Linux emulation. - -WWW: http://www.urbanterror.net/ - -- Patrick Li -pat@databits.net diff --git a/games/quake3-ut/pkg-plist b/games/quake3-ut/pkg-plist deleted file mode 100644 index 8a995a04a320..000000000000 --- a/games/quake3-ut/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%PORTDOCS%%%%Q3DIR%%Urban Terror 3.0.lnk -%%PORTDOCS%%%%Q3DIR%%overview.txt -%%PORTDOCS%%%%Q3DIR%%q3ut.ico -%%PORTDOCS%%%%Q3DIR%%radio commands.txt -%%PORTDOCS%%%%Q3DIR%%readme.txt -%%Q3DIR%%zQ3UT3.pk3 -@dirrm %%Q3DIR%% diff --git a/games/quake3-wfa/Makefile b/games/quake3-wfa/Makefile deleted file mode 100644 index 88c11b695a04..000000000000 --- a/games/quake3-wfa/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: Q3 Mod: Weapons Factory Arena -# Date created: Sun Jun 3 15:03:11 EDT 2001 -# Whom: pat@databits.net -# -# $FreeBSD$ -# - -PORTNAME= wfa -PORTVERSION= 3.3 -MASTER_SITES= ftp://ftp.ogl.org/pub/q3/wfa/ \ - ftp://urgentfury.org/pub/quake3/ \ - http://wfa.themelon.net/wfa/ \ - ftp://mirror1.planetice.net/pub/wfa/ \ - ftp://mirror2.planetice.net/pub/wfa/ \ - http://www.quakeshit.com/files/ \ - ftp://ftp2.extreme-players.de/q3/mod/wfa/ -DISTFILES= WFA_Media_v33.zip WFA_MapPack1_v33.zip \ - WFA_MapPack2_v33.zip - -COMMENT= Quake III Arena Mod: Weapons Factory Arena for Linux - -EXTRACT_BEFORE_ARGS= -o -qq -NO_WRKSUBDIR= yes - -Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3 - -.include "${Q3_MOD_MASTER}/Makefile" diff --git a/games/quake3-wfa/distinfo b/games/quake3-wfa/distinfo deleted file mode 100644 index 333b3425aca0..000000000000 --- a/games/quake3-wfa/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (WFA_Media_v33.zip) = dee5b4d968754e7f0c96473227948406 -SIZE (WFA_Media_v33.zip) = 55262938 -MD5 (WFA_MapPack1_v33.zip) = 26f67ec4bc5bcc52cca264b6d0d04839 -SIZE (WFA_MapPack1_v33.zip) = 46541053 -MD5 (WFA_MapPack2_v33.zip) = 06b605ce4ab8b42da60895a32274490c -SIZE (WFA_MapPack2_v33.zip) = 42265033 diff --git a/games/quake3-wfa/pkg-descr b/games/quake3-wfa/pkg-descr deleted file mode 100644 index e1cc1dbde95b..000000000000 --- a/games/quake3-wfa/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package contains all of the items you'll need to run a -Quake III Arena dedicated server with Weapons Factory Arena -mod under FreeBSD with Linux emulation. - -WWW: http://www.captured.com/weaponsfactory/quake3/ - -- Patrick Li -pat@databits.net diff --git a/games/quake3-wfa/pkg-plist b/games/quake3-wfa/pkg-plist deleted file mode 100644 index 733015992345..000000000000 --- a/games/quake3-wfa/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -%%PORTDOCS%%%%Q3DIR%%Changes for WFA v3.3.txt -%%PORTDOCS%%%%Q3DIR%%Description.txt -%%Q3DIR%%WFA-Media-!English-Radio.pk3 -%%PORTDOCS%%%%Q3DIR%%help/!English-Radio-readme.txt -%%PORTDOCS%%%%Q3DIR%%help/Example-Configs-!English-Radio.zip -%%PORTDOCS%%%%Q3DIR%%help/Linux_known_issues.htm -%%PORTDOCS%%%%Q3DIR%%help/WFA-Class-Binds.html -%%PORTDOCS%%%%Q3DIR%%help/WFA-Client-Binds.html -%%PORTDOCS%%%%Q3DIR%%help/WFA-Client-Cmds.html -%%PORTDOCS%%%%Q3DIR%%help/WFA-Community.url -%%PORTDOCS%%%%Q3DIR%%help/WFA-FAQ-Version-33.html -%%PORTDOCS%%%%Q3DIR%%help/WFA-Linux-Server-Docs.html -%%PORTDOCS%%%%Q3DIR%%help/WFA-Server-Cmds.html -%%PORTDOCS%%%%Q3DIR%%help/WFA-Website.url -%%PORTDOCS%%%%Q3DIR%%help/WFA-Win32-Server-Docs.html -%%PORTDOCS%%%%Q3DIR%%help/WFA.qst -%%PORTDOCS%%%%Q3DIR%%help/maplist.cfg -%%PORTDOCS%%%%Q3DIR%%help/question.ico -%%PORTDOCS%%%%Q3DIR%%help/servercfg.cfg -%%PORTDOCS%%%%Q3DIR%%help/wfa-client.cfg -%%PORTDOCS%%%%Q3DIR%%help/wfa-server.cfg -%%PORTDOCS%%%%Q3DIR%%help/wfa.ico -%%Q3DIR%%map-0fear-wfa.pk3 -%%Q3DIR%%map-2fort2001-wfa.pk3 -%%Q3DIR%%map-2weak-wfa.pk3 -%%Q3DIR%%map-3level1-wfa.pk3 -%%Q3DIR%%map-cancer2-wfa.pk3 -%%Q3DIR%%map-cbases-wfa.pk3 -%%Q3DIR%%map-courts-wfa.pk3 -%%Q3DIR%%map-cruel3-wfa.pk3 -%%Q3DIR%%map-denali-wfa.pk3 -%%Q3DIR%%map-element-wfa.pk3 -%%Q3DIR%%map-elevate2-wfa.pk3 -%%Q3DIR%%map-entropy-wfa.pk3 -%%Q3DIR%%map-fallout3-wfa.pk3 -%%Q3DIR%%map-ravfort-wfa.pk3 -%%Q3DIR%%map-sat2-wfa.pk3 -%%Q3DIR%%map-sky-wfa.pk3 -%%Q3DIR%%map-spbite-wfa.pk3 -%%Q3DIR%%map-tcf-wfa.pk3 -%%Q3DIR%%map-theslab-wfa.pk3 -%%Q3DIR%%map-torrent-wfa.pk3 -%%Q3DIR%%map-zardoz-wfa.pk3 -%%Q3DIR%%maplist.cfg -%%Q3DIR%%pak33.pk3 -%%PORTDOCS%%%%Q3DIR%%readme-client.html -%%PORTDOCS%%%%Q3DIR%%readme-server.html -%%Q3DIR%%servercfg.cfg -%%Q3DIR%%wfa-client.cfg -%%Q3DIR%%wfa-server.cfg -%%PORTDOCS%%@dirrm %%Q3DIR%%help -@dirrm %%Q3DIR%% diff --git a/games/unnethack/Makefile b/games/unnethack/Makefile deleted file mode 100644 index d8c571a39cf4..000000000000 --- a/games/unnethack/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: Slash'Em (tty interface) -# Date created: 15th April 2001 -# Whom: Adam Kranzel (adam@alameda.edu) -# -# $FreeBSD$ -# - -PORTNAME= slashem -PORTVERSION= 0.0.6E.4F.8 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX= -tty -DISTNAME= se${PORTVERSION:S/.//g:L} - -MAINTAINER= adam-ports@blacktabby.org -COMMENT= A dungeon explorin', slashin', hackin' game - -USE_GMAKE= yes -USE_REINPLACE= yes -MAN6= dgn_comp.6 dlb.6 lev_comp.6 slashem-tty.6 recover.6 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([A-Z])./\1/g} - -post-patch: - ${REINPLACE_CMD} -e \ - "s@/usr/local@${PREFIX}@g" ${WRKSRC}/include/config.h - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cp ${WRKSRC}/doc/slashem.6 ${WRKSRC}/doc/slashem${PKGNAMESUFFIX}.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} - ${INSTALL_MAN} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR}${PKGNAMESUFFIX} - ${INSTALL_MAN} ${WRKSRC}/slamfaq.txt ${DOCSDIR}${PKGNAMESUFFIX} - ${INSTALL_MAN} ${FILESDIR}/sample.slashemrc ${DOCSDIR}${PKGNAMESUFFIX} -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/games/unnethack/distinfo b/games/unnethack/distinfo deleted file mode 100644 index 290a80f1cd9e..000000000000 --- a/games/unnethack/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (se006e4f8.tar.gz) = 2abd847d4f5fc426d6c7ed5a97b0de99 -SIZE (se006e4f8.tar.gz) = 4331015 diff --git a/games/unnethack/files/patch-config.h b/games/unnethack/files/patch-config.h deleted file mode 100644 index a14697939199..000000000000 --- a/games/unnethack/files/patch-config.h +++ /dev/null @@ -1,37 +0,0 @@ ---- include/config.h.good Wed Nov 22 23:18:52 2000 -+++ include/config.h Wed Nov 22 23:29:22 2000 -@@ -176,12 +176,12 @@ - - #ifdef UNIX - /* path and file name extension for compression program */ --# define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ --# define COMPRESS_EXTENSION ".Z" /* compress's extension */ -+/* # define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */ -+/* # define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ - - /* An example of one alternative you might want to use: */ --/* # define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ --/* # define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ -+# define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -+# define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - - /* # define COMPRESS "/usr/bin/bzip2" *//* bzip2 compression */ - /* # define COMPRESS_EXTENSION ".bz2" *//* bzip2 extension */ -@@ -195,7 +195,7 @@ - * a tar-like file, thus making a neater installation. See *conf.h - * for detailed configuration. - */ --/* #define DLB */ /* not supported on all platforms */ -+#define DLB /* not supported on all platforms */ - - /* - * Defining INSURANCE slows down level changes, but allows games that -@@ -214,7 +214,7 @@ - * otherwise it will be the current directory. - */ - # ifndef HACKDIR --# define HACKDIR "." /* nethack directory */ -+# define HACKDIR "/usr/local/share/slashem-tty" /* nethack directory */ - # endif - - /* diff --git a/games/unnethack/files/patch-makefile.doc b/games/unnethack/files/patch-makefile.doc deleted file mode 100644 index 654b31c284b8..000000000000 --- a/games/unnethack/files/patch-makefile.doc +++ /dev/null @@ -1,33 +0,0 @@ ---- sys/unix/Makefile.doc.good Thu Nov 23 01:01:16 2000 -+++ sys/unix/Makefile.doc Thu Nov 23 01:04:09 2000 -@@ -52,10 +52,10 @@ - # Guidebook.dvi: Guidebook.mn - # tbl tmac.n Guidebook.mn | groff -Wall -Tdvi > Guidebook.dvi - --GAME = slashem -+GAME = slashem-tty - #GAME = nethack --MANDIR = /games/slash/doc --MANEXT = 1n -+MANDIR = ${PREFIX}/man/man -+MANEXT = 6 - - # manual installation for most BSD-style systems - GAMEMANCREATE = cp $(GAME).6 -@@ -72,11 +72,11 @@ - # DLBMANCREATE = groff -Wall -mtty-char -Tascii -man dlb.6 > - - manpages: -- -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -- -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -- -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -- -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -- -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) -+ -$(GAMEMANCREATE) $(MANDIR)${MANEXT}/$(GAME).$(MANEXT) -+ -$(LEVMANCREATE) $(MANDIR)${MANEXT}/lev_comp.$(MANEXT) -+ -$(DGNMANCREATE) $(MANDIR)${MANEXT}/dgn_comp.$(MANEXT) -+ -$(RCVRMANCREATE) $(MANDIR)${MANEXT}/recover.$(MANEXT) -+ -$(DLBMANCREATE) $(MANDIR)${MANEXT}/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt $(GAME).txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/unnethack/files/patch-makefile.src b/games/unnethack/files/patch-makefile.src deleted file mode 100644 index b9045b58a06f..000000000000 --- a/games/unnethack/files/patch-makefile.src +++ /dev/null @@ -1,22 +0,0 @@ ---- sys/unix/Makefile.src.good Thu Nov 23 00:24:58 2000 -+++ sys/unix/Makefile.src Thu Nov 23 00:26:13 2000 -@@ -144,8 +144,8 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include --LFLAGS = -+CFLAGS += -O -I../include -I${PREFIX}/include -+LFLAGS = -L${PREFIX}/lib - - # QT windowing system - # SuSE 6.1 -@@ -322,7 +322,7 @@ - LIBS = - - # make NetHack --GAME = slashem -+GAME = slashem-tty - # GAME = slashem.prg - - # if you defined RANDOM in unixconf.h/tosconf.h since your system did not come diff --git a/games/unnethack/files/patch-makefile.top b/games/unnethack/files/patch-makefile.top deleted file mode 100644 index cc166876940f..000000000000 --- a/games/unnethack/files/patch-makefile.top +++ /dev/null @@ -1,53 +0,0 @@ ---- sys/unix/Makefile.top.good Wed Nov 22 23:48:33 2000 -+++ sys/unix/Makefile.top Wed Nov 22 23:54:33 2000 -@@ -14,18 +14,17 @@ - # MAKE = make - - # make NetHack --PREFIX = /usr --GAME = slashem -+GAME = slashem-tty - # GAME = slashem.prg - GAMEUID = games --GAMEGRP = bin -+GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h --GAMEPERM = 04755 --FILEPERM = 0644 -+GAMEPERM = 02755 -+FILEPERM = 0664 - EXEPERM = 0755 --DIRPERM = 0755 -+DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -@@ -38,7 +37,7 @@ - # These must agree with the definitions in unixconf.h - - # Defs. for non file areas support. --GAMEDIR = $(PREFIX)/local/slashemdir -+GAMEDIR = $(PREFIX)/share/${GAME} - VARDIR = $(GAMEDIR) - FILE_AREA_VAR = $(VARDIR) - FILE_AREA_SAVE = $(VARDIR)/save -@@ -47,7 +46,7 @@ - FILE_AREA_DOC = $(GAMEDIR) - FILE_AREA_BONES = $(FILE_AREA_VAR) - FILE_AREA_LEVL = $(FILE_AREA_VAR) --SHELLDIR = $(PREFIX)/local/bin -+SHELLDIR = $(PREFIX)/bin - - # Defs. compatible with Linux's FSSTND 1.2 - # FILE_AREA_VAR = /var/lib/games/slashem -@@ -239,7 +238,7 @@ - -e '$$s/.*/nodlb/p' < dat/options` ; \ - $(MAKE) dofiles-$${target-nodlb} - cp src/$(GAME) $(FILE_AREA_UNSHARE) -- cp license doc/Guidebook.txt $(FILE_AREA_DOC) -+ cp license $(FILE_AREA_DOC) - # cp win/Qt/KDE/kslashem.kdelnk $(KDEDIR)/share/applnk/Games - -rm -f $(SHELLDIR)/$(GAME) - sed -e 's;/usr/games/lib/nethackdir;$(FILE_AREA_UNSHARE);' \ diff --git a/games/unnethack/files/patch-makefile.utl b/games/unnethack/files/patch-makefile.utl deleted file mode 100644 index 70a7cb39f66f..000000000000 --- a/games/unnethack/files/patch-makefile.utl +++ /dev/null @@ -1,13 +0,0 @@ ---- sys/unix/Makefile.utl.good Thu Nov 23 13:55:38 2000 -+++ sys/unix/Makefile.utl Thu Nov 23 13:56:54 2000 -@@ -89,8 +89,8 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include --LFLAGS = -+CFLAGS += -O -I../include -I${PREFIX}/include -+LFLAGS = -L${PREFIX}/lib - - LIBS = - diff --git a/games/unnethack/files/patch-system.h b/games/unnethack/files/patch-system.h deleted file mode 100644 index d68b538e8c2d..000000000000 --- a/games/unnethack/files/patch-system.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/system.h.good Wed Nov 22 23:38:44 2000 -+++ include/system.h Wed Nov 22 23:41:03 2000 -@@ -522,7 +522,7 @@ - E time_t FDECL(time, (time_t *)); - # endif - # else --E long FDECL(time, (time_t *)); -+E time_t FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS diff --git a/games/unnethack/files/patch-termcap.c b/games/unnethack/files/patch-termcap.c deleted file mode 100644 index 2010a5ad6323..000000000000 --- a/games/unnethack/files/patch-termcap.c +++ /dev/null @@ -1,13 +0,0 @@ ---- win/tty/termcap.c.orig Thu Sep 2 23:20:27 2004 -+++ win/tty/termcap.c Thu Sep 2 23:20:46 2004 -@@ -835,10 +835,6 @@ - - #include <curses.h> - --#ifndef LINUX --extern char *tparm(); --#endif -- - # ifdef COLOR_BLACK /* trust include file */ - #undef COLOR_BLACK - # else diff --git a/games/unnethack/files/patch-tshirt b/games/unnethack/files/patch-tshirt deleted file mode 100644 index b90d1c550016..000000000000 --- a/games/unnethack/files/patch-tshirt +++ /dev/null @@ -1,42 +0,0 @@ ---- src/read.c.orig Sat Jul 22 18:04:06 2000 -+++ src/read.c Thu Jan 25 18:46:03 2001 -@@ -62,6 +62,24 @@ - return(1); - #ifdef TOURIST - } else if (scroll->otyp == T_SHIRT) { -+ static const char *shirt_msgs[] = { -+ "I explored the Dungeons of Doom and all I got was this lousy T-shirt!", -+ "Is that Mjollnir in your pocket or are you just happy to see me?", -+ "It's not the size of your sword, it's how #enhance'd you are with it.", -+ "Madame Elvira's House O' Succubi Lifetime Customer", -+ "Madame Elvira's House O' Succubi Employee of the Month", -+ "Ludios Vault Guards Do It In Small, Dark Rooms", -+ "Yendor Military Soldiers Do It In Large Groups", -+ "I survived Yendor Military Boot Camp", -+ "Ludios Accounting School Intra-Mural Lacrosse Team", -+ "Oracle(TM) Fountains 10th Annual Wet T-Shirt Contest", -+ "Hey, black dragon! Disintegrate THIS!", -+ "I'm With Stupid -->", -+ "Don't blame me, I voted for Izchak!", -+ "Don't Panic", // HHGTTG -+ "Furinkan High School Athletic Dept.", // Ranma 1/2 -+ "Hel-LOOO, Nurse!", // Animaniacs" -+ }; - char buf[BUFSZ]; - int erosion; - -@@ -72,13 +90,7 @@ - u.uconduct.literate++; - if(flags.verbose) - pline("It reads:"); -- Sprintf(buf, "I explored the Dungeons of Doom, %s.", -- Hallucination ? -- (scroll == uarmu ? -- /* (force these two to have identical length) */ -- "and never did any laundry..." : -- "and couldn't find my way out") : -- "but all I got was this lousy T-shirt"); -+ strcpy(buf, shirt_msgs[scroll->o_id % SIZE(shirt_msgs)]); - erosion = greatest_erosion(scroll); - if (erosion) - wipeout_text(buf, diff --git a/games/unnethack/files/patch-unixconf.h b/games/unnethack/files/patch-unixconf.h deleted file mode 100644 index 9a2902055729..000000000000 --- a/games/unnethack/files/patch-unixconf.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/unixconf.h.good Wed Nov 22 23:42:39 2000 -+++ include/unixconf.h Wed Nov 22 23:43:42 2000 -@@ -206,7 +206,7 @@ - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - --#define MAIL /* Deliver mail during the game */ -+/* #define MAIL */ /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox diff --git a/games/unnethack/files/sample.slashemrc b/games/unnethack/files/sample.slashemrc deleted file mode 100644 index 7bad046d0e30..000000000000 --- a/games/unnethack/files/sample.slashemrc +++ /dev/null @@ -1,47 +0,0 @@ -# Sample .slashemrc file -# - -# Window systems -# Options are tty, x11. qt, gtk -# but not all of these are necessarily compiled in -OPTIONS=windowtype:tty - -# names for pets -OPTIONS=catname:Fuzzy -OPTIONS=dogname:Rover -OPTIONS=horsename:Trigger - -# Autopickup options -# Autopickup all the things you would pick up anyway -# In order: money, potions, spellbooks, rings, amulets, -# scrolls, and wands -OPTIONS=autopickup -OPTIONS=pickup_types:$!+="?/ - -# Favorite fruit -OPTIONS=fruit:Strawberry - -# Turn on numberpad movement -# Be sure to turn on numlock or this won't work -OPTIONS=number_pad - -# Show experience on the status line -OPTIONS=showexp - -# Fix inventory letters -# If you aquire an item, drop it, then pick it up again -# it will retain the same inventory letter -# Sort your pack contents by type when viewing your inventory -OPTIONS=fixinv -OPTIONS=sortpack - -# Makes pets more visible -# Don't allow attacking your pet -OPTIONS=hilite_pet -OPTIONS=safe_pet - -# verbose messages in the game -OPTIONS=verbose - -# Ask for confirmation before attacking peaceful creatures -OPTIONS=confirm diff --git a/games/unnethack/pkg-descr b/games/unnethack/pkg-descr deleted file mode 100644 index 2aa62a3c4f66..000000000000 --- a/games/unnethack/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This is Slash'Em (super lotsa added stuff hack - extended magic), -the only actively maintained variant of NetHack (based on NetHack v 3.3.1). -A good old-fashioned dungeon-crawl with big nasties in the way, treasure -galore, and immortality if you succeed. - -WWW: http://slashem.sourceforge.net/ - -- Adam - adam-ports@blacktabby.org diff --git a/games/unnethack/pkg-message b/games/unnethack/pkg-message deleted file mode 100644 index 853c1924ed92..000000000000 --- a/games/unnethack/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -==================================================== -A sample .slashemrc file has been copied to -${PREFIX}/share/doc/slashem-tty as sample.slashemrc. -Copy it to your home directory as .slashemrc and -edit it to taste. -The options for it are described in -${PREFIX}/share/doc/slashem-tty/Guidebook.txt. -==================================================== diff --git a/games/unnethack/pkg-plist b/games/unnethack/pkg-plist deleted file mode 100644 index a6c94e2e755c..000000000000 --- a/games/unnethack/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/slashem-tty -share/slashem-tty/slashem-tty -@exec mkdir %D/share/slashem-tty/save -@exec chmod -R 775 %D/share/slashem-tty -@exec chmod 2755 %D/share/slashem-tty/save -@exec chown games:games %D/share/slashem-tty/save -@unexec rm -rf %D/share/slashem-tty/save -%%PORTDOCS%%share/doc/slashem-tty/Guidebook.txt -%%PORTDOCS%%share/doc/slashem-tty/slamfaq.txt -%%PORTDOCS%%share/doc/slashem-tty/sample.slashemrc -share/slashem-tty/license -share/slashem-tty/nhshare -share/slashem-tty/nhushare -@mode 664 -share/slashem-tty/logfile -share/slashem-tty/record -share/slashem-tty/perm -@dirrm share/slashem-tty -%%PORTDOCS%%@dirrm share/doc/slashem-tty diff --git a/games/urban/Makefile b/games/urban/Makefile index f0539aa795ce..e0c83aceb515 100644 --- a/games/urban/Makefile +++ b/games/urban/Makefile @@ -5,46 +5,46 @@ # $FreeBSD$ # -PORTNAME= urban -PORTVERSION= 1.5.3 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= http://urban.bengburken.net/files/linux/ -DIST_SUBDIR= urban +PORTNAME= urban +PORTVERSION= 1.5.3 +PORTREVISION= 2 +CATEGORIES= games +MASTER_SITES= http://urban.bengburken.net/files/linux/ +DIST_SUBDIR= urban -MAINTAINER= jylefort@FreeBSD.org -COMMENT= A bloody, violent sidescrolling shoot-em-up +MAINTAINER= jylefort@FreeBSD.org +COMMENT= A bloody, violent sidescrolling shoot-em-up -LIB_DEPENDS= ggi:${PORTSDIR}/graphics/libggi \ - mikmod:${PORTSDIR}/audio/libmikmod +LIB_DEPENDS= ggi:${PORTSDIR}/graphics/libggi \ + mikmod:${PORTSDIR}/audio/libmikmod -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CFLAGS+= ${PTHREAD_CFLAGS} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --with-global-highscore=/var/games/urban.scores +USE_REINPLACE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-global-highscore=/var/games/urban.scores -OPTIONS= CHEAT_CODES "Enable cheat codes" off +PORTDOCS= AUTHORS CHEAT NEWS README README.swe + +OPTIONS= CHEAT_CODES "Enable cheat codes" off .include <bsd.port.pre.mk> .if defined(WITH_CHEAT_CODES) -CONFIGURE_ARGS+= --enable-cheat-codes +CONFIGURE_ARGS+=--enable-cheat-codes .endif +post-patch: + @${REINPLACE_CMD} -e 's|-D_REENTRANT|${PTHREAD_CFLAGS}|; \ + s|-lpthread|${PTHREAD_LIBS}|; \ + /^LIBS=/ s|-lggi|& ${PTHREAD_LIBS}|' ${WRKSRC}/configure + post-install: ${CHGRP} games ${PREFIX}/bin/urban ${CHMOD} g+s ${PREFIX}/bin/urban .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} \ - ${WRKSRC}/AUTHORS \ - ${WRKSRC}/CHEAT \ - ${WRKSRC}/NEWS \ - ${WRKSRC}/README \ - ${WRKSRC}/README.swe \ - ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} diff --git a/games/urban/files/patch-configure b/games/urban/files/patch-configure deleted file mode 100644 index 3efd80f6fb04..000000000000 --- a/games/urban/files/patch-configure +++ /dev/null @@ -1,52 +0,0 @@ ---- configure.orig Sun Jan 25 03:50:44 2004 -+++ configure Sun Jan 25 04:28:46 2004 -@@ -1501,47 +1501,8 @@ - fi - done - --echo $ac_n "checking for pthread_mutex_init in -lpthread""... $ac_c" 1>&6 --echo "configure:1506: checking for pthread_mutex_init in -lpthread" >&5 --ac_lib_var=`echo pthread'_'pthread_mutex_init | sed 'y%./+-%__p_%'` --if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- ac_save_LIBS="$LIBS" --LIBS="-lpthread $LIBS" --cat > conftest.$ac_ext <<EOF --#line 1514 "configure" --#include "confdefs.h" --/* Override any gcc2 internal prototype to avoid an error. */ --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char pthread_mutex_init(); -- --int main() { --pthread_mutex_init() --; return 0; } --EOF --if { (eval echo configure:1525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -- rm -rf conftest* -- eval "ac_cv_lib_$ac_lib_var=yes" --else -- echo "configure: failed program was:" >&5 -- cat conftest.$ac_ext >&5 -- rm -rf conftest* -- eval "ac_cv_lib_$ac_lib_var=no" --fi --rm -f conftest* --LIBS="$ac_save_LIBS" -- --fi --if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then -- echo "$ac_t""yes" 1>&6 -- PTHREAD_LIBS="-lpthread" --else -- echo "$ac_t""no" 1>&6 --{ echo "configure: error: "Urban needs pthreads"" 1>&2; exit 1; } --fi -- -+# PTHREAD_LIBS will be set in LDFLAGS by the FreeBSD port -+PTHREAD_LIBS= - - - # Check whether --with-libmikmod-prefix or --without-libmikmod-prefix was given. diff --git a/games/urban/files/patch-src::config::config.cc b/games/urban/files/patch-src::config::config.cc index 186039553552..0a0e2ee5e6bc 100644 --- a/games/urban/files/patch-src::config::config.cc +++ b/games/urban/files/patch-src::config::config.cc @@ -1,5 +1,27 @@ ---- src/config/config.cc.orig Sun Jun 6 15:37:17 1999 -+++ src/config/config.cc Sun Jan 25 23:34:40 2004 +--- src/config/config.cc.orig Fri Sep 2 13:26:20 2005 ++++ src/config/config.cc Fri Sep 2 13:27:53 2005 +@@ -24,7 +24,7 @@ + #ifdef DJGPP + sprintf(filename, "ctrl.dat"); + #else +- sprintf(filename, "%s/.urban/ctrl.dat", getenv("HOME")); ++ snprintf(filename, sizeof(filename)-1, "%s/.urban/ctrl.dat", getenv("HOME")); + #endif + + if(!(fd = fopen(filename, "rb"))) +@@ -43,10 +43,10 @@ + sprintf(filename, "ctrl.dat"); + #else + /* Create dir */ +- sprintf(filename, "%s/.urban", getenv("HOME")); ++ snprintf(filename, sizeof(filename)-1, "%s/.urban", getenv("HOME")); + mkdir(filename, S_IRUSR | S_IWUSR | S_IXUSR); + +- sprintf(filename, "%s/.urban/ctrl.dat", getenv("HOME")); ++ snprintf(filename, sizeof(filename)-1, "%s/.urban/ctrl.dat", getenv("HOME")); + #endif + if(!(fd = fopen(filename, "wb"))) + return; @@ -91,10 +91,10 @@ /* Ask for the number of buttons */ diff --git a/games/urban/files/patch-src::engine::game.cc b/games/urban/files/patch-src::engine::game.cc index 70ab31c132df..17dd0b4ec399 100644 --- a/games/urban/files/patch-src::engine::game.cc +++ b/games/urban/files/patch-src::engine::game.cc @@ -1,5 +1,5 @@ ---- src/engine/game.cc.orig Mon Jun 7 17:20:59 1999 -+++ src/engine/game.cc Sun Jan 25 23:33:14 2004 +--- src/engine/game.cc.orig Fri Sep 2 13:26:28 2005 ++++ src/engine/game.cc Fri Sep 2 13:27:53 2005 @@ -93,10 +93,10 @@ char *demo_filename; @@ -13,3 +13,38 @@ }; +@@ -263,7 +263,7 @@ + #ifdef DJGPP + sprintf(filename, "savegame.dat"); + #else +- sprintf(filename, "%s/.urban/savegame.dat", getenv("HOME")); ++ snprintf(filename, sizeof(filename)-1, "%s/.urban/savegame.dat", getenv("HOME")); + #endif + + if ((fs = fopen(filename, "rb")) == NULL) { +@@ -275,10 +275,10 @@ + } + #ifndef DJGPP + /* Create dir */ +- sprintf(filename, "%s/.urban", getenv("HOME")); ++ snprintf(filename, sizeof(filename)-1, "%s/.urban", getenv("HOME")); + mkdir(filename, S_IRUSR | S_IWUSR | S_IXUSR); + +- sprintf(filename, "%s/.urban/savegame.dat", getenv("HOME")); ++ snprintf(filename, sizeof(filename)-1, "%s/.urban/savegame.dat", getenv("HOME")); + #endif + if((fs = fopen(filename, "wb")) == NULL) + fwrite(SavedGames, 1, 5 * sizeof(struct SaveGameData), fs); +@@ -338,10 +338,10 @@ + sprintf(filename, "savegame.dat"); + #else + /* Create dir */ +- sprintf(filename, "%s/.urban", getenv("HOME")); ++ snprintf(filename, sizeof(filename)-1, "%s/.urban", getenv("HOME")); + mkdir(filename, S_IRUSR | S_IWUSR | S_IXUSR); + +- sprintf(filename, "%s/.urban/savegame.dat", getenv("HOME")); ++ snprintf(filename, sizeof(filename)-1, "%s/.urban/savegame.dat", getenv("HOME")); + #endif + if ((fs = fopen(filename, "wb")) != NULL) { + fwrite(SavedGames, 1, 5 * sizeof(struct SaveGameData), fs); diff --git a/games/urban/files/patch-src::highscor::highscor.cc b/games/urban/files/patch-src::highscor::highscor.cc index e1e80f6f8d45..8430fc2fd1b8 100644 --- a/games/urban/files/patch-src::highscor::highscor.cc +++ b/games/urban/files/patch-src::highscor::highscor.cc @@ -1,5 +1,5 @@ ---- src/highscor/highscor.cc.orig Tue Dec 14 06:30:56 2004 -+++ src/highscor/highscor.cc Tue Dec 14 06:31:19 2004 +--- src/highscor/highscor.cc.orig Fri Sep 2 13:26:47 2005 ++++ src/highscor/highscor.cc Fri Sep 2 13:27:53 2005 @@ -75,7 +75,7 @@ if(highscore[i].Level) @@ -9,6 +9,15 @@ else sprintf(buffer, " %-10s%6d 0:0", "Empty", 0); +@@ -100,7 +100,7 @@ + strcpy(Name, "Unknown"); + #else + if(getenv("USER") != NULL) +- strcpy(Name, getenv("USER")); ++ strncpy(Name, getenv("USER"), sizeof(Name)-1); + else + strcpy(Name, "Unknown"); + #endif @@ -166,13 +166,13 @@ for(int i = 0; i < NUM_HIGHSCORES; i++) { @@ -25,3 +34,26 @@ highscore[i].Level = level; break; } +@@ -192,7 +192,7 @@ + #else + char filename[1024]; + +- sprintf(filename, "%s/.urban/hs.dat", getenv("HOME")); ++ snprintf(filename, sizeof(filename)-1, "%s/.urban/hs.dat", getenv("HOME")); + + if((fd = fopen(filename, "rb")) == NULL) + #endif +@@ -215,11 +215,10 @@ + char filename[1024]; + + /* Create dir */ +- sprintf(filename, "%s/.urban", getenv("HOME")); ++ snprintf(filename, sizeof(filename)-1, "%s/.urban", getenv("HOME")); + mkdir(filename, S_IRUSR | S_IWUSR | S_IXUSR); + +- sprintf(filename, "%s/.urban/hs.dat", getenv("HOME")); +- ++ snprintf(filename, sizeof(filename)-1, "%s/.urban/hs.dat", getenv("HOME")); + if((fd = fopen(filename, "wb")) == NULL) + #endif + #endif diff --git a/games/urban/files/patch-src::meny::meny.cc b/games/urban/files/patch-src::meny::meny.cc index 64f5627258de..86312c88e39f 100644 --- a/games/urban/files/patch-src::meny::meny.cc +++ b/games/urban/files/patch-src::meny::meny.cc @@ -1,5 +1,5 @@ ---- src/meny/meny.cc.orig Fri Jul 2 02:23:30 1999 -+++ src/meny/meny.cc Sun Jan 25 23:17:19 2004 +--- src/meny/meny.cc.orig Fri Sep 2 13:26:36 2005 ++++ src/meny/meny.cc Fri Sep 2 13:27:53 2005 @@ -124,7 +124,7 @@ return 1; } @@ -9,3 +9,25 @@ PALETTE pal; UrbanFont m(LARGE_FONT); m.SetScale(65); +@@ -194,7 +194,7 @@ + #ifdef DJGPP + sprintf(filename, "savegame.dat"); + #else +- sprintf(filename, "%s/.urban/savegame.dat", getenv("HOME")); ++ snprintf(filename, sizeof(filename)-1, "%s/.urban/savegame.dat", getenv("HOME")); + #endif + if ((fs = fopen(filename, "rb")) == NULL) { + for (int i = 0; i < 5;i++) { +@@ -203,10 +203,10 @@ + } + #ifndef DJGPP + /* Create dir */ +- sprintf(filename, "%s/.urban", getenv("HOME")); ++ snprintf(filename, sizeof(filename)-1, "%s/.urban", getenv("HOME")); + mkdir(filename, S_IRUSR | S_IWUSR | S_IXUSR); + +- sprintf(filename, "%s/.urban/savegame.dat", getenv("HOME")); ++ snprintf(filename, sizeof(filename)-1, "%s/.urban/savegame.dat", getenv("HOME")); + #endif + if((fs = fopen(filename, "wb")) != NULL) { + diff --git a/games/urban/pkg-plist b/games/urban/pkg-plist index 1fdb940e4fb5..e3e71dc050d9 100644 --- a/games/urban/pkg-plist +++ b/games/urban/pkg-plist @@ -2,10 +2,5 @@ bin/urban share/urban/intro.dat share/urban/levels.dat share/urban/urban.dat -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/CHEAT -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.swe @dirrm share/urban -%%PORTDOCS%%@dirrm %%DOCSDIR%% +@unexec if [ ! -s /var/games/urban.scores ]; then rm -f /var/games/urban.scores 2>/dev/null; fi diff --git a/games/warmux/Makefile b/games/warmux/Makefile deleted file mode 100644 index 90a3a5c3d60d..000000000000 --- a/games/warmux/Makefile +++ /dev/null @@ -1,45 +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 -PORTVERSION= 0.5.0 -CATEGORIES= games -MASTER_SITES= http://download.gna.org/wormux/ -DISTNAME= ${PORTNAME}-src-${PORTVERSION} - -MAINTAINER= toha@toha.org.ua -COMMENT= Wormux game - -USE_BZIP2= yes -USE_SDL= sdl -USE_GETTEXT= yes -USE_GNOME= gnomelibs - -LIB_DEPENDS+= clanGUI-0.7:${PORTSDIR}/devel/clanlib-devel -LIB_DEPENDS+= xml\\+\\+-1.0.1:${PORTSDIR}/textproc/libxml++ - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -PLIST_FILES= bin/wormux - -CONFIGURE_ARGS+=--prefix=${PREFIX} -GNU_CONFIGURE=yes - -.include <bsd.port.pre.mk> - -post-install: -.for dir in ${PREFIX}/share/${PORTNAME} - @${FIND} ${dir} ! -type d | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${dir} -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -.endfor - -.include <bsd.port.post.mk> diff --git a/games/warmux/distinfo b/games/warmux/distinfo deleted file mode 100644 index 585748247f6d..000000000000 --- a/games/warmux/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (wormux-src-0.5.0.tar.bz2) = e09c8a699da7a3a60e0c379b75986573 -SIZE (wormux-src-0.5.0.tar.bz2) = 18787309 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/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile deleted file mode 100644 index 7907eac76b31..000000000000 --- a/games/wesnoth-devel/Makefile +++ /dev/null @@ -1,122 +0,0 @@ -# New ports collection makefile for: wesnoth -# Date created: 22 December 2003 -# Whom: Mezz <mezz7@cox.net> -# -# $FreeBSD$ -# - -PORTNAME= wesnoth -PORTVERSION= 0.9.4 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.wesnoth.org/files/ -MASTER_SITE_SUBDIR= wesnoth - -MAINTAINER= mezz@FreeBSD.org -COMMENT= A fantasy turn-based strategy game - -LIB_DEPENDS= zipios.0:${PORTSDIR}/archivers/zipios++ - -USE_GCC= 3.4 -USE_SDL= image mixer net -USE_GNOME= gnometarget -USE_GMAKE= yes -WANT_GNOME= yes -USE_GETTEXT= yes -USE_X_PREFIX= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var \ - --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} \ - --with-freetype-prefix=${LOCALBASE} \ - --with-localedir=${PREFIX}/share/locale -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - CXXFLAGS="-I${LOCALBASE}/include ${CXXFLAGS} -ftemplate-depth-45" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" - -MAN6= wesnoth.6 -MANLANG= "" de sv - -.if defined(WITH_CAMPAIGN) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --enable-campaign-server -PLIST_SUB+= CAMPAIGN:="" -.else -PLIST_SUB+= CAMPAIGN:="@comment " -.endif - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if defined(WITH_EDITOR) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --enable-editor -MAN6+= wesnoth_editor.6 -PLIST_SUB+= EDITOR:="" -.else -PLIST_SUB+= EDITOR:="@comment " -.endif - -.if defined(WITH_SERVER) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --enable-server -MAN6+= wesnothd.6 -PLIST_SUB+= SERVER:="" -.else -PLIST_SUB+= SERVER:="@comment " -.endif - -.if defined(WITH_TOOLS) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --enable-tools -PLIST_SUB+= TOOLS:="" -.else -PLIST_SUB+= TOOLS:="@comment " -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE=does not compile on FreeBSD 4.x, due to lack of towupper() and wide character in libc -.endif - -.if ${HAVE_GNOME:Mgnomehier}!="" -CONFIGURE_ARGS+= --with-gnome -PLIST_SUB+= GNOME:="" -.else -PLIST_SUB+= GNOME:="@comment " -.endif - -.if exists(${LOCALBASE}/bin/kde-config) -CONFIGURE_ARGS+= --with-kde -PLIST_SUB+= KDE:="" -.else -PLIST_SUB+= KDE:="@comment " -.endif - -pre-everything:: -.if !defined(WITH_CAMPAIGN) || !defined(WITH_DEBUG) || !defined(WITH_EDITOR) || !defined(WITH_SERVER) || !defined(WITH_TOOLS) - @${ECHO_MSG} "You may specify the following on the command line:" - @${ECHO_MSG} " " -.endif -.if !defined(WITH_CAMPAIGN) - @${ECHO_MSG} "WITH_CAMPAIGN=yes to enable compilation of campaign server." -.endif -.if !defined(WITH_DEBUG) - @${ECHO_MSG} "WITH_DEBUG=yes to enable debugging in Wesnoth." -.endif -.if !defined(WITH_EDITOR) - @${ECHO_MSG} "WITH_EDITOR=yes to enable compilation of map editor." -.endif -.if !defined(WITH_SERVER) - @${ECHO_MSG} "WITH_SERVER=yes to enable compilation of server." -.endif -.if !defined(WITH_TOOLS) - @${ECHO_MSG} "WITH_TOOLS=yes to enable compilation of tools for translators and artists." -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${X11BASE}/share/gnome/applications|g ; \ - s|[$$][(]datadir[)]/icons|${X11BASE}/share/gnome/pixmaps|g' \ - ${WRKSRC}/icons/Makefile.in -# @${FIND} ${WRKSRC} -name stamp-po -delete - -.include <bsd.port.post.mk> diff --git a/games/wesnoth-devel/distinfo b/games/wesnoth-devel/distinfo deleted file mode 100644 index 482f489e9314..000000000000 --- a/games/wesnoth-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (wesnoth-0.9.4.tar.gz) = b27115df93298a8ee192a85499f26ef2 -SIZE (wesnoth-0.9.4.tar.gz) = 38929151 diff --git a/games/wesnoth-devel/files/patch-src::Makefile.in b/games/wesnoth-devel/files/patch-src::Makefile.in deleted file mode 100644 index 291011e40f62..000000000000 --- a/games/wesnoth-devel/files/patch-src::Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- src/Makefile.in.orig Mon Jul 25 13:41:55 2005 -+++ src/Makefile.in Mon Jul 25 13:42:40 2005 -@@ -918,10 +918,10 @@ - - exploder_LDADD = @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL) $(PNG_LIBS) - cutter_LDADD = @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL) $(PNG_LIBS) --AM_CXXFLAGS = -I $(srcdir)/sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \ -+AM_CXXFLAGS = -I $(srcdir)/sdl_ttf @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \ - -DLOCALEDIR=\"$(LOCALEDIR)\" -DHAS_RELATIVE_LOCALEDIR=$(HAS_RELATIVE_LOCALEDIR) -DFIFODIR=\"$(fifodir)\" - --AM_CFLAGS = -I $(srcdir)/sdl_ttf -I../intl -I$(top_srcdir)/intl @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \ -+AM_CFLAGS = -I $(srcdir)/sdl_ttf @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" \ - -DLOCALEDIR=\"$(LOCALEDIR)\" -DHAS_RELATIVE_LOCALEDIR=$(HAS_RELATIVE_LOCALEDIR) - - CXXLD = $(LDPREFIX) $(CXX) diff --git a/games/wesnoth-devel/files/patch-src::help.cpp b/games/wesnoth-devel/files/patch-src::help.cpp deleted file mode 100644 index 926ac47fe6a5..000000000000 --- a/games/wesnoth-devel/files/patch-src::help.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/help.cpp.orig Tue Jun 7 19:34:15 2005 -+++ src/help.cpp Tue Jun 7 19:34:22 2005 -@@ -41,7 +41,7 @@ - #include <algorithm> - #include <iostream> - #include <list> --#include <locale> -+#include <locale.h> - #include <map> - #include <queue> - #include <set> diff --git a/games/wesnoth-devel/files/patch-src::language.cpp b/games/wesnoth-devel/files/patch-src::language.cpp deleted file mode 100644 index 7f06454db3d8..000000000000 --- a/games/wesnoth-devel/files/patch-src::language.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- src/language.cpp.orig Mon Jul 25 13:44:10 2005 -+++ src/language.cpp Mon Jul 25 13:45:47 2005 -@@ -133,12 +133,10 @@ - unsetenv ("LANGUAGE"); // void so no return value to check - #endif - --#ifdef __BEOS__ - if(setenv ("LANG", locale, 1) == -1) - std::cerr << "setenv LANG failed: " << strerror(errno); - if(setenv ("LC_ALL", locale, 1) == -1) - std::cerr << "setenv LC_ALL failed: " << strerror(errno); --#endif - #ifdef __APPLE__ - if(setenv ("LANGUAGE", locale, 1) == -1) - std::cerr << "setenv LANGUAGE failed: " << strerror(errno); diff --git a/games/wesnoth-devel/pkg-descr b/games/wesnoth-devel/pkg-descr deleted file mode 100644 index 18c50cb64d6a..000000000000 --- a/games/wesnoth-devel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Battle for Wesnoth is a fantasy turn-based strategy game. Battle for control of -villages, using variety of units which have advantages and disadvantages in -different types of terrains and against different types of attacks. Units gain -experience and advance levels, and are carried over from one scenario to the -next campaign. - -WWW: http://www.wesnoth.org/ diff --git a/games/wesnoth-devel/pkg-plist b/games/wesnoth-devel/pkg-plist deleted file mode 100644 index cb992344ec35..000000000000 --- a/games/wesnoth-devel/pkg-plist +++ /dev/null @@ -1,4037 +0,0 @@ -%%CAMPAIGN:%%bin/campaignd -%%TOOLS:%%bin/cutter -%%TOOLS:%%bin/exploder -bin/wesnoth -%%EDITOR:%%bin/wesnoth_editor -%%SERVER:%%bin/wesnothd -bin/wmlxgettext -share/locale/af/LC_MESSAGES/wesnoth-editor.mo -share/locale/af/LC_MESSAGES/wesnoth-ei.mo -share/locale/af/LC_MESSAGES/wesnoth-httt.mo -share/locale/af/LC_MESSAGES/wesnoth-lib.mo -share/locale/af/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/af/LC_MESSAGES/wesnoth-tdh.mo -share/locale/af/LC_MESSAGES/wesnoth-trow.mo -share/locale/af/LC_MESSAGES/wesnoth.mo -share/locale/bg/LC_MESSAGES/wesnoth-editor.mo -share/locale/bg/LC_MESSAGES/wesnoth-ei.mo -share/locale/bg/LC_MESSAGES/wesnoth-httt.mo -share/locale/bg/LC_MESSAGES/wesnoth-lib.mo -share/locale/bg/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/bg/LC_MESSAGES/wesnoth-tdh.mo -share/locale/bg/LC_MESSAGES/wesnoth-trow.mo -share/locale/bg/LC_MESSAGES/wesnoth.mo -share/locale/ca/LC_MESSAGES/wesnoth-editor.mo -share/locale/ca/LC_MESSAGES/wesnoth-ei.mo -share/locale/ca/LC_MESSAGES/wesnoth-httt.mo -share/locale/ca/LC_MESSAGES/wesnoth-lib.mo -share/locale/ca/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/ca/LC_MESSAGES/wesnoth-tdh.mo -share/locale/ca/LC_MESSAGES/wesnoth-trow.mo -share/locale/ca/LC_MESSAGES/wesnoth.mo -share/locale/cs/LC_MESSAGES/wesnoth-editor.mo -share/locale/cs/LC_MESSAGES/wesnoth-ei.mo -share/locale/cs/LC_MESSAGES/wesnoth-httt.mo -share/locale/cs/LC_MESSAGES/wesnoth-lib.mo -share/locale/cs/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/cs/LC_MESSAGES/wesnoth-tdh.mo -share/locale/cs/LC_MESSAGES/wesnoth-trow.mo -share/locale/cs/LC_MESSAGES/wesnoth.mo -share/locale/da/LC_MESSAGES/wesnoth-editor.mo -share/locale/da/LC_MESSAGES/wesnoth-ei.mo -share/locale/da/LC_MESSAGES/wesnoth-httt.mo -share/locale/da/LC_MESSAGES/wesnoth-lib.mo -share/locale/da/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/da/LC_MESSAGES/wesnoth-tdh.mo -share/locale/da/LC_MESSAGES/wesnoth-trow.mo -share/locale/da/LC_MESSAGES/wesnoth.mo -share/locale/de/LC_MESSAGES/wesnoth-editor.mo -share/locale/de/LC_MESSAGES/wesnoth-ei.mo -share/locale/de/LC_MESSAGES/wesnoth-httt.mo -share/locale/de/LC_MESSAGES/wesnoth-lib.mo -share/locale/de/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/de/LC_MESSAGES/wesnoth-tdh.mo -share/locale/de/LC_MESSAGES/wesnoth-trow.mo -share/locale/de/LC_MESSAGES/wesnoth.mo -share/locale/el_GR/LC_MESSAGES/wesnoth-editor.mo -share/locale/el_GR/LC_MESSAGES/wesnoth-ei.mo -share/locale/el_GR/LC_MESSAGES/wesnoth-httt.mo -share/locale/el_GR/LC_MESSAGES/wesnoth-lib.mo -share/locale/el_GR/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/el_GR/LC_MESSAGES/wesnoth-tdh.mo -share/locale/el_GR/LC_MESSAGES/wesnoth-trow.mo -share/locale/el_GR/LC_MESSAGES/wesnoth.mo -share/locale/en_GB/LC_MESSAGES/wesnoth-editor.mo -share/locale/en_GB/LC_MESSAGES/wesnoth-ei.mo -share/locale/en_GB/LC_MESSAGES/wesnoth-httt.mo -share/locale/en_GB/LC_MESSAGES/wesnoth-lib.mo -share/locale/en_GB/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/en_GB/LC_MESSAGES/wesnoth-tdh.mo -share/locale/en_GB/LC_MESSAGES/wesnoth-trow.mo -share/locale/en_GB/LC_MESSAGES/wesnoth.mo -share/locale/es/LC_MESSAGES/wesnoth-editor.mo -share/locale/es/LC_MESSAGES/wesnoth-ei.mo -share/locale/es/LC_MESSAGES/wesnoth-httt.mo -share/locale/es/LC_MESSAGES/wesnoth-lib.mo -share/locale/es/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/es/LC_MESSAGES/wesnoth-tdh.mo -share/locale/es/LC_MESSAGES/wesnoth-trow.mo -share/locale/es/LC_MESSAGES/wesnoth.mo -share/locale/et/LC_MESSAGES/wesnoth-editor.mo -share/locale/et/LC_MESSAGES/wesnoth-ei.mo -share/locale/et/LC_MESSAGES/wesnoth-httt.mo -share/locale/et/LC_MESSAGES/wesnoth-lib.mo -share/locale/et/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/et/LC_MESSAGES/wesnoth-tdh.mo -share/locale/et/LC_MESSAGES/wesnoth-trow.mo -share/locale/et/LC_MESSAGES/wesnoth.mo -share/locale/eu/LC_MESSAGES/wesnoth-editor.mo -share/locale/eu/LC_MESSAGES/wesnoth-ei.mo -share/locale/eu/LC_MESSAGES/wesnoth-httt.mo -share/locale/eu/LC_MESSAGES/wesnoth-lib.mo -share/locale/eu/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/eu/LC_MESSAGES/wesnoth-tdh.mo -share/locale/eu/LC_MESSAGES/wesnoth-trow.mo -share/locale/eu/LC_MESSAGES/wesnoth.mo -share/locale/fi/LC_MESSAGES/wesnoth-editor.mo -share/locale/fi/LC_MESSAGES/wesnoth-ei.mo -share/locale/fi/LC_MESSAGES/wesnoth-httt.mo -share/locale/fi/LC_MESSAGES/wesnoth-lib.mo -share/locale/fi/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/fi/LC_MESSAGES/wesnoth-tdh.mo -share/locale/fi/LC_MESSAGES/wesnoth-trow.mo -share/locale/fi/LC_MESSAGES/wesnoth.mo -share/locale/fr/LC_MESSAGES/wesnoth-editor.mo -share/locale/fr/LC_MESSAGES/wesnoth-ei.mo -share/locale/fr/LC_MESSAGES/wesnoth-httt.mo -share/locale/fr/LC_MESSAGES/wesnoth-lib.mo -share/locale/fr/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/fr/LC_MESSAGES/wesnoth-tdh.mo -share/locale/fr/LC_MESSAGES/wesnoth-trow.mo -share/locale/fr/LC_MESSAGES/wesnoth.mo -share/locale/hu/LC_MESSAGES/wesnoth-editor.mo -share/locale/hu/LC_MESSAGES/wesnoth-ei.mo -share/locale/hu/LC_MESSAGES/wesnoth-httt.mo -share/locale/hu/LC_MESSAGES/wesnoth-lib.mo -share/locale/hu/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/hu/LC_MESSAGES/wesnoth-tdh.mo -share/locale/hu/LC_MESSAGES/wesnoth-trow.mo -share/locale/hu/LC_MESSAGES/wesnoth.mo -share/locale/it/LC_MESSAGES/wesnoth-editor.mo -share/locale/it/LC_MESSAGES/wesnoth-ei.mo -share/locale/it/LC_MESSAGES/wesnoth-httt.mo -share/locale/it/LC_MESSAGES/wesnoth-lib.mo -share/locale/it/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/it/LC_MESSAGES/wesnoth-tdh.mo -share/locale/it/LC_MESSAGES/wesnoth-trow.mo -share/locale/it/LC_MESSAGES/wesnoth.mo -share/locale/ja/LC_MESSAGES/wesnoth-editor.mo -share/locale/ja/LC_MESSAGES/wesnoth-ei.mo -share/locale/ja/LC_MESSAGES/wesnoth-httt.mo -share/locale/ja/LC_MESSAGES/wesnoth-lib.mo -share/locale/ja/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/ja/LC_MESSAGES/wesnoth-tdh.mo -share/locale/ja/LC_MESSAGES/wesnoth-trow.mo -share/locale/ja/LC_MESSAGES/wesnoth.mo -share/locale/la/LC_MESSAGES/wesnoth-editor.mo -share/locale/la/LC_MESSAGES/wesnoth-ei.mo -share/locale/la/LC_MESSAGES/wesnoth-httt.mo -share/locale/la/LC_MESSAGES/wesnoth-lib.mo -share/locale/la/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/la/LC_MESSAGES/wesnoth-tdh.mo -share/locale/la/LC_MESSAGES/wesnoth-trow.mo -share/locale/la/LC_MESSAGES/wesnoth.mo -share/locale/nl/LC_MESSAGES/wesnoth-editor.mo -share/locale/nl/LC_MESSAGES/wesnoth-ei.mo -share/locale/nl/LC_MESSAGES/wesnoth-httt.mo -share/locale/nl/LC_MESSAGES/wesnoth-lib.mo -share/locale/nl/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/nl/LC_MESSAGES/wesnoth-tdh.mo -share/locale/nl/LC_MESSAGES/wesnoth-trow.mo -share/locale/nl/LC_MESSAGES/wesnoth.mo -share/locale/no/LC_MESSAGES/wesnoth-editor.mo -share/locale/no/LC_MESSAGES/wesnoth-ei.mo -share/locale/no/LC_MESSAGES/wesnoth-httt.mo -share/locale/no/LC_MESSAGES/wesnoth-lib.mo -share/locale/no/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/no/LC_MESSAGES/wesnoth-tdh.mo -share/locale/no/LC_MESSAGES/wesnoth-trow.mo -share/locale/no/LC_MESSAGES/wesnoth.mo -share/locale/pl/LC_MESSAGES/wesnoth-editor.mo -share/locale/pl/LC_MESSAGES/wesnoth-ei.mo -share/locale/pl/LC_MESSAGES/wesnoth-httt.mo -share/locale/pl/LC_MESSAGES/wesnoth-lib.mo -share/locale/pl/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/pl/LC_MESSAGES/wesnoth-tdh.mo -share/locale/pl/LC_MESSAGES/wesnoth-trow.mo -share/locale/pl/LC_MESSAGES/wesnoth.mo -share/locale/pt_BR/LC_MESSAGES/wesnoth-editor.mo -share/locale/pt_BR/LC_MESSAGES/wesnoth-ei.mo -share/locale/pt_BR/LC_MESSAGES/wesnoth-httt.mo -share/locale/pt_BR/LC_MESSAGES/wesnoth-lib.mo -share/locale/pt_BR/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/pt_BR/LC_MESSAGES/wesnoth-tdh.mo -share/locale/pt_BR/LC_MESSAGES/wesnoth-trow.mo -share/locale/pt_BR/LC_MESSAGES/wesnoth.mo -share/locale/ru/LC_MESSAGES/wesnoth-editor.mo -share/locale/ru/LC_MESSAGES/wesnoth-ei.mo -share/locale/ru/LC_MESSAGES/wesnoth-httt.mo -share/locale/ru/LC_MESSAGES/wesnoth-lib.mo -share/locale/ru/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/ru/LC_MESSAGES/wesnoth-tdh.mo -share/locale/ru/LC_MESSAGES/wesnoth-trow.mo -share/locale/ru/LC_MESSAGES/wesnoth.mo -share/locale/sk/LC_MESSAGES/wesnoth-editor.mo -share/locale/sk/LC_MESSAGES/wesnoth-ei.mo -share/locale/sk/LC_MESSAGES/wesnoth-httt.mo -share/locale/sk/LC_MESSAGES/wesnoth-lib.mo -share/locale/sk/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/sk/LC_MESSAGES/wesnoth-tdh.mo -share/locale/sk/LC_MESSAGES/wesnoth-trow.mo -share/locale/sk/LC_MESSAGES/wesnoth.mo -share/locale/sl/LC_MESSAGES/wesnoth-editor.mo -share/locale/sl/LC_MESSAGES/wesnoth-ei.mo -share/locale/sl/LC_MESSAGES/wesnoth-httt.mo -share/locale/sl/LC_MESSAGES/wesnoth-lib.mo -share/locale/sl/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/sl/LC_MESSAGES/wesnoth-tdh.mo -share/locale/sl/LC_MESSAGES/wesnoth-trow.mo -share/locale/sl/LC_MESSAGES/wesnoth.mo -share/locale/sr/LC_MESSAGES/wesnoth-editor.mo -share/locale/sr/LC_MESSAGES/wesnoth-ei.mo -share/locale/sr/LC_MESSAGES/wesnoth-httt.mo -share/locale/sr/LC_MESSAGES/wesnoth-lib.mo -share/locale/sr/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/sr/LC_MESSAGES/wesnoth-tdh.mo -share/locale/sr/LC_MESSAGES/wesnoth-trow.mo -share/locale/sr/LC_MESSAGES/wesnoth.mo -share/locale/sv/LC_MESSAGES/wesnoth-editor.mo -share/locale/sv/LC_MESSAGES/wesnoth-ei.mo -share/locale/sv/LC_MESSAGES/wesnoth-httt.mo -share/locale/sv/LC_MESSAGES/wesnoth-lib.mo -share/locale/sv/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/sv/LC_MESSAGES/wesnoth-tdh.mo -share/locale/sv/LC_MESSAGES/wesnoth-trow.mo -share/locale/sv/LC_MESSAGES/wesnoth.mo -share/locale/tr/LC_MESSAGES/wesnoth-editor.mo -share/locale/tr/LC_MESSAGES/wesnoth-ei.mo -share/locale/tr/LC_MESSAGES/wesnoth-httt.mo -share/locale/tr/LC_MESSAGES/wesnoth-lib.mo -share/locale/tr/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/tr/LC_MESSAGES/wesnoth-tdh.mo -share/locale/tr/LC_MESSAGES/wesnoth-trow.mo -share/locale/tr/LC_MESSAGES/wesnoth.mo -share/locale/zh_CN/LC_MESSAGES/wesnoth-editor.mo -share/locale/zh_CN/LC_MESSAGES/wesnoth-ei.mo -share/locale/zh_CN/LC_MESSAGES/wesnoth-httt.mo -share/locale/zh_CN/LC_MESSAGES/wesnoth-lib.mo -share/locale/zh_CN/LC_MESSAGES/wesnoth-sotbe.mo -share/locale/zh_CN/LC_MESSAGES/wesnoth-tdh.mo -share/locale/zh_CN/LC_MESSAGES/wesnoth-trow.mo -share/locale/zh_CN/LC_MESSAGES/wesnoth.mo -%%DATADIR%%/data/campaigns/Eastern_Invasion.cfg -%%DATADIR%%/data/campaigns/Heir_To_The_Throne.cfg -%%DATADIR%%/data/campaigns/Son_Of_The_Black_Eye.cfg -%%DATADIR%%/data/campaigns/The_Dark_Hordes.cfg -%%DATADIR%%/data/campaigns/The_Rise_of_Wesnoth.cfg -%%DATADIR%%/data/convert.pl -%%DATADIR%%/data/fonts.cfg -%%DATADIR%%/data/game.cfg -%%DATADIR%%/data/help.cfg -%%DATADIR%%/data/items.cfg -%%DATADIR%%/data/maps/Eastern_Invasion/An_Elven_Alliance -%%DATADIR%%/data/maps/Eastern_Invasion/An_Unexpected_Appearance -%%DATADIR%%/data/maps/Eastern_Invasion/Approaching_Weldyn -%%DATADIR%%/data/maps/Eastern_Invasion/Captured -%%DATADIR%%/data/maps/Eastern_Invasion/Drowned_Plains -%%DATADIR%%/data/maps/Eastern_Invasion/Evacuation -%%DATADIR%%/data/maps/Eastern_Invasion/Lake_Vrug -%%DATADIR%%/data/maps/Eastern_Invasion/Mal-Ravanals_Capital -%%DATADIR%%/data/maps/Eastern_Invasion/Northern_Outpost -%%DATADIR%%/data/maps/Eastern_Invasion/Peasant_Revolt -%%DATADIR%%/data/maps/Eastern_Invasion/The_Arena -%%DATADIR%%/data/maps/Eastern_Invasion/The_Crossing -%%DATADIR%%/data/maps/Eastern_Invasion/The_Escape_Tunnel -%%DATADIR%%/data/maps/Eastern_Invasion/The_Outpost -%%DATADIR%%/data/maps/Eastern_Invasion/The_Undead_Border_Patrol -%%DATADIR%%/data/maps/Eastern_Invasion/Throne_Room -%%DATADIR%%/data/maps/Eastern_Invasion/Training_the_Ogres -%%DATADIR%%/data/maps/Eastern_Invasion/Tribal_Warfare -%%DATADIR%%/data/maps/Eastern_Invasion/Two_Paths -%%DATADIR%%/data/maps/Eastern_Invasion/Undead_Crossing -%%DATADIR%%/data/maps/Eastern_Invasion/Weldyn_Besieged -%%DATADIR%%/data/maps/Eastern_Invasion/Weldyn_under_Attack -%%DATADIR%%/data/maps/Eastern_Invasion/loyalistmap11 -%%DATADIR%%/data/maps/Heir_To_The_Throne/A_Choice_Must_Be_Made -%%DATADIR%%/data/maps/Heir_To_The_Throne/Battle_for_Wesnoth -%%DATADIR%%/data/maps/Heir_To_The_Throne/Bay_of_Pearls -%%DATADIR%%/data/maps/Heir_To_The_Throne/Blackwater_Port -%%DATADIR%%/data/maps/Heir_To_The_Throne/Crossroads -%%DATADIR%%/data/maps/Heir_To_The_Throne/Dwarven_Doors -%%DATADIR%%/data/maps/Heir_To_The_Throne/Elves_Besieged -%%DATADIR%%/data/maps/Heir_To_The_Throne/Ford_of_Abez -%%DATADIR%%/data/maps/Heir_To_The_Throne/Gryphon_Mountain -%%DATADIR%%/data/maps/Heir_To_The_Throne/Hasty_Alliance -%%DATADIR%%/data/maps/Heir_To_The_Throne/High_King_at_Sea -%%DATADIR%%/data/maps/Heir_To_The_Throne/Home_Clan -%%DATADIR%%/data/maps/Heir_To_The_Throne/Home_North_Elves -%%DATADIR%%/data/maps/Heir_To_The_Throne/Isle_of_Anduin -%%DATADIR%%/data/maps/Heir_To_The_Throne/Isle_of_the_Damned -%%DATADIR%%/data/maps/Heir_To_The_Throne/Mountain_Pass -%%DATADIR%%/data/maps/Heir_To_The_Throne/Muff_Malal_Peninsula -%%DATADIR%%/data/maps/Heir_To_The_Throne/Northern_Winter -%%DATADIR%%/data/maps/Heir_To_The_Throne/Plunging_Into_the_Darkness -%%DATADIR%%/data/maps/Heir_To_The_Throne/Princess_of_Wesnoth -%%DATADIR%%/data/maps/Heir_To_The_Throne/Return_to_Wesnoth -%%DATADIR%%/data/maps/Heir_To_The_Throne/Sceptre -%%DATADIR%%/data/maps/Heir_To_The_Throne/Snow_Plains -%%DATADIR%%/data/maps/Heir_To_The_Throne/Swamp_Of_Dread -%%DATADIR%%/data/maps/Heir_To_The_Throne/The_Lost_General -%%DATADIR%%/data/maps/Heir_To_The_Throne/The_Siege_of_Elensefar -%%DATADIR%%/data/maps/Heir_To_The_Throne/Valley_of_Death -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Black_Flag -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Clash_Of_Armies -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Desert_Of_Death -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/End_Of_Peace -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Saving_Inarix -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Shan_Taum_The_Smug -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Silent_Forest -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz -%%DATADIR%%/data/maps/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag -%%DATADIR%%/data/maps/The_Dark_Hordes/A_New_Chance -%%DATADIR%%/data/maps/The_Dark_Hordes/Brother_Against_Brother -%%DATADIR%%/data/maps/The_Dark_Hordes/Confrontation -%%DATADIR%%/data/maps/The_Dark_Hordes/Crelanus_Book -%%DATADIR%%/data/maps/The_Dark_Hordes/Inside_The_Tower -%%DATADIR%%/data/maps/The_Dark_Hordes/Mages_And_Elves -%%DATADIR%%/data/maps/The_Dark_Hordes/The_Skull_of_Agarash -%%DATADIR%%/data/maps/The_Dark_Hordes/Underground_Pool -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_Beach -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_Final_Spring -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_Harrowing_Escape -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_New_Land -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/A_Summer_of_Storms -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Clearwater_Port -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Cursed_Isle -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Elf_Lords -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Fallen_Lich_Point -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Peoples_in_Decline -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Return_of_the_Fleet -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Rise_of_Wesnoth -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Rough_Landing -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Sewer -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Southbay_in_Winter -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Temple_in_the_Deep -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Dragon -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Fall -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Midlands -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Oldwood -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Plan -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_River_Road -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/The_Vanguard -%%DATADIR%%/data/maps/The_Rise_of_Wesnoth/Troll_Hole -%%DATADIR%%/data/maps/Tutorial/Basic_Training -%%DATADIR%%/data/maps/Tutorial/Traits_and_Specialties -%%DATADIR%%/data/maps/multiplayer/2p_Den_of_Onis -%%DATADIR%%/data/maps/multiplayer/2p_Divide_and_Conquer -%%DATADIR%%/data/maps/multiplayer/2p_Hamlets -%%DATADIR%%/data/maps/multiplayer/2p_Hornshark_Island -%%DATADIR%%/data/maps/multiplayer/2p_Meteor_Lake -%%DATADIR%%/data/maps/multiplayer/2p_Sablestone_Delta -%%DATADIR%%/data/maps/multiplayer/2p_Silverhead_Crossing -%%DATADIR%%/data/maps/multiplayer/2p_Sullas_Ruins -%%DATADIR%%/data/maps/multiplayer/3p_1v1v1Hex -%%DATADIR%%/data/maps/multiplayer/3p_Morituri -%%DATADIR%%/data/maps/multiplayer/3p_Triple_Blitz -%%DATADIR%%/data/maps/multiplayer/4p_Lagoon -%%DATADIR%%/data/maps/multiplayer/4p_The_Wilderlands -%%DATADIR%%/data/maps/multiplayer/An_Island -%%DATADIR%%/data/maps/multiplayer/BattleWorld -%%DATADIR%%/data/maps/multiplayer/Blitz -%%DATADIR%%/data/maps/multiplayer/CastleHoppingIsle -%%DATADIR%%/data/maps/multiplayer/Castles -%%DATADIR%%/data/maps/multiplayer/Charge -%%DATADIR%%/data/maps/multiplayer/Clash -%%DATADIR%%/data/maps/multiplayer/ForestofFear -%%DATADIR%%/data/maps/multiplayer/Hexcake -%%DATADIR%%/data/maps/multiplayer/Icy_Waters -%%DATADIR%%/data/maps/multiplayer/King_of_the_Hill -%%DATADIR%%/data/maps/multiplayer/Wesbowl -%%DATADIR%%/data/multiplayer.cfg -%%DATADIR%%/data/names.cfg -%%DATADIR%%/data/scenario-test.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Approaching_Weldyn.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Captured.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Crossing.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Elven_Alliance.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Escape_Tunnel.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Evacuation.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Lake_Vrug.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Mal-Ravanals_Capital.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Northern_Outpost.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Ogre_Training.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Reject.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/The_Drowned_Plains.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/The_Duel.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/The_Outpost.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Throne_Room.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Tribal_Warfare.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Two_Paths.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Undead_Border_Patrol.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Undead_Crossing.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Unexpected_Appearance.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/Weldyn_Attack.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/utils/deaths.cfg -%%DATADIR%%/data/scenarios/Eastern_Invasion/utils/intro.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/A_Choice_Must_Be_Made.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Battle_for_Wesnoth.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Bay_of_Pearls.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Blackwater_Port.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Crossroads.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Dwarven_Doors.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Elven_Council.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Elves_Besieged.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Epilogue.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Ford_of_Abez.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Gryphon_Mountain.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Hasty_Alliance.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Home_Clan.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Home_North_Elves.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Isle_of_Anduin.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Isle_of_the_Damned.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Mountain_Pass.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Muff_Malal_Peninsula.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Northern_Winter.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Plunging_Into_the_Darkness.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Princess_of_Wesnoth.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Return_to_Wesnoth.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Sceptre.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Snow_Plains.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Swamp_Of_Dread.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/The_Lost_General.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/The_Siege_of_Elensefar.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Valley_of_Death.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/Valley_of_Statues.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/bigmap.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/utils/deaths.cfg -%%DATADIR%%/data/scenarios/Heir_To_The_Throne/utils/intro.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Black_Flag.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Clash_Of_Armies.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Desert_Of_Death.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/End_Of_Peace.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Saving_Inarix.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Shan_Taum_The_Smug.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Silent_Forest.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/The_Siege_Of_Barag_Gor.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/To_The_Harbour_Of_Tirigaz.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/Towards_Mountains_of_Haag.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils/deaths.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils/story.cfg -%%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils/utils.cfg -%%DATADIR%%/data/scenarios/The_Dark_Hordes/A_New_Chance.cfg -%%DATADIR%%/data/scenarios/The_Dark_Hordes/Brother_Against_Brother.cfg -%%DATADIR%%/data/scenarios/The_Dark_Hordes/Confrontation.cfg -%%DATADIR%%/data/scenarios/The_Dark_Hordes/Crelanus_Book.cfg -%%DATADIR%%/data/scenarios/The_Dark_Hordes/Inside_The_Tower.cfg -%%DATADIR%%/data/scenarios/The_Dark_Hordes/Mages_And_Elves.cfg -%%DATADIR%%/data/scenarios/The_Dark_Hordes/The_Skull_of_Agarash.cfg -%%DATADIR%%/data/scenarios/The_Dark_Hordes/Underground_Pool.cfg -%%DATADIR%%/data/scenarios/The_Dark_Hordes/utils/intro.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_Beach.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_Final_Spring.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_Harrowing_Escape.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_New_Land.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_Spy_in_the_Woods.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/A_Summer_of_Storms.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Clearwater_Port.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Cursed_Isle.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Elf_Lords.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Epilogue.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Fallen_Lich_Point.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Peoples_in_Decline.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Return_of_the_Fleet.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Return_to_Oldwood.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Rise_of_Wesnoth.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Rough_Landing.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Sewer.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Southbay_in_Winter.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Temple_of_the_Deep.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Dragon.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Fall.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Midlands.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Oldwood.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Plan.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_River_Road.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/The_Vanguard.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/Troll_Hole.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-deaths.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-intro.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-macros.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-nlmsg.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-nohome.cfg -%%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils/trow-noisle.cfg -%%DATADIR%%/data/scenarios/multiplayer/2p_Blitz.cfg -%%DATADIR%%/data/scenarios/multiplayer/2p_Charge.cfg -%%DATADIR%%/data/scenarios/multiplayer/2p_Den_of_Onis.cfg -%%DATADIR%%/data/scenarios/multiplayer/2p_Divide_and_Conquer.cfg -%%DATADIR%%/data/scenarios/multiplayer/2p_Hamlets.cfg -%%DATADIR%%/data/scenarios/multiplayer/2p_Hornshark_Island.cfg -%%DATADIR%%/data/scenarios/multiplayer/2p_IcyWaters.cfg -%%DATADIR%%/data/scenarios/multiplayer/2p_Meteor_Lake.cfg -%%DATADIR%%/data/scenarios/multiplayer/2p_Sablestone_Delta.cfg -%%DATADIR%%/data/scenarios/multiplayer/2p_Silverhead_Crossing.cfg -%%DATADIR%%/data/scenarios/multiplayer/2p_Sullas_Ruins.cfg -%%DATADIR%%/data/scenarios/multiplayer/2p_Wesbowl.cfg -%%DATADIR%%/data/scenarios/multiplayer/3p_1v1v1Hex.cfg -%%DATADIR%%/data/scenarios/multiplayer/3p_Morituri.cfg -%%DATADIR%%/data/scenarios/multiplayer/3p_Triple_Blitz.cfg -%%DATADIR%%/data/scenarios/multiplayer/4p_An_Island.cfg -%%DATADIR%%/data/scenarios/multiplayer/4p_CastleHoppingIsle.cfg -%%DATADIR%%/data/scenarios/multiplayer/4p_Clash.cfg -%%DATADIR%%/data/scenarios/multiplayer/4p_King_of_the_Hill.cfg -%%DATADIR%%/data/scenarios/multiplayer/4p_Lagoon.cfg -%%DATADIR%%/data/scenarios/multiplayer/4p_Siege_Castles.cfg -%%DATADIR%%/data/scenarios/multiplayer/4p_The_Valley_of_Death.cfg -%%DATADIR%%/data/scenarios/multiplayer/4p_The_Wilderlands.cfg -%%DATADIR%%/data/scenarios/multiplayer/5p_ForestOfFear.cfg -%%DATADIR%%/data/scenarios/multiplayer/6p_Hexcake.cfg -%%DATADIR%%/data/scenarios/multiplayer/7p_battleworld.cfg -%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario.cfg -%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario_Desert.cfg -%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario_Marsh.cfg -%%DATADIR%%/data/scenarios/multiplayer/Random_Scenario_Winter.cfg -%%DATADIR%%/data/scenarios/multiplayer/scenarios.cfg -%%DATADIR%%/data/scenarios/tutorial/Basic_Training.cfg -%%DATADIR%%/data/scenarios/tutorial/Traits_and_Specialties.cfg -%%DATADIR%%/data/scenarios/tutorial/utils.cfg -%%DATADIR%%/data/schedules.cfg -%%DATADIR%%/data/terrain-graphics.cfg -%%DATADIR%%/data/terrain-graphics/adjacent.cfg -%%DATADIR%%/data/terrain-graphics/base.cfg -%%DATADIR%%/data/terrain-graphics/bridges.cfg -%%DATADIR%%/data/terrain-graphics/buildings.cfg -%%DATADIR%%/data/terrain-graphics/canyon.cfg -%%DATADIR%%/data/terrain-graphics/castle-transitions.cfg -%%DATADIR%%/data/terrain-graphics/castles.cfg -%%DATADIR%%/data/terrain-graphics/forests.cfg -%%DATADIR%%/data/terrain-graphics/util.cfg -%%DATADIR%%/data/terrain.cfg -%%DATADIR%%/data/themes/default.cfg -%%DATADIR%%/data/themes/dfool.cfg -%%DATADIR%%/data/themes/editor.cfg -%%DATADIR%%/data/themes/experimental.cfg -%%DATADIR%%/data/tips.cfg -%%DATADIR%%/data/tools/exploder/castle-concave.cfg -%%DATADIR%%/data/tools/exploder/castle-convex.cfg -%%DATADIR%%/data/tools/exploder/castle-exploded-concave.cfg -%%DATADIR%%/data/tools/exploder/castle-exploded-convex.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-concave.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-convex.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-exploded-concave.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-exploded-convex.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-trans-n-s.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-trans-ne-sw.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-trans-nw-se.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-trans-s-n.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-trans-se-nw.cfg -%%DATADIR%%/data/tools/exploder/castle-wall-trans-sw-ne.cfg -%%DATADIR%%/data/tools/exploder/models/castle.cfg -%%DATADIR%%/data/tools/exploder/wall-concave.cfg -%%DATADIR%%/data/tools/exploder/wall-convex.cfg -%%DATADIR%%/data/tools/exploder/wall-exploded-concave.cfg -%%DATADIR%%/data/tools/exploder/wall-exploded-convex.cfg -%%DATADIR%%/data/traits.cfg -%%DATADIR%%/data/translations/english.cfg -%%DATADIR%%/data/units.cfg -%%DATADIR%%/data/units/Ancient_Lich.cfg -%%DATADIR%%/data/units/Ancient_Wose.cfg -%%DATADIR%%/data/units/Arch_Mage.cfg -%%DATADIR%%/data/units/Assassin.cfg -%%DATADIR%%/data/units/Bandit.cfg -%%DATADIR%%/data/units/Battle_Princess.cfg -%%DATADIR%%/data/units/Blood_Bat.cfg -%%DATADIR%%/data/units/Bone_Shooter.cfg -%%DATADIR%%/data/units/Bowman.cfg -%%DATADIR%%/data/units/Cavalier.cfg -%%DATADIR%%/data/units/Cavalryman.cfg -%%DATADIR%%/data/units/Cave_Spider.cfg -%%DATADIR%%/data/units/Chocobone.cfg -%%DATADIR%%/data/units/Cockatrice.cfg -%%DATADIR%%/data/units/Commander.cfg -%%DATADIR%%/data/units/Cuttle_Fish.cfg -%%DATADIR%%/data/units/Dark_Adept.cfg -%%DATADIR%%/data/units/Dark_Queen.cfg -%%DATADIR%%/data/units/Dark_Sorcerer.cfg -%%DATADIR%%/data/units/Dark_Spirit.cfg -%%DATADIR%%/data/units/Death_Knight.cfg -%%DATADIR%%/data/units/Deathblade.cfg -%%DATADIR%%/data/units/Deathmaster.cfg -%%DATADIR%%/data/units/Demilich.cfg -%%DATADIR%%/data/units/Direwolf_Rider.cfg -%%DATADIR%%/data/units/Dragoon.cfg -%%DATADIR%%/data/units/Drake_Blademaster.cfg -%%DATADIR%%/data/units/Drake_Burner.cfg -%%DATADIR%%/data/units/Drake_Clasher.cfg -%%DATADIR%%/data/units/Drake_Enforcer.cfg -%%DATADIR%%/data/units/Drake_Fighter.cfg -%%DATADIR%%/data/units/Drake_Fire.cfg -%%DATADIR%%/data/units/Drake_Flameheart.cfg -%%DATADIR%%/data/units/Drake_Flare.cfg -%%DATADIR%%/data/units/Drake_Gladiator.cfg -%%DATADIR%%/data/units/Drake_Glider.cfg -%%DATADIR%%/data/units/Drake_Hurricane.cfg -%%DATADIR%%/data/units/Drake_Inferno.cfg -%%DATADIR%%/data/units/Drake_Sky.cfg -%%DATADIR%%/data/units/Drake_Slasher.cfg -%%DATADIR%%/data/units/Drake_Warden.cfg -%%DATADIR%%/data/units/Drake_Warrior.cfg -%%DATADIR%%/data/units/Draug.cfg -%%DATADIR%%/data/units/Dread_Lich.cfg -%%DATADIR%%/data/units/Duelist.cfg -%%DATADIR%%/data/units/Dwarvish_Berserker.cfg -%%DATADIR%%/data/units/Dwarvish_Dragonguard.cfg -%%DATADIR%%/data/units/Dwarvish_Fighter.cfg -%%DATADIR%%/data/units/Dwarvish_Guardsman.cfg -%%DATADIR%%/data/units/Dwarvish_Lord.cfg -%%DATADIR%%/data/units/Dwarvish_Runemaster.cfg -%%DATADIR%%/data/units/Dwarvish_Sentinel.cfg -%%DATADIR%%/data/units/Dwarvish_Stalwart.cfg -%%DATADIR%%/data/units/Dwarvish_Steelclad.cfg -%%DATADIR%%/data/units/Dwarvish_Thunderer.cfg -%%DATADIR%%/data/units/Dwarvish_Thunderguard.cfg -%%DATADIR%%/data/units/Dwarvish_Ulfserker.cfg -%%DATADIR%%/data/units/Elder_Mage.cfg -%%DATADIR%%/data/units/Elder_Wose.cfg -%%DATADIR%%/data/units/Elvish_Archer.cfg -%%DATADIR%%/data/units/Elvish_Avenger.cfg -%%DATADIR%%/data/units/Elvish_Captain.cfg -%%DATADIR%%/data/units/Elvish_Champion.cfg -%%DATADIR%%/data/units/Elvish_Druid.cfg -%%DATADIR%%/data/units/Elvish_Enchantress.cfg -%%DATADIR%%/data/units/Elvish_Fighter.cfg -%%DATADIR%%/data/units/Elvish_Hero.cfg -%%DATADIR%%/data/units/Elvish_High_Lord.cfg -%%DATADIR%%/data/units/Elvish_Lady.cfg -%%DATADIR%%/data/units/Elvish_Lord.cfg -%%DATADIR%%/data/units/Elvish_Marksman.cfg -%%DATADIR%%/data/units/Elvish_Marshal.cfg -%%DATADIR%%/data/units/Elvish_Outrider.cfg -%%DATADIR%%/data/units/Elvish_Ranger.cfg -%%DATADIR%%/data/units/Elvish_Rider.cfg -%%DATADIR%%/data/units/Elvish_Scout.cfg -%%DATADIR%%/data/units/Elvish_Shaman.cfg -%%DATADIR%%/data/units/Elvish_Sharpshooter.cfg -%%DATADIR%%/data/units/Elvish_Shyde.cfg -%%DATADIR%%/data/units/Elvish_Sorceress.cfg -%%DATADIR%%/data/units/Elvish_Sylph.cfg -%%DATADIR%%/data/units/Fencer.cfg -%%DATADIR%%/data/units/Fighter.cfg -%%DATADIR%%/data/units/Fire_Dragon.cfg -%%DATADIR%%/data/units/Fireball.cfg -%%DATADIR%%/data/units/Footpad.cfg -%%DATADIR%%/data/units/Galleon.cfg -%%DATADIR%%/data/units/Gate.cfg -%%DATADIR%%/data/units/General.cfg -%%DATADIR%%/data/units/Ghost.cfg -%%DATADIR%%/data/units/Ghoul.cfg -%%DATADIR%%/data/units/Giant_Mudcrawler.cfg -%%DATADIR%%/data/units/Giant_Scorpion.cfg -%%DATADIR%%/data/units/Goblin_Impaler.cfg -%%DATADIR%%/data/units/Goblin_Knight.cfg -%%DATADIR%%/data/units/Goblin_Pillager.cfg -%%DATADIR%%/data/units/Goblin_Spearman.cfg -%%DATADIR%%/data/units/Grand_Knight.cfg -%%DATADIR%%/data/units/Grand_Marshal.cfg -%%DATADIR%%/data/units/Great_Mage.cfg -%%DATADIR%%/data/units/Great_Troll.cfg -%%DATADIR%%/data/units/Gryphon.cfg -%%DATADIR%%/data/units/Gryphon_Master.cfg -%%DATADIR%%/data/units/Gryphon_Rider.cfg -%%DATADIR%%/data/units/Halbardier.cfg -%%DATADIR%%/data/units/Heavy_Infantryman.cfg -%%DATADIR%%/data/units/Horse_Lord.cfg -%%DATADIR%%/data/units/Horseman.cfg -%%DATADIR%%/data/units/Initiate.cfg -%%DATADIR%%/data/units/Iron_Mauler.cfg -%%DATADIR%%/data/units/Javelineer.cfg -%%DATADIR%%/data/units/Knight.cfg -%%DATADIR%%/data/units/Lancer.cfg -%%DATADIR%%/data/units/Lich.cfg -%%DATADIR%%/data/units/Lieutenant.cfg -%%DATADIR%%/data/units/Longbowman.cfg -%%DATADIR%%/data/units/Lord.cfg -%%DATADIR%%/data/units/Mage.cfg -%%DATADIR%%/data/units/Mage_of_Light.cfg -%%DATADIR%%/data/units/Master_Bowman.cfg -%%DATADIR%%/data/units/Mermaid_Diviner.cfg -%%DATADIR%%/data/units/Mermaid_Enchantress.cfg -%%DATADIR%%/data/units/Mermaid_Initiate.cfg -%%DATADIR%%/data/units/Mermaid_Priestess.cfg -%%DATADIR%%/data/units/Mermaid_Siren.cfg -%%DATADIR%%/data/units/Merman.cfg -%%DATADIR%%/data/units/Merman_Entangler.cfg -%%DATADIR%%/data/units/Merman_Fighter.cfg -%%DATADIR%%/data/units/Merman_Hoplite.cfg -%%DATADIR%%/data/units/Merman_Hunter.cfg -%%DATADIR%%/data/units/Merman_Javelineer.cfg -%%DATADIR%%/data/units/Merman_Netcaster.cfg -%%DATADIR%%/data/units/Merman_Spearman.cfg -%%DATADIR%%/data/units/Merman_Triton.cfg -%%DATADIR%%/data/units/Merman_Warrior.cfg -%%DATADIR%%/data/units/Mounted_Fighter.cfg -%%DATADIR%%/data/units/Mounted_Warrior.cfg -%%DATADIR%%/data/units/Mudcrawler.cfg -%%DATADIR%%/data/units/Naga-Fighter.cfg -%%DATADIR%%/data/units/Naga-Myrmidon.cfg -%%DATADIR%%/data/units/Naga-Warrior.cfg -%%DATADIR%%/data/units/Naga.cfg -%%DATADIR%%/data/units/Necromancer.cfg -%%DATADIR%%/data/units/Necrophage.cfg -%%DATADIR%%/data/units/Nightgaunt.cfg -%%DATADIR%%/data/units/Noble_Commander.cfg -%%DATADIR%%/data/units/Noble_Fighter.cfg -%%DATADIR%%/data/units/Noble_Lord.cfg -%%DATADIR%%/data/units/Noble_Youth.cfg -%%DATADIR%%/data/units/Ogre.cfg -%%DATADIR%%/data/units/Orcish_Archer.cfg -%%DATADIR%%/data/units/Orcish_Assassin.cfg -%%DATADIR%%/data/units/Orcish_Crossbowman.cfg -%%DATADIR%%/data/units/Orcish_Grunt.cfg -%%DATADIR%%/data/units/Orcish_Leader.cfg -%%DATADIR%%/data/units/Orcish_Ruler.cfg -%%DATADIR%%/data/units/Orcish_Shaman.cfg -%%DATADIR%%/data/units/Orcish_Slayer.cfg -%%DATADIR%%/data/units/Orcish_Slurbow.cfg -%%DATADIR%%/data/units/Orcish_Sovereign.cfg -%%DATADIR%%/data/units/Orcish_Warlord.cfg -%%DATADIR%%/data/units/Orcish_Warrior.cfg -%%DATADIR%%/data/units/Outlaw.cfg -%%DATADIR%%/data/units/Outlaw_Princess.cfg -%%DATADIR%%/data/units/Outlaw_Queen.cfg -%%DATADIR%%/data/units/Paladin.cfg -%%DATADIR%%/data/units/Peasant.cfg -%%DATADIR%%/data/units/Pikeman.cfg -%%DATADIR%%/data/units/Pirate_Galleon.cfg -%%DATADIR%%/data/units/Poacher.cfg -%%DATADIR%%/data/units/Princess.cfg -%%DATADIR%%/data/units/Red_Mage.cfg -%%DATADIR%%/data/units/Revenant.cfg -%%DATADIR%%/data/units/Rogue.cfg -%%DATADIR%%/data/units/Royal_Guard.cfg -%%DATADIR%%/data/units/Saurian.cfg -%%DATADIR%%/data/units/Saurian_Ambusher.cfg -%%DATADIR%%/data/units/Saurian_Flanker.cfg -%%DATADIR%%/data/units/Saurian_Icecaster.cfg -%%DATADIR%%/data/units/Saurian_Skirmisher.cfg -%%DATADIR%%/data/units/Saurian_Soothsayer.cfg -%%DATADIR%%/data/units/Saurian_Tribalist.cfg -%%DATADIR%%/data/units/Saurian_Warrior.cfg -%%DATADIR%%/data/units/Sea_Hag.cfg -%%DATADIR%%/data/units/Sea_Orc.cfg -%%DATADIR%%/data/units/Sea_Serpent.cfg -%%DATADIR%%/data/units/Sergeant.cfg -%%DATADIR%%/data/units/Shadow.cfg -%%DATADIR%%/data/units/Shock_Trooper.cfg -%%DATADIR%%/data/units/Silver_Mage.cfg -%%DATADIR%%/data/units/Skeletal_Dragon.cfg -%%DATADIR%%/data/units/Skeleton.cfg -%%DATADIR%%/data/units/Skeleton_Archer.cfg -%%DATADIR%%/data/units/Sleeping_Gryphon.cfg -%%DATADIR%%/data/units/Soul_Shooter.cfg -%%DATADIR%%/data/units/Soulless.cfg -%%DATADIR%%/data/units/Spearman.cfg -%%DATADIR%%/data/units/Spectre.cfg -%%DATADIR%%/data/units/Swordsman.cfg -%%DATADIR%%/data/units/Tentacle.cfg -%%DATADIR%%/data/units/Thief.cfg -%%DATADIR%%/data/units/Thug.cfg -%%DATADIR%%/data/units/Transport_Galleon.cfg -%%DATADIR%%/data/units/Trapper.cfg -%%DATADIR%%/data/units/Triton.cfg -%%DATADIR%%/data/units/Troll.cfg -%%DATADIR%%/data/units/Troll_Hero.cfg -%%DATADIR%%/data/units/Troll_Rocklobber.cfg -%%DATADIR%%/data/units/Troll_Warrior.cfg -%%DATADIR%%/data/units/Troll_Whelp.cfg -%%DATADIR%%/data/units/Vampire_Bat.cfg -%%DATADIR%%/data/units/Vampire_Lady.cfg -%%DATADIR%%/data/units/Walking_Corpse.cfg -%%DATADIR%%/data/units/Wall_Guard.cfg -%%DATADIR%%/data/units/Warrior_King.cfg -%%DATADIR%%/data/units/Watch_Tower.cfg -%%DATADIR%%/data/units/White_Mage.cfg -%%DATADIR%%/data/units/Wolf_Rider.cfg -%%DATADIR%%/data/units/Wose.cfg -%%DATADIR%%/data/units/Wraith.cfg -%%DATADIR%%/data/units/Yeti.cfg -%%DATADIR%%/data/units/Young_Ogre.cfg -%%DATADIR%%/data/units/Youth.cfg -%%DATADIR%%/data/utils.cfg -%%DATADIR%%/fonts/Bepa-Roman.ttf -%%DATADIR%%/fonts/FreeSans.ttf -%%DATADIR%%/fonts/Vera.ttf -%%DATADIR%%/images/arch-mage+female-defend.png -%%DATADIR%%/images/arch-mage+female-die-1.png -%%DATADIR%%/images/arch-mage+female-die-2.png -%%DATADIR%%/images/arch-mage+female-fireball-1.png -%%DATADIR%%/images/arch-mage+female-fireball-2.png -%%DATADIR%%/images/arch-mage+female-fireball-3.png -%%DATADIR%%/images/arch-mage+female-staff-1.png -%%DATADIR%%/images/arch-mage+female-staff-2.png -%%DATADIR%%/images/arch-mage+female.png -%%DATADIR%%/images/arch-mage-defend.png -%%DATADIR%%/images/arch-mage-die-1.png -%%DATADIR%%/images/arch-mage-die-2.png -%%DATADIR%%/images/arch-mage-fireball-1.png -%%DATADIR%%/images/arch-mage-fireball-2.png -%%DATADIR%%/images/arch-mage-fireball-3.png -%%DATADIR%%/images/arch-mage-staff-1.png -%%DATADIR%%/images/arch-mage-staff-2.png -%%DATADIR%%/images/arch-mage.png -%%DATADIR%%/images/assassin+female-attack.png -%%DATADIR%%/images/assassin+female-attack2.png -%%DATADIR%%/images/assassin+female-defend.png -%%DATADIR%%/images/assassin+female-throwknife1.png -%%DATADIR%%/images/assassin+female-throwknife2.png -%%DATADIR%%/images/assassin+female.png -%%DATADIR%%/images/assassin-attack.png -%%DATADIR%%/images/assassin-attack2.png -%%DATADIR%%/images/assassin-defend.png -%%DATADIR%%/images/assassin-die-1.png -%%DATADIR%%/images/assassin-die-2.png -%%DATADIR%%/images/assassin-throwknife1.png -%%DATADIR%%/images/assassin-throwknife2.png -%%DATADIR%%/images/assassin.png -%%DATADIR%%/images/attacks/axe.png -%%DATADIR%%/images/attacks/ballista.png -%%DATADIR%%/images/attacks/baneblade.png -%%DATADIR%%/images/attacks/battleaxe.png -%%DATADIR%%/images/attacks/beak.png -%%DATADIR%%/images/attacks/bone-arrow-stab.png -%%DATADIR%%/images/attacks/bow.png -%%DATADIR%%/images/attacks/claws.png -%%DATADIR%%/images/attacks/cleaver.png -%%DATADIR%%/images/attacks/club.png -%%DATADIR%%/images/attacks/crossbow.png -%%DATADIR%%/images/attacks/crush.png -%%DATADIR%%/images/attacks/curse.png -%%DATADIR%%/images/attacks/dagger.png -%%DATADIR%%/images/attacks/dark-missile.png -%%DATADIR%%/images/attacks/darkstaff.png -%%DATADIR%%/images/attacks/darts.png -%%DATADIR%%/images/attacks/dragonstaff.png -%%DATADIR%%/images/attacks/druidstaff.png -%%DATADIR%%/images/attacks/entangle.png -%%DATADIR%%/images/attacks/faerie_touch.png -%%DATADIR%%/images/attacks/fangs.png -%%DATADIR%%/images/attacks/fireball.png -%%DATADIR%%/images/attacks/fireclaws.png -%%DATADIR%%/images/attacks/fist.png -%%DATADIR%%/images/attacks/frenzy.png -%%DATADIR%%/images/attacks/gaze.png -%%DATADIR%%/images/attacks/halberd.png -%%DATADIR%%/images/attacks/hammer.png -%%DATADIR%%/images/attacks/hatchet.png -%%DATADIR%%/images/attacks/iceball.png -%%DATADIR%%/images/attacks/ink.png -%%DATADIR%%/images/attacks/knife.png -%%DATADIR%%/images/attacks/lance.png -%%DATADIR%%/images/attacks/lightbeam.png -%%DATADIR%%/images/attacks/lightingbolt.png -%%DATADIR%%/images/attacks/longbow.png -%%DATADIR%%/images/attacks/mace.png -%%DATADIR%%/images/attacks/missile.png -%%DATADIR%%/images/attacks/morning_star.png -%%DATADIR%%/images/attacks/mud-glob.png -%%DATADIR%%/images/attacks/paladinsword.png -%%DATADIR%%/images/attacks/pike.png -%%DATADIR%%/images/attacks/pincers.png -%%DATADIR%%/images/attacks/pistol.png -%%DATADIR%%/images/attacks/pitchfork.png -%%DATADIR%%/images/attacks/plaguestaff.png -%%DATADIR%%/images/attacks/rapier.png -%%DATADIR%%/images/attacks/short-sword.png -%%DATADIR%%/images/attacks/slam.png -%%DATADIR%%/images/attacks/sling.png -%%DATADIR%%/images/attacks/spear.png -%%DATADIR%%/images/attacks/staff.png -%%DATADIR%%/images/attacks/sting.png -%%DATADIR%%/images/attacks/sword.png -%%DATADIR%%/images/attacks/tentacle.png -%%DATADIR%%/images/attacks/thorns.png -%%DATADIR%%/images/attacks/thunderstick.png -%%DATADIR%%/images/attacks/torch.png -%%DATADIR%%/images/attacks/touch.png -%%DATADIR%%/images/attacks/trident.png -%%DATADIR%%/images/attacks/wail.png -%%DATADIR%%/images/attacks/waterspray.png -%%DATADIR%%/images/attacks/web.png -%%DATADIR%%/images/attacks/woodensword.png -%%DATADIR%%/images/buttons/button-active.png -%%DATADIR%%/images/buttons/button-pressed.png -%%DATADIR%%/images/buttons/button.png -%%DATADIR%%/images/buttons/checkbox-active-pressed.png -%%DATADIR%%/images/buttons/checkbox-active.png -%%DATADIR%%/images/buttons/checkbox-pressed.png -%%DATADIR%%/images/buttons/checkbox.png -%%DATADIR%%/images/buttons/downarrow-button-active.png -%%DATADIR%%/images/buttons/downarrow-button-pressed.png -%%DATADIR%%/images/buttons/downarrow-button.png -%%DATADIR%%/images/buttons/draw_button_editor-active.png -%%DATADIR%%/images/buttons/draw_button_editor-pressed.png -%%DATADIR%%/images/buttons/draw_button_editor.png -%%DATADIR%%/images/buttons/endturn-button-active.png -%%DATADIR%%/images/buttons/endturn-button.png -%%DATADIR%%/images/buttons/flip_map_button_editor-active.png -%%DATADIR%%/images/buttons/flip_map_button_editor-pressed.png -%%DATADIR%%/images/buttons/flip_map_button_editor.png -%%DATADIR%%/images/buttons/flood_button_editor-active.png -%%DATADIR%%/images/buttons/flood_button_editor-pressed.png -%%DATADIR%%/images/buttons/flood_button_editor.png -%%DATADIR%%/images/buttons/lite-active.png -%%DATADIR%%/images/buttons/lite-pressed.png -%%DATADIR%%/images/buttons/lite.png -%%DATADIR%%/images/buttons/lite_small-active.png -%%DATADIR%%/images/buttons/lite_small-pressed.png -%%DATADIR%%/images/buttons/lite_small.png -%%DATADIR%%/images/buttons/paste_button_editor-active.png -%%DATADIR%%/images/buttons/paste_button_editor-pressed.png -%%DATADIR%%/images/buttons/paste_button_editor.png -%%DATADIR%%/images/buttons/redo_button_editor-active.png -%%DATADIR%%/images/buttons/redo_button_editor-pressed.png -%%DATADIR%%/images/buttons/redo_button_editor.png -%%DATADIR%%/images/buttons/resize_button_editor-active.png -%%DATADIR%%/images/buttons/resize_button_editor-pressed.png -%%DATADIR%%/images/buttons/resize_button_editor.png -%%DATADIR%%/images/buttons/scrollbottom-active.png -%%DATADIR%%/images/buttons/scrollbottom.png -%%DATADIR%%/images/buttons/scrollgroove-bottom.png -%%DATADIR%%/images/buttons/scrollgroove-mid.png -%%DATADIR%%/images/buttons/scrollgroove-top.png -%%DATADIR%%/images/buttons/scrollmid-active.png -%%DATADIR%%/images/buttons/scrollmid.png -%%DATADIR%%/images/buttons/scrolltop-active.png -%%DATADIR%%/images/buttons/scrolltop.png -%%DATADIR%%/images/buttons/slider-selected.png -%%DATADIR%%/images/buttons/slider.png -%%DATADIR%%/images/buttons/start_position_button_editor-active.png -%%DATADIR%%/images/buttons/start_position_button_editor-pressed.png -%%DATADIR%%/images/buttons/start_position_button_editor.png -%%DATADIR%%/images/buttons/toggle_grid_button_editor-active.png -%%DATADIR%%/images/buttons/toggle_grid_button_editor-pressed.png -%%DATADIR%%/images/buttons/toggle_grid_button_editor.png -%%DATADIR%%/images/buttons/undo_button_editor-active.png -%%DATADIR%%/images/buttons/undo_button_editor-pressed.png -%%DATADIR%%/images/buttons/undo_button_editor.png -%%DATADIR%%/images/buttons/uparrow-button-active.png -%%DATADIR%%/images/buttons/uparrow-button-pressed.png -%%DATADIR%%/images/buttons/uparrow-button.png -%%DATADIR%%/images/buttons/zoom_in_button_editor-active.png -%%DATADIR%%/images/buttons/zoom_in_button_editor-pressed.png -%%DATADIR%%/images/buttons/zoom_in_button_editor.png -%%DATADIR%%/images/buttons/zoom_out_button_editor-active.png -%%DATADIR%%/images/buttons/zoom_out_button_editor-pressed.png -%%DATADIR%%/images/buttons/zoom_out_button_editor.png -%%DATADIR%%/images/campaigns/Eastern_Invasion/maps/eastern_invasion.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story0a.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story0b.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story1.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story2.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story3.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story4.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story5.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story6.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story7.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story8.png -%%DATADIR%%/images/campaigns/Heir_To_The_Throne/story/story9.png -%%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe.png -%%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe1.png -%%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe2.png -%%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps/sotbe3.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/maps/the_great_continent.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/maps/the_green_isle.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/east.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/fall_of_eldaric.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/prince_finds_wesnoth.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/the_duel.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/trow-logo.png -%%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story/west.png -%%DATADIR%%/images/cavespider-attack-melee.png -%%DATADIR%%/images/cavespider-attack-ranged.png -%%DATADIR%%/images/cavespider-defend.png -%%DATADIR%%/images/cavespider-die-1.png -%%DATADIR%%/images/cavespider-die-2.png -%%DATADIR%%/images/cavespider.png -%%DATADIR%%/images/cockatrice-attack1.png -%%DATADIR%%/images/cockatrice-attack2.png -%%DATADIR%%/images/cockatrice-defend.png -%%DATADIR%%/images/cockatrice-die-1.png -%%DATADIR%%/images/cockatrice-die-2.png -%%DATADIR%%/images/cockatrice.png -%%DATADIR%%/images/cursors-bw/attack.png -%%DATADIR%%/images/cursors-bw/move.png -%%DATADIR%%/images/cursors-bw/normal.png -%%DATADIR%%/images/cursors-bw/select.png -%%DATADIR%%/images/cursors-bw/wait.png -%%DATADIR%%/images/cursors/attack.png -%%DATADIR%%/images/cursors/move.png -%%DATADIR%%/images/cursors/normal.png -%%DATADIR%%/images/cursors/select.png -%%DATADIR%%/images/cursors/wait.png -%%DATADIR%%/images/cuttlefish-attack-2.png -%%DATADIR%%/images/cuttlefish-attack-3.png -%%DATADIR%%/images/cuttlefish-attack-4.png -%%DATADIR%%/images/cuttlefish-attack-ink.png -%%DATADIR%%/images/cuttlefish-attack.png -%%DATADIR%%/images/cuttlefish-defend.png -%%DATADIR%%/images/cuttlefish-die-1.png -%%DATADIR%%/images/cuttlefish-die-2.png -%%DATADIR%%/images/cuttlefish.png -%%DATADIR%%/images/deep-tentacle-attack.png -%%DATADIR%%/images/deep-tentacle-defend.png -%%DATADIR%%/images/deep-tentacle.png -%%DATADIR%%/images/direwolf_rider.png -%%DATADIR%%/images/drake-blademaster-attack-close1.png -%%DATADIR%%/images/drake-blademaster-attack-close2.png -%%DATADIR%%/images/drake-blademaster-attack-ranged.png -%%DATADIR%%/images/drake-blademaster-defend.png -%%DATADIR%%/images/drake-blademaster-flying.png -%%DATADIR%%/images/drake-blademaster.png -%%DATADIR%%/images/drake-burner-attack-close.png -%%DATADIR%%/images/drake-burner-attack-ranged1.png -%%DATADIR%%/images/drake-burner-attack-ranged2.png -%%DATADIR%%/images/drake-burner-defend.png -%%DATADIR%%/images/drake-burner-die-1.png -%%DATADIR%%/images/drake-burner-die-2.png -%%DATADIR%%/images/drake-burner-flying.png -%%DATADIR%%/images/drake-burner.png -%%DATADIR%%/images/drake-clasher-attack-mace.png -%%DATADIR%%/images/drake-clasher-attack-spear.png -%%DATADIR%%/images/drake-clasher-attack-spear1.png -%%DATADIR%%/images/drake-clasher-attack-spear2.png -%%DATADIR%%/images/drake-clasher-attack-sword.png -%%DATADIR%%/images/drake-clasher-attack-sword1.png -%%DATADIR%%/images/drake-clasher-attack-sword2.png -%%DATADIR%%/images/drake-clasher-attack-sword3.png -%%DATADIR%%/images/drake-clasher-attack-sword4.png -%%DATADIR%%/images/drake-clasher-defend.png -%%DATADIR%%/images/drake-clasher-die-1.png -%%DATADIR%%/images/drake-clasher-die-2.png -%%DATADIR%%/images/drake-clasher-flying.png -%%DATADIR%%/images/drake-clasher.png -%%DATADIR%%/images/drake-enforcer.png -%%DATADIR%%/images/drake-fighter-attack-close1.png -%%DATADIR%%/images/drake-fighter-attack-close2.png -%%DATADIR%%/images/drake-fighter-attack-fire1.png -%%DATADIR%%/images/drake-fighter-attack-fire2.png -%%DATADIR%%/images/drake-fighter-defend.png -%%DATADIR%%/images/drake-fighter-die-1.png -%%DATADIR%%/images/drake-fighter-die-2.png -%%DATADIR%%/images/drake-fighter-flying.png -%%DATADIR%%/images/drake-fighter.png -%%DATADIR%%/images/drake-fire-attack-close.png -%%DATADIR%%/images/drake-fire-attack-ranged.png -%%DATADIR%%/images/drake-fire-defend.png -%%DATADIR%%/images/drake-fire-die-1.png -%%DATADIR%%/images/drake-fire-die-2.png -%%DATADIR%%/images/drake-fire-flying.png -%%DATADIR%%/images/drake-fire.png -%%DATADIR%%/images/drake-flameheart-attack-close1.png -%%DATADIR%%/images/drake-flameheart-attack-close2.png -%%DATADIR%%/images/drake-flameheart-attack-ranged.png -%%DATADIR%%/images/drake-flameheart-defend.png -%%DATADIR%%/images/drake-flameheart-flying.png -%%DATADIR%%/images/drake-flameheart-lead.png -%%DATADIR%%/images/drake-flameheart.png -%%DATADIR%%/images/drake-flare-attack-close.png -%%DATADIR%%/images/drake-flare-attack-ranged.png -%%DATADIR%%/images/drake-flare-defend.png -%%DATADIR%%/images/drake-flare-flying.png -%%DATADIR%%/images/drake-flare-lead.png -%%DATADIR%%/images/drake-flare.png -%%DATADIR%%/images/drake-gladiator-attack-mace.png -%%DATADIR%%/images/drake-gladiator-attack-spear.png -%%DATADIR%%/images/drake-gladiator-attack-sword.png -%%DATADIR%%/images/drake-gladiator-defend.png -%%DATADIR%%/images/drake-gladiator-flying.png -%%DATADIR%%/images/drake-gladiator.png -%%DATADIR%%/images/drake-glider-attack-close1.png -%%DATADIR%%/images/drake-glider-attack-close2.png -%%DATADIR%%/images/drake-glider-defend.png -%%DATADIR%%/images/drake-glider-flying.png -%%DATADIR%%/images/drake-glider-ranged-attack.png -%%DATADIR%%/images/drake-glider.png -%%DATADIR%%/images/drake-hurricane-attack-melee1.png -%%DATADIR%%/images/drake-hurricane-attack-melee2.png -%%DATADIR%%/images/drake-hurricane-attack-ranged-fire1.png -%%DATADIR%%/images/drake-hurricane-attack-ranged-fire2.png -%%DATADIR%%/images/drake-hurricane-flying.png -%%DATADIR%%/images/drake-hurricane.png -%%DATADIR%%/images/drake-inferno-attack-close.png -%%DATADIR%%/images/drake-inferno-attack-ranged.png -%%DATADIR%%/images/drake-inferno-defend.png -%%DATADIR%%/images/drake-inferno-flying.png -%%DATADIR%%/images/drake-inferno.png -%%DATADIR%%/images/drake-sky-attack-melee1.png -%%DATADIR%%/images/drake-sky-attack-melee2.png -%%DATADIR%%/images/drake-sky-attack-ranged-fire.png -%%DATADIR%%/images/drake-sky-attack-ranged-impact.png -%%DATADIR%%/images/drake-sky-defend.png -%%DATADIR%%/images/drake-sky.png -%%DATADIR%%/images/drake-slasher-defend.png -%%DATADIR%%/images/drake-slasher-flying.png -%%DATADIR%%/images/drake-slasher-pierce.png -%%DATADIR%%/images/drake-slasher-slash.png -%%DATADIR%%/images/drake-slasher.png -%%DATADIR%%/images/drake-warden-defend.png -%%DATADIR%%/images/drake-warden-flying.png -%%DATADIR%%/images/drake-warden-pierce.png -%%DATADIR%%/images/drake-warden-slash.png -%%DATADIR%%/images/drake-warden.png -%%DATADIR%%/images/drake-warrior-attack-close1.png -%%DATADIR%%/images/drake-warrior-attack-close2.png -%%DATADIR%%/images/drake-warrior-attack-ranged.png -%%DATADIR%%/images/drake-warrior-defend.png -%%DATADIR%%/images/drake-warrior-flying.png -%%DATADIR%%/images/drake-warrior.png -%%DATADIR%%/images/dwarf-berserker-attack.png -%%DATADIR%%/images/dwarf-berserker-defend.png -%%DATADIR%%/images/dwarf-berserker.png -%%DATADIR%%/images/dwarf-dragonguard-attack-close.png -%%DATADIR%%/images/dwarf-dragonguard-attack-ranged.png -%%DATADIR%%/images/dwarf-dragonguard-defend.png -%%DATADIR%%/images/dwarf-dragonguard.png -%%DATADIR%%/images/dwarf-fighter-attack-mace.png -%%DATADIR%%/images/dwarf-fighter-attack.png -%%DATADIR%%/images/dwarf-fighter-defend.png -%%DATADIR%%/images/dwarf-fighter.png -%%DATADIR%%/images/dwarf-guard-attack.png -%%DATADIR%%/images/dwarf-guard-defend.png -%%DATADIR%%/images/dwarf-guard.png -%%DATADIR%%/images/dwarf-lord-attack-mace.png -%%DATADIR%%/images/dwarf-lord-attack.png -%%DATADIR%%/images/dwarf-lord-defend.png -%%DATADIR%%/images/dwarf-lord-ranged.png -%%DATADIR%%/images/dwarf-lord.png -%%DATADIR%%/images/dwarf-runemaster-attack.png -%%DATADIR%%/images/dwarf-runemaster-defend.png -%%DATADIR%%/images/dwarf-runemaster.png -%%DATADIR%%/images/dwarf-sentinel-attack.png -%%DATADIR%%/images/dwarf-sentinel-defend.png -%%DATADIR%%/images/dwarf-sentinel.png -%%DATADIR%%/images/dwarf-stalwart-attack.png -%%DATADIR%%/images/dwarf-stalwart-defend.png -%%DATADIR%%/images/dwarf-stalwart.png -%%DATADIR%%/images/dwarf-thunderer-attack.png -%%DATADIR%%/images/dwarf-thunderer-attack1.png -%%DATADIR%%/images/dwarf-thunderer-defend.png -%%DATADIR%%/images/dwarf-thunderer-die1.png -%%DATADIR%%/images/dwarf-thunderer-die2.png -%%DATADIR%%/images/dwarf-thunderer-die3.png -%%DATADIR%%/images/dwarf-thunderer-melee1.png -%%DATADIR%%/images/dwarf-thunderer-melee2.png -%%DATADIR%%/images/dwarf-thunderer.png -%%DATADIR%%/images/dwarf-thunderguard-attack.png -%%DATADIR%%/images/dwarf-thunderguard-attack1.png -%%DATADIR%%/images/dwarf-thunderguard-attack2.png -%%DATADIR%%/images/dwarf-thunderguard-defend.png -%%DATADIR%%/images/dwarf-thunderguard.png -%%DATADIR%%/images/dwarf-ulfserker-attack.png -%%DATADIR%%/images/dwarf-ulfserker-defend.png -%%DATADIR%%/images/dwarf-ulfserker.png -%%DATADIR%%/images/dwarf-warrior-attack-mace.png -%%DATADIR%%/images/dwarf-warrior-attack.png -%%DATADIR%%/images/dwarf-warrior-defend.png -%%DATADIR%%/images/dwarf-warrior.png -%%DATADIR%%/images/editor/brush-1-active.png -%%DATADIR%%/images/editor/brush-1-pressed.png -%%DATADIR%%/images/editor/brush-1.png -%%DATADIR%%/images/editor/brush-2-active.png -%%DATADIR%%/images/editor/brush-2-pressed.png -%%DATADIR%%/images/editor/brush-2.png -%%DATADIR%%/images/editor/brush-3-active.png -%%DATADIR%%/images/editor/brush-3-pressed.png -%%DATADIR%%/images/editor/brush-3.png -%%DATADIR%%/images/elder-mage-attack.png -%%DATADIR%%/images/elder-mage-defend.png -%%DATADIR%%/images/elder-mage-ranged.png -%%DATADIR%%/images/elder-mage.png -%%DATADIR%%/images/elvish-archer+female-attack.png -%%DATADIR%%/images/elvish-archer+female-attack1.png -%%DATADIR%%/images/elvish-archer+female-attack2.png -%%DATADIR%%/images/elvish-archer+female-attack3.png -%%DATADIR%%/images/elvish-archer+female-bow-defend.png -%%DATADIR%%/images/elvish-archer+female-bow.png -%%DATADIR%%/images/elvish-archer+female-defend.png -%%DATADIR%%/images/elvish-archer+female.png -%%DATADIR%%/images/elvish-archer-attack.png -%%DATADIR%%/images/elvish-archer-attack1.png -%%DATADIR%%/images/elvish-archer-attack2.png -%%DATADIR%%/images/elvish-archer-attack3.png -%%DATADIR%%/images/elvish-archer-bow-defend.png -%%DATADIR%%/images/elvish-archer-bow.png -%%DATADIR%%/images/elvish-archer-defend.png -%%DATADIR%%/images/elvish-archer-die1.png -%%DATADIR%%/images/elvish-archer-die2.png -%%DATADIR%%/images/elvish-archer-die3.png -%%DATADIR%%/images/elvish-archer-die4.png -%%DATADIR%%/images/elvish-archer.png -%%DATADIR%%/images/elvish-archer_female-die1.png -%%DATADIR%%/images/elvish-archer_female-die2.png -%%DATADIR%%/images/elvish-archer_female-die3.png -%%DATADIR%%/images/elvish-archer_female-die4.png -%%DATADIR%%/images/elvish-avenger+female-attack.png -%%DATADIR%%/images/elvish-avenger+female-attack1.png -%%DATADIR%%/images/elvish-avenger+female-attack2.png -%%DATADIR%%/images/elvish-avenger+female-attack3.png -%%DATADIR%%/images/elvish-avenger+female-bow-defend.png -%%DATADIR%%/images/elvish-avenger+female-bow.png -%%DATADIR%%/images/elvish-avenger+female-defend.png -%%DATADIR%%/images/elvish-avenger+female.png -%%DATADIR%%/images/elvish-avenger-attack.png -%%DATADIR%%/images/elvish-avenger-attack1.png -%%DATADIR%%/images/elvish-avenger-attack2.png -%%DATADIR%%/images/elvish-avenger-attack3.png -%%DATADIR%%/images/elvish-avenger-bow-defend.png -%%DATADIR%%/images/elvish-avenger-bow.png -%%DATADIR%%/images/elvish-avenger-defend.png -%%DATADIR%%/images/elvish-avenger-die1.png -%%DATADIR%%/images/elvish-avenger-die2.png -%%DATADIR%%/images/elvish-avenger-die3.png -%%DATADIR%%/images/elvish-avenger-die4.png -%%DATADIR%%/images/elvish-avenger.png -%%DATADIR%%/images/elvish-captain-attack.png -%%DATADIR%%/images/elvish-captain-bow-attack1.png -%%DATADIR%%/images/elvish-captain-bow-attack2.png -%%DATADIR%%/images/elvish-captain-bow-attack3.png -%%DATADIR%%/images/elvish-captain-bow-defend.png -%%DATADIR%%/images/elvish-captain-bow.png -%%DATADIR%%/images/elvish-captain-defend.png -%%DATADIR%%/images/elvish-captain-leading.png -%%DATADIR%%/images/elvish-captain.png -%%DATADIR%%/images/elvish-champion-attack.png -%%DATADIR%%/images/elvish-champion-bow-attack1.png -%%DATADIR%%/images/elvish-champion-bow-attack2.png -%%DATADIR%%/images/elvish-champion-bow-attack3.png -%%DATADIR%%/images/elvish-champion-bow-defend.png -%%DATADIR%%/images/elvish-champion-bow.png -%%DATADIR%%/images/elvish-champion-defend.png -%%DATADIR%%/images/elvish-champion.png -%%DATADIR%%/images/elvish-druid-attack.png -%%DATADIR%%/images/elvish-druid-defend.png -%%DATADIR%%/images/elvish-druid-healing.png -%%DATADIR%%/images/elvish-druid-healing1.png -%%DATADIR%%/images/elvish-druid-healing2.png -%%DATADIR%%/images/elvish-druid-healing3.png -%%DATADIR%%/images/elvish-druid-healing4.png -%%DATADIR%%/images/elvish-druid-healing5.png -%%DATADIR%%/images/elvish-druid-healing6.png -%%DATADIR%%/images/elvish-druid-healing7.png -%%DATADIR%%/images/elvish-druid-healing8.png -%%DATADIR%%/images/elvish-druid-ranged.png -%%DATADIR%%/images/elvish-druid.png -%%DATADIR%%/images/elvish-enchantress-attack1.png -%%DATADIR%%/images/elvish-enchantress-attack2.png -%%DATADIR%%/images/elvish-enchantress-attack3.png -%%DATADIR%%/images/elvish-enchantress-attack4.png -%%DATADIR%%/images/elvish-enchantress-attack5.png -%%DATADIR%%/images/elvish-enchantress-attack6.png -%%DATADIR%%/images/elvish-enchantress-attack7.png -%%DATADIR%%/images/elvish-enchantress-defend.png -%%DATADIR%%/images/elvish-enchantress-entangle1.png -%%DATADIR%%/images/elvish-enchantress-entangle2.png -%%DATADIR%%/images/elvish-enchantress-entangle3.png -%%DATADIR%%/images/elvish-enchantress-entangle4.png -%%DATADIR%%/images/elvish-enchantress-entangle5.png -%%DATADIR%%/images/elvish-enchantress-entangle6.png -%%DATADIR%%/images/elvish-enchantress-entangle7.png -%%DATADIR%%/images/elvish-enchantress-melee1.png -%%DATADIR%%/images/elvish-enchantress-melee2.png -%%DATADIR%%/images/elvish-enchantress-melee3.png -%%DATADIR%%/images/elvish-enchantress-melee4.png -%%DATADIR%%/images/elvish-enchantress-melee5.png -%%DATADIR%%/images/elvish-enchantress-ranged-defend.png -%%DATADIR%%/images/elvish-enchantress.png -%%DATADIR%%/images/elvish-fighter-attack.png -%%DATADIR%%/images/elvish-fighter-bow-attack1.png -%%DATADIR%%/images/elvish-fighter-bow-attack2.png -%%DATADIR%%/images/elvish-fighter-bow-attack3.png -%%DATADIR%%/images/elvish-fighter-bow-defend.png -%%DATADIR%%/images/elvish-fighter-bow.png -%%DATADIR%%/images/elvish-fighter-defend.png -%%DATADIR%%/images/elvish-fighter.png -%%DATADIR%%/images/elvish-hero-attack.png -%%DATADIR%%/images/elvish-hero-bow-attack1.png -%%DATADIR%%/images/elvish-hero-bow-attack2.png -%%DATADIR%%/images/elvish-hero-bow-attack3.png -%%DATADIR%%/images/elvish-hero-bow-defend.png -%%DATADIR%%/images/elvish-hero-bow.png -%%DATADIR%%/images/elvish-hero-defend.png -%%DATADIR%%/images/elvish-hero.png -%%DATADIR%%/images/elvish-high-lord-attack-sword-1.png -%%DATADIR%%/images/elvish-high-lord-attack-sword-2.png -%%DATADIR%%/images/elvish-high-lord-defend.png -%%DATADIR%%/images/elvish-high-lord-ranged-defend.png -%%DATADIR%%/images/elvish-high-lord-ranged1.png -%%DATADIR%%/images/elvish-high-lord-ranged2.png -%%DATADIR%%/images/elvish-high-lord-ranged3.png -%%DATADIR%%/images/elvish-high-lord.png -%%DATADIR%%/images/elvish-lord-defend.png -%%DATADIR%%/images/elvish-lord-melee.png -%%DATADIR%%/images/elvish-lord-ranged-defend.png -%%DATADIR%%/images/elvish-lord-ranged.png -%%DATADIR%%/images/elvish-lord-ranged1.png -%%DATADIR%%/images/elvish-lord-ranged2.png -%%DATADIR%%/images/elvish-lord-ranged3.png -%%DATADIR%%/images/elvish-lord.png -%%DATADIR%%/images/elvish-marksman+female-attack.png -%%DATADIR%%/images/elvish-marksman+female-attack1.png -%%DATADIR%%/images/elvish-marksman+female-attack2.png -%%DATADIR%%/images/elvish-marksman+female-attack3.png -%%DATADIR%%/images/elvish-marksman+female-attack4.png -%%DATADIR%%/images/elvish-marksman+female-bow-defend.png -%%DATADIR%%/images/elvish-marksman+female-bow.png -%%DATADIR%%/images/elvish-marksman+female-defend.png -%%DATADIR%%/images/elvish-marksman+female.png -%%DATADIR%%/images/elvish-marksman-attack.png -%%DATADIR%%/images/elvish-marksman-attack1.png -%%DATADIR%%/images/elvish-marksman-attack2.png -%%DATADIR%%/images/elvish-marksman-attack3.png -%%DATADIR%%/images/elvish-marksman-attack4.png -%%DATADIR%%/images/elvish-marksman-bow-defend.png -%%DATADIR%%/images/elvish-marksman-bow.png -%%DATADIR%%/images/elvish-marksman-defend.png -%%DATADIR%%/images/elvish-marksman-die1.png -%%DATADIR%%/images/elvish-marksman-die2.png -%%DATADIR%%/images/elvish-marksman-die3.png -%%DATADIR%%/images/elvish-marksman-die4.png -%%DATADIR%%/images/elvish-marksman.png -%%DATADIR%%/images/elvish-marshal-attack.png -%%DATADIR%%/images/elvish-marshal-attack1.png -%%DATADIR%%/images/elvish-marshal-attack2.png -%%DATADIR%%/images/elvish-marshal-attack3.png -%%DATADIR%%/images/elvish-marshal-bow-defend.png -%%DATADIR%%/images/elvish-marshal-bow.png -%%DATADIR%%/images/elvish-marshal-defend.png -%%DATADIR%%/images/elvish-marshal-en-guarde.png -%%DATADIR%%/images/elvish-marshal-leading.png -%%DATADIR%%/images/elvish-marshal.png -%%DATADIR%%/images/elvish-outrider-attack.png -%%DATADIR%%/images/elvish-outrider-attack1.png -%%DATADIR%%/images/elvish-outrider-attack2.png -%%DATADIR%%/images/elvish-outrider-defend.png -%%DATADIR%%/images/elvish-outrider-moving.png -%%DATADIR%%/images/elvish-outrider.png -%%DATADIR%%/images/elvish-ranger+female-attack.png -%%DATADIR%%/images/elvish-ranger+female-attack1.png -%%DATADIR%%/images/elvish-ranger+female-attack2.png -%%DATADIR%%/images/elvish-ranger+female-attack3.png -%%DATADIR%%/images/elvish-ranger+female-bow-defend.png -%%DATADIR%%/images/elvish-ranger+female-bow.png -%%DATADIR%%/images/elvish-ranger+female-defend.png -%%DATADIR%%/images/elvish-ranger+female.png -%%DATADIR%%/images/elvish-ranger-attack.png -%%DATADIR%%/images/elvish-ranger-attack1.png -%%DATADIR%%/images/elvish-ranger-attack2.png -%%DATADIR%%/images/elvish-ranger-attack3.png -%%DATADIR%%/images/elvish-ranger-bow-defend.png -%%DATADIR%%/images/elvish-ranger-bow.png -%%DATADIR%%/images/elvish-ranger-defend.png -%%DATADIR%%/images/elvish-ranger-die1.png -%%DATADIR%%/images/elvish-ranger-die2.png -%%DATADIR%%/images/elvish-ranger-die3.png -%%DATADIR%%/images/elvish-ranger-die4.png -%%DATADIR%%/images/elvish-ranger.png -%%DATADIR%%/images/elvish-rider-attack.png -%%DATADIR%%/images/elvish-rider-attack1.png -%%DATADIR%%/images/elvish-rider-attack2.png -%%DATADIR%%/images/elvish-rider-defend.png -%%DATADIR%%/images/elvish-rider-moving.png -%%DATADIR%%/images/elvish-rider.png -%%DATADIR%%/images/elvish-scout-attack.png -%%DATADIR%%/images/elvish-scout-attack1.png -%%DATADIR%%/images/elvish-scout-attack2.png -%%DATADIR%%/images/elvish-scout-defend.png -%%DATADIR%%/images/elvish-scout-moving.png -%%DATADIR%%/images/elvish-scout.png -%%DATADIR%%/images/elvish-shaman-attack.png -%%DATADIR%%/images/elvish-shaman-attack2.png -%%DATADIR%%/images/elvish-shaman-defend.png -%%DATADIR%%/images/elvish-shaman-heal1.png -%%DATADIR%%/images/elvish-shaman-heal2.png -%%DATADIR%%/images/elvish-shaman-heal3.png -%%DATADIR%%/images/elvish-shaman-heal4.png -%%DATADIR%%/images/elvish-shaman-heal5.png -%%DATADIR%%/images/elvish-shaman-heal6.png -%%DATADIR%%/images/elvish-shaman-heal7.png -%%DATADIR%%/images/elvish-shaman-heal8.png -%%DATADIR%%/images/elvish-shaman-heal9.png -%%DATADIR%%/images/elvish-shaman.png -%%DATADIR%%/images/elvish-sharpshooter+female-attack.png -%%DATADIR%%/images/elvish-sharpshooter+female-attack1.png -%%DATADIR%%/images/elvish-sharpshooter+female-attack2.png -%%DATADIR%%/images/elvish-sharpshooter+female-attack3.png -%%DATADIR%%/images/elvish-sharpshooter+female-attack4.png -%%DATADIR%%/images/elvish-sharpshooter+female-bow-defend.png -%%DATADIR%%/images/elvish-sharpshooter+female-bow.png -%%DATADIR%%/images/elvish-sharpshooter+female-defend.png -%%DATADIR%%/images/elvish-sharpshooter+female.png -%%DATADIR%%/images/elvish-sharpshooter-attack.png -%%DATADIR%%/images/elvish-sharpshooter-attack1.png -%%DATADIR%%/images/elvish-sharpshooter-attack2.png -%%DATADIR%%/images/elvish-sharpshooter-attack3.png -%%DATADIR%%/images/elvish-sharpshooter-attack4.png -%%DATADIR%%/images/elvish-sharpshooter-bow-defend.png -%%DATADIR%%/images/elvish-sharpshooter-bow.png -%%DATADIR%%/images/elvish-sharpshooter-defend.png -%%DATADIR%%/images/elvish-sharpshooter-die1.png -%%DATADIR%%/images/elvish-sharpshooter-die2.png -%%DATADIR%%/images/elvish-sharpshooter-die3.png -%%DATADIR%%/images/elvish-sharpshooter-die4.png -%%DATADIR%%/images/elvish-sharpshooter.png -%%DATADIR%%/images/elvish-shyde-defend.png -%%DATADIR%%/images/elvish-shyde-ftouch-attack1.png -%%DATADIR%%/images/elvish-shyde-ftouch-attack2.png -%%DATADIR%%/images/elvish-shyde-ftouch-attack3.png -%%DATADIR%%/images/elvish-shyde-healing1.png -%%DATADIR%%/images/elvish-shyde-healing10.png -%%DATADIR%%/images/elvish-shyde-healing11.png -%%DATADIR%%/images/elvish-shyde-healing12.png -%%DATADIR%%/images/elvish-shyde-healing2.png -%%DATADIR%%/images/elvish-shyde-healing3.png -%%DATADIR%%/images/elvish-shyde-healing4.png -%%DATADIR%%/images/elvish-shyde-healing5.png -%%DATADIR%%/images/elvish-shyde-healing6.png -%%DATADIR%%/images/elvish-shyde-healing7.png -%%DATADIR%%/images/elvish-shyde-healing8.png -%%DATADIR%%/images/elvish-shyde-healing9.png -%%DATADIR%%/images/elvish-shyde-ranged.png -%%DATADIR%%/images/elvish-shyde.png -%%DATADIR%%/images/elvish-sorceress-attack1.png -%%DATADIR%%/images/elvish-sorceress-attack2.png -%%DATADIR%%/images/elvish-sorceress-attack3.png -%%DATADIR%%/images/elvish-sorceress-attack4.png -%%DATADIR%%/images/elvish-sorceress-attack5.png -%%DATADIR%%/images/elvish-sorceress-attack6.png -%%DATADIR%%/images/elvish-sorceress-attack7.png -%%DATADIR%%/images/elvish-sorceress-defend.png -%%DATADIR%%/images/elvish-sorceress-entangle1.png -%%DATADIR%%/images/elvish-sorceress-entangle2.png -%%DATADIR%%/images/elvish-sorceress-entangle3.png -%%DATADIR%%/images/elvish-sorceress-entangle4.png -%%DATADIR%%/images/elvish-sorceress-entangle5.png -%%DATADIR%%/images/elvish-sorceress-entangle6.png -%%DATADIR%%/images/elvish-sorceress-entangle7.png -%%DATADIR%%/images/elvish-sorceress-melee1.png -%%DATADIR%%/images/elvish-sorceress-melee2.png -%%DATADIR%%/images/elvish-sorceress-melee3.png -%%DATADIR%%/images/elvish-sorceress-melee4.png -%%DATADIR%%/images/elvish-sorceress-melee5.png -%%DATADIR%%/images/elvish-sorceress-ranged-defend.png -%%DATADIR%%/images/elvish-sorceress.png -%%DATADIR%%/images/elvish-sylph-attack1.png -%%DATADIR%%/images/elvish-sylph-attack2.png -%%DATADIR%%/images/elvish-sylph-attack3.png -%%DATADIR%%/images/elvish-sylph-attack4.png -%%DATADIR%%/images/elvish-sylph-attack5.png -%%DATADIR%%/images/elvish-sylph-defend.png -%%DATADIR%%/images/elvish-sylph-ftouch-attack1.png -%%DATADIR%%/images/elvish-sylph-ftouch-attack2.png -%%DATADIR%%/images/elvish-sylph-ftouch-attack3.png -%%DATADIR%%/images/elvish-sylph-gossamer-attack1.png -%%DATADIR%%/images/elvish-sylph-gossamer-attack2.png -%%DATADIR%%/images/elvish-sylph-gossamer-attack3.png -%%DATADIR%%/images/elvish-sylph.png -%%DATADIR%%/images/fire-dragon-attack-bite.png -%%DATADIR%%/images/fire-dragon-attack-breath.png -%%DATADIR%%/images/fire-dragon-attack-tail.png -%%DATADIR%%/images/fire-dragon-defend.png -%%DATADIR%%/images/fire-dragon.png -%%DATADIR%%/images/galleon.png -%%DATADIR%%/images/giant-mudcrawler-attack.png -%%DATADIR%%/images/giant-mudcrawler-attack1.png -%%DATADIR%%/images/giant-mudcrawler-attack2.png -%%DATADIR%%/images/giant-mudcrawler-death1.png -%%DATADIR%%/images/giant-mudcrawler-death2.png -%%DATADIR%%/images/giant-mudcrawler-death3.png -%%DATADIR%%/images/giant-mudcrawler-death4.png -%%DATADIR%%/images/giant-mudcrawler-defend.png -%%DATADIR%%/images/giant-mudcrawler.png -%%DATADIR%%/images/goblin-direwolver-attack.png -%%DATADIR%%/images/goblin-direwolver-defend.png -%%DATADIR%%/images/goblin-direwolver-die-1.png -%%DATADIR%%/images/goblin-direwolver-die-2.png -%%DATADIR%%/images/goblin-direwolver-die-3.png -%%DATADIR%%/images/goblin-direwolver.png -%%DATADIR%%/images/goblin-impaler-attack-ranged1.png -%%DATADIR%%/images/goblin-impaler-attack-ranged2.png -%%DATADIR%%/images/goblin-impaler-attack1.png -%%DATADIR%%/images/goblin-impaler-attack2.png -%%DATADIR%%/images/goblin-impaler-defend.png -%%DATADIR%%/images/goblin-impaler.png -%%DATADIR%%/images/goblin-knight-attack.png -%%DATADIR%%/images/goblin-knight-defend.png -%%DATADIR%%/images/goblin-knight-moving.png -%%DATADIR%%/images/goblin-knight.png -%%DATADIR%%/images/goblin-pillager-attack.png -%%DATADIR%%/images/goblin-pillager-attack2.png -%%DATADIR%%/images/goblin-pillager-defend.png -%%DATADIR%%/images/goblin-pillager-moving.png -%%DATADIR%%/images/goblin-pillager.png -%%DATADIR%%/images/goblin-spearman-defend.png -%%DATADIR%%/images/goblin-spearman-melee.png -%%DATADIR%%/images/goblin-spearman-ranged.png -%%DATADIR%%/images/goblin-spearman.png -%%DATADIR%%/images/grand-knight-attack-sword.png -%%DATADIR%%/images/grand-knight-defend.png -%%DATADIR%%/images/grand-knight-moving.png -%%DATADIR%%/images/grand-knight.png -%%DATADIR%%/images/great-mage+female-defend.png -%%DATADIR%%/images/great-mage+female-fireball-1.png -%%DATADIR%%/images/great-mage+female-fireball-2.png -%%DATADIR%%/images/great-mage+female-fireball-3.png -%%DATADIR%%/images/great-mage+female-staff-1.png -%%DATADIR%%/images/great-mage+female-staff-2.png -%%DATADIR%%/images/great-mage+female.png -%%DATADIR%%/images/great-mage-defend.png -%%DATADIR%%/images/great-mage-fireball-1.png -%%DATADIR%%/images/great-mage-fireball-2.png -%%DATADIR%%/images/great-mage-fireball-3.png -%%DATADIR%%/images/great-mage-staff-1.png -%%DATADIR%%/images/great-mage-staff-2.png -%%DATADIR%%/images/great-mage.png -%%DATADIR%%/images/great-troll-attack.png -%%DATADIR%%/images/great-troll-defend.png -%%DATADIR%%/images/great-troll.png -%%DATADIR%%/images/gryphon-attack1.png -%%DATADIR%%/images/gryphon-attack2.png -%%DATADIR%%/images/gryphon-defend.png -%%DATADIR%%/images/gryphon-master-attack1.png -%%DATADIR%%/images/gryphon-master-attack2.png -%%DATADIR%%/images/gryphon-master-defend.png -%%DATADIR%%/images/gryphon-master.png -%%DATADIR%%/images/gryphon-rider-attack.png -%%DATADIR%%/images/gryphon-rider-defend.png -%%DATADIR%%/images/gryphon-rider.png -%%DATADIR%%/images/gryphon-sleeping.png -%%DATADIR%%/images/gryphon.png -%%DATADIR%%/images/halo/blood-halo1.png -%%DATADIR%%/images/halo/blood-halo2.png -%%DATADIR%%/images/halo/elder-mage-halo.png -%%DATADIR%%/images/halo/elder-mage-halo1.png -%%DATADIR%%/images/halo/elder-mage-halo2.png -%%DATADIR%%/images/halo/elder-mage-halo3.png -%%DATADIR%%/images/halo/elder-mage-halo4.png -%%DATADIR%%/images/halo/elder-mage-halo5.png -%%DATADIR%%/images/halo/elder-mage-halo6.png -%%DATADIR%%/images/halo/fireball-big-halo1.png -%%DATADIR%%/images/halo/fireball-big-halo2.png -%%DATADIR%%/images/halo/fireball-big-halo3.png -%%DATADIR%%/images/halo/fireball-big-halo4.png -%%DATADIR%%/images/halo/fireball-big-halo5.png -%%DATADIR%%/images/halo/fireball-big-halo6.png -%%DATADIR%%/images/halo/fireball-big-halo7.png -%%DATADIR%%/images/halo/fireball-big-halo8.png -%%DATADIR%%/images/halo/fireball-halo1.png -%%DATADIR%%/images/halo/fireball-halo2.png -%%DATADIR%%/images/halo/fireball-halo3.png -%%DATADIR%%/images/halo/fireball-halo4.png -%%DATADIR%%/images/halo/fireball-halo5.png -%%DATADIR%%/images/halo/fireball-halo6.png -%%DATADIR%%/images/halo/fireball-halo7.png -%%DATADIR%%/images/halo/fireball-halo8.png -%%DATADIR%%/images/halo/fireball-preparation-1.png -%%DATADIR%%/images/halo/fireball-preparation-2.png -%%DATADIR%%/images/halo/fireball-preparation-3.png -%%DATADIR%%/images/halo/fireball-preparation-4.png -%%DATADIR%%/images/halo/fireball-preparation-5.png -%%DATADIR%%/images/halo/fireball-preparation-6.png -%%DATADIR%%/images/halo/ice-halo1.png -%%DATADIR%%/images/halo/ice-halo2.png -%%DATADIR%%/images/halo/ice-halo3.png -%%DATADIR%%/images/halo/ice-halo4.png -%%DATADIR%%/images/halo/ice-halo5.png -%%DATADIR%%/images/halo/ice-halo6.png -%%DATADIR%%/images/halo/ice-halo7.png -%%DATADIR%%/images/halo/ice-halo8.png -%%DATADIR%%/images/halo/ice-halo9.png -%%DATADIR%%/images/halo/lighthouse-aura.png -%%DATADIR%%/images/halo/mage-halo1.png -%%DATADIR%%/images/halo/mage-halo2-big.png -%%DATADIR%%/images/halo/mage-halo2.png -%%DATADIR%%/images/halo/mage-halo3-big.png -%%DATADIR%%/images/halo/mage-halo3.png -%%DATADIR%%/images/halo/mage-halo4-big.png -%%DATADIR%%/images/halo/mage-halo4.png -%%DATADIR%%/images/halo/mage-halo5-big.png -%%DATADIR%%/images/halo/mage-halo5.png -%%DATADIR%%/images/halo/mage-halo6-big.png -%%DATADIR%%/images/halo/mage-preparation-halo1.png -%%DATADIR%%/images/halo/mage-preparation-halo2.png -%%DATADIR%%/images/halo/mage-preparation-halo3.png -%%DATADIR%%/images/halo/mage-preparation-halo4.png -%%DATADIR%%/images/halo/mage-preparation-halo5.png -%%DATADIR%%/images/halo/mage-preparation-halo6.png -%%DATADIR%%/images/halo/mage-preparation-halo7.png -%%DATADIR%%/images/halo/mermaid-siren-naia-touch-halo.png -%%DATADIR%%/images/halo/shyde-stationary-halo1.png -%%DATADIR%%/images/halo/shyde-stationary-halo2.png -%%DATADIR%%/images/halo/shyde-stationary-halo3.png -%%DATADIR%%/images/halo/shyde-stationary-halo4.png -%%DATADIR%%/images/halo/shyde-stationary-halo5.png -%%DATADIR%%/images/halo/shyde-stationary-halo6.png -%%DATADIR%%/images/halo/white-cleric-aura.png -%%DATADIR%%/images/halo/white-mage-halo1.png -%%DATADIR%%/images/halo/white-mage-halo2.png -%%DATADIR%%/images/halo/white-mage-halo3.png -%%DATADIR%%/images/halo/white-mage-halo4.png -%%DATADIR%%/images/help/closed_section.png -%%DATADIR%%/images/help/open_section.png -%%DATADIR%%/images/help/recruit.png -%%DATADIR%%/images/help/tooltip.png -%%DATADIR%%/images/help/topic.png -%%DATADIR%%/images/horseman-attack.png -%%DATADIR%%/images/horseman-defend.png -%%DATADIR%%/images/horseman-moving.png -%%DATADIR%%/images/horseman.png -%%DATADIR%%/images/human-battleprincess-attack.png -%%DATADIR%%/images/human-battleprincess-defend.png -%%DATADIR%%/images/human-battleprincess-die-1.png -%%DATADIR%%/images/human-battleprincess-die-2.png -%%DATADIR%%/images/human-battleprincess-leading.png -%%DATADIR%%/images/human-battleprincess.png -%%DATADIR%%/images/human-bowman-attack-sword.png -%%DATADIR%%/images/human-bowman-attack1.png -%%DATADIR%%/images/human-bowman-attack2.png -%%DATADIR%%/images/human-bowman-attack3.png -%%DATADIR%%/images/human-bowman-defend.png -%%DATADIR%%/images/human-bowman-die-1.png -%%DATADIR%%/images/human-bowman-die-2.png -%%DATADIR%%/images/human-bowman.png -%%DATADIR%%/images/human-cavalier-attack.png -%%DATADIR%%/images/human-cavalier-defend.png -%%DATADIR%%/images/human-cavalier-die-1.png -%%DATADIR%%/images/human-cavalier-die-2.png -%%DATADIR%%/images/human-cavalier-moving.png -%%DATADIR%%/images/human-cavalier-range1.png -%%DATADIR%%/images/human-cavalier-range2.png -%%DATADIR%%/images/human-cavalier.png -%%DATADIR%%/images/human-dragoon-attack.png -%%DATADIR%%/images/human-dragoon-defend.png -%%DATADIR%%/images/human-dragoon-die-1.png -%%DATADIR%%/images/human-dragoon-die-2.png -%%DATADIR%%/images/human-dragoon-die-3.png -%%DATADIR%%/images/human-dragoon-moving.png -%%DATADIR%%/images/human-dragoon-ranged1.png -%%DATADIR%%/images/human-dragoon-ranged2.png -%%DATADIR%%/images/human-dragoon.png -%%DATADIR%%/images/human-duelist-attack.png -%%DATADIR%%/images/human-duelist-defend.png -%%DATADIR%%/images/human-duelist-die-1.png -%%DATADIR%%/images/human-duelist-die-2.png -%%DATADIR%%/images/human-duelist-ranged.png -%%DATADIR%%/images/human-duelist.png -%%DATADIR%%/images/human-fencer-attack.png -%%DATADIR%%/images/human-fencer-defend.png -%%DATADIR%%/images/human-fencer.png -%%DATADIR%%/images/human-general-attack-crossbow.png -%%DATADIR%%/images/human-general-attack-sword1.png -%%DATADIR%%/images/human-general-attack-sword2.png -%%DATADIR%%/images/human-general-defend.png -%%DATADIR%%/images/human-general-leading.png -%%DATADIR%%/images/human-general.png -%%DATADIR%%/images/human-halberdier-defend.png -%%DATADIR%%/images/human-halberdier-pierce-n.png -%%DATADIR%%/images/human-halberdier-pierce-ne.png -%%DATADIR%%/images/human-halberdier-pierce-s.png -%%DATADIR%%/images/human-halberdier-pierce-se.png -%%DATADIR%%/images/human-halberdier-slash-se-1.png -%%DATADIR%%/images/human-halberdier-slash-se-2.png -%%DATADIR%%/images/human-halberdier.png -%%DATADIR%%/images/human-heavyinfantry-attack.png -%%DATADIR%%/images/human-heavyinfantry-defend.png -%%DATADIR%%/images/human-heavyinfantry.png -%%DATADIR%%/images/human-javelineer-attack-melee-1.png -%%DATADIR%%/images/human-javelineer-attack-melee-2.png -%%DATADIR%%/images/human-javelineer-attack-melee-3.png -%%DATADIR%%/images/human-javelineer-attack-ranged-1.png -%%DATADIR%%/images/human-javelineer-attack-ranged-2.png -%%DATADIR%%/images/human-javelineer-attack-ranged-3.png -%%DATADIR%%/images/human-javelineer-attack-ranged-4.png -%%DATADIR%%/images/human-javelineer-defend.png -%%DATADIR%%/images/human-javelineer.png -%%DATADIR%%/images/human-lieutenant-attack-crossbow.png -%%DATADIR%%/images/human-lieutenant-attack-sword.png -%%DATADIR%%/images/human-lieutenant-defend.png -%%DATADIR%%/images/human-lieutenant-leading.png -%%DATADIR%%/images/human-lieutenant.png -%%DATADIR%%/images/human-longbowman-attack-sword.png -%%DATADIR%%/images/human-longbowman-attack1.png -%%DATADIR%%/images/human-longbowman-attack2.png -%%DATADIR%%/images/human-longbowman-defend-close.png -%%DATADIR%%/images/human-longbowman-defend.png -%%DATADIR%%/images/human-longbowman.png -%%DATADIR%%/images/human-marshal-attack-crossbow.png -%%DATADIR%%/images/human-marshal-attack-sword1.png -%%DATADIR%%/images/human-marshal-attack-sword2.png -%%DATADIR%%/images/human-marshal-defend.png -%%DATADIR%%/images/human-marshal-defense.png -%%DATADIR%%/images/human-marshal-leading.png -%%DATADIR%%/images/human-marshal.png -%%DATADIR%%/images/human-masterbowman-attack-ranged1.png -%%DATADIR%%/images/human-masterbowman-attack-ranged2.png -%%DATADIR%%/images/human-masterbowman-attack-ranged3.png -%%DATADIR%%/images/human-masterbowman-attack-ranged4.png -%%DATADIR%%/images/human-masterbowman-defend.png -%%DATADIR%%/images/human-masterbowman.png -%%DATADIR%%/images/human-pikeman-attack-n.png -%%DATADIR%%/images/human-pikeman-attack-ne.png -%%DATADIR%%/images/human-pikeman-attack-s.png -%%DATADIR%%/images/human-pikeman-attack-se.png -%%DATADIR%%/images/human-pikeman-defend.png -%%DATADIR%%/images/human-pikeman.png -%%DATADIR%%/images/human-princess-attack.png -%%DATADIR%%/images/human-princess-defend.png -%%DATADIR%%/images/human-princess-leading.png -%%DATADIR%%/images/human-princess.png -%%DATADIR%%/images/human-queen-die-1.png -%%DATADIR%%/images/human-queen-die-2.png -%%DATADIR%%/images/human-queen.png -%%DATADIR%%/images/human-royalguard-attack.png -%%DATADIR%%/images/human-royalguard-attack2.png -%%DATADIR%%/images/human-royalguard-defend.png -%%DATADIR%%/images/human-royalguard.png -%%DATADIR%%/images/human-scout-attack.png -%%DATADIR%%/images/human-scout-defend.png -%%DATADIR%%/images/human-scout-die-1.png -%%DATADIR%%/images/human-scout-die-2.png -%%DATADIR%%/images/human-scout-moving.png -%%DATADIR%%/images/human-scout.png -%%DATADIR%%/images/human-sergeant-attack-crossbow.png -%%DATADIR%%/images/human-sergeant-attack-sword.png -%%DATADIR%%/images/human-sergeant-defend.png -%%DATADIR%%/images/human-sergeant-leading.png -%%DATADIR%%/images/human-sergeant.png -%%DATADIR%%/images/human-shocktrooper-attack.png -%%DATADIR%%/images/human-shocktrooper-defend.png -%%DATADIR%%/images/human-shocktrooper.png -%%DATADIR%%/images/human-siegetrooper-defend.png -%%DATADIR%%/images/human-siegetrooper-melee.png -%%DATADIR%%/images/human-siegetrooper.png -%%DATADIR%%/images/human-spearman-attack-n.png -%%DATADIR%%/images/human-spearman-attack-ne.png -%%DATADIR%%/images/human-spearman-attack-ranged.png -%%DATADIR%%/images/human-spearman-attack-south-1.png -%%DATADIR%%/images/human-spearman-attack-south-2.png -%%DATADIR%%/images/human-spearman-attack-south-3.png -%%DATADIR%%/images/human-spearman-attack.png -%%DATADIR%%/images/human-spearman-death1.png -%%DATADIR%%/images/human-spearman-death2.png -%%DATADIR%%/images/human-spearman-death3.png -%%DATADIR%%/images/human-spearman-death4.png -%%DATADIR%%/images/human-spearman-defend-2.png -%%DATADIR%%/images/human-spearman-defend.png -%%DATADIR%%/images/human-spearman.png -%%DATADIR%%/images/human-swordman-attack.png -%%DATADIR%%/images/human-swordman-defend.png -%%DATADIR%%/images/human-swordman.png -%%DATADIR%%/images/human-wallguard-attack.png -%%DATADIR%%/images/human-wallguard-defense.png -%%DATADIR%%/images/human-wallguard.png -%%DATADIR%%/images/icons/icon-advanced.png -%%DATADIR%%/images/icons/icon-ai.png -%%DATADIR%%/images/icons/icon-display.png -%%DATADIR%%/images/icons/icon-general.png -%%DATADIR%%/images/icons/icon-hostgame.png -%%DATADIR%%/images/icons/icon-hotseat.png -%%DATADIR%%/images/icons/icon-music.png -%%DATADIR%%/images/icons/icon-server.png -%%DATADIR%%/images/icons/icon-serverother.png -%%DATADIR%%/images/items/altar.png -%%DATADIR%%/images/items/ball-blue.png -%%DATADIR%%/images/items/ball-green.png -%%DATADIR%%/images/items/barrel.png -%%DATADIR%%/images/items/book1.png -%%DATADIR%%/images/items/book2.png -%%DATADIR%%/images/items/book3.png -%%DATADIR%%/images/items/book4.png -%%DATADIR%%/images/items/box.png -%%DATADIR%%/images/items/castle-ruins.png -%%DATADIR%%/images/items/chest-plain-closed.png -%%DATADIR%%/images/items/chest-plain-open.png -%%DATADIR%%/images/items/dragonstatue.png -%%DATADIR%%/images/items/fire.png -%%DATADIR%%/images/items/flower1.png -%%DATADIR%%/images/items/flower2.png -%%DATADIR%%/images/items/flower3.png -%%DATADIR%%/images/items/flower4.png -%%DATADIR%%/images/items/gohere.png -%%DATADIR%%/images/items/leanto.png -%%DATADIR%%/images/items/lighthouse.png -%%DATADIR%%/images/items/monolith1.png -%%DATADIR%%/images/items/monolith2.png -%%DATADIR%%/images/items/monolith3.png -%%DATADIR%%/images/items/monolith4.png -%%DATADIR%%/images/items/orcish-flag.png -%%DATADIR%%/images/items/ornate1.png -%%DATADIR%%/images/items/ornate2.png -%%DATADIR%%/images/items/pine1.png -%%DATADIR%%/images/items/pine2.png -%%DATADIR%%/images/items/potion-blue.png -%%DATADIR%%/images/items/potion-grey.png -%%DATADIR%%/images/items/potion-red.png -%%DATADIR%%/images/items/potion-yellow.png -%%DATADIR%%/images/items/ring1.png -%%DATADIR%%/images/items/ring2.png -%%DATADIR%%/images/items/rock1.png -%%DATADIR%%/images/items/rock2.png -%%DATADIR%%/images/items/rock3.png -%%DATADIR%%/images/items/rock4.png -%%DATADIR%%/images/items/signpost.png -%%DATADIR%%/images/items/slab.png -%%DATADIR%%/images/items/well.png -%%DATADIR%%/images/knight-attack.png -%%DATADIR%%/images/knight-defend.png -%%DATADIR%%/images/knight-moving.png -%%DATADIR%%/images/knight.png -%%DATADIR%%/images/konrad-commander-attack.png -%%DATADIR%%/images/konrad-commander-defend.png -%%DATADIR%%/images/konrad-commander-die-1.png -%%DATADIR%%/images/konrad-commander-die-2.png -%%DATADIR%%/images/konrad-commander-leading.png -%%DATADIR%%/images/konrad-commander-ranged-defend.png -%%DATADIR%%/images/konrad-commander-ranged.png -%%DATADIR%%/images/konrad-commander.png -%%DATADIR%%/images/konrad-fighter-attack.png -%%DATADIR%%/images/konrad-fighter-defend.png -%%DATADIR%%/images/konrad-fighter.png -%%DATADIR%%/images/konrad-lord-attack.png -%%DATADIR%%/images/konrad-lord-bow1.png -%%DATADIR%%/images/konrad-lord-bow2.png -%%DATADIR%%/images/konrad-lord-defend.png -%%DATADIR%%/images/konrad-lord-leading.png -%%DATADIR%%/images/konrad-lord.png -%%DATADIR%%/images/konrad-young-attack.png -%%DATADIR%%/images/konrad-young-defend.png -%%DATADIR%%/images/konrad-young.png -%%DATADIR%%/images/lancer-attack.png -%%DATADIR%%/images/lancer-defend.png -%%DATADIR%%/images/lancer.png -%%DATADIR%%/images/mage+female-attack-magic1.png -%%DATADIR%%/images/mage+female-attack-magic2.png -%%DATADIR%%/images/mage+female-attack-staff-1.png -%%DATADIR%%/images/mage+female-attack-staff-2.png -%%DATADIR%%/images/mage+female-defend.png -%%DATADIR%%/images/mage+female.png -%%DATADIR%%/images/mage-attack-magic1.png -%%DATADIR%%/images/mage-attack-magic2.png -%%DATADIR%%/images/mage-attack-staff1.png -%%DATADIR%%/images/mage-attack-staff2.png -%%DATADIR%%/images/mage-defend.png -%%DATADIR%%/images/mage.png -%%DATADIR%%/images/maps/wesnoth.png -%%DATADIR%%/images/mermaid-diviner-defend.png -%%DATADIR%%/images/mermaid-diviner-magic1.png -%%DATADIR%%/images/mermaid-diviner-magic2.png -%%DATADIR%%/images/mermaid-diviner-magic3.png -%%DATADIR%%/images/mermaid-diviner-magic4.png -%%DATADIR%%/images/mermaid-diviner-magic5.png -%%DATADIR%%/images/mermaid-diviner-magic6.png -%%DATADIR%%/images/mermaid-diviner-staff-attack.png -%%DATADIR%%/images/mermaid-diviner.png -%%DATADIR%%/images/mermaid-enchantress-defend.png -%%DATADIR%%/images/mermaid-enchantress-staff-attack.png -%%DATADIR%%/images/mermaid-enchantress-water-attack1.png -%%DATADIR%%/images/mermaid-enchantress-water-attack2.png -%%DATADIR%%/images/mermaid-enchantress-water-attack3.png -%%DATADIR%%/images/mermaid-enchantress-water-attack4.png -%%DATADIR%%/images/mermaid-enchantress-water-attack5.png -%%DATADIR%%/images/mermaid-enchantress-water-attack6.png -%%DATADIR%%/images/mermaid-enchantress-water-attack7.png -%%DATADIR%%/images/mermaid-enchantress.png -%%DATADIR%%/images/mermaid-initiate-defend.png -%%DATADIR%%/images/mermaid-initiate-staff-attack.png -%%DATADIR%%/images/mermaid-initiate-water-attack1.png -%%DATADIR%%/images/mermaid-initiate-water-attack2.png -%%DATADIR%%/images/mermaid-initiate-water-attack3.png -%%DATADIR%%/images/mermaid-initiate-water-attack4.png -%%DATADIR%%/images/mermaid-initiate-water-attack5.png -%%DATADIR%%/images/mermaid-initiate-water-attack6.png -%%DATADIR%%/images/mermaid-initiate-water-attack7.png -%%DATADIR%%/images/mermaid-initiate.png -%%DATADIR%%/images/mermaid-priestess-defend.png -%%DATADIR%%/images/mermaid-priestess-magic1.png -%%DATADIR%%/images/mermaid-priestess-magic2.png -%%DATADIR%%/images/mermaid-priestess-magic3.png -%%DATADIR%%/images/mermaid-priestess-magic4.png -%%DATADIR%%/images/mermaid-priestess-magic5.png -%%DATADIR%%/images/mermaid-priestess-magic6.png -%%DATADIR%%/images/mermaid-priestess-staff-attack.png -%%DATADIR%%/images/mermaid-priestess.png -%%DATADIR%%/images/mermaid-siren-defend.png -%%DATADIR%%/images/mermaid-siren-naia-touch-attack1.png -%%DATADIR%%/images/mermaid-siren-naia-touch-attack2.png -%%DATADIR%%/images/mermaid-siren-naia-touch-attack3.png -%%DATADIR%%/images/mermaid-siren-naia-touch-attack4.png -%%DATADIR%%/images/mermaid-siren-water-attack1.png -%%DATADIR%%/images/mermaid-siren-water-attack2.png -%%DATADIR%%/images/mermaid-siren-water-attack3.png -%%DATADIR%%/images/mermaid-siren-water-attack4.png -%%DATADIR%%/images/mermaid-siren-water-attack5.png -%%DATADIR%%/images/mermaid-siren-water-attack6.png -%%DATADIR%%/images/mermaid-siren-water-attack7.png -%%DATADIR%%/images/mermaid-siren.png -%%DATADIR%%/images/merman-attack.png -%%DATADIR%%/images/merman-defend.png -%%DATADIR%%/images/merman-entangler.png -%%DATADIR%%/images/merman-fighter-attack.png -%%DATADIR%%/images/merman-fighter-defend.png -%%DATADIR%%/images/merman-fighter.png -%%DATADIR%%/images/merman-hoplite-attack.png -%%DATADIR%%/images/merman-hoplite-defend.png -%%DATADIR%%/images/merman-hoplite.png -%%DATADIR%%/images/merman-hunter-attack-n.png -%%DATADIR%%/images/merman-hunter-attack-ne.png -%%DATADIR%%/images/merman-hunter-attack-ranged.png -%%DATADIR%%/images/merman-hunter-attack-s.png -%%DATADIR%%/images/merman-hunter-attack-se.png -%%DATADIR%%/images/merman-hunter-defend.png -%%DATADIR%%/images/merman-hunter.png -%%DATADIR%%/images/merman-javelineer-attack-n.png -%%DATADIR%%/images/merman-javelineer-attack-ne.png -%%DATADIR%%/images/merman-javelineer-attack-ranged.png -%%DATADIR%%/images/merman-javelineer-attack-s.png -%%DATADIR%%/images/merman-javelineer-attack-se.png -%%DATADIR%%/images/merman-javelineer-defend.png -%%DATADIR%%/images/merman-javelineer.png -%%DATADIR%%/images/merman-king-attack.png -%%DATADIR%%/images/merman-king-defend.png -%%DATADIR%%/images/merman-king.png -%%DATADIR%%/images/merman-netcaster.png -%%DATADIR%%/images/merman-spearman-attack-n.png -%%DATADIR%%/images/merman-spearman-attack-ne.png -%%DATADIR%%/images/merman-spearman-attack-ranged.png -%%DATADIR%%/images/merman-spearman-attack-s.png -%%DATADIR%%/images/merman-spearman-attack-se.png -%%DATADIR%%/images/merman-spearman-defend.png -%%DATADIR%%/images/merman-spearman.png -%%DATADIR%%/images/merman-triton-attack-blade.png -%%DATADIR%%/images/merman-triton-attack-pierce.png -%%DATADIR%%/images/merman-triton-defend.png -%%DATADIR%%/images/merman-triton.png -%%DATADIR%%/images/merman-warrior-attack.png -%%DATADIR%%/images/merman-warrior-defend.png -%%DATADIR%%/images/merman-warrior.png -%%DATADIR%%/images/merman.png -%%DATADIR%%/images/misc/ball.png -%%DATADIR%%/images/misc/bar-energy-ally.png -%%DATADIR%%/images/misc/bar-energy-enemy.png -%%DATADIR%%/images/misc/bar-energy-moved.png -%%DATADIR%%/images/misc/bar-energy-partmoved.png -%%DATADIR%%/images/misc/bar-energy-unmoved.png -%%DATADIR%%/images/misc/blank.png -%%DATADIR%%/images/misc/botleft-corner.png -%%DATADIR%%/images/misc/botright-corner.png -%%DATADIR%%/images/misc/cage.png -%%DATADIR%%/images/misc/character-box.png -%%DATADIR%%/images/misc/chest.png -%%DATADIR%%/images/misc/compass-north.png -%%DATADIR%%/images/misc/compass-south.png -%%DATADIR%%/images/misc/cross.png -%%DATADIR%%/images/misc/disk.png -%%DATADIR%%/images/misc/dot.png -%%DATADIR%%/images/misc/ellipse-1-bottom.png -%%DATADIR%%/images/misc/ellipse-1-top.png -%%DATADIR%%/images/misc/ellipse-1.png -%%DATADIR%%/images/misc/ellipse-10-bottom.png -%%DATADIR%%/images/misc/ellipse-10-top.png -%%DATADIR%%/images/misc/ellipse-10.png -%%DATADIR%%/images/misc/ellipse-2-bottom.png -%%DATADIR%%/images/misc/ellipse-2-top.png -%%DATADIR%%/images/misc/ellipse-2.png -%%DATADIR%%/images/misc/ellipse-3-bottom.png -%%DATADIR%%/images/misc/ellipse-3-top.png -%%DATADIR%%/images/misc/ellipse-3.png -%%DATADIR%%/images/misc/ellipse-4-bottom.png -%%DATADIR%%/images/misc/ellipse-4-top.png -%%DATADIR%%/images/misc/ellipse-4.png -%%DATADIR%%/images/misc/ellipse-5-bottom.png -%%DATADIR%%/images/misc/ellipse-5-top.png -%%DATADIR%%/images/misc/ellipse-5.png -%%DATADIR%%/images/misc/ellipse-6-bottom.png -%%DATADIR%%/images/misc/ellipse-6-top.png -%%DATADIR%%/images/misc/ellipse-6.png -%%DATADIR%%/images/misc/ellipse-7-bottom.png -%%DATADIR%%/images/misc/ellipse-7-top.png -%%DATADIR%%/images/misc/ellipse-7.png -%%DATADIR%%/images/misc/ellipse-8-bottom.png -%%DATADIR%%/images/misc/ellipse-8-top.png -%%DATADIR%%/images/misc/ellipse-8.png -%%DATADIR%%/images/misc/ellipse-9-bottom.png -%%DATADIR%%/images/misc/ellipse-9-top.png -%%DATADIR%%/images/misc/ellipse-9.png -%%DATADIR%%/images/misc/experimental-rightside.png -%%DATADIR%%/images/misc/eye.png -%%DATADIR%%/images/misc/folder-icon.png -%%DATADIR%%/images/misc/font8x8.png -%%DATADIR%%/images/misc/foot-left-n-slow.png -%%DATADIR%%/images/misc/foot-left-n.png -%%DATADIR%%/images/misc/foot-left-nw-slow.png -%%DATADIR%%/images/misc/foot-left-nw.png -%%DATADIR%%/images/misc/foot-right-n-slow.png -%%DATADIR%%/images/misc/foot-right-n.png -%%DATADIR%%/images/misc/foot-right-nw-slow.png -%%DATADIR%%/images/misc/foot-right-nw.png -%%DATADIR%%/images/misc/gold.png -%%DATADIR%%/images/misc/income.png -%%DATADIR%%/images/misc/invisible.png -%%DATADIR%%/images/misc/item-darktome.png -%%DATADIR%%/images/misc/item-flamesword.png -%%DATADIR%%/images/misc/item-healingpotion.png -%%DATADIR%%/images/misc/item-holywater.png -%%DATADIR%%/images/misc/item-sceptreoffire.png -%%DATADIR%%/images/misc/item-staff.png -%%DATADIR%%/images/misc/item-stormtrident.png -%%DATADIR%%/images/misc/leader-crown.png -%%DATADIR%%/images/misc/lobby.png -%%DATADIR%%/images/misc/logo.png -%%DATADIR%%/images/misc/mainmenu-background.png -%%DATADIR%%/images/misc/mainmenu-border-botleft.png -%%DATADIR%%/images/misc/mainmenu-border-botright.png -%%DATADIR%%/images/misc/mainmenu-border-bottom.png -%%DATADIR%%/images/misc/mainmenu-border-left.png -%%DATADIR%%/images/misc/mainmenu-border-right.png -%%DATADIR%%/images/misc/mainmenu-border-top.png -%%DATADIR%%/images/misc/mainmenu-border-topleft.png -%%DATADIR%%/images/misc/mainmenu-border-topright.png -%%DATADIR%%/images/misc/menu-background.png -%%DATADIR%%/images/misc/menu-border-botleft.png -%%DATADIR%%/images/misc/menu-border-botright.png -%%DATADIR%%/images/misc/menu-border-bottom.png -%%DATADIR%%/images/misc/menu-border-left.png -%%DATADIR%%/images/misc/menu-border-right.png -%%DATADIR%%/images/misc/menu-border-top.png -%%DATADIR%%/images/misc/menu-border-topleft.png -%%DATADIR%%/images/misc/menu-border-topright.png -%%DATADIR%%/images/misc/menu2-background.png -%%DATADIR%%/images/misc/menu2-border-botleft.png -%%DATADIR%%/images/misc/menu2-border-botright.png -%%DATADIR%%/images/misc/menu2-border-bottom.png -%%DATADIR%%/images/misc/menu2-border-left.png -%%DATADIR%%/images/misc/menu2-border-right.png -%%DATADIR%%/images/misc/menu2-border-top.png -%%DATADIR%%/images/misc/menu2-border-topleft.png -%%DATADIR%%/images/misc/menu2-border-topright.png -%%DATADIR%%/images/misc/minimap.png -%%DATADIR%%/images/misc/poisoned.png -%%DATADIR%%/images/misc/rightside-bg.png -%%DATADIR%%/images/misc/rightside-bottom.png -%%DATADIR%%/images/misc/rightside-editor.png -%%DATADIR%%/images/misc/rightside.png -%%DATADIR%%/images/misc/schedule-afternoon.png -%%DATADIR%%/images/misc/schedule-dawn.png -%%DATADIR%%/images/misc/schedule-dusk.png -%%DATADIR%%/images/misc/schedule-firstwatch.png -%%DATADIR%%/images/misc/schedule-morning.png -%%DATADIR%%/images/misc/schedule-secondwatch.png -%%DATADIR%%/images/misc/schedule-underground-illum.png -%%DATADIR%%/images/misc/schedule-underground.png -%%DATADIR%%/images/misc/selected-ellipse-1-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-1-top.png -%%DATADIR%%/images/misc/selected-ellipse-10-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-10-top.png -%%DATADIR%%/images/misc/selected-ellipse-2-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-2-top.png -%%DATADIR%%/images/misc/selected-ellipse-3-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-3-top.png -%%DATADIR%%/images/misc/selected-ellipse-4-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-4-top.png -%%DATADIR%%/images/misc/selected-ellipse-5-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-5-top.png -%%DATADIR%%/images/misc/selected-ellipse-6-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-6-top.png -%%DATADIR%%/images/misc/selected-ellipse-7-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-7-top.png -%%DATADIR%%/images/misc/selected-ellipse-8-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-8-top.png -%%DATADIR%%/images/misc/selected-ellipse-9-bottom.png -%%DATADIR%%/images/misc/selected-ellipse-9-top.png -%%DATADIR%%/images/misc/slowed.png -%%DATADIR%%/images/misc/sort-arrow-reverse.png -%%DATADIR%%/images/misc/sort-arrow.png -%%DATADIR%%/images/misc/status-bg.png -%%DATADIR%%/images/misc/stone.png -%%DATADIR%%/images/misc/timeofday.png -%%DATADIR%%/images/misc/title.png -%%DATADIR%%/images/misc/top-bg.png -%%DATADIR%%/images/misc/topleft-corner.png -%%DATADIR%%/images/misc/topright-corner.png -%%DATADIR%%/images/misc/trapdoor.png -%%DATADIR%%/images/misc/unit.png -%%DATADIR%%/images/misc/units.png -%%DATADIR%%/images/misc/upkeep.png -%%DATADIR%%/images/misc/villages.png -%%DATADIR%%/images/mudcrawler-attack.png -%%DATADIR%%/images/mudcrawler-death1.png -%%DATADIR%%/images/mudcrawler-death2.png -%%DATADIR%%/images/mudcrawler-death3.png -%%DATADIR%%/images/mudcrawler-death4.png -%%DATADIR%%/images/mudcrawler-defend.png -%%DATADIR%%/images/mudcrawler.png -%%DATADIR%%/images/naga-attack.png -%%DATADIR%%/images/naga-defend.png -%%DATADIR%%/images/naga-fighter+female-attack.png -%%DATADIR%%/images/naga-fighter+female-defend.png -%%DATADIR%%/images/naga-fighter+female.png -%%DATADIR%%/images/naga-fighter-attack.png -%%DATADIR%%/images/naga-fighter-defend.png -%%DATADIR%%/images/naga-fighter.png -%%DATADIR%%/images/naga-myrmidon+female-attack.png -%%DATADIR%%/images/naga-myrmidon+female-defend.png -%%DATADIR%%/images/naga-myrmidon+female.png -%%DATADIR%%/images/naga-myrmidon-attack.png -%%DATADIR%%/images/naga-myrmidon-defend.png -%%DATADIR%%/images/naga-myrmidon.png -%%DATADIR%%/images/naga-warrior+female-attack.png -%%DATADIR%%/images/naga-warrior+female-defend.png -%%DATADIR%%/images/naga-warrior+female.png -%%DATADIR%%/images/naga-warrior-attack.png -%%DATADIR%%/images/naga-warrior-defend.png -%%DATADIR%%/images/naga-warrior.png -%%DATADIR%%/images/naga.png -%%DATADIR%%/images/neutral-bandit-attack.png -%%DATADIR%%/images/neutral-bandit-defend.png -%%DATADIR%%/images/neutral-bandit-die-1.png -%%DATADIR%%/images/neutral-bandit-die-2.png -%%DATADIR%%/images/neutral-bandit.png -%%DATADIR%%/images/neutral-footpad+female-attack.png -%%DATADIR%%/images/neutral-footpad+female-attack1.png -%%DATADIR%%/images/neutral-footpad+female-attack2.png -%%DATADIR%%/images/neutral-footpad+female-defend.png -%%DATADIR%%/images/neutral-footpad+female.png -%%DATADIR%%/images/neutral-footpad-attack.png -%%DATADIR%%/images/neutral-footpad-attack1.png -%%DATADIR%%/images/neutral-footpad-attack2.png -%%DATADIR%%/images/neutral-footpad-defend.png -%%DATADIR%%/images/neutral-footpad.png -%%DATADIR%%/images/neutral-outlaw+female-attack.png -%%DATADIR%%/images/neutral-outlaw+female-attack1.png -%%DATADIR%%/images/neutral-outlaw+female-attack2.png -%%DATADIR%%/images/neutral-outlaw+female-defend.png -%%DATADIR%%/images/neutral-outlaw+female.png -%%DATADIR%%/images/neutral-outlaw-attack.png -%%DATADIR%%/images/neutral-outlaw-attack1.png -%%DATADIR%%/images/neutral-outlaw-attack2.png -%%DATADIR%%/images/neutral-outlaw-defend.png -%%DATADIR%%/images/neutral-outlaw-princess-attack-sling1.png -%%DATADIR%%/images/neutral-outlaw-princess-attack-sling2.png -%%DATADIR%%/images/neutral-outlaw-princess-attack-staff1.png -%%DATADIR%%/images/neutral-outlaw-princess-attack-staff2.png -%%DATADIR%%/images/neutral-outlaw-princess-defend-1-1.png -%%DATADIR%%/images/neutral-outlaw-princess-defend-1-2.png -%%DATADIR%%/images/neutral-outlaw-princess-defend.png -%%DATADIR%%/images/neutral-outlaw-princess.png -%%DATADIR%%/images/neutral-outlaw-queen-attack-sling1.png -%%DATADIR%%/images/neutral-outlaw-queen-attack-sling2.png -%%DATADIR%%/images/neutral-outlaw-queen-attack-staff1.png -%%DATADIR%%/images/neutral-outlaw-queen-attack-staff2.png -%%DATADIR%%/images/neutral-outlaw-queen-defend-1-1.png -%%DATADIR%%/images/neutral-outlaw-queen-defend-1-2.png -%%DATADIR%%/images/neutral-outlaw-queen-defend.png -%%DATADIR%%/images/neutral-outlaw-queen-leading.png -%%DATADIR%%/images/neutral-outlaw-queen.png -%%DATADIR%%/images/neutral-outlaw.png -%%DATADIR%%/images/neutral-peasant-attack.png -%%DATADIR%%/images/neutral-peasant-defend.png -%%DATADIR%%/images/neutral-peasant.png -%%DATADIR%%/images/neutral-poacher-attack.png -%%DATADIR%%/images/neutral-poacher-attack1.png -%%DATADIR%%/images/neutral-poacher-attack2.png -%%DATADIR%%/images/neutral-poacher-defend.png -%%DATADIR%%/images/neutral-poacher.png -%%DATADIR%%/images/neutral-thug-attack.png -%%DATADIR%%/images/neutral-thug-defend.png -%%DATADIR%%/images/neutral-thug.png -%%DATADIR%%/images/neutral-trapper-attack.png -%%DATADIR%%/images/neutral-trapper-attack1.png -%%DATADIR%%/images/neutral-trapper-attack2.png -%%DATADIR%%/images/neutral-trapper-defend.png -%%DATADIR%%/images/neutral-trapper.png -%%DATADIR%%/images/noble-commander-attack-ranged1.png -%%DATADIR%%/images/noble-commander-attack-ranged2.png -%%DATADIR%%/images/noble-commander-attack-ranged3.png -%%DATADIR%%/images/noble-commander-attack-sword.png -%%DATADIR%%/images/noble-commander-bow.png -%%DATADIR%%/images/noble-commander-defend.png -%%DATADIR%%/images/noble-commander-leading.png -%%DATADIR%%/images/noble-commander.png -%%DATADIR%%/images/noble-fighter-attack.png -%%DATADIR%%/images/noble-fighter-attack2.png -%%DATADIR%%/images/noble-fighter-defend.png -%%DATADIR%%/images/noble-fighter.png -%%DATADIR%%/images/noble-lord-attack-ranged1.png -%%DATADIR%%/images/noble-lord-attack-ranged2.png -%%DATADIR%%/images/noble-lord-attack-ranged3.png -%%DATADIR%%/images/noble-lord-attack-sword.png -%%DATADIR%%/images/noble-lord-bow.png -%%DATADIR%%/images/noble-lord-defend.png -%%DATADIR%%/images/noble-lord-leading.png -%%DATADIR%%/images/noble-lord.png -%%DATADIR%%/images/noble-youth-attack.png -%%DATADIR%%/images/noble-youth-attack2.png -%%DATADIR%%/images/noble-youth-defend.png -%%DATADIR%%/images/noble-youth.png -%%DATADIR%%/images/ogre-attack1.png -%%DATADIR%%/images/ogre-attack2.png -%%DATADIR%%/images/ogre-defend.png -%%DATADIR%%/images/ogre.png -%%DATADIR%%/images/orc-archer-attack.png -%%DATADIR%%/images/orc-archer-attack2.png -%%DATADIR%%/images/orc-archer-defend.png -%%DATADIR%%/images/orc-archer.png -%%DATADIR%%/images/orc-assassin-attack.png -%%DATADIR%%/images/orc-assassin-defend.png -%%DATADIR%%/images/orc-assassin-knife.png -%%DATADIR%%/images/orc-assassin.png -%%DATADIR%%/images/orc-slayer-attack1.png -%%DATADIR%%/images/orc-slayer-attack2.png -%%DATADIR%%/images/orc-slayer-defend.png -%%DATADIR%%/images/orc-slayer-ranged.png -%%DATADIR%%/images/orc-slayer.png -%%DATADIR%%/images/orc-xbowman-attack.png -%%DATADIR%%/images/orc-xbowman-defend.png -%%DATADIR%%/images/orc-xbowman-ranged.png -%%DATADIR%%/images/orc-xbowman.png -%%DATADIR%%/images/orcish-grunt-attack.png -%%DATADIR%%/images/orcish-grunt-defend.png -%%DATADIR%%/images/orcish-grunt.png -%%DATADIR%%/images/orcish-leader-attack.png -%%DATADIR%%/images/orcish-leader-defend.png -%%DATADIR%%/images/orcish-leader-ranged-1.png -%%DATADIR%%/images/orcish-leader-ranged-2.png -%%DATADIR%%/images/orcish-leader.png -%%DATADIR%%/images/orcish-ruler-attack.png -%%DATADIR%%/images/orcish-ruler-defend.png -%%DATADIR%%/images/orcish-ruler-ranged-1.png -%%DATADIR%%/images/orcish-ruler-ranged-2.png -%%DATADIR%%/images/orcish-ruler.png -%%DATADIR%%/images/orcish-shaman-black-attack-curse.png -%%DATADIR%%/images/orcish-shaman-black-attack-staff.png -%%DATADIR%%/images/orcish-shaman-black-defend.png -%%DATADIR%%/images/orcish-shaman-black.png -%%DATADIR%%/images/orcish-shaman-red-attack-curse.png -%%DATADIR%%/images/orcish-shaman-red-attack-staff.png -%%DATADIR%%/images/orcish-shaman-red-defend.png -%%DATADIR%%/images/orcish-shaman-red.png -%%DATADIR%%/images/orcish-shaman-tan-attack-curse.png -%%DATADIR%%/images/orcish-shaman-tan-attack-staff.png -%%DATADIR%%/images/orcish-shaman-tan-defend.png -%%DATADIR%%/images/orcish-shaman-tan.png -%%DATADIR%%/images/orcish-slurbow-attack-melee.png -%%DATADIR%%/images/orcish-slurbow-attack-ranged.png -%%DATADIR%%/images/orcish-slurbow-defend.png -%%DATADIR%%/images/orcish-slurbow.png -%%DATADIR%%/images/orcish-sovereign-attack1.png -%%DATADIR%%/images/orcish-sovereign-attack2.png -%%DATADIR%%/images/orcish-sovereign-defend.png -%%DATADIR%%/images/orcish-sovereign-ranged-1.png -%%DATADIR%%/images/orcish-sovereign-ranged-2.png -%%DATADIR%%/images/orcish-sovereign.png -%%DATADIR%%/images/orcish-warlord-attack-sword-1.png -%%DATADIR%%/images/orcish-warlord-attack-sword-2.png -%%DATADIR%%/images/orcish-warlord-defend.png -%%DATADIR%%/images/orcish-warlord-ranged-1.png -%%DATADIR%%/images/orcish-warlord-ranged-2.png -%%DATADIR%%/images/orcish-warlord.png -%%DATADIR%%/images/orcish-warrior-defend.png -%%DATADIR%%/images/orcish-warrior-melee1.png -%%DATADIR%%/images/orcish-warrior.png -%%DATADIR%%/images/owaec-captain-attack-morningstar.png -%%DATADIR%%/images/owaec-captain-attack-sword.png -%%DATADIR%%/images/owaec-captain-defend.png -%%DATADIR%%/images/owaec-captain-moving.png -%%DATADIR%%/images/owaec-captain.png -%%DATADIR%%/images/owaec-commander-attack-morningstar.png -%%DATADIR%%/images/owaec-commander-attack-sword.png -%%DATADIR%%/images/owaec-commander-defend.png -%%DATADIR%%/images/owaec-commander-moving.png -%%DATADIR%%/images/owaec-commander.png -%%DATADIR%%/images/owaec-lord-attack-morningstar.png -%%DATADIR%%/images/owaec-lord-attack-sword.png -%%DATADIR%%/images/owaec-lord-defend.png -%%DATADIR%%/images/owaec-lord-moving.png -%%DATADIR%%/images/owaec-lord.png -%%DATADIR%%/images/paladin-attack-sword.png -%%DATADIR%%/images/paladin-healing.png -%%DATADIR%%/images/paladin-moving.png -%%DATADIR%%/images/paladin.png -%%DATADIR%%/images/parandra.png -%%DATADIR%%/images/pirate-galleon.png -%%DATADIR%%/images/portraits/Eastern_Invasion/dacyn.png -%%DATADIR%%/images/portraits/Eastern_Invasion/gweddry.png -%%DATADIR%%/images/portraits/Eastern_Invasion/mal-ravanal.png -%%DATADIR%%/images/portraits/Heir_To_The_Throne/asheviere.png -%%DATADIR%%/images/portraits/Heir_To_The_Throne/delfador.png -%%DATADIR%%/images/portraits/Heir_To_The_Throne/kalenz.png -%%DATADIR%%/images/portraits/Heir_To_The_Throne/konrad.png -%%DATADIR%%/images/portraits/Heir_To_The_Throne/lisar.png -%%DATADIR%%/images/portraits/The_Dark_Hordes/gwiti.png -%%DATADIR%%/images/portraits/The_Dark_Hordes/gwiti_lich.png -%%DATADIR%%/images/portraits/The_Dark_Hordes/nati.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/addroran.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/aethyr.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/archmage.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/aryad.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/burin.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/dionli.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/edmond.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/eldaric.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/familiar.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/haldric.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/isomithir.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/jessica.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/jevyan.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/knight.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/lady_outlaw.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/lich.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/logalmier.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/rithrandil.png -%%DATADIR%%/images/portraits/The_Rise_of_Wesnoth/typhon.png -%%DATADIR%%/images/portraits/core/James_Woo/orc-warlord.png -%%DATADIR%%/images/portraits/core/James_Woo/orc-warlord2.png -%%DATADIR%%/images/portraits/core/James_Woo/orc-warlord3.png -%%DATADIR%%/images/portraits/core/James_Woo/orc-warlord4.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-bandit.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-grand-knight.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-halberdier.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-highwayman.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-horseman.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-javelineer.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-knight.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-lancer.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-paladin.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-peasant.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-pikeman.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-royalguard.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-spearman.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-swordsman.png -%%DATADIR%%/images/portraits/core/Jason_Lutes/human-thug.png -%%DATADIR%%/images/projectiles/bone-n.png -%%DATADIR%%/images/projectiles/bone-ne.png -%%DATADIR%%/images/projectiles/bullet.png -%%DATADIR%%/images/projectiles/dagger-n.png -%%DATADIR%%/images/projectiles/dagger-ne.png -%%DATADIR%%/images/projectiles/darkmissile-n.png -%%DATADIR%%/images/projectiles/darkmissile-ne.png -%%DATADIR%%/images/projectiles/entangle.png -%%DATADIR%%/images/projectiles/fireball-big-n.png -%%DATADIR%%/images/projectiles/fireball-big-nw.png -%%DATADIR%%/images/projectiles/fireball-huge-n.png -%%DATADIR%%/images/projectiles/fireball-huge-nw.png -%%DATADIR%%/images/projectiles/fireball-n.png -%%DATADIR%%/images/projectiles/fireball-nw.png -%%DATADIR%%/images/projectiles/fireball.png -%%DATADIR%%/images/projectiles/gaze.png -%%DATADIR%%/images/projectiles/hatchet-n.png -%%DATADIR%%/images/projectiles/hatchet-ne.png -%%DATADIR%%/images/projectiles/icemissile-n.png -%%DATADIR%%/images/projectiles/icemissile-ne.png -%%DATADIR%%/images/projectiles/ink.png -%%DATADIR%%/images/projectiles/lightning-bolt.png -%%DATADIR%%/images/projectiles/lightning-n.png -%%DATADIR%%/images/projectiles/lightning-ne.png -%%DATADIR%%/images/projectiles/magicmissile-n.png -%%DATADIR%%/images/projectiles/magicmissile-ne.png -%%DATADIR%%/images/projectiles/missile-fire-n.png -%%DATADIR%%/images/projectiles/missile-fire-ne.png -%%DATADIR%%/images/projectiles/missile-n.png -%%DATADIR%%/images/projectiles/missile-ne.png -%%DATADIR%%/images/projectiles/missile-nw.png -%%DATADIR%%/images/projectiles/missile-s.png -%%DATADIR%%/images/projectiles/missile-se.png -%%DATADIR%%/images/projectiles/missile-sw.png -%%DATADIR%%/images/projectiles/missile.png -%%DATADIR%%/images/projectiles/mud-glob.png -%%DATADIR%%/images/projectiles/pitchfork-n.png -%%DATADIR%%/images/projectiles/pitchfork-ne.png -%%DATADIR%%/images/projectiles/spear-n.png -%%DATADIR%%/images/projectiles/spear-ne.png -%%DATADIR%%/images/projectiles/stone.png -%%DATADIR%%/images/projectiles/thorns-ne.png -%%DATADIR%%/images/projectiles/thorns.png -%%DATADIR%%/images/projectiles/water-spray.png -%%DATADIR%%/images/projectiles/web.png -%%DATADIR%%/images/projectiles/whitemissile-n.png -%%DATADIR%%/images/projectiles/whitemissile-ne.png -%%DATADIR%%/images/random-enemy.png -%%DATADIR%%/images/red-mage+female-attack-staff1.png -%%DATADIR%%/images/red-mage+female-attack-staff2.png -%%DATADIR%%/images/red-mage+female-defend.png -%%DATADIR%%/images/red-mage+female-fireball-1.png -%%DATADIR%%/images/red-mage+female-fireball-2.png -%%DATADIR%%/images/red-mage+female-fireball-3.png -%%DATADIR%%/images/red-mage+female.png -%%DATADIR%%/images/red-mage-attack-staff1.png -%%DATADIR%%/images/red-mage-attack-staff2.png -%%DATADIR%%/images/red-mage-defend.png -%%DATADIR%%/images/red-mage-fireball-1.png -%%DATADIR%%/images/red-mage-fireball-2.png -%%DATADIR%%/images/red-mage-fireball-3.png -%%DATADIR%%/images/red-mage.png -%%DATADIR%%/images/rogue+female-attack.png -%%DATADIR%%/images/rogue+female-defend.png -%%DATADIR%%/images/rogue+female-ranged.png -%%DATADIR%%/images/rogue+female.png -%%DATADIR%%/images/rogue-attack.png -%%DATADIR%%/images/rogue-defend.png -%%DATADIR%%/images/rogue-ranged.png -%%DATADIR%%/images/rogue.png -%%DATADIR%%/images/saurian-ambusher-attack1.png -%%DATADIR%%/images/saurian-ambusher-attack2.png -%%DATADIR%%/images/saurian-ambusher-defend.png -%%DATADIR%%/images/saurian-ambusher-ranged.png -%%DATADIR%%/images/saurian-ambusher.png -%%DATADIR%%/images/saurian-flanker-attack-ranged.png -%%DATADIR%%/images/saurian-flanker-attack1.png -%%DATADIR%%/images/saurian-flanker-attack2.png -%%DATADIR%%/images/saurian-flanker-defend.png -%%DATADIR%%/images/saurian-flanker.png -%%DATADIR%%/images/saurian-icecaster-attack.png -%%DATADIR%%/images/saurian-icecaster-defend.png -%%DATADIR%%/images/saurian-icecaster-ranged1.png -%%DATADIR%%/images/saurian-icecaster-ranged2.png -%%DATADIR%%/images/saurian-icecaster-ranged3.png -%%DATADIR%%/images/saurian-icecaster.png -%%DATADIR%%/images/saurian-skirmisher-attack1.png -%%DATADIR%%/images/saurian-skirmisher-attack2.png -%%DATADIR%%/images/saurian-skirmisher-attack3.png -%%DATADIR%%/images/saurian-skirmisher-defend.png -%%DATADIR%%/images/saurian-skirmisher.png -%%DATADIR%%/images/saurian-soothsayer-attack.png -%%DATADIR%%/images/saurian-soothsayer-defend.png -%%DATADIR%%/images/saurian-soothsayer-healing.png -%%DATADIR%%/images/saurian-soothsayer-ranged.png -%%DATADIR%%/images/saurian-soothsayer.png -%%DATADIR%%/images/saurian-tribalist-attack.png -%%DATADIR%%/images/saurian-tribalist-defend.png -%%DATADIR%%/images/saurian-tribalist-heal.png -%%DATADIR%%/images/saurian-tribalist-ranged1.png -%%DATADIR%%/images/saurian-tribalist.png -%%DATADIR%%/images/scepter-princess-attack-scepter-1.png -%%DATADIR%%/images/scepter-princess-attack-scepter-2.png -%%DATADIR%%/images/scepter-princess-attack-scepter-3.png -%%DATADIR%%/images/scepter-princess-attack-scepter.png -%%DATADIR%%/images/scepter-princess-attack-sword.png -%%DATADIR%%/images/scepter-princess-defend.png -%%DATADIR%%/images/scepter-princess-leading.png -%%DATADIR%%/images/scepter-princess.png -%%DATADIR%%/images/scorpion-defend.png -%%DATADIR%%/images/scorpion-pincers-attack.png -%%DATADIR%%/images/scorpion-sting-attack.png -%%DATADIR%%/images/scorpion.png -%%DATADIR%%/images/sea-hag-defend.png -%%DATADIR%%/images/sea-hag.png -%%DATADIR%%/images/sea-orc-attack.png -%%DATADIR%%/images/sea-orc-defend.png -%%DATADIR%%/images/sea-orc.png -%%DATADIR%%/images/seaserpent-attack.png -%%DATADIR%%/images/seaserpent-defend.png -%%DATADIR%%/images/seaserpent.png -%%DATADIR%%/images/silver-mage+female-attack-magic1.png -%%DATADIR%%/images/silver-mage+female-attack-melee.png -%%DATADIR%%/images/silver-mage+female-defend.png -%%DATADIR%%/images/silver-mage+female-teleport1.png -%%DATADIR%%/images/silver-mage+female-teleport10.png -%%DATADIR%%/images/silver-mage+female-teleport2.png -%%DATADIR%%/images/silver-mage+female-teleport3.png -%%DATADIR%%/images/silver-mage+female-teleport4.png -%%DATADIR%%/images/silver-mage+female-teleport5.png -%%DATADIR%%/images/silver-mage+female-teleport6.png -%%DATADIR%%/images/silver-mage+female-teleport7.png -%%DATADIR%%/images/silver-mage+female-teleport8.png -%%DATADIR%%/images/silver-mage+female-teleport9.png -%%DATADIR%%/images/silver-mage+female.png -%%DATADIR%%/images/silver-mage-attack-magic1.png -%%DATADIR%%/images/silver-mage-attack-melee.png -%%DATADIR%%/images/silver-mage-defend.png -%%DATADIR%%/images/silver-mage-teleport1.png -%%DATADIR%%/images/silver-mage-teleport10.png -%%DATADIR%%/images/silver-mage-teleport2.png -%%DATADIR%%/images/silver-mage-teleport3.png -%%DATADIR%%/images/silver-mage-teleport4.png -%%DATADIR%%/images/silver-mage-teleport5.png -%%DATADIR%%/images/silver-mage-teleport6.png -%%DATADIR%%/images/silver-mage-teleport7.png -%%DATADIR%%/images/silver-mage-teleport8.png -%%DATADIR%%/images/silver-mage-teleport9.png -%%DATADIR%%/images/silver-mage.png -%%DATADIR%%/images/skeletal-dragon-attack-claws1.png -%%DATADIR%%/images/skeletal-dragon-attack-claws2.png -%%DATADIR%%/images/skeletal-dragon-attack-claws3.png -%%DATADIR%%/images/skeletal-dragon-attack-jaw1.png -%%DATADIR%%/images/skeletal-dragon-attack-jaw2.png -%%DATADIR%%/images/skeletal-dragon-defend.png -%%DATADIR%%/images/skeletal-dragon.png -%%DATADIR%%/images/terrain/alpha.png -%%DATADIR%%/images/terrain/alphamask.png -%%DATADIR%%/images/terrain/bridge-n-end.png -%%DATADIR%%/images/terrain/bridge-n-s-tile.png -%%DATADIR%%/images/terrain/bridge-n-s.png -%%DATADIR%%/images/terrain/bridge-n.png -%%DATADIR%%/images/terrain/bridge-ne-end.png -%%DATADIR%%/images/terrain/bridge-ne-sw-tile.png -%%DATADIR%%/images/terrain/bridge-ne-sw.png -%%DATADIR%%/images/terrain/bridge-ne.png -%%DATADIR%%/images/terrain/bridge-nw-end.png -%%DATADIR%%/images/terrain/bridge-nw.png -%%DATADIR%%/images/terrain/bridge-s-end.png -%%DATADIR%%/images/terrain/bridge-s.png -%%DATADIR%%/images/terrain/bridge-se-end.png -%%DATADIR%%/images/terrain/bridge-se-nw-tile.png -%%DATADIR%%/images/terrain/bridge-se-nw.png -%%DATADIR%%/images/terrain/bridge-se.png -%%DATADIR%%/images/terrain/bridge-sw-end.png -%%DATADIR%%/images/terrain/bridge-sw.png -%%DATADIR%%/images/terrain/canyon-all.png -%%DATADIR%%/images/terrain/canyon-n-ne-s.png -%%DATADIR%%/images/terrain/canyon-n-ne.png -%%DATADIR%%/images/terrain/canyon-n-s.png -%%DATADIR%%/images/terrain/canyon-n-se.png -%%DATADIR%%/images/terrain/canyon-n.png -%%DATADIR%%/images/terrain/canyon-ne-s.png -%%DATADIR%%/images/terrain/canyon-ne-se.png -%%DATADIR%%/images/terrain/canyon-ne-sw.png -%%DATADIR%%/images/terrain/canyon-ne.png -%%DATADIR%%/images/terrain/canyon-nw-n-ne.png -%%DATADIR%%/images/terrain/canyon-nw-n-s.png -%%DATADIR%%/images/terrain/canyon-nw-n.png -%%DATADIR%%/images/terrain/canyon-nw-ne.png -%%DATADIR%%/images/terrain/canyon-nw.png -%%DATADIR%%/images/terrain/canyon-s-nw.png -%%DATADIR%%/images/terrain/canyon-s-sw-n.png -%%DATADIR%%/images/terrain/canyon-s-sw.png -%%DATADIR%%/images/terrain/canyon-s.png -%%DATADIR%%/images/terrain/canyon-se-nw.png -%%DATADIR%%/images/terrain/canyon-se-s-n.png -%%DATADIR%%/images/terrain/canyon-se-s-sw-n.png -%%DATADIR%%/images/terrain/canyon-se-s-sw.png -%%DATADIR%%/images/terrain/canyon-se-s.png -%%DATADIR%%/images/terrain/canyon-se-sw.png -%%DATADIR%%/images/terrain/canyon-se.png -%%DATADIR%%/images/terrain/canyon-sw-n.png -%%DATADIR%%/images/terrain/canyon-sw-nw.png -%%DATADIR%%/images/terrain/canyon-sw.png -%%DATADIR%%/images/terrain/canyon.png -%%DATADIR%%/images/terrain/castle-concave-e.png -%%DATADIR%%/images/terrain/castle-concave-ne.png -%%DATADIR%%/images/terrain/castle-concave-nw.png -%%DATADIR%%/images/terrain/castle-concave-se.png -%%DATADIR%%/images/terrain/castle-concave-sw.png -%%DATADIR%%/images/terrain/castle-concave-w.png -%%DATADIR%%/images/terrain/castle-convex-e.png -%%DATADIR%%/images/terrain/castle-convex-ne.png -%%DATADIR%%/images/terrain/castle-convex-nw.png -%%DATADIR%%/images/terrain/castle-convex-se.png -%%DATADIR%%/images/terrain/castle-convex-sw.png -%%DATADIR%%/images/terrain/castle-convex-w.png -%%DATADIR%%/images/terrain/castle-ruin-tile.png -%%DATADIR%%/images/terrain/castle-sunken-ruin-tile.png -%%DATADIR%%/images/terrain/castle-swamp-ruin-tile.png -%%DATADIR%%/images/terrain/castle-tile.png -%%DATADIR%%/images/terrain/castle-walls.tmpl -%%DATADIR%%/images/terrain/castle.png -%%DATADIR%%/images/terrain/cave-floor-n-ne-se-s.png -%%DATADIR%%/images/terrain/cave-floor-n-ne-se.png -%%DATADIR%%/images/terrain/cave-floor-n-ne.png -%%DATADIR%%/images/terrain/cave-floor-n.png -%%DATADIR%%/images/terrain/cave-floor-ne-se-s.png -%%DATADIR%%/images/terrain/cave-floor-ne-se.png -%%DATADIR%%/images/terrain/cave-floor-ne.png -%%DATADIR%%/images/terrain/cave-floor-nw-n-ne.png -%%DATADIR%%/images/terrain/cave-floor-nw-n.png -%%DATADIR%%/images/terrain/cave-floor-nw.png -%%DATADIR%%/images/terrain/cave-floor-s-sw-nw-n.png -%%DATADIR%%/images/terrain/cave-floor-s-sw-nw.png -%%DATADIR%%/images/terrain/cave-floor-s-sw.png -%%DATADIR%%/images/terrain/cave-floor-s.png -%%DATADIR%%/images/terrain/cave-floor-se-s-sw.png -%%DATADIR%%/images/terrain/cave-floor-se-s.png -%%DATADIR%%/images/terrain/cave-floor-se.png -%%DATADIR%%/images/terrain/cave-floor-sw-nw-n.png -%%DATADIR%%/images/terrain/cave-floor-sw-nw.png -%%DATADIR%%/images/terrain/cave-floor-sw.png -%%DATADIR%%/images/terrain/cave-floor.png -%%DATADIR%%/images/terrain/cave-floor1.png -%%DATADIR%%/images/terrain/cave-floor2.png -%%DATADIR%%/images/terrain/cave-floor3.png -%%DATADIR%%/images/terrain/cave-floor4.png -%%DATADIR%%/images/terrain/cave.png -%%DATADIR%%/images/terrain/cavewall-concave-e.png -%%DATADIR%%/images/terrain/cavewall-concave-ne.png -%%DATADIR%%/images/terrain/cavewall-concave-nw.png -%%DATADIR%%/images/terrain/cavewall-concave-se.png -%%DATADIR%%/images/terrain/cavewall-concave-sw.png -%%DATADIR%%/images/terrain/cavewall-concave-w.png -%%DATADIR%%/images/terrain/cavewall-convex-e.png -%%DATADIR%%/images/terrain/cavewall-convex-ne.png -%%DATADIR%%/images/terrain/cavewall-convex-nw.png -%%DATADIR%%/images/terrain/cavewall-convex-se.png -%%DATADIR%%/images/terrain/cavewall-convex-sw.png -%%DATADIR%%/images/terrain/cavewall-convex-w.png -%%DATADIR%%/images/terrain/cavewall.png -%%DATADIR%%/images/terrain/coast-n.png -%%DATADIR%%/images/terrain/coast-ne.png -%%DATADIR%%/images/terrain/coast-nw.png -%%DATADIR%%/images/terrain/coast-s.png -%%DATADIR%%/images/terrain/coast-se.png -%%DATADIR%%/images/terrain/coast-sw.png -%%DATADIR%%/images/terrain/coast.png -%%DATADIR%%/images/terrain/coast2.png -%%DATADIR%%/images/terrain/coast3.png -%%DATADIR%%/images/terrain/dawn.png -%%DATADIR%%/images/terrain/desert-hills-n.png -%%DATADIR%%/images/terrain/desert-hills-ne.png -%%DATADIR%%/images/terrain/desert-hills-nw.png -%%DATADIR%%/images/terrain/desert-hills-s.png -%%DATADIR%%/images/terrain/desert-hills-se.png -%%DATADIR%%/images/terrain/desert-hills-sw.png -%%DATADIR%%/images/terrain/desert-hills.png -%%DATADIR%%/images/terrain/desert-hills2.png -%%DATADIR%%/images/terrain/desert-hills3.png -%%DATADIR%%/images/terrain/desert-mountain-peak1.png -%%DATADIR%%/images/terrain/desert-mountain-peak2.png -%%DATADIR%%/images/terrain/desert-mountain-peak3.png -%%DATADIR%%/images/terrain/desert-mountains-n.png -%%DATADIR%%/images/terrain/desert-mountains-ne.png -%%DATADIR%%/images/terrain/desert-mountains-nw.png -%%DATADIR%%/images/terrain/desert-mountains-s.png -%%DATADIR%%/images/terrain/desert-mountains-se.png -%%DATADIR%%/images/terrain/desert-mountains-sw.png -%%DATADIR%%/images/terrain/desert-mountains.png -%%DATADIR%%/images/terrain/desert-n-ne-se.png -%%DATADIR%%/images/terrain/desert-n-ne.png -%%DATADIR%%/images/terrain/desert-n.png -%%DATADIR%%/images/terrain/desert-ne-se-s.png -%%DATADIR%%/images/terrain/desert-ne-se.png -%%DATADIR%%/images/terrain/desert-ne.png -%%DATADIR%%/images/terrain/desert-nw-n-ne.png -%%DATADIR%%/images/terrain/desert-nw-n.png -%%DATADIR%%/images/terrain/desert-nw.png -%%DATADIR%%/images/terrain/desert-oasis.png -%%DATADIR%%/images/terrain/desert-plant.png -%%DATADIR%%/images/terrain/desert-plant2.png -%%DATADIR%%/images/terrain/desert-plant3.png -%%DATADIR%%/images/terrain/desert-road-n-ne-se.png -%%DATADIR%%/images/terrain/desert-road-n-ne.png -%%DATADIR%%/images/terrain/desert-road-n.png -%%DATADIR%%/images/terrain/desert-road-ne-se-s.png -%%DATADIR%%/images/terrain/desert-road-ne-se.png -%%DATADIR%%/images/terrain/desert-road-ne.png -%%DATADIR%%/images/terrain/desert-road-nw-n-ne.png -%%DATADIR%%/images/terrain/desert-road-nw-n.png -%%DATADIR%%/images/terrain/desert-road-nw.png -%%DATADIR%%/images/terrain/desert-road-s-sw-nw.png -%%DATADIR%%/images/terrain/desert-road-s-sw.png -%%DATADIR%%/images/terrain/desert-road-s.png -%%DATADIR%%/images/terrain/desert-road-se-s-sw.png -%%DATADIR%%/images/terrain/desert-road-se-s.png -%%DATADIR%%/images/terrain/desert-road-se.png -%%DATADIR%%/images/terrain/desert-road-sw-nw-n.png -%%DATADIR%%/images/terrain/desert-road-sw-nw.png -%%DATADIR%%/images/terrain/desert-road-sw.png -%%DATADIR%%/images/terrain/desert-road.png -%%DATADIR%%/images/terrain/desert-s-sw-nw.png -%%DATADIR%%/images/terrain/desert-s-sw.png -%%DATADIR%%/images/terrain/desert-s.png -%%DATADIR%%/images/terrain/desert-se-s-sw.png -%%DATADIR%%/images/terrain/desert-se-s.png -%%DATADIR%%/images/terrain/desert-se.png -%%DATADIR%%/images/terrain/desert-sw-nw-n.png -%%DATADIR%%/images/terrain/desert-sw-nw.png -%%DATADIR%%/images/terrain/desert-sw.png -%%DATADIR%%/images/terrain/desert.png -%%DATADIR%%/images/terrain/desert2.png -%%DATADIR%%/images/terrain/desert3.png -%%DATADIR%%/images/terrain/desert4.png -%%DATADIR%%/images/terrain/desert5.png -%%DATADIR%%/images/terrain/desert6.png -%%DATADIR%%/images/terrain/desert7.png -%%DATADIR%%/images/terrain/dirt-n-ne-se-s.png -%%DATADIR%%/images/terrain/dirt-n-ne-se.png -%%DATADIR%%/images/terrain/dirt-n-ne.png -%%DATADIR%%/images/terrain/dirt-n.png -%%DATADIR%%/images/terrain/dirt-ne-se-s.png -%%DATADIR%%/images/terrain/dirt-ne-se.png -%%DATADIR%%/images/terrain/dirt-ne.png -%%DATADIR%%/images/terrain/dirt-nw-n-ne.png -%%DATADIR%%/images/terrain/dirt-nw-n.png -%%DATADIR%%/images/terrain/dirt-nw.png -%%DATADIR%%/images/terrain/dirt-s-sw-nw-n.png -%%DATADIR%%/images/terrain/dirt-s-sw-nw.png -%%DATADIR%%/images/terrain/dirt-s-sw.png -%%DATADIR%%/images/terrain/dirt-s.png -%%DATADIR%%/images/terrain/dirt-se-s-sw.png -%%DATADIR%%/images/terrain/dirt-se-s.png -%%DATADIR%%/images/terrain/dirt-se.png -%%DATADIR%%/images/terrain/dirt-sw-nw-n.png -%%DATADIR%%/images/terrain/dirt-sw-nw.png -%%DATADIR%%/images/terrain/dirt-sw.png -%%DATADIR%%/images/terrain/dirt.png -%%DATADIR%%/images/terrain/dwarven-castle-concave-e.png -%%DATADIR%%/images/terrain/dwarven-castle-concave-ne.png -%%DATADIR%%/images/terrain/dwarven-castle-concave-nw.png -%%DATADIR%%/images/terrain/dwarven-castle-concave-se.png -%%DATADIR%%/images/terrain/dwarven-castle-concave-sw.png -%%DATADIR%%/images/terrain/dwarven-castle-concave-w.png -%%DATADIR%%/images/terrain/dwarven-castle-convex-e.png -%%DATADIR%%/images/terrain/dwarven-castle-convex-ne.png -%%DATADIR%%/images/terrain/dwarven-castle-convex-nw.png -%%DATADIR%%/images/terrain/dwarven-castle-convex-se.png -%%DATADIR%%/images/terrain/dwarven-castle-convex-sw.png -%%DATADIR%%/images/terrain/dwarven-castle-convex-w.png -%%DATADIR%%/images/terrain/dwarven-castle-floor.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-e.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-ne.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-nw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-se.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-sw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-ccw-w.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-e.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-ne.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-nw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-se.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-sw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-concave-w.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-e.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-ne.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-nw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-se.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-sw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-convex-w.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-e.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-ne.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-nw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-se.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-sw.png -%%DATADIR%%/images/terrain/dwarven-castle-wall-cw-w.png -%%DATADIR%%/images/terrain/dwarven-doors.png -%%DATADIR%%/images/terrain/dwarven-keep-floor.png -%%DATADIR%%/images/terrain/dwarven-keep.png -%%DATADIR%%/images/terrain/dwarven-village.png -%%DATADIR%%/images/terrain/dwarven_castle-tile.png -%%DATADIR%%/images/terrain/encampment-concave-e.png -%%DATADIR%%/images/terrain/encampment-concave-ne.png -%%DATADIR%%/images/terrain/encampment-concave-nw.png -%%DATADIR%%/images/terrain/encampment-concave-se.png -%%DATADIR%%/images/terrain/encampment-concave-sw.png -%%DATADIR%%/images/terrain/encampment-concave-w.png -%%DATADIR%%/images/terrain/encampment-convex-e.png -%%DATADIR%%/images/terrain/encampment-convex-ne.png -%%DATADIR%%/images/terrain/encampment-convex-nw.png -%%DATADIR%%/images/terrain/encampment-convex-se.png -%%DATADIR%%/images/terrain/encampment-convex-sw.png -%%DATADIR%%/images/terrain/encampment-convex-w.png -%%DATADIR%%/images/terrain/encampment-tile.png -%%DATADIR%%/images/terrain/flag-sotbe-1.png -%%DATADIR%%/images/terrain/flag-sotbe-2.png -%%DATADIR%%/images/terrain/flag-sotbe-3.png -%%DATADIR%%/images/terrain/flag-team1-1.png -%%DATADIR%%/images/terrain/flag-team1-2.png -%%DATADIR%%/images/terrain/flag-team10-1.png -%%DATADIR%%/images/terrain/flag-team10-2.png -%%DATADIR%%/images/terrain/flag-team2-1.png -%%DATADIR%%/images/terrain/flag-team2-2.png -%%DATADIR%%/images/terrain/flag-team3-1.png -%%DATADIR%%/images/terrain/flag-team3-2.png -%%DATADIR%%/images/terrain/flag-team4-1.png -%%DATADIR%%/images/terrain/flag-team4-2.png -%%DATADIR%%/images/terrain/flag-team5-1.png -%%DATADIR%%/images/terrain/flag-team5-2.png -%%DATADIR%%/images/terrain/flag-team6-1.png -%%DATADIR%%/images/terrain/flag-team6-2.png -%%DATADIR%%/images/terrain/flag-team7-1.png -%%DATADIR%%/images/terrain/flag-team7-2.png -%%DATADIR%%/images/terrain/flag-team8-1.png -%%DATADIR%%/images/terrain/flag-team8-2.png -%%DATADIR%%/images/terrain/flag-team9-1.png -%%DATADIR%%/images/terrain/flag-team9-2.png -%%DATADIR%%/images/terrain/fog-n-ne-se-s.png -%%DATADIR%%/images/terrain/fog-n-ne-se.png -%%DATADIR%%/images/terrain/fog-n-ne.png -%%DATADIR%%/images/terrain/fog-n.png -%%DATADIR%%/images/terrain/fog-ne-se-s.png -%%DATADIR%%/images/terrain/fog-ne-se.png -%%DATADIR%%/images/terrain/fog-ne.png -%%DATADIR%%/images/terrain/fog-nw-n-ne.png -%%DATADIR%%/images/terrain/fog-nw-n.png -%%DATADIR%%/images/terrain/fog-nw.png -%%DATADIR%%/images/terrain/fog-s-sw-nw-n.png -%%DATADIR%%/images/terrain/fog-s-sw-nw.png -%%DATADIR%%/images/terrain/fog-s-sw.png -%%DATADIR%%/images/terrain/fog-s.png -%%DATADIR%%/images/terrain/fog-se-s-sw.png -%%DATADIR%%/images/terrain/fog-se-s.png -%%DATADIR%%/images/terrain/fog-se.png -%%DATADIR%%/images/terrain/fog-sw-nw-n.png -%%DATADIR%%/images/terrain/fog-sw-nw.png -%%DATADIR%%/images/terrain/fog-sw.png -%%DATADIR%%/images/terrain/fog.png -%%DATADIR%%/images/terrain/ford.png -%%DATADIR%%/images/terrain/ford2.png -%%DATADIR%%/images/terrain/forest-castle-n.png -%%DATADIR%%/images/terrain/forest-castle-ne.png -%%DATADIR%%/images/terrain/forest-castle-nw.png -%%DATADIR%%/images/terrain/forest-castle-s.png -%%DATADIR%%/images/terrain/forest-castle-se.png -%%DATADIR%%/images/terrain/forest-castle-sw.png -%%DATADIR%%/images/terrain/forest-castle.png -%%DATADIR%%/images/terrain/forest-tile.png -%%DATADIR%%/images/terrain/forest.png -%%DATADIR%%/images/terrain/forest2.png -%%DATADIR%%/images/terrain/forest2_small.png -%%DATADIR%%/images/terrain/forest3.png -%%DATADIR%%/images/terrain/forest4.png -%%DATADIR%%/images/terrain/forest5.png -%%DATADIR%%/images/terrain/forest6.png -%%DATADIR%%/images/terrain/forest7.png -%%DATADIR%%/images/terrain/forest8.png -%%DATADIR%%/images/terrain/forest_small.png -%%DATADIR%%/images/terrain/grassland-a.png -%%DATADIR%%/images/terrain/grassland-flowers.png -%%DATADIR%%/images/terrain/grassland-flowers1.png -%%DATADIR%%/images/terrain/grassland-flowers2.png -%%DATADIR%%/images/terrain/grassland-n-ne-se.png -%%DATADIR%%/images/terrain/grassland-n-ne.png -%%DATADIR%%/images/terrain/grassland-n.png -%%DATADIR%%/images/terrain/grassland-ne-se-s.png -%%DATADIR%%/images/terrain/grassland-ne-se.png -%%DATADIR%%/images/terrain/grassland-ne.png -%%DATADIR%%/images/terrain/grassland-nw-n-ne.png -%%DATADIR%%/images/terrain/grassland-nw-n.png -%%DATADIR%%/images/terrain/grassland-nw.png -%%DATADIR%%/images/terrain/grassland-r.png -%%DATADIR%%/images/terrain/grassland-r1.png -%%DATADIR%%/images/terrain/grassland-r2.png -%%DATADIR%%/images/terrain/grassland-r3.png -%%DATADIR%%/images/terrain/grassland-r4.png -%%DATADIR%%/images/terrain/grassland-rocks.png -%%DATADIR%%/images/terrain/grassland-rocks1.png -%%DATADIR%%/images/terrain/grassland-rocks2.png -%%DATADIR%%/images/terrain/grassland-s-sw-nw.png -%%DATADIR%%/images/terrain/grassland-s-sw.png -%%DATADIR%%/images/terrain/grassland-s.png -%%DATADIR%%/images/terrain/grassland-se-s-sw.png -%%DATADIR%%/images/terrain/grassland-se-s.png -%%DATADIR%%/images/terrain/grassland-se-sw-nw.png -%%DATADIR%%/images/terrain/grassland-se.png -%%DATADIR%%/images/terrain/grassland-sw-nw-n.png -%%DATADIR%%/images/terrain/grassland-sw-nw.png -%%DATADIR%%/images/terrain/grassland-sw.png -%%DATADIR%%/images/terrain/grassland-test.png -%%DATADIR%%/images/terrain/grassland-to-water-n-ne-se.png -%%DATADIR%%/images/terrain/grassland-to-water-n-ne.png -%%DATADIR%%/images/terrain/grassland-to-water-n.png -%%DATADIR%%/images/terrain/grassland-to-water-ne-se-s.png -%%DATADIR%%/images/terrain/grassland-to-water-ne-se.png -%%DATADIR%%/images/terrain/grassland-to-water-ne.png -%%DATADIR%%/images/terrain/grassland-to-water-nw-n-ne.png -%%DATADIR%%/images/terrain/grassland-to-water-nw-n.png -%%DATADIR%%/images/terrain/grassland-to-water-nw.png -%%DATADIR%%/images/terrain/grassland-to-water-s-sw-nw.png -%%DATADIR%%/images/terrain/grassland-to-water-s-sw.png -%%DATADIR%%/images/terrain/grassland-to-water-s.png -%%DATADIR%%/images/terrain/grassland-to-water-se-s-sw.png -%%DATADIR%%/images/terrain/grassland-to-water-se-s.png -%%DATADIR%%/images/terrain/grassland-to-water-se.png -%%DATADIR%%/images/terrain/grassland-to-water-sw-nw-n.png -%%DATADIR%%/images/terrain/grassland-to-water-sw-nw.png -%%DATADIR%%/images/terrain/grassland-to-water-sw.png -%%DATADIR%%/images/terrain/grassland.png -%%DATADIR%%/images/terrain/grid.png -%%DATADIR%%/images/terrain/hills-n-ne.png -%%DATADIR%%/images/terrain/hills-n.png -%%DATADIR%%/images/terrain/hills-ne.png -%%DATADIR%%/images/terrain/hills-nw.png -%%DATADIR%%/images/terrain/hills-s-se.png -%%DATADIR%%/images/terrain/hills-s.png -%%DATADIR%%/images/terrain/hills-se.png -%%DATADIR%%/images/terrain/hills-sw.png -%%DATADIR%%/images/terrain/hills-variation1.png -%%DATADIR%%/images/terrain/hills-variation2.png -%%DATADIR%%/images/terrain/hills-variation3.png -%%DATADIR%%/images/terrain/hills.png -%%DATADIR%%/images/terrain/ice-n-ne-se-s.png -%%DATADIR%%/images/terrain/ice-n-ne.png -%%DATADIR%%/images/terrain/ice-n.png -%%DATADIR%%/images/terrain/ice-ne-se.png -%%DATADIR%%/images/terrain/ice-ne.png -%%DATADIR%%/images/terrain/ice-nw-n-ne.png -%%DATADIR%%/images/terrain/ice-nw-n.png -%%DATADIR%%/images/terrain/ice-nw.png -%%DATADIR%%/images/terrain/ice-s-sw-nw-n.png -%%DATADIR%%/images/terrain/ice-s-sw.png -%%DATADIR%%/images/terrain/ice-s.png -%%DATADIR%%/images/terrain/ice-se-s-sw.png -%%DATADIR%%/images/terrain/ice-se-s.png -%%DATADIR%%/images/terrain/ice-se.png -%%DATADIR%%/images/terrain/ice-sw-nw.png -%%DATADIR%%/images/terrain/ice-sw.png -%%DATADIR%%/images/terrain/ice.png -%%DATADIR%%/images/terrain/ice2.png -%%DATADIR%%/images/terrain/ice3.png -%%DATADIR%%/images/terrain/ice4.png -%%DATADIR%%/images/terrain/ice5.png -%%DATADIR%%/images/terrain/ice6.png -%%DATADIR%%/images/terrain/keep-inside-e.png -%%DATADIR%%/images/terrain/keep-inside-ne.png -%%DATADIR%%/images/terrain/keep-inside-nw.png -%%DATADIR%%/images/terrain/keep-inside-se.png -%%DATADIR%%/images/terrain/keep-inside-sw.png -%%DATADIR%%/images/terrain/keep-inside-w.png -%%DATADIR%%/images/terrain/keep-keep-e.png -%%DATADIR%%/images/terrain/keep-keep-ne.png -%%DATADIR%%/images/terrain/keep-keep-nw.png -%%DATADIR%%/images/terrain/keep-keep-se.png -%%DATADIR%%/images/terrain/keep-keep-sw.png -%%DATADIR%%/images/terrain/keep-keep-w.png -%%DATADIR%%/images/terrain/keep-tile.png -%%DATADIR%%/images/terrain/keep-wall-0-e.png -%%DATADIR%%/images/terrain/keep-wall-0-ne.png -%%DATADIR%%/images/terrain/keep-wall-0-nw.png -%%DATADIR%%/images/terrain/keep-wall-0-se.png -%%DATADIR%%/images/terrain/keep-wall-0-sw.png -%%DATADIR%%/images/terrain/keep-wall-0-w.png -%%DATADIR%%/images/terrain/keep-wall-1-e.png -%%DATADIR%%/images/terrain/keep-wall-1-ne.png -%%DATADIR%%/images/terrain/keep-wall-1-nw.png -%%DATADIR%%/images/terrain/keep-wall-1-se.png -%%DATADIR%%/images/terrain/keep-wall-1-sw.png -%%DATADIR%%/images/terrain/keep-wall-1-w.png -%%DATADIR%%/images/terrain/keep-wall-e.png -%%DATADIR%%/images/terrain/keep-wall-ne.png -%%DATADIR%%/images/terrain/keep-wall-nw.png -%%DATADIR%%/images/terrain/keep-wall-se.png -%%DATADIR%%/images/terrain/keep-wall-sw.png -%%DATADIR%%/images/terrain/keep-wall-w.png -%%DATADIR%%/images/terrain/keep.png -%%DATADIR%%/images/terrain/lava-n.png -%%DATADIR%%/images/terrain/lava-ne.png -%%DATADIR%%/images/terrain/lava-nw.png -%%DATADIR%%/images/terrain/lava-s.png -%%DATADIR%%/images/terrain/lava-se.png -%%DATADIR%%/images/terrain/lava-sw.png -%%DATADIR%%/images/terrain/lava.png -%%DATADIR%%/images/terrain/lava2.png -%%DATADIR%%/images/terrain/mask.png -%%DATADIR%%/images/terrain/mine.png -%%DATADIR%%/images/terrain/mountains-n.png -%%DATADIR%%/images/terrain/mountains-ne.png -%%DATADIR%%/images/terrain/mountains-nw.png -%%DATADIR%%/images/terrain/mountains-peak1.png -%%DATADIR%%/images/terrain/mountains-peak2.png -%%DATADIR%%/images/terrain/mountains-s.png -%%DATADIR%%/images/terrain/mountains-se.png -%%DATADIR%%/images/terrain/mountains-sw.png -%%DATADIR%%/images/terrain/mountains.png -%%DATADIR%%/images/terrain/nest-empty.png -%%DATADIR%%/images/terrain/nest-full.png -%%DATADIR%%/images/terrain/ocean.png -%%DATADIR%%/images/terrain/ocean2.png -%%DATADIR%%/images/terrain/ocean3.png -%%DATADIR%%/images/terrain/out.png -%%DATADIR%%/images/terrain/road-n.png -%%DATADIR%%/images/terrain/road-ne.png -%%DATADIR%%/images/terrain/road-nw.png -%%DATADIR%%/images/terrain/road-s.png -%%DATADIR%%/images/terrain/road-se.png -%%DATADIR%%/images/terrain/road-sw.png -%%DATADIR%%/images/terrain/road.png -%%DATADIR%%/images/terrain/rocks.png -%%DATADIR%%/images/terrain/ruin1-concave-e.png -%%DATADIR%%/images/terrain/ruin1-concave-ne.png -%%DATADIR%%/images/terrain/ruin1-concave-nw.png -%%DATADIR%%/images/terrain/ruin1-concave-se.png -%%DATADIR%%/images/terrain/ruin1-concave-sw.png -%%DATADIR%%/images/terrain/ruin1-concave-w.png -%%DATADIR%%/images/terrain/ruin1-convex-e.png -%%DATADIR%%/images/terrain/ruin1-convex-ne.png -%%DATADIR%%/images/terrain/ruin1-convex-nw.png -%%DATADIR%%/images/terrain/ruin1-convex-se.png -%%DATADIR%%/images/terrain/ruin1-convex-sw.png -%%DATADIR%%/images/terrain/ruin1-convex-w.png -%%DATADIR%%/images/terrain/ruin2-concave-e.png -%%DATADIR%%/images/terrain/ruin2-concave-ne.png -%%DATADIR%%/images/terrain/ruin2-concave-nw.png -%%DATADIR%%/images/terrain/ruin2-concave-se.png -%%DATADIR%%/images/terrain/ruin2-concave-sw.png -%%DATADIR%%/images/terrain/ruin2-concave-w.png -%%DATADIR%%/images/terrain/ruin2-convex-e.png -%%DATADIR%%/images/terrain/ruin2-convex-ne.png -%%DATADIR%%/images/terrain/ruin2-convex-nw.png -%%DATADIR%%/images/terrain/ruin2-convex-se.png -%%DATADIR%%/images/terrain/ruin2-convex-sw.png -%%DATADIR%%/images/terrain/ruin2-convex-w.png -%%DATADIR%%/images/terrain/ruin2.png -%%DATADIR%%/images/terrain/ruin3-concave-e.png -%%DATADIR%%/images/terrain/ruin3-concave-ne.png -%%DATADIR%%/images/terrain/ruin3-concave-nw.png -%%DATADIR%%/images/terrain/ruin3-concave-se.png -%%DATADIR%%/images/terrain/ruin3-concave-sw.png -%%DATADIR%%/images/terrain/ruin3-concave-w.png -%%DATADIR%%/images/terrain/ruin3-convex-e.png -%%DATADIR%%/images/terrain/ruin3-convex-ne.png -%%DATADIR%%/images/terrain/ruin3-convex-nw.png -%%DATADIR%%/images/terrain/ruin3-convex-se.png -%%DATADIR%%/images/terrain/ruin3-convex-sw.png -%%DATADIR%%/images/terrain/ruin3-convex-w.png -%%DATADIR%%/images/terrain/ruin4-concave-e.png -%%DATADIR%%/images/terrain/ruin4-concave-ne.png -%%DATADIR%%/images/terrain/ruin4-concave-nw.png -%%DATADIR%%/images/terrain/ruin4-concave-se.png -%%DATADIR%%/images/terrain/ruin4-concave-sw.png -%%DATADIR%%/images/terrain/ruin4-concave-w.png -%%DATADIR%%/images/terrain/ruin4-convex-e.png -%%DATADIR%%/images/terrain/ruin4-convex-ne.png -%%DATADIR%%/images/terrain/ruin4-convex-nw.png -%%DATADIR%%/images/terrain/ruin4-convex-se.png -%%DATADIR%%/images/terrain/ruin4-convex-sw.png -%%DATADIR%%/images/terrain/ruin4-convex-w.png -%%DATADIR%%/images/terrain/ruin5-concave-e.png -%%DATADIR%%/images/terrain/ruin5-concave-ne.png -%%DATADIR%%/images/terrain/ruin5-concave-nw.png -%%DATADIR%%/images/terrain/ruin5-concave-se.png -%%DATADIR%%/images/terrain/ruin5-concave-sw.png -%%DATADIR%%/images/terrain/ruin5-concave-w.png -%%DATADIR%%/images/terrain/ruin5-convex-e.png -%%DATADIR%%/images/terrain/ruin5-convex-ne.png -%%DATADIR%%/images/terrain/ruin5-convex-nw.png -%%DATADIR%%/images/terrain/ruin5-convex-se.png -%%DATADIR%%/images/terrain/ruin5-convex-sw.png -%%DATADIR%%/images/terrain/ruin5-convex-w.png -%%DATADIR%%/images/terrain/ruinkeep.png -%%DATADIR%%/images/terrain/ruinkeep1-inside-e.png -%%DATADIR%%/images/terrain/ruinkeep1-inside-ne.png -%%DATADIR%%/images/terrain/ruinkeep1-inside-nw.png -%%DATADIR%%/images/terrain/ruinkeep1-inside-se.png -%%DATADIR%%/images/terrain/ruinkeep1-inside-sw.png -%%DATADIR%%/images/terrain/ruinkeep1-inside-w.png -%%DATADIR%%/images/terrain/ruinkeep1-keep-e.png -%%DATADIR%%/images/terrain/ruinkeep1-keep-ne.png -%%DATADIR%%/images/terrain/ruinkeep1-keep-nw.png -%%DATADIR%%/images/terrain/ruinkeep1-keep-se.png -%%DATADIR%%/images/terrain/ruinkeep1-keep-sw.png -%%DATADIR%%/images/terrain/ruinkeep1-keep-w.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-0-e.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-0-ne.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-0-nw.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-0-se.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-0-sw.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-0-w.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-1-e.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-1-ne.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-1-nw.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-1-se.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-1-sw.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-1-w.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-e.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-ne.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-nw.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-se.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-sw.png -%%DATADIR%%/images/terrain/ruinkeep1-wall-w.png -%%DATADIR%%/images/terrain/ruinkeep2-inside-e.png -%%DATADIR%%/images/terrain/ruinkeep2-inside-ne.png -%%DATADIR%%/images/terrain/ruinkeep2-inside-nw.png -%%DATADIR%%/images/terrain/ruinkeep2-inside-se.png -%%DATADIR%%/images/terrain/ruinkeep2-inside-sw.png -%%DATADIR%%/images/terrain/ruinkeep2-inside-w.png -%%DATADIR%%/images/terrain/ruinkeep2-keep-e.png -%%DATADIR%%/images/terrain/ruinkeep2-keep-ne.png -%%DATADIR%%/images/terrain/ruinkeep2-keep-nw.png -%%DATADIR%%/images/terrain/ruinkeep2-keep-se.png -%%DATADIR%%/images/terrain/ruinkeep2-keep-sw.png -%%DATADIR%%/images/terrain/ruinkeep2-keep-w.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-0-e.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-0-ne.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-0-nw.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-0-se.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-0-sw.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-0-w.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-1-e.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-1-ne.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-1-nw.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-1-se.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-1-sw.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-1-w.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-e.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-ne.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-nw.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-se.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-sw.png -%%DATADIR%%/images/terrain/ruinkeep2-wall-w.png -%%DATADIR%%/images/terrain/ruinkeep2.png -%%DATADIR%%/images/terrain/ruinkeep3-inside-e.png -%%DATADIR%%/images/terrain/ruinkeep3-inside-ne.png -%%DATADIR%%/images/terrain/ruinkeep3-inside-nw.png -%%DATADIR%%/images/terrain/ruinkeep3-inside-se.png -%%DATADIR%%/images/terrain/ruinkeep3-inside-sw.png -%%DATADIR%%/images/terrain/ruinkeep3-inside-w.png -%%DATADIR%%/images/terrain/ruinkeep3-keep-e.png -%%DATADIR%%/images/terrain/ruinkeep3-keep-ne.png -%%DATADIR%%/images/terrain/ruinkeep3-keep-nw.png -%%DATADIR%%/images/terrain/ruinkeep3-keep-se.png -%%DATADIR%%/images/terrain/ruinkeep3-keep-sw.png -%%DATADIR%%/images/terrain/ruinkeep3-keep-w.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-0-e.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-0-ne.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-0-nw.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-0-se.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-0-sw.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-0-w.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-1-e.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-1-ne.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-1-nw.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-1-se.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-1-sw.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-1-w.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-e.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-ne.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-nw.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-se.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-sw.png -%%DATADIR%%/images/terrain/ruinkeep3-wall-w.png -%%DATADIR%%/images/terrain/sand-n.png -%%DATADIR%%/images/terrain/sand-ne.png -%%DATADIR%%/images/terrain/sand-nw.png -%%DATADIR%%/images/terrain/sand-plant.png -%%DATADIR%%/images/terrain/sand-s.png -%%DATADIR%%/images/terrain/sand-se.png -%%DATADIR%%/images/terrain/sand-sw.png -%%DATADIR%%/images/terrain/sand.png -%%DATADIR%%/images/terrain/savanna-n-ne-se.png -%%DATADIR%%/images/terrain/savanna-n-ne.png -%%DATADIR%%/images/terrain/savanna-n.png -%%DATADIR%%/images/terrain/savanna-ne-se-s.png -%%DATADIR%%/images/terrain/savanna-ne-se.png -%%DATADIR%%/images/terrain/savanna-ne.png -%%DATADIR%%/images/terrain/savanna-nw-n-ne.png -%%DATADIR%%/images/terrain/savanna-nw-n.png -%%DATADIR%%/images/terrain/savanna-nw.png -%%DATADIR%%/images/terrain/savanna-s-sw-nw.png -%%DATADIR%%/images/terrain/savanna-s-sw.png -%%DATADIR%%/images/terrain/savanna-s.png -%%DATADIR%%/images/terrain/savanna-se-s-sw.png -%%DATADIR%%/images/terrain/savanna-se-s.png -%%DATADIR%%/images/terrain/savanna-se.png -%%DATADIR%%/images/terrain/savanna-sw-nw-n.png -%%DATADIR%%/images/terrain/savanna-sw-nw.png -%%DATADIR%%/images/terrain/savanna-sw.png -%%DATADIR%%/images/terrain/savanna-to-water-n-ne-se.png -%%DATADIR%%/images/terrain/savanna-to-water-n-ne.png -%%DATADIR%%/images/terrain/savanna-to-water-n.png -%%DATADIR%%/images/terrain/savanna-to-water-ne-se-s.png -%%DATADIR%%/images/terrain/savanna-to-water-ne-se.png -%%DATADIR%%/images/terrain/savanna-to-water-ne.png -%%DATADIR%%/images/terrain/savanna-to-water-nw-n-ne.png -%%DATADIR%%/images/terrain/savanna-to-water-nw-n.png -%%DATADIR%%/images/terrain/savanna-to-water-nw.png -%%DATADIR%%/images/terrain/savanna-to-water-s-sw-nw.png -%%DATADIR%%/images/terrain/savanna-to-water-s-sw.png -%%DATADIR%%/images/terrain/savanna-to-water-s.png -%%DATADIR%%/images/terrain/savanna-to-water-se-s-sw.png -%%DATADIR%%/images/terrain/savanna-to-water-se-s.png -%%DATADIR%%/images/terrain/savanna-to-water-se.png -%%DATADIR%%/images/terrain/savanna-to-water-sw-nw-n.png -%%DATADIR%%/images/terrain/savanna-to-water-sw-nw.png -%%DATADIR%%/images/terrain/savanna-to-water-sw.png -%%DATADIR%%/images/terrain/savanna.png -%%DATADIR%%/images/terrain/snow-forest-castle-n-ne.png -%%DATADIR%%/images/terrain/snow-forest-castle-n.png -%%DATADIR%%/images/terrain/snow-forest-castle-ne.png -%%DATADIR%%/images/terrain/snow-forest-castle-nw-n-ne.png -%%DATADIR%%/images/terrain/snow-forest-castle-nw-n.png -%%DATADIR%%/images/terrain/snow-forest-castle-nw.png -%%DATADIR%%/images/terrain/snow-forest-castle-s.png -%%DATADIR%%/images/terrain/snow-forest-castle-se.png -%%DATADIR%%/images/terrain/snow-forest-castle-sw-nw.png -%%DATADIR%%/images/terrain/snow-forest-castle-sw.png -%%DATADIR%%/images/terrain/snow-forest-castle.png -%%DATADIR%%/images/terrain/snow-forest-tile.png -%%DATADIR%%/images/terrain/snow-forest.png -%%DATADIR%%/images/terrain/snow-forest2.png -%%DATADIR%%/images/terrain/snow-forest3.png -%%DATADIR%%/images/terrain/snow-forest4.png -%%DATADIR%%/images/terrain/snow-forest_small.png -%%DATADIR%%/images/terrain/snow-hills-n-ne.png -%%DATADIR%%/images/terrain/snow-hills-n.png -%%DATADIR%%/images/terrain/snow-hills-ne.png -%%DATADIR%%/images/terrain/snow-hills-nw.png -%%DATADIR%%/images/terrain/snow-hills-s-sw.png -%%DATADIR%%/images/terrain/snow-hills-s.png -%%DATADIR%%/images/terrain/snow-hills-se.png -%%DATADIR%%/images/terrain/snow-hills-sw.png -%%DATADIR%%/images/terrain/snow-hills.png -%%DATADIR%%/images/terrain/snow-hills2.png -%%DATADIR%%/images/terrain/snow-hills3.png -%%DATADIR%%/images/terrain/snow-n-ne-se-s.png -%%DATADIR%%/images/terrain/snow-n-ne-se.png -%%DATADIR%%/images/terrain/snow-n-ne.png -%%DATADIR%%/images/terrain/snow-n.png -%%DATADIR%%/images/terrain/snow-ne-se-s-sw.png -%%DATADIR%%/images/terrain/snow-ne-se-s.png -%%DATADIR%%/images/terrain/snow-ne-se.png -%%DATADIR%%/images/terrain/snow-ne.png -%%DATADIR%%/images/terrain/snow-nw-n-ne-se.png -%%DATADIR%%/images/terrain/snow-nw-n-ne.png -%%DATADIR%%/images/terrain/snow-nw-n.png -%%DATADIR%%/images/terrain/snow-nw.png -%%DATADIR%%/images/terrain/snow-s-sw-nw-n.png -%%DATADIR%%/images/terrain/snow-s-sw-nw.png -%%DATADIR%%/images/terrain/snow-s-sw.png -%%DATADIR%%/images/terrain/snow-s.png -%%DATADIR%%/images/terrain/snow-se-s-sw-nw.png -%%DATADIR%%/images/terrain/snow-se-s-sw.png -%%DATADIR%%/images/terrain/snow-se-s.png -%%DATADIR%%/images/terrain/snow-se.png -%%DATADIR%%/images/terrain/snow-sw-nw-n-ne.png -%%DATADIR%%/images/terrain/snow-sw-nw-n.png -%%DATADIR%%/images/terrain/snow-sw-nw.png -%%DATADIR%%/images/terrain/snow-sw.png -%%DATADIR%%/images/terrain/snow-to-water-n-ne-se-s.png -%%DATADIR%%/images/terrain/snow-to-water-n-ne-se.png -%%DATADIR%%/images/terrain/snow-to-water-n-ne.png -%%DATADIR%%/images/terrain/snow-to-water-n.png -%%DATADIR%%/images/terrain/snow-to-water-ne-se-s-sw.png -%%DATADIR%%/images/terrain/snow-to-water-ne-se-s.png -%%DATADIR%%/images/terrain/snow-to-water-ne-se.png -%%DATADIR%%/images/terrain/snow-to-water-ne.png -%%DATADIR%%/images/terrain/snow-to-water-nw-n-ne-se.png -%%DATADIR%%/images/terrain/snow-to-water-nw-n-ne.png -%%DATADIR%%/images/terrain/snow-to-water-nw-n.png -%%DATADIR%%/images/terrain/snow-to-water-nw.png -%%DATADIR%%/images/terrain/snow-to-water-s-sw-nw-n.png -%%DATADIR%%/images/terrain/snow-to-water-s-sw-nw.png -%%DATADIR%%/images/terrain/snow-to-water-s-sw.png -%%DATADIR%%/images/terrain/snow-to-water-s.png -%%DATADIR%%/images/terrain/snow-to-water-se-s-sw-nw.png -%%DATADIR%%/images/terrain/snow-to-water-se-s-sw.png -%%DATADIR%%/images/terrain/snow-to-water-se-s.png -%%DATADIR%%/images/terrain/snow-to-water-se.png -%%DATADIR%%/images/terrain/snow-to-water-sw-nw-n-ne.png -%%DATADIR%%/images/terrain/snow-to-water-sw-nw-n.png -%%DATADIR%%/images/terrain/snow-to-water-sw-nw.png -%%DATADIR%%/images/terrain/snow-to-water-sw.png -%%DATADIR%%/images/terrain/snow.png -%%DATADIR%%/images/terrain/snow2.png -%%DATADIR%%/images/terrain/snowbits.png -%%DATADIR%%/images/terrain/sunken-ruin-concave-e.png -%%DATADIR%%/images/terrain/sunken-ruin-concave-ne.png -%%DATADIR%%/images/terrain/sunken-ruin-concave-nw.png -%%DATADIR%%/images/terrain/sunken-ruin-concave-se.png -%%DATADIR%%/images/terrain/sunken-ruin-concave-sw.png -%%DATADIR%%/images/terrain/sunken-ruin-concave-w.png -%%DATADIR%%/images/terrain/sunken-ruin-convex-e.png -%%DATADIR%%/images/terrain/sunken-ruin-convex-ne.png -%%DATADIR%%/images/terrain/sunken-ruin-convex-nw.png -%%DATADIR%%/images/terrain/sunken-ruin-convex-se.png -%%DATADIR%%/images/terrain/sunken-ruin-convex-sw.png -%%DATADIR%%/images/terrain/sunken-ruin-convex-w.png -%%DATADIR%%/images/terrain/sunken-ruin-n.png -%%DATADIR%%/images/terrain/sunken-ruin-ne.png -%%DATADIR%%/images/terrain/sunken-ruin-nw.png -%%DATADIR%%/images/terrain/sunken-ruin-s.png -%%DATADIR%%/images/terrain/sunken-ruin-se.png -%%DATADIR%%/images/terrain/sunken-ruin-sw.png -%%DATADIR%%/images/terrain/sunken-ruin.png -%%DATADIR%%/images/terrain/sunken-ruin1-concave-e.png -%%DATADIR%%/images/terrain/sunken-ruin1-concave-ne.png -%%DATADIR%%/images/terrain/sunken-ruin1-concave-nw.png -%%DATADIR%%/images/terrain/sunken-ruin1-concave-se.png -%%DATADIR%%/images/terrain/sunken-ruin1-concave-sw.png -%%DATADIR%%/images/terrain/sunken-ruin1-concave-w.png -%%DATADIR%%/images/terrain/sunken-ruin1-convex-e.png -%%DATADIR%%/images/terrain/sunken-ruin1-convex-ne.png -%%DATADIR%%/images/terrain/sunken-ruin1-convex-nw.png -%%DATADIR%%/images/terrain/sunken-ruin1-convex-se.png -%%DATADIR%%/images/terrain/sunken-ruin1-convex-sw.png -%%DATADIR%%/images/terrain/sunken-ruin1-convex-w.png -%%DATADIR%%/images/terrain/sunken-ruin2-concave-e.png -%%DATADIR%%/images/terrain/sunken-ruin2-concave-ne.png -%%DATADIR%%/images/terrain/sunken-ruin2-concave-nw.png -%%DATADIR%%/images/terrain/sunken-ruin2-concave-se.png -%%DATADIR%%/images/terrain/sunken-ruin2-concave-sw.png -%%DATADIR%%/images/terrain/sunken-ruin2-concave-w.png -%%DATADIR%%/images/terrain/sunken-ruin2-convex-e.png -%%DATADIR%%/images/terrain/sunken-ruin2-convex-ne.png -%%DATADIR%%/images/terrain/sunken-ruin2-convex-nw.png -%%DATADIR%%/images/terrain/sunken-ruin2-convex-se.png -%%DATADIR%%/images/terrain/sunken-ruin2-convex-sw.png -%%DATADIR%%/images/terrain/sunken-ruin2-convex-w.png -%%DATADIR%%/images/terrain/sunken-ruin2.png -%%DATADIR%%/images/terrain/sunken-ruin3-concave-e.png -%%DATADIR%%/images/terrain/sunken-ruin3-concave-ne.png -%%DATADIR%%/images/terrain/sunken-ruin3-concave-nw.png -%%DATADIR%%/images/terrain/sunken-ruin3-concave-se.png -%%DATADIR%%/images/terrain/sunken-ruin3-concave-sw.png -%%DATADIR%%/images/terrain/sunken-ruin3-concave-w.png -%%DATADIR%%/images/terrain/sunken-ruin3-convex-e.png -%%DATADIR%%/images/terrain/sunken-ruin3-convex-ne.png -%%DATADIR%%/images/terrain/sunken-ruin3-convex-nw.png -%%DATADIR%%/images/terrain/sunken-ruin3-convex-se.png -%%DATADIR%%/images/terrain/sunken-ruin3-convex-sw.png -%%DATADIR%%/images/terrain/sunken-ruin3-convex-w.png -%%DATADIR%%/images/terrain/sunken-ruin4-concave-e.png -%%DATADIR%%/images/terrain/sunken-ruin4-concave-ne.png -%%DATADIR%%/images/terrain/sunken-ruin4-concave-nw.png -%%DATADIR%%/images/terrain/sunken-ruin4-concave-se.png -%%DATADIR%%/images/terrain/sunken-ruin4-concave-sw.png -%%DATADIR%%/images/terrain/sunken-ruin4-concave-w.png -%%DATADIR%%/images/terrain/sunken-ruin4-convex-e.png -%%DATADIR%%/images/terrain/sunken-ruin4-convex-ne.png -%%DATADIR%%/images/terrain/sunken-ruin4-convex-nw.png -%%DATADIR%%/images/terrain/sunken-ruin4-convex-se.png -%%DATADIR%%/images/terrain/sunken-ruin4-convex-sw.png -%%DATADIR%%/images/terrain/sunken-ruin4-convex-w.png -%%DATADIR%%/images/terrain/sunken-ruin5-concave-e.png -%%DATADIR%%/images/terrain/sunken-ruin5-concave-ne.png -%%DATADIR%%/images/terrain/sunken-ruin5-concave-nw.png -%%DATADIR%%/images/terrain/sunken-ruin5-concave-se.png -%%DATADIR%%/images/terrain/sunken-ruin5-concave-sw.png -%%DATADIR%%/images/terrain/sunken-ruin5-concave-w.png -%%DATADIR%%/images/terrain/sunken-ruin5-convex-e.png -%%DATADIR%%/images/terrain/sunken-ruin5-convex-ne.png -%%DATADIR%%/images/terrain/sunken-ruin5-convex-nw.png -%%DATADIR%%/images/terrain/sunken-ruin5-convex-se.png -%%DATADIR%%/images/terrain/sunken-ruin5-convex-sw.png -%%DATADIR%%/images/terrain/sunken-ruin5-convex-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-inside-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-keep-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-0-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-1-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep1-wall-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-inside-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-keep-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-0-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-1-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2-wall-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep2.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-inside-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-keep-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-0-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-1-w.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-e.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-ne.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-nw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-se.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-sw.png -%%DATADIR%%/images/terrain/sunken-ruinkeep3-wall-w.png -%%DATADIR%%/images/terrain/sunkenkeep-inside-e.png -%%DATADIR%%/images/terrain/sunkenkeep-inside-ne.png -%%DATADIR%%/images/terrain/sunkenkeep-inside-nw.png -%%DATADIR%%/images/terrain/sunkenkeep-inside-se.png -%%DATADIR%%/images/terrain/sunkenkeep-inside-sw.png -%%DATADIR%%/images/terrain/sunkenkeep-inside-w.png -%%DATADIR%%/images/terrain/sunkenkeep-keep-e.png -%%DATADIR%%/images/terrain/sunkenkeep-keep-ne.png -%%DATADIR%%/images/terrain/sunkenkeep-keep-nw.png -%%DATADIR%%/images/terrain/sunkenkeep-keep-se.png -%%DATADIR%%/images/terrain/sunkenkeep-keep-sw.png -%%DATADIR%%/images/terrain/sunkenkeep-keep-w.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-0-e.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-0-ne.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-0-nw.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-0-se.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-0-sw.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-0-w.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-1-e.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-1-ne.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-1-nw.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-1-se.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-1-sw.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-1-w.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-e.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-ne.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-nw.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-se.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-sw.png -%%DATADIR%%/images/terrain/sunkenkeep-wall-w.png -%%DATADIR%%/images/terrain/sunkenkeep.png -%%DATADIR%%/images/terrain/swampwater-n.png -%%DATADIR%%/images/terrain/swampwater-ne.png -%%DATADIR%%/images/terrain/swampwater-nw.png -%%DATADIR%%/images/terrain/swampwater-s.png -%%DATADIR%%/images/terrain/swampwater-se.png -%%DATADIR%%/images/terrain/swampwater-sw.png -%%DATADIR%%/images/terrain/swampwater.png -%%DATADIR%%/images/terrain/swampwater2.png -%%DATADIR%%/images/terrain/swampwater3.png -%%DATADIR%%/images/terrain/temple.png -%%DATADIR%%/images/terrain/tent.png -%%DATADIR%%/images/terrain/test.png -%%DATADIR%%/images/terrain/trash.png -%%DATADIR%%/images/terrain/tropical-forest-ctrans-n-ne.png -%%DATADIR%%/images/terrain/tropical-forest-ctrans-n.png -%%DATADIR%%/images/terrain/tropical-forest-ctrans-ne.png -%%DATADIR%%/images/terrain/tropical-forest-ctrans-nw-n-ne.png -%%DATADIR%%/images/terrain/tropical-forest-ctrans-nw-n.png -%%DATADIR%%/images/terrain/tropical-forest-ctrans-nw-ne.png -%%DATADIR%%/images/terrain/tropical-forest-ctrans-nw.png -%%DATADIR%%/images/terrain/tropical-forest-n.png -%%DATADIR%%/images/terrain/tropical-forest-ne.png -%%DATADIR%%/images/terrain/tropical-forest-nw.png -%%DATADIR%%/images/terrain/tropical-forest-s.png -%%DATADIR%%/images/terrain/tropical-forest-se.png -%%DATADIR%%/images/terrain/tropical-forest-sw.png -%%DATADIR%%/images/terrain/tropical-forest.png -%%DATADIR%%/images/terrain/tropical-forest2.png -%%DATADIR%%/images/terrain/tropical-forest3.png -%%DATADIR%%/images/terrain/tropical-forest4.png -%%DATADIR%%/images/terrain/village-cave-tile.png -%%DATADIR%%/images/terrain/village-cave.png -%%DATADIR%%/images/terrain/village-coast-tile.png -%%DATADIR%%/images/terrain/village-coast.png -%%DATADIR%%/images/terrain/village-desert-shadow.png -%%DATADIR%%/images/terrain/village-desert-tile.png -%%DATADIR%%/images/terrain/village-desert.png -%%DATADIR%%/images/terrain/village-desert2-tile.png -%%DATADIR%%/images/terrain/village-desert2.png -%%DATADIR%%/images/terrain/village-dusk.png -%%DATADIR%%/images/terrain/village-dusk2.png -%%DATADIR%%/images/terrain/village-dusk3.png -%%DATADIR%%/images/terrain/village-dusk4.png -%%DATADIR%%/images/terrain/village-elven-tile.png -%%DATADIR%%/images/terrain/village-elven.png -%%DATADIR%%/images/terrain/village-elven2.png -%%DATADIR%%/images/terrain/village-first_watch.png -%%DATADIR%%/images/terrain/village-human-hills-tile.png -%%DATADIR%%/images/terrain/village-human-mountain-tile.png -%%DATADIR%%/images/terrain/village-human-snow-hills-tile.png -%%DATADIR%%/images/terrain/village-human-tile.png -%%DATADIR%%/images/terrain/village-human.png -%%DATADIR%%/images/terrain/village-human2.png -%%DATADIR%%/images/terrain/village-human3.png -%%DATADIR%%/images/terrain/village-second_watch.png -%%DATADIR%%/images/terrain/village-snow-tile.png -%%DATADIR%%/images/terrain/village-snow.png -%%DATADIR%%/images/terrain/village-swampwater-tile.png -%%DATADIR%%/images/terrain/village-swampwater.png -%%DATADIR%%/images/terrain/village-tropical-forest.png -%%DATADIR%%/images/terrain/village-tropical-tile.png -%%DATADIR%%/images/terrain/village.png -%%DATADIR%%/images/terrain/void-n-ne-se-s.png -%%DATADIR%%/images/terrain/void-n-ne-se.png -%%DATADIR%%/images/terrain/void-n-ne.png -%%DATADIR%%/images/terrain/void-n.png -%%DATADIR%%/images/terrain/void-ne-se-s.png -%%DATADIR%%/images/terrain/void-ne-se.png -%%DATADIR%%/images/terrain/void-ne.png -%%DATADIR%%/images/terrain/void-nw-n-ne.png -%%DATADIR%%/images/terrain/void-nw-n.png -%%DATADIR%%/images/terrain/void-nw.png -%%DATADIR%%/images/terrain/void-s-sw-nw-n.png -%%DATADIR%%/images/terrain/void-s-sw-nw.png -%%DATADIR%%/images/terrain/void-s-sw.png -%%DATADIR%%/images/terrain/void-s.png -%%DATADIR%%/images/terrain/void-se-s-sw.png -%%DATADIR%%/images/terrain/void-se-s.png -%%DATADIR%%/images/terrain/void-se.png -%%DATADIR%%/images/terrain/void-sw-nw-n.png -%%DATADIR%%/images/terrain/void-sw-nw.png -%%DATADIR%%/images/terrain/void-sw.png -%%DATADIR%%/images/terrain/void.png -%%DATADIR%%/images/thief+female-attack.png -%%DATADIR%%/images/thief+female-defend-1-1.png -%%DATADIR%%/images/thief+female-defend-1-2.png -%%DATADIR%%/images/thief+female-defend-2-1.png -%%DATADIR%%/images/thief+female-defend-2-2.png -%%DATADIR%%/images/thief+female-defend-3-1.png -%%DATADIR%%/images/thief+female-defend-3-2.png -%%DATADIR%%/images/thief+female-defend.png -%%DATADIR%%/images/thief+female.png -%%DATADIR%%/images/thief-attack.png -%%DATADIR%%/images/thief-defend-1-1.png -%%DATADIR%%/images/thief-defend-1-2.png -%%DATADIR%%/images/thief-defend-2-1.png -%%DATADIR%%/images/thief-defend-2-2.png -%%DATADIR%%/images/thief-defend-3-1.png -%%DATADIR%%/images/thief-defend-3-2.png -%%DATADIR%%/images/thief-defend.png -%%DATADIR%%/images/thief.png -%%DATADIR%%/images/tools/exploder/mask-castle-e.png -%%DATADIR%%/images/tools/exploder/mask-castle-ne.png -%%DATADIR%%/images/tools/exploder/mask-castle-nw.png -%%DATADIR%%/images/tools/exploder/mask-castle-se.png -%%DATADIR%%/images/tools/exploder/mask-castle-sw.png -%%DATADIR%%/images/tools/exploder/mask-castle-w.png -%%DATADIR%%/images/tower.png -%%DATADIR%%/images/troll-grunt-attack.png -%%DATADIR%%/images/troll-grunt-defend.png -%%DATADIR%%/images/troll-grunt.png -%%DATADIR%%/images/troll-hero-attack.png -%%DATADIR%%/images/troll-hero-defend.png -%%DATADIR%%/images/troll-hero.png -%%DATADIR%%/images/troll-lobber-attack-melee.png -%%DATADIR%%/images/troll-lobber-attack-ranged1.png -%%DATADIR%%/images/troll-lobber-attack-ranged2.png -%%DATADIR%%/images/troll-lobber-defend.png -%%DATADIR%%/images/troll-lobber.png -%%DATADIR%%/images/troll-warrior-attack.png -%%DATADIR%%/images/troll-warrior-defend.png -%%DATADIR%%/images/troll-warrior.png -%%DATADIR%%/images/troll-whelp-attack.png -%%DATADIR%%/images/troll-whelp-defend.png -%%DATADIR%%/images/troll-whelp.png -%%DATADIR%%/images/undead-adept-attack.png -%%DATADIR%%/images/undead-adept-defend.png -%%DATADIR%%/images/undead-adept-die-1.png -%%DATADIR%%/images/undead-adept-die-2.png -%%DATADIR%%/images/undead-adept.png -%%DATADIR%%/images/undead-ancient-lich-attack.png -%%DATADIR%%/images/undead-ancient-lich-defend.png -%%DATADIR%%/images/undead-ancient-lich-die-1.png -%%DATADIR%%/images/undead-ancient-lich-die-2.png -%%DATADIR%%/images/undead-ancient-lich-die-3.png -%%DATADIR%%/images/undead-ancient-lich.png -%%DATADIR%%/images/undead-archer-attack.png -%%DATADIR%%/images/undead-archer-attack1.png -%%DATADIR%%/images/undead-archer-attack2.png -%%DATADIR%%/images/undead-archer-defend.png -%%DATADIR%%/images/undead-archer.png -%%DATADIR%%/images/undead-bat-attack.png -%%DATADIR%%/images/undead-bat-defend.png -%%DATADIR%%/images/undead-bat.png -%%DATADIR%%/images/undead-blackspell.png -%%DATADIR%%/images/undead-bloodbat-attack.png -%%DATADIR%%/images/undead-bloodbat-defend.png -%%DATADIR%%/images/undead-bloodbat-die-1.png -%%DATADIR%%/images/undead-bloodbat-die-2.png -%%DATADIR%%/images/undead-bloodbat.png -%%DATADIR%%/images/undead-boneshooter-attack.png -%%DATADIR%%/images/undead-boneshooter-attack1.png -%%DATADIR%%/images/undead-boneshooter-attack2.png -%%DATADIR%%/images/undead-boneshooter-defend.png -%%DATADIR%%/images/undead-boneshooter-die-1.png -%%DATADIR%%/images/undead-boneshooter-die-2.png -%%DATADIR%%/images/undead-boneshooter.png -%%DATADIR%%/images/undead-chocobone-attack.png -%%DATADIR%%/images/undead-chocobone-defend.png -%%DATADIR%%/images/undead-chocobone-die-1.png -%%DATADIR%%/images/undead-chocobone-die-2.png -%%DATADIR%%/images/undead-chocobone-moving.png -%%DATADIR%%/images/undead-chocobone.png -%%DATADIR%%/images/undead-darkspirit-attack.png -%%DATADIR%%/images/undead-darkspirit-attack1.png -%%DATADIR%%/images/undead-darkspirit-defend.png -%%DATADIR%%/images/undead-darkspirit-die-1.png -%%DATADIR%%/images/undead-darkspirit-die-2.png -%%DATADIR%%/images/undead-darkspirit.png -%%DATADIR%%/images/undead-deathblade-attack1.png -%%DATADIR%%/images/undead-deathblade-attack2.png -%%DATADIR%%/images/undead-deathblade-attack3.png -%%DATADIR%%/images/undead-deathblade-defend.png -%%DATADIR%%/images/undead-deathblade-die-1.png -%%DATADIR%%/images/undead-deathblade-die-2.png -%%DATADIR%%/images/undead-deathblade.png -%%DATADIR%%/images/undead-deathknight-attack-crossbow-1.png -%%DATADIR%%/images/undead-deathknight-attack-crossbow-2.png -%%DATADIR%%/images/undead-deathknight-attack.png -%%DATADIR%%/images/undead-deathknight-defend.png -%%DATADIR%%/images/undead-deathknight-die-1.png -%%DATADIR%%/images/undead-deathknight-die-2.png -%%DATADIR%%/images/undead-deathknight-leading.png -%%DATADIR%%/images/undead-deathknight.png -%%DATADIR%%/images/undead-deathmaster-attack1.png -%%DATADIR%%/images/undead-deathmaster-attack2.png -%%DATADIR%%/images/undead-deathmaster-defend.png -%%DATADIR%%/images/undead-deathmaster-die-1.png -%%DATADIR%%/images/undead-deathmaster-die-2.png -%%DATADIR%%/images/undead-deathmaster-ranged1.png -%%DATADIR%%/images/undead-deathmaster-ranged2.png -%%DATADIR%%/images/undead-deathmaster-ranged3.png -%%DATADIR%%/images/undead-deathmaster-ranged4.png -%%DATADIR%%/images/undead-deathmaster.png -%%DATADIR%%/images/undead-demilich-attack.png -%%DATADIR%%/images/undead-demilich-defend.png -%%DATADIR%%/images/undead-demilich-die-1.png -%%DATADIR%%/images/undead-demilich-die-2.png -%%DATADIR%%/images/undead-demilich-ranged1.png -%%DATADIR%%/images/undead-demilich-ranged2.png -%%DATADIR%%/images/undead-demilich.png -%%DATADIR%%/images/undead-draug-attack1.png -%%DATADIR%%/images/undead-draug-attack2.png -%%DATADIR%%/images/undead-draug-defend.png -%%DATADIR%%/images/undead-draug-die-1.png -%%DATADIR%%/images/undead-draug-die-2.png -%%DATADIR%%/images/undead-draug.png -%%DATADIR%%/images/undead-dread-lich-attack.png -%%DATADIR%%/images/undead-dread-lich-attack1.png -%%DATADIR%%/images/undead-dread-lich-attack2.png -%%DATADIR%%/images/undead-dread-lich-attack3.png -%%DATADIR%%/images/undead-dread-lich-attack4.png -%%DATADIR%%/images/undead-dread-lich-defend.png -%%DATADIR%%/images/undead-dread-lich.png -%%DATADIR%%/images/undead-ghost-attack.png -%%DATADIR%%/images/undead-ghost-attack1.png -%%DATADIR%%/images/undead-ghost-defend.png -%%DATADIR%%/images/undead-ghost.png -%%DATADIR%%/images/undead-ghoul-attack.png -%%DATADIR%%/images/undead-ghoul-defend.png -%%DATADIR%%/images/undead-ghoul.png -%%DATADIR%%/images/undead-initiate-attack1.png -%%DATADIR%%/images/undead-initiate-attack2.png -%%DATADIR%%/images/undead-initiate-defend.png -%%DATADIR%%/images/undead-initiate.png -%%DATADIR%%/images/undead-lich-defend.png -%%DATADIR%%/images/undead-lich-melee.png -%%DATADIR%%/images/undead-lich-ranged1.png -%%DATADIR%%/images/undead-lich-ranged2.png -%%DATADIR%%/images/undead-lich.png -%%DATADIR%%/images/undead-necromancer-attack.png -%%DATADIR%%/images/undead-necromancer-attack2.png -%%DATADIR%%/images/undead-necromancer-defend.png -%%DATADIR%%/images/undead-necromancer.png -%%DATADIR%%/images/undead-necrophage-attack.png -%%DATADIR%%/images/undead-necrophage-defend.png -%%DATADIR%%/images/undead-necrophage.png -%%DATADIR%%/images/undead-nightgaunt-attack.png -%%DATADIR%%/images/undead-nightgaunt-attack2.png -%%DATADIR%%/images/undead-nightgaunt-defend.png -%%DATADIR%%/images/undead-nightgaunt-die-1.png -%%DATADIR%%/images/undead-nightgaunt-die-2.png -%%DATADIR%%/images/undead-nightgaunt-die-3.png -%%DATADIR%%/images/undead-nightgaunt-die-4.png -%%DATADIR%%/images/undead-nightgaunt-die-5.png -%%DATADIR%%/images/undead-nightgaunt.png -%%DATADIR%%/images/undead-revenant-attack.png -%%DATADIR%%/images/undead-revenant-defend.png -%%DATADIR%%/images/undead-revenant-dying-2.png -%%DATADIR%%/images/undead-revenant-dying.png -%%DATADIR%%/images/undead-revenant.png -%%DATADIR%%/images/undead-shadow-attack.png -%%DATADIR%%/images/undead-shadow-defend.png -%%DATADIR%%/images/undead-shadow.png -%%DATADIR%%/images/undead-skeleton-attack.png -%%DATADIR%%/images/undead-skeleton-attackb.png -%%DATADIR%%/images/undead-skeleton-defend.png -%%DATADIR%%/images/undead-skeleton-dying-2.png -%%DATADIR%%/images/undead-skeleton-dying.png -%%DATADIR%%/images/undead-skeleton.png -%%DATADIR%%/images/undead-sorcerer-defend.png -%%DATADIR%%/images/undead-sorcerer-die-1.png -%%DATADIR%%/images/undead-sorcerer-die-2.png -%%DATADIR%%/images/undead-sorcerer-ranged1.png -%%DATADIR%%/images/undead-sorcerer-ranged2.png -%%DATADIR%%/images/undead-sorcerer-staff1.png -%%DATADIR%%/images/undead-sorcerer-staff2.png -%%DATADIR%%/images/undead-sorcerer.png -%%DATADIR%%/images/undead-soulless-attack-n.png -%%DATADIR%%/images/undead-soulless-attack-s.png -%%DATADIR%%/images/undead-soulless-attack.png -%%DATADIR%%/images/undead-soulless-defend.png -%%DATADIR%%/images/undead-soulless-die-1.png -%%DATADIR%%/images/undead-soulless-die-2.png -%%DATADIR%%/images/undead-soulless-die-3.png -%%DATADIR%%/images/undead-soulless-drake-attack-n.png -%%DATADIR%%/images/undead-soulless-drake-attack-s.png -%%DATADIR%%/images/undead-soulless-drake-attack.png -%%DATADIR%%/images/undead-soulless-drake-die-1.png -%%DATADIR%%/images/undead-soulless-drake-die-2.png -%%DATADIR%%/images/undead-soulless-drake-die-3.png -%%DATADIR%%/images/undead-soulless-drake.png -%%DATADIR%%/images/undead-soulless-melee.png -%%DATADIR%%/images/undead-soulless-mounted-attack-n.png -%%DATADIR%%/images/undead-soulless-mounted-attack-s.png -%%DATADIR%%/images/undead-soulless-mounted-attack.png -%%DATADIR%%/images/undead-soulless-mounted-die-1.png -%%DATADIR%%/images/undead-soulless-mounted-die-2.png -%%DATADIR%%/images/undead-soulless-mounted-die-3.png -%%DATADIR%%/images/undead-soulless-mounted.png -%%DATADIR%%/images/undead-soulless-saurian-attack-n.png -%%DATADIR%%/images/undead-soulless-saurian-attack-s.png -%%DATADIR%%/images/undead-soulless-saurian-attack.png -%%DATADIR%%/images/undead-soulless-saurian-die-1.png -%%DATADIR%%/images/undead-soulless-saurian-die-2.png -%%DATADIR%%/images/undead-soulless-saurian-die-3.png -%%DATADIR%%/images/undead-soulless-saurian.png -%%DATADIR%%/images/undead-soulless-swimmer-attack-n.png -%%DATADIR%%/images/undead-soulless-swimmer-attack-s.png -%%DATADIR%%/images/undead-soulless-swimmer-attack.png -%%DATADIR%%/images/undead-soulless-swimmer-die-1.png -%%DATADIR%%/images/undead-soulless-swimmer-die-2.png -%%DATADIR%%/images/undead-soulless-swimmer-die-3.png -%%DATADIR%%/images/undead-soulless-swimmer.png -%%DATADIR%%/images/undead-soulless-troll-attack-n.png -%%DATADIR%%/images/undead-soulless-troll-attack-s.png -%%DATADIR%%/images/undead-soulless-troll-attack.png -%%DATADIR%%/images/undead-soulless-troll-die-1.png -%%DATADIR%%/images/undead-soulless-troll-die-2.png -%%DATADIR%%/images/undead-soulless-troll-die-3.png -%%DATADIR%%/images/undead-soulless-troll.png -%%DATADIR%%/images/undead-soulless-wose-attack-n.png -%%DATADIR%%/images/undead-soulless-wose-attack-s.png -%%DATADIR%%/images/undead-soulless-wose-attack.png -%%DATADIR%%/images/undead-soulless-wose-die-1.png -%%DATADIR%%/images/undead-soulless-wose-die-2.png -%%DATADIR%%/images/undead-soulless-wose-die-3.png -%%DATADIR%%/images/undead-soulless-wose.png -%%DATADIR%%/images/undead-soulless.png -%%DATADIR%%/images/undead-soulshooter-attack.png -%%DATADIR%%/images/undead-soulshooter-defend.png -%%DATADIR%%/images/undead-soulshooter-ranged.png -%%DATADIR%%/images/undead-soulshooter-ranged1.png -%%DATADIR%%/images/undead-soulshooter-ranged2.png -%%DATADIR%%/images/undead-soulshooter-ranged3.png -%%DATADIR%%/images/undead-soulshooter-ranged4.png -%%DATADIR%%/images/undead-soulshooter.png -%%DATADIR%%/images/undead-spectre-attack.png -%%DATADIR%%/images/undead-spectre-attack1.png -%%DATADIR%%/images/undead-spectre-defend.png -%%DATADIR%%/images/undead-spectre-die-1.png -%%DATADIR%%/images/undead-spectre-die-2.png -%%DATADIR%%/images/undead-spectre-die-3.png -%%DATADIR%%/images/undead-spectre-die-4.png -%%DATADIR%%/images/undead-spectre.png -%%DATADIR%%/images/undead-vampirelady-attack.png -%%DATADIR%%/images/undead-vampirelady-defend.png -%%DATADIR%%/images/undead-vampirelady-range.png -%%DATADIR%%/images/undead-vampirelady.png -%%DATADIR%%/images/undead-wraith-attack.png -%%DATADIR%%/images/undead-wraith-attack1.png -%%DATADIR%%/images/undead-wraith-defend.png -%%DATADIR%%/images/undead-wraith.png -%%DATADIR%%/images/undead-zombie-attack-n.png -%%DATADIR%%/images/undead-zombie-attack-s.png -%%DATADIR%%/images/undead-zombie-attack.png -%%DATADIR%%/images/undead-zombie-die-1.png -%%DATADIR%%/images/undead-zombie-die-2.png -%%DATADIR%%/images/undead-zombie-die-3.png -%%DATADIR%%/images/undead-zombie-drake-attack-n.png -%%DATADIR%%/images/undead-zombie-drake-attack-s.png -%%DATADIR%%/images/undead-zombie-drake-attack.png -%%DATADIR%%/images/undead-zombie-drake-die-1.png -%%DATADIR%%/images/undead-zombie-drake-die-2.png -%%DATADIR%%/images/undead-zombie-drake-die-3.png -%%DATADIR%%/images/undead-zombie-drake.png -%%DATADIR%%/images/undead-zombie-mounted-attack-n.png -%%DATADIR%%/images/undead-zombie-mounted-attack-s.png -%%DATADIR%%/images/undead-zombie-mounted-attack.png -%%DATADIR%%/images/undead-zombie-mounted-die-1.png -%%DATADIR%%/images/undead-zombie-mounted-die-2.png -%%DATADIR%%/images/undead-zombie-mounted-die-3.png -%%DATADIR%%/images/undead-zombie-mounted.png -%%DATADIR%%/images/undead-zombie-saurian-attack-n.png -%%DATADIR%%/images/undead-zombie-saurian-attack-s.png -%%DATADIR%%/images/undead-zombie-saurian-attack.png -%%DATADIR%%/images/undead-zombie-saurian-die-1.png -%%DATADIR%%/images/undead-zombie-saurian-die-2.png -%%DATADIR%%/images/undead-zombie-saurian-die-3.png -%%DATADIR%%/images/undead-zombie-saurian.png -%%DATADIR%%/images/undead-zombie-swimmer-attack-n.png -%%DATADIR%%/images/undead-zombie-swimmer-attack-s.png -%%DATADIR%%/images/undead-zombie-swimmer-attack.png -%%DATADIR%%/images/undead-zombie-swimmer-die-1.png -%%DATADIR%%/images/undead-zombie-swimmer-die-2.png -%%DATADIR%%/images/undead-zombie-swimmer-die-3.png -%%DATADIR%%/images/undead-zombie-swimmer.png -%%DATADIR%%/images/undead-zombie-troll-attack-n.png -%%DATADIR%%/images/undead-zombie-troll-attack-s.png -%%DATADIR%%/images/undead-zombie-troll-attack.png -%%DATADIR%%/images/undead-zombie-troll-die-1.png -%%DATADIR%%/images/undead-zombie-troll-die-2.png -%%DATADIR%%/images/undead-zombie-troll-die-3.png -%%DATADIR%%/images/undead-zombie-troll.png -%%DATADIR%%/images/undead-zombie-wose-attack-n.png -%%DATADIR%%/images/undead-zombie-wose-attack-s.png -%%DATADIR%%/images/undead-zombie-wose-attack.png -%%DATADIR%%/images/undead-zombie-wose-die-1.png -%%DATADIR%%/images/undead-zombie-wose-die-2.png -%%DATADIR%%/images/undead-zombie-wose-die-3.png -%%DATADIR%%/images/undead-zombie-wose.png -%%DATADIR%%/images/undead-zombie.png -%%DATADIR%%/images/warrior-king-attack1.png -%%DATADIR%%/images/warrior-king-attack2.png -%%DATADIR%%/images/warrior-king-defend.png -%%DATADIR%%/images/warrior-king-leading.png -%%DATADIR%%/images/warrior-king.png -%%DATADIR%%/images/wesnoth-icon.png -%%DATADIR%%/images/white-cleric+female-attack-melee.png -%%DATADIR%%/images/white-cleric+female-defend.png -%%DATADIR%%/images/white-cleric+female-magic1.png -%%DATADIR%%/images/white-cleric+female-magic2.png -%%DATADIR%%/images/white-cleric+female-magic3.png -%%DATADIR%%/images/white-cleric+female-magic4.png -%%DATADIR%%/images/white-cleric+female-magic5.png -%%DATADIR%%/images/white-cleric+female-magic6.png -%%DATADIR%%/images/white-cleric+female.png -%%DATADIR%%/images/white-cleric-attack-melee.png -%%DATADIR%%/images/white-cleric-defend.png -%%DATADIR%%/images/white-cleric-magic1.png -%%DATADIR%%/images/white-cleric-magic2.png -%%DATADIR%%/images/white-cleric-magic3.png -%%DATADIR%%/images/white-cleric-magic4.png -%%DATADIR%%/images/white-cleric-magic5.png -%%DATADIR%%/images/white-cleric-magic6.png -%%DATADIR%%/images/white-cleric.png -%%DATADIR%%/images/white-mage+female-attack-melee.png -%%DATADIR%%/images/white-mage+female-defend.png -%%DATADIR%%/images/white-mage+female-magic1.png -%%DATADIR%%/images/white-mage+female-magic2.png -%%DATADIR%%/images/white-mage+female-magic3.png -%%DATADIR%%/images/white-mage+female-magic4.png -%%DATADIR%%/images/white-mage+female-magic5.png -%%DATADIR%%/images/white-mage+female-magic6.png -%%DATADIR%%/images/white-mage+female.png -%%DATADIR%%/images/white-mage-attack-melee.png -%%DATADIR%%/images/white-mage-defend.png -%%DATADIR%%/images/white-mage-magic1.png -%%DATADIR%%/images/white-mage-magic2.png -%%DATADIR%%/images/white-mage-magic3.png -%%DATADIR%%/images/white-mage-magic4.png -%%DATADIR%%/images/white-mage-magic5.png -%%DATADIR%%/images/white-mage-magic6.png -%%DATADIR%%/images/white-mage.png -%%DATADIR%%/images/wolf-rider-attack.png -%%DATADIR%%/images/wolf-rider-defend.png -%%DATADIR%%/images/wolf-rider-moving.png -%%DATADIR%%/images/wolf-rider.png -%%DATADIR%%/images/wose-ancient-attack.png -%%DATADIR%%/images/wose-ancient-defend.png -%%DATADIR%%/images/wose-ancient-die-1.png -%%DATADIR%%/images/wose-ancient-die-2.png -%%DATADIR%%/images/wose-ancient-die-3.png -%%DATADIR%%/images/wose-ancient.png -%%DATADIR%%/images/wose-attack-1.png -%%DATADIR%%/images/wose-attack-2.png -%%DATADIR%%/images/wose-defend.png -%%DATADIR%%/images/wose-elder-attack.png -%%DATADIR%%/images/wose-elder-defend.png -%%DATADIR%%/images/wose-elder.png -%%DATADIR%%/images/wose-sapling-attack.png -%%DATADIR%%/images/wose-sapling-defend.png -%%DATADIR%%/images/wose-sapling.png -%%DATADIR%%/images/wose.png -%%DATADIR%%/images/yeti-attack1.png -%%DATADIR%%/images/yeti-attack2.png -%%DATADIR%%/images/yeti-defend.png -%%DATADIR%%/images/yeti.png -%%DATADIR%%/images/young-ogre-attack.png -%%DATADIR%%/images/young-ogre-defend.png -%%DATADIR%%/images/young-ogre-die-1.png -%%DATADIR%%/images/young-ogre-die-2.png -%%DATADIR%%/images/young-ogre-die-3.png -%%DATADIR%%/images/young-ogre-die-4.png -%%DATADIR%%/images/young-ogre.png -%%DATADIR%%/music/elf-land.ogg -%%DATADIR%%/music/frantic.ogg -%%DATADIR%%/music/main_menu.ogg -%%DATADIR%%/music/underground.ogg -%%DATADIR%%/music/wesnoth-1.ogg -%%DATADIR%%/music/wesnoth-2.ogg -%%DATADIR%%/music/wesnoth-3.ogg -%%DATADIR%%/music/wesnoth-4.ogg -%%DATADIR%%/music/wesnoth-5.ogg -%%DATADIR%%/music/wesnoth-6.ogg -%%DATADIR%%/music/wesnoth-7.ogg -%%DATADIR%%/music/wesnoth-8.ogg -%%DATADIR%%/sounds/arrive.wav -%%DATADIR%%/sounds/arrow-hit.wav -%%DATADIR%%/sounds/arrow-miss.wav -%%DATADIR%%/sounds/bell.wav -%%DATADIR%%/sounds/dagger-swish.wav -%%DATADIR%%/sounds/dart.wav -%%DATADIR%%/sounds/eagle.wav -%%DATADIR%%/sounds/female-hit.wav -%%DATADIR%%/sounds/female-strong-hit.wav -%%DATADIR%%/sounds/fire.wav -%%DATADIR%%/sounds/firearrow.wav -%%DATADIR%%/sounds/fist-swish.wav -%%DATADIR%%/sounds/ghoul-hit.wav -%%DATADIR%%/sounds/ghoul-swish.wav -%%DATADIR%%/sounds/groan-strong.wav -%%DATADIR%%/sounds/groan.wav -%%DATADIR%%/sounds/gunshot.wav -%%DATADIR%%/sounds/heal.wav -%%DATADIR%%/sounds/hiss-big.wav -%%DATADIR%%/sounds/hiss.wav -%%DATADIR%%/sounds/horse-canter.wav -%%DATADIR%%/sounds/horse-elf-canter.wav -%%DATADIR%%/sounds/knife.wav -%%DATADIR%%/sounds/leave.wav -%%DATADIR%%/sounds/lightning.wav -%%DATADIR%%/sounds/mace.wav -%%DATADIR%%/sounds/magicmissile.wav -%%DATADIR%%/sounds/mermen-hit.wav -%%DATADIR%%/sounds/net.wav -%%DATADIR%%/sounds/open-chest.wav -%%DATADIR%%/sounds/orc-hit.wav -%%DATADIR%%/sounds/orc-small-hit.wav -%%DATADIR%%/sounds/pistol.wav -%%DATADIR%%/sounds/receive.wav -%%DATADIR%%/sounds/skeleton-hit.wav -%%DATADIR%%/sounds/spear.wav -%%DATADIR%%/sounds/squishy-hit.wav -%%DATADIR%%/sounds/squishy-miss.wav -%%DATADIR%%/sounds/squishy-strike.wav -%%DATADIR%%/sounds/staff.wav -%%DATADIR%%/sounds/sword-clang.wav -%%DATADIR%%/sounds/sword-swish.wav -%%DATADIR%%/sounds/torch-swish.wav -%%DATADIR%%/sounds/ugg.wav -%%DATADIR%%/sounds/wolf-attack.wav -%%DATADIR%%/sounds/zombie-attack.wav -%%DATADIR%%/sounds/zombie-hit.wav -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/images/tools/exploder -@dirrm %%DATADIR%%/images/tools -@dirrm %%DATADIR%%/images/terrain -@dirrm %%DATADIR%%/images/projectiles -@dirrm %%DATADIR%%/images/portraits/core/Jason_Lutes -@dirrm %%DATADIR%%/images/portraits/core/James_Woo -@dirrm %%DATADIR%%/images/portraits/core -@dirrm %%DATADIR%%/images/portraits/The_Rise_of_Wesnoth -@dirrm %%DATADIR%%/images/portraits/The_Dark_Hordes -@dirrm %%DATADIR%%/images/portraits/Heir_To_The_Throne -@dirrm %%DATADIR%%/images/portraits/Eastern_Invasion -@dirrm %%DATADIR%%/images/portraits -@dirrm %%DATADIR%%/images/misc -@dirrm %%DATADIR%%/images/maps -@dirrm %%DATADIR%%/images/items -@dirrm %%DATADIR%%/images/icons -@dirrm %%DATADIR%%/images/help -@dirrm %%DATADIR%%/images/halo -@dirrm %%DATADIR%%/images/editor -@dirrm %%DATADIR%%/images/cursors-bw -@dirrm %%DATADIR%%/images/cursors -@dirrm %%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/story -@dirrm %%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth/maps -@dirrm %%DATADIR%%/images/campaigns/The_Rise_of_Wesnoth -@dirrm %%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye/maps -@dirrm %%DATADIR%%/images/campaigns/Son_Of_The_Black_Eye -@dirrm %%DATADIR%%/images/campaigns/Heir_To_The_Throne/story -@dirrm %%DATADIR%%/images/campaigns/Heir_To_The_Throne -@dirrm %%DATADIR%%/images/campaigns/Eastern_Invasion/maps -@dirrm %%DATADIR%%/images/campaigns/Eastern_Invasion -@dirrm %%DATADIR%%/images/campaigns -@dirrm %%DATADIR%%/images/buttons -@dirrm %%DATADIR%%/images/attacks -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%%/data/units -@dirrm %%DATADIR%%/data/translations -@dirrm %%DATADIR%%/data/tools/exploder/models -@dirrm %%DATADIR%%/data/tools/exploder -@dirrm %%DATADIR%%/data/tools -@dirrm %%DATADIR%%/data/themes -@dirrm %%DATADIR%%/data/terrain-graphics -@dirrm %%DATADIR%%/data/scenarios/tutorial -@dirrm %%DATADIR%%/data/scenarios/multiplayer -@dirrm %%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth/utils -@dirrm %%DATADIR%%/data/scenarios/The_Rise_of_Wesnoth -@dirrm %%DATADIR%%/data/scenarios/The_Dark_Hordes/utils -@dirrm %%DATADIR%%/data/scenarios/The_Dark_Hordes -@dirrm %%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye/utils -@dirrm %%DATADIR%%/data/scenarios/Son_Of_The_Black_Eye -@dirrm %%DATADIR%%/data/scenarios/Heir_To_The_Throne/utils -@dirrm %%DATADIR%%/data/scenarios/Heir_To_The_Throne -@dirrm %%DATADIR%%/data/scenarios/Eastern_Invasion/utils -@dirrm %%DATADIR%%/data/scenarios/Eastern_Invasion -@dirrm %%DATADIR%%/data/scenarios -@dirrm %%DATADIR%%/data/maps/multiplayer -@dirrm %%DATADIR%%/data/maps/Tutorial -@dirrm %%DATADIR%%/data/maps/The_Rise_of_Wesnoth -@dirrm %%DATADIR%%/data/maps/The_Dark_Hordes -@dirrm %%DATADIR%%/data/maps/Son_Of_The_Black_Eye -@dirrm %%DATADIR%%/data/maps/Heir_To_The_Throne -@dirrm %%DATADIR%%/data/maps/Eastern_Invasion -@dirrm %%DATADIR%%/data/maps -@dirrm %%DATADIR%%/data/campaigns -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%% -@unexec rmdir %D/share/locale/la/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/la 2> /dev/null || true -@unexec rmdir %D/share/locale/el_GR/LC_MESSAGES 2> /dev/null || true -@unexec rmdir %D/share/locale/el_GR 2> /dev/null || true -@unexec rmdir %D/man/sv/man6 2> /dev/null || true -@unexec rmdir %D/man/sv 2> /dev/null || true -@unexec rmdir %D/man/de/man6 2> /dev/null || true -@unexec rmdir %D/man/de 2> /dev/null || true -%%GNOME:%%share/gnome/applications/wesnoth.desktop -%%GNOME:%%share/gnome/pixmaps/wesnoth-icon.png - -%%KDE:%%@cwd %%LOCALBASE%% -%%KDE:%%share/applnk/Games/TacticStrategy/wesnoth.desktop -%%KDE:%%share/icons/wesnoth-icon.png -%%SERVER:%%@unexec rmdir /var/run/wesnothd 2>/dev/null || echo "If you are permanently removing this port, you should do a 'rm -rf /var/run/wesnothd' to remove it." | fmt diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile deleted file mode 100644 index 95b94380846a..000000000000 --- a/games/xonotic/Makefile +++ /dev/null @@ -1,87 +0,0 @@ -# New ports collection makefile for: Nexuiz -# Date created: 03 Jun 2005 -# Whom: Alexey Dokuchaev <danfe@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= nexuiz -PORTVERSION= 1.1 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTFILES= ${PORTNAME}${EXTRACT_SUFX} \ - patch${PORTVERSION:S/.//g}${EXTRACT_SUFX} - -MAINTAINER= danfe@FreeBSD.org -COMMENT= A fast-paced, chaotic, and intense multiplayer first person shooter - -NO_PACKAGE= Package will be 156MB, set FORCE_PACKAGE if you really want to build it - -USE_REINPLACE= yes -USE_ZIP= yes - -WRKSRC= ${WRKDIR}/sources/darkplaces -MAKEFILE= makefile.bsd -MAKE_ARGS= CC="${CC}" OPTIM_RELEASE="${CFLAGS} -fno-strict-aliasing -ffast-math -funroll-loops" -ALL_TARGET= # - -PLIST_FILES= %%CLIENT%%bin/${PORTNAME}-glx %%SDL_CLIENT%%bin/${PORTNAME}-sdl \ - %%SERVER%%bin/${PORTNAME}-dedicated %%DATADIR%%/data/data20050531.pk3 \ - %%DATADIR%%/data/data20050629.pk3 -PLIST_DIRS= %%DATADIR%%/data %%DATADIR%% - -OPTIONS= CLIENT "Build GLX client" on \ - SDL_CLIENT "Build SDL client" on \ - SERVER "Build dedicated server" on - -.include <bsd.port.pre.mk> - -.if !(defined(WITHOUT_CLIENT) && defined(WITHOUT_SDL_CLIENT)) -# Loads libraries on run-time, thus RUN_DEPENDS -RUN_DEPENDS= ${LOCALBASE}/lib/libvorbis.so:${PORTSDIR}/audio/libvorbis \ - ${LOCALBASE}/lib/libjpeg.so:${PORTSDIR}/graphics/jpeg -.endif - -.if !defined(WITHOUT_CLIENT) -USE_GL= yes -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: - @${REINPLACE_CMD} -e 's,sdl-config,sdl11-config,g' \ - ${WRKSRC}/makefile.inc - @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},; 74,$$d' \ - ${WRKSRC}/${MAKEFILE} - @${ECHO_CMD} 'LDFLAGS_SDL=$$(LDFLAGS_BSDSDL)' >> ${WRKSRC}/${MAKEFILE} - @${REINPLACE_CMD} -E 's,"\.","${DATADIR}",' ${WRKSRC}/fs.c - -do-build: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/nexuiz-* ${PREFIX}/bin - @${MKDIR} ${DATADIR}/data - ${INSTALL_DATA} ${WRKDIR}/Nexuiz/data/data20050531.pk3 \ - ${WRKDIR}/data/data20050629.pk3 ${DATADIR}/data - -.include <bsd.port.post.mk> diff --git a/games/xonotic/distinfo b/games/xonotic/distinfo deleted file mode 100644 index 3c228c67d22f..000000000000 --- a/games/xonotic/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (nexuiz.zip) = 43fbe6322931460b69ff257df1eb0bee -SIZE (nexuiz.zip) = 161541758 -MD5 (patch11.zip) = b94642ca4932682e400ef79c5edef5ec -SIZE (patch11.zip) = 15013902 diff --git a/games/xonotic/pkg-descr b/games/xonotic/pkg-descr deleted file mode 100644 index 38731f1e1f01..000000000000 --- a/games/xonotic/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Nexuiz is a fast-paced, chaotic, and intense multiplayer first person -shooter, focused on providing basic, old style deathmatch. This release -includes 17 maps, 28 playable characters, and 10 music tracks. - -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. - -WWW: http://www.nexuiz.com/ |