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

Collapse All | Expand All

(-)cad/z88/Makefile (-38 / +24 lines)
Lines 2-23 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	z88
4
PORTNAME=	z88
5
PORTVERSION=	13.0
5
PORTVERSION=	14.0
6
PORTREVISION=	3
6
PORTREVISION=	1
7
CATEGORIES=	cad
7
CATEGORIES=	cad
8
MASTER_SITES=	http://www.z88.uni-bayreuth.de/download/
8
MASTER_SITES=	http://download.z88.de/z88os/
9
DISTFILES=	${PORTNAME}130${EXTRACT_SUFX} ${PORTNAME}mane.pdf
9
DISTNAME=	${PORTNAME}v14os_english
10
#DISTFILES=	${PORTNAME}v14os_english${EXTRACT_SUFX}
10
DIST_SUBDIR=	z88
11
DIST_SUBDIR=	z88
11
EXTRACT_ONLY=	${PORTNAME}130${EXTRACT_SUFX}
12
12
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Compact Finite Element Analysis System
14
COMMENT=	Compact Finite Element Analysis System
15
15
16
LICENSE=	GPLv2
17
16
LIB_DEPENDS=	libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext
18
LIB_DEPENDS=	libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext
17
19
18
BROKEN=		Unfetchable
20
LDFLAGS+=	-lm
19
NO_WRKSUBDIR=	yes
21
NO_WRKSUBDIR=	yes
22
WRKSRC_SUBDIR=	z88v14os
20
USES=		pkgconfig
23
USES=		pkgconfig
24
USES=		dos2unix
21
USE_GL=		glu
25
USE_GL=		glu
22
USE_GNOME=	gtk20
26
USE_GNOME=	gtk20
23
27
Lines 25-72 Link Here
25
BROWSER?=	firefox3
29
BROWSER?=	firefox3
26
XEDITOR?=	gedit
30
XEDITOR?=	gedit
27
31
28
OPTIONS_DEFINE=	DOCS
32
Z88_MAKE_PATH=	make/make_unix_64
33
Z88_BINS=	z88com z88g z88h z88n z88o z88r z88x
34
Z88_DATA=	src/z88o/unix/z88.fcd bin/unix64/z88.dyn
29
35
30
Z88_BINS=	z88f z88i1 z88i2 z88com z88d z88e z88g z88h z88n z88o	\
31
		z88x z88v
32
Z88_DATA=	z88.fcd z88.dyn *.dxf *.txt
33
34
post-patch:
36
post-patch:
35
	@${CP} ${WRKSRC}/z88.fcd.linux ${WRKSRC}/z88.fcd
37
	@${REINPLACE_CMD} -e 's/gcc/cc/g ' ${WRKSRC}/${Z88_MAKE_PATH}/*
36
	@${CP} ${WRKSRC}/z88.mk.kernel.gcc32 ${WRKSRC}/z88.kernel.mk
37
	@${CP} ${WRKSRC}/z88.mk.other.gcc32 ${WRKSRC}/z88.other.mk
38
	@${CP} ${WRKSRC}/z88.mk.gtk.gcc32 ${WRKSRC}/z88.gtk.mk
39
	@${CP} ${FILESDIR}/z88.sh ${WRKSRC}/z88.sh
40
	@${CP} ${FILESDIR}/z88.sh ${WRKSRC}/z88.sh
41
	@${REINPLACE_CMD} -e 's+%%DOCSDIR%%+${DOCSDIR}+g; \
42
	s+firefox+${BROWSER}+ ; \
43
	s+joe+${XEDITOR}+ ;' \
44
		${WRKSRC}/z88.fcd
45
	@${REINPLACE_CMD} -e 's+%%CC%%+${CC}+g ; s+%%CFLAGS%%+${CFLAGS}+g' \
46
		${WRKSRC}/z88.kernel.mk
47
	@${REINPLACE_CMD} -e 's+%%CC%%+${CC}+g ; s+%%CFLAGS%%+${CFLAGS}+g ; \
48
	s+%%LOCALBASE%%+${LOCALBASE}+g;' \
49
		${WRKSRC}/z88.other.mk
50
	@${REINPLACE_CMD} -e 's+%%CC%%+${CC}+g ; s+%%CFLAGS%%+${CFLAGS}+g' \
51
		${WRKSRC}/z88.gtk.mk
52
	@${REINPLACE_CMD} -e 's+%%PREFIX%%+${PREFIX}+g; ' \
53
		${WRKSRC}/z88.sh
54
38
55
do-build:
39
do-build:
56
	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88.kernel.mk kernel)
40
	@(cd ${WRKSRC}/${Z88_MAKE_PATH}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88com.mk.gcc64)
57
	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88.other.mk other clean)
41
	@(cd ${WRKSRC}/${Z88_MAKE_PATH}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88g.mk.gcc64)
58
	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88.gtk.mk gtk)
42
	@(cd ${WRKSRC}/${Z88_MAKE_PATH}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88h.mk.gcc64)
43
	@(cd ${WRKSRC}/${Z88_MAKE_PATH}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88n.mk.gcc64)
44
	@(cd ${WRKSRC}/${Z88_MAKE_PATH}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88o.mk.gcc64)
45
	@(cd ${WRKSRC}/${Z88_MAKE_PATH}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88r.mk.gcc64)
46
	@(cd ${WRKSRC}/${Z88_MAKE_PATH}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88x.mk.gcc64)
59
47
60
do-install:
48
do-install:
61
	@${MKDIR} ${STAGEDIR}${PREFIX}/bin
49
	@${MKDIR} ${STAGEDIR}${PREFIX}/bin
62
	${INSTALL_SCRIPT} ${WRKSRC}/z88.sh ${STAGEDIR}${PREFIX}/bin/z88
50
	${INSTALL_PROGRAM} ${Z88_BINS:S|^|${WRKSRC}/make/make_unix_64/|} ${STAGEDIR}${PREFIX}/bin
63
	${INSTALL_PROGRAM} ${Z88_BINS:S|^|${WRKSRC}/|} ${STAGEDIR}${PREFIX}/bin
64
	@${MKDIR} ${STAGEDIR}${DATADIR}
51
	@${MKDIR} ${STAGEDIR}${DATADIR}
65
	${INSTALL_DATA} ${Z88_DATA:S|^|${WRKSRC}/|} ${STAGEDIR}${DATADIR}
52
	${INSTALL_DATA} ${Z88_DATA:S|^|${WRKSRC}/|} ${STAGEDIR}${DATADIR}
66
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
53
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
67
	${INSTALL_DATA} ${WRKSRC}/*.htm ${STAGEDIR}${DOCSDIR}
68
	${INSTALL_DATA} ${WRKSRC}/*.gif ${STAGEDIR}${DOCSDIR}
69
	${INSTALL_DATA} ${WRKSRC}/*.jpg ${STAGEDIR}${DOCSDIR}
70
	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/z88mane.pdf ${STAGEDIR}${DOCSDIR}
54
	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/z88mane.pdf ${STAGEDIR}${DOCSDIR}
55
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
56
	(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
71
57
72
.include <bsd.port.mk>
58
.include <bsd.port.mk>
(-)cad/z88/distinfo (-4 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (z88/z88130.tar.gz) = 17c2f7d74cc5c19d9fa9a8426d7db35d43ba51b59a4f1e3dcdb869a5ec041c1f
1
SHA256 (z88/z88v14os_english.tar.gz) = f3248f7fb50bdcad85be7af09c08f11fe35397a300ac261f6679059afb01f3ab
2
SIZE (z88/z88130.tar.gz) = 42628037
2
SIZE (z88/z88v14os_english.tar.gz) = 64776096
3
SHA256 (z88/z88mane.pdf) = 064ef65fea963a62c1bfae0f07853835d86d592557b0da6c311102df5d10606d
4
SIZE (z88/z88mane.pdf) = 7329676
(-)cad/z88/files/patch-cb88o.c (-37 lines)
Lines 1-37 Link Here
1
--- cb88o.c.orig	2010-01-19 10:23:29.000000000 +0000
2
+++ cb88o.c	2010-01-19 10:28:02.000000000 +0000
3
@@ -1161,9 +1161,9 @@
4
 /*---------------------------------------------------------------------------
5
 * beim allerersten Start gehen fux, fuy & fuz mit je 100. rein
6
 *--------------------------------------------------------------------------*/
7
-gcvt(fux,idigit,cfux); 
8
-gcvt(fuy,idigit,cfuy); 
9
-gcvt(fuz,idigit,cfuz); 
10
+snprintf(cfux, idigit, "%g", fux);
11
+snprintf(cfuy, idigit, "%g", fuy);
12
+snprintf(cfuz, idigit, "%g",cfuz);
13
 
14
 if(LANG == 1) strcpy(cstring,"VERGROESSERUNG VER.");
15
 if(LANG == 2) strcpy(cstring,"MAGNIFICATION DEFL.");
16
@@ -1231,9 +1231,9 @@
17
 /*---------------------------------------------------------------------------
18
 * beim allerersten Start gehen rotx, roty & rotz mit je 0. rein
19
 *--------------------------------------------------------------------------*/
20
-gcvt(rotx,idigit,crotx); 
21
-gcvt(roty,idigit,croty); 
22
-gcvt(rotz,idigit,crotz); 
23
+snprintf(crotx, idigit, "%g", rotx);
24
+snprintf(croty, idigit, "%g", roty);
25
+snprintf(crotz, idigit, "%g", rotz);
26
 
27
 if(LANG == 1) strcpy(cstring,"ROTATIONEN 3-D");
28
 if(LANG == 2) strcpy(cstring,"ROTATIONS 3-D");
29
@@ -1306,7 +1306,7 @@
30
 /*---------------------------------------------------------------------------
31
 * beim allerersten Start geht zm mit -100. rein
32
 *--------------------------------------------------------------------------*/
33
-gcvt(zm,idigit,czm); 
34
+snprintf(czm, idigit, "%g", zm); 
35
 
36
 if(LANG == 1) strcpy(cstring,"Z-Limit zum Betrachter");
37
 if(LANG == 2) strcpy(cstring,"Z Limit towards you");
(-)cad/z88/files/patch-ccos (-31 lines)
Lines 1-31 Link Here
1
--- cosm88.c.orig	2014-08-08 23:50:40.000000000 -0400
2
+++ cosm88.c	2014-08-08 23:51:03.000000000 -0400
3
@@ -71,7 +71,7 @@
4
 
5
 extern FR_INT4     ICFLAG,LANG;
6
 
7
-extern char        ccos[];
8
+extern char        ccosfile[];
9
 extern char        ci1[];
10
 extern char        ci2[];
11
 extern char        ci3[];
12
@@ -109,7 +109,7 @@
13
 /*----------------------------------------------------------------------
14
 * COSMOS- File oeffnen
15
 *---------------------------------------------------------------------*/	
16
-if((fpro= fopen(ccos,"r"))== NULL)
17
+if((fpro= fopen(ccosfile,"r"))== NULL)
18
   {
19
   wlog88g(0,LOG_NOCOS);
20
   fclose(fwlo);
21
--- z88g.c.orig	2014-08-08 23:50:50.000000000 -0400
22
+++ z88g.c	2014-08-08 23:51:18.000000000 -0400
23
@@ -89,7 +89,7 @@
24
 
25
 char cdyn[8] = "z88.dyn";
26
 char clgd[9] = "z88g.log";
27
-char ccos[9] = "z88g.cos";
28
+char ccosfile[9] = "z88g.cos";
29
 char cnas[9] = "z88g.nas";
30
 char cin[8]  = "z88g.in";
31
 char ci1[10] = "z88i1.txt";
(-)cad/z88/files/patch-dyn88v.c (-11 lines)
Lines 1-11 Link Here
1
--- dyn88v.c.orig	Tue Dec 28 22:30:55 2004
2
+++ dyn88v.c	Tue Dec 28 22:31:29 2004
3
@@ -47,7 +47,7 @@
4
 #include <stdio.h>   /* FILE,NULL,fopen,fclose,fgets,sscanf */
5
                      /* rewind                              */
6
 #include <string.h>  /* strstr */
7
-#include <malloc.h>  /* FR_CALLOC */
8
+#include <stdlib.h>  /* FR_CALLOC */
9
 #endif
10
 
11
 /***********************************************************************
(-)cad/z88/files/patch-make_make__unix__64_z88o.mk.gcc64 (+11 lines)
Line 0 Link Here
1
--- make/make_unix_64/z88o.mk.gcc64.orig	2015-07-07 12:33:35 UTC
2
+++ make/make_unix_64/z88o.mk.gcc64
3
@@ -17,7 +17,7 @@ OBJECTSO = z88o.o cb88o.o lan88o.o dyn88
4
  m9.o m10.o m12.o m15.o oc88.o m16.o man88o.o
5
 
6
 z88o: $(OBJECTSO)
7
-	$(CC) $(CFLAGS) -o $@ $(OBJECTSO)
8
+	$(CC) $(CFLAGS) -o $@ $(OBJECTSO) $(LDFLAGS)
9
 	cp z88o $(DIROUT)
10
 
11
 z88o.o: $(DIRUNI)/z88o.c
(-)cad/z88/files/patch-src_z88g_common_cosm88.c (+20 lines)
Line 0 Link Here
1
--- src/z88g/common/cosm88.c.orig	2015-07-07 12:33:35 UTC
2
+++ src/z88g/common/cosm88.c
3
@@ -118,7 +118,7 @@ extern FILE        *fwlo,*fpro,*fi1,*fi2
4
 
5
 extern FR_INT4     ICFLAG,LANG;
6
 
7
-extern char        ccos[];
8
+extern char        ccosfile[];
9
 extern char        ci1[];
10
 extern char        ci2[];
11
 
12
@@ -148,7 +148,7 @@ char               *cteils;
13
 /*----------------------------------------------------------------------
14
 * COSMOS- File oeffnen
15
 *---------------------------------------------------------------------*/	
16
-if((fpro= fopen(ccos,"r"))== NULL)
17
+if((fpro= fopen(ccosfile,"r"))== NULL)
18
   {
19
   wlog88g(0,LOG_NOCOS);
20
   fclose(fwlo);
(-)cad/z88/files/patch-src_z88g_unix_z88g.c (+11 lines)
Line 0 Link Here
1
--- src/z88g/unix/z88g.c.orig	2015-07-07 12:33:35 UTC
2
+++ src/z88g/unix/z88g.c
3
@@ -88,7 +88,7 @@ FILE *fdyn,*fwlo,*fpro,*fin,*fi1,*fi2,*f
4
 
5
 char cdyn[8] = "z88.dyn";
6
 char clgd[9] = "z88g.log";
7
-char ccos[9] = "z88g.cos";
8
+char ccosfile[9] = "z88g.cos";
9
 char cnas[9] = "z88g.nas";
10
 char cin[8]  = "z88g.in";
11
 char ci1[10] = "z88i1.txt";
(-)cad/z88/files/patch-src_z88o_unix_cb88o.c (+37 lines)
Line 0 Link Here
1
--- src/z88o/unix/cb88o.c.orig	2015-07-07 12:33:35 UTC
2
+++ src/z88o/unix/cb88o.c
3
@@ -1191,9 +1191,9 @@ const gchar *ccx,*ccy,*ccz;
4
 /*---------------------------------------------------------------------------
5
 * beim allerersten Start gehen fux, fuy & fuz mit je 100. rein
6
 *--------------------------------------------------------------------------*/
7
-gcvt(fux,idigit,cfux); 
8
-gcvt(fuy,idigit,cfuy); 
9
-gcvt(fuz,idigit,cfuz); 
10
+snprintf(cfux, idigit, "%g", fux);
11
+snprintf(cfuy, idigit, "%g", fuy);
12
+snprintf(cfuz, idigit, "%g",cfuz);
13
 
14
 if(LANG == 1) strcpy(cstring,"VERGROESSERUNG VER.");
15
 if(LANG == 2) strcpy(cstring,"MAGNIFICATION DEFL.");
16
@@ -1261,9 +1261,9 @@ const gchar *ccx,*ccy,*ccz;
17
 /*---------------------------------------------------------------------------
18
 * beim allerersten Start gehen rotx, roty & rotz mit je 0. rein
19
 *--------------------------------------------------------------------------*/
20
-gcvt(rotx,idigit,crotx); 
21
-gcvt(roty,idigit,croty); 
22
-gcvt(rotz,idigit,crotz); 
23
+snprintf(crotx, idigit, "%g", rotx);
24
+snprintf(croty, idigit, "%g", roty);
25
+snprintf(crotz, idigit, "%g", rotz);
26
 
27
 if(LANG == 1) strcpy(cstring,"ROTATIONEN 3-D");
28
 if(LANG == 2) strcpy(cstring,"ROTATIONS 3-D");
29
@@ -1336,7 +1336,7 @@ const gchar *ccm;
30
 /*---------------------------------------------------------------------------
31
 * beim allerersten Start geht zm mit -100. rein
32
 *--------------------------------------------------------------------------*/
33
-gcvt(zm,idigit,czm); 
34
+snprintf(czm, idigit, "%g", zm);
35
 
36
 if(LANG == 1) strcpy(cstring,"Z-Limit zum Betrachter");
37
 if(LANG == 2) strcpy(cstring,"Z Limit towards you");
(-)cad/z88/files/patch-src_z88r_unix_z88r.c (+20 lines)
Line 0 Link Here
1
--- src/z88r/unix/z88r.c.orig	2015-07-07 12:33:35 UTC
2
+++ src/z88r/unix/z88r.c
3
@@ -122,6 +122,8 @@ int  man88r(void);
4
 int  int88r(void);
5
 int  elp88r(void);
6
 int  mat88r(void);
7
+void stop88r(void);
8
+int who88r(void);
9
 
10
 /****************************************************************************
11
 *  globale Variable
12
@@ -631,7 +633,7 @@ L2000:; /* Einsprung fuer Testmode */
13
         fclose(fo5);
14
         fclose(fo8);
15
         
16
-return;
17
+return 0;
18
 }
19
 
20
 /***********************************************************************
(-)cad/z88/files/patch-z88.fcd (-18 lines)
Lines 1-18 Link Here
1
--- z88.fcd.linux.orig	2008-11-23 16:23:32.000000000 +0000
2
+++ z88.fcd.linux	2010-01-19 10:12:57.000000000 +0000
3
@@ -1,5 +1,5 @@
4
 Header file Z88.FCD for Prof.Dr. Frank Rieg's free FEA program Z88 V13.
5
-This file fits well for the LINUX OS
6
+This file fits well for the FreeBSD OS
7
 
8
 This file lets you choose fonts, colors and dimensions for Z88 X-programs
9
 Please see hints at end of file
10
@@ -26,7 +26,7 @@
11
 
12
     Your HTML-or Internet Browser's prefix
13
     Prefix fuer Ihren HTML- oder Internet Browser
14
-    CPREFIX      file:///home/frank/z88130/
15
+    CPREFIX      file://%%DOCSDIR%%/
16
 
17
   WINDOW END
18
 
(-)cad/z88/files/patch-z88.mk.gtk.gcc32 (-12 lines)
Lines 1-12 Link Here
1
--- z88.mk.gtk.gcc32.orig	2008-11-23 11:07:28.000000000 -0500
2
+++ z88.mk.gtk.gcc32
3
@@ -4,7 +4,8 @@
4
 # at this moment. 
5
 # 8.5.2008 Rieg
6
 #############################################################################
7
-CC= gcc -DFR_UNIX -DFR_LINUX -DFR_XDOUB -DFR_XLONG -I. -O3 -fomit-frame-pointer \
8
+CC= %%CC%% -DFR_UNIX -DFR_LINUX -DFR_XDOUB -DFR_XLONG -I. %%CFLAGS%% \
9
+-lm \
10
 `pkg-config --cflags --libs gtk+-2.0 gdkglext-1.0 gdkglext-x11-1.0 gtkglext-1.0 gtkglext-x11-1.0`
11
 
12
 OBJECTSO = z88o.o cb88o.o lan88o.o dyn88o.o wlog88o.o ale88o.o rcoo88.o\
(-)cad/z88/files/patch-z88.mk.kernel.gcc32 (-14 lines)
Lines 1-14 Link Here
1
--- z88.mk.kernel.gcc32.orig	2010-01-19 14:29:11.000000000 +0000
2
+++ z88.mk.kernel.gcc32	2010-01-19 14:38:10.000000000 +0000
3
@@ -16,9 +16,8 @@
4
 #  
5
 # 18.6.2008 Rieg
6
 #############################################################################
7
-CC = gcc
8
-CFLAGS = -I. -DFR_UNIX -DFR_LINUX -DFR_XDOUB -DFR_XINT \
9
-         -O3 -fomit-frame-pointer 
10
+CC = %%CC%%
11
+CFLAGS = %%CFLAGS%% -I. -DFR_UNIX -DFR_LINUX -DFR_XDOUB -DFR_XINT
12
 
13
 LDLIBSOM = -lm -lc
14
 
(-)cad/z88/files/patch-z88.mk.other.gcc32 (-15 lines)
Lines 1-15 Link Here
1
--- z88.mk.other.gcc32.orig	2010-01-19 14:29:24.000000000 +0000
2
+++ z88.mk.other.gcc32	2010-01-19 14:37:36.000000000 +0000
3
@@ -6,9 +6,9 @@
4
 #  
5
 # 8.5.2008 Rieg
6
 #############################################################################
7
-CC = gcc
8
-CFLAGS = -march=i586 -I. -I/usr/X11R6/include -DFR_UNIX -DFR_XDOUB \
9
-         -DFR_LINUX -O3 -fomit-frame-pointer
10
+CC = %%CC%%
11
+CFLAGS = %%CFLAGS%% -I. -I/usr/X11R6/include -DFR_UNIX -DFR_XDOUB \
12
+         -DFR_LINUX
13
 
14
 LDLIBSOM = -lc 
15
 LDLIBSOX = -lm -lc 
(-)cad/z88/files/z88.sh (-52 lines)
Lines 1-52 Link Here
1
#!/bin/sh
2
# This script checks for the existence of the three very important Z88 
3
# parameter files z88.fcd, z88.dyn and z88i4.txt and launches the
4
# Z88 commander
5
# This file was taken from the Z88 RPM distribution
6
7
if ! test -f z88.dyn
8
  then
9
    cp %%PREFIX%%/share/z88/z88.dyn .
10
fi
11
12
if ! test -f z88.fcd
13
  then
14
    cp %%PREFIX%%/share/z88/z88.fcd .
15
fi
16
17
if ! test -f z88i4.txt
18
  then
19
    cp %%PREFIX%%/share/z88/z88i4.txt .
20
fi
21
22
if ! test -f z88i1.txt
23
  then
24
    if ! test -f z88ni.txt
25
      then
26
        if ! test -f z88x.dxf
27
          then
28
            if ! test -f z88g.cos
29
              then
30
                cp %%PREFIX%%/share/z88/b1_x.dxf z88x.dxf
31
                cp %%PREFIX%%/share/z88/b1_2.txt z88i2.txt
32
                cp %%PREFIX%%/share/z88/b1_3.txt z88i3.txt
33
                echo "First Z88 example loaded"
34
              else
35
                echo "A Z88 input file z88g.cos exists"
36
            fi
37
          else 
38
            echo "A Z88 input file z88x.dxf exists" 
39
        fi
40
      else
41
        echo "A Z88 input file z88ni.txt exists"
42
    fi
43
  else
44
    echo "A Z88 input file z88i1.txt exists"
45
fi
46
47
echo "For further information consult" 
48
echo "%%PREFIX%%/z88/README or"
49
echo "%%PREFIX%%/doc/z88/z88mane.pdf (English)"
50
echo "*** Starting the Z88 Finite Elements Analysis system ***"
51
52
z88com
(-)cad/z88/pkg-descr (-19 / +22 lines)
Lines 1-21 Link Here
1
What is Z88?
1
A really basic FEM program for learning the fundamentals of finite
2
element analysis.  Z88OS is a fast, powerful and free open source
3
finite element solver with pre- and post-processors.
2
4
3
Z88 is a fast, powerful and compact Finite Elements Analysis Program
5
Features:
4
especially designed for PCs, workstations and large computers with UNIX 
6
- A direct Cholesky solver with Jennings storage method
5
and PCs with Windows XP/95.
7
- A spare matrix iterative solver (CG preconditioned) for very large
8
structures
9
- Superelementmesher Z88, to refine existing finite element structures
10
- Import AUTO-CAD DXF-files via Z88X, NASTRAN or COSMOS files via
11
Z88G, ANSYS files via Z88ASY
12
- Cuthill-McKee sort algorithm for finite element structures
13
- Input data using text files
14
- Boundary conditions: (1) Forces in all directions, (2) Displacements
15
in all directions, (3) Pressure loads (positive and negative) on
16
element faces
17
- 24 integrated finite elements: Structural elements (bars, beams
18
and shafts), Continuum elements (tetrahedrons and hexahedrons),
19
Various special elements (e. g. shells, continuum shells, tori and
20
plates), Various shape functions from linear to cubic
21
- Calculation of stresses via three different stress hypotheses:
22
von Mises, Rankine, Tresca
6
23
7
FEATURES
24
WWW: http://z88.de/
8
9
	# Z88 features 20 finite element types.
10
	# It covers plane stress, plate bending, axial symmetric 
11
	structures and spacial structures up to 20-node Serendipity hexahedrons.
12
	# Comes with a user-friendly interface (the Z88 Commander).
13
	# Has a powerful mesh generator.
14
	# Features a DXF converter and two plot programs.
15
	# Contains the FEA solver featuring an in-situ Cholesky solver along 
16
	with the Jennings storage method.
17
	# For large structures the new iteration solver is recommended.
18
	# The import of COSMOS and NASTRAN files from Pro/ENGINEER (with 
19
	option Pro/MECHANICA) is possible.
20
21
WWW: http://www.z88.org/
(-)cad/z88/pkg-plist (-411 / +133 lines)
Lines 1-419 Link Here
1
bin/z88
2
bin/z88com
1
bin/z88com
3
bin/z88d
4
bin/z88e
5
bin/z88f
6
bin/z88g
2
bin/z88g
7
bin/z88h
3
bin/z88h
8
bin/z88i1
9
bin/z88i2
10
bin/z88n
4
bin/z88n
11
bin/z88o
5
bin/z88o
12
bin/z88v
6
bin/z88r
13
bin/z88x
7
bin/z88x
14
%%DATADIR%%/b10_2.txt
8
%%PORTDOCS%%%%DOCSDIR%%/z88mane.pdf
15
%%DATADIR%%/b10_3.txt
9
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/51.txt
16
%%DATADIR%%/b10_n.txt
10
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88elp.txt
17
%%DATADIR%%/b12_1.txt
11
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88i1.txt
18
%%DATADIR%%/b12_1e14.txt
12
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88i2.txt
19
%%DATADIR%%/b12_2.txt
13
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88i5.txt
20
%%DATADIR%%/b12_3.txt
14
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88int.txt
21
%%DATADIR%%/b12_q_1.txt
15
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88man.txt
22
%%DATADIR%%/b12_q_2.txt
16
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88mat.txt
23
%%DATADIR%%/b12_q_3.txt
17
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88ni.txt
24
%%DATADIR%%/b12_q_5.txt
18
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88x.dxf
25
%%DATADIR%%/b16014_2.txt
19
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/51.txt
26
%%DATADIR%%/b16014_n.txt
20
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88elp.txt
27
%%DATADIR%%/b16028_2.txt
21
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88g.nas
28
%%DATADIR%%/b16028_n.txt
22
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88i1.txt
29
%%DATADIR%%/b16056_2.txt
23
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88i2.txt
30
%%DATADIR%%/b16056_n.txt
24
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88i5.txt
31
%%DATADIR%%/b16112_2.txt
25
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88int.txt
32
%%DATADIR%%/b16112_n.txt
26
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88man.txt
33
%%DATADIR%%/b16224_2.txt
27
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88mat.txt
34
%%DATADIR%%/b16224_n.txt
28
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/51.txt
35
%%DATADIR%%/b16_2.txt
29
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/b18_2.txt
36
%%DATADIR%%/b16_3.txt
30
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/b18_2rou.txt
37
%%DATADIR%%/b18_2.txt
31
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88elp.txt
38
%%DATADIR%%/b18_2rou.txt
32
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88i1.txt
39
%%DATADIR%%/b1_2.txt
33
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88i2.txt
40
%%DATADIR%%/b1_3.txt
34
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88i5.txt
41
%%DATADIR%%/b1_4.txt
35
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88int.txt
42
%%DATADIR%%/b22_2.txt
36
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88man.txt
43
%%DATADIR%%/b22_3.txt
37
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88mat.txt
44
%%DATADIR%%/b22_ni.txt
38
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88ni.txt
45
%%DATADIR%%/b22_ni_r2.txt
39
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88x.dxf
46
%%DATADIR%%/b22_ni_r3k5.txt
40
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/52.txt
47
%%DATADIR%%/b23_i2.txt
41
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88elp.txt
48
%%DATADIR%%/b23_i3.txt
42
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88i1.txt
49
%%DATADIR%%/b23_i5.txt
43
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88i2.txt
50
%%DATADIR%%/b23_ni.txt
44
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88i5.txt
51
%%DATADIR%%/b5_2.txt
45
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88int.txt
52
%%DATADIR%%/b5_3.txt
46
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88man.txt
53
%%DATADIR%%/b5_ele10_2.txt
47
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88mat.txt
54
%%DATADIR%%/b5_ele10_3.txt
48
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88x.dxf
55
%%DATADIR%%/b5_ele10_ni.txt
49
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/55.txt
56
%%DATADIR%%/b6_q_1.txt
50
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88elp.txt
57
%%DATADIR%%/b6_q_2.txt
51
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88g.nas
58
%%DATADIR%%/b6_q_5.txt
52
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88i1.txt
59
%%DATADIR%%/b7_2.txt
53
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88i2.txt
60
%%DATADIR%%/b7_3.txt
54
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88i5.txt
61
%%DATADIR%%/b7_e15_1.txt
55
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88int.txt
62
%%DATADIR%%/b7_e15_2.txt
56
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88man.txt
63
%%DATADIR%%/b7_e15_3.txt
57
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88mat.txt
64
%%DATADIR%%/b9_1.txt
58
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/55.txt
65
%%DATADIR%%/b9_2.txt
59
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88.dyn
66
%%DATADIR%%/b9_3.txt
60
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88elp.txt
67
%%DATADIR%%/b9_tf_2.txt
61
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88g.nas
68
%%DATADIR%%/b9_tf_3.txt
62
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88i1.txt
69
%%DATADIR%%/b9_tf_ni.txt
63
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88i2.txt
70
%%DATADIR%%/copying.txt
64
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88i5.txt
65
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88int.txt
66
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88man.txt
67
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88mat.txt
68
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/51.txt
69
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88elp.txt
70
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88g.nas
71
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88i1.txt
72
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88i2.txt
73
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88i5.txt
74
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88int.txt
75
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88man.txt
76
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88mat.txt
77
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/51.txt
78
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/z88elp.txt
79
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/z88i1.txt
80
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/z88i2.txt
81
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/z88i5.txt
82
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/z88int.txt
83
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/z88man.txt
84
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/z88mat.txt
85
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/51.txt
86
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/z88elp.txt
87
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/z88i1.txt
88
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/z88i2.txt
89
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/z88i5.txt
90
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/z88int.txt
91
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/z88man.txt
92
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/z88mat.txt
93
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/51.txt
94
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88elp.txt
95
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88i1.txt
96
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88i2.txt
97
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88i5.txt
98
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88int.txt
99
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88man.txt
100
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88mat.txt
101
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88x.dxf
102
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/51.txt
103
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88elp.txt
104
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88i1.txt
105
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88i2.txt
106
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88i5.txt
107
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88int.txt
108
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88man.txt
109
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88mat.txt
110
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88ni.txt
111
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88x.dxf
112
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/51.txt
113
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88elp.txt
114
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88i1.txt
115
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88i2.txt
116
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88i5.txt
117
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88int.txt
118
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88man.txt
119
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88mat.txt
120
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88x.dxf
121
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/51.txt
122
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88elp.txt
123
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88i1.txt
124
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88i2.txt
125
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88i5.txt
126
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88int.txt
127
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88man.txt
128
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88mat.txt
129
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88x.dxf
130
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/51.txt
131
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88elp.txt
132
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88i1.txt
133
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88i2.txt
134
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88i5.txt
135
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88int.txt
136
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88man.txt
137
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88mat.txt
138
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88ni.txt
139
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88x.dxf
71
%%DATADIR%%/z88.dyn
140
%%DATADIR%%/z88.dyn
72
%%DATADIR%%/z88.fcd
141
%%DATADIR%%/z88.fcd
73
%%DATADIR%%/b10_n.dxf
74
%%DATADIR%%/b13_x.dxf
75
%%DATADIR%%/b16_n.dxf
76
%%DATADIR%%/b16step1.dxf
77
%%DATADIR%%/b16step2.dxf
78
%%DATADIR%%/b16step3.dxf
79
%%DATADIR%%/b16step4.dxf
80
%%DATADIR%%/b16step5.dxf
81
%%DATADIR%%/b18_x.dxf
82
%%DATADIR%%/b1_x.dxf
83
%%DATADIR%%/b22_x.dxf
84
%%DATADIR%%/b23_x.dxf
85
%%DATADIR%%/b2_x.dxf
86
%%DATADIR%%/b3_x.dxf
87
%%DATADIR%%/b4_20ele_x.dxf
88
%%DATADIR%%/b4_x.dxf
89
%%DATADIR%%/b5_x.dxf
90
%%DATADIR%%/b6_x.dxf
91
%%DATADIR%%/b7_x.dxf
92
%%DATADIR%%/z88x.dxf
93
%%DOCSDIR%%/e88d.htm
94
%%DOCSDIR%%/e88dy.htm
95
%%DOCSDIR%%/e88dy1.jpg
96
%%DOCSDIR%%/e88dy2.jpg
97
%%DOCSDIR%%/e88dy3.jpg
98
%%DOCSDIR%%/e88dy4.jpg
99
%%DOCSDIR%%/e88e.htm
100
%%DOCSDIR%%/e88e1.htm
101
%%DOCSDIR%%/e88e10.htm
102
%%DOCSDIR%%/e88e11.htm
103
%%DOCSDIR%%/e88e12.htm
104
%%DOCSDIR%%/e88e13.htm
105
%%DOCSDIR%%/e88e1301.gif
106
%%DOCSDIR%%/e88e14.htm
107
%%DOCSDIR%%/e88e15.htm
108
%%DOCSDIR%%/e88e16.htm
109
%%DOCSDIR%%/e88e17.htm
110
%%DOCSDIR%%/e88e18.htm
111
%%DOCSDIR%%/e88e19.htm
112
%%DOCSDIR%%/e88e2.htm
113
%%DOCSDIR%%/e88e20.htm
114
%%DOCSDIR%%/e88e201.gif
115
%%DOCSDIR%%/e88e202.gif
116
%%DOCSDIR%%/e88e3.htm
117
%%DOCSDIR%%/e88e4.htm
118
%%DOCSDIR%%/e88e5.htm
119
%%DOCSDIR%%/e88e502.gif
120
%%DOCSDIR%%/e88e6.htm
121
%%DOCSDIR%%/e88e7.htm
122
%%DOCSDIR%%/e88e8.htm
123
%%DOCSDIR%%/e88e9.htm
124
%%DOCSDIR%%/e88ea.htm
125
%%DOCSDIR%%/e88f.htm
126
%%DOCSDIR%%/e88f.jpg
127
%%DOCSDIR%%/e88g.htm
128
%%DOCSDIR%%/e88g1.jpg
129
%%DOCSDIR%%/e88g2.jpg
130
%%DOCSDIR%%/e88ge.htm
131
%%DOCSDIR%%/e88ge06.gif
132
%%DOCSDIR%%/e88ge12.gif
133
%%DOCSDIR%%/e88gpl.htm
134
%%DOCSDIR%%/e88h.htm
135
%%DOCSDIR%%/e88i1.htm
136
%%DOCSDIR%%/e88i2.htm
137
%%DOCSDIR%%/e88i201.gif
138
%%DOCSDIR%%/e88i202.gif
139
%%DOCSDIR%%/e88i203.gif
140
%%DOCSDIR%%/e88i204.gif
141
%%DOCSDIR%%/e88i205.gif
142
%%DOCSDIR%%/e88i3.htm
143
%%DOCSDIR%%/e88i4.htm
144
%%DOCSDIR%%/e88i5.htm
145
%%DOCSDIR%%/e88ia.htm
146
%%DOCSDIR%%/e88in.htm
147
%%DOCSDIR%%/e88inu.jpg
148
%%DOCSDIR%%/e88inw.jpg
149
%%DOCSDIR%%/e88ite.htm
150
%%DOCSDIR%%/e88ite1.jpg
151
%%DOCSDIR%%/e88ite2.jpg
152
%%DOCSDIR%%/e88ite3.jpg
153
%%DOCSDIR%%/e88ix.htm
154
%%DOCSDIR%%/e88mr1.jpg
155
%%DOCSDIR%%/e88mr2.jpg
156
%%DOCSDIR%%/e88mru.htm
157
%%DOCSDIR%%/e88mrw.htm
158
%%DOCSDIR%%/e88n.htm
159
%%DOCSDIR%%/e88n01.gif
160
%%DOCSDIR%%/e88n02.gif
161
%%DOCSDIR%%/e88ni.htm
162
%%DOCSDIR%%/e88ni01.gif
163
%%DOCSDIR%%/e88o.htm
164
%%DOCSDIR%%/e88o01.jpg
165
%%DOCSDIR%%/e88o02.jpg
166
%%DOCSDIR%%/e88o03.jpg
167
%%DOCSDIR%%/e88o04.jpg
168
%%DOCSDIR%%/e88o05.jpg
169
%%DOCSDIR%%/e88o06.jpg
170
%%DOCSDIR%%/e88p.htm
171
%%DOCSDIR%%/e88s10.htm
172
%%DOCSDIR%%/e88s1.htm
173
%%DOCSDIR%%/e88s2.htm
174
%%DOCSDIR%%/e88s3.htm
175
%%DOCSDIR%%/e88s4.htm
176
%%DOCSDIR%%/e88s401.gif
177
%%DOCSDIR%%/e88s5.htm
178
%%DOCSDIR%%/e88s6.htm
179
%%DOCSDIR%%/e88s7.htm
180
%%DOCSDIR%%/e88s8.htm
181
%%DOCSDIR%%/e88s9.htm
182
%%DOCSDIR%%/e88sa.htm
183
%%DOCSDIR%%/e88v.htm
184
%%DOCSDIR%%/e88v1.jpg
185
%%DOCSDIR%%/e88x.htm
186
%%DOCSDIR%%/e88x1.jpg
187
%%DOCSDIR%%/g88d.htm
188
%%DOCSDIR%%/g88dy.htm
189
%%DOCSDIR%%/g88dy1.jpg
190
%%DOCSDIR%%/g88dy2.jpg
191
%%DOCSDIR%%/g88dy3.jpg
192
%%DOCSDIR%%/g88dy4.jpg
193
%%DOCSDIR%%/g88e.htm
194
%%DOCSDIR%%/g88e1.htm
195
%%DOCSDIR%%/g88e10.htm
196
%%DOCSDIR%%/g88e1001.gif
197
%%DOCSDIR%%/g88e101.gif
198
%%DOCSDIR%%/g88e11.htm
199
%%DOCSDIR%%/g88e1101.gif
200
%%DOCSDIR%%/g88e12.htm
201
%%DOCSDIR%%/g88e1201.gif
202
%%DOCSDIR%%/g88e13.htm
203
%%DOCSDIR%%/g88e1301.gif
204
%%DOCSDIR%%/g88e14.htm
205
%%DOCSDIR%%/g88e1401.gif
206
%%DOCSDIR%%/g88e15.htm
207
%%DOCSDIR%%/g88e1501.gif
208
%%DOCSDIR%%/g88e16.htm
209
%%DOCSDIR%%/g88e1601.gif
210
%%DOCSDIR%%/g88e17.htm
211
%%DOCSDIR%%/g88e1701.gif
212
%%DOCSDIR%%/g88e18.gif
213
%%DOCSDIR%%/g88e18.htm
214
%%DOCSDIR%%/g88e19.gif
215
%%DOCSDIR%%/g88e19.htm
216
%%DOCSDIR%%/g88e2.htm
217
%%DOCSDIR%%/g88e20.gif
218
%%DOCSDIR%%/g88e20.htm
219
%%DOCSDIR%%/g88e201.gif
220
%%DOCSDIR%%/g88e202.gif
221
%%DOCSDIR%%/g88e3.htm
222
%%DOCSDIR%%/g88e301.gif
223
%%DOCSDIR%%/g88e4.htm
224
%%DOCSDIR%%/g88e401.gif
225
%%DOCSDIR%%/g88e5.htm
226
%%DOCSDIR%%/g88e501.gif
227
%%DOCSDIR%%/g88e502.gif
228
%%DOCSDIR%%/g88e6.htm
229
%%DOCSDIR%%/g88e601.gif
230
%%DOCSDIR%%/g88e7.htm
231
%%DOCSDIR%%/g88e701.gif
232
%%DOCSDIR%%/g88e8.htm
233
%%DOCSDIR%%/g88e801.gif
234
%%DOCSDIR%%/g88e9.htm
235
%%DOCSDIR%%/g88e901.gif
236
%%DOCSDIR%%/g88ea.htm
237
%%DOCSDIR%%/g88f.htm
238
%%DOCSDIR%%/g88f.jpg
239
%%DOCSDIR%%/g88g.htm
240
%%DOCSDIR%%/g88g1.jpg
241
%%DOCSDIR%%/g88g2.jpg
242
%%DOCSDIR%%/g88g3.jpg
243
%%DOCSDIR%%/g88ge.htm
244
%%DOCSDIR%%/g88ge01.gif
245
%%DOCSDIR%%/g88ge02.gif
246
%%DOCSDIR%%/g88ge03.gif
247
%%DOCSDIR%%/g88ge04.gif
248
%%DOCSDIR%%/g88ge05.gif
249
%%DOCSDIR%%/g88ge06.gif
250
%%DOCSDIR%%/g88ge07.gif
251
%%DOCSDIR%%/g88ge08.gif
252
%%DOCSDIR%%/g88ge09.gif
253
%%DOCSDIR%%/g88ge10.gif
254
%%DOCSDIR%%/g88ge11.gif
255
%%DOCSDIR%%/g88ge12.gif
256
%%DOCSDIR%%/g88ge13.gif
257
%%DOCSDIR%%/g88ge14.gif
258
%%DOCSDIR%%/g88h.htm
259
%%DOCSDIR%%/g88i1.htm
260
%%DOCSDIR%%/g88i2.htm
261
%%DOCSDIR%%/g88i201.gif
262
%%DOCSDIR%%/g88i202.gif
263
%%DOCSDIR%%/g88i203.gif
264
%%DOCSDIR%%/g88i204.gif
265
%%DOCSDIR%%/g88i205.gif
266
%%DOCSDIR%%/g88i3.htm
267
%%DOCSDIR%%/g88i4.htm
268
%%DOCSDIR%%/g88ia.htm
269
%%DOCSDIR%%/g88in.htm
270
%%DOCSDIR%%/g88inu.jpg
271
%%DOCSDIR%%/g88inw.jpg
272
%%DOCSDIR%%/g88ite.htm
273
%%DOCSDIR%%/g88ite1.jpg
274
%%DOCSDIR%%/g88ite2.jpg
275
%%DOCSDIR%%/g88ix.htm
276
%%DOCSDIR%%/g88mr1.jpg
277
%%DOCSDIR%%/g88mr2.jpg
278
%%DOCSDIR%%/g88mr3.jpg
279
%%DOCSDIR%%/g88mr4.jpg
280
%%DOCSDIR%%/g88mr5.jpg
281
%%DOCSDIR%%/g88mr6.jpg
282
%%DOCSDIR%%/g88mr7.jpg
283
%%DOCSDIR%%/g88mr8.jpg
284
%%DOCSDIR%%/g88mru.htm
285
%%DOCSDIR%%/g88mrw.htm
286
%%DOCSDIR%%/g88n.htm
287
%%DOCSDIR%%/g88n01.gif
288
%%DOCSDIR%%/g88n02.gif
289
%%DOCSDIR%%/g88ni.htm
290
%%DOCSDIR%%/g88ni01.gif
291
%%DOCSDIR%%/g88o.htm
292
%%DOCSDIR%%/g88s1.htm
293
%%DOCSDIR%%/g88s101.gif
294
%%DOCSDIR%%/g88s102.gif
295
%%DOCSDIR%%/g88s103.gif
296
%%DOCSDIR%%/g88s2.htm
297
%%DOCSDIR%%/g88s201.gif
298
%%DOCSDIR%%/g88s202.gif
299
%%DOCSDIR%%/g88s3.htm
300
%%DOCSDIR%%/g88s301.gif
301
%%DOCSDIR%%/g88s4.htm
302
%%DOCSDIR%%/g88s401.gif
303
%%DOCSDIR%%/g88s402.gif
304
%%DOCSDIR%%/g88s5.htm
305
%%DOCSDIR%%/g88s501.gif
306
%%DOCSDIR%%/g88s502.gif
307
%%DOCSDIR%%/g88s6.htm
308
%%DOCSDIR%%/g88s601.gif
309
%%DOCSDIR%%/g88s7.htm
310
%%DOCSDIR%%/g88s701.gif
311
%%DOCSDIR%%/g88s702.gif
312
%%DOCSDIR%%/g88s8.htm
313
%%DOCSDIR%%/g88s9.htm
314
%%DOCSDIR%%/g88sa.htm
315
%%DOCSDIR%%/g88v.htm
316
%%DOCSDIR%%/g88v1.jpg
317
%%DOCSDIR%%/g88x.htm
318
%%DOCSDIR%%/g88x01.gif
319
%%DOCSDIR%%/g88x02.gif
320
%%DOCSDIR%%/g88x03.gif
321
%%DOCSDIR%%/g88x04.gif
322
%%DOCSDIR%%/g88x05.gif
323
%%DOCSDIR%%/g88x06.gif
324
%%DOCSDIR%%/g88x07.gif
325
%%DOCSDIR%%/g88x08.gif
326
%%DOCSDIR%%/g88x09.gif
327
%%DOCSDIR%%/g88x1.jpg
328
%%DOCSDIR%%/g88x10.gif
329
%%DOCSDIR%%/g88x2.gif
330
%%DOCSDIR%%/g88x3.gif
331
%%DOCSDIR%%/e88s1004.jpg
332
%%DOCSDIR%%/e88s104.jpg
333
%%DOCSDIR%%/e88s105.jpg
334
%%DOCSDIR%%/e88s106.jpg
335
%%DOCSDIR%%/e88s203.jpg
336
%%DOCSDIR%%/e88s303.jpg
337
%%DOCSDIR%%/e88s404.jpg
338
%%DOCSDIR%%/e88s503.jpg
339
%%DOCSDIR%%/e88s504.jpg
340
%%DOCSDIR%%/e88s602.jpg
341
%%DOCSDIR%%/e88s603.jpg
342
%%DOCSDIR%%/e88s701.jpg
343
%%DOCSDIR%%/e88s703.jpg
344
%%DOCSDIR%%/e88s801.jpg
345
%%DOCSDIR%%/e88s802.jpg
346
%%DOCSDIR%%/e88s803.jpg
347
%%DOCSDIR%%/e88s804.jpg
348
%%DOCSDIR%%/e88s805.jpg
349
%%DOCSDIR%%/e88s806.jpg
350
%%DOCSDIR%%/e88s807.jpg
351
%%DOCSDIR%%/e88s808.jpg
352
%%DOCSDIR%%/e88s809.jpg
353
%%DOCSDIR%%/e88s904.jpg
354
%%DOCSDIR%%/e88s905.jpg
355
%%DOCSDIR%%/e88s906.jpg
356
%%DOCSDIR%%/e88s907.jpg
357
%%DOCSDIR%%/e88s908.jpg
358
%%DOCSDIR%%/e88s909.jpg
359
%%DOCSDIR%%/g88e1002.gif
360
%%DOCSDIR%%/g88e102.gif
361
%%DOCSDIR%%/g88e1102.gif
362
%%DOCSDIR%%/g88e1202.gif
363
%%DOCSDIR%%/g88e1402.gif
364
%%DOCSDIR%%/g88e1502.gif
365
%%DOCSDIR%%/g88e1602.gif
366
%%DOCSDIR%%/g88e1702.gif
367
%%DOCSDIR%%/g88e702.gif
368
%%DOCSDIR%%/g88e802.gif
369
%%DOCSDIR%%/g88i5.htm
370
%%DOCSDIR%%/g88i501.gif
371
%%DOCSDIR%%/g88i502.gif
372
%%DOCSDIR%%/g88ite3.jpg
373
%%DOCSDIR%%/g88mr9.jpg
374
%%DOCSDIR%%/g88o01.jpg
375
%%DOCSDIR%%/g88o02.jpg
376
%%DOCSDIR%%/g88o03.jpg
377
%%DOCSDIR%%/g88o04.jpg
378
%%DOCSDIR%%/g88o05.jpg
379
%%DOCSDIR%%/g88o06.jpg
380
%%DOCSDIR%%/g88s10.htm
381
%%DOCSDIR%%/g88s1001.jpg
382
%%DOCSDIR%%/g88s1002.jpg
383
%%DOCSDIR%%/g88s1003.jpg
384
%%DOCSDIR%%/g88s1004.jpg
385
%%DOCSDIR%%/g88s104.jpg
386
%%DOCSDIR%%/g88s105.jpg
387
%%DOCSDIR%%/g88s106.jpg
388
%%DOCSDIR%%/g88s203.jpg
389
%%DOCSDIR%%/g88s302.jpg
390
%%DOCSDIR%%/g88s303.jpg
391
%%DOCSDIR%%/g88s403.jpg
392
%%DOCSDIR%%/g88s404.jpg
393
%%DOCSDIR%%/g88s503.jpg
394
%%DOCSDIR%%/g88s504.jpg
395
%%DOCSDIR%%/g88s602.jpg
396
%%DOCSDIR%%/g88s603.jpg
397
%%DOCSDIR%%/g88s701.jpg
398
%%DOCSDIR%%/g88s702.jpg
399
%%DOCSDIR%%/g88s703.jpg
400
%%DOCSDIR%%/g88s801.jpg
401
%%DOCSDIR%%/g88s802.jpg
402
%%DOCSDIR%%/g88s803.jpg
403
%%DOCSDIR%%/g88s804.jpg
404
%%DOCSDIR%%/g88s805.jpg
405
%%DOCSDIR%%/g88s806.jpg
406
%%DOCSDIR%%/g88s807.jpg
407
%%DOCSDIR%%/g88s808.jpg
408
%%DOCSDIR%%/g88s809.jpg
409
%%DOCSDIR%%/g88s901.jpg
410
%%DOCSDIR%%/g88s902.jpg
411
%%DOCSDIR%%/g88s903.jpg
412
%%DOCSDIR%%/g88s904.jpg
413
%%DOCSDIR%%/g88s905.jpg
414
%%DOCSDIR%%/g88s906.jpg
415
%%DOCSDIR%%/g88s907.jpg
416
%%DOCSDIR%%/g88s908.jpg
417
%%DOCSDIR%%/g88s909.jpg
418
%%DOCSDIR%%/pla1.gif
419
%%PORTDOCS%%%%DOCSDIR%%/z88mane.pdf

Return to bug 201250