FreeBSD Bugzilla – Attachment 159300 Details for
Bug 201250
cad/z88: Update to 14.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for cad/z88
z88.diff (text/plain), 37.19 KB, created by
Anton Shterenlikht
on 2015-07-27 08:34:20 UTC
(
hide
)
Description:
svn diff for cad/z88
Filename:
MIME Type:
Creator:
Anton Shterenlikht
Created:
2015-07-27 08:34:20 UTC
Size:
37.19 KB
patch
obsolete
>Index: cad/z88/Makefile >=================================================================== >--- cad/z88/Makefile (revision 392968) >+++ cad/z88/Makefile (working copy) >@@ -2,22 +2,26 @@ > # $FreeBSD$ > > PORTNAME= z88 >-PORTVERSION= 13.0 >-PORTREVISION= 3 >+PORTVERSION= 14.0 >+PORTREVISION= 1 > CATEGORIES= cad >-MASTER_SITES= http://www.z88.uni-bayreuth.de/download/ >-DISTFILES= ${PORTNAME}130${EXTRACT_SUFX} ${PORTNAME}mane.pdf >+MASTER_SITES= http://download.z88.de/z88os/ >+DISTNAME= ${PORTNAME}v14os_english >+#DISTFILES= ${PORTNAME}v14os_english${EXTRACT_SUFX} > DIST_SUBDIR= z88 >-EXTRACT_ONLY= ${PORTNAME}130${EXTRACT_SUFX} > > MAINTAINER= ports@FreeBSD.org > COMMENT= Compact Finite Element Analysis System > >+LICENSE= GPLv2 >+ > LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext > >-BROKEN= Unfetchable >+LDFLAGS+= -lm > NO_WRKSUBDIR= yes >+WRKSRC_SUBDIR= z88v14os > USES= pkgconfig >+USES= dos2unix > USE_GL= glu > USE_GNOME= gtk20 > >@@ -25,48 +29,30 @@ > BROWSER?= firefox3 > XEDITOR?= gedit > >-OPTIONS_DEFINE= DOCS >+Z88_MAKE_PATH= make/make_unix_64 >+Z88_BINS= z88com z88g z88h z88n z88o z88r z88x >+Z88_DATA= src/z88o/unix/z88.fcd bin/unix64/z88.dyn > >-Z88_BINS= z88f z88i1 z88i2 z88com z88d z88e z88g z88h z88n z88o \ >- z88x z88v >-Z88_DATA= z88.fcd z88.dyn *.dxf *.txt >- > post-patch: >- @${CP} ${WRKSRC}/z88.fcd.linux ${WRKSRC}/z88.fcd >- @${CP} ${WRKSRC}/z88.mk.kernel.gcc32 ${WRKSRC}/z88.kernel.mk >- @${CP} ${WRKSRC}/z88.mk.other.gcc32 ${WRKSRC}/z88.other.mk >- @${CP} ${WRKSRC}/z88.mk.gtk.gcc32 ${WRKSRC}/z88.gtk.mk >- @${CP} ${FILESDIR}/z88.sh ${WRKSRC}/z88.sh >- @${CP} ${FILESDIR}/z88.sh ${WRKSRC}/z88.sh >- @${REINPLACE_CMD} -e 's+%%DOCSDIR%%+${DOCSDIR}+g; \ >- s+firefox+${BROWSER}+ ; \ >- s+joe+${XEDITOR}+ ;' \ >- ${WRKSRC}/z88.fcd >- @${REINPLACE_CMD} -e 's+%%CC%%+${CC}+g ; s+%%CFLAGS%%+${CFLAGS}+g' \ >- ${WRKSRC}/z88.kernel.mk >- @${REINPLACE_CMD} -e 's+%%CC%%+${CC}+g ; s+%%CFLAGS%%+${CFLAGS}+g ; \ >- s+%%LOCALBASE%%+${LOCALBASE}+g;' \ >- ${WRKSRC}/z88.other.mk >- @${REINPLACE_CMD} -e 's+%%CC%%+${CC}+g ; s+%%CFLAGS%%+${CFLAGS}+g' \ >- ${WRKSRC}/z88.gtk.mk >- @${REINPLACE_CMD} -e 's+%%PREFIX%%+${PREFIX}+g; ' \ >- ${WRKSRC}/z88.sh >+ @${REINPLACE_CMD} -e 's/gcc/cc/g ' ${WRKSRC}/${Z88_MAKE_PATH}/* > > do-build: >- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88.kernel.mk kernel) >- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88.other.mk other clean) >- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88.gtk.mk gtk) >+ @(cd ${WRKSRC}/${Z88_MAKE_PATH}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88com.mk.gcc64) >+ @(cd ${WRKSRC}/${Z88_MAKE_PATH}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88g.mk.gcc64) >+ @(cd ${WRKSRC}/${Z88_MAKE_PATH}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88h.mk.gcc64) >+ @(cd ${WRKSRC}/${Z88_MAKE_PATH}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88n.mk.gcc64) >+ @(cd ${WRKSRC}/${Z88_MAKE_PATH}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88o.mk.gcc64) >+ @(cd ${WRKSRC}/${Z88_MAKE_PATH}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88r.mk.gcc64) >+ @(cd ${WRKSRC}/${Z88_MAKE_PATH}; ${SETENV} ${MAKE_ENV} ${MAKE} -f z88x.mk.gcc64) > > do-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/bin >- ${INSTALL_SCRIPT} ${WRKSRC}/z88.sh ${STAGEDIR}${PREFIX}/bin/z88 >- ${INSTALL_PROGRAM} ${Z88_BINS:S|^|${WRKSRC}/|} ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_PROGRAM} ${Z88_BINS:S|^|${WRKSRC}/make/make_unix_64/|} ${STAGEDIR}${PREFIX}/bin > @${MKDIR} ${STAGEDIR}${DATADIR} > ${INSTALL_DATA} ${Z88_DATA:S|^|${WRKSRC}/|} ${STAGEDIR}${DATADIR} > @${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/*.htm ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/*.gif ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/*.jpg ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/z88mane.pdf ${STAGEDIR}${DOCSDIR} >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) > > .include <bsd.port.mk> >Index: cad/z88/distinfo >=================================================================== >--- cad/z88/distinfo (revision 392968) >+++ cad/z88/distinfo (working copy) >@@ -1,4 +1,2 @@ >-SHA256 (z88/z88130.tar.gz) = 17c2f7d74cc5c19d9fa9a8426d7db35d43ba51b59a4f1e3dcdb869a5ec041c1f >-SIZE (z88/z88130.tar.gz) = 42628037 >-SHA256 (z88/z88mane.pdf) = 064ef65fea963a62c1bfae0f07853835d86d592557b0da6c311102df5d10606d >-SIZE (z88/z88mane.pdf) = 7329676 >+SHA256 (z88/z88v14os_english.tar.gz) = f3248f7fb50bdcad85be7af09c08f11fe35397a300ac261f6679059afb01f3ab >+SIZE (z88/z88v14os_english.tar.gz) = 64776096 >Index: cad/z88/files/patch-cb88o.c >=================================================================== >--- cad/z88/files/patch-cb88o.c (revision 392968) >+++ cad/z88/files/patch-cb88o.c (working copy) >@@ -1,37 +0,0 @@ >---- cb88o.c.orig 2010-01-19 10:23:29.000000000 +0000 >-+++ cb88o.c 2010-01-19 10:28:02.000000000 +0000 >-@@ -1161,9 +1161,9 @@ >- /*--------------------------------------------------------------------------- >- * beim allerersten Start gehen fux, fuy & fuz mit je 100. rein >- *--------------------------------------------------------------------------*/ >--gcvt(fux,idigit,cfux); >--gcvt(fuy,idigit,cfuy); >--gcvt(fuz,idigit,cfuz); >-+snprintf(cfux, idigit, "%g", fux); >-+snprintf(cfuy, idigit, "%g", fuy); >-+snprintf(cfuz, idigit, "%g",cfuz); >- >- if(LANG == 1) strcpy(cstring,"VERGROESSERUNG VER."); >- if(LANG == 2) strcpy(cstring,"MAGNIFICATION DEFL."); >-@@ -1231,9 +1231,9 @@ >- /*--------------------------------------------------------------------------- >- * beim allerersten Start gehen rotx, roty & rotz mit je 0. rein >- *--------------------------------------------------------------------------*/ >--gcvt(rotx,idigit,crotx); >--gcvt(roty,idigit,croty); >--gcvt(rotz,idigit,crotz); >-+snprintf(crotx, idigit, "%g", rotx); >-+snprintf(croty, idigit, "%g", roty); >-+snprintf(crotz, idigit, "%g", rotz); >- >- if(LANG == 1) strcpy(cstring,"ROTATIONEN 3-D"); >- if(LANG == 2) strcpy(cstring,"ROTATIONS 3-D"); >-@@ -1306,7 +1306,7 @@ >- /*--------------------------------------------------------------------------- >- * beim allerersten Start geht zm mit -100. rein >- *--------------------------------------------------------------------------*/ >--gcvt(zm,idigit,czm); >-+snprintf(czm, idigit, "%g", zm); >- >- if(LANG == 1) strcpy(cstring,"Z-Limit zum Betrachter"); >- if(LANG == 2) strcpy(cstring,"Z Limit towards you"); >Index: cad/z88/files/patch-ccos >=================================================================== >--- cad/z88/files/patch-ccos (revision 392968) >+++ cad/z88/files/patch-ccos (working copy) >@@ -1,31 +0,0 @@ >---- cosm88.c.orig 2014-08-08 23:50:40.000000000 -0400 >-+++ cosm88.c 2014-08-08 23:51:03.000000000 -0400 >-@@ -71,7 +71,7 @@ >- >- extern FR_INT4 ICFLAG,LANG; >- >--extern char ccos[]; >-+extern char ccosfile[]; >- extern char ci1[]; >- extern char ci2[]; >- extern char ci3[]; >-@@ -109,7 +109,7 @@ >- /*---------------------------------------------------------------------- >- * COSMOS- File oeffnen >- *---------------------------------------------------------------------*/ >--if((fpro= fopen(ccos,"r"))== NULL) >-+if((fpro= fopen(ccosfile,"r"))== NULL) >- { >- wlog88g(0,LOG_NOCOS); >- fclose(fwlo); >---- z88g.c.orig 2014-08-08 23:50:50.000000000 -0400 >-+++ z88g.c 2014-08-08 23:51:18.000000000 -0400 >-@@ -89,7 +89,7 @@ >- >- char cdyn[8] = "z88.dyn"; >- char clgd[9] = "z88g.log"; >--char ccos[9] = "z88g.cos"; >-+char ccosfile[9] = "z88g.cos"; >- char cnas[9] = "z88g.nas"; >- char cin[8] = "z88g.in"; >- char ci1[10] = "z88i1.txt"; >Index: cad/z88/files/patch-dyn88v.c >=================================================================== >--- cad/z88/files/patch-dyn88v.c (revision 392968) >+++ cad/z88/files/patch-dyn88v.c (working copy) >@@ -1,11 +0,0 @@ >---- dyn88v.c.orig Tue Dec 28 22:30:55 2004 >-+++ dyn88v.c Tue Dec 28 22:31:29 2004 >-@@ -47,7 +47,7 @@ >- #include <stdio.h> /* FILE,NULL,fopen,fclose,fgets,sscanf */ >- /* rewind */ >- #include <string.h> /* strstr */ >--#include <malloc.h> /* FR_CALLOC */ >-+#include <stdlib.h> /* FR_CALLOC */ >- #endif >- >- /*********************************************************************** >Index: cad/z88/files/patch-make_make__unix__64_z88o.mk.gcc64 >=================================================================== >--- cad/z88/files/patch-make_make__unix__64_z88o.mk.gcc64 (revision 0) >+++ cad/z88/files/patch-make_make__unix__64_z88o.mk.gcc64 (working copy) >@@ -0,0 +1,11 @@ >+--- make/make_unix_64/z88o.mk.gcc64.orig 2015-07-07 12:33:35 UTC >++++ make/make_unix_64/z88o.mk.gcc64 >+@@ -17,7 +17,7 @@ OBJECTSO = z88o.o cb88o.o lan88o.o dyn88 >+ m9.o m10.o m12.o m15.o oc88.o m16.o man88o.o >+ >+ z88o: $(OBJECTSO) >+- $(CC) $(CFLAGS) -o $@ $(OBJECTSO) >++ $(CC) $(CFLAGS) -o $@ $(OBJECTSO) $(LDFLAGS) >+ cp z88o $(DIROUT) >+ >+ z88o.o: $(DIRUNI)/z88o.c > >Property changes on: cad/z88/files/patch-make_make__unix__64_z88o.mk.gcc64 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: cad/z88/files/patch-src_z88g_common_cosm88.c >=================================================================== >--- cad/z88/files/patch-src_z88g_common_cosm88.c (revision 0) >+++ cad/z88/files/patch-src_z88g_common_cosm88.c (working copy) >@@ -0,0 +1,20 @@ >+--- src/z88g/common/cosm88.c.orig 2015-07-07 12:33:35 UTC >++++ src/z88g/common/cosm88.c >+@@ -118,7 +118,7 @@ extern FILE *fwlo,*fpro,*fi1,*fi2 >+ >+ extern FR_INT4 ICFLAG,LANG; >+ >+-extern char ccos[]; >++extern char ccosfile[]; >+ extern char ci1[]; >+ extern char ci2[]; >+ >+@@ -148,7 +148,7 @@ char *cteils; >+ /*---------------------------------------------------------------------- >+ * COSMOS- File oeffnen >+ *---------------------------------------------------------------------*/ >+-if((fpro= fopen(ccos,"r"))== NULL) >++if((fpro= fopen(ccosfile,"r"))== NULL) >+ { >+ wlog88g(0,LOG_NOCOS); >+ fclose(fwlo); > >Property changes on: cad/z88/files/patch-src_z88g_common_cosm88.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: cad/z88/files/patch-src_z88g_unix_z88g.c >=================================================================== >--- cad/z88/files/patch-src_z88g_unix_z88g.c (revision 0) >+++ cad/z88/files/patch-src_z88g_unix_z88g.c (working copy) >@@ -0,0 +1,11 @@ >+--- src/z88g/unix/z88g.c.orig 2015-07-07 12:33:35 UTC >++++ src/z88g/unix/z88g.c >+@@ -88,7 +88,7 @@ FILE *fdyn,*fwlo,*fpro,*fin,*fi1,*fi2,*f >+ >+ char cdyn[8] = "z88.dyn"; >+ char clgd[9] = "z88g.log"; >+-char ccos[9] = "z88g.cos"; >++char ccosfile[9] = "z88g.cos"; >+ char cnas[9] = "z88g.nas"; >+ char cin[8] = "z88g.in"; >+ char ci1[10] = "z88i1.txt"; > >Property changes on: cad/z88/files/patch-src_z88g_unix_z88g.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: cad/z88/files/patch-src_z88o_unix_cb88o.c >=================================================================== >--- cad/z88/files/patch-src_z88o_unix_cb88o.c (revision 0) >+++ cad/z88/files/patch-src_z88o_unix_cb88o.c (working copy) >@@ -0,0 +1,37 @@ >+--- src/z88o/unix/cb88o.c.orig 2015-07-07 12:33:35 UTC >++++ src/z88o/unix/cb88o.c >+@@ -1191,9 +1191,9 @@ const gchar *ccx,*ccy,*ccz; >+ /*--------------------------------------------------------------------------- >+ * beim allerersten Start gehen fux, fuy & fuz mit je 100. rein >+ *--------------------------------------------------------------------------*/ >+-gcvt(fux,idigit,cfux); >+-gcvt(fuy,idigit,cfuy); >+-gcvt(fuz,idigit,cfuz); >++snprintf(cfux, idigit, "%g", fux); >++snprintf(cfuy, idigit, "%g", fuy); >++snprintf(cfuz, idigit, "%g",cfuz); >+ >+ if(LANG == 1) strcpy(cstring,"VERGROESSERUNG VER."); >+ if(LANG == 2) strcpy(cstring,"MAGNIFICATION DEFL."); >+@@ -1261,9 +1261,9 @@ const gchar *ccx,*ccy,*ccz; >+ /*--------------------------------------------------------------------------- >+ * beim allerersten Start gehen rotx, roty & rotz mit je 0. rein >+ *--------------------------------------------------------------------------*/ >+-gcvt(rotx,idigit,crotx); >+-gcvt(roty,idigit,croty); >+-gcvt(rotz,idigit,crotz); >++snprintf(crotx, idigit, "%g", rotx); >++snprintf(croty, idigit, "%g", roty); >++snprintf(crotz, idigit, "%g", rotz); >+ >+ if(LANG == 1) strcpy(cstring,"ROTATIONEN 3-D"); >+ if(LANG == 2) strcpy(cstring,"ROTATIONS 3-D"); >+@@ -1336,7 +1336,7 @@ const gchar *ccm; >+ /*--------------------------------------------------------------------------- >+ * beim allerersten Start geht zm mit -100. rein >+ *--------------------------------------------------------------------------*/ >+-gcvt(zm,idigit,czm); >++snprintf(czm, idigit, "%g", zm); >+ >+ if(LANG == 1) strcpy(cstring,"Z-Limit zum Betrachter"); >+ if(LANG == 2) strcpy(cstring,"Z Limit towards you"); > >Property changes on: cad/z88/files/patch-src_z88o_unix_cb88o.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: cad/z88/files/patch-src_z88r_unix_z88r.c >=================================================================== >--- cad/z88/files/patch-src_z88r_unix_z88r.c (revision 0) >+++ cad/z88/files/patch-src_z88r_unix_z88r.c (working copy) >@@ -0,0 +1,20 @@ >+--- src/z88r/unix/z88r.c.orig 2015-07-07 12:33:35 UTC >++++ src/z88r/unix/z88r.c >+@@ -122,6 +122,8 @@ int man88r(void); >+ int int88r(void); >+ int elp88r(void); >+ int mat88r(void); >++void stop88r(void); >++int who88r(void); >+ >+ /**************************************************************************** >+ * globale Variable >+@@ -631,7 +633,7 @@ L2000:; /* Einsprung fuer Testmode */ >+ fclose(fo5); >+ fclose(fo8); >+ >+-return; >++return 0; >+ } >+ >+ /*********************************************************************** > >Property changes on: cad/z88/files/patch-src_z88r_unix_z88r.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: cad/z88/files/patch-z88.fcd >=================================================================== >--- cad/z88/files/patch-z88.fcd (revision 392968) >+++ cad/z88/files/patch-z88.fcd (working copy) >@@ -1,18 +0,0 @@ >---- z88.fcd.linux.orig 2008-11-23 16:23:32.000000000 +0000 >-+++ z88.fcd.linux 2010-01-19 10:12:57.000000000 +0000 >-@@ -1,5 +1,5 @@ >- Header file Z88.FCD for Prof.Dr. Frank Rieg's free FEA program Z88 V13. >--This file fits well for the LINUX OS >-+This file fits well for the FreeBSD OS >- >- This file lets you choose fonts, colors and dimensions for Z88 X-programs >- Please see hints at end of file >-@@ -26,7 +26,7 @@ >- >- Your HTML-or Internet Browser's prefix >- Prefix fuer Ihren HTML- oder Internet Browser >-- CPREFIX file:///home/frank/z88130/ >-+ CPREFIX file://%%DOCSDIR%%/ >- >- WINDOW END >- >Index: cad/z88/files/patch-z88.mk.gtk.gcc32 >=================================================================== >--- cad/z88/files/patch-z88.mk.gtk.gcc32 (revision 392968) >+++ cad/z88/files/patch-z88.mk.gtk.gcc32 (working copy) >@@ -1,12 +0,0 @@ >---- z88.mk.gtk.gcc32.orig 2008-11-23 11:07:28.000000000 -0500 >-+++ z88.mk.gtk.gcc32 >-@@ -4,7 +4,8 @@ >- # at this moment. >- # 8.5.2008 Rieg >- ############################################################################# >--CC= gcc -DFR_UNIX -DFR_LINUX -DFR_XDOUB -DFR_XLONG -I. -O3 -fomit-frame-pointer \ >-+CC= %%CC%% -DFR_UNIX -DFR_LINUX -DFR_XDOUB -DFR_XLONG -I. %%CFLAGS%% \ >-+-lm \ >- `pkg-config --cflags --libs gtk+-2.0 gdkglext-1.0 gdkglext-x11-1.0 gtkglext-1.0 gtkglext-x11-1.0` >- >- OBJECTSO = z88o.o cb88o.o lan88o.o dyn88o.o wlog88o.o ale88o.o rcoo88.o\ >Index: cad/z88/files/patch-z88.mk.kernel.gcc32 >=================================================================== >--- cad/z88/files/patch-z88.mk.kernel.gcc32 (revision 392968) >+++ cad/z88/files/patch-z88.mk.kernel.gcc32 (working copy) >@@ -1,14 +0,0 @@ >---- z88.mk.kernel.gcc32.orig 2010-01-19 14:29:11.000000000 +0000 >-+++ z88.mk.kernel.gcc32 2010-01-19 14:38:10.000000000 +0000 >-@@ -16,9 +16,8 @@ >- # >- # 18.6.2008 Rieg >- ############################################################################# >--CC = gcc >--CFLAGS = -I. -DFR_UNIX -DFR_LINUX -DFR_XDOUB -DFR_XINT \ >-- -O3 -fomit-frame-pointer >-+CC = %%CC%% >-+CFLAGS = %%CFLAGS%% -I. -DFR_UNIX -DFR_LINUX -DFR_XDOUB -DFR_XINT >- >- LDLIBSOM = -lm -lc >- >Index: cad/z88/files/patch-z88.mk.other.gcc32 >=================================================================== >--- cad/z88/files/patch-z88.mk.other.gcc32 (revision 392968) >+++ cad/z88/files/patch-z88.mk.other.gcc32 (working copy) >@@ -1,15 +0,0 @@ >---- z88.mk.other.gcc32.orig 2010-01-19 14:29:24.000000000 +0000 >-+++ z88.mk.other.gcc32 2010-01-19 14:37:36.000000000 +0000 >-@@ -6,9 +6,9 @@ >- # >- # 8.5.2008 Rieg >- ############################################################################# >--CC = gcc >--CFLAGS = -march=i586 -I. -I/usr/X11R6/include -DFR_UNIX -DFR_XDOUB \ >-- -DFR_LINUX -O3 -fomit-frame-pointer >-+CC = %%CC%% >-+CFLAGS = %%CFLAGS%% -I. -I/usr/X11R6/include -DFR_UNIX -DFR_XDOUB \ >-+ -DFR_LINUX >- >- LDLIBSOM = -lc >- LDLIBSOX = -lm -lc >Index: cad/z88/files/z88.sh >=================================================================== >--- cad/z88/files/z88.sh (revision 392968) >+++ cad/z88/files/z88.sh (working copy) >@@ -1,52 +0,0 @@ >-#!/bin/sh >-# This script checks for the existence of the three very important Z88 >-# parameter files z88.fcd, z88.dyn and z88i4.txt and launches the >-# Z88 commander >-# This file was taken from the Z88 RPM distribution >- >-if ! test -f z88.dyn >- then >- cp %%PREFIX%%/share/z88/z88.dyn . >-fi >- >-if ! test -f z88.fcd >- then >- cp %%PREFIX%%/share/z88/z88.fcd . >-fi >- >-if ! test -f z88i4.txt >- then >- cp %%PREFIX%%/share/z88/z88i4.txt . >-fi >- >-if ! test -f z88i1.txt >- then >- if ! test -f z88ni.txt >- then >- if ! test -f z88x.dxf >- then >- if ! test -f z88g.cos >- then >- cp %%PREFIX%%/share/z88/b1_x.dxf z88x.dxf >- cp %%PREFIX%%/share/z88/b1_2.txt z88i2.txt >- cp %%PREFIX%%/share/z88/b1_3.txt z88i3.txt >- echo "First Z88 example loaded" >- else >- echo "A Z88 input file z88g.cos exists" >- fi >- else >- echo "A Z88 input file z88x.dxf exists" >- fi >- else >- echo "A Z88 input file z88ni.txt exists" >- fi >- else >- echo "A Z88 input file z88i1.txt exists" >-fi >- >-echo "For further information consult" >-echo "%%PREFIX%%/z88/README or" >-echo "%%PREFIX%%/doc/z88/z88mane.pdf (English)" >-echo "*** Starting the Z88 Finite Elements Analysis system ***" >- >-z88com >Index: cad/z88/pkg-descr >=================================================================== >--- cad/z88/pkg-descr (revision 392968) >+++ cad/z88/pkg-descr (working copy) >@@ -1,21 +1,24 @@ >-What is Z88? >+A really basic FEM program for learning the fundamentals of finite >+element analysis. Z88OS is a fast, powerful and free open source >+finite element solver with pre- and post-processors. > >-Z88 is a fast, powerful and compact Finite Elements Analysis Program >-especially designed for PCs, workstations and large computers with UNIX >-and PCs with Windows XP/95. >+Features: >+- A direct Cholesky solver with Jennings storage method >+- A spare matrix iterative solver (CG preconditioned) for very large >+structures >+- Superelementmesher Z88, to refine existing finite element structures >+- Import AUTO-CAD DXF-files via Z88X, NASTRAN or COSMOS files via >+Z88G, ANSYS files via Z88ASY >+- Cuthill-McKee sort algorithm for finite element structures >+- Input data using text files >+- Boundary conditions: (1) Forces in all directions, (2) Displacements >+in all directions, (3) Pressure loads (positive and negative) on >+element faces >+- 24 integrated finite elements: Structural elements (bars, beams >+and shafts), Continuum elements (tetrahedrons and hexahedrons), >+Various special elements (e. g. shells, continuum shells, tori and >+plates), Various shape functions from linear to cubic >+- Calculation of stresses via three different stress hypotheses: >+von Mises, Rankine, Tresca > >-FEATURES >- >- # Z88 features 20 finite element types. >- # It covers plane stress, plate bending, axial symmetric >- structures and spacial structures up to 20-node Serendipity hexahedrons. >- # Comes with a user-friendly interface (the Z88 Commander). >- # Has a powerful mesh generator. >- # Features a DXF converter and two plot programs. >- # Contains the FEA solver featuring an in-situ Cholesky solver along >- with the Jennings storage method. >- # For large structures the new iteration solver is recommended. >- # The import of COSMOS and NASTRAN files from Pro/ENGINEER (with >- option Pro/MECHANICA) is possible. >- >-WWW: http://www.z88.org/ >+WWW: http://z88.de/ >Index: cad/z88/pkg-plist >=================================================================== >--- cad/z88/pkg-plist (revision 392968) >+++ cad/z88/pkg-plist (working copy) >@@ -1,419 +1,141 @@ >-bin/z88 > bin/z88com >-bin/z88d >-bin/z88e >-bin/z88f > bin/z88g > bin/z88h >-bin/z88i1 >-bin/z88i2 > bin/z88n > bin/z88o >-bin/z88v >+bin/z88r > bin/z88x >-%%DATADIR%%/b10_2.txt >-%%DATADIR%%/b10_3.txt >-%%DATADIR%%/b10_n.txt >-%%DATADIR%%/b12_1.txt >-%%DATADIR%%/b12_1e14.txt >-%%DATADIR%%/b12_2.txt >-%%DATADIR%%/b12_3.txt >-%%DATADIR%%/b12_q_1.txt >-%%DATADIR%%/b12_q_2.txt >-%%DATADIR%%/b12_q_3.txt >-%%DATADIR%%/b12_q_5.txt >-%%DATADIR%%/b16014_2.txt >-%%DATADIR%%/b16014_n.txt >-%%DATADIR%%/b16028_2.txt >-%%DATADIR%%/b16028_n.txt >-%%DATADIR%%/b16056_2.txt >-%%DATADIR%%/b16056_n.txt >-%%DATADIR%%/b16112_2.txt >-%%DATADIR%%/b16112_n.txt >-%%DATADIR%%/b16224_2.txt >-%%DATADIR%%/b16224_n.txt >-%%DATADIR%%/b16_2.txt >-%%DATADIR%%/b16_3.txt >-%%DATADIR%%/b18_2.txt >-%%DATADIR%%/b18_2rou.txt >-%%DATADIR%%/b1_2.txt >-%%DATADIR%%/b1_3.txt >-%%DATADIR%%/b1_4.txt >-%%DATADIR%%/b22_2.txt >-%%DATADIR%%/b22_3.txt >-%%DATADIR%%/b22_ni.txt >-%%DATADIR%%/b22_ni_r2.txt >-%%DATADIR%%/b22_ni_r3k5.txt >-%%DATADIR%%/b23_i2.txt >-%%DATADIR%%/b23_i3.txt >-%%DATADIR%%/b23_i5.txt >-%%DATADIR%%/b23_ni.txt >-%%DATADIR%%/b5_2.txt >-%%DATADIR%%/b5_3.txt >-%%DATADIR%%/b5_ele10_2.txt >-%%DATADIR%%/b5_ele10_3.txt >-%%DATADIR%%/b5_ele10_ni.txt >-%%DATADIR%%/b6_q_1.txt >-%%DATADIR%%/b6_q_2.txt >-%%DATADIR%%/b6_q_5.txt >-%%DATADIR%%/b7_2.txt >-%%DATADIR%%/b7_3.txt >-%%DATADIR%%/b7_e15_1.txt >-%%DATADIR%%/b7_e15_2.txt >-%%DATADIR%%/b7_e15_3.txt >-%%DATADIR%%/b9_1.txt >-%%DATADIR%%/b9_2.txt >-%%DATADIR%%/b9_3.txt >-%%DATADIR%%/b9_tf_2.txt >-%%DATADIR%%/b9_tf_3.txt >-%%DATADIR%%/b9_tf_ni.txt >-%%DATADIR%%/copying.txt >+%%PORTDOCS%%%%DOCSDIR%%/z88mane.pdf >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/51.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88elp.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88i1.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88i2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88i5.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88int.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88man.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88mat.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88ni.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b1/z88x.dxf >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/51.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88elp.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88g.nas >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88i1.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88i2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88i5.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88int.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88man.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b11/z88mat.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/51.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/b18_2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/b18_2rou.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88elp.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88i1.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88i2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88i5.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88int.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88man.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88mat.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88ni.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b18/z88x.dxf >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/52.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88elp.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88i1.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88i2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88i5.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88int.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88man.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88mat.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b2/z88x.dxf >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/55.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88elp.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88g.nas >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88i1.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88i2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88i5.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88int.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88man.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_lin/z88mat.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/55.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88.dyn >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88elp.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88g.nas >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88i1.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88i2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88i5.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88int.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88man.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b21_para/z88mat.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/51.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88elp.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88g.nas >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88i1.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88i2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88i5.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88int.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88man.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b24/z88mat.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/51.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/z88elp.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/z88i1.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/z88i2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/z88i5.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/z88int.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/z88man.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b3/z88mat.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/51.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/z88elp.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/z88i1.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/z88i2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/z88i5.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/z88int.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/z88man.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4/z88mat.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/51.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88elp.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88i1.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88i2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88i5.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88int.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88man.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88mat.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b4_20ele/z88x.dxf >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/51.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88elp.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88i1.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88i2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88i5.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88int.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88man.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88mat.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88ni.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b5/z88x.dxf >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/51.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88elp.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88i1.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88i2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88i5.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88int.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88man.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88mat.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6/z88x.dxf >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/51.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88elp.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88i1.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88i2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88i5.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88int.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88man.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88mat.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b6_q/z88x.dxf >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/51.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88elp.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88i1.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88i2.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88i5.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88int.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88man.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88mat.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88ni.txt >+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/b7/z88x.dxf > %%DATADIR%%/z88.dyn > %%DATADIR%%/z88.fcd >-%%DATADIR%%/b10_n.dxf >-%%DATADIR%%/b13_x.dxf >-%%DATADIR%%/b16_n.dxf >-%%DATADIR%%/b16step1.dxf >-%%DATADIR%%/b16step2.dxf >-%%DATADIR%%/b16step3.dxf >-%%DATADIR%%/b16step4.dxf >-%%DATADIR%%/b16step5.dxf >-%%DATADIR%%/b18_x.dxf >-%%DATADIR%%/b1_x.dxf >-%%DATADIR%%/b22_x.dxf >-%%DATADIR%%/b23_x.dxf >-%%DATADIR%%/b2_x.dxf >-%%DATADIR%%/b3_x.dxf >-%%DATADIR%%/b4_20ele_x.dxf >-%%DATADIR%%/b4_x.dxf >-%%DATADIR%%/b5_x.dxf >-%%DATADIR%%/b6_x.dxf >-%%DATADIR%%/b7_x.dxf >-%%DATADIR%%/z88x.dxf >-%%DOCSDIR%%/e88d.htm >-%%DOCSDIR%%/e88dy.htm >-%%DOCSDIR%%/e88dy1.jpg >-%%DOCSDIR%%/e88dy2.jpg >-%%DOCSDIR%%/e88dy3.jpg >-%%DOCSDIR%%/e88dy4.jpg >-%%DOCSDIR%%/e88e.htm >-%%DOCSDIR%%/e88e1.htm >-%%DOCSDIR%%/e88e10.htm >-%%DOCSDIR%%/e88e11.htm >-%%DOCSDIR%%/e88e12.htm >-%%DOCSDIR%%/e88e13.htm >-%%DOCSDIR%%/e88e1301.gif >-%%DOCSDIR%%/e88e14.htm >-%%DOCSDIR%%/e88e15.htm >-%%DOCSDIR%%/e88e16.htm >-%%DOCSDIR%%/e88e17.htm >-%%DOCSDIR%%/e88e18.htm >-%%DOCSDIR%%/e88e19.htm >-%%DOCSDIR%%/e88e2.htm >-%%DOCSDIR%%/e88e20.htm >-%%DOCSDIR%%/e88e201.gif >-%%DOCSDIR%%/e88e202.gif >-%%DOCSDIR%%/e88e3.htm >-%%DOCSDIR%%/e88e4.htm >-%%DOCSDIR%%/e88e5.htm >-%%DOCSDIR%%/e88e502.gif >-%%DOCSDIR%%/e88e6.htm >-%%DOCSDIR%%/e88e7.htm >-%%DOCSDIR%%/e88e8.htm >-%%DOCSDIR%%/e88e9.htm >-%%DOCSDIR%%/e88ea.htm >-%%DOCSDIR%%/e88f.htm >-%%DOCSDIR%%/e88f.jpg >-%%DOCSDIR%%/e88g.htm >-%%DOCSDIR%%/e88g1.jpg >-%%DOCSDIR%%/e88g2.jpg >-%%DOCSDIR%%/e88ge.htm >-%%DOCSDIR%%/e88ge06.gif >-%%DOCSDIR%%/e88ge12.gif >-%%DOCSDIR%%/e88gpl.htm >-%%DOCSDIR%%/e88h.htm >-%%DOCSDIR%%/e88i1.htm >-%%DOCSDIR%%/e88i2.htm >-%%DOCSDIR%%/e88i201.gif >-%%DOCSDIR%%/e88i202.gif >-%%DOCSDIR%%/e88i203.gif >-%%DOCSDIR%%/e88i204.gif >-%%DOCSDIR%%/e88i205.gif >-%%DOCSDIR%%/e88i3.htm >-%%DOCSDIR%%/e88i4.htm >-%%DOCSDIR%%/e88i5.htm >-%%DOCSDIR%%/e88ia.htm >-%%DOCSDIR%%/e88in.htm >-%%DOCSDIR%%/e88inu.jpg >-%%DOCSDIR%%/e88inw.jpg >-%%DOCSDIR%%/e88ite.htm >-%%DOCSDIR%%/e88ite1.jpg >-%%DOCSDIR%%/e88ite2.jpg >-%%DOCSDIR%%/e88ite3.jpg >-%%DOCSDIR%%/e88ix.htm >-%%DOCSDIR%%/e88mr1.jpg >-%%DOCSDIR%%/e88mr2.jpg >-%%DOCSDIR%%/e88mru.htm >-%%DOCSDIR%%/e88mrw.htm >-%%DOCSDIR%%/e88n.htm >-%%DOCSDIR%%/e88n01.gif >-%%DOCSDIR%%/e88n02.gif >-%%DOCSDIR%%/e88ni.htm >-%%DOCSDIR%%/e88ni01.gif >-%%DOCSDIR%%/e88o.htm >-%%DOCSDIR%%/e88o01.jpg >-%%DOCSDIR%%/e88o02.jpg >-%%DOCSDIR%%/e88o03.jpg >-%%DOCSDIR%%/e88o04.jpg >-%%DOCSDIR%%/e88o05.jpg >-%%DOCSDIR%%/e88o06.jpg >-%%DOCSDIR%%/e88p.htm >-%%DOCSDIR%%/e88s10.htm >-%%DOCSDIR%%/e88s1.htm >-%%DOCSDIR%%/e88s2.htm >-%%DOCSDIR%%/e88s3.htm >-%%DOCSDIR%%/e88s4.htm >-%%DOCSDIR%%/e88s401.gif >-%%DOCSDIR%%/e88s5.htm >-%%DOCSDIR%%/e88s6.htm >-%%DOCSDIR%%/e88s7.htm >-%%DOCSDIR%%/e88s8.htm >-%%DOCSDIR%%/e88s9.htm >-%%DOCSDIR%%/e88sa.htm >-%%DOCSDIR%%/e88v.htm >-%%DOCSDIR%%/e88v1.jpg >-%%DOCSDIR%%/e88x.htm >-%%DOCSDIR%%/e88x1.jpg >-%%DOCSDIR%%/g88d.htm >-%%DOCSDIR%%/g88dy.htm >-%%DOCSDIR%%/g88dy1.jpg >-%%DOCSDIR%%/g88dy2.jpg >-%%DOCSDIR%%/g88dy3.jpg >-%%DOCSDIR%%/g88dy4.jpg >-%%DOCSDIR%%/g88e.htm >-%%DOCSDIR%%/g88e1.htm >-%%DOCSDIR%%/g88e10.htm >-%%DOCSDIR%%/g88e1001.gif >-%%DOCSDIR%%/g88e101.gif >-%%DOCSDIR%%/g88e11.htm >-%%DOCSDIR%%/g88e1101.gif >-%%DOCSDIR%%/g88e12.htm >-%%DOCSDIR%%/g88e1201.gif >-%%DOCSDIR%%/g88e13.htm >-%%DOCSDIR%%/g88e1301.gif >-%%DOCSDIR%%/g88e14.htm >-%%DOCSDIR%%/g88e1401.gif >-%%DOCSDIR%%/g88e15.htm >-%%DOCSDIR%%/g88e1501.gif >-%%DOCSDIR%%/g88e16.htm >-%%DOCSDIR%%/g88e1601.gif >-%%DOCSDIR%%/g88e17.htm >-%%DOCSDIR%%/g88e1701.gif >-%%DOCSDIR%%/g88e18.gif >-%%DOCSDIR%%/g88e18.htm >-%%DOCSDIR%%/g88e19.gif >-%%DOCSDIR%%/g88e19.htm >-%%DOCSDIR%%/g88e2.htm >-%%DOCSDIR%%/g88e20.gif >-%%DOCSDIR%%/g88e20.htm >-%%DOCSDIR%%/g88e201.gif >-%%DOCSDIR%%/g88e202.gif >-%%DOCSDIR%%/g88e3.htm >-%%DOCSDIR%%/g88e301.gif >-%%DOCSDIR%%/g88e4.htm >-%%DOCSDIR%%/g88e401.gif >-%%DOCSDIR%%/g88e5.htm >-%%DOCSDIR%%/g88e501.gif >-%%DOCSDIR%%/g88e502.gif >-%%DOCSDIR%%/g88e6.htm >-%%DOCSDIR%%/g88e601.gif >-%%DOCSDIR%%/g88e7.htm >-%%DOCSDIR%%/g88e701.gif >-%%DOCSDIR%%/g88e8.htm >-%%DOCSDIR%%/g88e801.gif >-%%DOCSDIR%%/g88e9.htm >-%%DOCSDIR%%/g88e901.gif >-%%DOCSDIR%%/g88ea.htm >-%%DOCSDIR%%/g88f.htm >-%%DOCSDIR%%/g88f.jpg >-%%DOCSDIR%%/g88g.htm >-%%DOCSDIR%%/g88g1.jpg >-%%DOCSDIR%%/g88g2.jpg >-%%DOCSDIR%%/g88g3.jpg >-%%DOCSDIR%%/g88ge.htm >-%%DOCSDIR%%/g88ge01.gif >-%%DOCSDIR%%/g88ge02.gif >-%%DOCSDIR%%/g88ge03.gif >-%%DOCSDIR%%/g88ge04.gif >-%%DOCSDIR%%/g88ge05.gif >-%%DOCSDIR%%/g88ge06.gif >-%%DOCSDIR%%/g88ge07.gif >-%%DOCSDIR%%/g88ge08.gif >-%%DOCSDIR%%/g88ge09.gif >-%%DOCSDIR%%/g88ge10.gif >-%%DOCSDIR%%/g88ge11.gif >-%%DOCSDIR%%/g88ge12.gif >-%%DOCSDIR%%/g88ge13.gif >-%%DOCSDIR%%/g88ge14.gif >-%%DOCSDIR%%/g88h.htm >-%%DOCSDIR%%/g88i1.htm >-%%DOCSDIR%%/g88i2.htm >-%%DOCSDIR%%/g88i201.gif >-%%DOCSDIR%%/g88i202.gif >-%%DOCSDIR%%/g88i203.gif >-%%DOCSDIR%%/g88i204.gif >-%%DOCSDIR%%/g88i205.gif >-%%DOCSDIR%%/g88i3.htm >-%%DOCSDIR%%/g88i4.htm >-%%DOCSDIR%%/g88ia.htm >-%%DOCSDIR%%/g88in.htm >-%%DOCSDIR%%/g88inu.jpg >-%%DOCSDIR%%/g88inw.jpg >-%%DOCSDIR%%/g88ite.htm >-%%DOCSDIR%%/g88ite1.jpg >-%%DOCSDIR%%/g88ite2.jpg >-%%DOCSDIR%%/g88ix.htm >-%%DOCSDIR%%/g88mr1.jpg >-%%DOCSDIR%%/g88mr2.jpg >-%%DOCSDIR%%/g88mr3.jpg >-%%DOCSDIR%%/g88mr4.jpg >-%%DOCSDIR%%/g88mr5.jpg >-%%DOCSDIR%%/g88mr6.jpg >-%%DOCSDIR%%/g88mr7.jpg >-%%DOCSDIR%%/g88mr8.jpg >-%%DOCSDIR%%/g88mru.htm >-%%DOCSDIR%%/g88mrw.htm >-%%DOCSDIR%%/g88n.htm >-%%DOCSDIR%%/g88n01.gif >-%%DOCSDIR%%/g88n02.gif >-%%DOCSDIR%%/g88ni.htm >-%%DOCSDIR%%/g88ni01.gif >-%%DOCSDIR%%/g88o.htm >-%%DOCSDIR%%/g88s1.htm >-%%DOCSDIR%%/g88s101.gif >-%%DOCSDIR%%/g88s102.gif >-%%DOCSDIR%%/g88s103.gif >-%%DOCSDIR%%/g88s2.htm >-%%DOCSDIR%%/g88s201.gif >-%%DOCSDIR%%/g88s202.gif >-%%DOCSDIR%%/g88s3.htm >-%%DOCSDIR%%/g88s301.gif >-%%DOCSDIR%%/g88s4.htm >-%%DOCSDIR%%/g88s401.gif >-%%DOCSDIR%%/g88s402.gif >-%%DOCSDIR%%/g88s5.htm >-%%DOCSDIR%%/g88s501.gif >-%%DOCSDIR%%/g88s502.gif >-%%DOCSDIR%%/g88s6.htm >-%%DOCSDIR%%/g88s601.gif >-%%DOCSDIR%%/g88s7.htm >-%%DOCSDIR%%/g88s701.gif >-%%DOCSDIR%%/g88s702.gif >-%%DOCSDIR%%/g88s8.htm >-%%DOCSDIR%%/g88s9.htm >-%%DOCSDIR%%/g88sa.htm >-%%DOCSDIR%%/g88v.htm >-%%DOCSDIR%%/g88v1.jpg >-%%DOCSDIR%%/g88x.htm >-%%DOCSDIR%%/g88x01.gif >-%%DOCSDIR%%/g88x02.gif >-%%DOCSDIR%%/g88x03.gif >-%%DOCSDIR%%/g88x04.gif >-%%DOCSDIR%%/g88x05.gif >-%%DOCSDIR%%/g88x06.gif >-%%DOCSDIR%%/g88x07.gif >-%%DOCSDIR%%/g88x08.gif >-%%DOCSDIR%%/g88x09.gif >-%%DOCSDIR%%/g88x1.jpg >-%%DOCSDIR%%/g88x10.gif >-%%DOCSDIR%%/g88x2.gif >-%%DOCSDIR%%/g88x3.gif >-%%DOCSDIR%%/e88s1004.jpg >-%%DOCSDIR%%/e88s104.jpg >-%%DOCSDIR%%/e88s105.jpg >-%%DOCSDIR%%/e88s106.jpg >-%%DOCSDIR%%/e88s203.jpg >-%%DOCSDIR%%/e88s303.jpg >-%%DOCSDIR%%/e88s404.jpg >-%%DOCSDIR%%/e88s503.jpg >-%%DOCSDIR%%/e88s504.jpg >-%%DOCSDIR%%/e88s602.jpg >-%%DOCSDIR%%/e88s603.jpg >-%%DOCSDIR%%/e88s701.jpg >-%%DOCSDIR%%/e88s703.jpg >-%%DOCSDIR%%/e88s801.jpg >-%%DOCSDIR%%/e88s802.jpg >-%%DOCSDIR%%/e88s803.jpg >-%%DOCSDIR%%/e88s804.jpg >-%%DOCSDIR%%/e88s805.jpg >-%%DOCSDIR%%/e88s806.jpg >-%%DOCSDIR%%/e88s807.jpg >-%%DOCSDIR%%/e88s808.jpg >-%%DOCSDIR%%/e88s809.jpg >-%%DOCSDIR%%/e88s904.jpg >-%%DOCSDIR%%/e88s905.jpg >-%%DOCSDIR%%/e88s906.jpg >-%%DOCSDIR%%/e88s907.jpg >-%%DOCSDIR%%/e88s908.jpg >-%%DOCSDIR%%/e88s909.jpg >-%%DOCSDIR%%/g88e1002.gif >-%%DOCSDIR%%/g88e102.gif >-%%DOCSDIR%%/g88e1102.gif >-%%DOCSDIR%%/g88e1202.gif >-%%DOCSDIR%%/g88e1402.gif >-%%DOCSDIR%%/g88e1502.gif >-%%DOCSDIR%%/g88e1602.gif >-%%DOCSDIR%%/g88e1702.gif >-%%DOCSDIR%%/g88e702.gif >-%%DOCSDIR%%/g88e802.gif >-%%DOCSDIR%%/g88i5.htm >-%%DOCSDIR%%/g88i501.gif >-%%DOCSDIR%%/g88i502.gif >-%%DOCSDIR%%/g88ite3.jpg >-%%DOCSDIR%%/g88mr9.jpg >-%%DOCSDIR%%/g88o01.jpg >-%%DOCSDIR%%/g88o02.jpg >-%%DOCSDIR%%/g88o03.jpg >-%%DOCSDIR%%/g88o04.jpg >-%%DOCSDIR%%/g88o05.jpg >-%%DOCSDIR%%/g88o06.jpg >-%%DOCSDIR%%/g88s10.htm >-%%DOCSDIR%%/g88s1001.jpg >-%%DOCSDIR%%/g88s1002.jpg >-%%DOCSDIR%%/g88s1003.jpg >-%%DOCSDIR%%/g88s1004.jpg >-%%DOCSDIR%%/g88s104.jpg >-%%DOCSDIR%%/g88s105.jpg >-%%DOCSDIR%%/g88s106.jpg >-%%DOCSDIR%%/g88s203.jpg >-%%DOCSDIR%%/g88s302.jpg >-%%DOCSDIR%%/g88s303.jpg >-%%DOCSDIR%%/g88s403.jpg >-%%DOCSDIR%%/g88s404.jpg >-%%DOCSDIR%%/g88s503.jpg >-%%DOCSDIR%%/g88s504.jpg >-%%DOCSDIR%%/g88s602.jpg >-%%DOCSDIR%%/g88s603.jpg >-%%DOCSDIR%%/g88s701.jpg >-%%DOCSDIR%%/g88s702.jpg >-%%DOCSDIR%%/g88s703.jpg >-%%DOCSDIR%%/g88s801.jpg >-%%DOCSDIR%%/g88s802.jpg >-%%DOCSDIR%%/g88s803.jpg >-%%DOCSDIR%%/g88s804.jpg >-%%DOCSDIR%%/g88s805.jpg >-%%DOCSDIR%%/g88s806.jpg >-%%DOCSDIR%%/g88s807.jpg >-%%DOCSDIR%%/g88s808.jpg >-%%DOCSDIR%%/g88s809.jpg >-%%DOCSDIR%%/g88s901.jpg >-%%DOCSDIR%%/g88s902.jpg >-%%DOCSDIR%%/g88s903.jpg >-%%DOCSDIR%%/g88s904.jpg >-%%DOCSDIR%%/g88s905.jpg >-%%DOCSDIR%%/g88s906.jpg >-%%DOCSDIR%%/g88s907.jpg >-%%DOCSDIR%%/g88s908.jpg >-%%DOCSDIR%%/g88s909.jpg >-%%DOCSDIR%%/pla1.gif >-%%PORTDOCS%%%%DOCSDIR%%/z88mane.pdf
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201250
:
158281
| 159300