View | Details | Raw Unified | Return to bug 78958
Collapse All | Expand All

(-)calculix/Makefile (-10 / +33 lines)
Lines 6-33 Link Here
6
#
6
#
7
7
8
PORTNAME=	CalculiX
8
PORTNAME=	CalculiX
9
PORTVERSION=	1.2
9
PORTVERSION=	1.3
10
CATEGORIES=	cad
10
CATEGORIES=	cad
11
MASTER_SITES=	http://www.dhondt.de/
11
MASTER_SITES=	http://www.dhondt.de/
12
DISTFILES=	ccx_${PORTVERSION}.src.tar.gz cgx_${PORTVERSION}.tar.gz
12
DISTFILES=	${DIST_SOURCES}
13
.if !defined(NOPORTDOCS)
13
.if !defined(NOPORTDOCS)
14
DISTFILES+=	ccx_${PORTVERSION}.ps.tar.gz cgx_${PORTVERSION}.ps.tar.gz \
14
DISTFILES+=	${DIST_HTM} ${DIST_PS}
15
		ccx_${PORTVERSION}.htm.tar.gz cgx_${PORTVERSION}.htm.tar.gz
16
.endif
15
.endif
17
.ifdef WITH_EXAMPLES
16
.ifdef WITH_EXAMPLES
18
DISTFILES+=	ccx_${PORTVERSION}.test.tar.gz
17
DISTFILES+=	${DIST_EXAMPLES}
19
.endif
18
.endif
20
DIST_SUBDIR=	calculix
19
DIST_SUBDIR=	calculix
20
EXTRACT_ONLY=	${DIST_SOURCES}
21
.if !defined(NOPORTDOCS)
22
EXTRACT_ONLY+=	${DIST_HTM} ccx_${PORTVERSION}.ps${EXTRACT_SUFX}
23
.endif
24
.ifdef WITH_EXAMPLES
25
EXTRACT_ONLY+=	${DIST_EXAMPLES}
26
.endif
21
27
22
MAINTAINER=	maho@FreeBSD.org
28
MAINTAINER=	maho@FreeBSD.org
23
COMMENT=	A Three-Dimensional Structural Finite Element Program
29
COMMENT=	A Three-Dimensional Structural Finite Element Program
24
30
25
BUILD_DEPENDS=	${LOCALBASE}/lib/libspooles.a:${PORTSDIR}/math/spooles \
31
BUILD_DEPENDS=	${LOCALBASE}/lib/libarpack.a:${PORTSDIR}/math/arpack	\
26
		${LOCALBASE}/lib/libarpack.a:${PORTSDIR}/math/arpack
32
		${LOCALBASE}/lib/liblapack.a:${PORTSDIR}/math/lapack	\
33
		${LOCALBASE}/lib/libspooles.a:${PORTSDIR}/math/spooles	\
34
		${LOCALBASE}/lib/libmetis.a:${PORTSDIR}/math/metis	\
35
		${LOCALBASE}/lib/libtaucs.a:${PORTSDIR}/math/taucs
27
LIB_DEPENDS=    atlas.1:${PORTSDIR}/math/atlas \
36
LIB_DEPENDS=    atlas.1:${PORTSDIR}/math/atlas \
28
		glut.3:${PORTSDIR}/graphics/libglut
37
		glut.3:${PORTSDIR}/graphics/libglut
29
38
39
USE_BZIP2=	yes
40
41
DIST_SOURCES=	ccx_${PORTVERSION}.src${EXTRACT_SUFX}	\
42
		cgx_${PORTVERSION}.all${EXTRACT_SUFX}
43
DIST_HTM=	ccx_${PORTVERSION}.htm${EXTRACT_SUFX}	\
44
		cgx_${PORTVERSION}.htm${EXTRACT_SUFX}
45
DIST_PS=	ccx_${PORTVERSION}.ps${EXTRACT_SUFX}	\
46
		cgx_${PORTVERSION}.ps.bz2
47
DIST_EXAMPLES=	ccx_${PORTVERSION}.test${EXTRACT_SUFX}	\
48
		cgx_${PORTVERSION}.exa${EXTRACT_SUFX}
49
30
WRKSRC=		${WRKDIR}/${PORTNAME}
50
WRKSRC=		${WRKDIR}/${PORTNAME}
51
USE_GMAKE=	yes
31
USE_GL=	yes
52
USE_GL=	yes
32
USE_REINPLACE=	yes
53
USE_REINPLACE=	yes
33
BLAS_LIBS=	-lf77blas -latlas
54
BLAS_LIBS=	-lf77blas -latlas
Lines 48-54 Link Here
48
69
49
pre-build:
70
pre-build:
50
	@${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; s+%%CC%%+${CC}+g ; \
71
	@${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; s+%%CC%%+${CC}+g ; \
51
	s+%%PTHREAD_CFLAGS%%+${PTHREAD_CFLAGS} -DUSE_MT+g; \
72
	s+%%PTHREAD_CFLAGS%%+-DUSE_MT ${PTHREAD_CFLAGS}+g; \
52
	s+%%PTHREAD_LIBS%%+${PTHREAD_LIBS}+g; \
73
	s+%%PTHREAD_LIBS%%+${PTHREAD_LIBS}+g; \
53
	s+%%BLAS_LIBS%%+${BLAS_LIBS}+ ; \
74
	s+%%BLAS_LIBS%%+${BLAS_LIBS}+ ; \
54
	s+%%LOCALBASE%%+${LOCALBASE}+g;' \
75
	s+%%LOCALBASE%%+${LOCALBASE}+g;' \
Lines 64-70 Link Here
64
85
65
do-build:
86
do-build:
66
	@(cd ${WRKSRC}/ccx_${PORTVERSION}/src; ${SETENV} ${MAKE_ENV} $(MAKE) )
87
	@(cd ${WRKSRC}/ccx_${PORTVERSION}/src; ${SETENV} ${MAKE_ENV} $(MAKE) )
67
	@(cd ${WRKSRC}/libSNL/src; ${SETENV} ${MAKE_ENV} $(MAKE) )
88
	@(cd ${WRKSRC}/libSNL/src; ${SETENV} ${MAKE_ENV} $(GMAKE) )
68
	@(cd ${WRKSRC}/cgx_${PORTVERSION}/src; ${SETENV} ${MAKE_ENV} $(MAKE) )
89
	@(cd ${WRKSRC}/cgx_${PORTVERSION}/src; ${SETENV} ${MAKE_ENV} $(MAKE) )
69
90
70
do-install:
91
do-install:
Lines 81-87 Link Here
81
	@${INSTALL_DATA} ${WRKSRC}/cgx_${PORTVERSION}/doc/cgx/* \
102
	@${INSTALL_DATA} ${WRKSRC}/cgx_${PORTVERSION}/doc/cgx/* \
82
	  ${DOCSDIR}/cgx
103
	  ${DOCSDIR}/cgx
83
	@${INSTALL_DATA} ${WRKSRC}/ccx_${PORTVERSION}/doc/*.ps ${DOCSDIR}
104
	@${INSTALL_DATA} ${WRKSRC}/ccx_${PORTVERSION}/doc/*.ps ${DOCSDIR}
84
	@${INSTALL_DATA} ${WRKDIR}/cgx.ps ${DOCSDIR}
105
	@${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/cgx_${PORTVERSION}.ps.bz2	\
106
	  ${DOCSDIR}
107
	bunzip2 ${DOCSDIR}/cgx_${PORTVERSION}.ps.bz2
85
	@${GZIP_CMD} ${DOCSDIR}/*.ps
108
	@${GZIP_CMD} ${DOCSDIR}/*.ps
86
.endif
109
.endif
87
.ifdef WITH_EXAMPLES
110
.ifdef WITH_EXAMPLES
(-)calculix/distinfo (-14 / +16 lines)
Lines 1-14 Link Here
1
MD5 (calculix/ccx_1.2.src.tar.gz) = 6555df252f907ab0de47d400c6926959
1
MD5 (calculix/ccx_1.3.src.tar.bz2) = 2d88eeba9ea5ba8052c0ec0c2871bfa0
2
SIZE (calculix/ccx_1.2.src.tar.gz) = 376810
2
SIZE (calculix/ccx_1.3.src.tar.bz2) = 279067
3
MD5 (calculix/cgx_1.2.tar.gz) = 8f90ba5f681462e69b064ee670c4d0e4
3
MD5 (calculix/cgx_1.3.all.tar.bz2) = e2d0cef943c78d535e657eab82c0cf9b
4
SIZE (calculix/cgx_1.2.tar.gz) = 963476
4
SIZE (calculix/cgx_1.3.all.tar.bz2) = 806417
5
MD5 (calculix/ccx_1.2.ps.tar.gz) = a2dd42355248ea0fc5b8b5484a3af1f0
5
MD5 (calculix/ccx_1.3.htm.tar.bz2) = 2c592cb5702b7480c4e30052cfd69fc0
6
SIZE (calculix/ccx_1.2.ps.tar.gz) = 645495
6
SIZE (calculix/ccx_1.3.htm.tar.bz2) = 745766
7
MD5 (calculix/cgx_1.2.ps.tar.gz) = 1135d0339a547afa2ec3e2ea54057279
7
MD5 (calculix/cgx_1.3.htm.tar.bz2) = 238804dc0ed34a94b2a595666500b61a
8
SIZE (calculix/cgx_1.2.ps.tar.gz) = 318914
8
SIZE (calculix/cgx_1.3.htm.tar.bz2) = 217894
9
MD5 (calculix/ccx_1.2.htm.tar.gz) = b16b1b2a578c81ce12aecc390ffdd2fe
9
MD5 (calculix/ccx_1.3.ps.tar.bz2) = 1529fbacd548b2087b3eee03f70a6486
10
SIZE (calculix/ccx_1.2.htm.tar.gz) = 674814
10
SIZE (calculix/ccx_1.3.ps.tar.bz2) = 698255
11
MD5 (calculix/cgx_1.2.htm.tar.gz) = 7ad27a7fec332f8601e72ecf90056f8d
11
MD5 (calculix/cgx_1.3.ps.bz2) = 4501c42614c14e6417b4f46a9a66382b
12
SIZE (calculix/cgx_1.2.htm.tar.gz) = 220718
12
SIZE (calculix/cgx_1.3.ps.bz2) = 283724
13
MD5 (calculix/ccx_1.2.test.tar.gz) = a5538d9877eb1d906edacee70aa1d0e8
13
MD5 (calculix/ccx_1.3.test.tar.bz2) = 3da5d5781540dc0181ce956cc2063157
14
SIZE (calculix/ccx_1.2.test.tar.gz) = 901407
14
SIZE (calculix/ccx_1.3.test.tar.bz2) = 855765
15
MD5 (calculix/cgx_1.3.exa.tar.bz2) = 283ac6ad580db74fc186dac93d2229b4
16
SIZE (calculix/cgx_1.3.exa.tar.bz2) = 232645
(-)calculix/files/patch-ccx_1.2+src+spooles.h (-12 lines)
Lines 1-12 Link Here
1
--- ccx_1.2/src/spooles.h.orig	Sat Dec 25 01:58:09 2004
2
+++ ccx_1.2/src/spooles.h	Sat Dec 25 13:25:29 2004
3
@@ -24,7 +24,9 @@
4
 #include <misc.h>
5
 #include <FrontMtx.h>
6
 #include <SymbFac.h>
7
+#ifdef USE_MT
8
 #include <MT/spoolesMT.h>
9
+#endif
10
 
11
 /* increase this for debugging */
12
 #define DEBUG_LVL	0
(-)calculix/files/patch-ccx_VER+src+CalculiX.h (-2 / +2 lines)
Lines 1-5 Link Here
1
--- ccx_1.2/src/CalculiX.h.orig	Mon Mar  3 00:35:58 2003
1
--- ccx_1.3/src/CalculiX.h.orig	Mon Mar  3 00:35:58 2003
2
+++ ccx_1.2/src/CalculiX.h	Mon May  5 21:15:50 2003
2
+++ ccx_1.3/src/CalculiX.h	Mon May  5 21:15:50 2003
3
@@ -24,6 +24,8 @@
3
@@ -24,6 +24,8 @@
4
 #define FORTRAN(A,B) A##_##B
4
 #define FORTRAN(A,B) A##_##B
5
 #elif ARCH == HP
5
 #elif ARCH == HP
(-)calculix/files/patch-ccx_VER+src+Makefile (-12 / +14 lines)
Lines 1-9 Link Here
1
--- ccx_1.2/src/Makefile.orig	Sun Jul 25 09:55:36 2004
1
--- ccx_1.3/src/Makefile.orig	Sat Feb 26 14:30:42 2005
2
+++ ccx_1.2/src/Makefile	Wed Feb  2 15:53:46 2005
2
+++ ccx_1.3/src/Makefile	Wed Mar  2 00:36:02 2005
3
@@ -1,8 +1,8 @@
3
@@ -1,8 +1,10 @@
4
-CFLAGS = -Wall -O -I ../../../SPOOLES.2.2 -DARCH="Linux"
4
-CFLAGS = -Wall -O  -I ../../../SPOOLES.2.2 -DARCH="Linux" -DSPOOLES -DARPACK -DMATRIXSTORAGE
5
-FFLAGS = -Wall -O
5
-FFLAGS = -Wall -O 
6
+CFLAGS += -I%%LOCALBASE%%/include/spooles -DARCH="FreeBSD" %%PTHREAD_CFLAGS%%
6
+CFLAGS +=	-I%%LOCALBASE%%/include -I%%LOCALBASE%%/include/spooles \
7
+		-DARCH="FreeBSD" -DSPOOLES -DARPACK -DMATRIXSTORAGE -DTAUCS	\
8
+		%%PTHREAD_CFLAGS%%
7
+FFLAGS += -O
9
+FFLAGS += -O
8
 
10
 
9
-CC=cc
11
-CC=cc
Lines 13-19 Link Here
13
 
15
 
14
 .c.o :
16
 .c.o :
15
 	$(CC) $(CFLAGS) -c $<
17
 	$(CC) $(CFLAGS) -c $<
16
@@ -248,15 +248,12 @@
18
@@ -272,15 +274,12 @@
17
 OCCXC = $(SCCXC:.c=.o)
19
 OCCXC = $(SCCXC:.c=.o)
18
 OCCXMAIN = $(SCCXMAIN:.c=.o)
20
 OCCXMAIN = $(SCCXMAIN:.c=.o)
19
 
21
 
Lines 24-34 Link Here
24
-       $(DIR)/spooles.a \
26
-       $(DIR)/spooles.a \
25
-	../../../ARPACK/libarpack_INTEL.a \
27
-	../../../ARPACK/libarpack_INTEL.a \
26
-       -lm
28
-       -lm
27
+LIBS = -lspooles -larpack %%BLAS_LIBS%% -lm
29
+LIBS =	-lspooles -larpack -ltaucs -llapack -lmetis %%BLAS_LIBS%% -lm
28
 
30
 
29
 ccx_1.2: $(OCCXMAIN) ccx_1.2.a  $(LIBS)
31
 ccx_1.3: $(OCCXMAIN) ccx_1.3.a  $(LIBS)
30
-	g77 -Wall -O -o $@ $(OCCXMAIN) ccx_1.2.a  $(LIBS)
32
-	g77 -Wall -O  -o $@ $(OCCXMAIN) ccx_1.3.a  $(LIBS)
31
+	$(FC) %%PTHREAD_LIBS%% $(FFLAGS) -o $@ $(OCCXMAIN) ccx_1.2.a  $(LIBS) -L$(DIR)
33
+	${FC} $(FFLAGS) -o $@ $(OCCXMAIN) ccx_1.3.a %%PTHREAD_LIBS%% $(LIBS) -L$(DIR)
32
 
34
 
33
 ccx_1.2.a: $(OCCXF) $(OCCXC)
35
 ccx_1.3.a: $(OCCXF) $(OCCXC)
34
 	ar vr $@ $?
36
 	ar vr $@ $?
(-)calculix/files/patch-cgx_VER+src+Makefile (-23 / +14 lines)
Lines 1-38 Link Here
1
--- cgx_1.2/src/Makefile.orig	Sat Jul 17 17:16:50 2004
1
--- cgx_1.3/src/Makefile.orig	Fri Feb 25 22:06:01 2005
2
+++ cgx_1.2/src/Makefile	Thu Dec 23 15:20:11 2004
2
+++ cgx_1.3/src/Makefile	Sat Feb 26 20:40:28 2005
3
@@ -1,17 +1,16 @@
3
@@ -1,13 +1,13 @@
4
-CFLAGS = -O2 -Wall \
4
 CFLAGS = -O2 -Wall \
5
-  -I./ \
5
   -I./ \
6
-  -I/usr/include \
6
   -I/usr/include \
7
-  -I/usr/include/GL \
7
-  -I/usr/include/GL \
8
-  -I/usr/local/CalculiX/libSNL/src \
9
-  -I/usr/X11/include 
10
+CFLAGS += -I./ \
11
+  -I%%X11BASE%%/include \
12
+  -I%%X11BASE%%/include/GL \
8
+  -I%%X11BASE%%/include/GL \
13
+  -I../../libSNL/src \
9
   -I../../libSNL/src \
10
-  -I/usr/X11/include 
14
+  -I%%X11BASE%%/include 
11
+  -I%%X11BASE%%/include 
15
 
12
 
16
 LFLAGS = \
13
 LFLAGS = \
17
-  -L/usr/local/CalculiX/libSNL/src -lSNL \
18
-  -L/usr/lib -lGL -lGLU -lglut \
14
-  -L/usr/lib -lGL -lGLU -lglut \
19
-  -L/usr/X11/lib -lpthread -lX11 -lXext -lXi -lXmu -lXt -lSM -lICE \
15
-  -L/usr/X11/lib -lX11 -lXext -lXi -lXmu -lXt -lSM -lICE \
20
+  -L../../libSNL/src -lSNL \
21
+  -L%%X11BASE%%/lib -lGL -lGLU -lglut \
16
+  -L%%X11BASE%%/lib -lGL -lGLU -lglut \
22
+  -lX11 -lXext -lXi -lXmu -lXt -lSM -lICE \
17
+  -lX11 -lXext -lXi -lXmu -lXt -lSM -lICE \
23
   -lm 
18
   -lm 
24
 
19
 
25
-# -lpthread is needed if mesaGL is using threading, otherwhise it is not needed
20
 # -L/usr/X11/lib64 -lpthread -lX11 -lXext -lXi -lXmu -lXt -lSM -lICE \
26
+# -lpthread is needed if mesaGL is using threading, otherwise it reduces performance
21
@@ -121,7 +121,7 @@
27
 
28
 SLIB = \
29
    AsplitA.c \
30
@@ -110,7 +109,7 @@
31
 OLIB = $(SLIB:.c=.o)
22
 OLIB = $(SLIB:.c=.o)
32
 
23
 
33
 cgx:  $(OLIB)
24
 cgx: $(OLIB)
34
-	g++   $(OLIB)  $(CFLAGS) $(LFLAGS) -o  $@
25
-	g++   $(OLIB)  $(CFLAGS) $(LFLAGS) -o  $@
35
+	$(CXX)   $(OLIB)  $(CFLAGS) $(LFLAGS) -o  $@
26
+	$(CXX)   $(OLIB)  $(CFLAGS) $(LFLAGS) -o  $@
36
 
27
 
37
 # flags for the sgi compiler
28
 
38
 #  use them with the CC compiler instead of g++
29
 
(-)calculix/files/patch-cgx_VER+src+cgx.h (-6 / +6 lines)
Lines 1-13 Link Here
1
--- cgx_1.2/src/cgx.h.orig	Sat Jul 17 17:17:41 2004
1
--- cgx_1.3/src/cgx.h.orig	Fri Feb 25 20:00:16 2005
2
+++ cgx_1.2/src/cgx.h	Thu Dec 23 15:32:58 2004
2
+++ cgx_1.3/src/cgx.h	Sat Feb 26 20:45:51 2005
3
@@ -59,8 +59,8 @@
3
@@ -63,8 +63,8 @@
4
 #define     MILLISECONDS_PER_PERIOD 1200 
4
 #define     MILLISECONDS_PER_PERIOD 1200 
5
 
5
 
6
 /* default location of the help files, please insert the actual one */
6
 /* default location of the help files, please insert the actual one */
7
-#define     HELPFILE        {"/usr/local/CalculiX/cgx_1.2/doc/cgx/cgx.html",\
7
-#define     HELPFILE        {"/usr/local/CalculiX/cgx_1.3/doc/cgx/cgx.html",\
8
-    "/usr/local/CalculiX/ccx_1.2/doc/ccx/ccx.html"}
8
-    "/usr/local/CalculiX/ccx_1.3/doc/ccx/ccx.html"} 
9
+#define     HELPFILE        {"%%DOCSDIR%%/cgx/cgx.html",\
9
+#define     HELPFILE        {"%%DOCSDIR%%/cgx/cgx.html",\
10
+    "%%DOCSDIR%%/ccx/ccx.html"}
10
+    "%%DOCSDIR%%/ccx/ccx.html"} 
11
 
11
 
12
 /* html browser, change if necessary */
12
 /* html browser, change if necessary */
13
 /* #define     BROWSER         {"netscape"} */
13
 /* #define     BROWSER         {"netscape"} */
(-)calculix/files/patch-cgx_VER+src+uselibSNL.cpp (-2 / +2 lines)
Lines 1-5 Link Here
1
--- cgx_1.2/src/uselibSNL.cpp.orig	Sat Dec 25 01:43:08 2004
1
--- cgx_1.3/src/uselibSNL.cpp.orig	Sat Dec 25 01:43:08 2004
2
+++ cgx_1.2/src/uselibSNL.cpp	Sat Dec 25 01:47:02 2004
2
+++ cgx_1.3/src/uselibSNL.cpp	Sat Dec 25 01:47:02 2004
3
@@ -1,6 +1,6 @@
3
@@ -1,6 +1,6 @@
4
 #include <extUtil.h>
4
 #include <extUtil.h>
5
 #include <snlCtrlPoint.h>
5
 #include <snlCtrlPoint.h>
(-)calculix/files/patch-libSNL+src+Makefile (-10 lines)
Lines 1-10 Link Here
1
--- libSNL/src/Makefile.orig	Thu Dec 23 15:22:37 2004
2
+++ libSNL/src/Makefile	Thu Dec 23 15:24:48 2004
3
@@ -1,6 +1,6 @@
4
 # libSNL Source Directory Root Makefile
5
 # -------------------------------------
6
-CPPFLAGS = -O2 -c
7
+CPPFLAGS = $(CXXFLAGS) -c
8
 
9
 
10
 srcfiles = \
(-)calculix/files/patch-libSNL+src+makefile (+14 lines)
Line 0 Link Here
1
--- libSNL/src/makefile.orig	Sat Feb 26 20:53:34 2005
2
+++ libSNL/src/makefile	Sat Feb 26 20:54:14 2005
3
@@ -14,9 +14,9 @@
4
 
5
 libName = libSNL.so.0.1
6
 
7
-export cflags = -Wall -O2 -fPIC
8
+export cflags = ${CXXFLAGS}
9
 
10
-export cname = g++
11
+export cname = ${CXX}
12
 
13
 CXXFLAGS := $(cflags)
14
 CFLAGS := $(cflags)
(-)calculix/pkg-descr (-3 / +3 lines)
Lines 12-17 Link Here
12
12
13
WWW: http://www.calculix.de/
13
WWW: http://www.calculix.de/
14
14
15
note: By default, the single-threaded solver is used this can be changed by
15
note: By default the single-threaded solver is used, this can be changed 
16
setting the CCX_NPROC environment variable with the number of processors
16
by setting the CCX_NPROC environment variable with the number of 
17
you want to use.
17
processors you want to use.
(-)calculix/pkg-plist (-3 / +140 lines)
Lines 1-6 Link Here
1
bin/ccx
1
bin/ccx
2
bin/cgx
2
bin/cgx
3
%%PORTDOCS%%%%DOCSDIR%%/ccx_1.2.ps.gz
3
%%PORTDOCS%%%%DOCSDIR%%/ccx_1.3.ps.gz
4
%%PORTDOCS%%%%DOCSDIR%%/ccx/ccx.html
4
%%PORTDOCS%%%%DOCSDIR%%/ccx/ccx.html
5
%%PORTDOCS%%%%DOCSDIR%%/ccx/index.html
5
%%PORTDOCS%%%%DOCSDIR%%/ccx/index.html
6
%%PORTDOCS%%%%DOCSDIR%%/ccx/node1.html
6
%%PORTDOCS%%%%DOCSDIR%%/ccx/node1.html
Lines 261-266 Link Here
261
%%PORTDOCS%%%%DOCSDIR%%/ccx/node256.html
261
%%PORTDOCS%%%%DOCSDIR%%/ccx/node256.html
262
%%PORTDOCS%%%%DOCSDIR%%/ccx/node257.html
262
%%PORTDOCS%%%%DOCSDIR%%/ccx/node257.html
263
%%PORTDOCS%%%%DOCSDIR%%/ccx/node258.html
263
%%PORTDOCS%%%%DOCSDIR%%/ccx/node258.html
264
%%PORTDOCS%%%%DOCSDIR%%/ccx/node259.html
265
%%PORTDOCS%%%%DOCSDIR%%/ccx/node260.html
266
%%PORTDOCS%%%%DOCSDIR%%/ccx/node261.html
267
%%PORTDOCS%%%%DOCSDIR%%/ccx/node262.html
268
%%PORTDOCS%%%%DOCSDIR%%/ccx/node263.html
269
%%PORTDOCS%%%%DOCSDIR%%/ccx/node264.html
270
%%PORTDOCS%%%%DOCSDIR%%/ccx/node265.html
271
%%PORTDOCS%%%%DOCSDIR%%/ccx/node266.html
272
%%PORTDOCS%%%%DOCSDIR%%/ccx/node267.html
273
%%PORTDOCS%%%%DOCSDIR%%/ccx/node268.html
274
%%PORTDOCS%%%%DOCSDIR%%/ccx/node269.html
275
%%PORTDOCS%%%%DOCSDIR%%/ccx/node270.html
276
%%PORTDOCS%%%%DOCSDIR%%/ccx/node271.html
277
%%PORTDOCS%%%%DOCSDIR%%/ccx/node272.html
278
%%PORTDOCS%%%%DOCSDIR%%/ccx/node273.html
279
%%PORTDOCS%%%%DOCSDIR%%/ccx/node274.html
280
%%PORTDOCS%%%%DOCSDIR%%/ccx/node275.html
281
%%PORTDOCS%%%%DOCSDIR%%/ccx/node276.html
282
%%PORTDOCS%%%%DOCSDIR%%/ccx/node277.html
283
%%PORTDOCS%%%%DOCSDIR%%/ccx/node278.html
284
%%PORTDOCS%%%%DOCSDIR%%/ccx/node279.html
285
%%PORTDOCS%%%%DOCSDIR%%/ccx/node280.html
286
%%PORTDOCS%%%%DOCSDIR%%/ccx/node281.html
287
%%PORTDOCS%%%%DOCSDIR%%/ccx/node282.html
288
%%PORTDOCS%%%%DOCSDIR%%/ccx/node283.html
289
%%PORTDOCS%%%%DOCSDIR%%/ccx/node284.html
290
%%PORTDOCS%%%%DOCSDIR%%/ccx/node285.html
291
%%PORTDOCS%%%%DOCSDIR%%/ccx/node286.html
292
%%PORTDOCS%%%%DOCSDIR%%/ccx/node287.html
293
%%PORTDOCS%%%%DOCSDIR%%/ccx/node288.html
294
%%PORTDOCS%%%%DOCSDIR%%/ccx/node289.html
295
%%PORTDOCS%%%%DOCSDIR%%/ccx/node290.html
296
%%PORTDOCS%%%%DOCSDIR%%/ccx/node291.html
297
%%PORTDOCS%%%%DOCSDIR%%/ccx/node292.html
264
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1.png
298
%%PORTDOCS%%%%DOCSDIR%%/ccx/img1.png
265
%%PORTDOCS%%%%DOCSDIR%%/ccx/img10.png
299
%%PORTDOCS%%%%DOCSDIR%%/ccx/img10.png
266
%%PORTDOCS%%%%DOCSDIR%%/ccx/img100.png
300
%%PORTDOCS%%%%DOCSDIR%%/ccx/img100.png
Lines 759-766 Link Here
759
%%PORTDOCS%%%%DOCSDIR%%/ccx/img496.png
793
%%PORTDOCS%%%%DOCSDIR%%/ccx/img496.png
760
%%PORTDOCS%%%%DOCSDIR%%/ccx/img497.png
794
%%PORTDOCS%%%%DOCSDIR%%/ccx/img497.png
761
%%PORTDOCS%%%%DOCSDIR%%/ccx/img498.png
795
%%PORTDOCS%%%%DOCSDIR%%/ccx/img498.png
796
%%PORTDOCS%%%%DOCSDIR%%/ccx/img499.png
797
%%PORTDOCS%%%%DOCSDIR%%/ccx/img500.png
798
%%PORTDOCS%%%%DOCSDIR%%/ccx/img501.png
799
%%PORTDOCS%%%%DOCSDIR%%/ccx/img502.png
800
%%PORTDOCS%%%%DOCSDIR%%/ccx/img503.png
801
%%PORTDOCS%%%%DOCSDIR%%/ccx/img504.png
802
%%PORTDOCS%%%%DOCSDIR%%/ccx/img505.png
803
%%PORTDOCS%%%%DOCSDIR%%/ccx/img506.png
804
%%PORTDOCS%%%%DOCSDIR%%/ccx/img507.png
805
%%PORTDOCS%%%%DOCSDIR%%/ccx/img508.png
806
%%PORTDOCS%%%%DOCSDIR%%/ccx/img509.png
807
%%PORTDOCS%%%%DOCSDIR%%/ccx/img510.png
808
%%PORTDOCS%%%%DOCSDIR%%/ccx/img511.png
809
%%PORTDOCS%%%%DOCSDIR%%/ccx/img512.png
810
%%PORTDOCS%%%%DOCSDIR%%/ccx/img513.png
811
%%PORTDOCS%%%%DOCSDIR%%/ccx/img514.png
812
%%PORTDOCS%%%%DOCSDIR%%/ccx/img515.png
813
%%PORTDOCS%%%%DOCSDIR%%/ccx/img516.png
814
%%PORTDOCS%%%%DOCSDIR%%/ccx/img517.png
815
%%PORTDOCS%%%%DOCSDIR%%/ccx/img518.png
816
%%PORTDOCS%%%%DOCSDIR%%/ccx/img519.png
817
%%PORTDOCS%%%%DOCSDIR%%/ccx/img520.png
818
%%PORTDOCS%%%%DOCSDIR%%/ccx/img521.png
819
%%PORTDOCS%%%%DOCSDIR%%/ccx/img522.png
820
%%PORTDOCS%%%%DOCSDIR%%/ccx/img523.png
821
%%PORTDOCS%%%%DOCSDIR%%/ccx/img524.png
822
%%PORTDOCS%%%%DOCSDIR%%/ccx/img525.png
823
%%PORTDOCS%%%%DOCSDIR%%/ccx/img526.png
824
%%PORTDOCS%%%%DOCSDIR%%/ccx/img527.png
825
%%PORTDOCS%%%%DOCSDIR%%/ccx/img528.png
826
%%PORTDOCS%%%%DOCSDIR%%/ccx/img529.png
827
%%PORTDOCS%%%%DOCSDIR%%/ccx/img530.png
828
%%PORTDOCS%%%%DOCSDIR%%/ccx/img531.png
829
%%PORTDOCS%%%%DOCSDIR%%/ccx/img532.png
830
%%PORTDOCS%%%%DOCSDIR%%/ccx/img533.png
831
%%PORTDOCS%%%%DOCSDIR%%/ccx/img534.png
832
%%PORTDOCS%%%%DOCSDIR%%/ccx/img535.png
833
%%PORTDOCS%%%%DOCSDIR%%/ccx/img536.png
834
%%PORTDOCS%%%%DOCSDIR%%/ccx/img537.png
835
%%PORTDOCS%%%%DOCSDIR%%/ccx/img538.png
836
%%PORTDOCS%%%%DOCSDIR%%/ccx/img539.png
837
%%PORTDOCS%%%%DOCSDIR%%/ccx/img540.png
838
%%PORTDOCS%%%%DOCSDIR%%/ccx/img541.png
839
%%PORTDOCS%%%%DOCSDIR%%/ccx/img542.png
840
%%PORTDOCS%%%%DOCSDIR%%/ccx/img543.png
841
%%PORTDOCS%%%%DOCSDIR%%/ccx/img544.png
842
%%PORTDOCS%%%%DOCSDIR%%/ccx/img545.png
843
%%PORTDOCS%%%%DOCSDIR%%/ccx/img546.png
844
%%PORTDOCS%%%%DOCSDIR%%/ccx/img547.png
845
%%PORTDOCS%%%%DOCSDIR%%/ccx/img548.png
846
%%PORTDOCS%%%%DOCSDIR%%/ccx/img549.png
847
%%PORTDOCS%%%%DOCSDIR%%/ccx/img550.png
848
%%PORTDOCS%%%%DOCSDIR%%/ccx/img551.png
849
%%PORTDOCS%%%%DOCSDIR%%/ccx/img552.png
850
%%PORTDOCS%%%%DOCSDIR%%/ccx/img553.png
851
%%PORTDOCS%%%%DOCSDIR%%/ccx/img554.png
852
%%PORTDOCS%%%%DOCSDIR%%/ccx/img555.png
853
%%PORTDOCS%%%%DOCSDIR%%/ccx/img556.png
854
%%PORTDOCS%%%%DOCSDIR%%/ccx/img557.png
855
%%PORTDOCS%%%%DOCSDIR%%/ccx/img558.png
856
%%PORTDOCS%%%%DOCSDIR%%/ccx/img559.png
857
%%PORTDOCS%%%%DOCSDIR%%/ccx/img560.png
858
%%PORTDOCS%%%%DOCSDIR%%/ccx/img561.png
859
%%PORTDOCS%%%%DOCSDIR%%/ccx/img562.png
860
%%PORTDOCS%%%%DOCSDIR%%/ccx/img563.png
861
%%PORTDOCS%%%%DOCSDIR%%/ccx/img564.png
862
%%PORTDOCS%%%%DOCSDIR%%/ccx/img565.png
762
%%PORTDOCS%%@dirrm %%DOCSDIR%%/ccx
863
%%PORTDOCS%%@dirrm %%DOCSDIR%%/ccx
763
%%PORTDOCS%%%%DOCSDIR%%/cgx.ps.gz
864
%%PORTDOCS%%%%DOCSDIR%%/cgx_1.3.ps.gz
764
%%PORTDOCS%%%%DOCSDIR%%/cgx/cgx.html
865
%%PORTDOCS%%%%DOCSDIR%%/cgx/cgx.html
765
%%PORTDOCS%%%%DOCSDIR%%/cgx/node1.html
866
%%PORTDOCS%%%%DOCSDIR%%/cgx/node1.html
766
%%PORTDOCS%%%%DOCSDIR%%/cgx/node2.html
867
%%PORTDOCS%%%%DOCSDIR%%/cgx/node2.html
Lines 917-922 Link Here
917
%%PORTDOCS%%%%DOCSDIR%%/cgx/node153.html
1018
%%PORTDOCS%%%%DOCSDIR%%/cgx/node153.html
918
%%PORTDOCS%%%%DOCSDIR%%/cgx/node154.html
1019
%%PORTDOCS%%%%DOCSDIR%%/cgx/node154.html
919
%%PORTDOCS%%%%DOCSDIR%%/cgx/node155.html
1020
%%PORTDOCS%%%%DOCSDIR%%/cgx/node155.html
1021
%%PORTDOCS%%%%DOCSDIR%%/cgx/node156.html
1022
%%PORTDOCS%%%%DOCSDIR%%/cgx/node157.html
1023
%%PORTDOCS%%%%DOCSDIR%%/cgx/node158.html
1024
%%PORTDOCS%%%%DOCSDIR%%/cgx/node159.html
1025
%%PORTDOCS%%%%DOCSDIR%%/cgx/node160.html
1026
%%PORTDOCS%%%%DOCSDIR%%/cgx/node161.html
1027
%%PORTDOCS%%%%DOCSDIR%%/cgx/node162.html
920
%%PORTDOCS%%%%DOCSDIR%%/cgx/images.tex
1028
%%PORTDOCS%%%%DOCSDIR%%/cgx/images.tex
921
%%PORTDOCS%%%%DOCSDIR%%/cgx/images.aux
1029
%%PORTDOCS%%%%DOCSDIR%%/cgx/images.aux
922
%%PORTDOCS%%%%DOCSDIR%%/cgx/images.log
1030
%%PORTDOCS%%%%DOCSDIR%%/cgx/images.log
Lines 945-950 Link Here
945
%%PORTDOCS%%%%DOCSDIR%%/cgx/img18.png
1053
%%PORTDOCS%%%%DOCSDIR%%/cgx/img18.png
946
%%PORTDOCS%%%%DOCSDIR%%/cgx/img19.png
1054
%%PORTDOCS%%%%DOCSDIR%%/cgx/img19.png
947
%%PORTDOCS%%%%DOCSDIR%%/cgx/img20.png
1055
%%PORTDOCS%%%%DOCSDIR%%/cgx/img20.png
1056
%%PORTDOCS%%%%DOCSDIR%%/cgx/img21.png
1057
%%PORTDOCS%%%%DOCSDIR%%/cgx/img22.png
948
%%PORTDOCS%%@dirrm %%DOCSDIR%%/cgx
1058
%%PORTDOCS%%@dirrm %%DOCSDIR%%/cgx
949
%%PORTDOCS%%@dirrm %%DOCSDIR%%
1059
%%PORTDOCS%%@dirrm %%DOCSDIR%%
950
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/cylinder.fbd
1060
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/basic/cylinder.fbd
Lines 958-963 Link Here
958
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/ccx/lavfm_cyc.nam
1068
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/ccx/lavfm_cyc.nam
959
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/ccx/lavfm_cyl.bou
1069
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/ccx/lavfm_cyl.bou
960
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/ccx/lavfm.msh
1070
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/ccx/lavfm.msh
1071
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/ccx/cyc/ccx.fbl
961
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/ccx/cyc/lavfmcyc.inp
1072
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/compressor/ccx/cyc/lavfmcyc.inp
962
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/nurbs/halter.fbd
1073
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/nurbs/halter.fbd
963
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtel2.dat.ref
1074
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/achtel2.dat.ref
Lines 982-991 Link Here
982
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/aniso.inp
1093
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/aniso.inp
983
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/anipla.dat.ref
1094
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/anipla.dat.ref
984
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/anipla.inp
1095
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/anipla.inp
1096
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ax6.dat.ref
1097
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ax6.inp
1098
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ax6ht.dat.ref
1099
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/ax6ht.inp
1100
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axrad.dat.ref
1101
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axrad.inp
985
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axial.dat.ref
1102
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axial.dat.ref
986
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axial.inp
1103
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axial.inp
987
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axiplane.dat.ref
1104
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axiplane.dat.ref
988
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axiplane.inp
1105
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/axiplane.inp
1106
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamabq.dat.ref
1107
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamabq.inp
989
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbf.dat.ref
1108
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbf.dat.ref
990
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbf.inp
1109
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbf.inp
991
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbo.dat.ref
1110
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbo.dat.ref
Lines 1121-1129 Link Here
1121
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d6.dat.ref
1240
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d6.dat.ref
1122
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d6.inp
1241
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/c3d6.inp
1123
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/compare
1242
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/compare
1243
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cube2.dat.ref
1244
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cube2.inp
1245
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cubenewt.dat.ref
1246
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/cubenewt.inp
1247
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/disk2.dat.ref
1248
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/disk2.inp
1249
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dist.dat.ref
1250
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/dist.inp
1124
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/fullseg.dat.ref
1251
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/fullseg.dat.ref
1125
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/fullseg.inp
1252
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/fullseg.inp
1126
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/numcheck.awk
1253
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/furnace.dat.ref
1254
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/furnace.inp
1255
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gap.dat.ref
1256
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/gap.inp
1257
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/numcheck.pl
1127
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20cf.dat.ref
1258
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20cf.dat.ref
1128
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20cf.inp
1259
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20cf.inp
1129
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20df.dat.ref
1260
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel20df.dat.ref
Lines 1134-1139 Link Here
1134
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel8ra.inp
1265
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/oneel8ra.inp
1135
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress.dat.ref
1266
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress.dat.ref
1136
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress.inp
1267
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress.inp
1268
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress2.dat.ref
1269
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/planestress2.inp
1137
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/sc123.dat.ref
1270
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/sc123.dat.ref
1138
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/sc123.inp
1271
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/sc123.inp
1139
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment.dat.ref
1272
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/segment.dat.ref
Lines 1160-1165 Link Here
1160
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/solidshell2.inp
1293
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/solidshell2.inp
1161
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/swing.dat.ref
1294
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/swing.dat.ref
1162
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/swing.inp
1295
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/swing.inp
1296
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech.dat.ref
1297
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/thermomech.inp
1298
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/wire.dat.ref
1299
%%WITH_EXAMPLES%%%%EXAMPLESDIR%%/test/wire.inp
1163
%%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/test
1300
%%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/test
1164
%%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/nurbs
1301
%%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/nurbs
1165
%%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/compressor/cgx
1302
%%WITH_EXAMPLES%%@dirrm %%EXAMPLESDIR%%/compressor/cgx

Return to bug 78958