Index: head/graphics/xfractint/Makefile =================================================================== --- head/graphics/xfractint/Makefile (revision 566033) +++ head/graphics/xfractint/Makefile (revision 566034) @@ -1,31 +1,38 @@ # Created by: cacho@mexicano.gdl.iteso.mx # $FreeBSD$ PORTNAME= xfractint -PORTVERSION= 20.04p14 +PORTVERSION= 20.04p16 CATEGORIES= graphics -MASTER_SITES= http://www.fractint.org/ftp/current/linux/ \ - http://twegner.dyndns.org/fractint/ftp/current/linux/ +MASTER_SITES= http://www.fractint.net/ftp/current/linux/ \ + http://www.fractint.org/ftp/current/linux/ MAINTAINER= onemda@gmail.com COMMENT= Unix port of FractInt +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig + USES= gmake xorg USE_XORG= x11 xft ALL_TARGET= ${PORTNAME} -DESKTOP_ENTRIES= "Xfracint" "${COMMENT}" "" "${PORTNAME}" "" "false" +DESKTOP_ENTRIES= "Xfracint" \ + "${COMMENT}" \ + "" \ + "${PORTNAME}" \ + "" \ + "false" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xfractint ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/unix/xfractint.man \ ${STAGEDIR}${MANPREFIX}/man/man1/xfractint.1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/fractint.hlp ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sstools.ini ${STAGEDIR}${DATADIR} .for dir in formulas ifs lsystem maps pars cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DATADIR} .endfor .include Index: head/graphics/xfractint/distinfo =================================================================== --- head/graphics/xfractint/distinfo (revision 566033) +++ head/graphics/xfractint/distinfo (revision 566034) @@ -1,2 +1,3 @@ -SHA256 (xfractint-20.04p14.tar.gz) = 0e2856e596a44f5a8dbd4cb389683ead484776cdba4cce75c6c2a09f86c9b849 -SIZE (xfractint-20.04p14.tar.gz) = 1336285 +TIMESTAMP = 1612016110 +SHA256 (xfractint-20.04p16.tar.gz) = 4e5401cfec0e6ffa1dab38e3c177e1445772096cbe554200c512edeea23c47ad +SIZE (xfractint-20.04p16.tar.gz) = 1356976 Index: head/graphics/xfractint/files/patch-unix_video.c =================================================================== --- head/graphics/xfractint/files/patch-unix_video.c (revision 566033) +++ head/graphics/xfractint/files/patch-unix_video.c (nonexistent) @@ -1,20 +0,0 @@ ---- unix/video.c.orig 2014-05-03 13:12:33 UTC -+++ unix/video.c -@@ -11,7 +11,7 @@ - * Copyright 1992 Ken Shirriff - */ - --WINDOW *curwin; -+extern WINDOW *curwin; - - extern unsigned char *xgetfont (void); - extern int startdisk (void); -@@ -44,7 +44,7 @@ int color_dark = 0; /* darkest color in palette */ - int color_bright = 0; /* brightest color in palette */ - int color_medium = 0; /* nearest to medbright grey in palette - Zoom-Box values (2K x 2K screens max) */ --int boxcolor = 0; /* Zoom-Box color */ -+extern int boxcolor; /* Zoom-Box color */ - int reallyega = 0; /* 1 if its an EGA posing as a VGA */ - int gotrealdac = 0; /* 1 if loaddac has a dacbox */ - int rowcount = 0; /* row-counter for decoder and out_line */ Property changes on: head/graphics/xfractint/files/patch-unix_video.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/xfractint/files/patch-Makefile =================================================================== --- head/graphics/xfractint/files/patch-Makefile (revision 566033) +++ head/graphics/xfractint/files/patch-Makefile (revision 566034) @@ -1,65 +1,71 @@ ---- Makefile.orig 2011-05-08 14:39:40.000000000 -0500 -+++ Makefile 2012-03-10 17:22:45.000000000 -0500 -@@ -20,7 +20,7 @@ +--- Makefile.orig 2020-08-01 23:19:09 UTC ++++ Makefile +@@ -20,7 +20,7 @@ NCURSES = # Use Xft/fontconfig libraries WITHXFT = -DWITH_XFT -XFTHFD = /usr/include/freetype2 +XFTHFD = $(LOCALBASE)/include/freetype2 # Or not # WITHXFT = # XFTHFD = -@@ -34,7 +34,7 @@ +@@ -34,7 +34,7 @@ endif # SRCDIR should be a path to the directory that will hold fractint.hlp # SRCDIR should also hold the .par, .frm, etc. files -SRCDIR = $(DESTDIR)/share/xfractint +SRCDIR = $(PREFIX)/share/xfractint SHRDIR = $(PREFIX)/share/xfractint # BINDIR is where you put your X11 binaries BINDIR = $(DESTDIR)/bin -@@ -123,22 +123,18 @@ +@@ -123,24 +123,20 @@ AFLAGS = -f elf -w+orphan-labels #For Solaris, use CFLAGS = -I. -I/usr/openwin/include $(DEFINES) -g #If you have the nasm assembler on your system add -DNASM to CFLAGS -ifeq ($(AS),/usr/bin/nasm) --CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX -DNASM -fno-builtin +-CFLAGS = -I$(HFD) $(DEFINES) -DBIG_ANSI_C -DLINUX -DNASM -fno-builtin + #CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX -DNASM -fno-builtin #CFLAGS = -I. -D_CONST $(DEFINES) #CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX \ # -march=$(ARCH) -DNASM -fno-builtin #CFLAGS = -I. $(DEFINES) -g -DBIG_ANSI_C -DLINUX -Os -DNASM -fno-builtin -else --CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX -fno-builtin -+CFLAGS += -I$(LOCALBASE)/include -I$(HFD) $(DEFINES) -DBIG_ANSI_C -DLINUX -fno-builtin +-CFLAGS = -I$(HFD) $(DEFINES) -DBIG_ANSI_C -DLINUX -fno-builtin ++CFLAGS = -I$(LOCALBASE)/include -I$(HFD) $(DEFINES) -DBIG_ANSI_C -DLINUX -fno-builtin + #CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX -fno-builtin #CFLAGS = -I$(HFD) $(DEFINES) -g -DBIG_ANSI_C -DLINUX \ # -march=$(ARCH) -fno-builtin #CFLAGS = -I. $(DEFINES) -g -DBIG_ANSI_C -DLINUX -Os -fno-builtin -endif # Gcc is often the only compiler that works for this # For HPUX, use CC = cc -Aa -D_HPUX_SOURCE -@@ -147,7 +143,6 @@ - # For Sun Solaris 2.x w/SparcCompilerC (cc), use CC = cc. - # For Sun Solaris 2.x w/GNU gcc, use CC = gcc - #CC = gcc --CC = /usr/bin/gcc - - # For HPUX, use LIBS = -L/usr/lib/X11R4 -lX11 -lm -lcurses -ltermcap - # For AIX or OSF/1, add -lbsd -@@ -159,11 +154,7 @@ +@@ -162,11 +158,7 @@ CC ?= # LIBS = -L/usr/X11R6/lib -lX11 -lm -lncurses # LIBS = -lX11 -lm -lcurses -ifeq ($(ARCH),athlon64) --LIBS = -L/usr/X11R6/lib64 -lX11 -lm +-LIBS = -L/usr/X11R6/lib64 -lX11 -lm -no-pie -else --LIBS = -L/usr/X11R6/lib -lX11 -lm +-LIBS = -L/usr/X11R6/lib -lX11 -lm -no-pie -endif +LIBS = -L${LOCALBASE}/lib -lX11 -lm ifeq ($(NCURSES),-DNCURSES) LIBS += -lncurses +@@ -324,9 +316,9 @@ fractint: + rm -f unix/unixscr.o unix/video.o unix/xfcurses.o + make NCURSES=-DNCURSES ; mv xfractint fractint + rm -f common/encoder.o common/help.o common/realdos.o +- rm -f unix/unixscr.o unix/video.o unix/xfcurses.o ++ rm -f unix/unixscr.o unix/video.o unix/xfcurses.o + if [ -x xfractint.x11 ] ; then mv -f xfractint.x11 xfractint ; fi +- ++ + # tar: $(FILES) + # tar cvfj xfractint.tar.bz2 $(FILES) + Index: head/graphics/xfractint/files/patch-common__biginit.c =================================================================== --- head/graphics/xfractint/files/patch-common__biginit.c (revision 566033) +++ head/graphics/xfractint/files/patch-common__biginit.c (revision 566034) @@ -1,11 +1,11 @@ ---- common/biginit.c.orig 2011-05-07 15:28:14.000000000 -0500 -+++ common/biginit.c 2012-03-10 17:13:34.000000000 -0500 -@@ -9,7 +9,7 @@ +--- common/biginit.c.orig 2017-02-04 17:11:46 UTC ++++ common/biginit.c +@@ -9,7 +9,7 @@ is in the allocations of memory for the big numbers. #include #ifdef __APPLE__ #include -#else +#elif !defined(BIG_ANSI_C) #include #endif /* see Fractint.c for a description of the "include" hierarchy */ Index: head/graphics/xfractint/files/patch-common__fractalb.c =================================================================== --- head/graphics/xfractint/files/patch-common__fractalb.c (revision 566033) +++ head/graphics/xfractint/files/patch-common__fractalb.c (revision 566034) @@ -1,11 +1,11 @@ ---- common/fractalb.c.orig 2011-05-07 15:31:02.000000000 -0500 -+++ common/fractalb.c 2012-03-10 16:31:30.000000000 -0500 -@@ -12,7 +12,7 @@ +--- common/fractalb.c.orig 2020-07-05 20:02:50 UTC ++++ common/fractalb.c +@@ -12,7 +12,7 @@ fractal routines. #include #elif defined(__APPLE__) #include -#elif !defined(__386BSD__) +#elif !defined(BIG_ANSI_C) #include #endif /* see Fractint.c for a description of the "include" hierarchy */ Index: head/graphics/xfractint/files/patch-common__fractals.c =================================================================== --- head/graphics/xfractint/files/patch-common__fractals.c (revision 566033) +++ head/graphics/xfractint/files/patch-common__fractals.c (revision 566034) @@ -1,20 +1,11 @@ --- common/fractals.c.orig 2015-01-19 18:35:16 UTC +++ common/fractals.c @@ -43,7 +43,7 @@ an appropriate setup, per_image, per_pixel, and orbit #include #elif defined(__APPLE__) #include -#elif !defined(__386BSD__) +#elif !defined(BIG_ANSI_C) #include #endif /* see Fractint.c for a description of the "include" hierarchy */ -@@ -3437,7 +3437,7 @@ MandelbrotMix4fpFractal(void) /* from formula by Jim M - #undef K - #undef L - --double b_const; -+extern double b_const; - - int DivideBrot5Setup(void) - { Index: head/graphics/xfractint/files/patch-common__frasetup.c =================================================================== --- head/graphics/xfractint/files/patch-common__frasetup.c (revision 566033) +++ head/graphics/xfractint/files/patch-common__frasetup.c (revision 566034) @@ -1,11 +1,11 @@ ---- common/frasetup.c.orig 2011-05-07 15:32:06.000000000 -0500 -+++ common/frasetup.c 2012-03-10 16:35:22.000000000 -0500 +--- common/frasetup.c.orig 2014-05-03 13:12:35 UTC ++++ common/frasetup.c @@ -4,7 +4,7 @@ #include #elif defined(__APPLE__) #include -#elif !defined(__386BSD__) +#elif !defined(BIG_ANSI_C) #include #endif /* see Fractint.c for a description of the "include" hierarchy */ Index: head/graphics/xfractint/files/patch-common__lsys.c =================================================================== --- head/graphics/xfractint/files/patch-common__lsys.c (revision 566033) +++ head/graphics/xfractint/files/patch-common__lsys.c (revision 566034) @@ -1,11 +1,11 @@ ---- common/lsys.c.orig 2011-05-07 15:34:46.000000000 -0500 -+++ common/lsys.c 2012-03-10 16:37:40.000000000 -0500 +--- common/lsys.c.orig 2015-01-19 18:35:16 UTC ++++ common/lsys.c @@ -4,7 +4,7 @@ #include #elif defined(__APPLE__) #include -#else +#elif !defined(BIG_ANSI_C) #include #endif Index: head/graphics/xfractint/files/patch-common__lsysf.c =================================================================== --- head/graphics/xfractint/files/patch-common__lsysf.c (revision 566033) +++ head/graphics/xfractint/files/patch-common__lsysf.c (revision 566034) @@ -1,11 +1,11 @@ ---- common/lsysf.c.orig 2011-05-07 15:35:02.000000000 -0500 -+++ common/lsysf.c 2012-03-10 16:50:40.000000000 -0500 +--- common/lsysf.c.orig 2014-05-03 13:12:35 UTC ++++ common/lsysf.c @@ -3,7 +3,7 @@ #include #elif defined(__APPLE__) #include -#else +#elif !defined(BIG_ANSI_C) #include #endif Index: head/graphics/xfractint/files/patch-common__memory.c =================================================================== --- head/graphics/xfractint/files/patch-common__memory.c (revision 566033) +++ head/graphics/xfractint/files/patch-common__memory.c (revision 566034) @@ -1,11 +1,11 @@ ---- common/memory.c.orig 2012-03-10 16:57:05.000000000 -0500 -+++ common/memory.c 2012-03-10 16:57:36.000000000 -0500 +--- common/memory.c.orig 2014-05-03 13:12:35 UTC ++++ common/memory.c @@ -2,7 +2,7 @@ #include #ifdef __APPLE__ #include -#else +#elif !defined(BIG_ANSI_C) #include #endif Index: head/graphics/xfractint/files/patch-common__miscres.c =================================================================== --- head/graphics/xfractint/files/patch-common__miscres.c (revision 566033) +++ head/graphics/xfractint/files/patch-common__miscres.c (revision 566034) @@ -1,11 +1,11 @@ ---- common/miscres.c.orig 2011-05-08 10:19:52.000000000 -0500 -+++ common/miscres.c 2012-03-10 16:58:44.000000000 -0500 +--- common/miscres.c.orig 2014-05-03 13:12:35 UTC ++++ common/miscres.c @@ -7,7 +7,7 @@ #include #ifdef __APPLE__ #include -#else +#elif !defined(BIG_ANSI_C) #include #endif Index: head/graphics/xfractint/files/patch-common__prompts1.c =================================================================== --- head/graphics/xfractint/files/patch-common__prompts1.c (revision 566033) +++ head/graphics/xfractint/files/patch-common__prompts1.c (revision 566034) @@ -1,11 +1,11 @@ ---- common/prompts1.c.orig 2011-05-07 15:32:26.000000000 -0500 -+++ common/prompts1.c 2012-03-10 17:02:06.000000000 -0500 +--- common/prompts1.c.orig 2014-05-03 13:12:35 UTC ++++ common/prompts1.c @@ -14,7 +14,7 @@ #include #elif defined(__APPLE__) #include -#elif !defined(__386BSD__) +#elif !defined(BIG_ANSI_C) #include #endif Index: head/graphics/xfractint/files/patch-common__prompts2.c =================================================================== --- head/graphics/xfractint/files/patch-common__prompts2.c (revision 566033) +++ head/graphics/xfractint/files/patch-common__prompts2.c (revision 566034) @@ -1,20 +1,20 @@ ---- common/prompts2.c.orig 2011-05-08 10:20:02.000000000 -0500 -+++ common/prompts2.c 2012-03-10 17:04:43.000000000 -0500 +--- common/prompts2.c.orig 2015-08-08 13:22:41 UTC ++++ common/prompts2.c @@ -12,7 +12,7 @@ #ifdef DIRENT #include -#elif !defined(__SVR4) +#elif !defined(__SVR4) && !defined(__FreeBSD__) #include #else #include @@ -26,7 +26,7 @@ #include #elif defined(__APPLE__) #include -#elif !defined(__386BSD__) +#elif !defined(BIG_ANSI_C) #include #endif Index: head/graphics/xfractint/files/patch-common__soi.c =================================================================== --- head/graphics/xfractint/files/patch-common__soi.c (revision 566033) +++ head/graphics/xfractint/files/patch-common__soi.c (revision 566034) @@ -1,11 +1,11 @@ ---- common/soi.c.orig 2011-05-07 15:36:36.000000000 -0500 -+++ common/soi.c 2012-03-10 17:08:47.000000000 -0500 +--- common/soi.c.orig 2014-05-03 13:12:35 UTC ++++ common/soi.c @@ -15,7 +15,7 @@ #include #ifdef __APPLE__ #include -#else +#elif !defined(BIG_ANSI_C) #include #endif #include "port.h" Index: head/graphics/xfractint/files/patch-common__soi1.c =================================================================== --- head/graphics/xfractint/files/patch-common__soi1.c (revision 566033) +++ head/graphics/xfractint/files/patch-common__soi1.c (revision 566034) @@ -1,11 +1,11 @@ ---- common/soi1.c.orig 2011-05-07 15:36:50.000000000 -0500 -+++ common/soi1.c 2012-03-10 17:10:37.000000000 -0500 +--- common/soi1.c.orig 2014-05-03 13:12:35 UTC ++++ common/soi1.c @@ -15,7 +15,7 @@ #include #ifdef __APPLE__ #include -#else +#elif !defined(BIG_ANSI_C) #include #endif #include "port.h" Index: head/graphics/xfractint/files/patch-headers__port.h =================================================================== --- head/graphics/xfractint/files/patch-headers__port.h (revision 566033) +++ head/graphics/xfractint/files/patch-headers__port.h (revision 566034) @@ -1,20 +1,20 @@ ---- ./headers/port.h.orig 2008-02-17 17:26:16.000000000 -0500 -+++ ./headers/port.h 2010-01-27 13:52:46.000000000 -0500 +--- headers/port.h.orig 2015-07-04 13:09:32 UTC ++++ headers/port.h @@ -44,7 +44,7 @@ /* If endian.h is not present, it can be handled in the code below, */ /* but if you have this file, it can make it more fool proof. */ #if (defined(XFRACT) && !defined(__sun)) -#if defined(sgi) +#if defined(sgi) || defined(__FreeBSD__) #include - #else - #include -@@ -319,7 +319,7 @@ + #elif defined(__APPLE__) + #include +@@ -333,7 +333,7 @@ extern struct DIR_SEARCH DTA; /* Disk Transfer Area /* HP-UX support long doubles and allows them to be read in with */ /* scanf(), but does not support the functions sinl, cosl, fabsl, etc. */ /* CAE added this 26Jan95 so it would compile (altered by Wes to new macro) */ -#ifdef _HPUX_SOURCE +#if defined _HPUX_SOURCE || defined (__FreeBSD__) #define DO_NOT_USE_LONG_DOUBLE #endif Index: head/graphics/xfractint/files/patch-unix__general.c =================================================================== --- head/graphics/xfractint/files/patch-unix__general.c (revision 566033) +++ head/graphics/xfractint/files/patch-unix__general.c (revision 566034) @@ -1,11 +1,11 @@ ---- ./unix/general.c.orig 2008-04-11 10:36:28.000000000 -0400 -+++ ./unix/general.c 2010-01-27 13:52:46.000000000 -0500 -@@ -317,7 +317,7 @@ +--- unix/general.c.orig 2015-06-24 00:31:32 UTC ++++ unix/general.c +@@ -319,7 +319,7 @@ int delaytime; static struct timeval delay; delay.tv_sec = delaytime/1000; delay.tv_usec = (delaytime%1000)*1000; -#if defined( __SVR4) || defined(LINUX) +#if defined( __SVR4) || defined(LINUX) || defined(__FreeBSD__) (void) select(0, (fd_set *) 0, (fd_set *) 0, (fd_set *) 0, &delay); #else (void) select(0, (int *) 0, (int *) 0, (int *) 0, &delay); Index: head/graphics/xfractint/files/patch-unix__unixscr.c =================================================================== --- head/graphics/xfractint/files/patch-unix__unixscr.c (revision 566033) +++ head/graphics/xfractint/files/patch-unix__unixscr.c (revision 566034) @@ -1,20 +1,20 @@ ---- ./unix/unixscr.c.orig 2008-05-03 13:52:03.000000000 -0400 -+++ ./unix/unixscr.c 2010-01-27 13:52:46.000000000 -0500 +--- unix/unixscr.c.orig 2015-08-09 13:46:52 UTC ++++ unix/unixscr.c @@ -54,7 +54,7 @@ #define FNDELAY O_NDELAY #endif #endif -#ifdef __SVR4 +#if defined (__SVR4) || defined(__FreeBSD__) # include # define FNDELAY O_NONBLOCK #endif -@@ -339,7 +339,7 @@ +@@ -337,7 +337,7 @@ UnixInit() initdacbox(); if (!simple_input) { - signal(SIGINT,(SignalHandler)goodbye); + signal(SIGINT,(sig_t)goodbye); } signal(SIGFPE, fpe_handler); /* Index: head/graphics/xfractint/pkg-descr =================================================================== --- head/graphics/xfractint/pkg-descr (revision 566033) +++ head/graphics/xfractint/pkg-descr (revision 566034) @@ -1,6 +1,6 @@ FractInt is an IBM PC program to generate fractals, and was written by the Stone Soup Group. The Unix port was done by Ken Shirriff and modified by Scott D. Boyd. -WWW: http://www.nahee.com/spanky/www/fractint/ +WWW: https://fractint.net/ Index: head/graphics/xfractint/pkg-plist =================================================================== --- head/graphics/xfractint/pkg-plist (revision 566033) +++ head/graphics/xfractint/pkg-plist (revision 566034) @@ -1,61 +1,78 @@ bin/xfractint man/man1/xfractint.1.gz +%%DATADIR%%/formulas/fierce.frm +%%DATADIR%%/formulas/fract_sy.frm %%DATADIR%%/formulas/fract001.frm %%DATADIR%%/formulas/fract002.frm %%DATADIR%%/formulas/fract003.frm %%DATADIR%%/formulas/fract196.frm %%DATADIR%%/formulas/fract200.frm -%%DATADIR%%/formulas/fract_sy.frm %%DATADIR%%/formulas/fractint.frm %%DATADIR%%/formulas/ikenaga.frm %%DATADIR%%/formulas/julitile.frm +%%DATADIR%%/formulas/mfr_10.frm +%%DATADIR%%/formulas/MFR_12.frm +%%DATADIR%%/formulas/MFR_13_o.frm +%%DATADIR%%/formulas/MFR_13.frm %%DATADIR%%/formulas/new_if.frm %%DATADIR%%/formulas/newton.frm +%%DATADIR%%/formulas/test.frm %%DATADIR%%/fractint.hlp %%DATADIR%%/ifs/fract205.ifs %%DATADIR%%/ifs/fractint.ifs %%DATADIR%%/lsystem/fract205.l %%DATADIR%%/lsystem/fractint.l %%DATADIR%%/lsystem/penrose.l +%%DATADIR%%/lsystem/test.l %%DATADIR%%/lsystem/tiling.l %%DATADIR%%/maps/altern.map %%DATADIR%%/maps/blues.map %%DATADIR%%/maps/chroma.map %%DATADIR%%/maps/default.map %%DATADIR%%/maps/defaultw.map %%DATADIR%%/maps/firestrm.map %%DATADIR%%/maps/froth3.map %%DATADIR%%/maps/froth316.map %%DATADIR%%/maps/froth6.map %%DATADIR%%/maps/froth616.map %%DATADIR%%/maps/gamma1.map %%DATADIR%%/maps/gamma2.map %%DATADIR%%/maps/glasses1.map %%DATADIR%%/maps/glasses2.map %%DATADIR%%/maps/goodega.map %%DATADIR%%/maps/green.map %%DATADIR%%/maps/grey.map %%DATADIR%%/maps/grid.map %%DATADIR%%/maps/headach2.map %%DATADIR%%/maps/headache.map %%DATADIR%%/maps/landscap.map %%DATADIR%%/maps/lyapunov.map %%DATADIR%%/maps/neon.map %%DATADIR%%/maps/paintjet.map %%DATADIR%%/maps/royal.map %%DATADIR%%/maps/topo.map %%DATADIR%%/maps/volcano.map +%%DATADIR%%/pars/58484w7a.par %%DATADIR%%/pars/cellular.par %%DATADIR%%/pars/demo.par +%%DATADIR%%/pars/fierce.par %%DATADIR%%/pars/fract18.par %%DATADIR%%/pars/fract19.par %%DATADIR%%/pars/fract200.par %%DATADIR%%/pars/fract205.par %%DATADIR%%/pars/fractint.par +%%DATADIR%%/pars/fun.par +%%DATADIR%%/pars/HalLane.par %%DATADIR%%/pars/icons.par %%DATADIR%%/pars/lyapunov.par +%%DATADIR%%/pars/MFR_13_2.par +%%DATADIR%%/pars/MFR_13.par %%DATADIR%%/pars/music.par %%DATADIR%%/pars/newphoen.par %%DATADIR%%/pars/orbits.par %%DATADIR%%/pars/phoenix.par +%%DATADIR%%/pars/RoundTrp.par +%%DATADIR%%/pars/test.par +%%DATADIR%%/pars/Test.par +%%DATADIR%%/pars/testsave.par %%DATADIR%%/sstools.ini