View | Details | Raw Unified | Return to bug 174192 | Differences between
and this patch

Collapse All | Expand All

(-)games/xconq/Makefile (-27 / +45 lines)
Lines 1-51 Link Here
1
# New ports collection makefile for:    xconq
1
# Created by: Don Croyle <croyle@gelemna.org>
2
# Date created:         2 Jun 1998
3
# Whom:                 Don Croyle <croyle@gelemna.org>
4
#
5
# $FreeBSD: head/games/xconq/Makefile 300896 2012-07-14 13:54:48Z beat $
2
# $FreeBSD: head/games/xconq/Makefile 300896 2012-07-14 13:54:48Z beat $
6
#
7
3
8
PORTNAME=	xconq
4
PORTNAME=	xconq
9
PORTVERSION=	7.4.1
5
DISTVERSION=	7.5.0-0pre.0.20050612
10
PORTREVISION=	7
11
CATEGORIES=	games tcl tk
6
CATEGORIES=	games tcl tk
12
MASTER_SITES=	ftp://sources.redhat.com/pub/xconq/ \
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
13
		ftp://unix.hensa.ac.uk/mirrors/sources.redhat.com/pub/xconq/
14
8
15
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	A graphical multi-player strategy game and game design system
10
COMMENT=	Graphical multi-player strategy game and game design system
17
11
18
GNU_CONFIGURE=	yes
12
LICENSE=	GPLv2 # (or later)
19
13
20
USE_TK=		yes
14
OPTIONS_DEFINE=	SDL
21
USE_XORG=	xmu xaw
15
16
USE_BZIP2=	yes
17
USE_XORG=	x11
22
USE_GMAKE=	yes
18
USE_GMAKE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS=	--enable-alternate-scoresdir=${SCOREDIR} \
21
		--enable-alternate-gameuser=root \
22
		--enable-alternate-gamegroup=games
23
MAKE_ARGS=	GAMEPERM=2755 DIRPERM=775 FILEPERM=664
24
MAKE_JOBS_UNSAFE=	yes
25
26
PLIST_SUB=	SCOREDIR="${SCOREDIR}"
23
27
24
MAN6=		xconq.6
28
MAN6=		xconq.6
29
INFO=		xconq
25
30
26
SCOREDIR?=	/var/games/xconq
31
SCOREDIR?=	/var/games/xconq
27
PLIST_SUB=	SCOREDIR=${SCOREDIR}
28
29
.include <bsd.port.pre.mk>
30
32
31
CFLAGS+=	-I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR}
33
.include <bsd.port.options.mk>
32
34
33
CONFIGURE_ARGS=	--with-tclconfig=${TCL_LIBDIR} \
35
.if ${PORT_OPTIONS:MSDL}
34
		--with-tkconfig=${TK_LIBDIR} \
36
USE_SDL=	sdl
35
		--enable-alternate-scoresdir=${SCOREDIR}
37
CONFIGURE_ARGS+=--enable-default-ui=sdl
38
PLIST_SUB+=	NOSDL="@comment "
39
.else
40
USE_XORG+=	xext xmu xt xaw
41
USE_TK_BUILD=	yes
42
USE_TK=		yes
43
CONFIGURE_ARGS+=--with-tclconfig=${TCK_LIBDIR} \
44
		--with-tkconfig=${TK_LIBDIR}
45
PLIST_SUB+=	NOSDL=""
46
.else
47
.endif
36
48
37
# Fix for gmake >= 3.82
38
post-patch:
49
post-patch:
50
	@${REINPLACE_CMD} -e \
51
		'/^HFLAGS/s| $${debugging}||' ${WRKSRC}/configure
52
# Fix for gmake >= 3.82
39
	@${FIND} ${WRKSRC} -name Makefile.in -print | ${XARGS} \
53
	@${FIND} ${WRKSRC} -name Makefile.in -print | ${XARGS} \
40
		${REINPLACE_CMD} -e 's/^   */	/'
54
		${REINPLACE_CMD} -e 's/^   */	/'
41
55
56
post-build:
57
	(cd ${WRKSRC}/doc && makeinfo xconq.texi)
58
42
post-install:
59
post-install:
43
.for file in xconq imf2x x2imf ximfapp
60
	(cd ${WRKSRC}/doc && ${INSTALL_DATA} xconq.info ${PREFIX}/${INFO_PATH})
44
	${STRIP_CMD} ${PREFIX}/bin/${file}
61
	${STRIP_CMD} ${PREFIX}/bin/xconq
62
.if empty(PORT_OPTIONS:MSDL)
63
.for i in imf2x imfapp x2imf
64
	${STRIP_CMD} ${PREFIX}/bin/${i}
45
.endfor
65
.endfor
46
.if !defined(NOPORTDOCS)
47
	${MKDIR} ${PREFIX}/share/xconq/doc
48
	${INSTALL_DATA} ${WRKSRC}/doc-html/* ${PREFIX}/share/xconq/doc/
49
.endif
66
.endif
67
	@${FIND} ${DATADIR} -empty -delete
50
68
51
.include <bsd.port.post.mk>
69
.include <bsd.port.mk>
(-)games/xconq/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xconq-7.4.1.tar.gz) = 50d0d11887374a9351ec1235f6b93b1e9060fd852ca99a6700c76098e585f3ce
1
SHA256 (xconq-7.5.0-0pre.0.20050612.tar.bz2) = 6bc0e666127b72435dc354961661b0ef5ea56949e61f552a3611c7375941a23a
2
SIZE (xconq-7.4.1.tar.gz) = 3402832
2
SIZE (xconq-7.5.0-0pre.0.20050612.tar.bz2) = 6326065
(-)games/xconq/files/patch-ad (-41 lines)
Lines 1-41 Link Here
1
--- Makefile.in.orig	Tue Aug 22 07:52:56 2000
2
+++ Makefile.in	Sat Dec 30 04:02:02 2000
3
@@ -27,12 +27,12 @@
4
 srcdir = @srcdir@
5
 VPATH = @srcdir@
6
 
7
-GAMEUID = games
8
-GAMEGRP = bin
9
+GAMEUID = root
10
+GAMEGRP = games
11
 
12
-GAMEPERM = 04755
13
-DIRPERM  = 0755
14
-FILEPERM = 0644
15
+GAMEPERM = 02755
16
+DIRPERM  = 0775
17
+FILEPERM = 0664
18
 
19
 SHELL = /bin/sh
20
 
21
@@ -46,8 +46,6 @@
22
 
23
 CC = @CC@
24
 
25
-CFLAGS = -g
26
-
27
 RANLIB = ranlib
28
 
29
 AR = ar
30
@@ -254,10 +252,8 @@
31
 install-dirs:
32
 	@for i in $(MAKEDIRS) ; do \
33
 		echo Making $$i... ; \
34
-		parent=`echo $$i | sed -e 's@/[^/]*$$@@' | sed -e 's@^$$@/@'`; \
35
-		if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi ; \
36
 		if [ ! -d $$i ] ; then \
37
-			if mkdir $$i ; then \
38
+			if mkdir -p $$i ; then \
39
 				true ; \
40
 			else \
41
 				exit 1 ; \
(-)games/xconq/files/patch-ai (-16 lines)
Lines 1-16 Link Here
1
--- x11/Makefile.in.orig	Tue Aug 22 07:52:56 2000
2
+++ x11/Makefile.in	Sat Dec 30 04:03:20 2000
3
@@ -24,10 +24,10 @@
4
 
5
 krnsrcdir = $(srcdir)/../kernel
6
 
7
-GAMEUID = games
8
-GAMEGRP = bin
9
+GAMEUID = root
10
+GAMEGRP = games
11
 
12
-GAMEPERM = 04755
13
+GAMEPERM = 02755
14
 DIRPERM  = 0755
15
 FILEPERM = 0644
16
 
(-)games/xconq/files/patch-aj (-13 lines)
Lines 1-13 Link Here
1
--- x11/xconq.c.orig	Thu Nov 23 20:19:09 2000
2
+++ x11/xconq.c	Sat Dec 30 04:06:52 2000
3
@@ -33,8 +33,8 @@
4
     if (argc == -1)
5
       cmd_error(NULL, NULL);
6
     /* Shift to being the user that started the game. */
7
-    games_uid = geteuid();
8
-    setuid(getuid());
9
+    games_uid = getegid();
10
+    setgid(getgid());
11
     init_library_path(NULL);
12
     /* Fiddle with game module structures. */
13
     clear_game_modules();
(-)games/xconq/files/patch-ak (-20 lines)
Lines 1-20 Link Here
1
--- kernel/unix.c.orig	Fri Jun  9 09:52:41 2000
2
+++ kernel/unix.c	Wed Jun 28 21:49:40 2000
3
@@ -267,7 +267,7 @@
4
     /* The scorefile is only writable by the owner of the Xconq
5
        executable, but we normally run as the user, so switch over
6
        before writing. */
7
-    setuid(games_uid);
8
+    setgid(games_uid);
9
     fp = open_file(score_file_pathname(name), "a");
10
     return fp;
11
 }
12
@@ -277,7 +277,7 @@
13
 {
14
     fclose(fp);
15
     /* Reset the uid back to the user who started the game. */
16
-    setuid(getuid());
17
+    setgid(getgid());
18
 }
19
 
20
 /* Given the name of a scorefile, return a complete path to it,
(-)games/xconq/files/patch-doc__xconq.texi (+13 lines)
Line 0 Link Here
1
--- doc/xconq.texi.orig	2004-11-21 11:59:03.000000000 +0900
2
+++ doc/xconq.texi	2012-11-13 22:56:05.000000000 +0900
3
@@ -5,6 +5,10 @@
4
 @clear DOUBLEDENSITY
5
 
6
 @settitle Xconq
7
+@dircategory Games
8
+@direntry
9
+* Xconq: (xconq).		X-based configurable strategy game.
10
+@end direntry
11
 @setchapternewpage odd
12
 
13
 @ifinfo
(-)games/xconq/files/patch-kernel__unix.c (+20 lines)
Line 0 Link Here
1
--- kernel/unix.c.orig	Fri Jun  9 09:52:41 2000
2
+++ kernel/unix.c	Wed Jun 28 21:49:40 2000
3
@@ -267,7 +267,7 @@
4
     /* The scorefile is only writable by the owner of the Xconq
5
        executable, but we normally run as the user, so switch over
6
        before writing. */
7
-    setuid(games_uid);
8
+    setgid(games_uid);
9
     fp = open_file(score_file_pathname(name), "a");
10
     return fp;
11
 }
12
@@ -277,7 +277,7 @@
13
 {
14
     fclose(fp);
15
     /* Reset the uid back to the user who started the game. */
16
-    setuid(getuid());
17
+    setgid(getgid());
18
 }
19
 
20
 /* Given the name of a scorefile, return a complete path to it,
(-)games/xconq/files/patch-tcltk-tkconq.tcl (-60 lines)
Lines 1-60 Link Here
1
diff -Naur tcltk.orig/tkconq.tcl tcltk/tkconq.tcl
2
--- tcltk.orig/tkconq.tcl	Thu Jul  7 14:35:10 2005
3
+++ tcltk/tkconq.tcl	Thu Jul  7 14:35:47 2005
4
@@ -472,7 +472,7 @@
5
 		    -state $variantstate($col2) -variable variantvalue($col2) \
6
 		    -command [ list set_variant_value_cmd $col2 ]
7
 	    grid .newgame.top.checks.v$col1 .newgame.top.checks.v$col2 \
8
-		    -sticky w -pad 5
9
+		    -sticky w -padx 5 -pady 5
10
 	}
11
 	for { set v 0 } { $v < 16 } { incr v } {
12
 	    if { "$variantstate($v)" == "active" } {
13
@@ -785,37 +785,37 @@
14
 	    -command { adjust_advantage_cmd 1 }
15
     button .newgame.top.plbuttons.aminus -text "A-" -state disabled \
16
 	    -command { adjust_advantage_cmd -1 }
17
-    grid .newgame.top.plbuttons.aplus .newgame.top.plbuttons.aminus -sticky ew -pad 2
18
+    grid .newgame.top.plbuttons.aplus .newgame.top.plbuttons.aminus -sticky ew -padx 2 -pady 2
19
     button .newgame.top.plbuttons.add -text "Add" \
20
 	    -command { add_player_cmd } -width 8
21
-    grid .newgame.top.plbuttons.add -columnspan 2 -sticky ew -pad 2
22
+    grid .newgame.top.plbuttons.add -columnspan 2 -sticky ew -padx 2 -pady 2
23
     button .newgame.top.plbuttons.remove -text "Remove" -width 8
24
-    grid .newgame.top.plbuttons.remove -columnspan 2 -sticky ew -pad 2
25
+    grid .newgame.top.plbuttons.remove -columnspan 2 -sticky ew -padx 2 -pady 2
26
 
27
     menubutton .newgame.top.plbuttons.sidelib -text "Side Name" \
28
 	    -menu .newgame.top.plbuttons.sidelib.menu \
29
 	    -borderwidth 2 -relief raised -width 8
30
     menu .newgame.top.plbuttons.sidelib.menu -tearoff 0
31
-    grid .newgame.top.plbuttons.sidelib -columnspan 2 -sticky ew -pad 2
32
+    grid .newgame.top.plbuttons.sidelib -columnspan 2 -sticky ew -padx 2 -pady 2
33
 
34
     button .newgame.top.plbuttons.rename -text "Random" \
35
 	    -command { rename_side_for_player_cmd -1 } -width 8
36
-    grid .newgame.top.plbuttons.rename -columnspan 2 -sticky ew -pad 2
37
+    grid .newgame.top.plbuttons.rename -columnspan 2 -sticky ew -padx 2 -pady 2
38
     button .newgame.top.plbuttons.computer -text "Computer" \
39
 	    -command { cycle_ai_cmd } -width 8
40
-    grid .newgame.top.plbuttons.computer -columnspan 2 -sticky ew -pad 2
41
+    grid .newgame.top.plbuttons.computer -columnspan 2 -sticky ew -padx 2 -pady 2
42
     button .newgame.top.plbuttons.exchange -text "Exchange" \
43
 	    -command { exchange_players_cmd } -width 8
44
-    grid .newgame.top.plbuttons.exchange -columnspan 2 -sticky ew -pad 2
45
+    grid .newgame.top.plbuttons.exchange -columnspan 2 -sticky ew -padx 2 -pady 2
46
 
47
     label .newgame.top.plbuttons.indeplabel -text "Indep Units"
48
-    grid .newgame.top.plbuttons.indeplabel -columnspan 2 -sticky ew -pad 2
49
+    grid .newgame.top.plbuttons.indeplabel -columnspan 2 -sticky ew -padx 2 -pady 2
50
     button .newgame.top.plbuttons.indepside -text "Add AI" \
51
 	    -command { set_indepside toggle } -width 6
52
-    grid .newgame.top.plbuttons.indepside -columnspan 2 -pad 2
53
+    grid .newgame.top.plbuttons.indepside -columnspan 2 -padx 2 -pady 2
54
     button .newgame.top.plbuttons.indepconfig -text "Config" \
55
 	    -command { popup_indepside_config } -width 6
56
-    grid .newgame.top.plbuttons.indepconfig -columnspan 2 -pad 2
57
+    grid .newgame.top.plbuttons.indepconfig -columnspan 2 -padx 2 -pady 2
58
 
59
     # Add names to the side library menu, disabling already-used names.
60
     set numsidelib [ side_lib_size ]
(-)games/xconq/files/patch-tcltk::tkmain.c (-12 lines)
Lines 1-12 Link Here
1
--- tcltk/tkmain.c.orig	Tue Dec  5 02:51:35 2000
2
+++ tcltk/tkmain.c	Thu Aug  5 21:24:26 2004
3
@@ -1380,7 +1380,9 @@
4
 	    )
5
 	  return TRUE;
6
       case 1:
7
+	  ;
8
       default:
9
+	  ;
10
     }
11
     return FALSE;
12
 }
(-)games/xconq/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
explains how to do this (in great detail).  A large assortment of
3
explains how to do this (in great detail).  A large assortment of
4
predefined game modules is included.
4
predefined game modules is included.
5
5
6
WWW: http://sources.redhat.com/xconq/
6
WWW: http://xconq.sourceforge.net/
(-)games/xconq/pkg-plist (-367 / +472 lines)
Lines 1-370 Link Here
1
bin/imf2x
1
%%NOSDL%%bin/imf2x
2
bin/x2imf
2
%%NOSDL%%bin/imfapp
3
%%NOSDL%%bin/x2imf
3
bin/xconq
4
bin/xconq
4
bin/ximfapp
5
%%DATADIR%%/images/3rd-age.gif
5
%%PORTDOCS%%share/xconq/doc/hacking_1.html
6
%%DATADIR%%/images/advances.gif
6
%%PORTDOCS%%share/xconq/doc/hacking_10.html
7
%%DATADIR%%/images/advt12x13.gif
7
%%PORTDOCS%%share/xconq/doc/hacking_11.html
8
%%DATADIR%%/images/advt24x26.gif
8
%%PORTDOCS%%share/xconq/doc/hacking_12.html
9
%%DATADIR%%/images/advt32x32.gif
9
%%PORTDOCS%%share/xconq/doc/hacking_13.html
10
%%DATADIR%%/images/advt44x48.gif
10
%%PORTDOCS%%share/xconq/doc/hacking_14.html
11
%%DATADIR%%/images/anc-near-east.gif
11
%%PORTDOCS%%share/xconq/doc/hacking_15.html
12
%%DATADIR%%/images/ancient.gif
12
%%PORTDOCS%%share/xconq/doc/hacking_16.html
13
%%DATADIR%%/images/animals32.gif
13
%%PORTDOCS%%share/xconq/doc/hacking_17.html
14
%%DATADIR%%/images/awls-rules.gif
14
%%PORTDOCS%%share/xconq/doc/hacking_18.html
15
%%DATADIR%%/images/battle-test.gif
15
%%PORTDOCS%%share/xconq/doc/hacking_19.html
16
%%DATADIR%%/images/battles.gif
16
%%PORTDOCS%%share/xconq/doc/hacking_2.html
17
%%DATADIR%%/images/battles1.gif
17
%%PORTDOCS%%share/xconq/doc/hacking_20.html
18
%%DATADIR%%/images/beach44x48.gif
18
%%PORTDOCS%%share/xconq/doc/hacking_21.html
19
%%DATADIR%%/images/beirut.gif
19
%%PORTDOCS%%share/xconq/doc/hacking_22.html
20
%%DATADIR%%/images/bellum.gif
20
%%PORTDOCS%%share/xconq/doc/hacking_23.html
21
%%DATADIR%%/images/cherbourg.gif
21
%%PORTDOCS%%share/xconq/doc/hacking_24.html
22
%%DATADIR%%/images/cil-flags16x16.gif
22
%%PORTDOCS%%share/xconq/doc/hacking_25.html
23
%%DATADIR%%/images/cil-flags8x8.gif
23
%%PORTDOCS%%share/xconq/doc/hacking_26.html
24
%%DATADIR%%/images/cil.gif
24
%%PORTDOCS%%share/xconq/doc/hacking_27.html
25
%%DATADIR%%/images/cil8.gif
25
%%PORTDOCS%%share/xconq/doc/hacking_28.html
26
%%DATADIR%%/images/civ2.gif
26
%%PORTDOCS%%share/xconq/doc/hacking_29.html
27
%%DATADIR%%/images/civmisc.gif
27
%%PORTDOCS%%share/xconq/doc/hacking_3.html
28
%%DATADIR%%/images/civt12x13.gif
28
%%PORTDOCS%%share/xconq/doc/hacking_30.html
29
%%DATADIR%%/images/civt24x26.gif
29
%%PORTDOCS%%share/xconq/doc/hacking_31.html
30
%%DATADIR%%/images/civt44x48.gif
30
%%PORTDOCS%%share/xconq/doc/hacking_32.html
31
%%DATADIR%%/images/classic.gif
31
%%PORTDOCS%%share/xconq/doc/hacking_33.html
32
%%DATADIR%%/images/cliff44x48.gif
32
%%PORTDOCS%%share/xconq/doc/hacking_4.html
33
%%DATADIR%%/images/cobra.gif
33
%%PORTDOCS%%share/xconq/doc/hacking_5.html
34
%%DATADIR%%/images/coral-sea-th.gif
34
%%PORTDOCS%%share/xconq/doc/hacking_6.html
35
%%DATADIR%%/images/coral-sea.gif
35
%%PORTDOCS%%share/xconq/doc/hacking_7.html
36
%%DATADIR%%/images/crater-lake.gif
36
%%PORTDOCS%%share/xconq/doc/hacking_8.html
37
%%DATADIR%%/images/cursors.gif
37
%%PORTDOCS%%share/xconq/doc/hacking_9.html
38
%%DATADIR%%/images/default.gif
38
%%PORTDOCS%%share/xconq/doc/hacking_toc.html
39
%%DATADIR%%/images/dg_abyss.gif
39
%%PORTDOCS%%share/xconq/doc/xcdesign_1.html
40
%%DATADIR%%/images/dg_armor32.gif
40
%%PORTDOCS%%share/xconq/doc/xcdesign_10.html
41
%%DATADIR%%/images/dg_classm32.gif
41
%%PORTDOCS%%share/xconq/doc/xcdesign_11.html
42
%%DATADIR%%/images/dg_dragon32.gif
42
%%PORTDOCS%%share/xconq/doc/xcdesign_12.html
43
%%DATADIR%%/images/dg_effects32.gif
43
%%PORTDOCS%%share/xconq/doc/xcdesign_13.html
44
%%DATADIR%%/images/dg_humans32.gif
44
%%PORTDOCS%%share/xconq/doc/xcdesign_14.html
45
%%DATADIR%%/images/dg_misc32.gif
45
%%PORTDOCS%%share/xconq/doc/xcdesign_15.html
46
%%DATADIR%%/images/dg_monster132.gif
46
%%PORTDOCS%%share/xconq/doc/xcdesign_16.html
47
%%DATADIR%%/images/dg_monster332.gif
47
%%PORTDOCS%%share/xconq/doc/xcdesign_17.html
48
%%DATADIR%%/images/dg_monster632.gif
48
%%PORTDOCS%%share/xconq/doc/xcdesign_18.html
49
%%DATADIR%%/images/dg_people32.gif
49
%%PORTDOCS%%share/xconq/doc/xcdesign_19.html
50
%%DATADIR%%/images/dg_undead32.gif
50
%%PORTDOCS%%share/xconq/doc/xcdesign_2.html
51
%%DATADIR%%/images/dg_uniques32.gif
51
%%PORTDOCS%%share/xconq/doc/xcdesign_20.html
52
%%DATADIR%%/images/dirt24x26.gif
52
%%PORTDOCS%%share/xconq/doc/xcdesign_21.html
53
%%DATADIR%%/images/dirt44x48.gif
53
%%PORTDOCS%%share/xconq/doc/xcdesign_22.html
54
%%DATADIR%%/images/dukla.gif
54
%%PORTDOCS%%share/xconq/doc/xcdesign_23.html
55
%%DATADIR%%/images/dwellings32.gif
55
%%PORTDOCS%%share/xconq/doc/xcdesign_24.html
56
%%DATADIR%%/images/empire.gif
56
%%PORTDOCS%%share/xconq/doc/xcdesign_25.html
57
%%DATADIR%%/images/eur12x13.gif
57
%%PORTDOCS%%share/xconq/doc/xcdesign_26.html
58
%%DATADIR%%/images/eur24x26.gif
58
%%PORTDOCS%%share/xconq/doc/xcdesign_27.html
59
%%DATADIR%%/images/eur44x48.gif
59
%%PORTDOCS%%share/xconq/doc/xcdesign_28.html
60
%%DATADIR%%/images/flags16x16.gif
60
%%PORTDOCS%%share/xconq/doc/xcdesign_29.html
61
%%DATADIR%%/images/flags8x8.gif
61
%%PORTDOCS%%share/xconq/doc/xcdesign_3.html
62
%%DATADIR%%/images/flattop.gif
62
%%PORTDOCS%%share/xconq/doc/xcdesign_30.html
63
%%DATADIR%%/images/font.bmp
63
%%PORTDOCS%%share/xconq/doc/xcdesign_31.html
64
%%DATADIR%%/images/future.gif
64
%%PORTDOCS%%share/xconq/doc/xcdesign_32.html
65
%%DATADIR%%/images/fuzz24x26.gif
65
%%PORTDOCS%%share/xconq/doc/xcdesign_33.html
66
%%DATADIR%%/images/fuzz44x48.gif
66
%%PORTDOCS%%share/xconq/doc/xcdesign_34.html
67
%%DATADIR%%/images/fuzz88x96.gif
67
%%PORTDOCS%%share/xconq/doc/xcdesign_35.html
68
%%DATADIR%%/images/galaxy.gif
68
%%PORTDOCS%%share/xconq/doc/xcdesign_36.html
69
%%DATADIR%%/images/galaxy2.gif
69
%%PORTDOCS%%share/xconq/doc/xcdesign_37.html
70
%%DATADIR%%/images/gazala.gif
70
%%PORTDOCS%%share/xconq/doc/xcdesign_38.html
71
%%DATADIR%%/images/gettysburg.gif
71
%%PORTDOCS%%share/xconq/doc/xcdesign_39.html
72
%%DATADIR%%/images/greek.gif
72
%%PORTDOCS%%share/xconq/doc/xcdesign_4.html
73
%%DATADIR%%/images/heroes.gif
73
%%PORTDOCS%%share/xconq/doc/xcdesign_40.html
74
%%DATADIR%%/images/insects.gif
74
%%PORTDOCS%%share/xconq/doc/xcdesign_41.html
75
%%DATADIR%%/images/intro.gif
75
%%PORTDOCS%%share/xconq/doc/xcdesign_42.html
76
%%DATADIR%%/images/isoph32x32.gif
76
%%PORTDOCS%%share/xconq/doc/xcdesign_43.html
77
%%DATADIR%%/images/isoph44x48.gif
77
%%PORTDOCS%%share/xconq/doc/xcdesign_44.html
78
%%DATADIR%%/images/kiwiterr32x32.gif
78
%%PORTDOCS%%share/xconq/doc/xcdesign_45.html
79
%%DATADIR%%/images/kiwiterr44x48.gif
79
%%PORTDOCS%%share/xconq/doc/xcdesign_46.html
80
%%DATADIR%%/images/kob-wreck.gif
80
%%PORTDOCS%%share/xconq/doc/xcdesign_47.html
81
%%DATADIR%%/images/kobayashi.gif
81
%%PORTDOCS%%share/xconq/doc/xcdesign_48.html
82
%%DATADIR%%/images/korea-2006.gif
82
%%PORTDOCS%%share/xconq/doc/xcdesign_49.html
83
%%DATADIR%%/images/korea.gif
83
%%PORTDOCS%%share/xconq/doc/xcdesign_5.html
84
%%DATADIR%%/images/lhs.gif
84
%%PORTDOCS%%share/xconq/doc/xcdesign_50.html
85
%%DATADIR%%/images/log.gif
85
%%PORTDOCS%%share/xconq/doc/xcdesign_51.html
86
%%DATADIR%%/images/lord-rings.gif
86
%%PORTDOCS%%share/xconq/doc/xcdesign_52.html
87
%%DATADIR%%/images/magnuszew.gif
87
%%PORTDOCS%%share/xconq/doc/xcdesign_53.html
88
%%DATADIR%%/images/mars.gif
88
%%PORTDOCS%%share/xconq/doc/xcdesign_54.html
89
%%DATADIR%%/images/metz-1944.gif
89
%%PORTDOCS%%share/xconq/doc/xcdesign_55.html
90
%%DATADIR%%/images/midway.gif
90
%%PORTDOCS%%share/xconq/doc/xcdesign_56.html
91
%%DATADIR%%/images/misc44x48.gif
91
%%PORTDOCS%%share/xconq/doc/xcdesign_57.html
92
%%DATADIR%%/images/monster.gif
92
%%PORTDOCS%%share/xconq/doc/xcdesign_58.html
93
%%DATADIR%%/images/monsters.gif
93
%%PORTDOCS%%share/xconq/doc/xcdesign_59.html
94
%%DATADIR%%/images/mormon.gif
94
%%PORTDOCS%%share/xconq/doc/xcdesign_6.html
95
%%DATADIR%%/images/napoleon.gif
95
%%PORTDOCS%%share/xconq/doc/xcdesign_60.html
96
%%DATADIR%%/images/neo-trident.gif
96
%%PORTDOCS%%share/xconq/doc/xcdesign_61.html
97
%%DATADIR%%/images/normandy.gif
97
%%PORTDOCS%%share/xconq/doc/xcdesign_7.html
98
%%DATADIR%%/images/oldsplash.gif
98
%%PORTDOCS%%share/xconq/doc/xcdesign_8.html
99
%%DATADIR%%/images/opal-88x88-1.gif
99
%%PORTDOCS%%share/xconq/doc/xcdesign_9.html
100
%%DATADIR%%/images/opal-rules.gif
100
%%PORTDOCS%%share/xconq/doc/xcdesign_toc.html
101
%%DATADIR%%/images/opal.gif
101
%%PORTDOCS%%share/xconq/doc/xconq_1.html
102
%%DATADIR%%/images/overlord.gif
102
%%PORTDOCS%%share/xconq/doc/xconq_10.html
103
%%DATADIR%%/images/panzer.gif
103
%%PORTDOCS%%share/xconq/doc/xconq_11.html
104
%%DATADIR%%/images/pearl.gif
104
%%PORTDOCS%%share/xconq/doc/xconq_12.html
105
%%DATADIR%%/images/pelops.gif
105
%%PORTDOCS%%share/xconq/doc/xconq_13.html
106
%%DATADIR%%/images/pg.gif
106
%%PORTDOCS%%share/xconq/doc/xconq_14.html
107
%%DATADIR%%/images/pgu001-090.gif
107
%%PORTDOCS%%share/xconq/doc/xconq_15.html
108
%%DATADIR%%/images/pgu091-180.gif
108
%%PORTDOCS%%share/xconq/doc/xconq_16.html
109
%%DATADIR%%/images/pgu181-270.gif
109
%%PORTDOCS%%share/xconq/doc/xconq_17.html
110
%%DATADIR%%/images/river24x26.gif
110
%%PORTDOCS%%share/xconq/doc/xconq_18.html
111
%%DATADIR%%/images/river44x48.gif
111
%%PORTDOCS%%share/xconq/doc/xconq_19.html
112
%%DATADIR%%/images/river88x96.gif
112
%%PORTDOCS%%share/xconq/doc/xconq_2.html
113
%%DATADIR%%/images/riverc24x26.gif
113
%%PORTDOCS%%share/xconq/doc/xconq_20.html
114
%%DATADIR%%/images/riverc44x48.gif
114
%%PORTDOCS%%share/xconq/doc/xconq_21.html
115
%%DATADIR%%/images/road24x26.gif
115
%%PORTDOCS%%share/xconq/doc/xconq_22.html
116
%%DATADIR%%/images/road44x48.gif
116
%%PORTDOCS%%share/xconq/doc/xconq_23.html
117
%%DATADIR%%/images/road48x33i.gif
117
%%PORTDOCS%%share/xconq/doc/xconq_24.html
118
%%DATADIR%%/images/rom-civ-war.gif
118
%%PORTDOCS%%share/xconq/doc/xconq_25.html
119
%%DATADIR%%/images/roman.gif
119
%%PORTDOCS%%share/xconq/doc/xconq_26.html
120
%%DATADIR%%/images/rr24x26.gif
120
%%PORTDOCS%%share/xconq/doc/xconq_27.html
121
%%DATADIR%%/images/rr44x48.gif
121
%%PORTDOCS%%share/xconq/doc/xconq_28.html
122
%%DATADIR%%/images/russian-rev.gif
122
%%PORTDOCS%%share/xconq/doc/xconq_29.html
123
%%DATADIR%%/images/scifit12x13.gif
123
%%PORTDOCS%%share/xconq/doc/xconq_3.html
124
%%DATADIR%%/images/scifit24x26.gif
124
%%PORTDOCS%%share/xconq/doc/xconq_30.html
125
%%DATADIR%%/images/scifit32x32.gif
125
%%PORTDOCS%%share/xconq/doc/xconq_31.html
126
%%DATADIR%%/images/scifit44x48.gif
126
%%PORTDOCS%%share/xconq/doc/xconq_32.html
127
%%DATADIR%%/images/sea.gif
127
%%PORTDOCS%%share/xconq/doc/xconq_33.html
128
%%DATADIR%%/images/settlers.gif
128
%%PORTDOCS%%share/xconq/doc/xconq_34.html
129
%%DATADIR%%/images/solar.gif
129
%%PORTDOCS%%share/xconq/doc/xconq_35.html
130
%%DATADIR%%/images/solunits.gif
130
%%PORTDOCS%%share/xconq/doc/xconq_36.html
131
%%DATADIR%%/images/spec1.gif
131
%%PORTDOCS%%share/xconq/doc/xconq_37.html
132
%%DATADIR%%/images/spec8.gif
132
%%PORTDOCS%%share/xconq/doc/xconq_38.html
133
%%DATADIR%%/images/splash.gif
133
%%PORTDOCS%%share/xconq/doc/xconq_39.html
134
%%DATADIR%%/images/standard.gif
134
%%PORTDOCS%%share/xconq/doc/xconq_4.html
135
%%DATADIR%%/images/stdt12x13.gif
135
%%PORTDOCS%%share/xconq/doc/xconq_40.html
136
%%DATADIR%%/images/stdt13x9i.gif
136
%%PORTDOCS%%share/xconq/doc/xconq_41.html
137
%%DATADIR%%/images/stdt24x26.gif
137
%%PORTDOCS%%share/xconq/doc/xconq_42.html
138
%%DATADIR%%/images/stdt44x48.gif
138
%%PORTDOCS%%share/xconq/doc/xconq_43.html
139
%%DATADIR%%/images/stdt48x33i.gif
139
%%PORTDOCS%%share/xconq/doc/xconq_44.html
140
%%DATADIR%%/images/stdta88x96.gif
140
%%PORTDOCS%%share/xconq/doc/xconq_45.html
141
%%DATADIR%%/images/stdtb88x96.gif
141
%%PORTDOCS%%share/xconq/doc/xconq_46.html
142
%%DATADIR%%/images/steppes.gif
142
%%PORTDOCS%%share/xconq/doc/xconq_47.html
143
%%DATADIR%%/images/tailhook.gif
143
%%PORTDOCS%%share/xconq/doc/xconq_48.html
144
%%DATADIR%%/images/thinline.gif
144
%%PORTDOCS%%share/xconq/doc/xconq_49.html
145
%%DATADIR%%/images/time.gif
145
%%PORTDOCS%%share/xconq/doc/xconq_5.html
146
%%DATADIR%%/images/tokyo.gif
146
%%PORTDOCS%%share/xconq/doc/xconq_50.html
147
%%DATADIR%%/images/tolk-terrain.gif
147
%%PORTDOCS%%share/xconq/doc/xconq_51.html
148
%%DATADIR%%/images/tolk-terrain24x26.gif
148
%%PORTDOCS%%share/xconq/doc/xconq_52.html
149
%%DATADIR%%/images/tolk-terrain32x32.gif
149
%%PORTDOCS%%share/xconq/doc/xconq_53.html
150
%%DATADIR%%/images/tran24x26.gif
150
%%PORTDOCS%%share/xconq/doc/xconq_54.html
151
%%DATADIR%%/images/tran44x48.gif
151
%%PORTDOCS%%share/xconq/doc/xconq_55.html
152
%%DATADIR%%/images/tran88x96.gif
152
%%PORTDOCS%%share/xconq/doc/xconq_56.html
153
%%DATADIR%%/images/trident.gif
153
%%PORTDOCS%%share/xconq/doc/xconq_57.html
154
%%DATADIR%%/images/wizard.gif
154
%%PORTDOCS%%share/xconq/doc/xconq_58.html
155
%%DATADIR%%/images/wrath-khan.gif
155
%%PORTDOCS%%share/xconq/doc/xconq_59.html
156
%%DATADIR%%/images/ww2-38.gif
156
%%PORTDOCS%%share/xconq/doc/xconq_6.html
157
%%DATADIR%%/images/ww2-39.gif
157
%%PORTDOCS%%share/xconq/doc/xconq_60.html
158
%%DATADIR%%/images/ww2-42.gif
158
%%PORTDOCS%%share/xconq/doc/xconq_61.html
159
%%DATADIR%%/images/ww2-adv.gif
159
%%PORTDOCS%%share/xconq/doc/xconq_62.html
160
%%DATADIR%%/images/ww2-bn.gif
160
%%PORTDOCS%%share/xconq/doc/xconq_63.html
161
%%DATADIR%%/images/ww2-div-eur.gif
161
%%PORTDOCS%%share/xconq/doc/xconq_64.html
162
%%DATADIR%%/images/ww2-div-pac.gif
162
%%PORTDOCS%%share/xconq/doc/xconq_65.html
163
%%DATADIR%%/images/ww2-pac-41.gif
163
%%PORTDOCS%%share/xconq/doc/xconq_66.html
164
%%DATADIR%%/images/ww2s-42.gif
164
%%PORTDOCS%%share/xconq/doc/xconq_7.html
165
%%DATADIR%%/images/ww2s-eur-42.gif
165
%%PORTDOCS%%share/xconq/doc/xconq_8.html
166
%%DATADIR%%/images/ww2s-pac-41.gif
166
%%PORTDOCS%%share/xconq/doc/xconq_9.html
167
%%DATADIR%%/lib/1756.g
167
%%PORTDOCS%%share/xconq/doc/xconq_toc.html
168
%%DATADIR%%/lib/1757.g
168
share/xconq/images/advt24x26.gif
169
%%DATADIR%%/lib/1805.g
169
share/xconq/images/advt32x32.gif
170
%%DATADIR%%/lib/3rd-age.g
170
share/xconq/images/advt44x48.gif
171
%%DATADIR%%/lib/advances.g
171
share/xconq/images/ancient.gif
172
%%DATADIR%%/lib/advterr.g
172
share/xconq/images/animals32.gif
173
%%DATADIR%%/lib/africa-1850.g
173
share/xconq/images/beach44x48.gif
174
%%DATADIR%%/lib/africa.g
174
share/xconq/images/civmisc.gif
175
%%DATADIR%%/lib/aircraft.imf
175
share/xconq/images/civt44x48.gif
176
%%DATADIR%%/lib/anc-near-east.g
176
share/xconq/images/cliff44x48.gif
177
%%DATADIR%%/lib/ancient-days.g
177
share/xconq/images/dirt24x26.gif
178
%%DATADIR%%/lib/ancient.imf
178
share/xconq/images/dirt44x48.gif
179
%%DATADIR%%/lib/angband.imf
179
share/xconq/images/dwellings32.gif
180
%%DATADIR%%/lib/animals.imf
180
share/xconq/images/eur44x48.gif
181
%%DATADIR%%/lib/antar-map-50km.g
181
share/xconq/images/flags16x16.gif
182
%%DATADIR%%/lib/antar-stdgame.g
182
share/xconq/images/flags8x8.gif
183
%%DATADIR%%/lib/antar-stdterr.g
183
share/xconq/images/heroes.gif
184
%%DATADIR%%/lib/arena.g
184
share/xconq/images/monsters.gif
185
%%DATADIR%%/lib/arms.imf
185
share/xconq/images/river24x26.gif
186
%%DATADIR%%/lib/awls-rules.g
186
share/xconq/images/river44x48.gif
187
%%DATADIR%%/lib/awls-testbed.g
187
share/xconq/images/river88x96.gif
188
%%DATADIR%%/lib/battles.g
188
share/xconq/images/riverc24x26.gif
189
%%DATADIR%%/lib/beirut.g
189
share/xconq/images/riverc44x48.gif
190
%%DATADIR%%/lib/blasts.imf
190
share/xconq/images/road24x26.gif
191
%%DATADIR%%/lib/bolodd2.g
191
share/xconq/images/road44x48.gif
192
%%DATADIR%%/lib/bolodd3.g
192
share/xconq/images/road48x33i.gif
193
%%DATADIR%%/lib/cave.g
193
share/xconq/images/rr24x26.gif
194
%%DATADIR%%/lib/cave2.g
194
share/xconq/images/rr44x48.gif
195
%%DATADIR%%/lib/cherbourg.g
195
share/xconq/images/sea.gif
196
%%DATADIR%%/lib/cil-rules.g
196
share/xconq/images/settlers.gif
197
%%DATADIR%%/lib/cil-sides.g
197
share/xconq/images/splash.gif
198
%%DATADIR%%/lib/cil-units.g
198
share/xconq/images/stdt24x26.gif
199
%%DATADIR%%/lib/cil.g
199
share/xconq/images/stdt44x48.gif
200
%%DATADIR%%/lib/cil.imf
200
share/xconq/images/stdt48x33i.gif
201
%%DATADIR%%/lib/civ2.g
201
share/xconq/images/stdta88x96.gif
202
%%DATADIR%%/lib/classic.g
202
share/xconq/images/stdtb88x96.gif
203
%%DATADIR%%/lib/cobra.g
203
share/xconq/images/tran24x26.gif
204
%%DATADIR%%/lib/colors.imf
204
share/xconq/images/tran44x48.gif
205
%%DATADIR%%/lib/conquest.g
205
share/xconq/images/tran88x96.gif
206
%%DATADIR%%/lib/coral-sea-th.g
206
share/xconq/images/trident.gif
207
%%DATADIR%%/lib/coral-sea.g
207
share/xconq/imfapp.tcl
208
%%DATADIR%%/lib/crater-lake.g
208
share/xconq/lib/1756.g
209
%%DATADIR%%/lib/cursors.imf
209
share/xconq/lib/1757.g
210
%%DATADIR%%/lib/dg_armor32.imf
210
share/xconq/lib/1805.g
211
%%DATADIR%%/lib/duel.g
211
share/xconq/lib/3rd-age.g
212
%%DATADIR%%/lib/dukla.g
212
share/xconq/lib/advances.g
213
%%DATADIR%%/lib/dwellings.imf
213
share/xconq/lib/advterr.g
214
%%DATADIR%%/lib/earth-1deg.g
214
share/xconq/lib/africa-1850.g
215
%%DATADIR%%/lib/earth-2deg.g
215
share/xconq/lib/africa.g
216
%%DATADIR%%/lib/earth-50km.g
216
share/xconq/lib/aircraft.imf
217
%%DATADIR%%/lib/emblems.imf
217
share/xconq/lib/anc-near-east.g
218
%%DATADIR%%/lib/eur-100km.g
218
share/xconq/lib/ancient.g
219
%%DATADIR%%/lib/eur-50km.g
219
share/xconq/lib/ancient.imf
220
%%DATADIR%%/lib/fantasy.g
220
share/xconq/lib/animals.imf
221
%%DATADIR%%/lib/fantasy.imf
221
share/xconq/lib/arms.imf
222
%%DATADIR%%/lib/feb-1917.g
222
share/xconq/lib/beirut.g
223
%%DATADIR%%/lib/flags.imf
223
share/xconq/lib/blasts.imf
224
%%DATADIR%%/lib/flattop.g
224
share/xconq/lib/cave.g
225
%%DATADIR%%/lib/fred.g
225
share/xconq/lib/cherbourg.g
226
%%DATADIR%%/lib/future.g
226
share/xconq/lib/civ2.g
227
%%DATADIR%%/lib/galaxy.g
227
share/xconq/lib/classic.g
228
%%DATADIR%%/lib/galaxy2.g
228
share/xconq/lib/cobra.g
229
%%DATADIR%%/lib/game.dir
229
share/xconq/lib/colors.imf
230
%%DATADIR%%/lib/gazala.g
230
share/xconq/lib/coral-sea.g
231
%%DATADIR%%/lib/gettysburg.g
231
share/xconq/lib/coral-sea-th.g
232
%%DATADIR%%/lib/hill.g
232
share/xconq/lib/crater-lake.g
233
%%DATADIR%%/lib/imf.dir
233
share/xconq/lib/duel.g
234
%%DATADIR%%/lib/insects.g
234
share/xconq/lib/dwellings.imf
235
%%DATADIR%%/lib/insects.imf
235
share/xconq/lib/earth-1deg.g
236
%%DATADIR%%/lib/intro.g
236
share/xconq/lib/earth-2deg.g
237
%%DATADIR%%/lib/kiwiterr.imf
237
share/xconq/lib/earth-50km.g
238
%%DATADIR%%/lib/kob-maru.g
238
share/xconq/lib/emblems.imf
239
%%DATADIR%%/lib/kob-wreck.imf
239
share/xconq/lib/empire.g
240
%%DATADIR%%/lib/kobayashi.imf
240
share/xconq/lib/eur-100km.g
241
%%DATADIR%%/lib/korea-2006.g
241
share/xconq/lib/eur-50km.g
242
%%DATADIR%%/lib/korea.imf
242
share/xconq/lib/fantasy.g
243
%%DATADIR%%/lib/lhs.g
243
share/xconq/lib/fantasy.imf
244
%%DATADIR%%/lib/lhsunit.g
244
share/xconq/lib/feb-1917.g
245
%%DATADIR%%/lib/log.g
245
share/xconq/lib/flags.imf
246
%%DATADIR%%/lib/logunit.g
246
share/xconq/lib/flattop.g
247
%%DATADIR%%/lib/lord-rings.g
247
share/xconq/lib/fred.g
248
%%DATADIR%%/lib/magellan.g
248
share/xconq/lib/future.g
249
%%DATADIR%%/lib/magnuszew.g
249
share/xconq/lib/galaxy.g
250
%%DATADIR%%/lib/mars.g
250
share/xconq/lib/galaxy2.g
251
%%DATADIR%%/lib/metz-1944.g
251
share/xconq/lib/game.dir
252
%%DATADIR%%/lib/midway.g
252
share/xconq/lib/gazala.g
253
%%DATADIR%%/lib/milsym.imf
253
share/xconq/lib/gettysburg.g
254
%%DATADIR%%/lib/misc.imf
254
share/xconq/lib/greek.g
255
%%DATADIR%%/lib/mod-usa.g
255
share/xconq/lib/hill.g
256
%%DATADIR%%/lib/mod-world.g
256
share/xconq/lib/imf.dir
257
%%DATADIR%%/lib/modern.g
257
share/xconq/lib/insects.g
258
%%DATADIR%%/lib/monster.g
258
share/xconq/lib/insects.imf
259
%%DATADIR%%/lib/mormon.g
259
share/xconq/lib/intro.g
260
%%DATADIR%%/lib/nat-names.g
260
share/xconq/lib/lhs.g
261
%%DATADIR%%/lib/neurope.g
261
share/xconq/lib/lhsunit.g
262
%%DATADIR%%/lib/news.txt
262
share/xconq/lib/lord-rings.g
263
%%DATADIR%%/lib/ng-african.g
263
share/xconq/lib/magellan.g
264
%%DATADIR%%/lib/ng-american.g
264
share/xconq/lib/magnuszew.g
265
%%DATADIR%%/lib/ng-asian.g
265
share/xconq/lib/mars.g
266
%%DATADIR%%/lib/ng-chinese.g
266
share/xconq/lib/metz-1944.g
267
%%DATADIR%%/lib/ng-english.g
267
share/xconq/lib/midway.g
268
%%DATADIR%%/lib/ng-european.g
268
share/xconq/lib/milsym.imf
269
%%DATADIR%%/lib/ng-features.g
269
share/xconq/lib/misc.imf
270
%%DATADIR%%/lib/ng-german.g
270
share/xconq/lib/mod-usa.g
271
%%DATADIR%%/lib/ng-italian.g
271
share/xconq/lib/mod-world.g
272
%%DATADIR%%/lib/ng-japanese.g
272
share/xconq/lib/modern.g
273
%%DATADIR%%/lib/ng-misc.g
273
share/xconq/lib/monster.g
274
%%DATADIR%%/lib/ng-nickname.g
274
share/xconq/lib/mormon.g
275
%%DATADIR%%/lib/ng-ships.g
275
share/xconq/lib/napoleon.g
276
%%DATADIR%%/lib/ng-sides.g
276
share/xconq/lib/nat-names.g
277
%%DATADIR%%/lib/ng-star.g
277
share/xconq/lib/neurope.g
278
%%DATADIR%%/lib/ng-swedish.g
278
share/xconq/lib/news.txt
279
%%DATADIR%%/lib/ng-weird.g
279
share/xconq/lib/ng-african.g
280
%%DATADIR%%/lib/noram.g
280
share/xconq/lib/ng-american.g
281
%%DATADIR%%/lib/normandy.g
281
share/xconq/lib/ng-asian.g
282
%%DATADIR%%/lib/nw-europe.g
282
share/xconq/lib/ng-chinese.g
283
%%DATADIR%%/lib/objects.imf
283
share/xconq/lib/ng-english.g
284
%%DATADIR%%/lib/old-empire.g
284
share/xconq/lib/ng-european.g
285
%%DATADIR%%/lib/omaha.g
285
share/xconq/lib/ng-features.g
286
%%DATADIR%%/lib/omniterr.g
286
share/xconq/lib/ng-german.g
287
%%DATADIR%%/lib/opal-88x88.imf
287
share/xconq/lib/ng-italian.g
288
%%DATADIR%%/lib/opal-heroes.g
288
share/xconq/lib/ng-japanese.g
289
%%DATADIR%%/lib/opal-rules.g
289
share/xconq/lib/ng-misc.g
290
%%DATADIR%%/lib/opal.g
290
share/xconq/lib/ng-nickname.g
291
%%DATADIR%%/lib/p-e1-1938.g
291
share/xconq/lib/ng-ships.g
292
%%DATADIR%%/lib/panzer.g
292
share/xconq/lib/ng-swedish.g
293
%%DATADIR%%/lib/pearl.g
293
share/xconq/lib/ng-weird.g
294
%%DATADIR%%/lib/people.imf
294
share/xconq/lib/normandy.g
295
%%DATADIR%%/lib/pg.imf
295
share/xconq/lib/nw-europe.g
296
%%DATADIR%%/lib/pgu.g
296
share/xconq/lib/objects.imf
297
%%DATADIR%%/lib/places.imf
297
share/xconq/lib/old-empire.g
298
%%DATADIR%%/lib/postmodern.g
298
share/xconq/lib/omaha.g
299
%%DATADIR%%/lib/province.imf
299
share/xconq/lib/p-e1-1938.g
300
%%DATADIR%%/lib/quest.g
300
share/xconq/lib/panzer.g
301
%%DATADIR%%/lib/red-october.g
301
share/xconq/lib/pearl.g
302
%%DATADIR%%/lib/rom-civ-war.g
302
share/xconq/lib/pelops.g
303
%%DATADIR%%/lib/roman.g
303
share/xconq/lib/people.imf
304
%%DATADIR%%/lib/russian-rev.g
304
share/xconq/lib/places.imf
305
%%DATADIR%%/lib/sf.imf
305
share/xconq/lib/postmodern.g
306
%%DATADIR%%/lib/ships.imf
306
share/xconq/lib/quest.g
307
%%DATADIR%%/lib/simple.g
307
share/xconq/lib/red-october.g
308
%%DATADIR%%/lib/solar.g
308
share/xconq/lib/rom-civ-war.g
309
%%DATADIR%%/lib/space.g
309
share/xconq/lib/roman.g
310
%%DATADIR%%/lib/spec-rules.g
310
share/xconq/lib/russian-rev.g
311
%%DATADIR%%/lib/spec-sides.g
311
share/xconq/lib/sf.imf
312
%%DATADIR%%/lib/spec-units.g
312
share/xconq/lib/ships.imf
313
%%DATADIR%%/lib/spec.g
313
share/xconq/lib/simple.g
314
%%DATADIR%%/lib/spec.imf
314
share/xconq/lib/space.g
315
%%DATADIR%%/lib/standard.g
315
share/xconq/lib/standard.g
316
%%DATADIR%%/lib/standard.imf
316
share/xconq/lib/standard.imf
317
%%DATADIR%%/lib/std-s.imf
317
share/xconq/lib/std-s.imf
318
%%DATADIR%%/lib/stdterr.g
318
share/xconq/lib/stdterr.g
319
%%DATADIR%%/lib/stdunit.g
319
share/xconq/lib/stdunit.g
320
%%DATADIR%%/lib/steppes.g
320
share/xconq/lib/steppes.g
321
%%DATADIR%%/lib/t-africa.g
321
share/xconq/lib/t-africa.g
322
%%DATADIR%%/lib/t-battles.g
322
share/xconq/lib/t-cent-eur.g
323
%%DATADIR%%/lib/t-cent-eur.g
323
share/xconq/lib/t-e1-river.g
324
%%DATADIR%%/lib/t-e1-river.g
324
share/xconq/lib/t-e50-river.g
325
%%DATADIR%%/lib/t-e50-river.g
325
share/xconq/lib/t-eastmed.g
326
%%DATADIR%%/lib/t-eastmed.g
326
share/xconq/lib/t-midearth.g
327
%%DATADIR%%/lib/t-khan.g
327
share/xconq/lib/t-near-east.g
328
%%DATADIR%%/lib/t-korea.g
328
share/xconq/lib/t-normandy.g
329
%%DATADIR%%/lib/t-midearth.g
329
share/xconq/lib/t-nw-eur.g
330
%%DATADIR%%/lib/t-near-east.g
330
share/xconq/lib/t-pacific.g
331
%%DATADIR%%/lib/t-normandy.g
331
share/xconq/lib/t-roman.g
332
%%DATADIR%%/lib/t-nw-eur.g
332
share/xconq/lib/t-russia.g
333
%%DATADIR%%/lib/t-opal.g
333
share/xconq/lib/tailhook.g
334
%%DATADIR%%/lib/t-pacific.g
334
share/xconq/lib/tank.g
335
%%DATADIR%%/lib/t-roman.g
335
share/xconq/lib/tanks.imf
336
%%DATADIR%%/lib/t-russia.g
336
share/xconq/lib/terrain.imf
337
%%DATADIR%%/lib/t-val-beach.g
337
share/xconq/lib/time.g
338
%%DATADIR%%/lib/tailhook.g
338
share/xconq/lib/tokyo.g
339
%%DATADIR%%/lib/tank.g
339
share/xconq/lib/town-names.g
340
%%DATADIR%%/lib/tanks.imf
340
share/xconq/lib/u-e1-1938.g
341
%%DATADIR%%/lib/terrain.imf
341
share/xconq/lib/u-e1-1998.g
342
%%DATADIR%%/lib/time.g
342
share/xconq/lib/u-e50-1998.g
343
%%DATADIR%%/lib/tokyo.g
343
share/xconq/lib/u-greek.g
344
%%DATADIR%%/lib/town-names.g
344
share/xconq/lib/u-normandy.g
345
%%DATADIR%%/lib/trident.imf
345
share/xconq/lib/u-rus-1910.g
346
%%DATADIR%%/lib/u-battles-2.g
346
share/xconq/lib/vehicles.imf
347
%%DATADIR%%/lib/u-battles.g
347
share/xconq/lib/voyages.g
348
%%DATADIR%%/lib/u-e1-1938.g
348
share/xconq/lib/weapons.imf
349
%%DATADIR%%/lib/u-e1-1998.g
349
share/xconq/lib/wizard.g
350
%%DATADIR%%/lib/u-e50-1998.g
350
share/xconq/lib/wizard.imf
351
%%DATADIR%%/lib/u-greek.g
351
share/xconq/lib/ww2-38.g
352
%%DATADIR%%/lib/u-khan-2.g
352
share/xconq/lib/ww2-39.g
353
%%DATADIR%%/lib/u-khan.g
353
share/xconq/lib/ww2-42.g
354
%%DATADIR%%/lib/u-kmaru.g
354
share/xconq/lib/ww2-adv.g
355
%%DATADIR%%/lib/u-kmaru2.g
355
share/xconq/lib/ww2-bn.g
356
%%DATADIR%%/lib/u-korea-2.g
356
share/xconq/lib/ww2-div-eur.g
357
%%DATADIR%%/lib/u-korea.g
357
share/xconq/lib/ww2-div-pac.g
358
%%DATADIR%%/lib/u-normandy.g
358
share/xconq/lib/ww2-eur-42.g
359
%%DATADIR%%/lib/u-opal-heroes.g
359
share/xconq/lib/ww2-pac-41.g
360
%%DATADIR%%/lib/u-opal.g
360
share/xconq/lib/ww2-sides.g
361
%%DATADIR%%/lib/u-rus-1910.g
361
share/xconq/lib/ww2s-42.g
362
%%DATADIR%%/lib/u-val-beach-2.g
362
share/xconq/lib/ww2s-eur-42.g
363
%%DATADIR%%/lib/u-val-beach.g
363
share/xconq/lib/ww2s-pac-41.g
364
%%DATADIR%%/lib/valhalla-beach.g
364
share/xconq/tkconq.tcl
365
%%DATADIR%%/lib/valhalla.g
366
%%DATADIR%%/lib/vehicles.imf
367
%%DATADIR%%/lib/voyages.g
368
%%DATADIR%%/lib/weapons.imf
369
%%DATADIR%%/lib/wizard.g
370
%%DATADIR%%/lib/wizard.imf
371
%%DATADIR%%/lib/wrath-khan.g
372
%%DATADIR%%/lib/wreckreation.imf
373
%%DATADIR%%/lib/ww2-38.g
374
%%DATADIR%%/lib/ww2-39.g
375
%%DATADIR%%/lib/ww2-42.g
376
%%DATADIR%%/lib/ww2-adv.g
377
%%DATADIR%%/lib/ww2-bn.g
378
%%DATADIR%%/lib/ww2-div-eur.g
379
%%DATADIR%%/lib/ww2-div-pac.g
380
%%DATADIR%%/lib/ww2-eur-42.g
381
%%DATADIR%%/lib/ww2-pac-41.g
382
%%DATADIR%%/lib/ww2-sides.g
383
%%DATADIR%%/lib/ww2s-42.g
384
%%DATADIR%%/lib/ww2s-eur-42.g
385
%%DATADIR%%/lib/ww2s-pac-41.g
386
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/CHANGES.txt
387
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/LICENSE.txt
388
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/Makefile.in
389
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/Makefile.in.bak
390
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/README.txt
391
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/aclocal.m4
392
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/arrow.tcl
393
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/bitmap.tcl
394
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/button.tcl
395
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/buttonbox.tcl
396
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/color.tcl
397
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/combobox.tcl
398
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/configure.in
399
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/dialog.tcl
400
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/dragsite.tcl
401
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/dropsite.tcl
402
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/dynhelp.tcl
403
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/entry.tcl
404
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/font.tcl
405
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/bold.gif
406
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/copy.gif
407
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/cut.gif
408
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/dragfile.gif
409
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/dragicon.gif
410
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/error.gif
411
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/file.gif
412
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/folder.gif
413
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/hourglass.gif
414
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/info.gif
415
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/italic.gif
416
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/minus.xbm
417
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/new.gif
418
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/opcopy.xbm
419
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/open.gif
420
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/openfold.gif
421
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/oplink.xbm
422
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/opmove.xbm
423
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/overstrike.gif
424
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/palette.gif
425
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/passwd.gif
426
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/paste.gif
427
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/plus.xbm
428
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/print.gif
429
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/question.gif
430
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/redo.gif
431
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/save.gif
432
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/target.xbm
433
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/underline.gif
434
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/undo.gif
435
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/images/warning.gif
436
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/init.tcl
437
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/label.tcl
438
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/labelentry.tcl
439
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/labelframe.tcl
440
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/lang/de.rc
441
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/lang/en.rc
442
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/lang/es.rc
443
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/lang/fr.rc
444
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/listbox.tcl
445
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/mainframe.tcl
446
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/messagedlg.tcl
447
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/notebook.tcl
448
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/pagesmgr.tcl
449
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/panedw.tcl
450
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/passwddlg.tcl
451
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/pkgIndex.tcl
452
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/progressbar.tcl
453
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/progressdlg.tcl
454
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/scrollframe.tcl
455
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/scrollview.tcl
456
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/scrollw.tcl
457
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/separator.tcl
458
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/spinbox.tcl
459
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/titleframe.tcl
460
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/tree.tcl
461
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/utils.tcl
462
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/widget.tcl
463
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/wizard.tcl
464
%%NOSDL%%%%DATADIR%%/tcltk/BWidget/xpm2image.tcl
465
%%NOSDL%%%%DATADIR%%/tcltk/imfapp.tcl
466
%%NOSDL%%%%DATADIR%%/tcltk/tkconq.tcl
467
%%NOSDL%%@dirrm %%DATADIR%%/tcltk/BWidget/lang
468
%%NOSDL%%@dirrm %%DATADIR%%/tcltk/BWidget/images
469
%%NOSDL%%@dirrm %%DATADIR%%/tcltk/BWidget
470
%%NOSDL%%@dirrm %%DATADIR%%/tcltk
471
@dirrm %%DATADIR%%/lib
472
@dirrm %%DATADIR%%/images
473
@dirrm %%DATADIR%%
365
@exec if [ ! -e %%SCOREDIR%% ] ; then mkdir -p -m 775 %%SCOREDIR%% ; fi
474
@exec if [ ! -e %%SCOREDIR%% ] ; then mkdir -p -m 775 %%SCOREDIR%% ; fi
366
@unexec if [ -e %%SCOREDIR%% ] ; then rm -rf %%SCOREDIR%% ; fi
475
@unexec if [ -e %%SCOREDIR%% ] ; then rm -rf %%SCOREDIR%% ; fi
367
%%PORTDOCS%%@dirrm share/xconq/doc
368
@dirrm share/xconq/images
369
@dirrm share/xconq/lib
370
@dirrm share/xconq

Return to bug 174192