summaryrefslogtreecommitdiff
path: root/graphics/opendx
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-24 05:18:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-24 05:18:48 +0000
commit181e18530c03fd77d67d2d02595692932d03fbc8 (patch)
treea6e1ab96cff83202b183cf9031073732dbc67cba /graphics/opendx
parentMake this port compile again, and remove the BROKEN annotation. (diff)
upgrade to 4.2.0
PR: 38474 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
Notes
Notes: svn path=/head/; revision=59857
Diffstat (limited to 'graphics/opendx')
-rw-r--r--graphics/opendx/Makefile6
-rw-r--r--graphics/opendx/distinfo2
-rw-r--r--graphics/opendx/files/patch-ah30
-rw-r--r--graphics/opendx/files/patch-src:exec:libdx:memory.c22
-rw-r--r--graphics/opendx/pkg-plist595
5 files changed, 320 insertions, 335 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index adfdf4eb75e4..808c0ed27516 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -1,13 +1,14 @@
# New ports collection makefile for: opendx
# Date created: 27 May 1999
# Whom: Thomas Gellekum <tg@FreeBSD.org>
+# Updates: Randall Hopper <rhh@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= opendx
-PORTVERSION= 4.1.3
-PORTREVISION= 1
+PORTVERSION= 4.2.0
+PORTREVISION= 0
CATEGORIES= graphics math
MASTER_SITES= http://www.research.ibm.com/dx/srcDownload/srcArchive/ \
http://opendx.npaci.edu/source/
@@ -29,7 +30,6 @@ USE_NEWGCC= yes
USE_XLIB= yes
AUTOMAKE_ARGS= -a -i
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-magick
CONFIGURE_ENV= ARCH="" \
CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS} -I${PREFIX}/include" \
CPPFLAGS="-I${PREFIX}/include" \
diff --git a/graphics/opendx/distinfo b/graphics/opendx/distinfo
index bf1b8d47ff68..d1ee1bbb100f 100644
--- a/graphics/opendx/distinfo
+++ b/graphics/opendx/distinfo
@@ -1 +1 @@
-MD5 (dx-4.1.3.tar.gz) = 2ae776daad958d6176cd0c0fda314b35
+MD5 (dx-4.2.0.tar.gz) = a57c5ee29457d5cb4745986f696ea19e
diff --git a/graphics/opendx/files/patch-ah b/graphics/opendx/files/patch-ah
index f355ff9dde40..7a5214f28fb5 100644
--- a/graphics/opendx/files/patch-ah
+++ b/graphics/opendx/files/patch-ah
@@ -9,33 +9,3 @@
set showversion=0
-@@ -155,9 +155,9 @@
-
- setenv DXARCH $exarch
-
--# default to running locally, from /usr/lpp/dx
-+# default to running locally, from @prefix@/dx
- set exhost=$thishost
--set dxroot=/usr/lpp/dx
-+set dxroot=@prefix@/dx
- set startup=1 # run the startup window by default
-
-
-@@ -1137,7 +1137,7 @@
- if (! $?port) set port=1900 # default socket
- if (! $?cdto) set cdto=`pwd` # default current dir for exec
-
--if (! $?dxdata) set dxdata="/usr/lpp/dx/samples/data"
-+if (! $?dxdata) set dxdata="@prefix@/dx/samples/data"
-
-
- #
-@@ -1605,7 +1605,7 @@
- For example,
- dx -key 193495946952abed bar.net
-
-- -dxroot dirname dx root directory; defaults to /usr/lpp/dx
-+ -dxroot dirname dx root directory; defaults to @prefix@/dx
-
- -macros pathlist directory list to search for UI macros
- -data pathlist directory list to search for data files
diff --git a/graphics/opendx/files/patch-src:exec:libdx:memory.c b/graphics/opendx/files/patch-src:exec:libdx:memory.c
deleted file mode 100644
index d231862856e5..000000000000
--- a/graphics/opendx/files/patch-src:exec:libdx:memory.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/exec/libdx/memory.c.orig Mon May 21 07:06:59 2001
-+++ src/exec/libdx/memory.c Thu Oct 11 10:15:47 2001
-@@ -1057,6 +1057,19 @@
- #define LARGE(x) ((int)x>=(int)large)
- #endif
-
-+#ifdef freebsd
-+#define initvalues
-+#define SMALL_BASE 0 /* use data segment */
-+#define SMALL_GET _dxfgetmem /* expand by using DosSetMem */
-+#define LARGE_GET _dxfgetmem /* expand by using DosSetMem */
-+#define LARGE_INIT 2 MEG /* doesn't matter; consistent w/ sgi */
-+#define LARGE_INCR 2 MEG /* doesn't matter; consistent w/ sgi */
-+#define SIZE_ROUND 2 MEG /* doesn't matter; consistent w/ sgi */
-+#define MALLOC_NONE 1 /* provide malloc from global arena */
-+#define SMALL(x) ((long)x<(long)large)
-+#define LARGE(x) ((long)x>=(long)large)
-+#endif
-+
- #ifdef cygwin
- #define initvalues
- #define SMALL_BASE 0 /* use data segment */
diff --git a/graphics/opendx/pkg-plist b/graphics/opendx/pkg-plist
index 6cde3235a0f0..df5a2e96f3ec 100644
--- a/graphics/opendx/pkg-plist
+++ b/graphics/opendx/pkg-plist
@@ -1,51 +1,118 @@
bin/dx
-dx/bin/dx
-dx/bin/dxworker
-dx/bin/mdf2c
-dx/bin_%%ARCH%%/builder
+dx/lib_%%ARCH%%/libDXlite.a
+dx/lib_%%ARCH%%/libDX.a
+dx/lib_%%ARCH%%/libDXcallm.a
+dx/lib_%%ARCH%%/libDXL.a
+dx/lib_%%ARCH%%/arch.mak
+dx/lib/dx.mdf
+dx/lib/mdf2c.awk
+dx/lib/messages
+dx/lib/colors.txt
+dx/lib/dxfSaveCurrentImage.net
+dx/lib/dxrc
+dx/lib/dxexec.exp
+dx/lib/outboard.c
dx/bin_%%ARCH%%/dxexec
dx/bin_%%ARCH%%/dxui
dx/bin_%%ARCH%%/prompter
-dx/bin_%%ARCH%%/startupui
dx/bin_%%ARCH%%/tutor
-dx/doc/README
-dx/doc/README_SMP
-dx/doc/README_alphax
-dx/doc/README_aviion
-dx/doc/README_hp700
-dx/doc/README_ibm6000
-dx/doc/README_ibmpvs
-dx/doc/README_indigo
-dx/doc/README_intelnt
-dx/doc/README_sgi
-dx/doc/README_sgi4
-dx/doc/README_solaris
-dx/doc/README_sun4
-dx/fonts/Readme
-dx/fonts/area.dx
-dx/fonts/cyril_d.dx
-dx/fonts/fixed.dx
-dx/fonts/gothiceng_t.dx
-dx/fonts/gothicger_t.dx
-dx/fonts/gothicit_t.dx
-dx/fonts/greek_d.dx
-dx/fonts/greek_s.dx
-dx/fonts/italic_d.dx
-dx/fonts/italic_t.dx
-dx/fonts/pitman.dx
-dx/fonts/roman_d.dx
-dx/fonts/roman_dser.dx
-dx/fonts/roman_ext.dx
-dx/fonts/roman_s.dx
-dx/fonts/roman_sfix.dx
-dx/fonts/roman_tser.dx
-dx/fonts/script_d.dx
-dx/fonts/script_s.dx
-dx/fonts/variable.dx
-dx/help/GarHelpDir
+dx/bin_%%ARCH%%/builder
+dx/bin_%%ARCH%%/startupui
+dx/ui/icon50.dat
+dx/ui/icon50.xpm
+dx/ui/logo.dat
+dx/ui/logo.xpm
+dx/ui/ui.mdf
+dx/ui/Basic2D.cfg
+dx/ui/Basic2D.net
+dx/ui/Basic3D.cfg
+dx/ui/Basic3D.net
+dx/ui/FacesLoopsEdges.cfg
+dx/ui/FacesLoopsEdges.net
+dx/ui/GARMWName
+dx/ui/Gridded_2D_1var_notseries.cfg
+dx/ui/Gridded_2D_1var_notseries.net
+dx/ui/Gridded_2D_2ormorevar_notseries.cfg
+dx/ui/Gridded_2D_2ormorevar_notseries.net
+dx/ui/Gridded_3D_1var_notseries.cfg
+dx/ui/ReadImage.cfg
+dx/ui/Gridded_3D_1var_notseries.net
+dx/ui/Gridded_3D_2ormorevar_notseries.cfg
+dx/ui/Gridded_3D_2ormorevar_notseries.net
+dx/ui/ImportSpreadsheetMatrix.cfg
+dx/ui/ImportSpreadsheetMatrix.net
+dx/ui/ImportSpreadsheetTable.cfg
+dx/ui/ImportSpreadsheetTable.net
+dx/ui/ReadImage.net
+dx/ui/UnGridded_2D_1var_notseries.cfg
+dx/ui/UnGridded_2D_1var_notseries.net
+dx/ui/UnGridded_2D_2ormorevar_notseries.cfg
+dx/ui/UnGridded_2D_2ormorevar_notseries.net
+dx/ui/UnGridded_3D_1var_notseries.cfg
+dx/ui/UnGridded_3D_1var_notseries.net
+dx/ui/UnGridded_3D_2ormorevar_notseries.cfg
+dx/ui/UnGridded_3D_2ormorevar_notseries.net
+dx/ui/date.fmt
+dx/ui/decision.cfg
+dx/ui/decision.net
+dx/ui/editorWindow
+dx/ui/help.txt
+dx/ui/imageWindow
+dx/ui/support.txt
+dx/ui/syntax.txt
+dx/ui/testimp.net
+dx/ui/testssheet.net
+dx/ui/viewer.net
+dx/include/dx/UserInteractors.h
+dx/include/dx/advanced.h
+dx/include/dx/arch.h
+dx/include/dx/array.h
+dx/include/dx/arrayhandles.h
+dx/include/dx/basic.h
+dx/include/dx/cache.h
+dx/include/dx/camera.h
+dx/include/dx/clipped.h
+dx/include/dx/component.h
+dx/include/dx/dx.h
+dx/include/dx/error.h
+dx/include/dx/extract.h
+dx/include/dx/field.h
+dx/include/dx/geometry.h
+dx/include/dx/group.h
+dx/include/dx/grow.h
+dx/include/dx/hash.h
+dx/include/dx/helper.h
+dx/include/dx/image.h
+dx/include/dx/import.h
+dx/include/dx/invalid.h
+dx/include/dx/lexical.h
+dx/include/dx/light.h
+dx/include/dx/memory.h
+dx/include/dx/modflags.h
+dx/include/dx/object.h
+dx/include/dx/partition.h
+dx/include/dx/pending.h
+dx/include/dx/pick.h
+dx/include/dx/private.h
+dx/include/dx/rel_1_bc.h
+dx/include/dx/render.h
+dx/include/dx/resampling.h
+dx/include/dx/screen.h
+dx/include/dx/seglist.h
+dx/include/dx/string.h
+dx/include/dx/task.h
+dx/include/dx/timing.h
+dx/include/dx/version.h
+dx/include/dx/xform.h
+dx/include/dxl.h
+dx/include/dxconfig.h
+dx/include/dxstereo.h
+dx/bin/dxworker
+dx/bin/mdf2c
+dx/bin/dx
+dx/bin/url_handler.sh
dx/help/HelpDir
dx/help/HelpNotAvailable
-dx/help/MBHelpDir
dx/help/dxall1
dx/help/dxall10
dx/help/dxall100
@@ -168,6 +235,7 @@ dx/help/dxall1104
dx/help/dxall1105
dx/help/dxall1106
dx/help/dxall1107
+dx/help/dxall12
dx/help/dxall1108
dx/help/dxall1109
dx/help/dxall111
@@ -269,7 +337,6 @@ dx/help/dxall1196
dx/help/dxall1197
dx/help/dxall1198
dx/help/dxall1199
-dx/help/dxall12
dx/help/dxall120
dx/help/dxall1200
dx/help/dxall1201
@@ -394,6 +461,7 @@ dx/help/dxall1308
dx/help/dxall1309
dx/help/dxall131
dx/help/dxall1310
+dx/help/dxall15
dx/help/dxall1311
dx/help/dxall1312
dx/help/dxall1313
@@ -509,7 +577,6 @@ dx/help/dxall146
dx/help/dxall147
dx/help/dxall148
dx/help/dxall149
-dx/help/dxall15
dx/help/dxall150
dx/help/dxall151
dx/help/dxall152
@@ -545,13 +612,13 @@ dx/help/dxall180
dx/help/dxall181
dx/help/dxall182
dx/help/dxall183
+dx/help/dxall19
dx/help/dxall184
dx/help/dxall185
dx/help/dxall186
dx/help/dxall187
dx/help/dxall188
dx/help/dxall189
-dx/help/dxall19
dx/help/dxall190
dx/help/dxall191
dx/help/dxall192
@@ -1349,142 +1416,14 @@ dx/help/dxall998
dx/help/dxall999
dx/help/hlpalhtl
dx/help/hlpall
+dx/help/spots
dx/help/mbidx
dx/help/quikidx
-dx/help/spots
-dx/help/svsmstrh
dx/help/ugidx
+dx/help/svsmstrh
dx/help/usrefidx
-dx/html/README.htm
-dx/html/README_SMP.htm
-dx/html/README_alphax.htm
-dx/html/README_hp700.htm
-dx/html/README_ibm6000.htm
-dx/html/README_intelnt.htm
-dx/html/README_sgi.htm
-dx/html/README_solaris.htm
-dx/html/allguide.htm
-dx/html/images/3dcurs.gif
-dx/html/images/adctlpt.gif
-dx/html/images/arch.gif
-dx/html/images/autoax.gif
-dx/html/images/autoexp.gif
-dx/html/images/brwswin.gif
-dx/html/images/camera.gif
-dx/html/images/cmaped.gif
-dx/html/images/cmputcfg.gif
-dx/html/images/colomap1.gif
-dx/html/images/colormap.gif
-dx/html/images/confgdb.gif
-dx/html/images/ctpanacc.gif
-dx/html/images/ctpangrp.gif
-dx/html/images/ctrlpan.gif
-dx/html/images/dataorg.gif
-dx/html/images/datapr1.gif
-dx/html/images/datdpnd.gif
-dx/html/images/dialint.gif
-dx/html/images/dinhd.gif
-dx/html/images/dxicon8.gif
-dx/html/images/example1.gif
-dx/html/images/excutgrp.gif
-dx/html/images/exticon.gif
-dx/html/images/filesel.gif
-dx/html/images/findtool.gif
-dx/html/images/fldobj.gif
-dx/html/images/flehole.gif
-dx/html/images/flesurf.gif
-dx/html/images/flexmp.gif
-dx/html/images/flseldb.gif
-dx/html/images/flselint.gif
-dx/html/images/fragment.gif
-dx/html/images/framctrl.gif
-dx/html/images/fulldp.gif
-dx/html/images/genwave.gif
-dx/html/images/griddb.gif
-dx/html/images/gridtype.gif
-dx/html/images/grparts.gif
-dx/html/images/hand.gif
-dx/html/images/hdrdat.gif
-dx/html/images/hello1.gif
-dx/html/images/hello2.gif
-dx/html/images/helpwin.gif
-dx/html/images/htswork.gif
-dx/html/images/imagwin.gif
-dx/html/images/impconf.gif
-dx/html/images/inputcfg.gif
-dx/html/images/intlabl.gif
-dx/html/images/irggrid.gif
-dx/html/images/macrname.gif
-dx/html/images/majcomp.gif
-dx/html/images/map.gif
-dx/html/images/map2plan.gif
-dx/html/images/mapdform.gif
-dx/html/images/matpa1.gif
-dx/html/images/matpa2.gif
-dx/html/images/modbuild.gif
-dx/html/images/navigate.gif
-dx/html/images/opendb.gif
-dx/html/images/optbox.gif
-dx/html/images/patrx1.gif
-dx/html/images/patrx2.gif
-dx/html/images/patry1.gif
-dx/html/images/patry2.gif
-dx/html/images/prodarxy.gif
-dx/html/images/prodarz.gif
-dx/html/images/prtimg.gif
-dx/html/images/quikovx.gif
-dx/html/images/reggrid.gif
-dx/html/images/rendopts.gif
-dx/html/images/reorient.gif
-dx/html/images/saveas.gif
-dx/html/images/savimg.gif
-dx/html/images/sealevel.gif
-dx/html/images/selattr.gif
-dx/html/images/selctint.gif
-dx/html/images/seqctrl.gif
-dx/html/images/setattr.gif
-dx/html/images/sgroup.gif
-dx/html/images/shcomps.gif
-dx/html/images/simfdp.gif
-dx/html/images/skwdgrid.gif
-dx/html/images/slidint.gif
-dx/html/images/startup.gif
-dx/html/images/stepint.gif
-dx/html/images/strngint.gif
-dx/html/images/strtsrv.gif
-dx/html/images/strtsrvo.gif
-dx/html/images/textint.gif
-dx/html/images/throtdb.gif
-dx/html/images/transfrm.gif
-dx/html/images/txtmesh.gif
-dx/html/images/usefle.gif
-dx/html/images/veclist.gif
-dx/html/images/vertord.gif
-dx/html/images/vrtordu1.gif
-dx/html/images/vrtordu2.gif
-dx/html/images/vuctrl.gif
-dx/html/images/wrpdgrid.gif
-dx/html/images/xgroup.gif
-dx/html/images/xgrpasgn.gif
-dx/html/images/xirega.gif
-dx/html/images/xmesha.gif
-dx/html/images/xmodf1.gif
-dx/html/images/xmodf10.gif
-dx/html/images/xmodf11.gif
-dx/html/images/xmodf12.gif
-dx/html/images/xmodf13.gif
-dx/html/images/xmodf2.gif
-dx/html/images/xmodf3.gif
-dx/html/images/xmodf4.gif
-dx/html/images/xmodf6.gif
-dx/html/images/xmodf7.gif
-dx/html/images/xmodf8.gif
-dx/html/images/xmodf9.gif
-dx/html/images/xmpmacro.gif
-dx/html/images/xproda.gif
-dx/html/index.htm
-dx/html/index.html
-dx/html/insguide.htm
+dx/help/GarHelpDir
+dx/help/MBHelpDir
dx/html/pages/insgu002.htm
dx/html/pages/insgu003.htm
dx/html/pages/insgu004.htm
@@ -1899,6 +1838,7 @@ dx/html/pages/qikgu031.htm
dx/html/pages/qikgu032.htm
dx/html/pages/qikgu033.htm
dx/html/pages/qikgu034.htm
+dx/html/pages/qikgu035.htm
dx/html/pages/refgu002.htm
dx/html/pages/refgu003.htm
dx/html/pages/refgu004.htm
@@ -2149,113 +2089,211 @@ dx/html/pages/usrgu074.htm
dx/html/pages/usrgu075.htm
dx/html/pages/usrgu076.htm
dx/html/pages/usrgu077.htm
+dx/html/pages/usrgu078.htm
+dx/html/pages/usrgu079.htm
+dx/html/pages/usrgu080.htm
+dx/html/images/3dcurs.gif
+dx/html/images/adctlpt.gif
+dx/html/images/arch.gif
+dx/html/images/autoax.gif
+dx/html/images/autoexp.gif
+dx/html/images/brwswin.gif
+dx/html/images/camera.gif
+dx/html/images/cmaped.gif
+dx/html/images/cmputcfg.gif
+dx/html/images/colomap1.gif
+dx/html/images/colormap.gif
+dx/html/images/confgdb.gif
+dx/html/images/ctpanacc.gif
+dx/html/images/ctpangrp.gif
+dx/html/images/ctrlpan.gif
+dx/html/images/dataorg.gif
+dx/html/images/datapr1.gif
+dx/html/images/datdpnd.gif
+dx/html/images/dialint.gif
+dx/html/images/dinhd.gif
+dx/html/images/dxicon8.gif
+dx/html/images/example1.gif
+dx/html/images/excutgrp.gif
+dx/html/images/exticon.gif
+dx/html/images/filesel.gif
+dx/html/images/findtool.gif
+dx/html/images/fldobj.gif
+dx/html/images/flehole.gif
+dx/html/images/flesurf.gif
+dx/html/images/flexmp.gif
+dx/html/images/flseldb.gif
+dx/html/images/flselint.gif
+dx/html/images/fragment.gif
+dx/html/images/framctrl.gif
+dx/html/images/fulldp.gif
+dx/html/images/genwave.gif
+dx/html/images/griddb.gif
+dx/html/images/gridtype.gif
+dx/html/images/grparts.gif
+dx/html/images/hand.gif
+dx/html/images/hdrdat.gif
+dx/html/images/hello1.gif
+dx/html/images/hello2.gif
+dx/html/images/helpwin.gif
+dx/html/images/htswork.gif
+dx/html/images/imagwin.gif
+dx/html/images/impconf.gif
+dx/html/images/inputcfg.gif
+dx/html/images/intlabl.gif
+dx/html/images/irggrid.gif
+dx/html/images/javatls.gif
+dx/html/images/macrname.gif
+dx/html/images/majcomp.gif
+dx/html/images/map.gif
+dx/html/images/map2plan.gif
+dx/html/images/mapdform.gif
+dx/html/images/matpa1.gif
+dx/html/images/matpa2.gif
+dx/html/images/modbuild.gif
+dx/html/images/navigate.gif
+dx/html/images/opendb.gif
+dx/html/images/optbox.gif
+dx/html/images/patrx1.gif
+dx/html/images/patrx2.gif
+dx/html/images/patry1.gif
+dx/html/images/patry2.gif
+dx/html/images/prodarxy.gif
+dx/html/images/prodarz.gif
+dx/html/images/prtimg.gif
+dx/html/images/quikovx.gif
+dx/html/images/reggrid.gif
+dx/html/images/rendopts.gif
+dx/html/images/reorient.gif
+dx/html/images/saveas.gif
+dx/html/images/savimg.gif
+dx/html/images/sealevel.gif
+dx/html/images/selattr.gif
+dx/html/images/selctint.gif
+dx/html/images/seqctrl.gif
+dx/html/images/setattr.gif
+dx/html/images/sgroup.gif
+dx/html/images/shcomps.gif
+dx/html/images/simfdp.gif
+dx/html/images/skwdgrid.gif
+dx/html/images/slidint.gif
+dx/html/images/startup.gif
+dx/html/images/stepint.gif
+dx/html/images/strngint.gif
+dx/html/images/strtsrv.gif
+dx/html/images/strtsrvo.gif
+dx/html/images/textint.gif
+dx/html/images/throtdb.gif
+dx/html/images/transfrm.gif
+dx/html/images/txtmesh.gif
+dx/html/images/usefle.gif
+dx/html/images/veclist.gif
+dx/html/images/vertord.gif
+dx/html/images/vrtordu1.gif
+dx/html/images/vrtordu2.gif
+dx/html/images/vuctrl.gif
+dx/html/images/wrpdgrid.gif
+dx/html/images/xgroup.gif
+dx/html/images/xgrpasgn.gif
+dx/html/images/xirega.gif
+dx/html/images/xmesha.gif
+dx/html/images/xmodf1.gif
+dx/html/images/xmodf10.gif
+dx/html/images/xmodf11.gif
+dx/html/images/xmodf12.gif
+dx/html/images/xmodf13.gif
+dx/html/images/xmodf2.gif
+dx/html/images/xmodf3.gif
+dx/html/images/xmodf4.gif
+dx/html/images/xmodf6.gif
+dx/html/images/xmodf7.gif
+dx/html/images/xmodf8.gif
+dx/html/images/xmodf9.gif
+dx/html/images/xmpmacro.gif
+dx/html/images/xproda.gif
+dx/html/images/foot-fc.gif
+dx/html/images/foot-ug.gif
+dx/html/images/foot-qs.gif
+dx/html/images/foot-ur.gif
+dx/html/images/flcgh_07.gif
+dx/html/images/flcgh_05.gif
+dx/html/images/dxdawn.gif
+dx/html/images/flcgh_09.gif
+dx/html/images/spacer.gif
+dx/html/images/flcgh_03d.gif
+dx/html/images/flcgh_03.gif
+dx/html/images/flcgh_02d.gif
+dx/html/images/flcgh_02.gif
+dx/html/images/flcgh_04d.gif
+dx/html/images/flcgh_10.gif
+dx/html/images/flcgh_04.gif
+dx/html/images/flcgh_01.gif
+dx/html/images/flcgh_08.gif
+dx/html/images/flcgh_06.gif
+dx/html/images/flcgh_11.gif
+dx/html/images/flcgh_05d.gif
+dx/html/images/matpa3.gif
+dx/html/images/matpa4.gif
+dx/html/images/opacintg.gif
+dx/html/README.htm
+dx/html/README_SMP.htm
+dx/html/README_alphax.htm
+dx/html/README_hp700.htm
+dx/html/README_ibm6000.htm
+dx/html/README_intelnt.htm
+dx/html/README_sgi.htm
+dx/html/README_solaris.htm
+dx/html/allguide.htm
+dx/html/insguide.htm
dx/html/proguide.htm
dx/html/qikguide.htm
dx/html/refguide.htm
dx/html/usrguide.htm
-dx/include/dx/UserInteractors.h
-dx/include/dx/advanced.h
-dx/include/dx/arch.h
-dx/include/dx/array.h
-dx/include/dx/arrayhandles.h
-dx/include/dx/basic.h
-dx/include/dx/cache.h
-dx/include/dx/camera.h
-dx/include/dx/clipped.h
-dx/include/dx/component.h
-dx/include/dx/dx.h
-dx/include/dx/error.h
-dx/include/dx/extract.h
-dx/include/dx/field.h
-dx/include/dx/geometry.h
-dx/include/dx/group.h
-dx/include/dx/grow.h
-dx/include/dx/hash.h
-dx/include/dx/helper.h
-dx/include/dx/image.h
-dx/include/dx/import.h
-dx/include/dx/invalid.h
-dx/include/dx/lexical.h
-dx/include/dx/light.h
-dx/include/dx/memory.h
-dx/include/dx/modflags.h
-dx/include/dx/object.h
-dx/include/dx/partition.h
-dx/include/dx/pending.h
-dx/include/dx/pick.h
-dx/include/dx/private.h
-dx/include/dx/rel_1_bc.h
-dx/include/dx/render.h
-dx/include/dx/resampling.h
-dx/include/dx/screen.h
-dx/include/dx/seglist.h
-dx/include/dx/string.h
-dx/include/dx/task.h
-dx/include/dx/timing.h
-dx/include/dx/version.h
-dx/include/dx/xform.h
-dx/include/dxconfig.h
-dx/include/dxl.h
-dx/lib/colors.txt
-dx/lib/dx.mdf
-dx/lib/dxexec.exp
-dx/lib/dxfSaveCurrentImage.net
-dx/lib/dxrc
-dx/lib/mdf2c.awk
-dx/lib/messages
-dx/lib/outboard.c
-dx/lib_%%ARCH%%/arch.mak
-dx/lib_%%ARCH%%/libDX.a
-dx/lib_%%ARCH%%/libDXL.a
-dx/lib_%%ARCH%%/libDXcallm.a
-dx/lib_%%ARCH%%/libDXlite.a
-dx/man/catl/dx.l
+dx/html/search.js
+dx/html/srchhelp.htm
+dx/html/srchidx.js
+dx/html/srchindx.htm
+dx/html/srchnav.htm
+dx/html/Help.idx
+dx/html/notfound.htm
+dx/html/index.htm
+dx/html/index.html
dx/man/manl/dx.l
-dx/ui/Basic2D.cfg
-dx/ui/Basic2D.net
-dx/ui/Basic3D.cfg
-dx/ui/Basic3D.net
-dx/ui/FacesLoopsEdges.cfg
-dx/ui/FacesLoopsEdges.net
-dx/ui/GARMWName
-dx/ui/Gridded_2D_1var_notseries.cfg
-dx/ui/Gridded_2D_1var_notseries.net
-dx/ui/Gridded_2D_2ormorevar_notseries.cfg
-dx/ui/Gridded_2D_2ormorevar_notseries.net
-dx/ui/Gridded_3D_1var_notseries.cfg
-dx/ui/Gridded_3D_1var_notseries.net
-dx/ui/Gridded_3D_2ormorevar_notseries.cfg
-dx/ui/Gridded_3D_2ormorevar_notseries.net
-dx/ui/ImportSpreadsheetMatrix.cfg
-dx/ui/ImportSpreadsheetMatrix.net
-dx/ui/ImportSpreadsheetTable.cfg
-dx/ui/ImportSpreadsheetTable.net
-dx/ui/ReadImage.cfg
-dx/ui/ReadImage.net
-dx/ui/UnGridded_2D_1var_notseries.cfg
-dx/ui/UnGridded_2D_1var_notseries.net
-dx/ui/UnGridded_2D_2ormorevar_notseries.cfg
-dx/ui/UnGridded_2D_2ormorevar_notseries.net
-dx/ui/UnGridded_3D_1var_notseries.cfg
-dx/ui/UnGridded_3D_1var_notseries.net
-dx/ui/UnGridded_3D_2ormorevar_notseries.cfg
-dx/ui/UnGridded_3D_2ormorevar_notseries.net
-dx/ui/date.fmt
-dx/ui/decision.cfg
-dx/ui/decision.net
-dx/ui/editorWindow
-dx/ui/help.txt
-dx/ui/icon50.dat
-dx/ui/icon50.xpm
-dx/ui/imageWindow
-dx/ui/logo.dat
-dx/ui/logo.xpm
-dx/ui/support.txt
-dx/ui/syntax.txt
-dx/ui/testimp.net
-dx/ui/testssheet.net
-dx/ui/ui.mdf
-dx/ui/viewer.net
+dx/man/catl/dx.l
+dx/fonts/Readme
+dx/fonts/area.dx
+dx/fonts/cyril_d.dx
+dx/fonts/fixed.dx
+dx/fonts/gothiceng_t.dx
+dx/fonts/gothicger_t.dx
+dx/fonts/gothicit_t.dx
+dx/fonts/greek_d.dx
+dx/fonts/greek_s.dx
+dx/fonts/italic_d.dx
+dx/fonts/italic_t.dx
+dx/fonts/pitman.dx
+dx/fonts/roman_d.dx
+dx/fonts/roman_dser.dx
+dx/fonts/roman_ext.dx
+dx/fonts/roman_s.dx
+dx/fonts/roman_sfix.dx
+dx/fonts/roman_tser.dx
+dx/fonts/script_d.dx
+dx/fonts/script_s.dx
+dx/fonts/variable.dx
+dx/doc/README
+dx/doc/README_SMP
+dx/doc/README_alphax
+dx/doc/README_aviion
+dx/doc/README_hp700
+dx/doc/README_ibm6000
+dx/doc/README_ibmpvs
+dx/doc/README_indigo
+dx/doc/README_intelnt
+dx/doc/README_sgi
+dx/doc/README_sgi4
+dx/doc/README_solaris
+dx/doc/README_sun4
@dirrm dx/ui
@dirrm dx/man/manl
@dirrm dx/man/catl
@@ -2272,4 +2310,3 @@ dx/ui/viewer.net
@dirrm dx/doc
@dirrm dx/bin_%%ARCH%%
@dirrm dx/bin
-@dirrm dx