diff options
author | dmcmahill <dmcmahill> | 2000-11-18 17:57:27 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-11-18 17:57:27 +0000 |
commit | 9bb3d03fbbda9a87fd37d9ca8be1de4db2bb5ed7 (patch) | |
tree | a1b3d641a9688cbb039f3b67773e9c0a5e3882d3 | |
parent | 2159561b59575de38cbe5f55631c955549b60ec1 (diff) | |
download | pkgsrc-9bb3d03fbbda9a87fd37d9ca8be1de4db2bb5ed7.tar.gz |
initial import of boolean-6.2.
from DESCR:
The program is a viewer and editor for:
-GDSII files, KEY files (own made extended GDSII in ascii format) and
DAVID MANN files (flash format for mask plotting)
Features:
-It allows to draw primitives on a chosen layer, and to manipulate them.
-stack oriented tools allows zooming while drawing new primitives and
editing them. This also makes it possible to draw extremely accurate.
-primitives on the layers or/can be transparent colors and fill patterns
can be set on a layer basis
-drawing order of layers can be changed
-a hiearchy of pictures, named structures, can be handled and manipulated
-saving as a bitmap and other formats.
-measuring distances
-adding user defined properties to primitives
-boolean OR AND EXOR A-B B-A
-positive and negative process offset
-circle recognition in polygon and polyline data.
-move copy delete etc.
-transformations (scaling , rotation , moving)
-flatten the hiearchy of the drawing
-drivers for CNC (laser and milling machinery)
-rw-r--r-- | cad/boolean/Makefile | 44 | ||||
-rw-r--r-- | cad/boolean/files/md5 | 3 | ||||
-rw-r--r-- | cad/boolean/files/patch-sum | 9 | ||||
-rw-r--r-- | cad/boolean/patches/patch-aa | 82 | ||||
-rw-r--r-- | cad/boolean/patches/patch-ab | 36 | ||||
-rw-r--r-- | cad/boolean/patches/patch-ac | 14 | ||||
-rw-r--r-- | cad/boolean/patches/patch-ad | 24 | ||||
-rw-r--r-- | cad/boolean/patches/patch-ae | 10 | ||||
-rw-r--r-- | cad/boolean/patches/patch-af | 11 | ||||
-rw-r--r-- | cad/boolean/patches/patch-ag | 12 | ||||
-rw-r--r-- | cad/boolean/pkg/COMMENT | 1 | ||||
-rw-r--r-- | cad/boolean/pkg/DESCR | 24 | ||||
-rw-r--r-- | cad/boolean/pkg/PLIST | 218 |
13 files changed, 488 insertions, 0 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile new file mode 100644 index 00000000000..bd5b833ed2f --- /dev/null +++ b/cad/boolean/Makefile @@ -0,0 +1,44 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/11/18 17:57:27 dmcmahill Exp $ +# + +DISTNAME= boolean +PKGNAME= boolean-${REL} +CATEGORIES= cad graphics +MASTER_SITES= http://www.xs4all.nl/~kholwerd/download/boolzip/ +EXTRACT_SUFX= .zip + +MAINTAINER= dmcmahill@netbsd.org +HOMEPAGE= http://www.xs4all.nl/~kholwerd/bool.html + +DEPENDS+= wxGTK>=2.2.1:../../x11/wxGTK + +DIST_SUBDIR= ${PKGNAME} +REL= 6.2 + +WRKSRC= ${WRKDIR}/boolean/${REL}/linux +MAKEFILE= makefile.gui +PLIST_SUBST= REL=${REL} + +post-patch: + ${MV} ${WRKSRC}/../../toolmanager ${WRKSRC}/../../toolmanager.in + ${SED} "s;@prefix@;${PREFIX};g" < ${WRKSRC}/../../toolmanager.in \ + > ${WRKSRC}/../../toolmanager + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/libexec/boolean/${REL}/${LOWER_OPSYS}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/libexec/boolean/${REL}/all_arch.all_os/bin/ + cd ${WRKSRC}/.. && \ + tar cf - default gdsuser | tar -xvf - -C ${PREFIX}/libexec/boolean/${REL} + ${CHOWN} -R ${BINOWN}.${BINGRP} ${PREFIX}/libexec/boolean/${REL} + ${INSTALL_SCRIPT} ${WRKSRC}/../../toolmanager ${PREFIX}/libexec/boolean/toolmanager + ${INSTALL_SCRIPT} ${WRKSRC}/../release_settings.sh ${PREFIX}/libexec/boolean/${REL}/release_settings.sh + ${INSTALL_SCRIPT} ${WRKSRC}/../all_arch.all_os/bin/* ${PREFIX}/libexec/boolean/${REL}/all_arch.all_os/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/bin/boolean_exe ${PREFIX}/libexec/boolean/${REL}/${LOWER_OPSYS}/bin/ + cd ${PREFIX}/bin ; \ + for f in boolean booleanc booleanterm booleantest boolean_man ; \ + do \ + ${LN} -f -s ../libexec/boolean/toolmanager $$f ;\ + done + cd ${PREFIX}/libexec/boolean/ && ${LN} -f -s ${REL} default + +.include "../../mk/bsd.pkg.mk" diff --git a/cad/boolean/files/md5 b/cad/boolean/files/md5 new file mode 100644 index 00000000000..b8ba858f9a3 --- /dev/null +++ b/cad/boolean/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/11/18 17:57:27 dmcmahill Exp $ + +MD5 (boolean-6.2/boolean.zip) = c0abed2c44a434bd62013193dcaa59a9 diff --git a/cad/boolean/files/patch-sum b/cad/boolean/files/patch-sum new file mode 100644 index 00000000000..d0313186325 --- /dev/null +++ b/cad/boolean/files/patch-sum @@ -0,0 +1,9 @@ +$NetBSD: patch-sum,v 1.1.1.1 2000/11/18 17:57:27 dmcmahill Exp $ + +MD5 (patch-aa) = 6c6f6b575f45dcb8174e8636f4227332 +MD5 (patch-ab) = aa3fad5d5d607174af439c9f2fa7f0d9 +MD5 (patch-ac) = 78783dd570a55ac1568ba9ffa4fd1bad +MD5 (patch-ad) = 3d680c5535c48541e320e1e1a43040d5 +MD5 (patch-ae) = ff9555329926474cd429e2505b1b8be2 +MD5 (patch-af) = 83c5e68e8cb71548c1f63f4e956b5620 +MD5 (patch-ag) = b0e540a56c62c3b94c9fa6c5d06fb505 diff --git a/cad/boolean/patches/patch-aa b/cad/boolean/patches/patch-aa new file mode 100644 index 00000000000..5aa0d85d99c --- /dev/null +++ b/cad/boolean/patches/patch-aa @@ -0,0 +1,82 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/11/18 17:57:27 dmcmahill Exp $ + +--- makefile.gui.orig Sun Sep 17 22:18:44 2000 ++++ makefile.gui Sat Nov 11 19:35:59 2000 +@@ -1,5 +1,5 @@ +-CC = g++ ++CC = ${CXX} + #WXWIN = ../wx_src +-WXWINDOW_LIBPATH= /usr/local/lib ++WXWINDOW_LIBPATH= ${LOCALBASE}/lib + WXWIN = $(WXWINDOW_LIBPATH) + TEMPDIR = ../temp/linuxgui +@@ -11,19 +11,17 @@ + -I$(SRCDIR)/tools \ + -I$(SRCDIR)/bool \ +- -I$(SRCDIR)/drivers \ ++ -I$(SRCDIR)/drivers \ + -I$(SRCDIR)/intrface \ + -I$(SRCDIR)/dosint \ +- -I$(SRCDIR)/list \ +- -I$(WXWIN)/wx/include\ +- -I/usr/local/include\ +- -I/usr/local/lib/wx/include\ +- -I/usr/local/lib/glib/include\ +- -I/usr/local/include\ +- -I/usr/X11R6/include +-LIBDIR = -L/usr/X11R6/lib \ +- -L/usr/local/lib ++ -I$(SRCDIR)/list \ ++ -I${LOCALBASE}/include \ ++ -I${X11BASE}/include \ ++ `glib-config --cflags` \ ++ `gtk-config --cflags` \ ++ `wx-config --cflags` ++LIBDIR = -L${X11BASE}/lib -Wl,-R${X11BASE}/lib \ ++ -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib + XTRAFLAGS = -static + CFLAGS = -D_G_UNIX \ +- -DBIGINDIAN \ + -DLINUX \ + -DWIN_INT \ +@@ -31,15 +29,16 @@ + -fenum-int-equiv \ + -fexceptions \ +- -fguiding-decls \ ++ -fguiding-decls \ + -fno-implicit-templates \ +- -D_REENTRANT -g ++ -D_REENTRANT -g + # -D_REENTRANT -g -D__WXDEBUG__ + # -Wall -D_REENTRANT -g -D__WXDEBUG__ + TEXTLIBS = -ll -lm -lg++ -lstdc++ + LIBS = -lstdc++ -lXmu -lXt \ +- -lwx_gtk \ +- -lgtk -lgdk -lglib -lgmodule \ +- -lpthread -rdynamic -ldl -lXext -lX11 -lm -lgthread +- ++ `glib-config --libs` \ ++ `gtk-config --libs` \ ++ `wx-config --libs` \ ++ --Wl,-export-dynamic -lXext \ ++ -lX11 -lm + PROGNAME = boolean + SRCPOOLS = interface misc bool gdssource drivers tools parser list +@@ -72,8 +71,8 @@ + $(TEMPDIR)/unitsdlg.o \ + $(TEMPDIR)/distdlg.o \ +- $(TEMPDIR)/orderdlg.o \ ++ $(TEMPDIR)/orderdlg.o \ + $(TEMPDIR)/groupdlg.o \ + $(TEMPDIR)/strucdlg.o \ +- $(TEMPDIR)/about.o \ ++ $(TEMPDIR)/about.o \ + $(TEMPDIR)/wait.o \ + $(TEMPDIR)/gdsapp.o \ +@@ -126,5 +125,5 @@ + $(TEMPDIR)/trans.o\ + $(TEMPDIR)/dcclbuf.o\ +- $(TEMPDIR)/windrv.o \ ++ $(TEMPDIR)/windrv.o \ + $(TEMPDIR)/gdsdrout.o \ + $(TEMPDIR)/emaskin.o \ diff --git a/cad/boolean/patches/patch-ab b/cad/boolean/patches/patch-ab new file mode 100644 index 00000000000..429122ae6ff --- /dev/null +++ b/cad/boolean/patches/patch-ab @@ -0,0 +1,36 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/11/18 17:57:27 dmcmahill Exp $ + +--- ../src/bool/valuesvc.h.orig Mon Apr 3 21:23:56 2000 ++++ ../src/bool/valuesvc.h Thu Aug 31 17:28:22 2000 +@@ -37,6 +37,24 @@ + #define MAXLONG 0x7fffffff
+ +-
#else +-
#include <values.h> ++
++#else ++
++#if defined(__NetBSD__) ++
++#include <math.h> ++
++#include <float.h> ++
++#ifndef MAXDOUBLE
++#define MAXDOUBLE DBL_MAX
++#endif
++#ifndef MAXLONG
++#define MAXLONG 0x7fffffff
++#endif
++#else ++
++#include <values.h> ++
++#endif
+ #endif + +@@ -45,2 +63,4 @@ + +
++ ++ diff --git a/cad/boolean/patches/patch-ac b/cad/boolean/patches/patch-ac new file mode 100644 index 00000000000..738bf9681f1 --- /dev/null +++ b/cad/boolean/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1.1.1 2000/11/18 17:57:27 dmcmahill Exp $ + +--- ../src/bool/node.cpp.orig Mon Apr 3 21:23:56 2000 ++++ ../src/bool/node.cpp Thu Aug 31 17:29:18 2000 +@@ -15,5 +15,9 @@ + #include "valuesvc.h"
+ #else
++#if defined(__NetBSD__)
++#include "valuesvc.h"
++#else
+ #include <values.h>
++#endif
+ #endif
+ //this here is to initialize the static iterator of node
diff --git a/cad/boolean/patches/patch-ad b/cad/boolean/patches/patch-ad new file mode 100644 index 00000000000..6c62c49d78e --- /dev/null +++ b/cad/boolean/patches/patch-ad @@ -0,0 +1,24 @@ +$NetBSD: patch-ad,v 1.1.1.1 2000/11/18 17:57:27 dmcmahill Exp $ + +note, the boolean sources seem to have "BIGINDIAN" backwards +hence the backwards looking test. + +--- ../src/gdssourc/gdsio.cpp.orig Tue Apr 18 11:13:08 2000 ++++ ../src/gdssourc/gdsio.cpp Thu Aug 31 18:10:44 2000 +@@ -7,4 +7,16 @@ + */ + ++#if defined(__NetBSD__) ++#include <sys/types.h> ++#include <machine/endian.h> ++#if (BYTE_ORDER == LITTLE_ENDIAN) ++#define BIGINDIAN ++#else ++#ifdef BIGINDIAN ++#undef BIGINDIAN ++#endif /* BIGINDIAN */ ++#endif /* BYTE_ORDER == BIG_ENDIAN */ ++#endif /* __NetBSD__ */ ++ + #ifdef __GNUG__ + #pragma implementation diff --git a/cad/boolean/patches/patch-ae b/cad/boolean/patches/patch-ae new file mode 100644 index 00000000000..25f17144fa8 --- /dev/null +++ b/cad/boolean/patches/patch-ae @@ -0,0 +1,10 @@ +$NetBSD: patch-ae,v 1.1.1.1 2000/11/18 17:57:27 dmcmahill Exp $ + +--- ../release_settings.sh.orig Wed Sep 29 15:35:16 1999 ++++ ../release_settings.sh Thu Aug 31 23:02:51 2000 +@@ -49,4 +49,5 @@ + SunOS*4.*sun3* ) arch_dir=sun3.sunos4 ;; + Linux* ) arch_dir=linux ;; ++ NetBSD* ) arch_dir=netbsd ;; + * ) arch_dir=UNKNOWN ;; + esac diff --git a/cad/boolean/patches/patch-af b/cad/boolean/patches/patch-af new file mode 100644 index 00000000000..b9813fed5ee --- /dev/null +++ b/cad/boolean/patches/patch-af @@ -0,0 +1,11 @@ +$NetBSD: patch-af,v 1.1.1.1 2000/11/18 17:57:27 dmcmahill Exp $ + +--- ../../toolmanager.orig Wed Sep 29 15:28:28 1999 ++++ ../../toolmanager Thu Aug 31 22:53:40 2000 +@@ -41,5 +41,5 @@ + # directory where the application is installed (and exit if getloc goes wrong). + # boolean_loc=`getloc BOOLEAN` +- boolean_loc=/usr/tools/boolean ++ boolean_loc=@prefix@/libexec/boolean + [ $? != 0 ] && echo Bad getloc. Exiting ... && exit + diff --git a/cad/boolean/patches/patch-ag b/cad/boolean/patches/patch-ag new file mode 100644 index 00000000000..4fff94ebf43 --- /dev/null +++ b/cad/boolean/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1.1.1 2000/11/18 17:57:27 dmcmahill Exp $ + +--- ../src/drivers/doubledc.h.orig Fri Sep 15 11:50:52 2000 ++++ ../src/drivers/doubledc.h Thu Nov 16 08:54:32 2000 +@@ -25,4 +25,7 @@ + #include <math.h>
+
++// needed to pull in the classes from wx/geometry.h ++#define wxUSE_GEOMETRY 1 ++ + #include "wxmatrix.h"
+ #include "wx/image.h"
diff --git a/cad/boolean/pkg/COMMENT b/cad/boolean/pkg/COMMENT new file mode 100644 index 00000000000..4728417dacb --- /dev/null +++ b/cad/boolean/pkg/COMMENT @@ -0,0 +1 @@ +GDSII viewer/editor + (boolean) operations on sets of 2d polygons diff --git a/cad/boolean/pkg/DESCR b/cad/boolean/pkg/DESCR new file mode 100644 index 00000000000..e2222992303 --- /dev/null +++ b/cad/boolean/pkg/DESCR @@ -0,0 +1,24 @@ +The program is a viewer and editor for: + -GDSII files, KEY files (own made extended GDSII in ascii format) and + DAVID MANN files (flash format for mask plotting) + +Features: + -It allows to draw primitives on a chosen layer, and to manipulate them. + -stack oriented tools allows zooming while drawing new primitives and + editing them. This also makes it possible to draw extremely accurate. + -primitives on the layers or/can be transparent colors and fill patterns + can be set on a layer basis + -drawing order of layers can be changed + -a hiearchy of pictures, named structures, can be handled and manipulated + -saving as a bitmap and other formats. + -measuring distances + -adding user defined properties to primitives + + + -boolean OR AND EXOR A-B B-A + -positive and negative process offset + -circle recognition in polygon and polyline data. + -move copy delete etc. + -transformations (scaling , rotation , moving) + -flatten the hiearchy of the drawing + -drivers for CNC (laser and milling machinery) diff --git a/cad/boolean/pkg/PLIST b/cad/boolean/pkg/PLIST new file mode 100644 index 00000000000..b3a6e6f377f --- /dev/null +++ b/cad/boolean/pkg/PLIST @@ -0,0 +1,218 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/18 17:57:27 dmcmahill Exp $ +bin/boolean +bin/boolean_man +bin/booleanc +bin/booleanterm +bin/booleantest +libexec/boolean/${REL}/${LOWER_OPSYS}/bin/boolean_exe +libexec/boolean/${REL}/all_arch.all_os/bin/boolean +libexec/boolean/${REL}/all_arch.all_os/bin/booleanterm +libexec/boolean/${REL}/all_arch.all_os/bin/booleantest +libexec/boolean/${REL}/default/config/boolean.ad +libexec/boolean/${REL}/default/config/default.set +libexec/boolean/${REL}/default/config/gdsapp.cfg +libexec/boolean/${REL}/default/config/gdsapp.dos +libexec/boolean/${REL}/default/config/history.set +libexec/boolean/${REL}/default/data/33375151.cal +libexec/boolean/${REL}/default/data/albert.cal +libexec/boolean/${REL}/default/data/bignext.cal +libexec/boolean/${REL}/default/data/bigtest.cal +libexec/boolean/${REL}/default/data/bigtest2.cal +libexec/boolean/${REL}/default/data/bigthree.cal +libexec/boolean/${REL}/default/data/boog.key +libexec/boolean/${REL}/default/data/boog2.key +libexec/boolean/${REL}/default/data/boog3.key +libexec/boolean/${REL}/default/data/charac.key +libexec/boolean/${REL}/default/data/cir1.key +libexec/boolean/${REL}/default/data/circ.key +libexec/boolean/${REL}/default/data/circir.key +libexec/boolean/${REL}/default/data/circlerr.cal +libexec/boolean/${REL}/default/data/democal/dem_a-b.cal +libexec/boolean/${REL}/default/data/democal/dem_b-a.cal +libexec/boolean/${REL}/default/data/democal/dem_exor.cal +libexec/boolean/${REL}/default/data/democal/dem_int.cal +libexec/boolean/${REL}/default/data/democal/dem_or.cal +libexec/boolean/${REL}/default/data/democal/demo.cal +libexec/boolean/${REL}/default/data/democal/demo.prs +libexec/boolean/${REL}/default/data/democal/demo.set +libexec/boolean/${REL}/default/data/democal/demo2.cal +libexec/boolean/${REL}/default/data/democal/demo2.prs +libexec/boolean/${REL}/default/data/democal/demo_ncor.cal +libexec/boolean/${REL}/default/data/drieh.key +libexec/boolean/${REL}/default/data/example.cal +libexec/boolean/${REL}/default/data/example4.key +libexec/boolean/${REL}/default/data/faust.cal +libexec/boolean/${REL}/default/data/faust1.key +libexec/boolean/${REL}/default/data/faust2.key +libexec/boolean/${REL}/default/data/fracdrie.key +libexec/boolean/${REL}/default/data/fractal3.cal +libexec/boolean/${REL}/default/data/goed.cal +libexec/boolean/${REL}/default/data/karlong.cal +libexec/boolean/${REL}/default/data/lev.cal +libexec/boolean/${REL}/default/data/lev2.cal +libexec/boolean/${REL}/default/data/lev3.cal +libexec/boolean/${REL}/default/data/m782506.cal +libexec/boolean/${REL}/default/data/one.cal +libexec/boolean/${REL}/default/data/pathpol.key +libexec/boolean/${REL}/default/data/pm110104.cal +libexec/boolean/${REL}/default/data/spiral.key +libexec/boolean/${REL}/default/data/test.cal +libexec/boolean/${REL}/default/data/test0721.cal +libexec/boolean/${REL}/default/data/trans.key +libexec/boolean/${REL}/default/data/try.key +libexec/boolean/${REL}/default/data/twocrrec.cal +libexec/boolean/${REL}/default/data/tworec.cal +libexec/boolean/${REL}/default/data/tworec2l.key +libexec/boolean/${REL}/default/data/zeshoek.key +libexec/boolean/${REL}/default/data/zesleeg.cal +libexec/boolean/${REL}/default/gfx/pat01.bmp +libexec/boolean/${REL}/default/gfx/pat02.bmp +libexec/boolean/${REL}/default/gfx/pat03.bmp +libexec/boolean/${REL}/default/gfx/pat04.bmp +libexec/boolean/${REL}/default/gfx/pat05.bmp +libexec/boolean/${REL}/default/gfx/pat06.bmp +libexec/boolean/${REL}/default/gfx/pat07.bmp +libexec/boolean/${REL}/default/gfx/pat08.bmp +libexec/boolean/${REL}/default/gfx/pat09.bmp +libexec/boolean/${REL}/default/gfx/pat10.bmp +libexec/boolean/${REL}/default/gfx/pat11.bmp +libexec/boolean/${REL}/default/gfx/pat12.bmp +libexec/boolean/${REL}/default/gfx/pat13.bmp +libexec/boolean/${REL}/default/gfx/pat14.bmp +libexec/boolean/${REL}/default/gfx/pat15.bmp +libexec/boolean/${REL}/default/gfx/pat16.bmp +libexec/boolean/${REL}/default/gfx/pat17.bmp +libexec/boolean/${REL}/default/gfx/pat18.bmp +libexec/boolean/${REL}/default/gfx/pat19.bmp +libexec/boolean/${REL}/default/gfx/pat20.bmp +libexec/boolean/${REL}/default/gfx/pat21.bmp +libexec/boolean/${REL}/default/gfx/pat22.bmp +libexec/boolean/${REL}/default/gfx/pat23.bmp +libexec/boolean/${REL}/default/gfx/pat24.bmp +libexec/boolean/${REL}/default/gfx/pat25.bmp +libexec/boolean/${REL}/default/gfx/pat26.bmp +libexec/boolean/${REL}/default/gfx/pat27.bmp +libexec/boolean/${REL}/default/gfx/pat28.bmp +libexec/boolean/${REL}/default/gfx/pat29.bmp +libexec/boolean/${REL}/default/gfx/pat30.bmp +libexec/boolean/${REL}/default/gfx/pat31.bmp +libexec/boolean/${REL}/default/gfx/pat32.bmp +libexec/boolean/${REL}/default/gfx/pat33.bmp +libexec/boolean/${REL}/default/gfx/pat34.bmp +libexec/boolean/${REL}/default/gfx/pat35.bmp +libexec/boolean/${REL}/default/gfx/pat36.bmp +libexec/boolean/${REL}/default/gfx/pat37.bmp +libexec/boolean/${REL}/default/gfx/pat38.bmp +libexec/boolean/${REL}/default/gfx/pat39.bmp +libexec/boolean/${REL}/default/gfx/pat40.bmp +libexec/boolean/${REL}/default/gfx/pat41.bmp +libexec/boolean/${REL}/default/gfx/pat42.bmp +libexec/boolean/${REL}/default/gfx/pat43.bmp +libexec/boolean/${REL}/default/gfx/pat44.bmp +libexec/boolean/${REL}/default/gfx/pat45.bmp +libexec/boolean/${REL}/default/gfx/pat46.bmp +libexec/boolean/${REL}/default/gfx/pat47.bmp +libexec/boolean/${REL}/default/gfx/pat48.bmp +libexec/boolean/${REL}/default/gfx/pat49.bmp +libexec/boolean/${REL}/default/gfx/pat50.bmp +libexec/boolean/${REL}/default/gfx/pat51.bmp +libexec/boolean/${REL}/default/gfx/pat52.bmp +libexec/boolean/${REL}/default/gfx/pat53.bmp +libexec/boolean/${REL}/default/gfx/pat54.bmp +libexec/boolean/${REL}/default/gfx/pat55.bmp +libexec/boolean/${REL}/default/gfx/pat56.bmp +libexec/boolean/${REL}/default/gfx/pat57.bmp +libexec/boolean/${REL}/default/gfx/pat58.bmp +libexec/boolean/${REL}/default/gfx/pat59.bmp +libexec/boolean/${REL}/default/gfx/pat60.bmp +libexec/boolean/${REL}/default/gfx/pat61.bmp +libexec/boolean/${REL}/default/gfx/pat62.bmp +libexec/boolean/${REL}/default/gfx/pat63.bmp +libexec/boolean/${REL}/default/gfx/pat64.bmp +libexec/boolean/${REL}/default/gfx/pat65.bmp +libexec/boolean/${REL}/default/gfx/pat66.bmp +libexec/boolean/${REL}/default/gfx/pat67.bmp +libexec/boolean/${REL}/default/gfx/pat68.bmp +libexec/boolean/${REL}/default/gfx/pat69.bmp +libexec/boolean/${REL}/default/gfx/pat70.bmp +libexec/boolean/${REL}/default/gfx/pat71.bmp +libexec/boolean/${REL}/default/gfx/pat72.bmp +libexec/boolean/${REL}/default/gfx/tool0.bmp +libexec/boolean/${REL}/default/gfx/tool1.bmp +libexec/boolean/${REL}/default/gfx/tool10.bmp +libexec/boolean/${REL}/default/gfx/tool11.bmp +libexec/boolean/${REL}/default/gfx/tool12.bmp +libexec/boolean/${REL}/default/gfx/tool13.bmp +libexec/boolean/${REL}/default/gfx/tool14.bmp +libexec/boolean/${REL}/default/gfx/tool15.bmp +libexec/boolean/${REL}/default/gfx/tool16.bmp +libexec/boolean/${REL}/default/gfx/tool17.bmp +libexec/boolean/${REL}/default/gfx/tool18.bmp +libexec/boolean/${REL}/default/gfx/tool19.bmp +libexec/boolean/${REL}/default/gfx/tool2.bmp +libexec/boolean/${REL}/default/gfx/tool20.bmp +libexec/boolean/${REL}/default/gfx/tool21.bmp +libexec/boolean/${REL}/default/gfx/tool22.bmp +libexec/boolean/${REL}/default/gfx/tool23.bmp +libexec/boolean/${REL}/default/gfx/tool24.bmp +libexec/boolean/${REL}/default/gfx/tool25.bmp +libexec/boolean/${REL}/default/gfx/tool26.bmp +libexec/boolean/${REL}/default/gfx/tool3.bmp +libexec/boolean/${REL}/default/gfx/tool4.bmp +libexec/boolean/${REL}/default/gfx/tool5.bmp +libexec/boolean/${REL}/default/gfx/tool6.bmp +libexec/boolean/${REL}/default/gfx/tool7.bmp +libexec/boolean/${REL}/default/gfx/tool8.bmp +libexec/boolean/${REL}/default/gfx/tool9.bmp +libexec/boolean/${REL}/default/process/aap.prs +libexec/boolean/${REL}/default/process/aap2.prs +libexec/boolean/${REL}/default/process/aap3.prs +libexec/boolean/${REL}/default/process/autom.prs +libexec/boolean/${REL}/default/process/drie.prs +libexec/boolean/${REL}/default/process/frac.prs +libexec/boolean/${REL}/default/process/klaas.prs +libexec/boolean/${REL}/default/process/mrect.prs +libexec/boolean/${REL}/default/process/onerec.prs +libexec/boolean/${REL}/default/process/test.prs +libexec/boolean/${REL}/default/process/tworec.prs +libexec/boolean/${REL}/default/process/tworec2.prs +libexec/boolean/${REL}/default/process/vijf.prs +libexec/boolean/${REL}/gdsuser/6.1_version +libexec/boolean/${REL}/gdsuser/config/gdsapp.cfg +libexec/boolean/${REL}/gdsuser/config/history.set +libexec/boolean/${REL}/gdsuser/config/user.set +libexec/boolean/${REL}/gdsuser/data/one.cal +libexec/boolean/${REL}/gdsuser/process/autom.prs +libexec/boolean/${REL}/gdsuser/process/cor.prs +libexec/boolean/${REL}/gdsuser/process/corcond.prs +libexec/boolean/${REL}/gdsuser/process/corm.prs +libexec/boolean/${REL}/gdsuser/process/del.prs +libexec/boolean/${REL}/gdsuser/process/exor.prs +libexec/boolean/${REL}/gdsuser/process/flat.prs +libexec/boolean/${REL}/gdsuser/process/help.prs +libexec/boolean/${REL}/gdsuser/process/martijn.prs +libexec/boolean/${REL}/gdsuser/process/mercor.prs +libexec/boolean/${REL}/gdsuser/process/merge.prs +libexec/boolean/${REL}/gdsuser/process/merge2.prs +libexec/boolean/${REL}/gdsuser/process/pause.prs +libexec/boolean/${REL}/gdsuser/process/ring.prs +libexec/boolean/${REL}/gdsuser/process/robert.prs +libexec/boolean/${REL}/release_settings.sh +libexec/boolean/default +libexec/boolean/toolmanager +@dirrm libexec/boolean/${REL}/${LOWER_OPSYS}/bin +@dirrm libexec/boolean/${REL}/${LOWER_OPSYS} +@dirrm libexec/boolean/${REL}/gdsuser/process +@dirrm libexec/boolean/${REL}/gdsuser/data +@dirrm libexec/boolean/${REL}/gdsuser/config +@dirrm libexec/boolean/${REL}/gdsuser +@dirrm libexec/boolean/${REL}/default/data/democal +@dirrm libexec/boolean/${REL}/default/data +@dirrm libexec/boolean/${REL}/default/config +@dirrm libexec/boolean/${REL}/default/gfx +@dirrm libexec/boolean/${REL}/default/process +@dirrm libexec/boolean/${REL}/default +@dirrm libexec/boolean/${REL}/all_arch.all_os/bin +@dirrm libexec/boolean/${REL}/all_arch.all_os +@dirrm libexec/boolean/${REL} +@dirrm libexec/boolean |