Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2017 00:18:22 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447973 - in head/cad: . calculix calculix-ccx calculix-ccx/files calculix/files
Message-ID:  <201708150018.v7F0IM38040419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg (src committer)
Date: Tue Aug 15 00:18:22 2017
New Revision: 447973
URL: https://svnweb.freebsd.org/changeset/ports/447973

Log:
  cad/calculix: Split the ccx analyzer out of the main port.
  
  CalculiX has alwasy been comoposed of two independent packages: ccx and
  cgx. Ccx, the main tool for doing FEA, depends on fortran and currently
  has to be built with GCC. Cgx, on the other hand, uses OpenGL and the C++
  libraries it depends on are built with our native clang so buuilding it
  with GCC causes C++ library conflicts.
  
  By making ccx an independent port we can better focus on the specific
  requirements of each tool and avoid compiler-related conflicts. This also
  helps the port work again with newer versions GCC.
  
  PR:	219290. 22043, 220434
  Approved by:	gerald

Added:
  head/cad/calculix-ccx/
     - copied from r445715, head/cad/calculix/
  head/cad/calculix-ccx/files/patch-CalculiX.h
     - copied, changed from r445715, head/cad/calculix/files/patch-ccx_VER+src+CalculiX.h
  head/cad/calculix-ccx/files/patch-Makefile
     - copied, changed from r445715, head/cad/calculix/files/patch-ccx_VER+src+Makefile
  head/cad/calculix/files/patch-cgx__VER_src_Makefile
     - copied unchanged from r447972, head/cad/calculix/files/patch-cgx_VER+src+Makefile
  head/cad/calculix/files/patch-cgx__VER_src_cgx.h
     - copied, changed from r447972, head/cad/calculix/files/patch-cgx_VER+src+cgx.h
  head/cad/calculix/files/patch-cgx__VER_src_userFunction.c   (contents, props changed)
Deleted:
  head/cad/calculix-ccx/files/patch-ccx_VER+src+CalculiX.h
  head/cad/calculix-ccx/files/patch-ccx_VER+src+Makefile
  head/cad/calculix-ccx/files/patch-cgx_VER+src+Makefile
  head/cad/calculix-ccx/files/patch-cgx_VER+src+cgx.h
  head/cad/calculix-ccx/files/patch-libSNL_src_makefile
  head/cad/calculix/files/patch-ccx_VER+src+CalculiX.h
  head/cad/calculix/files/patch-ccx_VER+src+Makefile
  head/cad/calculix/files/patch-cgx_VER+src+Makefile
  head/cad/calculix/files/patch-cgx_VER+src+cgx.h
Modified:
  head/cad/Makefile
  head/cad/calculix-ccx/Makefile
  head/cad/calculix-ccx/distinfo
  head/cad/calculix-ccx/pkg-descr
  head/cad/calculix-ccx/pkg-plist
  head/cad/calculix/Makefile
  head/cad/calculix/distinfo
  head/cad/calculix/pkg-descr
  head/cad/calculix/pkg-plist

Modified: head/cad/Makefile
==============================================================================
--- head/cad/Makefile	Tue Aug 15 00:13:32 2017	(r447972)
+++ head/cad/Makefile	Tue Aug 15 00:18:22 2017	(r447973)
@@ -14,6 +14,7 @@
     SUBDIR += brickutils
     SUBDIR += brlcad
     SUBDIR += calculix
+    SUBDIR += calculix-ccx
     SUBDIR += cascade
     SUBDIR += chipvault
     SUBDIR += cider

Modified: head/cad/calculix-ccx/Makefile
==============================================================================
--- head/cad/calculix/Makefile	Thu Jul 13 21:20:26 2017	(r445715)
+++ head/cad/calculix-ccx/Makefile	Tue Aug 15 00:18:22 2017	(r447973)
@@ -1,15 +1,16 @@
 # Created by: Pedro Giffuni
 # $FreeBSD$
 
-PORTNAME=	CalculiX
+PORTNAME=	ccx
 PORTVERSION=	2.12
 CATEGORIES=	cad
 MASTER_SITES=	http://www.dhondt.de/
+PKGNAMEPREFIX=	CalculiX-
 DISTFILES=	${DIST_SOURCES}
 DIST_SUBDIR=	calculix
 EXTRACT_ONLY=	${DIST_SOURCES}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	pfg@FreeBSD.org
 COMMENT=	Three-Dimensional Structural Finite Element Program
 
 LICENSE=	GPLv2
@@ -18,57 +19,47 @@ LIB_DEPENDS=	libarpack.so:math/arpack	\
 		libspooles.so:math/spooles	\
 		libtaucs.so:math/taucs
 
-DIST_SOURCES=	ccx_${PORTVERSION}.src${EXTRACT_SUFX}	\
-		cgx_${PORTVERSION}.all${EXTRACT_SUFX}
-DIST_HTM=	ccx_${PORTVERSION}.htm${EXTRACT_SUFX}	\
-		cgx_${PORTVERSION}.htm${EXTRACT_SUFX}
+DIST_SOURCES=	ccx_${PORTVERSION}.src${EXTRACT_SUFX}
+DIST_HTM=	ccx_${PORTVERSION}.htm${EXTRACT_SUFX}
 DIST_PS=	ccx_${PORTVERSION}.ps${EXTRACT_SUFX}
-DIST_PDF=	cgx_${PORTVERSION}.pdf
-DIST_EXAMPLES=	ccx_${PORTVERSION}.test${EXTRACT_SUFX}	\
-		cgx_${PORTVERSION}.exa${EXTRACT_SUFX}
+DIST_EXAMPLES=	ccx_${PORTVERSION}.test${EXTRACT_SUFX}
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
-CCX_VER=	ccx_${PORTVERSION}
-CGX_VER=	cgx_${PORTVERSION}
+USES=		blaslapack compiler:openmp fortran gmake tar:bzip2 shebangfix
+USE_PERL5=	build
+SHEBANG_FILES=	date.pl
 
-USES=		compiler:openmp fortran gmake tar:bzip2
-USE_XORG=	ice sm x11 xext xi xmu xt
-USE_GL= 	gl glu # uses its own glut
+ALL_TARGET=	#Empty
 
-BROWSER?=	firefox
-PSVIEWER?=	gv
+CCX_VER=	ccx_${PORTVERSION}
+WRKSRC=		${WRKDIR}/CalculiX/${CCX_VER}/src
 
-OPTIONS_DEFINE=	METIS METIS_EDF DOCS EXAMPLES
-OPTIONS_DEFAULT=METIS_EDF
+OPTIONS_DEFINE=	DOCS EXAMPLES
 
-OPTIONS_RADIO=  BLAS
-OPTIONS_RADIO_BLAS=     REFERENCE OBLAS
-OPTIONS_DEFAULT=        REFERENCE
+OPTIONS_SINGLE=	METIS
+OPTIONS_SINGLE_METIS=	METIS4 METISEDF
+OPTIONS_DEFAULT=	METISEDF
 
-REFERENCE_DESC= Blas / Lapack
-REFERENCE_USES= blaslapack:netlib
+METIS4_DESC=	Reference Metis4 Implementation
+METIS4_DEPENDS=	libmetis.so:math/metis4
 
-OBLAS_DESC=     Openblas
-OBLAS_USES=     blaslapack:openblas
+METISEDF_DESC=	EDF Metis Variant
+METISEDF_DEPENDS=	libmetis.so:math/metis-edf
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MEXAMPLES}
-DISTFILES+=	${DIST_EXAMPLES}
-EXTRACT_ONLY+=	${DIST_EXAMPLES}
-.endif
-
 .if ${PORT_OPTIONS:MDOCS}
-DISTFILES+=	${DIST_HTM} ${DIST_PS} ${DIST_PDF}
-EXTRACT_ONLY+=	${DIST_HTM} ccx_${PORTVERSION}.ps${EXTRACT_SUFX}
+DISTFILES+=	${DIST_HTM} ${DIST_PS}
+EXTRACT_ONLY+=	${DIST_HTM} ${DIST_PS}
+DOCSDIR=	${PREFIX}/share/doc/CalculiX
 .endif
 
-.if ${PORT_OPTIONS:MMETIS}
-LIB_DEPENDS+=	libmetis.so:math/metis4
+.if $(PORT_OPTIONS:MEXAMPLES)
+DISTFILES+=	${DIST_EXAMPLES}
+EXTRACT_ONLY+=	${DIST_EXAMPLES}
+PLIST_SUB=	PORTEXAMPLES=""
+.else
+PLIST_SUB=	PORTEXAMPLES="@comment "
 .endif
-.if ${PORT_OPTIONS:MMETIS_EDF}
-LIB_DEPENDS+=	libmetis.so:math/metis-edf
-.endif
 
 .if ${ARCH} == "sparc64"
 CFLAGS+=	-fPIC
@@ -78,54 +69,28 @@ CFLAGS+=	-fpic
 FFLAGS+=	-fpic
 .endif
 
-.if empty(PORT_OPTIONS:MEXAMPLES)
-PLIST_SUB=	PORTEXAMPLES="@comment "
-.else
-PLIST_SUB=	PORTEXAMPLES=""
-.endif
-
 pre-build:
 	@${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; s+%%CC%%+${CC}+g ; \
 	s+%%BLAS_LIBS%%+${BLASLIB}+ ; \
 	s+%%LAPACK_LIBS%%+${LAPACKLIB}+ ; \
 	s+%%LOCALBASE%%+${LOCALBASE}+g;' \
-		${WRKSRC}/${CCX_VER}/src/Makefile
-	@${REINPLACE_CMD} -e 's/c++/${CXX}/g;' \
-		${WRKSRC}/libSNL/src/makefile
-	@${REINPLACE_CMD} -e 's+%%DOCSDIR%%+${DOCSDIR}+g; \
-	s+"firefox"+"${BROWSER}"+ ; \
-	s+"gv"+"${PSVIEWER}"+ ;' \
-		${WRKSRC}/${CGX_VER}/src/cgx.h
+		${WRKSRC}/Makefile
 
-do-build:
-	@(cd ${WRKSRC}/${CCX_VER}/src; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} )
-	@(cd ${WRKSRC}/libSNL/src; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} )
-	@(cd ${WRKSRC}/${CGX_VER}/src; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} )
-
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${CCX_VER}/src/${CCX_VER} \
+	${INSTALL_PROGRAM} ${WRKSRC}/${CCX_VER} \
 	  ${STAGEDIR}${PREFIX}/bin/ccx
-	${INSTALL_PROGRAM} ${WRKSRC}/${CGX_VER}/src/cgx \
-	  ${STAGEDIR}${PREFIX}/bin/cgx
 .if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}/ccx
-	@(cd ${WRKSRC}/${CCX_VER}/doc/ccx && ${COPYTREE_SHARE} . \
-	  ${STAGEDIR}${DOCSDIR}/ccx)
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}/cgx
-	@(cd ${WRKSRC}/${CGX_VER}/doc/cgx && ${COPYTREE_SHARE} . \
-	  ${STAGEDIR}${DOCSDIR}/cgx)
-	${INSTALL_DATA} ${WRKSRC}/${CCX_VER}/doc/${CCX_VER}.ps ${STAGEDIR}${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@(cd ${WRKDIR}/CalculiX/${CCX_VER}/doc/ccx && ${COPYTREE_SHARE} . \
+		${STAGEDIR}${DOCSDIR}/ccx)
+	${INSTALL_DATA} ${WRKDIR}/CalculiX/${CCX_VER}/doc/${CCX_VER}.ps \
+		${STAGEDIR}${DOCSDIR}
 	@${GZIP_CMD} ${STAGEDIR}${DOCSDIR}/${CCX_VER}.ps
-	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/cgx_${PORTVERSION}.pdf \
-	  ${STAGEDIR}${DOCSDIR}
 .endif
 .if ${PORT_OPTIONS:MEXAMPLES}
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	@(cd ${WRKSRC}/${CGX_VER}/examples && ${COPYTREE_SHARE} . \
+	@(cd ${WRKDIR}/CalculiX/${CCX_VER}/test && ${COPYTREE_SHARE} . \
 	  ${STAGEDIR}${EXAMPLESDIR})
-	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/test
-	@(cd ${WRKSRC}/${CCX_VER}/test && ${COPYTREE_SHARE} . \
-	  ${STAGEDIR}${EXAMPLESDIR}/test)
 .endif
 
 .include <bsd.port.mk>

Modified: head/cad/calculix-ccx/distinfo
==============================================================================
--- head/cad/calculix/distinfo	Thu Jul 13 21:20:26 2017	(r445715)
+++ head/cad/calculix-ccx/distinfo	Tue Aug 15 00:18:22 2017	(r447973)
@@ -1,17 +1,9 @@
-TIMESTAMP = 1498600153
+TIMESTAMP = 1502672327
 SHA256 (calculix/ccx_2.12.src.tar.bz2) = d75427dfb6db70fdfbb5939df22da8addf0ea4522cff32c9cdc4029e39b6b914
 SIZE (calculix/ccx_2.12.src.tar.bz2) = 1061630
-SHA256 (calculix/cgx_2.12.all.tar.bz2) = 504e5230902fb3c18001807c1394375b1cf81a10a0e99bd03f121c9b38717a83
-SIZE (calculix/cgx_2.12.all.tar.bz2) = 4625123
-SHA256 (calculix/ccx_2.12.test.tar.bz2) = 1a3758a09a444472bccf0998ae66d3f78671c9fd8a3c8a8fe59372e9b5787bd8
-SIZE (calculix/ccx_2.12.test.tar.bz2) = 9380946
-SHA256 (calculix/cgx_2.12.exa.tar.bz2) = 610afec56cd964f7a12179d59c4402f4ded6cb6c27b9e0f296ca0e446af4ee20
-SIZE (calculix/cgx_2.12.exa.tar.bz2) = 3035788
 SHA256 (calculix/ccx_2.12.htm.tar.bz2) = 79f16a016d37ae8b1599946dbbeb56fc256ba848413fa8ccfbab5b565b41a9e9
 SIZE (calculix/ccx_2.12.htm.tar.bz2) = 2130840
-SHA256 (calculix/cgx_2.12.htm.tar.bz2) = c648c1e53d5622716f35b15b8a35b09de82f23c1507c101e24d75dbc2ff6daa4
-SIZE (calculix/cgx_2.12.htm.tar.bz2) = 328548
 SHA256 (calculix/ccx_2.12.ps.tar.bz2) = c93b191cf0b89bbb8c24bcc0f8a6a5425a690f6b3a6d58e27274dbf668312df4
 SIZE (calculix/ccx_2.12.ps.tar.bz2) = 2630996
-SHA256 (calculix/cgx_2.12.pdf) = 7fda713652322d829178e7f2301a2a7c08125fffdf28c05b226ad0a45365793f
-SIZE (calculix/cgx_2.12.pdf) = 1254014
+SHA256 (calculix/ccx_2.12.test.tar.bz2) = 1a3758a09a444472bccf0998ae66d3f78671c9fd8a3c8a8fe59372e9b5787bd8
+SIZE (calculix/ccx_2.12.test.tar.bz2) = 9380946

Copied and modified: head/cad/calculix-ccx/files/patch-CalculiX.h (from r445715, head/cad/calculix/files/patch-ccx_VER+src+CalculiX.h)
==============================================================================
--- head/cad/calculix/files/patch-ccx_VER+src+CalculiX.h	Thu Jul 13 21:20:26 2017	(r445715, copy source)
+++ head/cad/calculix-ccx/files/patch-CalculiX.h	Tue Aug 15 00:18:22 2017	(r447973)
@@ -1,5 +1,5 @@
---- ccx_2.12/src/CalculiX.h.orig	2017-04-02 12:59:25 UTC
-+++ ccx_2.12/src/CalculiX.h
+--- CalculiX.h.orig	2017-04-02 12:59:25 UTC
++++ CalculiX.h
 @@ -15,12 +15,14 @@
  /*     along with this program; if not, write to the Free Software       */
  /*     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.         */

Copied and modified: head/cad/calculix-ccx/files/patch-Makefile (from r445715, head/cad/calculix/files/patch-ccx_VER+src+Makefile)
==============================================================================
--- head/cad/calculix/files/patch-ccx_VER+src+Makefile	Thu Jul 13 21:20:26 2017	(r445715, copy source)
+++ head/cad/calculix-ccx/files/patch-Makefile	Tue Aug 15 00:18:22 2017	(r447973)
@@ -1,5 +1,5 @@
---- ccx_2.12/src/Makefile.orig	2017-04-02 12:59:26 UTC
-+++ ccx_2.12/src/Makefile
+--- Makefile.orig	2017-04-02 12:59:26 UTC
++++ Makefile
 @@ -1,9 +1,9 @@
  
 -CFLAGS = -Wall -O3 -fopenmp -I ../../../SPOOLES.2.2 -DARCH="Linux" -DSPOOLES -DARPACK -DMATRIXSTORAGE -DNETWORKOUT

Modified: head/cad/calculix-ccx/pkg-descr
==============================================================================
--- head/cad/calculix/pkg-descr	Thu Jul 13 21:20:26 2017	(r445715)
+++ head/cad/calculix-ccx/pkg-descr	Tue Aug 15 00:18:22 2017	(r447973)
@@ -1,8 +1,7 @@
 A Three-Dimensional Structural Finite Element Program
 
-CalculiX Finite Element Models can be build, calculated and
-post-processed. The pre- and post-processor is an interactive 3D-tool
-using the openGL API.
+CalculiX Finite Element Models can be built, calculated, and
+post-processed.
 
 Notice: The authors acknowledge that naming conventions and input style
 formats for CalculiX are based on those used by ABAQUS, a proprietary,
@@ -10,4 +9,4 @@ general purpose finite element code developed and supp
 Karlsson & Sorensen, Inc (HKS) and are used with kind permission from HKS.
 Results obtained from CalculiX are in no way connected to ABAQUS.
 
-WWW: http://www.calculix.de/
+WWW: http://www.calculix.de

Modified: head/cad/calculix-ccx/pkg-plist
==============================================================================
--- head/cad/calculix/pkg-plist	Thu Jul 13 21:20:26 2017	(r445715)
+++ head/cad/calculix-ccx/pkg-plist	Tue Aug 15 00:18:22 2017	(r447973)
@@ -1,5 +1,4 @@
 bin/ccx
-bin/cgx
 %%PORTDOCS%%%%DOCSDIR%%/ccx/ccx.html
 %%PORTDOCS%%%%DOCSDIR%%/ccx/footnode.html
 %%PORTDOCS%%%%DOCSDIR%%/ccx/img1.png
@@ -2313,1316 +2312,884 @@ bin/cgx
 %%PORTDOCS%%%%DOCSDIR%%/ccx/node98.html
 %%PORTDOCS%%%%DOCSDIR%%/ccx/node99.html
 %%PORTDOCS%%%%DOCSDIR%%/ccx_2.12.ps.gz
-%%PORTDOCS%%%%DOCSDIR%%/cgx/WARNINGS
-%%PORTDOCS%%%%DOCSDIR%%/cgx/cgx.css
-%%PORTDOCS%%%%DOCSDIR%%/cgx/cgx.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/images.aux
-%%PORTDOCS%%%%DOCSDIR%%/cgx/images.log
-%%PORTDOCS%%%%DOCSDIR%%/cgx/images.out
-%%PORTDOCS%%%%DOCSDIR%%/cgx/images.pl
-%%PORTDOCS%%%%DOCSDIR%%/cgx/images.tex
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img1.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img10.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img11.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img12.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img13.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img14.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img15.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img16.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img17.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img18.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img19.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img2.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img20.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img21.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img22.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img23.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img24.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img25.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img26.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img27.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img28.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img29.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img3.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img30.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img31.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img32.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img33.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img34.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img35.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img36.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img37.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img38.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img4.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img5.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img6.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img7.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img8.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/img9.png
-%%PORTDOCS%%%%DOCSDIR%%/cgx/index.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/internals.pl
-%%PORTDOCS%%%%DOCSDIR%%/cgx/labels.pl
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node1.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node10.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node100.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node101.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node102.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node103.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node104.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node105.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node106.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node107.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node108.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node109.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node11.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node110.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node111.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node112.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node113.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node114.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node115.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node116.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node117.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node118.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node119.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node12.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node120.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node121.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node122.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node123.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node124.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node125.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node126.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node127.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node128.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node129.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node13.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node130.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node131.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node132.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node133.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node134.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node135.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node136.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node137.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node138.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node139.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node14.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node140.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node141.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node142.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node143.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node144.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node145.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node146.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node147.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node148.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node149.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node15.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node150.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node151.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node152.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node153.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node154.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node155.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node156.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node157.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node158.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node159.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node16.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node160.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node161.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node162.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node163.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node164.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node165.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node166.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node167.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node168.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node169.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node17.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node170.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node171.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node172.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node173.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node174.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node175.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node176.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node177.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node178.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node179.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node18.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node180.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node181.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node182.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node183.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node184.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node185.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node186.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node187.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node188.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node189.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node19.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node190.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node191.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node192.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node193.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node194.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node195.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node196.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node197.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node198.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node199.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node2.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node20.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node200.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node201.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node202.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node203.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node204.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node205.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node206.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node207.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node208.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node209.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node21.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node210.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node211.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node212.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node213.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node214.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node215.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node216.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node217.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node218.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node219.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node22.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node220.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node221.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node222.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node223.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node224.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node225.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node226.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node227.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node228.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node229.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node23.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node230.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node231.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node232.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node233.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node234.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node235.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node236.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node237.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node238.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node239.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node24.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node25.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node26.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node27.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node28.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node29.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node3.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node30.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node31.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node32.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node33.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node34.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node35.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node36.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node37.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node38.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node39.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node4.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node40.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node41.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node42.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node43.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node44.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node45.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node46.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node47.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node48.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node49.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node5.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node50.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node51.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node52.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node53.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node54.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node55.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node56.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node57.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node58.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node59.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node6.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node60.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node61.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node62.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node63.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node64.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node65.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node66.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node67.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node68.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node69.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node7.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node70.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node71.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node72.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node73.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node74.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node75.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node76.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node77.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node78.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node79.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node8.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node80.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node81.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node82.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node83.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node84.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node85.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node86.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node87.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node88.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node89.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node9.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node90.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node91.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node92.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node93.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node94.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node95.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node96.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node97.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node98.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx/node99.html
-%%PORTDOCS%%%%DOCSDIR%%/cgx_2.12.pdf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/README~
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00100001/T
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00100001/U
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00100001/p
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00100001/rho
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00100001/uniform/time
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00199998/T
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00199998/U
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00199998/p
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00199998/rho
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00199998/uniform/time
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00299998/T
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00299998/U
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00299998/p
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00299998/rho
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00299998/uniform/time
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00399998/T
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00399998/U
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00399998/p
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00399998/rho
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00399998/uniform/time
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0/T
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0/U
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0/p
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/Allrun
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/constant/RASProperties
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/constant/RASProperties~
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/constant/polyMesh/boundary
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/constant/polyMesh/couette.fbb
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/constant/polyMesh/couette.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/constant/polyMesh/faces
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/constant/polyMesh/neighbour
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/constant/polyMesh/owner
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/constant/polyMesh/points
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/constant/polyMesh/send.fbl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/constant/polyMesh/send.fbl~
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/constant/thermophysicalProperties
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/constant/thermophysicalProperties~
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/constant/turbulenceProperties
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/system/controlDict
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/system/controlDict~
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/system/fvSchemes
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/system/fvSolution
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/system/fvSolution~
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/RAE2822.dat
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/RAE2822.hdr
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/isaac.fbl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/clean
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/clean~
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_pehe.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_pehe.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_pehe_rest.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_rest.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_rest_dflux.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_tetra.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send.fbl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_pehe.fbl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_penta.fbl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_tetra.fbl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccxtet/rae2822_penta.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccxtet/rae2822_tetra.cvg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccxtet/rae2822_tetra.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccxtet/rae2822_tetraf.cvg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccxtet/send_tetra.fbl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/rae2822.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/cylinder.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/disc.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/sphere.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/sphere_seg.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/sphere_vol.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cad/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cad/halter.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cad/halter.igs
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cad/halter.stp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cad/halter.vda
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/clean
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/lavff.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/lavffcyc.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/compressor/send.fbl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/cgx.patch
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/clean.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/dolfyn.cfg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/rename.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.din
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dolfyn/mirror/spiegel.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/geometry.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glue/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glue/latjm.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glue/latjm.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glue/send.fbl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifwhiledemo/all.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifwhiledemo/ifwhiledemo.fbl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifwhiledemo/writedemo.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/map2D.fbl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/map3D.fbl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/pressure.bak
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/BOUD.bou
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/BOUD.equ
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/CYC1.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/CYC2.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/CYC3.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/CYC4.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/PRESD.bou
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/PRESD.equ
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/SPCB2_10.1.bou
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/SPC_123.bou
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/WarnNodeMissCyclicSymmetry.nam
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/all.msh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.cvg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.dat
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.frd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.sta
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/hcpy_1.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/send.fbl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/spooles.out
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/result.frd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/solverfile.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/swepElements/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/swepElements/ring1.fbd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/swepElements/ring1.fbl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/swepElements/ring1.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel29.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel29.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel9.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtel9.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelc.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelc.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelcas.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelcas.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achteld.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achteld.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelg.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelg.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelp.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/achtelp.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou1.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou1.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou3.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou3.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou4.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/acou4.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/aircolumn.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/aircolumn.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/anipla.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/anipla.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/aniso.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/aniso.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery1.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery1.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery3.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery3.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery3.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery4.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery4.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery4.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery5.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery5.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/artery5.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6ht.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ax6ht.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axial.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axial.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axiplane.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axiplane.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axrad.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axrad.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axrad2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/axrad2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/b31.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/b31.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/b31.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ball.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/ball.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam10p.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam10p.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam20p.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam20p.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam20t.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam20t.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8b.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8b.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8f.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8f.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8p.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8p.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8t.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam8t.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam_sens_freq_coord1.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam_sens_freq_coord1.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam_sens_freq_coord1.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam_sens_freq_coord2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam_sens_freq_coord2.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam_sens_freq_coord2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam_sens_freq_coord3.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam_sens_freq_coord3.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beam_sens_freq_coord3.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamabq.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamabq.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamb.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamb.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcom.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcom.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcontact.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcr.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcr.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcr2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamcr2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamd.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamd.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamd2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamd2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdelay.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdelay.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy1.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy1.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy10.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy10.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy11.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy11.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy12.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy12.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy13.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy13.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy14.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy14.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy15.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy15.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy16.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy16.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy17.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy17.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy18.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy18.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy19.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy19.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy20.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy20.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy20.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy3.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy3.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy4.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy4.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy5.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy5.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy6.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy6.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy7.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy7.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy8.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy8.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy9.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdy9.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdynamic.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamdynamic.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamf2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamfsh1.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamfsh1.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamft.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamft.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamheatplas.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamheatplas.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhf.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhf.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbf.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbf.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbo.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtbo.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtcr2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfc2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfcaero.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfcaero.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfcaerothne.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfcaerothne.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfcnu.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfcnu.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamhtfcnu.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamidset.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamidset.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamimpdy1.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamimpdy1.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamimpdy1nodirect.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamimpdy1nodirect.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamimpdy2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamimpdy2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamlin.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamlin.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammix.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammix.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammpc.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammpc.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammr.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammr.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammrco.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammrco.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammrlin.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beammrlin.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnh.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnh.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnld.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnld.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldy.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldy.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldye.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldye.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldynodirect.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldynodirect.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldyp.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldyp.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldype.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnldype.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlmpc.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlmpc.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlp.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlp.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlptp.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlptp.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlt.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnlt.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnoan.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamnoan.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamog.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamog.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp1rotate.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp1rotate.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp1rotate.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp2rotate.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp2rotate.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp2rotate.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp2stage.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamp2stage.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampd.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampd.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampdepmpc.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampdepmpc.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamperror.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamperror.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamperror.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampfix.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampfix.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampic.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampic.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampik.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampik.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampis.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampis.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampiso.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampiso.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampiso2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampiso2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampisof.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampisof.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampkin.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampkin.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampl.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampl.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamplane.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamplane.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampo1.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampo1.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampo2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampo2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampo3.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampo3.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamprand.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamprand.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamprand.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamprb.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamprb.frd.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamprb.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampset.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampset.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampt.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beampt.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied1.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied1.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied3.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied3.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied4.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied4.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied5.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied5.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied6.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied6.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied7.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamptied7.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamrb.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamrb.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamrb2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamrb2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamread.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamread.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamstraight.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamstraight.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt2.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt2.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt3.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt3.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt4.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt4.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt6.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamt6.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamth.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamth.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamtor.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamtor.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamu.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamu.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamuamp.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamuamp.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamwrite.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/beamwrite.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/bifur.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/bifur.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/bolt.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/bolt.inp
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/boxprofile.dat.ref
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test/boxprofile.frd.ref

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708150018.v7F0IM38040419>