diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-02 18:07:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-02 18:07:49 +0800 |
commit | 10e03167f487d64719cc43ea4950b4d925234d80 (patch) | |
tree | abf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /science | |
parent | e36550b4b5e2ea827b9bd0c16daa7304d897c23b (diff) | |
download | freebsd-ports-gnome-10e03167f487d64719cc43ea4950b4d925234d80.tar.gz freebsd-ports-gnome-10e03167f487d64719cc43ea4950b4d925234d80.tar.zst freebsd-ports-gnome-10e03167f487d64719cc43ea4950b4d925234d80.zip |
Remove non staged ports without pending PR from s*
Diffstat (limited to 'science')
96 files changed, 0 insertions, 7591 deletions
diff --git a/science/2dhf/Makefile b/science/2dhf/Makefile deleted file mode 100644 index a601e6c04c91..000000000000 --- a/science/2dhf/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -# Created by: NAKATA, Maho <maho@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= 2dhf -PORTVERSION= 2005.05 -PORTREVISION= 6 -CATEGORIES= science -MASTER_SITES= http://www.fizyka.umk.pl/~jkob/2dhf/ -DISTNAME= ${PORTNAME}-05.05 -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Numerical Hartree-Fock Program for Diatomic Molecules - -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -.if defined(WITH_INTEL) -USES+= fortran:ifort -BUILD_DEPENDS+= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc -.else -USES+= fortran -.endif - -.if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) -WITH_ATLAS= yes -.endif -.if defined(WITH_ATLAS) -LIB_DEPENDS+= libatlas.so${PORTSDIR}/math/atlas -BLAS= -lf77blas -.else -LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas -LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack -BLAS= -lblas -.endif - -.if defined(WITH_OPTIMIZED_FLAGS) -FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -.if (${MACHINE_ARCH} == "i386") -FFLAGS+= -mfancy-math-387 -.endif # i386 -.endif - -.if defined(WITH_INTEL) -FC= ${LOCALBASE}/intel_fc_80/bin/ifort -CC= ${LOCALBASE}/intel_cc_80/bin/icc -FFLAGS= -O3 -tpp7 -xKW -Vaxlib -FFLAGS_ADD= -w -132 -CFLAGS= -O3 -tpp7 -xKW -Vaxlib -BLAS+= -lg2c -lm -.else -FFLAGS_ADD= -w -ffixed-line-length-none -.endif -WRKSRC= ${WRKDIR}/${PORTNAME} -USES+= gmake -ALL_TARGET= all - -NO_STAGE= yes -pre-everything:: - @${ECHO_CMD} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." - -do-extract: - ${MKDIR} ${WRKSRC} - @(cd ${WRKSRC} ; ${TAR} xfz ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) - -post-patch: - @${REINPLACE_CMD} -e 's|%%FC%%|${FC}|g ; \ - s|%%FFLAGS%%|${FFLAGS}|g ; \ - s|%%FFLAGS_ADD%%|${FFLAGS_ADD}|g ; \ - s|%%CC%%|${CC}|g ; \ - s|%%CFLAGS%%|${CFLAGS}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g ;\ - s|%%BLAS%%|${BLAS}|g' \ - ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/bin/xhf - -do-install: - @cd ${WRKSRC} ; ${INSTALL_PROGRAM} bin/x2dhf ${PREFIX}/bin/x2dhf - @cd ${WRKSRC} ; ${INSTALL_SCRIPT} bin/xhf ${PREFIX}/bin/xhf -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC}/doc ; ${INSTALL_DATA} 2dhf.pdf users-guide.pdf users-guide.html ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} - @cd ${WRKSRC}/examples/ ; ${TAR} -chf - . | \ - ${TAR} -xf - -C ${EXAMPLESDIR} -.endif -.include <bsd.port.mk> diff --git a/science/2dhf/distinfo b/science/2dhf/distinfo deleted file mode 100644 index 97c03b2c3258..000000000000 --- a/science/2dhf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (2dhf-05.05.tgz) = ace9c6b96d7588cf72c331b0b52baaea76d125c86ea737d31d0b016e50b9354c -SIZE (2dhf-05.05.tgz) = 1033962 diff --git a/science/2dhf/files/patch-Makefile b/science/2dhf/files/patch-Makefile deleted file mode 100644 index 0841a548e559..000000000000 --- a/science/2dhf/files/patch-Makefile +++ /dev/null @@ -1,50 +0,0 @@ ---- Makefile.orig Tue May 17 02:15:36 2005 -+++ Makefile Tue Jan 9 17:36:22 2007 -@@ -45,21 +45,22 @@ - # of grid and orbital parameters according to expected range of input - # data - --#MEMALLOC = main-static.inc -+# MEMALLOC = main-static.inc - - # For a Sun workstation with f77 or a PC with g77 compiler --MEMALLOC = main-dynamic-f77.inc -+# MEMALLOC = main-dynamic-f77.inc - - # For a DEC workstation and f77 compiler - # MEMALLOC = main-dynamic-f77-dec.inc - - # For f90 compiler --# MEMALLOC = main-dynamic-f90.inc -+MEMALLOC = main-dynamic-f90.inc - - # set system type/compiler - # available keywords are: cray, dec, ibm, lahey, linux, sgi, solaris -+# and freebsd - --SYSTEM = linux -+SYSTEM = freebsd - #SYSTEM = intel - - # if BLAS library is available set the BLAS variable to yes -@@ -189,6 +190,20 @@ - CC = cc - CFLAGS = - endif -+# FreeBSD -+ifeq ($(SYSTEM),freebsd) -+ FC = %%FC%% -+ FFLAGS = %%FFLAGS%% -+# -fstrength-reduce -funroll-loops -+# FFLAGS = -O1 -malign-double -+# FFLAGS = -g -C -+ FFLAGS_ADD = %%FFLAGS_ADD%% -+ FLIB = -L%%LOCALBASE%%/lib %%BLAS%% -+ BLAS = yes -+ -+ CC = %%CC%% -+ CFLAGS = %%CFLAGS%% -+ endif - - - # nothing to be set below this line diff --git a/science/2dhf/files/patch-bin+xhf b/science/2dhf/files/patch-bin+xhf deleted file mode 100644 index 1a83897b39c4..000000000000 --- a/science/2dhf/files/patch-bin+xhf +++ /dev/null @@ -1,11 +0,0 @@ ---- bin/xhf.org Thu Jul 24 18:25:05 2003 -+++ bin/xhf Thu Jul 24 18:26:38 2003 -@@ -99,7 +99,7 @@ - endif - echo ' ' - # envoke x2dhf program -- nice +19 ./x2dhf < $1.data -+ nice +19 %%PREFIX%%/bin/x2dhf < $1.data - endif - - if ( $1 != 'remove' ) then diff --git a/science/2dhf/files/patch-main-dynamic-f90.inc b/science/2dhf/files/patch-main-dynamic-f90.inc deleted file mode 100644 index 6c7aeb414ae7..000000000000 --- a/science/2dhf/files/patch-main-dynamic-f90.inc +++ /dev/null @@ -1,9 +0,0 @@ ---- src/main-dynamic-f90.inc~ Tue May 17 02:22:50 2005 -+++ src/main-dynamic-f90.inc Tue Jan 9 17:39:08 2007 -@@ -1,5 +1,5 @@ - real*8, dimension(:),allocatable :: cw_orb -- real*8, dimension(:),allocatable : -+ real*8, dimension(:),allocatable :: cw_coul - real*8, dimension(:),allocatable :: cw_exch - real*8, dimension(:),allocatable :: cw_suppl - real*8, dimension(:),allocatable :: cw_sctch diff --git a/science/2dhf/files/patch-src+fmalloc.c b/science/2dhf/files/patch-src+fmalloc.c deleted file mode 100644 index a051ab093525..000000000000 --- a/science/2dhf/files/patch-src+fmalloc.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/fmalloc.c.orig Thu Jul 24 17:32:52 2003 -+++ src/fmalloc.c Thu Jul 24 17:33:22 2003 -@@ -15,7 +15,11 @@ - - #include <stdio.h> - #include <sys/types.h> -+#ifdef __FreeBSD__ -+#include <stdlib.h> -+#else - #include <malloc.h> -+#endif - - /* - bv: is an integer to contain the address to the reserved diff --git a/science/2dhf/files/patch-src+getusedcpu.c b/science/2dhf/files/patch-src+getusedcpu.c deleted file mode 100644 index 5d1b54b6c4ae..000000000000 --- a/science/2dhf/files/patch-src+getusedcpu.c +++ /dev/null @@ -1,37 +0,0 @@ ---- src/getusedcpu.c.orig Sat Jan 4 21:21:37 2003 -+++ src/getusedcpu.c Tue Aug 5 07:02:39 2003 -@@ -67,7 +67,6 @@ - #include <string.h> - #include <ctype.h> - -- - #include <sys/types.h> - #include <sys/times.h> - #include <sys/param.h> -@@ -76,7 +75,7 @@ - #include <sys/acct.h> - #endif - --#if defined(ymp) -+#if defined(ymp) || defined (__FreeBSD__) - #include <time.h> - #endif - -@@ -106,7 +105,7 @@ - #if defined(dec) - start = (float)(buffer.tms_utime + buffer.tms_stime) / (float)(AHZ); - start_child = (float)(buffer.tms_cutime + buffer.tms_cstime)/ (float)(AHZ); --#elif defined(ymp) -+#elif defined(ymp) || defined(__FreeBSD__) - start = (float)(buffer.tms_utime + buffer.tms_stime) / (float)(CLK_TCK); - start_child = (float)(buffer.tms_cutime + buffer.tms_cstime) / (float)(CLK_TCK); - #else -@@ -118,7 +117,7 @@ - #if defined(dec) - *Msecs = (float)(buffer.tms_utime + buffer.tms_stime) / (float)(AHZ) - start_child; - *Csecs = (float)(buffer.tms_cutime + buffer.tms_cstime)/ (float)(AHZ) - start_child; --#elif defined(ymp) -+#elif defined(ymp) || defined(__FreeBSD__) - *Msecs = (float)(buffer.tms_utime + buffer.tms_stime) / (float)(CLK_TCK) - start; - *Csecs = (float)(buffer.tms_cutime + buffer.tms_cstime) / (float)(CLK_TCK) - start_child; - #else diff --git a/science/2dhf/files/patch-src+inihf.f b/science/2dhf/files/patch-src+inihf.f deleted file mode 100644 index b8eda8a214dd..000000000000 --- a/science/2dhf/files/patch-src+inihf.f +++ /dev/null @@ -1,10 +0,0 @@ ---- src/inihf.f~ Tue May 17 02:22:50 2005 -+++ src/inihf.f Tue Jan 9 17:12:22 2007 -@@ -20,6 +20,7 @@ - implicit integer*4 (i-n) - implicit real*8 (a-h,o-z) - character*8 atom1,term1,atom2,term2 -+ integer ouf2dhf1, ouf2dhf2 - include 'commons8.inc' - dimension psi(*),pot(*),excp(*),f2(*),f4(*),wgt2(*),wk0(*) - dimension rhf1(9999),phf1(20,9999),ehf1(20),qc1(20), diff --git a/science/2dhf/files/patch-src+setconst.f b/science/2dhf/files/patch-src+setconst.f deleted file mode 100644 index efd798b3a872..000000000000 --- a/science/2dhf/files/patch-src+setconst.f +++ /dev/null @@ -1,11 +0,0 @@ ---- src/setconst.f.org Tue Jan 9 17:41:30 2007 -+++ src/setconst.f Tue Jan 9 17:41:42 2007 -@@ -31,7 +31,7 @@ - - c set default lengths of integer and real constants and variables used - -- i8tmp1=2**31 -+ i8tmp1=2**30 - i8tmp2=100000*i8tmp1 - i4tmp1=i8tmp2 - if (i4tmp1.eq.0) then diff --git a/science/2dhf/pkg-descr b/science/2dhf/pkg-descr deleted file mode 100644 index a2bcfdc89b95..000000000000 --- a/science/2dhf/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -A Numerical Hartree-Fock Program for Diatomic Molecules - -The program finds virtually exact solution of the Hartree-Fock -and Hartree-Fock-Slater equations for diatomic molecules. The -lowest eigenstates of a given irreducible representation and -spin can be obtained. Distributed under GPL. - -WWW: http://scarecrow.1g.fi/2d/admin/getit.html - diff --git a/science/2dhf/pkg-plist b/science/2dhf/pkg-plist deleted file mode 100644 index a00732ad3b6d..000000000000 --- a/science/2dhf/pkg-plist +++ /dev/null @@ -1,92 +0,0 @@ -bin/xhf -bin/x2dhf -%%PORTDOCS%%%%DOCSDIR%%/2dhf.pdf -%%PORTDOCS%%%%DOCSDIR%%/users-guide.pdf -%%PORTDOCS%%%%DOCSDIR%%/users-guide.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%%%EXAMPLESDIR%%/bf/bf_g94la.out -%%PORTDOCS%%%%EXAMPLESDIR%%/bf/bf_g94.out -%%PORTDOCS%%%%EXAMPLESDIR%%/bf/bf_g94.data -%%PORTDOCS%%%%EXAMPLESDIR%%/bf/bf_g94l.data -%%PORTDOCS%%%%EXAMPLESDIR%%/bf/bf_g94la.output -%%PORTDOCS%%%%EXAMPLESDIR%%/bf/bf_g94lb.output -%%PORTDOCS%%%%EXAMPLESDIR%%/bf/bf.inp -%%PORTDOCS%%%%EXAMPLESDIR%%/bf/bf_g94.pun -%%PORTDOCS%%%%EXAMPLESDIR%%/bf/bf_g94lb.out -%%PORTDOCS%%%%EXAMPLESDIR%%/bf/bf_g94.output -%%PORTDOCS%%%%EXAMPLESDIR%%/n2/n2.data -%%PORTDOCS%%%%EXAMPLESDIR%%/n2/n2.output -%%PORTDOCS%%%%EXAMPLESDIR%%/th89/th89_2s.data -%%PORTDOCS%%%%EXAMPLESDIR%%/th89/th89_1s.output -%%PORTDOCS%%%%EXAMPLESDIR%%/th89/th89_1s.data -%%PORTDOCS%%%%EXAMPLESDIR%%/th89/th89_2s.output -%%PORTDOCS%%%%EXAMPLESDIR%%/h2/h2.data -%%PORTDOCS%%%%EXAMPLESDIR%%/h2/h2.output -%%PORTDOCS%%%%EXAMPLESDIR%%/h2/h2a.data -%%PORTDOCS%%%%EXAMPLESDIR%%/h2/h2b.data -%%PORTDOCS%%%%EXAMPLESDIR%%/h2+/h2+.data -%%PORTDOCS%%%%EXAMPLESDIR%%/h2+/h2+.output -%%PORTDOCS%%%%EXAMPLESDIR%%/h2+/h2plus.data -%%PORTDOCS%%%%EXAMPLESDIR%%/h2+/h2plus.output -%%PORTDOCS%%%%EXAMPLESDIR%%/c/c.data -%%PORTDOCS%%%%EXAMPLESDIR%%/c/cplus.data -%%PORTDOCS%%%%EXAMPLESDIR%%/c/c.output -%%PORTDOCS%%%%EXAMPLESDIR%%/c/cplus.output -%%PORTDOCS%%%%EXAMPLESDIR%%/c/c1d2.data -%%PORTDOCS%%%%EXAMPLESDIR%%/c/c3p1.data -%%PORTDOCS%%%%EXAMPLESDIR%%/c/c1d2.output -%%PORTDOCS%%%%EXAMPLESDIR%%/c/c3p1.output -%%PORTDOCS%%%%EXAMPLESDIR%%/be/be.data -%%PORTDOCS%%%%EXAMPLESDIR%%/be/be.output -%%PORTDOCS%%%%EXAMPLESDIR%%/be/be-1.data -%%PORTDOCS%%%%EXAMPLESDIR%%/be/be-1.output -%%PORTDOCS%%%%EXAMPLESDIR%%/bef/bef.data -%%PORTDOCS%%%%EXAMPLESDIR%%/bef/bef.output -%%PORTDOCS%%%%EXAMPLESDIR%%/c2/c2.out -%%PORTDOCS%%%%EXAMPLESDIR%%/c2/c2a.data -%%PORTDOCS%%%%EXAMPLESDIR%%/c2/c2.pun -%%PORTDOCS%%%%EXAMPLESDIR%%/c2/c2b.data -%%PORTDOCS%%%%EXAMPLESDIR%%/c2/c2c.data -%%PORTDOCS%%%%EXAMPLESDIR%%/c2/c2a.output -%%PORTDOCS%%%%EXAMPLESDIR%%/bo/bo.output -%%PORTDOCS%%%%EXAMPLESDIR%%/bo/bo.data -%%PORTDOCS%%%%EXAMPLESDIR%%/bo/bo.out -%%PORTDOCS%%%%EXAMPLESDIR%%/bo/bo.pun -%%PORTDOCS%%%%EXAMPLESDIR%%/bo/bo.inp -%%PORTDOCS%%%%EXAMPLESDIR%%/f2/f2.data -%%PORTDOCS%%%%EXAMPLESDIR%%/f2/f2.out -%%PORTDOCS%%%%EXAMPLESDIR%%/f2/f2.pun -%%PORTDOCS%%%%EXAMPLESDIR%%/f2/f2.output -%%PORTDOCS%%%%EXAMPLESDIR%%/gaf/gaf.data -%%PORTDOCS%%%%EXAMPLESDIR%%/gaf/gaf.output -%%PORTDOCS%%%%EXAMPLESDIR%%/li2/li2.out -%%PORTDOCS%%%%EXAMPLESDIR%%/li2/li2.pun -%%PORTDOCS%%%%EXAMPLESDIR%%/li2/li2.data -%%PORTDOCS%%%%EXAMPLESDIR%%/li2/li2.output -%%PORTDOCS%%%%EXAMPLESDIR%%/fh/fh-223-150-0-1.output -%%PORTDOCS%%%%EXAMPLESDIR%%/fh/fh-223-150-m1-1.output -%%PORTDOCS%%%%EXAMPLESDIR%%/fh/Run_FH -%%PORTDOCS%%%%EXAMPLESDIR%%/fh/Run_elprop.pl -%%PORTDOCS%%%%EXAMPLESDIR%%/fh/fh-223-150-m2-1.output -%%PORTDOCS%%%%EXAMPLESDIR%%/fh/fh-223-150-p1-1.output -%%PORTDOCS%%%%EXAMPLESDIR%%/fh/fh-223-150-p2-1.output -%%PORTDOCS%%%%EXAMPLESDIR%%/fh/fh-m2.data -%%PORTDOCS%%%%EXAMPLESDIR%%/fh/fh-p2.data -%%PORTDOCS%%%%EXAMPLESDIR%%/fh/fh-m1.data -%%PORTDOCS%%%%EXAMPLESDIR%%/fh/fh-0.data -%%PORTDOCS%%%%EXAMPLESDIR%%/fh/fh-p1.data -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/bf -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/n2 -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/th89 -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/h2+ -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/h2 -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/c -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/be -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/bef -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/c2 -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/bo -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/f2 -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/gaf -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/li2 -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/fh -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/science/Makefile b/science/Makefile index b59a81725b9b..efa3109a5bb4 100644 --- a/science/Makefile +++ b/science/Makefile @@ -4,7 +4,6 @@ COMMENT = Scientific ports SUBDIR += 2d-rewriter - SUBDIR += 2dhf SUBDIR += InsightToolkit SUBDIR += R-cran-AMORE SUBDIR += R-cran-DCluster @@ -15,7 +14,6 @@ SUBDIR += R-cran-epicalc SUBDIR += R-cran-snow SUBDIR += R-cran-som - SUBDIR += abinit SUBDIR += afni SUBDIR += avogadro SUBDIR += bddsolve @@ -38,14 +36,11 @@ SUBDIR += dcl SUBDIR += devisor SUBDIR += dlpoly-classic - SUBDIR += dtiquery SUBDIR += ecs SUBDIR += elmer-eio - SUBDIR += elmer-hutiter SUBDIR += elmer-matc SUBDIR += elmer-meshgen2d SUBDIR += elmergrid - SUBDIR += elmerpost SUBDIR += epte SUBDIR += fastcap SUBDIR += fasthenry @@ -53,8 +48,6 @@ SUBDIR += fvcom SUBDIR += fvcom-mpi SUBDIR += fvm - SUBDIR += g3data - SUBDIR += gamess SUBDIR += gchemutils SUBDIR += getdp SUBDIR += ghemical @@ -90,12 +83,10 @@ SUBDIR += linsmith SUBDIR += massxpert SUBDIR += mbdyn - SUBDIR += mcstas SUBDIR += medit SUBDIR += meep SUBDIR += mei SUBDIR += metaf2xml - SUBDIR += minc SUBDIR += minc2 SUBDIR += mol2ps SUBDIR += mpb @@ -141,7 +132,6 @@ SUBDIR += paje SUBDIR += paraview SUBDIR += pnetcdf - SUBDIR += psi3 SUBDIR += psychopy SUBDIR += pulseview SUBDIR += py-DendroPy @@ -188,9 +178,7 @@ SUBDIR += veusz SUBDIR += vmd SUBDIR += voro++ - SUBDIR += x11iraf SUBDIR += xfce4-equake-plugin SUBDIR += xmakemol - SUBDIR += xmds .include <bsd.port.subdir.mk> diff --git a/science/abinit/Makefile b/science/abinit/Makefile deleted file mode 100644 index 7f1a021a8a16..000000000000 --- a/science/abinit/Makefile +++ /dev/null @@ -1,88 +0,0 @@ -# Created by: NAKATA Maho <maho@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= abinit -PORTVERSION= 5.7.3 -PORTREVISION= 16 -CATEGORIES= science -MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Abinit calculates electronic structure of systems - -BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ - ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray -LIB_DEPENDS= libnetcdff.so:${PORTSDIR}/science/netcdf-fortran \ - libgsl.so:${PORTSDIR}/math/gsl - -USES= fortran gmake perl5 -USE_PYTHON= yes -USE_PERL5= build -USE_AUTOTOOLS= autoconf automake -CONFIGURE_ENV= WGET=${TRUE} -CONFIGURE_ARGS= --disable-wannier90 --disable-bigdft --disable-etsf-io \ - --with-plugins-tardir=/dev/null \ - --with-netcdf-includes="-I${LOCALBASE}/include" \ - --enable-bindings --enable-gsl \ - --with-netcdf-libs="-L${LOCALBASE}/lib -lnetcdff -lnetcdf" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -OPTIONS_DEFINE= DOCS EXAMPLES - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -USE_TEX= latex:build dvipsk:build -BUILD_DEPENDS+= gm4:${PORTSDIR}/devel/m4 \ - markdown:${PORTSDIR}/textproc/markdown -USE_GHOSTSCRIPT_BUILD= yes -.endif - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -MANUAL_PACKAGE_BUILD= takes a tremendous amount of time to build on pointyhat nodes -.endif - -.if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) -WITH_ATLAS= yes -.endif -.if defined(WITH_ATLAS) -LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas -BLAS= -lf77blas -LAPACK= -lalapack -lcblas -.else -LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas -LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack -BLAS= -lblas -LAPACK= -llapack -.endif - -pre-configure: -.if ! ${PORT_OPTIONS:MDOCS} - ${REINPLACE_CMD} -e '/^abinit_top_subdirs =/s| doc||' ${WRKSRC}/config/specs/other.cf -.endif -.if ! ${PORT_OPTIONS:MEXAMPLES} - ${REINPLACE_CMD} -e '/^abinit_top_subdirs =/s| tests||' ${WRKSRC}/config/specs/other.cf -.endif - (cd ${WRKSRC} && ./config/scripts/makemake) - ${CHMOD} a+x ${WRKSRC}/bindings/parser/*.py - -post-build: - @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} libabinit) - -post-install: - ${MKDIR} ${PREFIX}/include ${PREFIX}/lib -.for lf in libabinip.a libabinis.a - ${INSTALL_DATA} ${WRKSRC}/${lf} ${PREFIX}/lib -.endfor -.for lf in ab_dtset_c.h dtset_c.h dtset_c.static.h dtset_f90.inc dtset_py.h \ - ab_dtset_f90_get.f90 - ${INSTALL_DATA} ${WRKSRC}/bindings/parser/${lf} ${PREFIX}/include -.endfor - -regression-test: - cd ${WRKSRC}/tests ; ${MAKE_CMD} tests_min - -.include <bsd.port.mk> diff --git a/science/abinit/distinfo b/science/abinit/distinfo deleted file mode 100644 index f7a015b72b79..000000000000 --- a/science/abinit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (abinit-5.7.3.tar.gz) = caac56530ceaa5e16326fd4407adcd0b1aede07ded51017f3eb6a6a3696c2867 -SIZE (abinit-5.7.3.tar.gz) = 31683174 diff --git a/science/abinit/files/makefile_macros b/science/abinit/files/makefile_macros deleted file mode 100644 index 3fec072104db..000000000000 --- a/science/abinit/files/makefile_macros +++ /dev/null @@ -1,50 +0,0 @@ -# This file contains the definitions needed for every possible script -# to be used with the ABINIT makefiles. It is very much machine-dependent. -# It is read by makemake and makearch. - -# This file for cernunnos (Pentium 4, Slackware Linux) at the Institute for -# Materials Physics, University of Vienna, by Wolfgang Pichl -# with the Intel compiler, Version 7.1 -# see http://www.intel.com/software/products/compilers/flin/noncom.htm - -# In this file, the blas library is linked in the same way as the other -# libraries (lapack, ffts, numrecip). - -# Explanations about this file can be found in the help.makefile_macros file, -# in the Infos subdirectory - -#################################################################### -# Only for the sequential version - -# Machine type -MACHINE=P6 -# Fortran optimized compilation -FC=%%FC%% -FFLAGS=%%FFLAGS%% -FFLAGS_LIBS=%%FFLAGS_LIBS%% - -# C preprocessor, used to preprocess the fortran source. -CPP=%%CPP%% -CPP_FLAGS=-P -traditional -D__IFC -# The cpp directive CHGSTDIO changes the standard I/O definition -# Uncomment the next line for this to happen. -#CPP_FLAGS=-P -DCHGSTDIO - -# C optimized compilation. -CC=%%CC%% -CFLAGS=%%CFLAGS%% - -# Location of perl . Used to generate the script fldiff, in ~ABINIT/Utilities . -PERL=%%PERL%% - -# List of machine-dependent routines -MACHINE_DEP_C_SEQ_SUBS_LIST=etime.o - -# Create BLAS library from abinis source -# The following lines should be redundant, since this is the default -# however, we got troubles when they where missing -BLAS=%%BLAS%% -LAPACK=%%LAPACK%% -LIBS=$(LAPACK) $(BLAS) - -# This is a last line in makefile_macros ---------- diff --git a/science/abinit/files/patch-bindings_parser_ab_dtset_c.c b/science/abinit/files/patch-bindings_parser_ab_dtset_c.c deleted file mode 100644 index e1f4eb3da3ec..000000000000 --- a/science/abinit/files/patch-bindings_parser_ab_dtset_c.c +++ /dev/null @@ -1,11 +0,0 @@ ---- bindings/parser/ab_dtset_c.c.orig 2009-02-22 07:08:32.000000000 +0100 -+++ bindings/parser/ab_dtset_c.c 2009-03-26 22:21:33.000000000 +0100 -@@ -7,6 +7,8 @@ - /* g95 : #define FC_MOD_NAME(A) ab_dtset_MP_ ## A */ - #define FC_MOD_CALL(A,...) FC_MOD_NAME(A)(__VA_ARGS__) - -+typedef unsigned int uint; -+ - /* Fortran interface. */ - void FC_MOD_NAME(ab_dtset_new)(int *dt, const char *filename, int *len); - void FC_MOD_NAME(ab_dtset_new_from_string)(int *dt, const char *string, int *len); diff --git a/science/abinit/files/patch-bindings_parser_parser.mk b/science/abinit/files/patch-bindings_parser_parser.mk deleted file mode 100644 index 8ce3bac27ce3..000000000000 --- a/science/abinit/files/patch-bindings_parser_parser.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- bindings/parser/parser.mk~ 2009-03-11 14:12:20.000000000 +0900 -+++ bindings/parser/parser.mk 2009-04-13 11:53:44.000000000 +0900 -@@ -25,7 +25,7 @@ - $(RANLIB) libbindings.a - - ab_dtset_py.o: dtset_py.h ab_dtset_c.h -- $(CC) $(CPPFLAGS) $(PYTHON_CPPFLAGS) -I. $(CFLAGS) -c $(abinit_srcdir)/bindings/parser/ab_dtset_py.c -+ $(CC) $(CPPFLAGS) $(CFLAGS_EXTRA) $(PYTHON_CPPFLAGS) -I. $(CFLAGS) -c $(abinit_srcdir)/bindings/parser/ab_dtset_py.c - - - python: ab_dtset_py.o diff --git a/science/abinit/files/patch-config+m4+init.m4 b/science/abinit/files/patch-config+m4+init.m4 deleted file mode 100644 index 0d31f2013a99..000000000000 --- a/science/abinit/files/patch-config+m4+init.m4 +++ /dev/null @@ -1,129 +0,0 @@ ---- ./config/m4/init.m4.orig 2009-03-11 06:12:22.000000000 +0100 -+++ ./config/m4/init.m4 2009-03-28 16:29:06.000000000 +0100 -@@ -231,6 +231,101 @@ - abi_cpu_bits="64" - ;; - -+ i386-*freebsd*) -+ dnl Pentium 3 ? -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model=`sysctl hw.model | grep 'Pentium III'` -+ if test "${abi_cpu_model}" != ""; then -+ abi_cpu_model="pentium3" -+ abi_cpu_64bits="no" -+ abi_cpu_bits="32" -+ fi -+ fi -+ dnl Pentium 4 ? -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model=`sysctl hw.model | grep 'Intel(R) Pentium(R) 4'` -+ if test "${abi_cpu_model}" != ""; then -+ abi_cpu_model="pentium4" -+ abi_cpu_64bits="no" -+ abi_cpu_bits="32" -+ fi -+ fi -+ dnl Pentium 4M ? -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model=`sysctl hw.model | grep 'Intel(R) Pentium(R) M'` -+ if test "${abi_cpu_model}" != ""; then -+ abi_cpu_model="pentium4" -+ abi_cpu_64bits="no" -+ abi_cpu_bits="32" -+ fi -+ fi -+ dnl Unknown -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model="unknown" -+ fi -+ dnl The processor is anyway 32-bit -+ abi_cpu_64bits="no" -+ abi_cpu_bits="32" -+ ;; -+ -+ amd64-*freebsd*) -+ dnl Opteron ? -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model=`sysctl hw.model | grep 'Opteron'` -+ if test "${abi_cpu_model}" != ""; then -+ abi_cpu_model="opteron" -+ abi_cpu_64bits="yes" -+ abi_cpu_bits="64" -+ fi -+ fi -+ dnl Xeon ? -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model=`sysctl hw.model | grep 'Intel(R) XEON(TM)'` -+ if test "${abi_cpu_model}" != ""; then -+ abi_cpu_model="xeon" -+ abi_cpu_64bits="yes" -+ abi_cpu_bits="64" -+ fi -+ fi -+ dnl Unknown -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model="unknown" -+ fi -+ dnl The processor is anyway 64-bit -+ abi_cpu_64bits="yes" -+ abi_cpu_bits="64" -+ ;; -+ -+ ia64-*freebsd*) -+ dnl Itanium 1 ? -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model=`sysctl hw.model | grep 'Itanium 1'` -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model="itanium1" -+ fi -+ fi -+ dnl Itanium 2 ? -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model=`sysctl hw.model | grep 'Itanium 2'` -+ if test "${abi_cpu_model}" != ""; then -+ abi_cpu_model="itanium2" -+ fi -+ fi -+ dnl Unknown -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model="unknown" -+ fi -+ dnl The processor is anyway 64-bit -+ abi_cpu_64bits="yes" -+ abi_cpu_bits="64" -+ ;; -+ -+ sparc64-*freebsd*) -+ abi_cpu_model="unknown" -+ abi_cpu_64bits="yes" -+ abi_cpu_bits="64" -+ ;; -+ - esac - - AC_SUBST(abi_cpu_vendor) -@@ -289,15 +384,15 @@ - fi - - dnl Set-up all directory names -- abinit_bindir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/bin" -- abinit_chkdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/tests" -- abinit_datdir="${abinit_prefix}/abinit" -- abinit_docdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/doc" -- abinit_incdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/include" -- abinit_libdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/lib" -- abinit_mandir="${abinit_prefix}/abinit/man" -- abinit_rundir="${abinit_prefix}/abinit/bin" -- abinit_wwwdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/www" -+ abinit_bindir="${abinit_prefix}/bin" -+ abinit_chkdir="${abinit_prefix}/share/examples/abinit/tests" -+ abinit_datdir="${abinit_prefix}/share/abinit" -+ abinit_docdir="${abinit_prefix}/share/doc/abinit/" -+ abinit_incdir="${abinit_prefix}/include/abinit" -+ abinit_libdir="${abinit_prefix}/lib" -+ abinit_mandir="${abinit_prefix}/man" -+ abinit_rundir="${abinit_prefix}/bin" -+ abinit_wwwdir="${abinit_prefix}/www/abinit" - - dnl Substitute all variables - AC_SUBST(abinit_prefix) diff --git a/science/abinit/files/patch-config+optflags b/science/abinit/files/patch-config+optflags deleted file mode 100644 index 148b307fe95d..000000000000 --- a/science/abinit/files/patch-config+optflags +++ /dev/null @@ -1,14 +0,0 @@ ---- /dev/null Wed Jan 17 11:53:59 2007 -+++ config/optflags/gnu_fc/all/opteron Wed Jan 17 11:53:27 2007 -@@ -0,0 +1 @@ -+FCFLAGS_OPT="-O2 -fforce-addr -ffast-math -mmmx -msse -msse2" - ---- /dev/null Wed Jan 17 11:55:01 2007 -+++ config/optflags/gnu_cc/all/opteron Wed Jan 17 11:54:40 2007 -@@ -0,0 +1 @@ -+CFLAGS_OPT="-O2 -fforce-addr -ffast-math -mmmx -msse -msse2" - ---- /dev/null Wed Jan 17 11:55:01 2007 -+++ config/optflags/gnu_cxx/all/opteron Wed Jan 17 11:54:40 2007 -@@ -0,0 +1 @@ -+CFLAGS_OPT="-O2 -fforce-addr -ffast-math -mmmx -msse -msse2" diff --git a/science/abinit/files/patch-config.mk.in b/science/abinit/files/patch-config.mk.in deleted file mode 100644 index e69c33ab59cb..000000000000 --- a/science/abinit/files/patch-config.mk.in +++ /dev/null @@ -1,11 +0,0 @@ ---- config.mk.in.orig 2009-02-22 07:08:32.000000000 +0100 -+++ config.mk.in 2009-03-08 09:54:35.000000000 +0100 -@@ -41,7 +41,7 @@ - PYTHON = @PYTHON@ - LN_S = @LN_S@ - EGREP = @EGREP@ --MKDIR_P = @MKDIR_P@ -+MKDIR_P = @abinit_builddir@/@MKDIR_P@ - - # Architecture - target = @target@ diff --git a/science/abinit/files/patch-config_scripts_make-macros-autotools b/science/abinit/files/patch-config_scripts_make-macros-autotools deleted file mode 100644 index 690b7c8cb422..000000000000 --- a/science/abinit/files/patch-config_scripts_make-macros-autotools +++ /dev/null @@ -1,11 +0,0 @@ ---- ./config/scripts/make-macros-autotools.orig 2009-02-22 07:08:33.000000000 +0100 -+++ ./config/scripts/make-macros-autotools 2009-03-25 22:34:01.000000000 +0100 -@@ -413,7 +413,7 @@ - now = strftime("%Y/%m/%d %H:%M:%S +0000",gmtime()) - - # Get Autotools versions --(m4_ret,m4_version) = commands.getstatusoutput("m4 --version") -+(m4_ret,m4_version) = commands.getstatusoutput("gm4 --version") - (ac_ret,ac_version) = commands.getstatusoutput("autoconf --version") - (am_ret,am_version) = commands.getstatusoutput("automake --version") - (lt_ret,lt_version) = commands.getstatusoutput("libtool --version") diff --git a/science/abinit/files/patch-configure b/science/abinit/files/patch-configure deleted file mode 100644 index 64c8c2e1efdf..000000000000 --- a/science/abinit/files/patch-configure +++ /dev/null @@ -1,27 +0,0 @@ ---- configure.orig 2009-02-22 08:32:10.000000000 +0100 -+++ configure 2009-03-09 20:01:48.000000000 +0100 -@@ -5151,15 +5151,15 @@ - abinit_prefix="${prefix}" - fi - -- abinit_bindir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/bin" -- abinit_chkdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/tests" -- abinit_datdir="${abinit_prefix}/abinit" -- abinit_docdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/doc" -- abinit_incdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/include" -- abinit_libdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/lib" -- abinit_mandir="${abinit_prefix}/abinit/man" -- abinit_rundir="${abinit_prefix}/abinit/bin" -- abinit_wwwdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/www" -+ abinit_bindir="${abinit_prefix}/bin" -+ abinit_chkdir="${abinit_prefix}/share/examples/abinit/tests" -+ abinit_datdir="${abinit_prefix}/share/abinit" -+ abinit_docdir="${abinit_prefix}/share/doc/abinit/" -+ abinit_incdir="${abinit_prefix}/include/abinit" -+ abinit_libdir="${abinit_prefix}/lib" -+ abinit_mandir="${abinit_prefix}/man" -+ abinit_rundir="${abinit_prefix}/bin" -+ abinit_wwwdir="${abinit_prefix}/www/abinit" - - - diff --git a/science/abinit/files/patch-prereqs+linalg+linalg.mk b/science/abinit/files/patch-prereqs+linalg+linalg.mk deleted file mode 100644 index c64ff71cbca9..000000000000 --- a/science/abinit/files/patch-prereqs+linalg+linalg.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- prereqs/linalg/linalg.mk~ 2009-03-11 14:12:18.000000000 +0900 -+++ prereqs/linalg/linalg.mk 2009-04-13 11:39:18.000000000 +0900 -@@ -32,7 +32,7 @@ - touch build-stamp - - install-stamp: build -- $(MKDIR_P) tmp/lib -+ mkdir -p tmp/lib - cp blas/libblas.a lapack/liblapack.a tmp/lib - touch install-stamp - diff --git a/science/abinit/pkg-descr b/science/abinit/pkg-descr deleted file mode 100644 index 54c997fdb564..000000000000 --- a/science/abinit/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -ABINIT is a package whose main program allows one to find -the total energy, charge density and electronic structure of -systems made of electrons and nulcei (molecules and periodic -solids) within Density Functional Theory (DFT), using pseudo- -potentials and a planewave basis. - -WWW: http://www.abinit.org/ diff --git a/science/abinit/pkg-plist b/science/abinit/pkg-plist deleted file mode 100644 index 9d0e50ca46a3..000000000000 --- a/science/abinit/pkg-plist +++ /dev/null @@ -1,2407 +0,0 @@ -bin/abinetcdf -bin/abinis -bin/aim -bin/anaddb -bin/band2eps -bin/conducti -bin/cut3d -bin/lwf -bin/macroave -bin/mrgddb -bin/mrggkk -bin/mrgscr -bin/newsp -bin/optic -include/ab_dtset_c.h -include/ab_dtset_f90_get.f90 -include/dtset_c.h -include/dtset_c.static.h -include/dtset_f90.inc -include/dtset_py.h -lib/libabibase.a -lib/libabinip.a -lib/libabinis.a -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/build/README -%%PORTDOCS%%%%DOCSDIR%%/build/adding-extlibs.tex -%%PORTDOCS%%%%DOCSDIR%%/build/before-starting.tex -%%PORTDOCS%%%%DOCSDIR%%/build/build-docs.mk -%%PORTDOCS%%%%DOCSDIR%%/build/build-system-guide.pdf -%%PORTDOCS%%%%DOCSDIR%%/build/build-system-guide.tex -%%PORTDOCS%%%%DOCSDIR%%/build/configure-options.tex -%%PORTDOCS%%%%DOCSDIR%%/build/contributors.tex -%%PORTDOCS%%%%DOCSDIR%%/build/conventions.tex -%%PORTDOCS%%%%DOCSDIR%%/build/extending-the-build-system.tex -%%PORTDOCS%%%%DOCSDIR%%/build/overview.tex -%%PORTDOCS%%%%DOCSDIR%%/build/preprocessing-macros.tex -%%PORTDOCS%%%%DOCSDIR%%/config/build-config.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/README -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/alphaev67-compaq_deccint.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-g95-mpich_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-g95-openmpi_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-gfortran4.1_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-gfortran4.2_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-gfortran4.3_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-intel10.1_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-intel9.1_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-open64_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-pathscale_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-pgi7.2-3_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-sunstudio12_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/fujitsu-fujitsu_eliza.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-gfortran_mac.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-intel9.0_hemera.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-intel9.1_antarion.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-intel9.1_sirius.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/ia64-intel8.1_chpit.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/ia64-intel9.1_arina.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/intel-gfortran4.3_bigmac.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/itanium2-intel9.1_urano.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/macosx-gfortran_gandalf.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/macosx-gfortran_rafael.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/mips-mipspro_spinoza.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/opteron-intel9.1_lemaitre.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc-ibm_datastar.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc-ibm_dirac.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc-ibm_generic.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc-ibm_max.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc64-ibm_fock.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/sr11k-hitachi_hikari1.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-howto.txt -%%PORTDOCS%%%%DOCSDIR%%/config/mpi-options.html -%%PORTDOCS%%%%DOCSDIR%%/config/using-configure.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/FFT_in_parallel.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/HM2.document.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/HM5.document.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/MACHINES -%%PORTDOCS%%%%DOCSDIR%%/developers/Markdown-HOWTO -%%PORTDOCS%%%%DOCSDIR%%/developers/NetCDF-API -%%PORTDOCS%%%%DOCSDIR%%/developers/Patches-HOWTO -%%PORTDOCS%%%%DOCSDIR%%/developers/README -%%PORTDOCS%%%%DOCSDIR%%/developers/checklist.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/contributing.html -%%PORTDOCS%%%%DOCSDIR%%/developers/contributors.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/devs.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/dirs_and_files.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/formabinit.css -%%PORTDOCS%%%%DOCSDIR%%/developers/format_KSS.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/planning.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/preprocessing-options.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/programmer_guide.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/rules_OMP.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/rules_coding.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/rules_paral.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/README -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/d2term1.fort -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/d2term1.out -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/format_code.c -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/fort_2fix.scr -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/fort_fix3.scr -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/fort_fixis.scr -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/make_met2str.m -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/make_metintstr.m -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/make_metintstrv.m -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/make_metstr3.m -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/strainpert.pdf -%%PORTDOCS%%%%DOCSDIR%%/developers/use_cpp.txt -%%PORTDOCS%%%%DOCSDIR%%/features/features.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v2.3.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.0.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.1.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.2.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.3.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.4.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.0.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.1.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.2.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.3.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.4.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.5.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.6.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.7.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.0.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.1.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.2.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.3.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.4.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.5.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.6.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.7.html -%%PORTDOCS%%%%DOCSDIR%%/gallery/Plot1.jpg -%%PORTDOCS%%%%DOCSDIR%%/gallery/mode.png -%%PORTDOCS%%%%DOCSDIR%%/gallery/pcpm.gif -%%PORTDOCS%%%%DOCSDIR%%/gallery/t5o_DEN.png -%%PORTDOCS%%%%DOCSDIR%%/gallery/t5o_DEN.ps.gz -%%PORTDOCS%%%%DOCSDIR%%/gallery/t5o_DEN_extended.png -%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_doc -%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_src -%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_tests -%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_tests_dev -%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_top -%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_top_dev -%%PORTDOCS%%%%DOCSDIR%%/input_variables/README_EFIELD_BEC_DIEL -%%PORTDOCS%%%%DOCSDIR%%/input_variables/formabinit.css -%%PORTDOCS%%%%DOCSDIR%%/input_variables/keyhr.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varbas.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/vardev.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varfil.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/vargeo.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/vargs.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/vargw.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varint.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varpar.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varpaw.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varrf.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varrlx.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varw90.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v1.7.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v1.8.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v1.9.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v2.0.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v2.1.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v2.2.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v2.3.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.0.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.1.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.2.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.3.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.4.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.0.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.1.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.2.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.3.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.4.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.5.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.6.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.7.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.0.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.1.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.2.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.3.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.4.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.5.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.6.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.7.html -%%PORTDOCS%%%%DOCSDIR%%/known_problems/known_problems.4.6.x -%%PORTDOCS%%%%DOCSDIR%%/macroave/README -%%PORTDOCS%%%%DOCSDIR%%/macroave/macroave-docs.mk -%%PORTDOCS%%%%DOCSDIR%%/macroave/macroave.pdf -%%PORTDOCS%%%%DOCSDIR%%/macroave/macroave.tex -%%PORTDOCS%%%%DOCSDIR%%/maintainers/TODO-doc -%%PORTDOCS%%%%DOCSDIR%%/maintainers/check_list.txt -%%PORTDOCS%%%%DOCSDIR%%/manpages/abinit.1 -%%PORTDOCS%%%%DOCSDIR%%/misc/ATLAS -%%PORTDOCS%%%%DOCSDIR%%/misc/AtomicReferenceData -%%PORTDOCS%%%%DOCSDIR%%/misc/BibSearch -%%PORTDOCS%%%%DOCSDIR%%/misc/Crystals -%%PORTDOCS%%%%DOCSDIR%%/misc/DFT -%%PORTDOCS%%%%DOCSDIR%%/misc/DetectMemLeaks -%%PORTDOCS%%%%DOCSDIR%%/misc/ElectronicStructure_DDB -%%PORTDOCS%%%%DOCSDIR%%/misc/Equation_of_state -%%PORTDOCS%%%%DOCSDIR%%/misc/FLOP.benchmark -%%PORTDOCS%%%%DOCSDIR%%/misc/Graphics -%%PORTDOCS%%%%DOCSDIR%%/misc/Guidelines_for_presentation -%%PORTDOCS%%%%DOCSDIR%%/misc/Landolt-Boernstein -%%PORTDOCS%%%%DOCSDIR%%/misc/LectureNotes -%%PORTDOCS%%%%DOCSDIR%%/misc/Links_for_Fortran_codes -%%PORTDOCS%%%%DOCSDIR%%/misc/LiterateProgramming -%%PORTDOCS%%%%DOCSDIR%%/misc/PLOTMTV_Phonons -%%PORTDOCS%%%%DOCSDIR%%/misc/PeriodicTable -%%PORTDOCS%%%%DOCSDIR%%/misc/Phonon_dispersion -%%PORTDOCS%%%%DOCSDIR%%/misc/Publishing_in_English -%%PORTDOCS%%%%DOCSDIR%%/misc/README -%%PORTDOCS%%%%DOCSDIR%%/misc/Scilab_vs_Matlab -%%PORTDOCS%%%%DOCSDIR%%/misc/TtH -%%PORTDOCS%%%%DOCSDIR%%/misc/VASP_Data_View -%%PORTDOCS%%%%DOCSDIR%%/misc/XCrysDen -%%PORTDOCS%%%%DOCSDIR%%/presentation/coding.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/easy.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/features1.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/features2.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/groups.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/motivation.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/open.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/overview.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/portable.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/presentation-docs.mk -%%PORTDOCS%%%%DOCSDIR%%/presentation/presentation.pdf -%%PORTDOCS%%%%DOCSDIR%%/presentation/presentation.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/reliable.tex -%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp1_data.txt -%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp1_info.txt -%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp3_info.txt -%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp45_info.txt -%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp5spinorbit_info.txt -%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp6_info.txt -%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp8_info.txt -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v2.3.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.0.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.1.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.2.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.3.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.4.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.0.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.1.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.2.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.3.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.4.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.5.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.6.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.7.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.0.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.1.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.2.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.3.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.4.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.5.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.6.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.7.html -%%PORTDOCS%%%%DOCSDIR%%/theory/1WF.pdf -%%PORTDOCS%%%%DOCSDIR%%/theory/1WF.tex -%%PORTDOCS%%%%DOCSDIR%%/theory/ABINIT-documentation-elasticity.odt -%%PORTDOCS%%%%DOCSDIR%%/theory/Figure.eps -%%PORTDOCS%%%%DOCSDIR%%/theory/Figure.png -%%PORTDOCS%%%%DOCSDIR%%/theory/README -%%PORTDOCS%%%%DOCSDIR%%/theory/elasticity-oganov.pdf -%%PORTDOCS%%%%DOCSDIR%%/theory/geometry.pdf -%%PORTDOCS%%%%DOCSDIR%%/theory/geometry.tex -%%PORTDOCS%%%%DOCSDIR%%/theory/gwa.pdf -%%PORTDOCS%%%%DOCSDIR%%/theory/gwa.tex -%%PORTDOCS%%%%DOCSDIR%%/theory/noncol.pdf -%%PORTDOCS%%%%DOCSDIR%%/theory/noncol.tex -%%PORTDOCS%%%%DOCSDIR%%/theory/response.eps -%%PORTDOCS%%%%DOCSDIR%%/theory/set_WFs.pdf -%%PORTDOCS%%%%DOCSDIR%%/theory/set_WFs.tex -%%PORTDOCS%%%%DOCSDIR%%/theory/theory-docs.mk -%%PORTDOCS%%%%DOCSDIR%%/theory/vanderbilt-anaddb-notes.pdf -%%PORTDOCS%%%%DOCSDIR%%/theory/vanderbilt-anaddb-notes.tex -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_1.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_1/Plot1.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_1/dim.m -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_2.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_3.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_4.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_cp1.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_sequencer_control.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_view_control.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_vpe1.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_vpe2.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/si_den_111.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_elastic.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_elphon.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_ffield.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_ffield/image004.gif -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_ffield/image007.gif -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_gw1.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_gw2.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_ldau.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/filelist.xml -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image001.gif -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image002.pct -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image003.gif -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image005.pct -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image006.gif -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image008.pct -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image009.gif -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_optic.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_optic/toptic_ref_0001_0001-linopt.out -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_optic/toptic_ref_0001_0002_0003-ChiTotIm.out -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_optic/toptic_ref_0001_0002_0003-ChiTotRe.out -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_parallelism.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_parallelism/lesson_parallelism_overhead.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_parallelism/lesson_parallelism_speedup.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1/DOS-2proj.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1/DOS-4proj.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1/DOS-6proj.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1/etotal-acell.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/AtompawAbinit.tar.gz -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input.semicore -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input.vanderbilt -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input1 -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input2 -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input3 -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.ghost.atompaw.input -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/RSO.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/RSOcompa.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/abinit.pawps.rrkj -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/acell-etotal.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/atompawUG.pdf -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/ecut.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log0a.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log0b.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log1a.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log1b.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log1c.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log2a.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/wfn1a.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/wfn6a.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/wfn6b.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_rf1.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_rf2.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_rf2/trf2_6.out.eps -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_source_code.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin/bccfe_mag_dos2.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin/bccfe_nonmag_dos2.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin/energy_diff_fccfe.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin/gz2.py -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_tddft.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_visual.txt -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_wannier90.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/welcome.html -%%PORTDOCS%%%%DOCSDIR%%/users/AbinitBandStructureMaker_manual.pdf -%%PORTDOCS%%%%DOCSDIR%%/users/AbinitBandStructureMaker_manual.tex -%%PORTDOCS%%%%DOCSDIR%%/users/FAQ.html -%%PORTDOCS%%%%DOCSDIR%%/users/How_to_use_LDA+U.txt -%%PORTDOCS%%%%DOCSDIR%%/users/abinis_help.html -%%PORTDOCS%%%%DOCSDIR%%/users/acknowledgments.html -%%PORTDOCS%%%%DOCSDIR%%/users/aim_help.html -%%PORTDOCS%%%%DOCSDIR%%/users/aimhelp.pdf -%%PORTDOCS%%%%DOCSDIR%%/users/aimhelp.ps -%%PORTDOCS%%%%DOCSDIR%%/users/aimhelp.tex -%%PORTDOCS%%%%DOCSDIR%%/users/anaddb_help.html -%%PORTDOCS%%%%DOCSDIR%%/users/band2eps_help -%%PORTDOCS%%%%DOCSDIR%%/users/bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/users/conducti_manual.pdf -%%PORTDOCS%%%%DOCSDIR%%/users/conducti_manual.tex -%%PORTDOCS%%%%DOCSDIR%%/users/conductivity_paw_manu.pdf -%%PORTDOCS%%%%DOCSDIR%%/users/conductivity_paw_manu.tex -%%PORTDOCS%%%%DOCSDIR%%/users/context.txt -%%PORTDOCS%%%%DOCSDIR%%/users/cut3d_help.html -%%PORTDOCS%%%%DOCSDIR%%/users/ddbs_upgrade.txt -%%PORTDOCS%%%%DOCSDIR%%/users/elphon_manual.pdf -%%PORTDOCS%%%%DOCSDIR%%/users/elphon_manual.tex -%%PORTDOCS%%%%DOCSDIR%%/users/formabinit.css -%%PORTDOCS%%%%DOCSDIR%%/users/gwmanual.txt -%%PORTDOCS%%%%DOCSDIR%%/users/linear_optics_paw.pdf -%%PORTDOCS%%%%DOCSDIR%%/users/linear_optics_paw.tex -%%PORTDOCS%%%%DOCSDIR%%/users/mrgddb_help.html -%%PORTDOCS%%%%DOCSDIR%%/users/netiquette.html -%%PORTDOCS%%%%DOCSDIR%%/users/new_user_guide.html -%%PORTDOCS%%%%DOCSDIR%%/users/newsp_help.txt -%%PORTDOCS%%%%DOCSDIR%%/users/optic_help.html -%%PORTDOCS%%%%DOCSDIR%%/users/other_codes.txt -%%PORTDOCS%%%%DOCSDIR%%/users/paral_use.txt -%%PORTDOCS%%%%DOCSDIR%%/users/piezoelectric.txt -%%PORTDOCS%%%%DOCSDIR%%/users/positronmanual.txt -%%PORTDOCS%%%%DOCSDIR%%/users/problem_report.txt -%%PORTDOCS%%%%DOCSDIR%%/users/respfn_help.html -%%PORTDOCS%%%%DOCSDIR%%/users/respfn_help.keep -%%PORTDOCS%%%%DOCSDIR%%/users/spacegrouphelpfile.html -%%PORTDOCS%%%%DOCSDIR%%/users/spgrcopyright.html -%%PORTDOCS%%%%DOCSDIR%%/users/spgrdefinition.html -%%PORTDOCS%%%%DOCSDIR%%/users/spgrdescription.html -%%PORTDOCS%%%%DOCSDIR%%/users/spgrhead.html -%%PORTDOCS%%%%DOCSDIR%%/users/tuning.txt -%%PORTDOCS%%%%DOCSDIR%%/users/users-docs.mk -%%PORTDOCS%%%%DOCSDIR%%/versioning/abinit-website.txt -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-intro-p1.txt -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-intro-p2.txt -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-intro-p3.txt -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-logo.eps -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-logo.png -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-logo.xcf -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-quickref.pdf -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-quickref.tex -%%PORTDOCS%%%%DOCSDIR%%/versioning/leaflet.cls -%%PORTDOCS%%%%DOCSDIR%%/versioning/vcs-comparison.txt -%%PORTDOCS%%%%DOCSDIR%%/versioning/versioning-docs.mk -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/0.11-Na.8.density.AE -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/0.17-Cl.8.density.AE -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/01h.bare -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/01h.pspgth -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/01h_WC.fhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/02he.bare -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/03-Li.psp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/03li.pspfhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/04be.pspgth -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/05b.soft_tm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/06c.pspgth -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o-gga.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o.6.blyp.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o.6.bp.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o.6.olyp.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o.pspgth -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o_001023.pspfhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/09-F.psp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/11na.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/12mg.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/12mg.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.981214.fhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.pspgth -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.psppos -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13alpos.psppos -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14Si_pade-q4 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.Doug_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.Hamann_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.phoney_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.psp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.pspgth -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si_WC.fhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/15p.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/17cl.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/19k.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/1h.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/1h.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/20ca.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/20ca.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/20ca_sic.drh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/22ti.psp_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/22ti.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/24cr.000107.fhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/26fe.num.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/26fe.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/26fe.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/28ni-gga.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/28ni.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/28ni.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/2he.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/2he_ca_30t.psp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/31Ga_LDA_abinit -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/31ga.SGS_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/31ga.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/31ga.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/32ge.SJ_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/32ge_lda.fhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33As_LDA_abinit -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33as.SGS_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33as.drh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33as.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33as.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/3li.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/41nb.pspfhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/41nb_001023.pspfhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/42mo.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/4be.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/4be.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/50sn.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/50sn.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/50sn.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/51Sb_pbe-q5 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/56ba.psp_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/57la.drh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/5b.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/64gd.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c.lda.atompaw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c.lda.test-2proj.atompaw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c.lda.test-6proj.atompaw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c_lda.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/70yb.pho -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/70yb.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/73ta.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/73ta.hghsc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/73ta.tm_so -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/78pt.18.khgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/79au.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/79au.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/7n.1s.psp_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/7n.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/7n.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/82pb.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/82pb.960808c_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/83bi.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/83bi.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/83bi_halfso.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.2.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.phoney_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.psp_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o_sic.drh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/9f.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/Al.gga.uspp.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/As_ps.abinit.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/F.noRSO.rc1.4.pawps -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/10ne.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/11na.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/11na.9.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/12mg.10.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/12mg.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/13al.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/14si.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/15p.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/16s.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/17cl.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/18ar.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/19k.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/19k.9.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/1h.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/20ca.10.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/20ca.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/21sc.11.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/21sc.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/22ti.12.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/22ti.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/23v.13.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/23v.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/24cr.14.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/24cr.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/25mn.15.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/25mn.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/26fe.16.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/26fe.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/27co.17.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/27co.9.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/28ni.10.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/28ni.18.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/29cu.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/29cu.11.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/2he.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/30zn.12.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/30zn.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/31ga.13.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/31ga.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/32ge.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/33as.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/34se.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/35br.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/36kr.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/37rb.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/37rb.9.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/38sr.10.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/38sr.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/39y.11.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/39y.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/3li.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/3li.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/40zr.12.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/40zr.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/41nb.13.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/41nb.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/42mo.14.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/42mo.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/43tc.15.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/43tc.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/44ru.16.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/44ru.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/45rh.17.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/45rh.9.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/46pd.10.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/46pd.18.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/47ag.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/47ag.11.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/48cd.12.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/48cd.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/49in.13.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/49in.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/4be.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/4be.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/50sn.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/51sb.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/52te.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/53i.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/54xe.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/55cs.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/55cs.9.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/56ba.10.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/56ba.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/57la.11.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/58ce.12.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/59pr.13.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/5b.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/60nd.14.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/61pm.15.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/62sm.16.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/63eu.17.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/64gd.18.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/65tb.19.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/66dy.20.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/67ho.21.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/68er.22.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/69tm.23.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/6c.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/70yb.24.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/71lu.25.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/72hf.12.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/73ta.13.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/73ta.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/74w.14.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/74w.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/75re.15.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/75re.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/76os.16.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/76os.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/77ir.17.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/77ir.9.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/78pt.10.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/78pt.18.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/79au.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/79au.11.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/7n.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/80hg.12.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/80hg.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/81tl.13.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/81tl.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/82pb.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/83bi.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/84po.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/85at.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/86rn.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/8o.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/9f.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/Na.noRSO.9e.pawps -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/Si-LDA.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/al_h.cpi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/cu_ps.736.lda -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/dummy_atom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/mg.fc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/o.fc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/o_ps.736.lda -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/o_ps.736.pbe -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/si_ps.736.lda -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/si_ps.736.pbe -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/benchabinit.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/chkinabi.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/contextdiff.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/drive-parallel-tests.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/fldiff.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/make-cpu-report.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/make-input-solid.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-basic-dotest.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-basic-tests.com -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-basic-tests.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-basic-tests.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-charge-tests.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-netcdf-tests.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-parallel-tests.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-standard-tests.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/wrap-parallel-tests.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/wrap-standard-tests.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t05.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t10.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t20.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t22.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t05.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t20.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t22.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Input/inputA -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Input/inputB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Input/inputC -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/changeref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportA3 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportA6 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportB3 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportB6 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportC3 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportD3 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t06.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t07.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t08.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t10.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t06.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t07.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t08.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t05.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t05.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t05.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t06.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t07.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t08.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t14.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t16.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t17.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t19.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t20.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t23.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t24.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t25.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t26.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t27.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t28.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t29.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t30.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t05.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t06.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t07.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t08.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t14.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t16.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t17.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t19.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t20.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t23.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t25.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t26.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t27.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t28.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t28o_TIM2_GEO -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t29.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t29o_TIM8_GEO -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t30.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/netcdf/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/si_kpt_band_fft.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/si_kpt_band_fft.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t9.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tA.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tB.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tC.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tD.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tE.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tF.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tG.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tH.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tI.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tJ.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tK.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tL.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tM.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tN.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tO.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tP.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tQ.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tR.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tS.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tT.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tU.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tV.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tW.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tX.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tY.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t_bandfft.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t_bandfft.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t_kpt+spin.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t_kpt+spin.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t90.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t91.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t92.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t93.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t94.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t95.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t96.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t97.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t98.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t99.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tD0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tD1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tD2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tD4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tI0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tI1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tI2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tI4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tO0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tO1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tO2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tO4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tP0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tP4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tQ4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tR0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tR4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tS4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tT0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tT4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tU0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tU1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tU2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tU4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tW0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tW4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tX0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tX4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tY0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tY4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Input/ab.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Refs/t12.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tests.env -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_1.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_2.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_3.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_4.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_5.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_6.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_1.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_4.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_3.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_7.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_5.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_1.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_2.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_3.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_4.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_1.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_2.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_4.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_5.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_6.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_6.in_freq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_7.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_7.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_6.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_2.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_6.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_7.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_4.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_6.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0001-linopt.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiAbs.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiTotIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiTotRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiAbs.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiTotIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiTotRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0003-linopt.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_4_0001_0001-linopt.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_6.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_3.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_6.out.eps -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_7.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART0-STRUC/alas_str.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART0-STRUC/alas_str.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/README-PART1 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_fdiff.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_fdiff.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_nonlin_ng6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_nonlin_ng6.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_strain_ng6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_strain_ng6.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_nl_DS1_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_nl_DS4_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_nl_DS5_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_str_DS1_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_str_DS4_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/anaddb.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/anaddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/fausthenry.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/fausthenry.sci -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/mrgddb.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/raman_fdiff.sci -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/README-PART2 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_ddk.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_ddk.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_piezo_clampedion.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_piezo_clampedion.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_piezo_relaxedion.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_piezo_relaxedion.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_zstar.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_zstar.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alaso_ddk_DS3_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/anaddb.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/anaddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_anaddb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_ddk -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_piezo_clampedion -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_piezo_relaxedion -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_zstar -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/piezo_clamped_ion.sci -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/piezo_relaxed_ion.sci -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/strain.sci -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/zstar.sci -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/README-PART3 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/alas_clampedion.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/alas_clampedion.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/alas_relaxedion.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/alas_relaxedion.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/fcart.eps -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/fcart.gnu -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/fcart.lst -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/fit.log -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol.eps -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol.gnu -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol.lst -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol_relaxedion.gnu -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol_relaxedion.lst -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma.eps -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma.gnu -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma.lst -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma_relaxedion.gnu -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma_relaxedion.lst -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/summary_NLO.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t14.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t15.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t1x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t22.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t23.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t24.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t25.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t2x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t31.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t32.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t33.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t34.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t35.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t3x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t41.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t42.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t43.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t44.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t45.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t46.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t47.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t48.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t4x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_7.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_8.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_9.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_X.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_1.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_2.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_3.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_1.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_2.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_3.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_4.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_5.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw2_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw2_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw2_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/ttddft_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/ttddft_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_1.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_2.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_3.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_4.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/w90/silane.win -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/w90/silicon.win -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/w90/silicon2.win -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/Pb_in_SiO2.out.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t14.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t15.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t22.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t23.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t25.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t31.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t32.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t33.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t34.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t35.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t41.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t42.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t43.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t44.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t45.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t46.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t47.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t48.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_6.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_7.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_8.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_9.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw2_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw2_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw2_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw2_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tldau_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tldau_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tldau_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tldau_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tparal_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tparal_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tparal_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_1.paw.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_2.paw.ecutdg24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_2.paw.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4.2proj.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4.4proj.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4.6proj.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4o_2proj_DOS_AT0001 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4o_4proj_DOS_AT0001 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4o_6proj_DOS_AT0001 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4o_DOS -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.bloechl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.polynom2 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rc18 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rc20 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rc22 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rrkj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rso -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.vanderbilt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_2.out.semicore -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.bloechl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.polynom2 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.rrkj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.rso -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.semicore -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.vanderbilt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_ti_ps.abinit.paw.rc18 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_ti_ps.abinit.paw.rc20 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_ti_ps.abinit.paw.rc22 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tspin_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tspin_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tspin_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tspin_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/ttddft_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t05.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t07.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t08.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t10.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t14.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t15.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t16.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t17.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t18.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t19.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t20.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t22.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t23.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t24.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t28.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t29.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t30.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t31.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t32.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t33.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t34.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t35.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t36.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t37.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t38.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t39.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t40.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t41.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t42.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t43.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t44.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t45.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t46.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t47.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t48.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t49.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t50.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t51.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t52.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t53.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t54.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t55.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t56.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t57.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t58.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t59.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t60.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t61.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t62.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t63.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t64.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t65.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t66.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t67.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t68.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t69.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t70.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t71.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t72.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t73.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t74.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t75.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t76.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t77.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t78.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t79.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t80.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t81.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t82.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t83.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t84.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t85.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t86.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t87.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t88.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t89.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t90.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t91.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t92.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t93.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t94.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t95.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t96.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t97.exit -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t97.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t98.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t99.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t05.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t07.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t07o_DOS -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t08.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t14.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t15.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t16.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t17.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t18.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t19.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t20.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t22.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t23.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t28.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t29.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t30.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t31.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t32.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t33.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t34.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t35.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t36.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t37.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t38.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t39.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t40.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t40o_CML.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t41.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t41o_CML.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t42.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t42o_CML.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t43.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t44.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t45.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t46.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t47.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t48.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t49.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t50.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t51.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t52.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t53.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t54.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t55.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t56.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t57.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t58.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t59.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t60.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t61.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t62.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t63.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t64.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t65.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t66.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t67.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t68.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t69.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t70.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t71.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t72.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t73.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t74.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t75.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t76.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t77.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t78.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t79.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t80.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t81.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t82.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t83.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t84.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t85.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t86.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t87.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t88.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t89.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t90.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t91.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t92.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t93.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t94.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t95.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t96.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t97.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t98.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t99.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t05.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t06.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t07.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t08.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t10.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t13.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t14.ddb.0.0.25.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t14.ddb.5.0.25.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t14.ddb.gamma.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t15.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t16.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t16.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t17.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t18.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t18.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t19.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t20.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t22.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t22.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Ba.G.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Bax.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Baz.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Ef.G.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O1.G.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O1x.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O1y.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O1z.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O2.G.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O2x.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O2z.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Ti.G.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Tix.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Tiz.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t24.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t25.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t25.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t26.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t28.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t29.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t29.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t30.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t32.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t33.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t34.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t35.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t36.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t37.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t38.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t39.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t39.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t40.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t41.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t42.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t43.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t44.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t45.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t46.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t47.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t48.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t49.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t50.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t51.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t52.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t53.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t54.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t55.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t56.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t57.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t58.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t59.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t60.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t61.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t62.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t63.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t64.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t65.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t66.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t67.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t68.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t69.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t70.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t71.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t72.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t73.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t74.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t75.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t76.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t77.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t78.cut.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t78.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t78.xyz.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t79.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t80.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t81.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t82.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t83.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t84.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t85.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t86.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t87.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t88.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t90.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t91.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t92.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t93.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t94.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t95.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t96.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t97.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t98.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t99.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t05.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t06.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t07.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t08.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t14.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t15.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t16.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t17.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t18.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t19.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t20.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t22.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t23.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t25.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t26.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t27.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t28.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t29.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t30.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t31.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t32.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t33.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t34.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t35.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t36.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t37.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t38.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t39.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t40.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t41.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t42.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t43.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t44.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t45.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t46.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t47.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t48.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t49.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t50.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t51.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t52.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t53.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t54.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t55.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t56.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t57.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t58.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t59.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t60.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t61.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t62.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t63.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t64.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t65.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t66.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t67.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t68.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t69.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t70.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t71.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t72.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t73.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t74.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t75.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t76.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t77.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t77.outden -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t78.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t79.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t80.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t81.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t82.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t83.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t84.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t85.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t86.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t87.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t88.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t90.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t91.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t92.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t93.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t94.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t95.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t96.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t97.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t98.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t99.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t02a.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t05.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t06.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t07.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t08.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t10.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t14.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t15.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t16.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t17.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t18.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t19.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t20.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t23.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t24.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t25.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t26.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t27.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t28.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t29.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t30.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t31.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t32.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t33.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t34.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t35.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t36.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t37.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t38.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t39.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t40.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t41.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t42.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t43.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t45.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t46.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t47.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t48.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t49.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t50.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t51.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t52.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t53.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t54.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t55.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t56.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t57.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t58.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t59.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t60.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t61.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t62.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t63.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t64.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t65.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t66.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t67.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t68.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t68.in_CML.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t69.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t69a.in_CML.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t69b.in_CML.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t70.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t71.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t72.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t73.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t74.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t75.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t76.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t77.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t78.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t79.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t80.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t81.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t82.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t83.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t84.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t85.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t86.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t87.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t90.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t91.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t92.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t93.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t94.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t95.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t96.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t96.moldyn.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t97.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t97.moldyn.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t98.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t99.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t05.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t06.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t07.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t08.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t14.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t15.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t16.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t17.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t18.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t19.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t20.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t23.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t25.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t26.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t27.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t28.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t29.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t30.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t31.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t32.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t33.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t34.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t35.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t36.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t37.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t38.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t39.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t40.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t41.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t42.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t43.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t45.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t46.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t46o_DS2_DOS -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t47.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t48.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t49.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t50.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t51.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t52.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t53.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t54.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t55.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t56.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t57.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t58.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t59.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t59_k2_b3_s2 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t60.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t61.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t62.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t63.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t63_k1_b1_s1 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t64.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t64_k2_b2_s1 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t65.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t66.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t67.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t68.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t69.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t70.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t71.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t72.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t73.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t74.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t75.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t76.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t77.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t78.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t79.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t80.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t81.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t82.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t83.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t84.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t85.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t86.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t87.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t88.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t89.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t90.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t91.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t92.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t93.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t94.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t95.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t96.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t97.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t98.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t99.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t05.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t06.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t07.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t08.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t10.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t14.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t15.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t16.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t20.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t22.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t23.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t24.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t25.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t26.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t27.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t28.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t29.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t30.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t31.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t32.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t33.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t34.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t35.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t36.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t37.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t38.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t39.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t40.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t41.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t42.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t43.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t44.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t45.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t46.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t47.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t48.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t48.in_aux -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t49.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t49.in_aux -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t50.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t50.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t51.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t51.in_displ -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t51.in_freq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t52.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t53.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t54.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t55.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t56.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t57.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t58.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t59.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t60.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t61.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t62.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t63.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t64.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t65.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t66.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t67.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t68.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t69.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t70.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t71.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t71.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t72.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t74.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t75.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t77.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t78.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t79.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t80.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t81.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t82.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t83.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t84.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t85.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t86.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t87.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t88.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t89.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t90.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t91.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t92.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t93.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t94.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t95.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t96.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t97.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t98.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t99.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t05.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t06.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t07.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t08.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t14.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t15.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t16.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t20.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t22.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t23.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t25.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t26.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t27.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t28.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t29.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t30.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t31.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t32.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t33.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t34.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t35.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t35o_DS2_DOS -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t35o_DS3_DOS_AT0001 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t36.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t37.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t38.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t38o_DS3_DOS_AT0002 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t39.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t40.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t41_DEN.MAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t41_DEN.PAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t42.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t43_VHXC.MAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t43_VHXC.PAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t44_VHXC.MAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t44_VHXC.PAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t45_DEN.MAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t45_DEN.PAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t46.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t47.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t48.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t49.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t50.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t51.out.eps -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t52.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t53.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t54.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t55.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t56.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0001-linopt.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiAbs.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiTotIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiTotRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiAbs.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiTotIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiTotRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0003-linopt.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0003_0003-linopt.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t58.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t59.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t60.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t61.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t62.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t63.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t64.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t65.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t66.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t67.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t67o_DS3_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t68.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t69.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t69o_DS3_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t70.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t71.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t72.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t73.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t74.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t75.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t76.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t77.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t78.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t79.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t80.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t81.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t82.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t83.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t83_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t84.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t85.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t86.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t87.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t88.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t89.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t90.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t91.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t92.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t93.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t94.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t95.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t96.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t97.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t98.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t99.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t08.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t10.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t14.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t15.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t16.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t17.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t18.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t19.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t22.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t22.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t23.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t24.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t25.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t28.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t31.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t32.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t33.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t34.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t35.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t36.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t37.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t41.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t42.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t44.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t48.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t49.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t51.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t52.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t53.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t54.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t55.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t56.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t57.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t58.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t59.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t60.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t61.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t62.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t63.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t64.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t65.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t66.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t67.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t68.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t69.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t70.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t81.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t85.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t86.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t86o.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t87.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t88.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t89.ddk -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t89.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t91.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t95.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t96.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t96o.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t97.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t98.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t08.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t14.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t15.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t16.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t17.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t18.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t19.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t22.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t23.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t25.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t28.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t31.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t32.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t33.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t34.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t35.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t36.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t37.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t41.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t42.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t44.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t48.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t49.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t51.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t52.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t53.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t54.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t55.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t56.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t57.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t58.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t59.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t60.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t61.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t62.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t63.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t64.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t65.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t66.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t67.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t68.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t69.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t70.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t81.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t85.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t86.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t87.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t88.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t89.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t91.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t95.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t96.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t97.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t98.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t01o_w90.win -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t02o_w90.win -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t03o_DS7_w90.win -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t01o_w90.wout -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t02o_w90.wout -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t03o_DS7_w90.wout -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/tests.cnf -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/wannier90/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/wannier90/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/wannier90 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v5/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v5/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v5 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v4/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v4/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v4 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v3/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v3/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v3 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v2/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v2/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v1/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v1/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v1 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Input/w90 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART0-STRUC -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/physics/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/physics/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/physics -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/paral/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/paral/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/paral -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/netcdf -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/fast/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/fast/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/fast -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_xc/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_xc/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_xc -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_io/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_io/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_io -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/cpu/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/cpu/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/cpu -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/built-in/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/built-in -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/bigdft/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/bigdft/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/bigdft -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Scripts -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Psps_for_tests/HGH -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Psps_for_tests -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/versioning -%%PORTDOCS%%@dirrm %%DOCSDIR%%/users -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_spin -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_rf2 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_paw2 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_paw1 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_parallelism -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_optic -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_nlo -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_ffield -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_analysis_tools -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_1 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial -%%PORTDOCS%%@dirrm %%DOCSDIR%%/theory -%%PORTDOCS%%@dirrm %%DOCSDIR%%/release_notes -%%PORTDOCS%%@dirrm %%DOCSDIR%%/psp_infos -%%PORTDOCS%%@dirrm %%DOCSDIR%%/presentation -%%PORTDOCS%%@dirrm %%DOCSDIR%%/misc -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manpages -%%PORTDOCS%%@dirrm %%DOCSDIR%%/maintainers -%%PORTDOCS%%@dirrm %%DOCSDIR%%/macroave -%%PORTDOCS%%@dirrm %%DOCSDIR%%/known_problems -%%PORTDOCS%%@dirrm %%DOCSDIR%%/install_notes -%%PORTDOCS%%@dirrm %%DOCSDIR%%/input_variables -%%PORTDOCS%%@dirrm %%DOCSDIR%%/help_make -%%PORTDOCS%%@dirrm %%DOCSDIR%%/gallery -%%PORTDOCS%%@dirrm %%DOCSDIR%%/features -%%PORTDOCS%%@dirrm %%DOCSDIR%%/developers/strain_nonlocal -%%PORTDOCS%%@dirrm %%DOCSDIR%%/developers -%%PORTDOCS%%@dirrm %%DOCSDIR%%/config/build-examples -%%PORTDOCS%%@dirrm %%DOCSDIR%%/config -%%PORTDOCS%%@dirrm %%DOCSDIR%%/build -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/science/dtiquery/Makefile b/science/dtiquery/Makefile deleted file mode 100644 index f31bd42d4c9a..000000000000 --- a/science/dtiquery/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# Created by: Jason W. Bacon <jwbacon@tds.net> -# $FreeBSD$ - -PORTNAME= dtiquery -PORTVERSION= 1.1 -PORTREVISION= 5 -CATEGORIES= science biology -MASTER_SITES= http://graphics.stanford.edu/projects/dti/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Stanford DTI Visualization tool - -BUILD_DEPENDS= ${LOCALBASE}/include/tnt/tnt.h:${PORTSDIR}/devel/tnt \ - ${LOCALBASE}/include/tnt/jama_cholesky.h:${PORTSDIR}/math/jama \ - ${LOCALBASE}/lib/libRAPID.a:${PORTSDIR}/math/rapid -EXTRACT_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos -LIB_DEPENDS= libwx_gtk2_core-2.8.so:${PORTSDIR}/x11-toolkits/wxgtk28 \ - libvtkCommon.so:${PORTSDIR}/math/vtk5 - -CONFLICTS= dtiquery-1.0* - -RESTRICTED= Must register to download at http://graphics.stanford.edu/projects/dti/ - -SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message - -USES= gmake - -PLIST_FILES= bin/dtiquery \ - bin/dtiprecompute_cmd \ - bin/dtiprecompute_gui - -ALL_TARGET= - -MAN1= dtiquery.1 \ - dtiprecompute_cmd.1 \ - dtiprecompute_gui.1 - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}.tar.gz) -IGNORE= you must manually fetch ${DISTNAME}.tar.gz from http://graphics.stanford.edu/projects/dti/, place it in ${DISTDIR}, and then run make again -.endif - -post-extract: - dos2unix ${WRKSRC}/*/Makefile ${WRKSRC}/Makefile* - ${REINPLACE_CMD} "s/zlib-1.2.2 RAPID201//g" ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/DTIQuery/dtiquery ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/precompute/dtiprecompute_cmd ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/precompute/dtiprecompute_gui ${PREFIX}/bin - ${INSTALL_MAN} ${FILESDIR}/dtiquery.1 ${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${FILESDIR}/dtiquery.1 ${MAN1PREFIX}/man/man1/dtiprecompute_cmd.1 - ${INSTALL_MAN} ${FILESDIR}/dtiquery.1 ${MAN1PREFIX}/man/man1/dtiprecompute_gui.1 - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/science/dtiquery/distinfo b/science/dtiquery/distinfo deleted file mode 100644 index 1e123f870e56..000000000000 --- a/science/dtiquery/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dtiquery-1.1.tar.gz) = c59f5911e633f1f364cfd03ed18c296f99963184e2c2ddea937109f45f4b456e -SIZE (dtiquery-1.1.tar.gz) = 285780 diff --git a/science/dtiquery/files/dtiquery.1 b/science/dtiquery/files/dtiquery.1 deleted file mode 100644 index 46b0516f3f0c..000000000000 --- a/science/dtiquery/files/dtiquery.1 +++ /dev/null @@ -1,35 +0,0 @@ -.TH DTIQUERY 1 -.SH NAME \" Section header -.PP - -DTIQuery - DTI Visualization Software - -.SH SYNOPSIS -.PP -.nf -.na -dtiquery -dtiprecompute_cmd [args] -dtiprecompute_gui - -.ad -.fi - -.SH "DESCRIPTION" - -DTIQuery is a software suite for analyzing DTI (Diffusion Tensor Imaging) -data obtained via MRI (Magnetic Resonence Imaging). For full documentation, -please visit - -http://graphics.stanford.edu/projects/dti/software/. - -.SH "SEE ALSO" - -afni(1), caret(1), freesurfer(1), fsl(1) - -.SH AUTHOR -.nf -.na -David Akers -Stanford University - diff --git a/science/dtiquery/files/patch-DTIQuery-Makefile b/science/dtiquery/files/patch-DTIQuery-Makefile deleted file mode 100644 index c7f205c84822..000000000000 --- a/science/dtiquery/files/patch-DTIQuery-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- DTIQuery/Makefile.orig Thu Dec 6 13:48:54 2007 -+++ DTIQuery/Makefile Thu Dec 6 13:49:24 2007 -@@ -12,8 +12,8 @@ - - VTK_LIBS = -lvtkIO \ - -lvtkRendering -lvtkGraphics -lvtkImaging \ -- -lvtkFiltering -lvtkCommon -lvtkHybrid -lvtkpng -lvtkzlib \ -- -lvtkftgl -lvtkfreetype -lvtkjpeg -lvtkDICOMParser \ -+ -lvtkFiltering -lvtkCommon -lvtkHybrid -lpng -lz \ -+ -lvtkftgl -lvtkfreetype -ljpeg -lvtkDICOMParser \ - - # for FreeBSD, need -lpng -ljpeg -lz instead of -lvtkpng -lvtkzlib -lvtkjpeg - diff --git a/science/dtiquery/files/patch-Makefile.definitions b/science/dtiquery/files/patch-Makefile.definitions deleted file mode 100644 index 0471a7a2b2ba..000000000000 --- a/science/dtiquery/files/patch-Makefile.definitions +++ /dev/null @@ -1,34 +0,0 @@ ---- Makefile.definitions.orig Wed Dec 19 10:50:50 2007 -+++ Makefile.definitions Wed Dec 19 10:51:13 2007 -@@ -1,6 +1,6 @@ --CYGWIN = 1 -+# CYGWIN = 1 - # mac = 1 --# FreeBSD = 1 -+FreeBSD = 1 - # linux = 1 - - # Uncomment the line above corresponding to your system. Then find the -@@ -46,18 +46,19 @@ - - ifdef FreeBSD - --WX_CONFIG_BIN ?= /usr/X11R6/bin/wxgtk2-2.8-config -+WX_CONFIG_BIN ?= ${LOCALBASE}/bin/wxgtk2-2.8-config - VTK_INCLUDE_PATHS ?= -I/usr/local/include/vtk-5.4/ - VTK_LIB_PATHS ?= -L/usr/local/lib/vtk-5.4/ - WX_INCLUDE_PATHS ?= `$(WX_CONFIG_BIN) --cxxflags` - WX_LIB_PATHS ?= `$(WX_CONFIG_BIN) --libs` `$(WX_CONFIG_BIN) \ - --gl-libs` --RAPID_INCLUDE_PATH ?= -I/usr/local/include -+RAPID_INCLUDE_PATH ?= -I/usr/local/include/RAPID - RAPID_LIB_PATH ?= -L/usr/local/lib - TNT_INCLUDE_PATH ?= -I/usr/local/include/tnt/ - JAMA_INCLUDE_PATH ?= -I/usr/local/include/ - ZLIB_INCLUDE_PATH ?= -I/usr/include --SYS_INCLUDE_PATHS ?= -I/usr/include -I/usr/X11R6/include -I/usr/local/include/gtk-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/atk-1.0 -+SYS_INCLUDE_PATHS ?= -I/usr/include -I${LOCALBASE}/include -I/usr/local/include/gtk-2.0 -I${LOCALBASE}/include/gtk-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I${LOCALBASE}/include/pango-1.0 -I/usr/local/include/atk-1.0 -+SYS_CXXFLAGS ?= -g - SYS_LIBS ?= -L/usr/local/lib -lXt -lGL -lpng - - else diff --git a/science/dtiquery/files/patch-precompute-Makefile b/science/dtiquery/files/patch-precompute-Makefile deleted file mode 100644 index c6ce2354c1ac..000000000000 --- a/science/dtiquery/files/patch-precompute-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- precompute/Makefile.orig Thu Dec 6 13:51:44 2007 -+++ precompute/Makefile Thu Dec 6 13:52:16 2007 -@@ -21,8 +21,8 @@ - - VTK_LIBS = -lvtkIO \ - -lvtkRendering -lvtkGraphics -lvtkImaging \ -- -lvtkFiltering -lvtkCommon -lvtkHybrid -lvtkpng -lvtkzlib \ -- -lvtkftgl -lvtkfreetype -lvtkjpeg -lvtkDICOMParser \ -+ -lvtkFiltering -lvtkCommon -lvtkHybrid -lpng -lz \ -+ -lvtkftgl -lvtkfreetype -ljpeg -lvtkDICOMParser \ - - # for FreeBSD, need -lpng -ljpeg -lz instead of -lvtkpng -lvtkzlib -lvtkjpeg - diff --git a/science/dtiquery/files/pkg-message.in b/science/dtiquery/files/pkg-message.in deleted file mode 100644 index eb6f29e44f07..000000000000 --- a/science/dtiquery/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -============================================================================= -DTI Query users will need %%PREFIX%%/bin in their PATH. - -For questions or comments regarding this port, please contact the -port maintainer. - -For dtiquery usage, please visit the WEB site at - -http://graphics.stanford.edu/projects/dti/ -============================================================================= diff --git a/science/dtiquery/pkg-descr b/science/dtiquery/pkg-descr deleted file mode 100644 index 0791de735e9c..000000000000 --- a/science/dtiquery/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -DTI visualization software from Stanford. - -WWW: http://graphics.stanford.edu/projects/dti/ diff --git a/science/elmer-hutiter/Makefile b/science/elmer-hutiter/Makefile deleted file mode 100644 index 8ed5c18fa629..000000000000 --- a/science/elmer-hutiter/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Created by: Pedro Giffuni <giffunip@asme.org> -# $FreeBSD$ - -PORTNAME= hutiter -PORTVERSION= 5.4.0 -PORTREVISION= 6 -CATEGORIES= science -MASTER_SITES= http://www.nic.funet.fi/index/files/index/elmer/src/old/ \ - http://www.bezopasnik.org/unix/ports/distfiles/ -PKGNAMEPREFIX= elmer- - -MAINTAINER= ports@FreeBSD.org -COMMENT= HUTIter library for use in the ELMER FEM package - -LIB_DEPENDS= libarpack.so:${PORTSDIR}/math/arpack - -USES= fortran - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) -WITH_ATLAS= yes -.endif -.if defined(WITH_ATLAS) -LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas -BLAS= -lf77blas -LAPACK= -lalapack -lcblas -.else -LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack -LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas -BLAS= -lblas -LAPACK= -llapack -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|' -e 's|%%FC%%|${FC}|' ${WRKSRC}/configure.in - -GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf -ALL_TARGET= - -PLIST_FILES= include/huti_defs.h include/huti_fdefs.h lib/libhuti.a - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC -FFLAGS+= -fPIC - -post-configure: - @${REINPLACE_CMD} -e 's+-O +-O -fPIC +g;' ${WRKSRC}/src/Makefile - -.endif - -.include <bsd.port.post.mk> diff --git a/science/elmer-hutiter/distinfo b/science/elmer-hutiter/distinfo deleted file mode 100644 index 40e4db14f8fb..000000000000 --- a/science/elmer-hutiter/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (hutiter-5.4.0.tar.gz) = b5d7b01dc4a5b6da6147e6bf31d00048548c54609e77108cac0d359a0ee2379c -SIZE (hutiter-5.4.0.tar.gz) = 172341 diff --git a/science/elmer-hutiter/pkg-descr b/science/elmer-hutiter/pkg-descr deleted file mode 100644 index bc46c7011c51..000000000000 --- a/science/elmer-hutiter/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -HUTIter library for use in the Elmer FEM package. - -Elmer is an open-source computational tool for multi-physics problems. - -Elmer includes physical models of fluid dynamics, structural mechanics, -electromagnetics and heat transfer. These are described by partial -differential equations which Elmer solves by the Finite Element Method (FEM). - -WWW: http://www.csc.fi/elmer/ diff --git a/science/elmerpost/Makefile b/science/elmerpost/Makefile deleted file mode 100644 index cde5d8aa4112..000000000000 --- a/science/elmerpost/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Pedro Giffuni <giffunip@asme.org> -# $FreeBSD$ - -PORTNAME= elmerpost -PORTVERSION= 5.4.0 -PORTREVISION= 7 -CATEGORIES= science -MASTER_SITES= http://garr.dl.sourceforge.net/sourceforge/elmerfem/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Visualization of Numerical Results in the ELMER FEM package - -BUILD_DEPENDS= ${LOCALBASE}/lib/libmatc.a:${PORTSDIR}/science/elmer-matc \ - wish8.4:${PORTSDIR}/x11-toolkits/tk84 -RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 - -# Elmer avoids the new C++ headers because they cause problems -# on older systems (Irix) -CXXFLAGS+= -Wno-deprecated - -USE_GL= yes -USE_XORG= x11 xt xi -GNU_CONFIGURE= yes -USES= gmake fortran - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -CFLAGS+= -fPIC -.endif - -.include <bsd.port.post.mk> diff --git a/science/elmerpost/distinfo b/science/elmerpost/distinfo deleted file mode 100644 index 50cffbc869ca..000000000000 --- a/science/elmerpost/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (elmerpost-5.4.0.tar.gz) = 196e8d9fb5ff9e9e30785b5c762eb45f41a664c3592595b23a0c1832ed4a9445 -SIZE (elmerpost-5.4.0.tar.gz) = 1424120 diff --git a/science/elmerpost/files/patch-src-Makefile.am b/science/elmerpost/files/patch-src-Makefile.am deleted file mode 100644 index b6cab4444840..000000000000 --- a/science/elmerpost/files/patch-src-Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ ---- src/Makefile.am.orig 2009-07-05 17:46:44.000000000 -0300 -+++ src/Makefile.am 2009-07-05 17:47:17.000000000 -0300 -@@ -1,4 +1,4 @@ --SUBDIRS=tk glaux camera graphics modules sico2elmer objects visuals tcl elements -+SUBDIRS=tk glaux camera graphics modules objects visuals tcl elements - - if NOTWINDOWS - diff --git a/science/elmerpost/files/patch-src-Makefile.in b/science/elmerpost/files/patch-src-Makefile.in deleted file mode 100644 index 36dda6f71331..000000000000 --- a/science/elmerpost/files/patch-src-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2009-07-05 17:46:35.000000000 -0300 -+++ src/Makefile.in 2009-07-05 17:47:03.000000000 -0300 -@@ -235,7 +235,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --SUBDIRS = tk glaux camera graphics modules sico2elmer objects visuals tcl elements -+SUBDIRS = tk glaux camera graphics modules objects visuals tcl elements - @NOTWINDOWS_FALSE@ElmerPost_SOURCES = \ - @NOTWINDOWS_FALSE@ ElmerPost.c \ - @NOTWINDOWS_FALSE@ elmerpost.h \ diff --git a/science/elmerpost/pkg-descr b/science/elmerpost/pkg-descr deleted file mode 100644 index 6ca1de8e9715..000000000000 --- a/science/elmerpost/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -ElmerPost - the Visualization of Numerical Results. - -The function of ElmerPost is to visualize the numerical results produced -by ElmerSolver and other finite element programs. ElmerPost operates with -the data specific to the unknown variables (temperature, velocity, -pressure, displacement etc.) defined in the mathematical model. ElmerPost -plots e.g. contours and vector fields, and can manipulate computed data -into another form using the built-in MATC-language (for instance heat -fluxes from temperature distributions). - -WWW: http://www.csc.fi/elmer/elmerpost/ diff --git a/science/elmerpost/pkg-plist b/science/elmerpost/pkg-plist deleted file mode 100644 index b3e52960f3c1..000000000000 --- a/science/elmerpost/pkg-plist +++ /dev/null @@ -1,285 +0,0 @@ -bin/ElmerPost -bin/QueryGLXExt -%%DATADIR%%/help/dspl.html -%%DATADIR%%/help/edit.html -%%DATADIR%%/help/figs/a.log -%%DATADIR%%/help/figs/background.gif -%%DATADIR%%/help/figs/benzene_cut.gif -%%DATADIR%%/help/figs/benzene_iso.gif -%%DATADIR%%/help/figs/camera.gif -%%DATADIR%%/help/figs/clip.gif -%%DATADIR%%/help/figs/colormap.gif -%%DATADIR%%/help/figs/cols.gif -%%DATADIR%%/help/figs/cont.gif -%%DATADIR%%/help/figs/crystal_flow.gif -%%DATADIR%%/help/figs/crystal_stream.gif -%%DATADIR%%/help/figs/crystal_temp.gif -%%DATADIR%%/help/figs/diff.gif -%%DATADIR%%/help/figs/elmer.gif -%%DATADIR%%/help/figs/elmer_back.gif -%%DATADIR%%/help/figs/elmer_general.gif -%%DATADIR%%/help/figs/elmer_home.gif -%%DATADIR%%/help/figs/elmer_who.gif -%%DATADIR%%/help/figs/groups.gif -%%DATADIR%%/help/figs/iso.gif -%%DATADIR%%/help/figs/k1.gif -%%DATADIR%%/help/figs/kide3d_cvec.gif -%%DATADIR%%/help/figs/kide3d_part.gif -%%DATADIR%%/help/figs/matc.gif -%%DATADIR%%/help/figs/material.gif -%%DATADIR%%/help/figs/mesh.gif -%%DATADIR%%/help/figs/newshome.gif -%%DATADIR%%/help/figs/particle.gif -%%DATADIR%%/help/figs/putki3d.gif -%%DATADIR%%/help/figs/putki3d_particles.gif -%%DATADIR%%/help/figs/rb_temp.gif -%%DATADIR%%/help/figs/rb_vect.gif -%%DATADIR%%/help/figs/saab.gif -%%DATADIR%%/help/figs/saab1.gif -%%DATADIR%%/help/figs/saab2.gif -%%DATADIR%%/help/figs/saab3.gif -%%DATADIR%%/help/figs/saab4.gif -%%DATADIR%%/help/figs/sic_geometry.jpg -%%DATADIR%%/help/figs/sic_grid.jpg -%%DATADIR%%/help/figs/sic_heating.jpg -%%DATADIR%%/help/figs/sic_temperature.jpg -%%DATADIR%%/help/figs/smelt_cut.gif -%%DATADIR%%/help/figs/smelt_part.gif -%%DATADIR%%/help/figs/spec1.gif -%%DATADIR%%/help/figs/spec2.gif -%%DATADIR%%/help/figs/sphere.gif -%%DATADIR%%/help/figs/sub10h.jpg -%%DATADIR%%/help/figs/sub10t.jpg -%%DATADIR%%/help/figs/sub11h.jpg -%%DATADIR%%/help/figs/sub11t.jpg -%%DATADIR%%/help/figs/sub12a.gif -%%DATADIR%%/help/figs/sub12a.jpg -%%DATADIR%%/help/figs/sub12f.gif -%%DATADIR%%/help/figs/sub12f.jpg -%%DATADIR%%/help/figs/sub12h.gif -%%DATADIR%%/help/figs/sub12h.jpg -%%DATADIR%%/help/figs/sub12t.gif -%%DATADIR%%/help/figs/sub12t.jpg -%%DATADIR%%/help/figs/sub12v.gif -%%DATADIR%%/help/figs/sub12v.jpg -%%DATADIR%%/help/figs/sub13h.jpg -%%DATADIR%%/help/figs/sub13t.jpg -%%DATADIR%%/help/figs/sub14h.jpg -%%DATADIR%%/help/figs/sub14t.jpg -%%DATADIR%%/help/figs/sub1h.jpg -%%DATADIR%%/help/figs/sub1t.jpg -%%DATADIR%%/help/figs/sub2t.jpg -%%DATADIR%%/help/figs/sub3t.jpg -%%DATADIR%%/help/figs/sub4t.jpg -%%DATADIR%%/help/figs/sub5t.jpg -%%DATADIR%%/help/figs/sub6h.jpg -%%DATADIR%%/help/figs/sub7h.jpg -%%DATADIR%%/help/figs/sub8h.jpg -%%DATADIR%%/help/figs/sub9h.jpg -%%DATADIR%%/help/figs/sub9t.jpg -%%DATADIR%%/help/figs/tausta.gif -%%DATADIR%%/help/figs/timestep.gif -%%DATADIR%%/help/figs/up.gif -%%DATADIR%%/help/figs/up32.gif -%%DATADIR%%/help/figs/vector.gif -%%DATADIR%%/help/figs/ylos.gif -%%DATADIR%%/help/file.html -%%DATADIR%%/help/gallery.html -%%DATADIR%%/help/help.tcl -%%DATADIR%%/help/html_library-0.3/html_library.tcl -%%DATADIR%%/help/html_library-0.3/license.terms -%%DATADIR%%/help/http.tcl -%%DATADIR%%/help/index.html -%%DATADIR%%/help/main.html -%%DATADIR%%/help/matc.html -%%DATADIR%%/help/matc/img1.gif -%%DATADIR%%/help/matc/img10.gif -%%DATADIR%%/help/matc/img11.gif -%%DATADIR%%/help/matc/img12.gif -%%DATADIR%%/help/matc/img13.gif -%%DATADIR%%/help/matc/img14.gif -%%DATADIR%%/help/matc/img15.gif -%%DATADIR%%/help/matc/img16.gif -%%DATADIR%%/help/matc/img17.gif -%%DATADIR%%/help/matc/img2.gif -%%DATADIR%%/help/matc/img3.gif -%%DATADIR%%/help/matc/img4.gif -%%DATADIR%%/help/matc/img5.gif -%%DATADIR%%/help/matc/img6.gif -%%DATADIR%%/help/matc/img7.gif -%%DATADIR%%/help/matc/img8.gif -%%DATADIR%%/help/matc/img9.gif -%%DATADIR%%/help/matc/kirja.html -%%DATADIR%%/help/matc/lh-figs/blueball.gif -%%DATADIR%%/help/matc/lh-figs/change_begin.gif -%%DATADIR%%/help/matc/lh-figs/change_delete.gif -%%DATADIR%%/help/matc/lh-figs/change_end.gif -%%DATADIR%%/help/matc/lh-figs/contents_motif.gif -%%DATADIR%%/help/matc/lh-figs/cross_ref_motif.gif -%%DATADIR%%/help/matc/lh-figs/foot_motif.gif -%%DATADIR%%/help/matc/lh-figs/greenball.gif -%%DATADIR%%/help/matc/lh-figs/image.gif -%%DATADIR%%/help/matc/lh-figs/index_motif.gif -%%DATADIR%%/help/matc/lh-figs/left.gif -%%DATADIR%%/help/matc/lh-figs/logo.gif -%%DATADIR%%/help/matc/lh-figs/next_group_motif.gif -%%DATADIR%%/help/matc/lh-figs/next_group_motif_gr.gif -%%DATADIR%%/help/matc/lh-figs/next_motif.gif -%%DATADIR%%/help/matc/lh-figs/next_motif_gr.gif -%%DATADIR%%/help/matc/lh-figs/orangeball.gif -%%DATADIR%%/help/matc/lh-figs/pinkball.gif -%%DATADIR%%/help/matc/lh-figs/previous_group_motif.gif -%%DATADIR%%/help/matc/lh-figs/previous_group_motif_gr.gif -%%DATADIR%%/help/matc/lh-figs/previous_motif.gif -%%DATADIR%%/help/matc/lh-figs/previous_motif_gr.gif -%%DATADIR%%/help/matc/lh-figs/purpleball.gif -%%DATADIR%%/help/matc/lh-figs/redball.gif -%%DATADIR%%/help/matc/lh-figs/right.gif -%%DATADIR%%/help/matc/lh-figs/up_motif.gif -%%DATADIR%%/help/matc/lh-figs/up_motif_gr.gif -%%DATADIR%%/help/matc/lh-figs/whiteball.gif -%%DATADIR%%/help/matc/lh-figs/yellowball.gif -%%DATADIR%%/help/matc/node1.html -%%DATADIR%%/help/matc/node10.html -%%DATADIR%%/help/matc/node11.html -%%DATADIR%%/help/matc/node12.html -%%DATADIR%%/help/matc/node13.html -%%DATADIR%%/help/matc/node14.html -%%DATADIR%%/help/matc/node15.html -%%DATADIR%%/help/matc/node16.html -%%DATADIR%%/help/matc/node17.html -%%DATADIR%%/help/matc/node18.html -%%DATADIR%%/help/matc/node19.html -%%DATADIR%%/help/matc/node2.html -%%DATADIR%%/help/matc/node20.html -%%DATADIR%%/help/matc/node21.html -%%DATADIR%%/help/matc/node22.html -%%DATADIR%%/help/matc/node23.html -%%DATADIR%%/help/matc/node24.html -%%DATADIR%%/help/matc/node25.html -%%DATADIR%%/help/matc/node26.html -%%DATADIR%%/help/matc/node27.html -%%DATADIR%%/help/matc/node28.html -%%DATADIR%%/help/matc/node29.html -%%DATADIR%%/help/matc/node3.html -%%DATADIR%%/help/matc/node30.html -%%DATADIR%%/help/matc/node31.html -%%DATADIR%%/help/matc/node32.html -%%DATADIR%%/help/matc/node33.html -%%DATADIR%%/help/matc/node34.html -%%DATADIR%%/help/matc/node35.html -%%DATADIR%%/help/matc/node36.html -%%DATADIR%%/help/matc/node37.html -%%DATADIR%%/help/matc/node38.html -%%DATADIR%%/help/matc/node39.html -%%DATADIR%%/help/matc/node4.html -%%DATADIR%%/help/matc/node40.html -%%DATADIR%%/help/matc/node41.html -%%DATADIR%%/help/matc/node42.html -%%DATADIR%%/help/matc/node43.html -%%DATADIR%%/help/matc/node44.html -%%DATADIR%%/help/matc/node45.html -%%DATADIR%%/help/matc/node46.html -%%DATADIR%%/help/matc/node47.html -%%DATADIR%%/help/matc/node48.html -%%DATADIR%%/help/matc/node49.html -%%DATADIR%%/help/matc/node5.html -%%DATADIR%%/help/matc/node50.html -%%DATADIR%%/help/matc/node51.html -%%DATADIR%%/help/matc/node6.html -%%DATADIR%%/help/matc/node7.html -%%DATADIR%%/help/matc/node8.html -%%DATADIR%%/help/matc/node9.html -%%DATADIR%%/help/mouse.html -%%DATADIR%%/lib/cameras/default -%%DATADIR%%/lib/cameras/four_view.cam -%%DATADIR%%/lib/cameras/koe.cam -%%DATADIR%%/lib/cameras/single_ortho.cam -%%DATADIR%%/lib/cameras/single_view.cam -%%DATADIR%%/lib/cameras/three_view.cam -%%DATADIR%%/lib/colormaps/Spectral_16.cm -%%DATADIR%%/lib/colormaps/Spectral_256.cm -%%DATADIR%%/lib/colormaps/Spectral_32.cm -%%DATADIR%%/lib/colormaps/Spectral_512.cm -%%DATADIR%%/lib/colormaps/black.cm -%%DATADIR%%/lib/colormaps/default.cm -%%DATADIR%%/lib/colormaps/gray_16.cm -%%DATADIR%%/lib/colormaps/gray_256.cm -%%DATADIR%%/lib/colormaps/gray_32.cm -%%DATADIR%%/lib/colormaps/gray_4.cm -%%DATADIR%%/lib/colormaps/gray_512.cm -%%DATADIR%%/lib/colormaps/gray_8.cm -%%DATADIR%%/lib/colormaps/white.cm -%%DATADIR%%/lib/images/FILEOPEN.BMP -%%DATADIR%%/lib/images/FILESAVE.BMP -%%DATADIR%%/lib/images/WS_FTP.LOG -%%DATADIR%%/lib/images/arrows.gif -%%DATADIR%%/lib/images/cmesh.bmp -%%DATADIR%%/lib/images/cmesh.gif -%%DATADIR%%/lib/images/colscale.gif -%%DATADIR%%/lib/images/cont.gif -%%DATADIR%%/lib/images/down.gif -%%DATADIR%%/lib/images/file.gif -%%DATADIR%%/lib/images/fileopen.gif -%%DATADIR%%/lib/images/isocont.gif -%%DATADIR%%/lib/images/left.gif -%%DATADIR%%/lib/images/lwait.cur -%%DATADIR%%/lib/images/part.gif -%%DATADIR%%/lib/images/play.gif -%%DATADIR%%/lib/images/play.rgb -%%DATADIR%%/lib/images/right.gif -%%DATADIR%%/lib/images/rmx.gif -%%DATADIR%%/lib/images/rmx_save.gif -%%DATADIR%%/lib/images/rmy.gif -%%DATADIR%%/lib/images/rpx.gif -%%DATADIR%%/lib/images/rpy.gif -%%DATADIR%%/lib/images/scaledown.gif -%%DATADIR%%/lib/images/scaleup.gif -%%DATADIR%%/lib/images/up.gif -%%DATADIR%%/lib/images/vect.gif -%%DATADIR%%/lib/mc.ini -%%DATADIR%%/lib/rgb.txt -%%DATADIR%%/modules/screensave.so -%%DATADIR%%/tcl/COPYRIGHT.tcl -%%DATADIR%%/tcl/LoadSicopolis.tcl -%%DATADIR%%/tcl/Makefile -%%DATADIR%%/tcl/Makefile.am -%%DATADIR%%/tcl/Makefile.in -%%DATADIR%%/tcl/args.tcl -%%DATADIR%%/tcl/camera.tcl -%%DATADIR%%/tcl/clip.tcl -%%DATADIR%%/tcl/colormap.tcl -%%DATADIR%%/tcl/colorscale.tcl -%%DATADIR%%/tcl/contours.tcl -%%DATADIR%%/tcl/dialog.tcl -%%DATADIR%%/tcl/file.tcl -%%DATADIR%%/tcl/group.tcl -%%DATADIR%%/tcl/init.tcl -%%DATADIR%%/tcl/init_interrupt.tcl -%%DATADIR%%/tcl/isosurface.tcl -%%DATADIR%%/tcl/loadsingle -%%DATADIR%%/tcl/material.tcl -%%DATADIR%%/tcl/math.tcl -%%DATADIR%%/tcl/menu.tcl -%%DATADIR%%/tcl/mesh.tcl -%%DATADIR%%/tcl/message.tcl -%%DATADIR%%/tcl/misc.tcl -%%DATADIR%%/tcl/particle.tcl -%%DATADIR%%/tcl/readfile.tcl -%%DATADIR%%/tcl/saveimage.tcl -%%DATADIR%%/tcl/sphere.tcl -%%DATADIR%%/tcl/text.tcl -%%DATADIR%%/tcl/timestep.tcl -%%DATADIR%%/tcl/vectors.tcl -@dirrm %%DATADIR%%/help/figs -@dirrm %%DATADIR%%/help/html_library-0.3 -@dirrm %%DATADIR%%/help/matc/lh-figs -@dirrm %%DATADIR%%/help/matc -@dirrm %%DATADIR%%/help -@dirrm %%DATADIR%%/lib/cameras -@dirrm %%DATADIR%%/lib/colormaps -@dirrm %%DATADIR%%/lib/images -@dirrm %%DATADIR%%/lib -@dirrm %%DATADIR%%/modules -@dirrm %%DATADIR%%/tcl -@dirrm %%DATADIR%% diff --git a/science/g3data/Makefile b/science/g3data/Makefile deleted file mode 100644 index 82acf4076b87..000000000000 --- a/science/g3data/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: trasz <trasz@pin.if.uz.zgora.pl> -# $FreeBSD$ - -PORTNAME= g3data -PORTVERSION= 1.5.3 -PORTREVISION= 5 -CATEGORIES= science -MASTER_SITES= http://www.frantz.fi/software/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Utility for extracting data from graphs - -BUILD_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade \ - ${LOCALBASE}/share/sgml/docbook/utils-0.6.14/helpers/docbook2man-spec.pl:${PORTSDIR}/textproc/docbook-utils \ - ${LOCALBASE}/share/sgml/docbook/4.1:${PORTSDIR}/textproc/docbook-sgml - -USES= pkgconfig -USE_GNOME= gtk20 -ALL_TARGET= -MAN1= g3data.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/g3data %%EXAMPLESDIR%%/test1.png %%EXAMPLESDIR%%/test1.values \ - %%EXAMPLESDIR%%/test2.png %%EXAMPLESDIR%%/test2.values -PLIST_DIRS= %%EXAMPLESDIR%% - -NO_STAGE= yes -post-install: - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/test1.png ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/test1.values ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/test2.png ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/test2.values ${EXAMPLESDIR} - -.include <bsd.port.mk> diff --git a/science/g3data/distinfo b/science/g3data/distinfo deleted file mode 100644 index 0f2238eda6e5..000000000000 --- a/science/g3data/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (g3data-1.5.3.tar.gz) = afedb9e4ad8968dbf8f0ffddab149f24c41f028fe984f4d0740009e8b2de1de0 -SIZE (g3data-1.5.3.tar.gz) = 52051 diff --git a/science/g3data/files/patch-Makefile b/science/g3data/files/patch-Makefile deleted file mode 100644 index 8539039f022c..000000000000 --- a/science/g3data/files/patch-Makefile +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.orig 2008-12-14 09:20:17.000000000 +0100 -+++ Makefile 2009-01-11 15:19:56.000000000 +0100 -@@ -1,8 +1,7 @@ --CC=gcc --CFLAGS=-Wall `pkg-config --cflags gtk+-2.0` -+CFLAGS+=-Wall `pkg-config --cflags gtk+-2.0` - LIBS=`pkg-config --libs gtk+-2.0` --bindir ?= /usr/bin --mandir ?= /usr/share/man -+bindir= ${PREFIX}/bin -+mandir= ${PREFIX}/man - - .c.o: - $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -@@ -21,7 +20,8 @@ - - g3data.1.gz: g3data.sgml - rm -f *.1 -- onsgmls g3data.sgml | sgmlspl /usr/share/sgml/docbook/utils-0.6.14/helpers/docbook2man-spec.pl -+ nsgmls g3data.sgml | sgmlspl /usr/local/share/sgml/docbook/utils-0.6.14/helpers/docbook2man-spec.pl -+ mv *.1 g3data.1 - gzip g3data.1 - - clean: diff --git a/science/g3data/pkg-descr b/science/g3data/pkg-descr deleted file mode 100644 index 88ddc777c014..000000000000 --- a/science/g3data/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -g3data is used for extracting data from graphs. In publications -graphs often are included, but the actual data is missing. g3data -makes the extracting process much easier. - -WWW: http://www.frantz.fi/software/g3data.php diff --git a/science/gamess/Makefile b/science/gamess/Makefile deleted file mode 100644 index 2645cc13ee94..000000000000 --- a/science/gamess/Makefile +++ /dev/null @@ -1,164 +0,0 @@ -# Created by: NAKATA Maho <maho@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= gamess -PORTVERSION= ${SNAPDATE} -PORTREVISION= 1 -CATEGORIES= science -MASTER_SITES= #http://www.msg.ameslab.gov/GAMESS/License_Agreement.html -DISTNAME= gamess-current -DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Freely obtainable ab-initio molecular orbital calculation program - -USES= fortran gmake -WRKSRC= ${WRKDIR}/gamess -SNAPDATE= 20130501.1 - -RESTRICTED= No Redistribution - -.if !exists(${DISTDIR}/${DISTFILES}) -IGNORE=you must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please select "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable -.endif - -MANUAL_PACKAGE_BUILD=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please select "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable. - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libgoto2.so) -WITH_BLAS?= gotoblas -.elif exists(${LOCALBASE}/lib/libatlas.so) -WITH_BLAS?= atlas -.else -WITH_BLAS?= reference -.endif - -. if ${WITH_BLAS} == reference -LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas -LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack -BLAS= -lblas -LAPACK= -llapack -.elif ${WITH_BLAS} == gotoblas -LIB_DEPENDS+= libgoto2.so:${PORTSDIR}/math/gotoblas -BLAS= -lgoto2p -LAPACK= -lgoto2p -.elif ${WITH_BLAS} == atlas -LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas -BLAS= -lptf77blas -LAPACK= -lalapack -lptcblas -.endif - -.if defined(WITH_OPTIMIZED_FLAGS) -.if ${ARCH} == "amd64" -CFLAGS+= -pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time -FFLAGS+= -pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time -.elif ${ARCH} == "i386" -CFLAGS+= -pipe -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -mcpu=i686 -march=i686 -mfancy-math-387 -FFLAGS+= -pipe -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -mcpu=i686 -march=i686 -mfancy-math-387 -.endif -.endif - -#WITH_IFC= yes #currently building with ifc is broken -.if defined(WITH_IFC) -FC= ${LOCALBASE}/intel_fc_80/bin/ifort -F77= ${LOCALBASE}/intel_fc_80/bin/ifort -CC= ${LOCALBASE}/intel_cc_80/bin/icc -FFLAGS= -axP -xW -ipo -O3 -Vaxlib -CFLAGS= -axP -xW -ipo -O3 -Vaxlib -LIBSVM= -lsvml -LIBG2C= -lg2c -.else -LIBG2C= -LIBSVM= -.endif - -.if defined(WITH_IFC) -FORTRAN= ifort -.else -FORTRAN= gfortran -.endif - -pre-build: - ${CP} ${FILESDIR}/install.info ${WRKSRC} - ${CP} ${FILESDIR}/Makefile.top ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's+%%PREFIX%%+${PREFIX}+g' ${WRKSRC}/gms-files.csh -.if ${ARCH} == "amd64" - @${REINPLACE_CMD} -e 's+%%ARCH%%+freebsd64+g' ${WRKSRC}/comp - @${REINPLACE_CMD} -e 's+%%ARCH%%+freebsd64+g' ${WRKSRC}/compall - @${REINPLACE_CMD} -e 's+%%ARCH%%+freebsd64+g' ${WRKSRC}/ddi/compddi - @${REINPLACE_CMD} -e 's+%%ARCH%%+freebsd64+g' ${WRKSRC}/lked - @${REINPLACE_CMD} -e 's+%%GMS_TARGET%%+freebsd64+g' ${WRKSRC}/install.info -.elif ${ARCH} == "i386" - @${REINPLACE_CMD} -e 's+%%ARCH%%+freebsd32+g' ${WRKSRC}/comp - @${REINPLACE_CMD} -e 's+%%ARCH%%+freebsd32+g' ${WRKSRC}/compall - @${REINPLACE_CMD} -e 's+%%ARCH%%+freebsd32+g' ${WRKSRC}/ddi/compddi - @${REINPLACE_CMD} -e 's+%%ARCH%%+freebsd32+g' ${WRKSRC}/lked - @${REINPLACE_CMD} -e 's+%%GMS_TARGET%%+freebsd32+g' ${WRKSRC}/install.info -.endif - @${REINPLACE_CMD} -e 's+%%GMS_PATH%%+${WRKSRC}+g ; \ - s+%%GMS_BUILD_DIR%%+${WRKSRC}+g ; \ - s+%%GMS_FORTRAN%%+${FORTRAN}+g ; \ - s+%%FC%%+${FC}+g ; \ - s+%%GMS_GFORTRAN_VERNO%%+${GCC_DEFAULT_VERSION}+g ; \ - s+%%GMS_DDI_COMM%%+sockets+g ; \ - s+%%GMS_MATHLIB%%+none+g ; \ - s+%%GMS_MATHLIB_PATH%%+${LOCALBASE}/lib+g' ${WRKSRC}/install.info - ${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; \ - s+%%LDFLAGS%%+${LDFLAGS}+g ; \ - s+%%LOCALBASE%%+${LOCALBASE}+g ; \ - s+%%LIBSVM%%+${LIBSVM}+g ; \ - s+%%LIBG2C%%+${LIBG2C}+g ; \ - s+%%BLAS%%+${BLAS}+g ; \ - s+%%PTHREAD_LIBS%%+${PTHREAD_LIBS}+g' \ - ${WRKSRC}/lked - ${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; \ - s+%%FFLAGS%%+${FFLAGS}+g' \ - ${WRKSRC}/comp - ${REINPLACE_CMD} -e 's+%%CC%%+${CC}+g' \ - ${WRKSRC}/compall - ${REINPLACE_CMD} -e 's+%%PREFIX%%+${PREFIX}+g' \ - ${WRKSRC}/rungms - ${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; \ - s+%%GMS_FORTRAN%%+${FORTRAN}+g ; \ - s+%%PTHREAD_CFLAGS%%+${PTHREAD_CFLAGS}+g ; \ - s+%%PTHREAD_LIBS%%+${PTHREAD_LIBS}+g ; \ - s+%%UNDERSCORES%%+${UNDERSCORES}+g ; \ - s+%%CC%%+${CC}+g' \ - ${WRKSRC}/ddi/compddi - - ${CP} ${FILESDIR}/Makefile.tools ${WRKSRC}/tools/Makefile - ${REINPLACE_CMD} -e 's+%%FC%%+${FC}+g ; \ - s+%%FFLAGS%%+${FFLAGS}+g' \ - ${WRKSRC}/tools/Makefile - -do-build: - (cd ${WRKSRC}; ${MAKE_CMD}) - -do-install: - ${MKDIR} ${PREFIX}/bin/gms - ${MKDIR} ${PREFIX}/share/gamess - ${MKDIR} ${PREFIX}/share/gamess/mcpdata - ${MKDIR} ${PREFIX}/share/doc/gamess - ${MKDIR} ${PREFIX}/share/examples/gamess - ${INSTALL_SCRIPT} ${WRKDIR}/gamess/rungms ${PREFIX}/bin/gamess - ${CHMOD} 555 ${PREFIX}/bin/gamess - ${INSTALL_SCRIPT} ${WRKDIR}/gamess/gms-files.csh ${PREFIX}/bin/gms - ${INSTALL_PROGRAM} ${WRKDIR}/gamess/gamess.00.x ${PREFIX}/bin/gms - ${INSTALL_PROGRAM} ${WRKDIR}/gamess/ddi/ddikick.x ${PREFIX}/bin/gms - ${INSTALL_DATA} ${WRKDIR}/gamess/*.DOC ${PREFIX}/share/doc/gamess/ - ${INSTALL_DATA} ${WRKDIR}/gamess/tests/standard/*.inp ${PREFIX}/share/examples/gamess/ - ${MKDIR} ${PREFIX}/share/gamess/auxdata - ${MKDIR} ${PREFIX}/share/gamess/auxdata/BASES - ${MKDIR} ${PREFIX}/share/gamess/auxdata/EFP - ${MKDIR} ${PREFIX}/share/gamess/auxdata/MCP - ${MKDIR} ${PREFIX}/share/gamess/auxdata/QUANPOL - ${INSTALL_DATA} ${WRKDIR}/gamess/auxdata/ericfmt.dat ${PREFIX}/share/gamess/auxdata/ - ${INSTALL_DATA} ${WRKDIR}/gamess/auxdata/BASES/* ${PREFIX}/share/gamess/auxdata/BASES - ${INSTALL_DATA} ${WRKDIR}/gamess/auxdata/EFP/* ${PREFIX}/share/gamess/auxdata/EFP - ${INSTALL_DATA} ${WRKDIR}/gamess/auxdata/MCP/* ${PREFIX}/share/gamess/auxdata/MCP - ${INSTALL_DATA} ${WRKDIR}/gamess/auxdata/QUANPOL/* ${PREFIX}/share/gamess/auxdata/QUANPOL - ${INSTALL_DATA} ${WRKDIR}/gamess/ddi/readme.ddi ${PREFIX}/share/doc/gamess/ - -.include <bsd.port.post.mk> diff --git a/science/gamess/distinfo b/science/gamess/distinfo deleted file mode 100644 index 5e8d1f486fb8..000000000000 --- a/science/gamess/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gamess/20130501.1/gamess-current.tar.gz) = 315e6fa8f1947d8419b6f1adccf3fc7dd47b581fce107d304b7b99ef0cb15498 -SIZE (gamess/20130501.1/gamess-current.tar.gz) = 29013211 diff --git a/science/gamess/files/Makefile.tools b/science/gamess/files/Makefile.tools deleted file mode 100644 index 6943a7b77a53..000000000000 --- a/science/gamess/files/Makefile.tools +++ /dev/null @@ -1,11 +0,0 @@ -all: actvte.f actvte.x - -actvte.x: actvte.f - %%FC%% %%FFLAGS%% -o actvte.x actvte.f - -actvte.f: actvte.code - sed 's/*UNX/ /g' < actvte.code > actvte.f - -clean: - rm actvte.x actvte.f - diff --git a/science/gamess/files/Makefile.top b/science/gamess/files/Makefile.top deleted file mode 100644 index f39cbaa33782..000000000000 --- a/science/gamess/files/Makefile.top +++ /dev/null @@ -1,11 +0,0 @@ -# Makefile for gamess -all: gamess_exe - -gamess_exe: - (cd tools ; ${MAKE} ) - (cd ddi ; ./compddi ) - ./compall - csh lked - -clean: - rm -rf object/*.o *.o *.f diff --git a/science/gamess/files/install.info b/science/gamess/files/install.info deleted file mode 100644 index 4fe3c0fc6f73..000000000000 --- a/science/gamess/files/install.info +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/csh -# $FreeBSD$ -# compilation configuration for GAMESS -setenv GMS_PATH %%GMS_PATH%% -setenv GMS_BUILD_DIR %%GMS_BUILD_DIR%% -# machine type -setenv GMS_TARGET %%GMS_TARGET%% -# FORTRAN compiler setup -setenv GMS_FORTRAN %%GMS_FORTRAN%% -setenv GMS_GFORTRAN_VERNO %%GMS_GFORTRAN_VERNO%% -# mathematical library setup -setenv GMS_MATHLIB %%GMS_MATHLIB%% -setenv GMS_MATHLIB_PATH %%GMS_MATHLIB_PATH%% -# parallel message passing model setup -setenv GMS_DDI_COMM %%GMS_DDI_COMM%% diff --git a/science/gamess/files/patch-comp b/science/gamess/files/patch-comp deleted file mode 100644 index 7d76843c8846..000000000000 --- a/science/gamess/files/patch-comp +++ /dev/null @@ -1,322 +0,0 @@ ---- comp.orig 2012-12-05 05:49:41.000000000 +0900 -+++ comp 2013-02-27 15:56:56.000000000 +0900 -@@ -97,6 +97,8 @@ - if ($TARGET == ibm-bg) set OK=true - if ($TARGET == linux32) set OK=true - if ($TARGET == linux64) set OK=true -+if ($TARGET == freebsd32) set OK=true -+if ($TARGET == freebsd64) set OK=true - if ($TARGET == mac32) set OK=true - if ($TARGET == mac64) set OK=true - if ($TARGET == necsx) set OK=true -@@ -149,6 +151,8 @@ - if ($TARGET == ibm-bg) set BLAS3=true - if (($TARGET == linux32) && ($GMS_MATHLIB != none)) set BLAS3=true - if (($TARGET == linux64) && ($GMS_MATHLIB != none)) set BLAS3=true -+if (($TARGET == freebsd32) && ($GMS_MATHLIB != none)) set BLAS3=true -+if (($TARGET == freebsd64) && ($GMS_MATHLIB != none)) set BLAS3=true - if ($TARGET == mac32) set BLAS3=true - if ($TARGET == mac64) set BLAS3=true - if ($TARGET == sgi32) set BLAS3=true -@@ -579,6 +583,26 @@ - endif - endif - # -+if ($TARGET == freebsd32) then -+ setenv MACHIN '*I32' -+ if ($MODULE == ddi) setenv MACHIN '*SOC' -+ if ($MODULE == iolib) setenv MACHIN '*UNX' -+ if ($MODULE == unport) setenv MACHIN '*L32' -+endif -+# -+if ($TARGET == freebsd64) then -+ setenv MACHIN '*I64' -+ if ($MODULE == ddi) setenv MACHIN '*SOC' -+ if ($MODULE == iolib) setenv MACHIN '*UNX' -+ if ($MODULE == unport) then -+ if ($GMS_FORTRAN == ifort) then -+ setenv MACHIN '*INT' -+ else -+ setenv MACHIN '*L64' -+ endif -+ endif -+endif -+ - if ($TARGET == mac32) then - setenv MACHIN '*I32' - if ($MODULE == ddi) setenv MACHIN '*SOC' -@@ -1640,6 +1664,137 @@ - endsw - # ... end of Linux on 32 bit processors. - endif -+if ($TARGET == freebsd32) then -+# -+# there are three supported 32 bit compilers: g77, gfortran, ifort -+# g77, -+# the gnu FORTRAN being included in older Linux distributions -+# lacks support for unit numbers over 99, or REAL*16 -+# gfortran, -+# the gnu FORTRAN being included in newer Linux distributions -+# this allows unit numbers over 99, but not REAL*16 -+# Intel's commercial ifort, -+# supports unit numbers above 99 and REAL*16 (runs all of GAMESS) -+ -+ switch ($GMS_FORTRAN) -+# -+# The meaning of g77's flags are -+# -O0, -O1, -O2, -O3 are the optimization levels, -O means -O1 -+# -Wno-globals -fno-globals together suppress argument type checking. -+# -fautomatic defeats use of static storage -+# -malign-double uses 64 bit data alignment -+# g77 does not support FORTRAN logical units above 99, or 128 bit math. -+# -+ case g77: -+ set OPT = '-O2' -+ if ($MODULE == ormas1) set OPT='-O2 -fno-move-all-movables' # RH9, g77 3.3 -+ if ($MODULE == zheev) set OPT='-O0' # defensive compiling -+ if (($MODULE == qeigen) || ($MODULE == int2c)) then -+ mv -f $MODULE_F $MODULE.junk -+ sed -e "s/Q-/D-/g" \ -+ -e "s/Q+00/D+00/g" \ -+ -e "s/REAL\*16/DOUBLE PRECISION/" $MODULE.junk > $MODULE_F -+ rm -f $MODULE.junk -+ endif -+ if (($MODULE == iolib) || ($MODULE == inputa) || \ -+ ($MODULE == gamess) || ($MODULE == mp2ims)) then -+ mv -f $MODULE_F $MODULE.junk -+ sed -e "s/MXUNIT=299/MXUNIT=99/g" $MODULE.junk > $MODULE_F -+ rm -f $MODULE.junk -+ endif -+ set echo -+ g77 -c $OPT -malign-double -fautomatic \ -+ -Wno-globals -fno-globals $MODULE_F -+ unset echo -+ breaksw -+# -+# gfortran was included with Fedora Core distributions starting around FC4. -+# This is a 32 bit version, i.e. not using -fdefault-integer-8! -+# Unlike g77, gfortran allows for unit numbers above 100. -+# Like g77, gfortran does not support quadruple precision. -+# -Ox optimization level is from the gcc back end, x can be 0,1,2,3 -+# -std=legacy suppresses warnings about use of f77 constructs. -+# -+ case gfortran: -+ set OPT='-O2' -+ if ($MODULE == zheev) set OPT='-O0' # defensive compiling -+ if ($MODULE == pcmcv2) set OPT='-O1' # EFP+CPCM, ala Francois, v4.1.2 -+ if ($GMS_GFORTRAN_VERNO == 4.6) then -+ if ($MODULE == cosmo) set OPT='-O0' # this issue seen in 4.6.x -+ if ($MODULE == tddgrd) set OPT='-O0' # this issue seen in 4.6.1 -+ endif -+ if ($GMS_GFORTRAN_VERNO == 4.7) then -+ if ($MODULE == cosmo) set OPT='-O0' -+ if ($MODULE == dcscf) set OPT='-O0' -+ if ($MODULE == rohfcc) set OPT='-O0' -+ if ($MODULE == tddgrd) set OPT='-O0' -+ endif -+# as of 4.6 tested in late 2011, gfortran can do q.p.! -+ switch ($GMS_GFORTRAN_VERNO) -+ case 4.0: -+ case 4.1: -+ case 4.2: -+ case 4.3: -+ case 4.4: -+ case 4.5: -+ set extraflags='' -+ if (($MODULE == qeigen) || ($MODULE == int2c)) then -+ mv -f $MODULE_F $MODULE.junk -+ sed -e "s/Q-/D-/g" \ -+ -e "s/Q+00/D+00/g" \ -+ -e "s/REAL\*16/DOUBLE PRECISION/" $MODULE.junk > $MODULE_F -+ rm -f $MODULE.junk -+ endif -+ breaksw -+ case 4.6: -+ case 4.7: -+ set extraflags='-fno-whole-file' -+ breaksw -+ default: -+ echo Unrecognized gfortran version -+ exit 4 -+ breaksw -+ endsw -+# -+ set echo -+ %%FC%% -c $OPT -std=legacy $MODULE_F -+ unset echo -+ breaksw -+# -+# 3. Intel Fortran Compiler for Linux -+# -+# Note that this is more agressive (-O3 compared to -O2) than the -+# 64 bit compile below. If an ifort version gives you problems, -+# drop the optimization back to -O2. -+# Dmitri likes to use "-O3 -xN -ssp -unroll8 -ip -pad -opt_report", -+# but that may cause certain ifort versions to fail on some files. -+# See http://staff.aist.go.jp/d.g.fedorov/compgms.html for aggressive -+# optimizations in 32 bit mode, as a function of the ifort version. -+# -+ case ifort: -+ set OPT = '-O3' -+ if ($MODULE == delocl) set OPT='-O0' # from Cheol -+ if ($MODULE == prpamm) set OPT='-O0' # for exam13 -+ if ($MODULE == zheev) set OPT='-O0' -+ set EXTRAOPT=" " -+ if ($GMS_IFORT_VERNO >= 8) set EXTRAOPT="$EXTRAOPT -assume byterecl" -+ if ($GMS_IFORT_VERNO >= 10) set EXTRAOPT="$EXTRAOPT -vec-report0" -+ if ($GMS_IFORT_VERNO < 12) set EXTRAOPT="$EXTRAOPT -w95 -cm" -+ if ($GMS_IFORT_VERNO >= 12) set EXTRAOPT="$EXTRAOPT -warn nousage -inline-level=0" -+ set echo -+ ifort -c -i4 $OPT -ftz -auto $EXTRAOPT $MODULE_F -+ unset echo -+ breaksw -+# -+ default: -+ echo "Please spell your Linux 32 bit FORTRAN compiler name correctly." -+ exit 4 -+ breaksw -+ endsw -+# ... end of FreeBSD on 32 bit processors. -+endif -+ -+ - # - # ------ Linux on 64 bit chips ------ - # This should work on any 64 bit Linux release, for any type of -@@ -1897,6 +2052,136 @@ - endsw - # ... end of Linux on 64 bit processors. - endif -+ -+if ($TARGET == freebsd64) then -+# -+# there are two supported 64 bit compilers: gfortran, ifort -+# -+ switch ($GMS_FORTRAN) -+ -+ case gfortran: -+# -finit-real=<zero|inf|-inf|nan> could be interesting debug opt -+# -fno-automatic forces static storage of all local variables -+# -fno-whole-file suppresses argument's data type checking -+ set OPT='-O2' -+ if (".$GMS_DEBUG_FLAGS" != .) set OPT="$GMS_DEBUG_FLAGS" -+ -+ if ($GMS_GFORTRAN_VERNO == 4.6) then -+ if ($MODULE == cosmo) set OPT='-O0' # this issue seen in 4.6.1 -+ if ($MODULE == tddgrd) set OPT='-O0' # exam41, seen in 4.6.1 -+ endif -+ if ($GMS_GFORTRAN_VERNO == 4.7) then -+ if ($MODULE == cosmo) set OPT='-O0' -+ if ($MODULE == dcscf) set OPT='-O0' # exam44, seen in 4.7 only -+ if ($MODULE == rohfcc) set OPT='-O0' # exam47, seen in 4.7 only -+ if ($MODULE == tddgrd) set OPT='-O0' -+ endif -+ if ($MODULE == zheev) set OPT='-O0' # defensive compiling -+ -+ set EXTRAOPT=" " -+ -+ if (($MODULE == cchem) || ($MODULE == ga)) then -+ mv $MODULE.f $MODULE.F -+ set MODULE_F=$MODULE.F -+ if ($GMS_LIBCCHEM == true) then -+ if ($MODULE == cchem) set EXTRAOPT="-DHAVE_CCHEM $extraflags" -+ if ($MODULE == ga) set EXTRAOPT="-I$GMS_PATH/libcchem/ga/include" -+ endif -+ endif -+# -+# as of 4.6 tested in late 2011, gfortran can do q.p.! -+ switch ($GMS_GFORTRAN_VERNO) -+ case 4.0: -+ case 4.1: -+ case 4.2: -+ case 4.3: -+ case 4.4: -+ case 4.5: -+ if (($MODULE == qeigen) || ($MODULE == int2c)) then -+ mv -f $MODULE_F $MODULE.junk -+ sed -e "s/Q-/D-/g" \ -+ -e "s/Q+00/D+00/g" \ -+ -e "s/REAL\*16/DOUBLE PRECISION/" $MODULE.junk > $MODULE_F -+ rm -f $MODULE.junk -+ endif -+ breaksw -+ case 4.6: -+ case 4.7: -+ set EXTRAOPT="$EXTRAOPT -fno-whole-file" -+ breaksw -+ default: -+ echo Unrecognized gfortran version -+ exit 4 -+ breaksw -+ endsw -+ -+ set echo -+ %%FC%% -c -fdefault-integer-8 $OPT -std=legacy $EXTRAOPT $MODULE_F -+ unset echo -+ breaksw -+ -+ case ifort: -+# -i4/-i8 set default integer length -+# -On can have n=1,2,3. Use of 3 caused problems with earlier -+# compilers, so it isn't being used here. Try it if you like. -+# stack storage for locals is governed by -auto versus -save. -+# -assume byterecl was introduced at ifort 8.0 (older versions will -+# print a message saying this flag is ignored). Newer versions -+# need this so that direct access file opens are measured in -+# bytes rather than the new default in v8.0, namely 4-byte units. -+# -vec-report0 suppresses loop vectorization messages (new in 10.0) -+# -w95 suppresses Hollerith initialization and other f90-like warnings -+# -cm means suppress comments about programming practices, -+# these two options spelled '-warn nousage' at version 12. -+# -WB means warn but don't fail on out-of-bounds array references -+# -ftz flushes underflow results to zero -+# -+ set OPT = '-O2' -+ if (".$GMS_DEBUG_FLAGS" != .) set OPT="$GMS_DEBUG_FLAGS" -+# alas, I'm so tired of hearing about so many versions failing to -+# diagonalize, that this time critical code is run w/o optimization. -+# Very many (all?) ifort versions have problems with eigen.src. -+ if ($MODULE == eigen) set OPT='-O0' # read note just above. -+ if ($MODULE == fmo) set OPT='-O1' # 12.0.4, exam37 -+ if ($MODULE == guess) set OPT='-O0' # 10.0, exam39 -+ if ($MODULE == locpol) set OPT='-O1' # 10.0, makefp/gmres -+ if ($MODULE == morokm) set OPT='-O0' # Jan Fredin -+ if ($MODULE == prpel) set OPT='-O1' # 10.0, exam13 -+ if (($MODULE == rohfcc) && ($GMS_IFORT_VERNO == 12)) \ -+ set OPT='-O0' # exam42+exam47 (op.sh.CC,IP-EOM) -+ if ($MODULE == tdxitr) set OPT='-O1' # 10.0, exam39 -+ if ($MODULE == vscf) set OPT='-O0' # intensities for combinations -+ if ($MODULE == zheev) set OPT='-O0' # defensive compiling -+ -+ set EXTRAOPT=" " -+ -+ if (($MODULE == cchem) || ($MODULE == ga)) then -+ mv $MODULE.f $MODULE.F -+ set MODULE_F=$MODULE.F -+ if ($GMS_LIBCCHEM == true) then -+ if ($MODULE == cchem) set EXTRAOPT="-DHAVE_CCHEM" -+ if ($MODULE == ga) set EXTRAOPT="-I$GMS_PATH/libcchem/ga/include" -+ endif -+ endif -+ -+ if ($GMS_IFORT_VERNO >= 8) set EXTRAOPT="$EXTRAOPT -assume byterecl" -+ if ($GMS_IFORT_VERNO >= 10) set EXTRAOPT="$EXTRAOPT -vec-report0" -+ if ($GMS_IFORT_VERNO < 12) set EXTRAOPT="$EXTRAOPT -w95 -cm" -+ if ($GMS_IFORT_VERNO >= 12) set EXTRAOPT="$EXTRAOPT -warn nousage -inline-level=0" -+ set echo -+ ifort -c -i8 $OPT -ftz -auto $EXTRAOPT $MODULE_F -+ unset echo -+ breaksw -+# -+ default: -+ echo "Please spell your FreeBSD 64 bit FORTRAN compiler name correctly." -+ exit 4 -+ breaksw -+ endsw -+# ... end of FreeBSD on 64 bit processors. -+endif -+ -+ - # - # Apple Macintosh system using OS X - # jargon: 10.0=cheetah, 10.1=puma, 10.2=jaguar, 10.3=panther, diff --git a/science/gamess/files/patch-compall b/science/gamess/files/patch-compall deleted file mode 100644 index 27a1c1e4ec88..000000000000 --- a/science/gamess/files/patch-compall +++ /dev/null @@ -1,38 +0,0 @@ ---- compall.orig 2012-09-07 22:32:57.000000000 +0900 -+++ compall 2013-02-27 15:59:37.000000000 +0900 -@@ -58,6 +58,8 @@ - if (($TARGET == ibm-bg) && ($GMS_BG_MODEL == P)) set CCOMP='bgxlc_r' - if ($TARGET == linux32) set CCOMP='gcc' - if ($TARGET == linux64) set CCOMP='gcc' -+if ($TARGET == freebsd32) set CCOMP='%%CC%%' -+if ($TARGET == freebsd64) set CCOMP='%%CC%%' - if ($TARGET == necsx) set CCOMP='c++' - # - unset extraflags -@@ -96,6 +98,8 @@ - if ($chip == x86_64) set extraflags='-DLINUX64 -m64' - if ($chip == ia64) set extraflags='-DLINUX64' # this always 64 bits - endif -+if ($TARGET == freebsd32) set extraflags='-DLINUX32' -+if ($TARGET == freebsd64) set extraflags='-DLINUX64 -m64' - if ($TARGET == mac32) set extraflags='-DLINUX32' - if ($TARGET == mac64) set extraflags='-DLINUX64 -m64 -I/usr/include/malloc' - if ($TARGET == necsx) set extraflags='-DNECSX -size_t64' -@@ -211,6 +215,8 @@ - if ($TARGET == ibm-bg) ./comp blas - if ($TARGET == linux32) ./comp blas - if ($TARGET == linux64) ./comp blas -+if ($TARGET == freebsd32) ./comp blas -+if ($TARGET == freebsd64) ./comp blas - if ($TARGET == mac64) ./comp blas - if ($TARGET == sun32) ./comp blas - if ($TARGET == sun64) ./comp blas -@@ -547,6 +553,8 @@ - set VB2000=false - if ($TARGET == linux64) set VB2000=true - if ($TARGET == linux32) set VB2000=true -+if ($TARGET == freebsd64) set VB2000=true -+if ($TARGET == freebsd32) set VB2000=true - if ($TARGET == mac64) set VB2000=true - if ($VB2000 == true) then - ./comp vb2000 diff --git a/science/gamess/files/patch-compddi b/science/gamess/files/patch-compddi deleted file mode 100644 index b80836382993..000000000000 --- a/science/gamess/files/patch-compddi +++ /dev/null @@ -1,82 +0,0 @@ ---- ddi/compddi.orig 2013-03-05 12:39:40.000000000 +0900 -+++ ddi/compddi 2013-03-05 12:40:52.000000000 +0900 -@@ -630,7 +630,79 @@ - set FORT_FLAGS = '-O2 -qarch=440 -qflag=W:W -qhalt=W -qnosave ' - set FORT_LIBS = '' - endif -+# --------------------------------------- # -+# FreeBSD for x86 PCs # -+# --------------------------------------- # - -+ if($TARGET == freebsd32) then -+ -+ set FORTRAN=%%GMS_FORTRAN%% # choose from g77, gfortran, ifort, pgf77, f2c -+ -+ set CC = %%CC%% -+ set CFLAGS = "-DLINUX -O3 -fstrict-aliasing -I./include" -+ -+ switch ($FORTRAN) -+ case g77: -+ case pgf77: -+ case f2c: -+ set NumUS=2 -+ breaksw -+ case gfortran: -+ set CFLAGS = "$CFLAGS -Dgetarg_=_gfortran_getarg_i4" -+ set CFLAGS = "$CFLAGS -Diargc_=_gfortran_iargc" -+ set NumUS=1 -+ breaksw -+ case ifort: -+ set NumUS=1 -+ breaksw -+ default: -+ echo Please spell your ia32 compiler correctly. -+ exit 4 -+ endsw -+ -+ set CLIBS = "%%PTHREAD_LIBS%%" -+ set F77_OPTS = "-DINT_SIZE=int -D_UNDERSCORES=$NumUS" -+ set FORT_FLAGS = '-O2' -+ set AR_FLAGS = 'cr' -+ set RANLIB_FLAGS = ' ' -+ set FORT_LIBS = ' ' -+ endif -+ -+# ------------- # -+# FreeBSD amd64 # -+# ------------- # -+ if($TARGET == freebsd64) then -+ -+ set CC = %%CC%% -+ set CFLAGS = "-DLINUX -m64 -O3 -fstrict-aliasing -I./include" -+ -+ set FORTRAN=%%GMS_FORTRAN%% -+ switch ($FORTRAN) -+ case g77: -+ case pgf77: -+ case f2c: -+ set NumUS=2 -+ breaksw -+ case gfortran: -+ set CFLAGS = "$CFLAGS -Dgetarg_=_gfortran_getarg_i4" -+ set CFLAGS = "$CFLAGS -Diargc_=_gfortran_iargc" -+ set FORT_FLAGS = "-O2 $ARCH -fdefault-integer-8 -std=legacy" -+ set NumUS=1 -+ breaksw -+ case ifort: -+ set NumUS=1 -+ breaksw -+ default: -+ echo Please spell your x86_64 compiler correctly. -+ exit 4 -+ endsw -+ -+ set CLIBS = "%%PTHREAD_LIBS%%" -+ set F77_OPTS = "-DINT_SIZE=long -D_UNDERSCORES=$NumUS" -+ set AR_FLAGS = 'cr' -+ set RANLIB_FLAGS = ' ' -+ set FORT_LIBS = ' ' -+ endif - - # ---------------------------------------- # - # Linux for 32 bit systems (Red Hat, etc.) # diff --git a/science/gamess/files/patch-gms-files.csh b/science/gamess/files/patch-gms-files.csh deleted file mode 100644 index b6bf0b877f34..000000000000 --- a/science/gamess/files/patch-gms-files.csh +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- gms-files.csh 2013-03-05 18:04:02.000000000 +0900 -+++ gms-files.csh 2013-03-05 18:05:38.000000000 +0900 -@@ -28,7 +28,7 @@ - # to see all the file definitions (one is just below). - # - #---quiet---set echo --setenv AUXDATA $GMSPATH/auxdata -+setenv AUXDATA %%PREFIX%%/share/gamess/auxdata - setenv EXTBAS /dev/null - setenv NUCBAS /dev/null - setenv POSBAS /dev/null diff --git a/science/gamess/files/patch-lked b/science/gamess/files/patch-lked deleted file mode 100644 index e9075b2fc12d..000000000000 --- a/science/gamess/files/patch-lked +++ /dev/null @@ -1,288 +0,0 @@ ---- lked.orig 2012-10-27 01:12:07.000000000 +0900 -+++ lked 2013-02-27 16:06:32.000000000 +0900 -@@ -57,6 +57,8 @@ - set VB2000=false - if ($TARGET == linux64) set VB2000=true - if ($TARGET == linux32) set VB2000=true -+if ($TARGET == freebsd64) set VB2000=true -+if ($TARGET == freebsd32) set VB2000=true - if ($TARGET == mac64) set VB2000=true - set XMVB=false - # -@@ -632,6 +634,243 @@ - endif - # - endif -+ -+if ($TARGET == freebsd32) then -+ set VECTOR=' ' -+ set QUICHE='zunix.o' -+# -+# settings which depend on the compiler choice: -+# -+ switch ($GMS_FORTRAN) -+ case g77: -+ set LDR='g77' -+ set LDOPTS=' ' # add '-Wl,-M' to see load map -+ set FORTLIBS=' ' -+ breaksw -+ case gfortran: -+ set LDR=%%FC%% -+ set LDOPTS=' ' -+ set FORTLIBS=' ' -+ breaksw -+ case ifort: -+ set LDR='ifort' -+ set LDOPTS=' ' # add '-Wl,-M' to see load map -+ set FORTLIBS='-Vaxlib' -+ breaksw -+ case f2c: -+ set LDR='gcc' -+ set LDOPTS=' ' -+ set FORTLIBS='-lf2c -lm' -+ breaksw -+ default: -+ echo Please spell your freebsd32 compiler correctly. -+ exit 4 -+ endsw -+# -+# settings which depend on the math library: mkl, atlas, acml, none -+# -+ switch ($GMS_MATHLIB) -+ -+# for MKL, we lack experience. The following is the 64-bit -+# stuff, with all 64's removed. It might be right! -+# For the case of "11", this has actually been verified. -+ case mkl: -+ set mpath=$GMS_MATHLIB_PATH -+ switch ($GMS_MKL_VERNO) -+ case 8: -+ set MATHLIBS="-L$mpath -lmkl_lapack -lmkl -lguide -lpthread" -+ breaksw -+ case 9: -+ set MATHLIBS="-L$mpath -lmkl_lapack -lmkl -lguide -lpthread" -+ breaksw -+ case 10: -+ # next one forces single-threaded usage only...exactly what we want. -+ set MATHLIBS="-L$mpath -lmkl_intel -lmkl_sequential -lmkl_core" -+ breaksw -+ case 11: -+ case 12: -+ # next attempts a static link, whereas 10 above is a dynamic link. -+ # if this fails to work, try the version 10 lines shown just above. -+ set MATHLIBS="$mpath/libmkl_intel.a" -+ set MATHLIBS="$MATHLIBS $mpath/libmkl_sequential.a" -+ set MATHLIBS="$MATHLIBS $mpath/libmkl_core.a" -+ breaksw -+ default: -+ echo "unknown version number for MKL/linux32" -+ echo "please edit 'lked' to select the right 32 bit MKL libraries." -+ exit -+ breaksw -+ endsw -+ set BLAS=' ' -+ breaksw -+ -+ case atlas: -+ # If the ATLAS comes with static libraries, link to them, -+ # so that only the compile node has to have the libraries. -+ # Otherwise, attempt a link against shared object libs. -+ # See the 64 bit Atlas below for a way to fix the linker's -+ # not being able to locate -lf77blas, if that happens. -+ if (-e $GMS_MATHLIB_PATH/libf77blas.a) then -+ set MATHLIBS="$GMS_MATHLIB_PATH/libf77blas.a" -+ set MATHLIBS="$MATHLIBS $GMS_MATHLIB_PATH/libatlas.a" -+ else -+ set MATHLIBS="-L$GMS_MATHLIB_PATH -lf77blas -latlas" -+ endif -+ set BLAS=' ' -+ breaksw -+ -+ case acml: -+ # do a static link so that only compile node needs to install ACML -+ set MATHLIBS="$GMS_MATHLIB_PATH/libacml.a" -+ set BLAS=' ' -+ breaksw -+ -+ case none: -+ default: -+ echo "Warning. No math library was found, you should install one." -+ echo " MP2 calculations speed up about 2x with a math library." -+ echo "CCSD(T) calculations speed up about 5x with a math library." -+ set BLAS='%%BLAS%% %%LAPACK%%' -+ set MATHLIBS=' ' -+ breaksw -+ endsw -+# -+ set LIBRARIES="$FORTLIBS $MATHLIBS" -+endif -+# -+# ------ FreeBSD on 64 bit chips ----- -+# -+if ($TARGET == freebsd64) then -+ set VECTOR=' ' -+ set QUICHE='zunix.o' -+# -+# settings which depend on the FORTRAN: -+# -+ switch ($GMS_FORTRAN) -+ case gfortran: -+ set LDR=%%FC%% -+ set LDOPTS=' ' -+ set FORTLIBS=' ' -+ breaksw -+ case ifort: -+ set LDR='ifort' -+ set LDOPTS='-i8' # -Wl,-M generates a load map -+# this auxiliary library seems to have disappeared in ifort 10 -+ set FORTLIBS=' ' -+ if($GMS_IFORT_VERNO < 10) set FORTLIBS='-Vaxlib' -+ breaksw -+ default: -+ echo "don't know how to use a freebsd64 compiler named $GMS_FORTRAN" -+ exit 4 -+ breaksw -+ endsw -+# -+# settings which depend on the math library: mkl, atlas, acml, none -+# -+ switch ($GMS_MATHLIB) -+ -+ case mkl: -+ set mpath=$GMS_MATHLIB_PATH -+ set mklver=$GMS_MKL_VERNO -+ if ($CCHEM == true) set mklver=${mklver}-so -+ switch ($mklver) -+ case 8: -+ set MATHLIBS="-L$mpath -lmkl_lapack64 -lmkl -lguide -lpthread" -+ breaksw -+ case 9: -+ set MATHLIBS="-L$mpath -lmkl_lapack -lmkl -lguide -lpthread" -+ breaksw -+ breaksw -+ case 10: -+ case 11: -+ case 12: -+ # next are a static link, in single-threaded mode (serial BLAS). -+ # The choices preclude any need to -+ # a) install .so shared object libraries on every node, -+ # b) define LD_LIBRARY_PATH to find the .so libraries, or -+ # c) define MKL_NUM_THREADS=1 -+ # If desired, there is a single-threaded shared object link below. -+ # Note, there's now a gfortran-specific compiler interface library. -+ set iflib=intel -+ if ($GMS_FORTRAN == gfortran) set iflib=gf -+ set MATHLIBS=" $mpath/libmkl_${iflib}_ilp64.a" -+ set MATHLIBS="$MATHLIBS $mpath/libmkl_sequential.a" -+ set MATHLIBS="$MATHLIBS $mpath/libmkl_core.a" -+ breaksw -+ case 10-so: -+ case 11-so: -+ case 12-so: -+ # next one chooses dynamic linking (so= shared object libs) -+ # Just hand edit GMS_MKL_VERNO in your 'install.info' to use this. -+ # run-time libs (and LD_LIBRARY_PATH) needed on every compute node! -+ # note that it does force single-threaded usage. -+ # LIBCCHEM fails to link properly against static libraries. -+ # LIBCCHEM prefers to use threading -+ set iflib=intel -+ if ($GMS_FORTRAN == gfortran) set iflib=gf -+ if ($CCHEM == false) then -+ set MATHLIBS="-L$mpath -lmkl_${iflib}_ilp64 -lmkl_sequential -lmkl_core" -+ else -+ set MATHLIBS="-L$mpath -lmkl_${iflib}_ilp64 -lmkl_${iflib}_thread -lmkl_core -liomp5" -+ endif -+ breaksw -+ default: -+ echo "unknown version number for MKL/linux64" -+ echo "please edit 'lked' to select the right 64 bit MKL libraries." -+ exit -+ breaksw -+ endsw -+ set BLAS=' ' -+ breaksw -+ -+ case atlas: -+ # If the ATLAS comes with static libraries, link to them, -+ # so that only the compile node has to have the libraries. -+ # Otherwise, attempt a link against shared object libs. -+ # -+ # Some versions of Atlas come without proper setup to use them. -+ # For example, you may need to give some specific version such -+ # as 3.0 some generic names, by doing the right soft links: -+ # chdir /usr/lib64/atlas (just 'lib' for linux32) -+ # ln -s libatlas.so.3.0 libatlas.so -+ # ln -s libblas.so.3.0 libblas.so -+ # ln -s libcblas.so.3.0 libcblas.so -+ # ln -s libf77blas.so.3.0 libf77blas.so -+ # ln -s liblapack_atlas.so.3.0 liblapack.so -+ # ln -s liblapack.so.3.0 liblapack.so -+ # It is strange the RPM's don't do these soft links for us. -+ if (-e $GMS_MATHLIB_PATH/libf77blas.a) then -+ set MATHLIBS="$GMS_MATHLIB_PATH/libf77blas.a" -+ set MATHLIBS="$MATHLIBS $GMS_MATHLIB_PATH/libatlas.a" -+ else -+ set MATHLIBS="-L$GMS_MATHLIB_PATH -lf77blas -latlas" -+ endif -+ set BLAS=' ' -+ breaksw -+ -+ case acml: -+ # do a static link so that only compile node needs to install ACML -+ set MATHLIBS="$GMS_MATHLIB_PATH/libacml.a" -+ # if you want to try a dynamic link, use this: -+ #---set MATHLIBS="-L$GMS_MATHLIB_PATH -lacml -lacml_mv" -+ set BLAS=' ' -+ breaksw -+ -+ case none: -+ default: -+ echo "Warning. No math library was found, you should install one." -+ echo " MP2 calculations speed up about 2x with a math library." -+ echo "CCSD(T) calculations speed up about 5x with a math library." -+ set BLAS='%%BLAS%% %%LAPACK%%' -+ set MATHLIBS=' ' -+ breaksw -+ endsw -+# -+ set LIBRARIES="$FORTLIBS $MATHLIBS" -+endif -+# -+endif -+ - # - # MacIntosh - # -@@ -675,6 +914,23 @@ - set VECTOR=' ' - set QUICHE='zunix.o' - endif -+#FreeBSD settings -+if ($TARGET == freebsd32) then -+ set LDR=%%FC%% -+ set LDOPTS='%%LDFLAGS%%' -+ set LIBRARIES='' -+ set BLAS="-L%%LOCALBASE%%/lib %%BLAS%% %%LIBSVM%% %%LIBG2C%%" -+ set VECTOR=' ' -+ set QUICHE='zunix.o' -+endif -+if ($TARGET == freebsd64) then -+ set LDR=%%FC%% -+ set LDOPTS='%%LDFLAGS%%' -+ set LIBRARIES='' -+ set BLAS="-L%%LOCALBASE%%/lib %%BLAS%%" -+ set VECTOR=' ' -+ set QUICHE='zunix.o' -+endif - # - if ($TARGET == necsx) then - set LDR='f90' -@@ -1199,6 +1199,8 @@ - case ibm64: - case linux32: - case linux64: -+ case freebsd32: -+ case freebsd64: - case mac32: - case mac64: - case sgi32: diff --git a/science/gamess/files/patch-rungms b/science/gamess/files/patch-rungms deleted file mode 100644 index 910b99fa94fa..000000000000 --- a/science/gamess/files/patch-rungms +++ /dev/null @@ -1,21 +0,0 @@ ---- rungms 2013-03-05 17:53:14.000000000 +0900 -+++ rungms 2013-03-05 17:53:45.000000000 +0900 -@@ -1,4 +1,4 @@ --#!/bin/csh -+#!/bin/csh -f - # - # last update = 26 October 2012 - # -@@ -60,9 +60,9 @@ - # See also a very old LoadLeveler "ll-gms" for some IBM systems. - # - set TARGET=sockets --set SCR=/scr/$USER --set USERSCR=~$USER/scr --set GMSPATH=/u1/mike/gamess -+set SCR=. -+set USERSCR=. -+set GMSPATH=%%PREFIX%%/bin/gms/ - # - set JOB=$1 # name of the input file xxx.inp, give only the xxx part - set VERNO=$2 # revision number of the executable created by 'lked' step diff --git a/science/gamess/files/patch-zunix.c b/science/gamess/files/patch-zunix.c deleted file mode 100644 index 2e1cd4cff1b0..000000000000 --- a/science/gamess/files/patch-zunix.c +++ /dev/null @@ -1,10 +0,0 @@ ---- source/zunix.c~ 2008-10-31 23:05:41.000000000 +0900 -+++ source/zunix.c 2009-06-08 15:37:42.000000000 +0900 -@@ -440,7 +440,6 @@ - #ifdef LINUX64 - - #include <stdlib.h> --#include <malloc.h> - - #define FORTINT long - diff --git a/science/gamess/pkg-descr b/science/gamess/pkg-descr deleted file mode 100644 index 9b2696c53bea..000000000000 --- a/science/gamess/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -GAMESS is freely available ab-initio molecular orbital -calculation program calculates energy, molecular structure, -vibrational frequencies from the basic principle of quantum mechanics. - -A site license for GAMESS is available at no cost to both academic -and industrial users. Please refer -http://www.msg.ameslab.gov/gamess/download.html -for details. - -We also included simple launcher called `gamess' -for your convenience. You don't set any environment variable -to run gamess. Just type -% gamess <somefile.inp> -is enough. - -WWW: http://www.msg.ameslab.gov/gamess/gamess.html diff --git a/science/gamess/pkg-message b/science/gamess/pkg-message deleted file mode 100644 index e445f5a70499..000000000000 --- a/science/gamess/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -WARNING!!WARNING!!WARNING!!WARNING!! - -If you got the following error -'Error ENOMEM: Not enough memory to allocate ** bytes of shared memory.', -then add ipc memory by: -sudo sysctl -w kern.ipc.shmmax=3064372224 -sudo sysctl -w kern.ipc.shmall=748137 -or if you want to enable at boot time -add following lines to -kern.ipc.shmmax=3064372224 -kern.ipc.shmall=748137 -/boot/loader.conf -. diff --git a/science/gamess/pkg-plist b/science/gamess/pkg-plist deleted file mode 100644 index 01bd8768f86b..000000000000 --- a/science/gamess/pkg-plist +++ /dev/null @@ -1,154 +0,0 @@ -bin/gamess -bin/gms/ddikick.x -bin/gms/gamess.00.x -bin/gms/gms-files.csh -share/doc/gamess/INPUT.DOC -share/doc/gamess/INTRO.DOC -share/doc/gamess/IRON.DOC -share/doc/gamess/PROG.DOC -share/doc/gamess/REFS.DOC -share/doc/gamess/TESTS.DOC -share/doc/gamess/readme.ddi -share/gamess/auxdata/ericfmt.dat -share/gamess/auxdata/BASES/SPK-TZP -share/gamess/auxdata/BASES/SPKRDZC -share/gamess/auxdata/BASES/SPK-DZC -share/gamess/auxdata/BASES/SPKRQZCD -share/gamess/auxdata/BASES/SPK-QZP -share/gamess/auxdata/BASES/SPKRTZP -share/gamess/auxdata/BASES/SPKRAQZP -share/gamess/auxdata/BASES/SPK-ADZP -share/gamess/auxdata/BASES/SPKRTZC -share/gamess/auxdata/BASES/SPK-ATZP -share/gamess/auxdata/BASES/SPKRDZP -share/gamess/auxdata/BASES/SPK-AQZP -share/gamess/auxdata/BASES/SPKRQZP -share/gamess/auxdata/BASES/SPKRQZC -share/gamess/auxdata/BASES/SPKRATZP -share/gamess/auxdata/BASES/SPK-QZC -share/gamess/auxdata/BASES/SPKRADZP -share/gamess/auxdata/BASES/SPKRDZCD -share/gamess/auxdata/BASES/SPKRTZCD -share/gamess/auxdata/BASES/SPK-DZP -share/gamess/auxdata/BASES/SPK-QZCD -share/gamess/auxdata/BASES/SPK-TZC -share/gamess/auxdata/BASES/SPK-DZCD -share/gamess/auxdata/BASES/SPK-TZCD -share/gamess/auxdata/EFP/ADENI2.efp -share/gamess/auxdata/EFP/THYMI2.efp -share/gamess/auxdata/EFP/PYRAZI.efp -share/gamess/auxdata/EFP/ADENIN.efp -share/gamess/auxdata/EFP/PENTAN.efp -share/gamess/auxdata/EFP/INDOLE.efp -share/gamess/auxdata/EFP/PHENOL.efp -share/gamess/auxdata/EFP/ACNH2B.efp -share/gamess/auxdata/EFP/FORMID.efp -share/gamess/auxdata/EFP/CYCPEN.efp -share/gamess/auxdata/EFP/HCN.efp -share/gamess/auxdata/EFP/URACIL.efp -share/gamess/auxdata/EFP/BENZEN.efp -share/gamess/auxdata/EFP/MENH2.efp -share/gamess/auxdata/EFP/FORMIC.efp -share/gamess/auxdata/EFP/PEPTID.efp -share/gamess/auxdata/EFP/ACOHG.efp -share/gamess/auxdata/EFP/METHAN.efp -share/gamess/auxdata/EFP/MEOH.efp -share/gamess/auxdata/EFP/THYMIN.efp -share/gamess/auxdata/EFP/NEOPEN.efp -share/gamess/auxdata/EFP/AMINOP.efp -share/gamess/auxdata/EFP/PYRIDI.efp -share/gamess/auxdata/EFP/AMONIA.efp -share/gamess/auxdata/EFP/WATER.efp -share/gamess/auxdata/EFP/PYRIDO.efp -share/gamess/auxdata/EFP/ACNH2G.efp -share/gamess/auxdata/EFP/ETHENE.efp -share/gamess/auxdata/EFP/URACG.efp -share/gamess/auxdata/EFP/ETHYNE.efp -share/gamess/auxdata/EFP/ACOHB.efp -share/gamess/auxdata/MCP/MCP-ATZP -share/gamess/auxdata/MCP/MCPCDZP -share/gamess/auxdata/MCP/ZFK5-DK3 -share/gamess/auxdata/MCP/MCPCTZP -share/gamess/auxdata/MCP/MCPACQZP -share/gamess/auxdata/MCP/ZFK4-DK3 -share/gamess/auxdata/MCP/IMCP-SR2 -share/gamess/auxdata/MCP/MCP-DZP -share/gamess/auxdata/MCP/MCP-QZP -share/gamess/auxdata/MCP/MCP-TZP -share/gamess/auxdata/MCP/ZFK3-DK3 -share/gamess/auxdata/MCP/MCPACTZP -share/gamess/auxdata/MCP/IMCP-NR1 -share/gamess/auxdata/MCP/ZFK5LDK3 -share/gamess/auxdata/MCP/MCPCQZP -share/gamess/auxdata/MCP/ZFK3LDK3 -share/gamess/auxdata/MCP/MCPACDZP -share/gamess/auxdata/MCP/ZFK4LDK3 -share/gamess/auxdata/MCP/IMCP-SR1 -share/gamess/auxdata/MCP/MCP-AQZP -share/gamess/auxdata/MCP/IMCP-NR2 -share/gamess/auxdata/QUANPOL/RXNFLD3840.DAT -share/gamess/auxdata/QUANPOL/CHARMM22.CMAP -share/gamess/auxdata/QUANPOL/RXNFLD0060.DAT -share/gamess/auxdata/QUANPOL/RXNFLD0240.DAT -share/gamess/auxdata/QUANPOL/LOUT314159.TOP -share/gamess/auxdata/QUANPOL/CHARMM22.LIB -share/gamess/auxdata/QUANPOL/RXNFLD0960.DAT -share/gamess/auxdata/QUANPOL/WATER4096.DAT -share/gamess/auxdata/QUANPOL/LOUT314159.PAR -share/examples/gamess/exam01.inp -share/examples/gamess/exam02.inp -share/examples/gamess/exam03.inp -share/examples/gamess/exam04.inp -share/examples/gamess/exam05.inp -share/examples/gamess/exam06.inp -share/examples/gamess/exam07.inp -share/examples/gamess/exam08.inp -share/examples/gamess/exam09.inp -share/examples/gamess/exam10.inp -share/examples/gamess/exam11.inp -share/examples/gamess/exam12.inp -share/examples/gamess/exam13.inp -share/examples/gamess/exam14.inp -share/examples/gamess/exam15.inp -share/examples/gamess/exam16.inp -share/examples/gamess/exam17.inp -share/examples/gamess/exam18.inp -share/examples/gamess/exam19.inp -share/examples/gamess/exam20.inp -share/examples/gamess/exam21.inp -share/examples/gamess/exam22.inp -share/examples/gamess/exam23.inp -share/examples/gamess/exam24.inp -share/examples/gamess/exam25.inp -share/examples/gamess/exam26.inp -share/examples/gamess/exam27.inp -share/examples/gamess/exam28.inp -share/examples/gamess/exam29.inp -share/examples/gamess/exam30.inp -share/examples/gamess/exam31.inp -share/examples/gamess/exam32.inp -share/examples/gamess/exam33.inp -share/examples/gamess/exam34.inp -share/examples/gamess/exam35.inp -share/examples/gamess/exam36.inp -share/examples/gamess/exam37.inp -share/examples/gamess/exam38.inp -share/examples/gamess/exam39.inp -share/examples/gamess/exam40.inp -share/examples/gamess/exam41.inp -share/examples/gamess/exam42.inp -share/examples/gamess/exam43.inp -share/examples/gamess/exam44.inp -share/examples/gamess/exam45.inp -share/examples/gamess/exam46.inp -share/examples/gamess/exam47.inp -@dirrm bin/gms -@dirrm share/doc/gamess -@dirrm share/gamess/mcpdata -@dirrm share/examples/gamess -@dirrm share/gamess/auxdata/QUANPOL -@dirrm share/gamess/auxdata/MCP -@dirrm share/gamess/auxdata/EFP -@dirrm share/gamess/auxdata/BASES -@dirrm share/gamess/auxdata -@dirrm share/gamess diff --git a/science/mcstas/Makefile b/science/mcstas/Makefile deleted file mode 100644 index 14cc9e9a21e1..000000000000 --- a/science/mcstas/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> -# $FreeBSD$ - -PORTNAME= mcstas -PORTVERSION= 1.12c -PORTREVISION= 3 -CATEGORIES= science -MASTER_SITES= http://www.mcstas.org/download/ \ - http://www.c-s.li/ports/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= Neutron ray-trace simulation package - -LICENSE= GPLv2 - -BUILD_DEPENDS= pgxwin_server:${PORTSDIR}/graphics/pgplot -RUN_DEPENDS= PDL>=0:${PORTSDIR}/math/PDL \ - p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk - -STRIP= -USES= perl5 gmake -GNU_CONFIGURE= yes -NO_MTREE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -PERL_ARCHNAME!= perl -V:archname 2>/dev/null || echo - -PLIST_SUB+= PERL_PORT=perl5 PERL_ARCHNAME=${PERL_ARCHNAME:S/archname='//:S/';//} - -MAN1= mcconvert.1 \ - mcdisplay.1 \ - mcdoc.1 \ - mcformat.1 \ - mcgui.1 \ - mcplot.1 \ - mcrun.1 \ - mcstas.1 \ - -NO_STAGE= yes -post-configure: - @cd ${WRKSRC}; make pgplot - -.include <bsd.port.mk> diff --git a/science/mcstas/distinfo b/science/mcstas/distinfo deleted file mode 100644 index 76dcce58517a..000000000000 --- a/science/mcstas/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mcstas-1.12c-src.tar.gz) = 03c516bda33f140e4e92ba542235277165d6a79d29a63c1d4cd2366f0e5f6821 -SIZE (mcstas-1.12c-src.tar.gz) = 29424258 diff --git a/science/mcstas/files/patch-Makefile.in b/science/mcstas/files/patch-Makefile.in deleted file mode 100644 index fed2d44007ab..000000000000 --- a/science/mcstas/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Thu Jun 9 09:13:42 2005 -+++ Makefile.in Tue Feb 28 13:27:55 2006 -@@ -98,10 +98,6 @@ - for pgm in $(PERLBIN); do \ - $(INSTALL_PROGRAM) $$pgm.fixpl $(bindir)/$$pgm; \ - done -- if [ -d $(mc_libdir) ]; then \ -- echo "Moving your old library dir $(mc_libdir) to $(mc_libdir).`date +%Y%m%d_%H.%M`"; \ -- mv -f $(mc_libdir) $(mc_libdir).`date +%Y%m%d_%H.%M`;\ -- fi; - $(srcdir)/mkinstalldirs $(mc_libdir) - for file in `cd lib; ls`; do \ - if [ -d lib/$$file ]; then \ diff --git a/science/mcstas/pkg-descr b/science/mcstas/pkg-descr deleted file mode 100644 index 795c24d792ef..000000000000 --- a/science/mcstas/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -McStas - Monte Carlo simulation of neutron instruments - -McStas is an ongoing project to create a general tool for simulating neutron -scattering instruments. The project is conducted at Risoe National Laboratory -in cooperation with the ILL. The Risoe efforts have been funded through -multiple EU programs. - -McStas is based on a compiler that reads a high-level specification language -defining the instrument to be simulated and produces C code that performs the -Monte Carlo Simulation. The system is very fast in use, both when setting up -the instrument definition and when doing calculations. -Typical figures are 20000-50000 neutron histories per second on a fast PC. - -McStas supports triple-axis, time-of-flight instruments, and polarised -neutrons. It comes with a comprehensive manual and a library of well-tested -components that include most standard elements of neutron scattering -instruments, including steady-state and pulsed sources, -monochromators/analysers, guides, collimators, vanadium and powder samples, -velocity selectors and choppers, and a variety of detectors. - -WWW: http://www.mcstas.org/ diff --git a/science/mcstas/pkg-plist b/science/mcstas/pkg-plist deleted file mode 100644 index 5a07a72a7dea..000000000000 --- a/science/mcstas/pkg-plist +++ /dev/null @@ -1,865 +0,0 @@ -bin/gscan -bin/mcconvert -bin/mcdaemon -bin/mcdisplay -bin/mcdoc -bin/mcformat -bin/mcformatgui -bin/mcgui -bin/mcplot -bin/mcresplot -bin/mcrun -bin/mcstas -bin/mcstas2vitess -lib/mcstas/LGPL -lib/mcstas/LICENSE.LIB -lib/mcstas/README -lib/mcstas/contrib/Al_window.comp -lib/mcstas/contrib/Al_window.html -lib/mcstas/contrib/Collimator_ROC.comp -lib/mcstas/contrib/Collimator_ROC.html -lib/mcstas/contrib/Exact_radial_coll.comp -lib/mcstas/contrib/Exact_radial_coll.html -lib/mcstas/contrib/FermiChopper_ILL.comp -lib/mcstas/contrib/FermiChopper_ILL.html -lib/mcstas/contrib/Filter_graphite.comp -lib/mcstas/contrib/Filter_graphite.html -lib/mcstas/contrib/Gas_tables/BinBF3.table -lib/mcstas/contrib/Gas_tables/BinCF4.table -lib/mcstas/contrib/Gas_tables/He3inAr.table -lib/mcstas/contrib/Gas_tables/He3inC3H8.table -lib/mcstas/contrib/Gas_tables/He3inC4H10.table -lib/mcstas/contrib/Gas_tables/He3inCF4.table -lib/mcstas/contrib/Gas_tables/He3inCO2.table -lib/mcstas/contrib/Gas_tables/He3inHe.table -lib/mcstas/contrib/Gas_tables/He3inXeTMA2point5percent.table -lib/mcstas/contrib/Gas_tables/He3inXeTMA5percent.table -lib/mcstas/contrib/Gas_tables/NinCF4.table -lib/mcstas/contrib/Gas_tables/NinN2.table -lib/mcstas/contrib/Gas_tables/gas.table -lib/mcstas/contrib/Guide_curved.comp -lib/mcstas/contrib/Guide_curved.html -lib/mcstas/contrib/Guide_four_side.comp -lib/mcstas/contrib/Guide_four_side.html -lib/mcstas/contrib/Guide_four_side_10_shells.comp -lib/mcstas/contrib/Guide_four_side_10_shells.html -lib/mcstas/contrib/Guide_four_side_2_shells.comp -lib/mcstas/contrib/Guide_four_side_2_shells.html -lib/mcstas/contrib/Guide_honeycomb.comp -lib/mcstas/contrib/Guide_honeycomb.html -lib/mcstas/contrib/He3_cell.comp -lib/mcstas/contrib/He3_cell.html -lib/mcstas/contrib/ISIS_moderator.comp -lib/mcstas/contrib/ISIS_moderator.html -lib/mcstas/contrib/ISIS_tables/h.broad -lib/mcstas/contrib/ISIS_tables/h.ch4 -lib/mcstas/contrib/ISIS_tables/h.crisp -lib/mcstas/contrib/ISIS_tables/h.groove -lib/mcstas/contrib/ISIS_tables/h.h2 -lib/mcstas/contrib/ISIS_tables/h.hydrogen -lib/mcstas/contrib/ISIS_tables/h.narrow -lib/mcstas/contrib/ISIS_tables/h.water -lib/mcstas/contrib/Lens.comp -lib/mcstas/contrib/Lens.html -lib/mcstas/contrib/Lens_simple.comp -lib/mcstas/contrib/Lens_simple.html -lib/mcstas/contrib/MirrorElli.comp -lib/mcstas/contrib/MirrorElli.html -lib/mcstas/contrib/MirrorPara.comp -lib/mcstas/contrib/MirrorPara.html -lib/mcstas/contrib/Monochromator_2foc.comp -lib/mcstas/contrib/Monochromator_2foc.html -lib/mcstas/contrib/Multilayer_Sample.comp -lib/mcstas/contrib/Multilayer_Sample.html -lib/mcstas/contrib/PSD_Detector.comp -lib/mcstas/contrib/PSD_Detector.html -lib/mcstas/contrib/PSD_monitor_rad.comp -lib/mcstas/contrib/PSD_monitor_rad.html -lib/mcstas/contrib/SANS_AnySamp.comp -lib/mcstas/contrib/SANS_AnySamp.html -lib/mcstas/contrib/SANS_DebyeS.comp -lib/mcstas/contrib/SANS_DebyeS.html -lib/mcstas/contrib/SANS_Guinier.comp -lib/mcstas/contrib/SANS_Guinier.html -lib/mcstas/contrib/SNS_source.comp -lib/mcstas/contrib/SNS_source.html -lib/mcstas/contrib/Sapphire_Filter.comp -lib/mcstas/contrib/Sapphire_Filter.html -lib/mcstas/contrib/SiC.comp -lib/mcstas/contrib/SiC.html -lib/mcstas/contrib/Source_multi_surfaces.comp -lib/mcstas/contrib/Source_multi_surfaces.html -lib/mcstas/contrib/Virtual_mcnp_input.comp -lib/mcstas/contrib/Virtual_mcnp_input.html -lib/mcstas/contrib/Virtual_mcnp_output.comp -lib/mcstas/contrib/Virtual_mcnp_output.html -lib/mcstas/contrib/Virtual_tripoli4_input.comp -lib/mcstas/contrib/Virtual_tripoli4_input.html -lib/mcstas/contrib/Virtual_tripoli4_output.comp -lib/mcstas/contrib/Virtual_tripoli4_output.html -lib/mcstas/contrib/doc/ISISdoc.pdf -lib/mcstas/contrib/doc/ISISdoc.ps -lib/mcstas/contrib/multi_pipe.comp -lib/mcstas/contrib/multi_pipe.html -lib/mcstas/data/Ag.laz -lib/mcstas/data/Al.lau -lib/mcstas/data/Al.laz -lib/mcstas/data/Al2O3_sapphire.laz -lib/mcstas/data/Al2O3_sapphire.trm -lib/mcstas/data/Au.laz -lib/mcstas/data/B4C.lau -lib/mcstas/data/Ba.laz -lib/mcstas/data/Be.laz -lib/mcstas/data/Be.trm -lib/mcstas/data/BeO.lau -lib/mcstas/data/BeO.laz -lib/mcstas/data/Bi.laz -lib/mcstas/data/C60.lau -lib/mcstas/data/C_diamond.lau -lib/mcstas/data/C_diamond.laz -lib/mcstas/data/C_graphite.lau -lib/mcstas/data/C_graphite.laz -lib/mcstas/data/Cd.laz -lib/mcstas/data/Cr.laz -lib/mcstas/data/Cs.laz -lib/mcstas/data/Cs_liq_tot.sqw -lib/mcstas/data/Cu.laz -lib/mcstas/data/D2O_liq.qSq -lib/mcstas/data/Fe.laz -lib/mcstas/data/Ga.laz -lib/mcstas/data/Gd.laz -lib/mcstas/data/Ge.lau -lib/mcstas/data/Ge.laz -lib/mcstas/data/Ge_liq_coh.sqw -lib/mcstas/data/Ge_liq_inc.sqw -lib/mcstas/data/H2O_ice_1h.laz -lib/mcstas/data/H2O_liq.qSq -lib/mcstas/data/HOPG.rfl -lib/mcstas/data/HOPG.trm -lib/mcstas/data/He4_liq_coh.sqw -lib/mcstas/data/Hg.laz -lib/mcstas/data/I2.laz -lib/mcstas/data/In.lau -lib/mcstas/data/K.laz -lib/mcstas/data/Li.laz -lib/mcstas/data/LiF.laz -lib/mcstas/data/Na2Ca3Al2F14.laz -lib/mcstas/data/Nb.laz -lib/mcstas/data/Ne_liq_tot.sqw -lib/mcstas/data/Ni.laz -lib/mcstas/data/Pb.laz -lib/mcstas/data/Pd.laz -lib/mcstas/data/Pt.laz -lib/mcstas/data/README -lib/mcstas/data/Rb.laz -lib/mcstas/data/Rb_liq_coh.sqw -lib/mcstas/data/Rb_liq_inc.sqw -lib/mcstas/data/Rb_liq_tot.sqw -lib/mcstas/data/Se_alpha.laz -lib/mcstas/data/Se_beta.laz -lib/mcstas/data/Si.laz -lib/mcstas/data/SiO2_cristobalite.lau -lib/mcstas/data/SiO2_liq.qSq -lib/mcstas/data/SiO2_quartza.lau -lib/mcstas/data/SiO2_quartza.laz -lib/mcstas/data/SiO2_quartzb.lau -lib/mcstas/data/SiO2_quartzb.laz -lib/mcstas/data/Sn_alpha.laz -lib/mcstas/data/Sn_beta.laz -lib/mcstas/data/Ti.laz -lib/mcstas/data/TiO2_rutile.lau -lib/mcstas/data/Tl.laz -lib/mcstas/data/V.laz -lib/mcstas/data/Y2O3.laz -lib/mcstas/data/Y3Fe5O12_YIG.laz -lib/mcstas/data/YBaCuO.lau -lib/mcstas/data/Zn.laz -lib/mcstas/data/Zr.laz -lib/mcstas/data/adrenaline.lau -lib/mcstas/data/aspirin.lau -lib/mcstas/data/bunny.off -lib/mcstas/data/leucine.lau -lib/mcstas/data/socket.off -lib/mcstas/data/source_sct091_tu_02_1.dat -lib/mcstas/data/source_sct21a_td_05_1.dat -lib/mcstas/data/supermirror_m2.rfl -lib/mcstas/data/supermirror_m3.rfl -lib/mcstas/doc/README -lib/mcstas/doc/mcstas-components.pdf -lib/mcstas/doc/mcstas-manual.pdf -lib/mcstas/doc/tutorial/html/WARNINGS -lib/mcstas/doc/tutorial/html/footnode.html -lib/mcstas/doc/tutorial/html/images.aux -lib/mcstas/doc/tutorial/html/images.log -lib/mcstas/doc/tutorial/html/images.pl -lib/mcstas/doc/tutorial/html/images.tex -lib/mcstas/doc/tutorial/html/img1.png -lib/mcstas/doc/tutorial/html/img10.png -lib/mcstas/doc/tutorial/html/img11.png -lib/mcstas/doc/tutorial/html/img12.png -lib/mcstas/doc/tutorial/html/img13.png -lib/mcstas/doc/tutorial/html/img14.png -lib/mcstas/doc/tutorial/html/img15.png -lib/mcstas/doc/tutorial/html/img16.png -lib/mcstas/doc/tutorial/html/img17.png -lib/mcstas/doc/tutorial/html/img18.png -lib/mcstas/doc/tutorial/html/img19.png -lib/mcstas/doc/tutorial/html/img2.png -lib/mcstas/doc/tutorial/html/img20.png -lib/mcstas/doc/tutorial/html/img21.png -lib/mcstas/doc/tutorial/html/img22.png -lib/mcstas/doc/tutorial/html/img23.png -lib/mcstas/doc/tutorial/html/img24.png -lib/mcstas/doc/tutorial/html/img25.png -lib/mcstas/doc/tutorial/html/img26.png -lib/mcstas/doc/tutorial/html/img27.png -lib/mcstas/doc/tutorial/html/img28.png -lib/mcstas/doc/tutorial/html/img29.png -lib/mcstas/doc/tutorial/html/img3.png -lib/mcstas/doc/tutorial/html/img30.png -lib/mcstas/doc/tutorial/html/img31.png -lib/mcstas/doc/tutorial/html/img32.png -lib/mcstas/doc/tutorial/html/img33.png -lib/mcstas/doc/tutorial/html/img34.png -lib/mcstas/doc/tutorial/html/img35.png -lib/mcstas/doc/tutorial/html/img36.png -lib/mcstas/doc/tutorial/html/img4.png -lib/mcstas/doc/tutorial/html/img5.png -lib/mcstas/doc/tutorial/html/img6.png -lib/mcstas/doc/tutorial/html/img7.png -lib/mcstas/doc/tutorial/html/img8.png -lib/mcstas/doc/tutorial/html/img9.png -lib/mcstas/doc/tutorial/html/index.html -lib/mcstas/doc/tutorial/html/internals.pl -lib/mcstas/doc/tutorial/html/labels.pl -lib/mcstas/doc/tutorial/html/next.png -lib/mcstas/doc/tutorial/html/next_g.png -lib/mcstas/doc/tutorial/html/node1.html -lib/mcstas/doc/tutorial/html/node10.html -lib/mcstas/doc/tutorial/html/node11.html -lib/mcstas/doc/tutorial/html/node12.html -lib/mcstas/doc/tutorial/html/node13.html -lib/mcstas/doc/tutorial/html/node14.html -lib/mcstas/doc/tutorial/html/node15.html -lib/mcstas/doc/tutorial/html/node2.html -lib/mcstas/doc/tutorial/html/node3.html -lib/mcstas/doc/tutorial/html/node4.html -lib/mcstas/doc/tutorial/html/node5.html -lib/mcstas/doc/tutorial/html/node6.html -lib/mcstas/doc/tutorial/html/node7.html -lib/mcstas/doc/tutorial/html/node8.html -lib/mcstas/doc/tutorial/html/node9.html -lib/mcstas/doc/tutorial/html/prev.png -lib/mcstas/doc/tutorial/html/prev_g.png -lib/mcstas/doc/tutorial/html/tutorial.css -lib/mcstas/doc/tutorial/html/tutorial.html -lib/mcstas/doc/tutorial/html/up.png -lib/mcstas/doc/tutorial/html/up_g.png -lib/mcstas/doc/tutorial/pics/bragg.eps -lib/mcstas/doc/tutorial/pics/instr.eps -lib/mcstas/doc/tutorial/pics/mono.eps -lib/mcstas/doc/tutorial/tutorial.pdf -lib/mcstas/doc/tutorial/tutorial.ps -lib/mcstas/doc/tutorial/tutorial.tex -lib/mcstas/doc/tutorial/tutorial_meat.tex -lib/mcstas/editors/README -lib/mcstas/editors/emacs -lib/mcstas/editors/mcstas.lang -lib/mcstas/editors/mcstas.vim -lib/mcstas/editors/mcstas.xml -lib/mcstas/editors/mcstas1.lang -lib/mcstas/editors/mcstas2.lang -lib/mcstas/editors/nedit -lib/mcstas/examples/ESS_IN5_reprate.html -lib/mcstas/examples/ESS_IN5_reprate.instr -lib/mcstas/examples/ESS_test.html -lib/mcstas/examples/ESS_test.instr -lib/mcstas/examples/FZJ_KWS2_Lens.html -lib/mcstas/examples/FZJ_KWS2_Lens.instr -lib/mcstas/examples/FZJ_SANS_KWS2_AnySample.html -lib/mcstas/examples/FZJ_SANS_KWS2_AnySample.instr -lib/mcstas/examples/FZJ_SANS_KWS2_DebyeS.html -lib/mcstas/examples/FZJ_SANS_KWS2_DebyeS.instr -lib/mcstas/examples/FZJ_SANS_KWS2_Guinier.html -lib/mcstas/examples/FZJ_SANS_KWS2_Guinier.instr -lib/mcstas/examples/FZJ_SANS_KWS2_NoSample.html -lib/mcstas/examples/FZJ_SANS_KWS2_NoSample.instr -lib/mcstas/examples/FocalisationMirrors.html -lib/mcstas/examples/FocalisationMirrors.instr -lib/mcstas/examples/Histogrammer.html -lib/mcstas/examples/Histogrammer.instr -lib/mcstas/examples/ILL_BRISP.html -lib/mcstas/examples/ILL_BRISP.instr -lib/mcstas/examples/ILL_D1A.html -lib/mcstas/examples/ILL_D1A.instr -lib/mcstas/examples/ILL_H113.html -lib/mcstas/examples/ILL_H113.instr -lib/mcstas/examples/ILL_H142.html -lib/mcstas/examples/ILL_H142.instr -lib/mcstas/examples/ILL_H142_IN12.html -lib/mcstas/examples/ILL_H142_IN12.instr -lib/mcstas/examples/ILL_H15.html -lib/mcstas/examples/ILL_H15.instr -lib/mcstas/examples/ILL_H15_IN6.html -lib/mcstas/examples/ILL_H15_IN6.instr -lib/mcstas/examples/ILL_H16.html -lib/mcstas/examples/ILL_H16.instr -lib/mcstas/examples/ILL_H16_IN5.html -lib/mcstas/examples/ILL_H16_IN5.instr -lib/mcstas/examples/ILL_H24.html -lib/mcstas/examples/ILL_H24.instr -lib/mcstas/examples/ILL_H25.html -lib/mcstas/examples/ILL_H25.instr -lib/mcstas/examples/ILL_H25_IN22.html -lib/mcstas/examples/ILL_H25_IN22.instr -lib/mcstas/examples/ILL_H53.html -lib/mcstas/examples/ILL_H53.instr -lib/mcstas/examples/ISIS_CRISP.html -lib/mcstas/examples/ISIS_CRISP.instr -lib/mcstas/examples/ISIS_Hetfull.html -lib/mcstas/examples/ISIS_Hetfull.instr -lib/mcstas/examples/ISIStest.html -lib/mcstas/examples/ISIStest.instr -lib/mcstas/examples/Incoherent_Test.html -lib/mcstas/examples/Incoherent_Test.instr -lib/mcstas/examples/PSI_DMC.html -lib/mcstas/examples/PSI_DMC.instr -lib/mcstas/examples/PSI_Focus.html -lib/mcstas/examples/PSI_Focus.instr -lib/mcstas/examples/SANS.html -lib/mcstas/examples/SANS.instr -lib/mcstas/examples/SE_example.html -lib/mcstas/examples/SE_example.instr -lib/mcstas/examples/SE_example2.html -lib/mcstas/examples/SE_example2.instr -lib/mcstas/examples/SNS_test.html -lib/mcstas/examples/SNS_test.instr -lib/mcstas/examples/Test_Isotropic_Sqw.html -lib/mcstas/examples/Test_Isotropic_Sqw.instr -lib/mcstas/examples/Test_Lens.html -lib/mcstas/examples/Test_Lens.instr -lib/mcstas/examples/Test_Magnetic_Constant.html -lib/mcstas/examples/Test_Magnetic_Constant.instr -lib/mcstas/examples/Test_Magnetic_Majorana.html -lib/mcstas/examples/Test_Magnetic_Majorana.instr -lib/mcstas/examples/Test_Magnetic_Rotation.html -lib/mcstas/examples/Test_Magnetic_Rotation.instr -lib/mcstas/examples/Test_Magnetic_Userdefined.html -lib/mcstas/examples/Test_Magnetic_Userdefined.instr -lib/mcstas/examples/Test_Monochromators.html -lib/mcstas/examples/Test_Monochromators.instr -lib/mcstas/examples/Test_PSD_Detector.html -lib/mcstas/examples/Test_PSD_Detector.instr -lib/mcstas/examples/Test_Phonon.html -lib/mcstas/examples/Test_Phonon.instr -lib/mcstas/examples/Test_Pol_Bender.html -lib/mcstas/examples/Test_Pol_Bender.instr -lib/mcstas/examples/Test_Pol_Bender_Vs_Guide_Curved.html -lib/mcstas/examples/Test_Pol_Bender_Vs_Guide_Curved.instr -lib/mcstas/examples/Test_Pol_Guide_Vmirror.html -lib/mcstas/examples/Test_Pol_Guide_Vmirror.instr -lib/mcstas/examples/Test_Pol_MSF.html -lib/mcstas/examples/Test_Pol_MSF.instr -lib/mcstas/examples/Test_Pol_Mirror.html -lib/mcstas/examples/Test_Pol_Mirror.instr -lib/mcstas/examples/Test_Pol_Set.html -lib/mcstas/examples/Test_Pol_Set.instr -lib/mcstas/examples/Test_Pol_TripleAxis.html -lib/mcstas/examples/Test_Pol_TripleAxis.instr -lib/mcstas/examples/Test_V_sample_off.html -lib/mcstas/examples/Test_V_sample_off.instr -lib/mcstas/examples/Test_shellguides.html -lib/mcstas/examples/Test_shellguides.instr -lib/mcstas/examples/Tomography.html -lib/mcstas/examples/Tomography.instr -lib/mcstas/examples/h8_test.html -lib/mcstas/examples/h8_test.instr -lib/mcstas/examples/linup-1.html -lib/mcstas/examples/linup-1.instr -lib/mcstas/examples/linup-2.html -lib/mcstas/examples/linup-2.instr -lib/mcstas/examples/linup-3.html -lib/mcstas/examples/linup-3.instr -lib/mcstas/examples/linup-4.html -lib/mcstas/examples/linup-4.instr -lib/mcstas/examples/linup-5.html -lib/mcstas/examples/linup-5.instr -lib/mcstas/examples/linup-6.html -lib/mcstas/examples/linup-6.instr -lib/mcstas/examples/linup-7.html -lib/mcstas/examples/linup-7.instr -lib/mcstas/examples/prisma2.html -lib/mcstas/examples/prisma2.instr -lib/mcstas/examples/template.html -lib/mcstas/examples/template.instr -lib/mcstas/examples/templateDIFF.html -lib/mcstas/examples/templateDIFF.instr -lib/mcstas/examples/templateLaue.html -lib/mcstas/examples/templateLaue.instr -lib/mcstas/examples/templateTAS.html -lib/mcstas/examples/templateTAS.instr -lib/mcstas/examples/templateTOF.html -lib/mcstas/examples/templateTOF.instr -lib/mcstas/examples/vanadium_example.html -lib/mcstas/examples/vanadium_example.instr -lib/mcstas/index.html -lib/mcstas/misc/Beam_spy.comp -lib/mcstas/misc/Beam_spy.html -lib/mcstas/misc/Progress_bar.comp -lib/mcstas/misc/Progress_bar.html -lib/mcstas/misc/Set_pol.comp -lib/mcstas/misc/Set_pol.html -lib/mcstas/misc/Vitess_input.comp -lib/mcstas/misc/Vitess_input.html -lib/mcstas/misc/Vitess_output.comp -lib/mcstas/misc/Vitess_output.html -lib/mcstas/monitors/DivLambda_monitor.comp -lib/mcstas/monitors/DivLambda_monitor.html -lib/mcstas/monitors/DivPos_monitor.comp -lib/mcstas/monitors/DivPos_monitor.html -lib/mcstas/monitors/Divergence_monitor.comp -lib/mcstas/monitors/Divergence_monitor.html -lib/mcstas/monitors/EPSD_monitor.comp -lib/mcstas/monitors/EPSD_monitor.html -lib/mcstas/monitors/E_monitor.comp -lib/mcstas/monitors/E_monitor.html -lib/mcstas/monitors/Hdiv_monitor.comp -lib/mcstas/monitors/Hdiv_monitor.html -lib/mcstas/monitors/L_monitor.comp -lib/mcstas/monitors/L_monitor.html -lib/mcstas/monitors/MeanPolLambda_monitor.comp -lib/mcstas/monitors/MeanPolLambda_monitor.html -lib/mcstas/monitors/Monitor.comp -lib/mcstas/monitors/Monitor.html -lib/mcstas/monitors/Monitor_4PI.comp -lib/mcstas/monitors/Monitor_4PI.html -lib/mcstas/monitors/Monitor_nD.comp -lib/mcstas/monitors/Monitor_nD.html -lib/mcstas/monitors/PSD_monitor.comp -lib/mcstas/monitors/PSD_monitor.html -lib/mcstas/monitors/PSD_monitor_4PI.comp -lib/mcstas/monitors/PSD_monitor_4PI.html -lib/mcstas/monitors/PSDcyl_monitor.comp -lib/mcstas/monitors/PSDcyl_monitor.html -lib/mcstas/monitors/PSDlin_monitor.comp -lib/mcstas/monitors/PSDlin_monitor.html -lib/mcstas/monitors/PolLambda_monitor.comp -lib/mcstas/monitors/PolLambda_monitor.html -lib/mcstas/monitors/Pol_monitor.comp -lib/mcstas/monitors/Pol_monitor.html -lib/mcstas/monitors/PreMonitor_nD.comp -lib/mcstas/monitors/PreMonitor_nD.html -lib/mcstas/monitors/Res_monitor.comp -lib/mcstas/monitors/Res_monitor.html -lib/mcstas/monitors/TOF2E_monitor.comp -lib/mcstas/monitors/TOF2E_monitor.html -lib/mcstas/monitors/TOFLambda_monitor.comp -lib/mcstas/monitors/TOFLambda_monitor.html -lib/mcstas/monitors/TOF_cylPSD_monitor.comp -lib/mcstas/monitors/TOF_cylPSD_monitor.html -lib/mcstas/monitors/TOF_monitor.comp -lib/mcstas/monitors/TOF_monitor.html -lib/mcstas/monitors/TOFlog_mon.comp -lib/mcstas/monitors/TOFlog_mon.html -lib/mcstas/obsolete/Beamstop_circular.comp -lib/mcstas/obsolete/Beamstop_rectangular.comp -lib/mcstas/obsolete/Channeled_guide.comp -lib/mcstas/obsolete/Chopper.comp -lib/mcstas/obsolete/Circular_slit.comp -lib/mcstas/obsolete/Curved_Monochromator.comp -lib/mcstas/obsolete/Filter.comp -lib/mcstas/obsolete/First_Chopper.comp -lib/mcstas/obsolete/Gravity_guide.comp -lib/mcstas/obsolete/Guide2.comp -lib/mcstas/obsolete/Mon_2foc.comp -lib/mcstas/obsolete/Monochromator.comp -lib/mcstas/obsolete/Mosaic_anisotropic.comp -lib/mcstas/obsolete/Mosaic_simple.comp -lib/mcstas/obsolete/PSD_monitor_4PI_log.comp -lib/mcstas/obsolete/Powder2.comp -lib/mcstas/obsolete/Powder_filter.comp -lib/mcstas/obsolete/Soller.comp -lib/mcstas/obsolete/Soller_trans.comp -lib/mcstas/obsolete/Source_Maxwell.comp -lib/mcstas/obsolete/Source_file.comp -lib/mcstas/obsolete/Source_flat.comp -lib/mcstas/obsolete/Source_flat_lambda.comp -lib/mcstas/obsolete/Source_flux.comp -lib/mcstas/obsolete/Source_flux_lambda.comp -lib/mcstas/optics/Arm.comp -lib/mcstas/optics/Arm.html -lib/mcstas/optics/Beamstop.comp -lib/mcstas/optics/Beamstop.html -lib/mcstas/optics/Bender.comp -lib/mcstas/optics/Bender.html -lib/mcstas/optics/Collimator_linear.comp -lib/mcstas/optics/Collimator_linear.html -lib/mcstas/optics/Collimator_radial.comp -lib/mcstas/optics/Collimator_radial.html -lib/mcstas/optics/DiskChopper.comp -lib/mcstas/optics/DiskChopper.html -lib/mcstas/optics/FermiChopper.comp -lib/mcstas/optics/FermiChopper.html -lib/mcstas/optics/Filter_gen.comp -lib/mcstas/optics/Filter_gen.html -lib/mcstas/optics/Guide.comp -lib/mcstas/optics/Guide.html -lib/mcstas/optics/Guide_channeled.comp -lib/mcstas/optics/Guide_channeled.html -lib/mcstas/optics/Guide_gravity.comp -lib/mcstas/optics/Guide_gravity.html -lib/mcstas/optics/Guide_tapering.comp -lib/mcstas/optics/Guide_tapering.html -lib/mcstas/optics/Guide_wavy.comp -lib/mcstas/optics/Guide_wavy.html -lib/mcstas/optics/Mirror.comp -lib/mcstas/optics/Mirror.html -lib/mcstas/optics/Monochromator_curved.comp -lib/mcstas/optics/Monochromator_curved.html -lib/mcstas/optics/Monochromator_flat.comp -lib/mcstas/optics/Monochromator_flat.html -lib/mcstas/optics/Monochromator_pol.comp -lib/mcstas/optics/Monochromator_pol.html -lib/mcstas/optics/Pol_FieldBox.comp -lib/mcstas/optics/Pol_FieldBox.html -lib/mcstas/optics/Pol_bender.comp -lib/mcstas/optics/Pol_bender.html -lib/mcstas/optics/Pol_constBfield.comp -lib/mcstas/optics/Pol_constBfield.html -lib/mcstas/optics/Pol_guide_vmirror.comp -lib/mcstas/optics/Pol_guide_vmirror.html -lib/mcstas/optics/Pol_mirror.comp -lib/mcstas/optics/Pol_mirror.html -lib/mcstas/optics/Pol_simpleBfield.comp -lib/mcstas/optics/Pol_simpleBfield.html -lib/mcstas/optics/Selector.comp -lib/mcstas/optics/Selector.html -lib/mcstas/optics/Slit.comp -lib/mcstas/optics/Slit.html -lib/mcstas/optics/V_selector.comp -lib/mcstas/optics/V_selector.html -lib/mcstas/optics/Vitess_ChopperFermi.comp -lib/mcstas/optics/Vitess_ChopperFermi.html -lib/mcstas/samples/Isotropic_Sqw.comp -lib/mcstas/samples/Isotropic_Sqw.html -lib/mcstas/samples/Phonon_simple.comp -lib/mcstas/samples/Phonon_simple.html -lib/mcstas/samples/Powder1.comp -lib/mcstas/samples/Powder1.html -lib/mcstas/samples/PowderN.comp -lib/mcstas/samples/PowderN.html -lib/mcstas/samples/Res_sample.comp -lib/mcstas/samples/Res_sample.html -lib/mcstas/samples/Sans_spheres.comp -lib/mcstas/samples/Sans_spheres.html -lib/mcstas/samples/Single_crystal.comp -lib/mcstas/samples/Single_crystal.html -lib/mcstas/samples/TOFRes_sample.comp -lib/mcstas/samples/TOFRes_sample.html -lib/mcstas/samples/Tunneling_sample.comp -lib/mcstas/samples/Tunneling_sample.html -lib/mcstas/samples/V_sample.comp -lib/mcstas/samples/V_sample.html -lib/mcstas/share/adapt_tree-lib.c -lib/mcstas/share/adapt_tree-lib.h -lib/mcstas/share/chopper_fermi.c -lib/mcstas/share/chopper_fermi.h -lib/mcstas/share/general.c -lib/mcstas/share/general.h -lib/mcstas/share/interoff-lib.c -lib/mcstas/share/interoff-lib.h -lib/mcstas/share/intersection.c -lib/mcstas/share/intersection.h -lib/mcstas/%%DATADIR%%-r.c -lib/mcstas/%%DATADIR%%-r.h -lib/mcstas/share/monitor_nd-lib.c -lib/mcstas/share/monitor_nd-lib.h -lib/mcstas/share/nexus-lib.c -lib/mcstas/share/nexus-lib.h -lib/mcstas/share/pol-lib.c -lib/mcstas/share/pol-lib.h -lib/mcstas/share/read_table-lib.c -lib/mcstas/share/read_table-lib.h -lib/mcstas/share/ref-lib.c -lib/mcstas/share/ref-lib.h -lib/mcstas/share/vitess-lib.c -lib/mcstas/share/vitess-lib.h -lib/mcstas/sources/Adapt_check.comp -lib/mcstas/sources/Adapt_check.html -lib/mcstas/sources/ESS_moderator_long.comp -lib/mcstas/sources/ESS_moderator_long.html -lib/mcstas/sources/ESS_moderator_short.comp -lib/mcstas/sources/ESS_moderator_short.html -lib/mcstas/sources/Moderator.comp -lib/mcstas/sources/Moderator.html -lib/mcstas/sources/Monitor_Optimizer.comp -lib/mcstas/sources/Monitor_Optimizer.html -lib/mcstas/sources/Source_Maxwell_3.comp -lib/mcstas/sources/Source_Maxwell_3.html -lib/mcstas/sources/Source_Optimizer.comp -lib/mcstas/sources/Source_Optimizer.html -lib/mcstas/sources/Source_adapt.comp -lib/mcstas/sources/Source_adapt.html -lib/mcstas/sources/Source_div.comp -lib/mcstas/sources/Source_div.html -lib/mcstas/sources/Source_gen.comp -lib/mcstas/sources/Source_gen.html -lib/mcstas/sources/Source_simple.comp -lib/mcstas/sources/Source_simple.html -lib/mcstas/sources/Virtual_input.comp -lib/mcstas/sources/Virtual_input.html -lib/mcstas/sources/Virtual_output.comp -lib/mcstas/sources/Virtual_output.html -lib/mcstas/tools/matlab/CheckNeutNumber.m -lib/mcstas/tools/matlab/CheckTimeout.m -lib/mcstas/tools/matlab/PlotInstrument.m -lib/mcstas/tools/matlab/ReshapeTransform.m -lib/mcstas/tools/matlab/mcdisplay.m -lib/mcstas/tools/matlab/mcplot.m -lib/mcstas/tools/matlab/resume.m -lib/mcstas/tools/matlab/tomo_recon.m -lib/mcstas/tools/matlab/wait.m -lib/mcstas/tools/perl/mcfrontlib.pl -lib/mcstas/tools/perl/mcfrontlib2D.pl -lib/mcstas/tools/perl/mcgnuplot.pl -lib/mcstas/tools/perl/mcguilib.pl -lib/mcstas/tools/perl/mcoptimlib.pl -lib/mcstas/tools/perl/mcplotlib.pl -lib/mcstas/tools/perl/mcrunlib.pl -lib/mcstas/tools/perl/mcstas_config.perl -lib/mcstas/tools/perl/mcstas_config.perl.in -lib/mcstas/tools/perl/mcstas_reconfigure -lib/mcstas/tools/perl/mcstas_reconfigure.in -lib/mcstas/tools/perl/modules/Math/Amoeba.pm -lib/mcstas/tools/perl/modules/Proc/Simple.pm -lib/mcstas/tools/perl/modules/Tk/CodeText.pm -lib/mcstas/tools/perl/modules/Tk/CodeText.pod -lib/mcstas/tools/perl/modules/Tk/CodeText/McStas.pm -lib/mcstas/tools/perl/modules/Tk/CodeText/None.pm -lib/mcstas/tools/perl/modules/Tk/CodeText/Template.pm -lib/mcstas/tools/perl/modules/Tk/CodeText/Xresources.pm -lib/mcstas/tools/perl/modules/Tk/RulesEditor.pm -lib/mcstas/tools/perl/modules/%%PERL_ARCHNAME%%/auto/Math/Amoeba/.packlist -lib/mcstas/tools/perl/modules/%%PERL_ARCHNAME%%/auto/Proc/Simple/.packlist -lib/mcstas/tools/perl/modules/%%PERL_ARCHNAME%%/auto/Tk/CodeText/.packlist -lib/mcstas/tools/perl/modules/%%PERL_ARCHNAME%%/perllocal.pod -lib/mcstas/tools/perl/modules/auto/Proc/Simple/autosplit.ix -lib/mcstas/tools/scilab/mcdisplay.sci -lib/mcstas/tools/scilab/mcplot.sci -lib/mcstas/tools/scilab/plotlib/BUGS -lib/mcstas/tools/scilab/plotlib/CHANGES -lib/mcstas/tools/scilab/plotlib/README -lib/mcstas/tools/scilab/plotlib/README_McStas -lib/mcstas/tools/scilab/plotlib/VERSION.TXT -lib/mcstas/tools/scilab/plotlib/build_unix.sh -lib/mcstas/tools/scilab/plotlib/builder.sce -lib/mcstas/tools/scilab/plotlib/buildme.sci -lib/mcstas/tools/scilab/plotlib/loader.sce -lib/mcstas/tools/scilab/plotlib/macros/VERSION -lib/mcstas/tools/scilab/plotlib/macros/activateRGBColormap.sci -lib/mcstas/tools/scilab/plotlib/macros/addPlot.sci -lib/mcstas/tools/scilab/plotlib/macros/addPlot.sci.old -lib/mcstas/tools/scilab/plotlib/macros/addPlot3.sci -lib/mcstas/tools/scilab/plotlib/macros/axis.sci -lib/mcstas/tools/scilab/plotlib/macros/bar.sci -lib/mcstas/tools/scilab/plotlib/macros/blackbg.sci -lib/mcstas/tools/scilab/plotlib/macros/bluecolormap.sci -lib/mcstas/tools/scilab/plotlib/macros/bonecolormap.sci -lib/mcstas/tools/scilab/plotlib/macros/caxis.sci -lib/mcstas/tools/scilab/plotlib/macros/changeVP.sci -lib/mcstas/tools/scilab/plotlib/macros/check2dFun.sci -lib/mcstas/tools/scilab/plotlib/macros/check3dFun.sci -lib/mcstas/tools/scilab/plotlib/macros/checkXYPair.sci -lib/mcstas/tools/scilab/plotlib/macros/checkXYZQuadruple.sci -lib/mcstas/tools/scilab/plotlib/macros/clearWindow.sci -lib/mcstas/tools/scilab/plotlib/macros/clf.sci -lib/mcstas/tools/scilab/plotlib/macros/colormap.sci -lib/mcstas/tools/scilab/plotlib/macros/computeLight.sci -lib/mcstas/tools/scilab/plotlib/macros/coolcolormap.sci -lib/mcstas/tools/scilab/plotlib/macros/coppercolormap.sci -lib/mcstas/tools/scilab/plotlib/macros/delete.sci -lib/mcstas/tools/scilab/plotlib/macros/diffuse.sci -lib/mcstas/tools/scilab/plotlib/macros/dinosaure.dat -lib/mcstas/tools/scilab/plotlib/macros/dir.sci -lib/mcstas/tools/scilab/plotlib/macros/doThePlot3d.sci -lib/mcstas/tools/scilab/plotlib/macros/doThePlot3d1.sci -lib/mcstas/tools/scilab/plotlib/macros/draw2DAxis.sci -lib/mcstas/tools/scilab/plotlib/macros/eval3dPolygons.sci -lib/mcstas/tools/scilab/plotlib/macros/fig.sci -lib/mcstas/tools/scilab/plotlib/macros/fill.sci -lib/mcstas/tools/scilab/plotlib/macros/findColorIndex.sci -lib/mcstas/tools/scilab/plotlib/macros/fliplr.sci -lib/mcstas/tools/scilab/plotlib/macros/flipud.sci -lib/mcstas/tools/scilab/plotlib/macros/gcw.sci -lib/mcstas/tools/scilab/plotlib/macros/generate3dPolygons.sci -lib/mcstas/tools/scilab/plotlib/macros/genlib -lib/mcstas/tools/scilab/plotlib/macros/getColorNumber.sci -lib/mcstas/tools/scilab/plotlib/macros/graphinit.sci -lib/mcstas/tools/scilab/plotlib/macros/greencolormap.sci -lib/mcstas/tools/scilab/plotlib/macros/hold.sci -lib/mcstas/tools/scilab/plotlib/macros/legend.sci -lib/mcstas/tools/scilab/plotlib/macros/lighten.sci -lib/mcstas/tools/scilab/plotlib/macros/loadDefaultColormap.sci -lib/mcstas/tools/scilab/plotlib/macros/loadDefaultGraphicState.sci -lib/mcstas/tools/scilab/plotlib/macros/loadGlobalGraphicState.sci -lib/mcstas/tools/scilab/plotlib/macros/loadGraphicState.sci -lib/mcstas/tools/scilab/plotlib/macros/loglog.sci -lib/mcstas/tools/scilab/plotlib/macros/mainPlot.sci -lib/mcstas/tools/scilab/plotlib/macros/mainPlot3d.sci -lib/mcstas/tools/scilab/plotlib/macros/mesh.sci -lib/mcstas/tools/scilab/plotlib/macros/meshgrid.sci -lib/mcstas/tools/scilab/plotlib/macros/names -lib/mcstas/tools/scilab/plotlib/macros/nonParametricDiffData.sci -lib/mcstas/tools/scilab/plotlib/macros/nonParametricDiffDeriv.sci -lib/mcstas/tools/scilab/plotlib/macros/nonParametricNormals.sci -lib/mcstas/tools/scilab/plotlib/macros/parametricDiffData.sci -lib/mcstas/tools/scilab/plotlib/macros/parametricDiffDeriv.sci -lib/mcstas/tools/scilab/plotlib/macros/parametricNormals.sci -lib/mcstas/tools/scilab/plotlib/macros/parseAxis.sci -lib/mcstas/tools/scilab/plotlib/macros/parseBackFaceCulling.sci -lib/mcstas/tools/scilab/plotlib/macros/parseBackFaceLighting.sci -lib/mcstas/tools/scilab/plotlib/macros/parseColor.sci -lib/mcstas/tools/scilab/plotlib/macros/parseColorBar.sci -lib/mcstas/tools/scilab/plotlib/macros/parseColormap.sci -lib/mcstas/tools/scilab/plotlib/macros/parseGrid.sci -lib/mcstas/tools/scilab/plotlib/macros/parseHiddenMode.sci -lib/mcstas/tools/scilab/plotlib/macros/parseHideMode.sci -lib/mcstas/tools/scilab/plotlib/macros/parseLabel.sci -lib/mcstas/tools/scilab/plotlib/macros/parseLegend.sci -lib/mcstas/tools/scilab/plotlib/macros/parseLight.sci -lib/mcstas/tools/scilab/plotlib/macros/parseMargin.sci -lib/mcstas/tools/scilab/plotlib/macros/parseScale.sci -lib/mcstas/tools/scilab/plotlib/macros/parseShading.sci -lib/mcstas/tools/scilab/plotlib/macros/parseTicks.sci -lib/mcstas/tools/scilab/plotlib/macros/parseView.sci -lib/mcstas/tools/scilab/plotlib/macros/pcolor.sci -lib/mcstas/tools/scilab/plotlib/macros/plot.sci -lib/mcstas/tools/scilab/plotlib/macros/plot3.sci -lib/mcstas/tools/scilab/plotlib/macros/plotlibver.sci -lib/mcstas/tools/scilab/plotlib/macros/process2DAxis.sci -lib/mcstas/tools/scilab/plotlib/macros/process2DPrelim.sci -lib/mcstas/tools/scilab/plotlib/macros/process3DPrelim.sci -lib/mcstas/tools/scilab/plotlib/macros/processColorBar.sci -lib/mcstas/tools/scilab/plotlib/macros/processLegend.sci -lib/mcstas/tools/scilab/plotlib/macros/processLegendOld.sci -lib/mcstas/tools/scilab/plotlib/macros/processSFB.sci -lib/mcstas/tools/scilab/plotlib/macros/redcolormap.sci -lib/mcstas/tools/scilab/plotlib/macros/saveGraphicState.sci -lib/mcstas/tools/scilab/plotlib/macros/semilogx.sci -lib/mcstas/tools/scilab/plotlib/macros/semilogy.sci -lib/mcstas/tools/scilab/plotlib/macros/setCurrentViewport.sci -lib/mcstas/tools/scilab/plotlib/macros/setFontSize.sci -lib/mcstas/tools/scilab/plotlib/macros/shg.sci -lib/mcstas/tools/scilab/plotlib/macros/slide.sci -lib/mcstas/tools/scilab/plotlib/macros/subplot.sci -lib/mcstas/tools/scilab/plotlib/macros/surf.sci -lib/mcstas/tools/scilab/plotlib/macros/surfl.sci -lib/mcstas/tools/scilab/plotlib/macros/surfnorm.sci -lib/mcstas/tools/scilab/plotlib/macros/title.sci -lib/mcstas/tools/scilab/plotlib/macros/toto.eps -lib/mcstas/tools/scilab/plotlib/macros/toto.gif -lib/mcstas/tools/scilab/plotlib/macros/triangle.sci -lib/mcstas/tools/scilab/plotlib/macros/tridem.dat -lib/mcstas/tools/scilab/plotlib/macros/trimesh.sci -lib/mcstas/tools/scilab/plotlib/macros/tripcolor.sci -lib/mcstas/tools/scilab/plotlib/macros/triplot.sci -lib/mcstas/tools/scilab/plotlib/macros/trisurf.sci -lib/mcstas/tools/scilab/plotlib/macros/trisurfl.sci -lib/mcstas/tools/scilab/plotlib/macros/whitebg.sci -lib/mcstas/tools/scilab/plotlib/macros/xlabel.sci -lib/mcstas/tools/scilab/plotlib/macros/ylabel.sci -lib/mcstas/tools/scilab/plotlib/man/Plotlib.cat -lib/mcstas/tools/scilab/plotlib/man/axis.cat -lib/mcstas/tools/scilab/plotlib/man/background.cat -lib/mcstas/tools/scilab/plotlib/man/bar.cat -lib/mcstas/tools/scilab/plotlib/man/caxis.cat -lib/mcstas/tools/scilab/plotlib/man/clf.cat -lib/mcstas/tools/scilab/plotlib/man/colorbar.cat -lib/mcstas/tools/scilab/plotlib/man/colormap.cat -lib/mcstas/tools/scilab/plotlib/man/delete.cat -lib/mcstas/tools/scilab/plotlib/man/fig.cat -lib/mcstas/tools/scilab/plotlib/man/foreground.cat -lib/mcstas/tools/scilab/plotlib/man/gcw.cat -lib/mcstas/tools/scilab/plotlib/man/grid.cat -lib/mcstas/tools/scilab/plotlib/man/hold.cat -lib/mcstas/tools/scilab/plotlib/man/legend.cat -lib/mcstas/tools/scilab/plotlib/man/light.cat -lib/mcstas/tools/scilab/plotlib/man/loglog.cat -lib/mcstas/tools/scilab/plotlib/man/mesh.cat -lib/mcstas/tools/scilab/plotlib/man/pcolor.cat -lib/mcstas/tools/scilab/plotlib/man/plot.cat -lib/mcstas/tools/scilab/plotlib/man/plot3.cat -lib/mcstas/tools/scilab/plotlib/man/plotlibver.cat -lib/mcstas/tools/scilab/plotlib/man/semilogx.cat -lib/mcstas/tools/scilab/plotlib/man/semilogy.cat -lib/mcstas/tools/scilab/plotlib/man/shading.cat -lib/mcstas/tools/scilab/plotlib/man/shg.cat -lib/mcstas/tools/scilab/plotlib/man/subplot.cat -lib/mcstas/tools/scilab/plotlib/man/surf.cat -lib/mcstas/tools/scilab/plotlib/man/surfl.cat -lib/mcstas/tools/scilab/plotlib/man/surfnorm.cat -lib/mcstas/tools/scilab/plotlib/man/title.cat -lib/mcstas/tools/scilab/plotlib/man/trimesh.cat -lib/mcstas/tools/scilab/plotlib/man/tripcolor.cat -lib/mcstas/tools/scilab/plotlib/man/triplot.cat -lib/mcstas/tools/scilab/plotlib/man/trisurf.cat -lib/mcstas/tools/scilab/plotlib/man/trisurfl.cat -lib/mcstas/tools/scilab/plotlib/man/view.cat -lib/mcstas/tools/scilab/plotlib/man/whatis -lib/mcstas/tools/scilab/plotlib/man/whitebg.cat -lib/mcstas/tools/scilab/plotlib/man/xlabel.cat -lib/mcstas/tools/scilab/plotlib/man/ylabel.cat -lib/mcstas/tools/perl/modules/lib/%%PERL_PORT%%/%%PERL_VERSION%%/man/man3/Math::Amoeba.3 -lib/mcstas/tools/perl/modules/lib/%%PERL_PORT%%/%%PERL_VERSION%%/man/man3/Proc::Simple.3 -lib/mcstas/tools/perl/modules/lib/%%PERL_PORT%%/%%PERL_VERSION%%/man/man3/Tk::CodeText.3 -lib/mcstas/tools/perl/modules/lib/%%PERL_PORT%%/%%PERL_VERSION%%/man/man3/Tk::CodeText::McStas.3 -lib/mcstas/tools/perl/modules/lib/%%PERL_PORT%%/%%PERL_VERSION%%/man/man3/Tk::CodeText::None.3 -lib/mcstas/tools/perl/modules/lib/%%PERL_PORT%%/%%PERL_VERSION%%/man/man3/Tk::CodeText::Template.3 -lib/mcstas/tools/perl/modules/lib/%%PERL_PORT%%/%%PERL_VERSION%%/man/man3/Tk::CodeText::Xresources.3 -@dirrm lib/mcstas/tools/perl/modules/lib/%%PERL_PORT%%/%%PERL_VERSION%%/man/man3 -@dirrm lib/mcstas/tools/perl/modules/lib/%%PERL_PORT%%/%%PERL_VERSION%%/man -@dirrm lib/mcstas/tools/perl/modules/lib/%%PERL_PORT%%/%%PERL_VERSION%% -@dirrm lib/mcstas/tools/perl/modules/lib/%%PERL_PORT%% -@dirrm lib/mcstas/tools/perl/modules/lib -@dirrm lib/mcstas/tools/scilab/plotlib/man -@dirrm lib/mcstas/tools/scilab/plotlib/macros -@dirrm lib/mcstas/tools/scilab/plotlib -@dirrm lib/mcstas/tools/scilab -@dirrm lib/mcstas/tools/perl/modules/auto/Proc/Simple -@dirrm lib/mcstas/tools/perl/modules/auto/Proc -@dirrm lib/mcstas/tools/perl/modules/auto -@dirrm lib/mcstas/tools/perl/modules/%%PERL_ARCHNAME%%/auto/Tk/CodeText -@dirrm lib/mcstas/tools/perl/modules/%%PERL_ARCHNAME%%/auto/Tk -@dirrm lib/mcstas/tools/perl/modules/%%PERL_ARCHNAME%%/auto/Proc/Simple -@dirrm lib/mcstas/tools/perl/modules/%%PERL_ARCHNAME%%/auto/Proc -@dirrm lib/mcstas/tools/perl/modules/%%PERL_ARCHNAME%%/auto/Math/Amoeba -@dirrm lib/mcstas/tools/perl/modules/%%PERL_ARCHNAME%%/auto/Math -@dirrm lib/mcstas/tools/perl/modules/%%PERL_ARCHNAME%%/auto -@dirrm lib/mcstas/tools/perl/modules/%%PERL_ARCHNAME%% -@dirrm lib/mcstas/tools/perl/modules/Tk/CodeText -@dirrm lib/mcstas/tools/perl/modules/Tk -@dirrm lib/mcstas/tools/perl/modules/Proc -@dirrm lib/mcstas/tools/perl/modules/Math -@dirrm lib/mcstas/tools/perl/modules -@dirrm lib/mcstas/tools/perl -@dirrm lib/mcstas/tools/matlab -@dirrm lib/mcstas/tools -@dirrm lib/mcstas/sources -@dirrm lib/mcstas/share -@dirrm lib/mcstas/samples -@dirrm lib/mcstas/optics -@dirrm lib/mcstas/obsolete -@dirrm lib/mcstas/monitors -@dirrm lib/mcstas/misc -@dirrm lib/mcstas/examples -@dirrm lib/mcstas/editors -@dirrm lib/mcstas/doc/tutorial/pics -@dirrm lib/mcstas/doc/tutorial/html -@dirrm lib/mcstas/doc/tutorial -@dirrm lib/mcstas/doc -@dirrm lib/mcstas/data -@dirrm lib/mcstas/contrib/doc -@dirrm lib/mcstas/contrib/ISIS_tables -@dirrm lib/mcstas/contrib/Gas_tables -@dirrm lib/mcstas/contrib -@dirrm lib/mcstas diff --git a/science/minc/Makefile b/science/minc/Makefile deleted file mode 100644 index a3a7a77d9fe3..000000000000 --- a/science/minc/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# Created by: jbacon -# $FreeBSD$ - -############################################################################ -# http://www.bic.mni.mcgill.ca/software/minc/ -# is the ultimate source for MINC, and will always contain the latest -# source release. If this port is not up to date enough for you, -# you can download the latest sources and build manually. On FreeBSD, -# you must configure with the environment variable LDFLAGS set to -# ${LOCALBASE}/lib so that the configure script will find libnetcdf. -# Of course, the netcdf port must be installed first. - -PORTNAME= minc -PORTVERSION= 1.5.1 -PORTREVISION= 1 -CATEGORIES= science biology -MASTER_SITES= http://www.nitrc.org/frs/downloadlink.php/400/ - -MAINTAINER= jwbacon@tds.net -COMMENT= Medical Imaging NetCDF - -BROKEN= Fails to build - -LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf - -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --enable-static=yes --enable-shared=yes - -CONFLICTS= minc-2* zh-tk-[0-9]* - -WRKSRC= ${WRKDIR}/${PORTNAME}-1.5 - -MAN1= dcm2mnc.1 \ - ecattominc.1 \ - invert_raw_image.1 \ - minc_modify_header.1 \ - mincaverage.1 \ - minccalc.1 \ - mincconcat.1 \ - minccopy.1 \ - mincdiff.1 \ - mincedit.1 \ - mincexpand.1 \ - mincextract.1 \ - mincheader.1 \ - minchistory.1 \ - mincinfo.1 \ - minclookup.1 \ - mincmakescalar.1 \ - mincmakevector.1 \ - mincmath.1 \ - mincpik.1 \ - mincresample.1 \ - mincreshape.1 \ - mincstats.1 \ - minctoecat.1 \ - minctoraw.1 \ - mincview.1 \ - mincwindow.1 \ - mnc2nii.1 \ - nii2mnc.1 \ - rawtominc.1 \ - transformtags.1 \ - upet2mnc.1 \ - voxeltoworld.1 \ - xfmconcat.1 \ - xfminvert.1 - -MAN3= ParseArgv.3 - -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/science/minc/distinfo b/science/minc/distinfo deleted file mode 100644 index 8eca6102f52f..000000000000 --- a/science/minc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (minc-1.5.1.tar.gz) = 3ca7045c6eaa32daea184af3f78e30969bb0a0dddce2a1b292ba1624d23a61c9 -SIZE (minc-1.5.1.tar.gz) = 1356462 diff --git a/science/minc/files/patch-conversion__minctoecat__machine_indep.c b/science/minc/files/patch-conversion__minctoecat__machine_indep.c deleted file mode 100644 index b1e87762e631..000000000000 --- a/science/minc/files/patch-conversion__minctoecat__machine_indep.c +++ /dev/null @@ -1,11 +0,0 @@ ---- conversion/minctoecat/machine_indep.c.orig 2012-07-20 17:16:13.000000000 +0200 -+++ conversion/minctoecat/machine_indep.c 2012-07-20 17:17:48.000000000 +0200 -@@ -84,7 +84,7 @@ - bufr[1] = ret >>16; - } - #else /* BIG ENDIAN : sun hp sgi*/ --ftovaxf(orig,number) -+void ftovaxf(orig,number) - unsigned short number[2]; - float orig; - { diff --git a/science/minc/pkg-descr b/science/minc/pkg-descr deleted file mode 100644 index 7d6f542bcb1c..000000000000 --- a/science/minc/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -MINC (Medical Imaging NetCDF) is a medical imaging data format and an -associated set of tools and libraries. MINC was created in 1993 by Peter -Neelin at the McConnell Brain Imaging Centre of the Montreal Neurological -Institute. Many others have contributed to the design and implementation -MINC over the years. - -WWW: http://www.bic.mni.mcgill.ca/ServicesSoftware/MINC - -Port maintainer: Jason W. Bacon - jwbacon@tds.net diff --git a/science/minc/pkg-message b/science/minc/pkg-message deleted file mode 100644 index cc3dd854da2b..000000000000 --- a/science/minc/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -============================================================================= -For questions or comments regarding this port, please contact the -port maintainer: jwbacon@tds.net - -For MINC usage, please visit the MINC WEB site at - -http://www.bic.mni.mcgill.ca/ServicesSoftware/MINC -============================================================================= diff --git a/science/minc/pkg-plist b/science/minc/pkg-plist deleted file mode 100644 index 293bf89a7dff..000000000000 --- a/science/minc/pkg-plist +++ /dev/null @@ -1,68 +0,0 @@ -bin/dcm2mnc -bin/ecattominc -bin/invert_raw_image -bin/minc_modify_header -bin/mincaverage -bin/minccalc -bin/mincconcat -bin/minccopy -bin/mincdiff -bin/mincedit -bin/mincexpand -bin/mincextract -bin/mincheader -bin/minchistory -bin/mincinfo -bin/minclookup -bin/mincmakescalar -bin/mincmakevector -bin/mincmath -bin/mincpik -bin/mincresample -bin/mincreshape -bin/mincstats -bin/minctoecat -bin/minctoraw -bin/mincview -bin/mincwindow -bin/mnc2nii -bin/nii2mnc -bin/rawtominc -bin/transformtags -bin/upet2mnc -bin/voxeltoworld -bin/worldtovoxel -bin/xfmconcat -bin/xfminvert -include/ParseArgv.h -include/minc.h -include/minc_simple.h -include/nd_loop.h -include/time_stamp.h -include/volume_io.h -include/volume_io/alloc.h -include/volume_io/arrays.h -include/volume_io/basic.h -include/volume_io/def_math.h -include/volume_io/files.h -include/volume_io/geom_structs.h -include/volume_io/geometry.h -include/volume_io/internal_volume_io.h -include/volume_io/multidim.h -include/volume_io/progress.h -include/volume_io/string_funcs.h -include/volume_io/system_dependent.h -include/volume_io/transforms.h -include/volume_io/vol_io_prototypes.h -include/volume_io/volume.h -include/volume_io/volume_cache.h -include/voxel_loop.h -lib/libminc.a -lib/libminc.la -lib/libminc.so -lib/libminc.so.1 -lib/libvolume_io.a -lib/libvolume_io.la -lib/libvolume_io.so -lib/libvolume_io.so.0 -@dirrm include/volume_io diff --git a/science/psi3/Makefile b/science/psi3/Makefile deleted file mode 100644 index c2940f857478..000000000000 --- a/science/psi3/Makefile +++ /dev/null @@ -1,110 +0,0 @@ -# Created by: NAKATA Maho <maho@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= psi3 -PORTVERSION= 3.4.0 -PORTREVISION= 4 -CATEGORIES= science -MASTER_SITES= SF/psicode/psi/${PORTVERSION} \ - http://www.psicode.org/doc/:doc \ - ${MASTER_SITE_LOCAL:S|%SUBDIR%|maho/psi3|}:doc - -DISTNAME= psi-${PORTVERSION} -.if !defined(NOPORTDOCS) -DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} installation.pdf:doc userman.pdf:doc progman.pdf:doc -.endif -DIST_SUBDIR= psi3 -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Electronic structure programs for high-accuracy computations - -BROKEN= Fails to build - -.if exists(${LOCALBASE}/lib/libgoto2.so) -WITH_BLAS?= gotoblas -.elif exists(${LOCALBASE}/lib/libatlas.so) -WITH_BLAS?= atlas -.else -WITH_BLAS?= reference -.endif - -. if ${WITH_BLAS} == reference -LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas -LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack -BLAS= -lblas -LAPACK= -llapack -.elif ${WITH_BLAS} == gotoblas -LIB_DEPENDS+= libgoto2.so:${PORTSDIR}/math/gotoblas -LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack -BLAS= -lgoto2p -LAPACK= -lgoto2p -.elif ${WITH_BLAS} == atlas -LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas -BLAS= -lptf77blas -LAPACK= -lalapack -lptcblas -.endif - -GNU_CONFIGURE= yes -USES= fortran gmake tar:bzip2 -CONFIGURE_ARGS= --with-cc=${CC} \ - --with-cxx=${CXX} \ - --with-fc=${FC} \ - --with-opt="${CFLAGS}" \ - --with-lapack="${LAPACK}" \ - --with-blas="${BLAS}" \ - --datadir=${PREFIX}/share/psi3 \ - --docdir=${WRKSRC}/tmpdoc/ \ - --with-libdirs="-L${LOCALBASE}/lib" \ - --with-libs="-lcompat" -CFLAGS+= -Wno-error=return-type - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if defined(WITH_OPTIMIZED_FLAGS) -FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -CXXFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -Wno-multichar -.if (${ARCH} == "i386") -FFLAGS+= -mfancy-math-387 -CFLAGS+= -mfancy-math-387 -CXXFLAGS+= -mfancy-math-387 -.endif # i386 -.endif - -WRKSRC= ${WRKDIR}/${PORTNAME} -MAN1= ccenergy.1 cceom.1 cints.1 clag.1 cscf.1 dboc.1 detcas.1 \ - detcasman.1 detci.1 geom.1 input.1 intder.1 mocube.1 mp2.1 mp2r12.1 \ - nonbonded.1 oeprop.1 optking.1 psi3.1 psiclean.1 stable.1 tocprint.1 \ - transqt.1 - -pre-configure: - @${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." - @${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTREAD_CFLAGS}|g ; \ - s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/src/bin/cints/Makefile.in - @${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTREAD_CFLAGS}|g ; \ - s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/src/bin/detci/Makefile.in - -MAKE_ENV+= SCRATCH=${WRKSRC}/tmp - -do-build: - @(cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_CMD}) - -do-install: - @(cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} install) - @${TAR} cf - -C ${WRKSRC}/tmpdoc/man . | ${TAR} xf - -C ${PREFIX}/man -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/psi3 - @${TAR} cf - -C ${WRKSRC}/tmpdoc/html . | ${TAR} xf - -C ${PREFIX}/share/doc/psi3 - @${TAR} cf - -C ${WRKSRC}/tmpdoc/txt . | ${TAR} xf - -C ${PREFIX}/share/doc/psi3 - @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/installation.pdf ${DOCSDIR} - @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/userman.pdf ${DOCSDIR} - @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/progman.pdf ${DOCSDIR} -.endif -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${PREFIX}/share/examples/psi3 - @${TAR} cf - -C ${WRKSRC}/tests . | ${TAR} xf - -C ${PREFIX}/share/examples/psi3 -.endif - -.include <bsd.port.post.mk> diff --git a/science/psi3/distinfo b/science/psi3/distinfo deleted file mode 100644 index 1d7a92df9401..000000000000 --- a/science/psi3/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -SHA256 (psi3/psi-3.4.0.tar.bz2) = 8776cc5ed8358ff2eba74ae02b5d3d6a80d61cd7c68d4cf76febfea3992d52b5 -SIZE (psi3/psi-3.4.0.tar.bz2) = 5806391 -SHA256 (psi3/installation.pdf) = 7f0a58f074d35d0f8e6c2a1d6e18232b9fafb28a161a2af82e6d0e56e90d4488 -SIZE (psi3/installation.pdf) = 76622 -SHA256 (psi3/userman.pdf) = 6b2fb4c42b248eda4f6f421f1369dfe2e0fd7f69744c710f7d39e1099fcdb4d6 -SIZE (psi3/userman.pdf) = 331573 -SHA256 (psi3/progman.pdf) = ea406c1df4902e6a42cc26ede515ebde4f96eb5b81fc6de82382f3a00b361358 -SIZE (psi3/progman.pdf) = 1693839 diff --git a/science/psi3/files/patch-cstdio b/science/psi3/files/patch-cstdio deleted file mode 100644 index 39cfff087c56..000000000000 --- a/science/psi3/files/patch-cstdio +++ /dev/null @@ -1,72 +0,0 @@ ---- src/lib/libpsio/psio.hpp~ 2008-11-25 02:50:44.000000000 +0900 -+++ src/lib/libpsio/psio.hpp 2009-08-03 19:03:57.000000000 +0900 -@@ -3,7 +3,7 @@ - - #include <string> - #include <map> -- -+#include <cstdio> - #include <libpsio/config.h> - - namespace psi { ---- src/lib/libutil/libutil.h~ 2008-12-09 05:23:16.000000000 +0900 -+++ src/lib/libutil/libutil.h 2009-08-03 19:07:37.000000000 +0900 -@@ -4,6 +4,7 @@ - #include <vector> - #include <iostream> - #include <sstream> -+#include <cstdio> - #include <sys/time.h> - - extern FILE *outfile; ---- src/bin/mcscf/block_matrix.h~ 2008-12-09 05:23:16.000000000 +0900 -+++ src/bin/mcscf/block_matrix.h 2009-08-03 19:37:15.000000000 +0900 -@@ -4,7 +4,7 @@ - #include "block_vector.h" - #include "matrix_base.h" - #include <string> -- -+#include <cstdio> - extern FILE* outfile; - - namespace psi{ namespace mcscf{ ---- src/bin/mcscf/sblock_vector.cc~ 2008-12-09 05:23:16.000000000 +0900 -+++ src/bin/mcscf/sblock_vector.cc 2009-08-03 20:00:47.000000000 +0900 -@@ -2,6 +2,7 @@ - #include <psifiles.h> - - #include "sblock_vector.h" -+#include <cstdio> - - extern FILE* outfile; - ---- src/bin/mcscf/block_vector.cc~ 2008-12-09 05:23:16.000000000 +0900 -+++ src/bin/mcscf/block_vector.cc 2009-08-03 20:27:14.000000000 +0900 -@@ -1,6 +1,7 @@ - #include "block_vector.h" - #include "vector_base.h" - #include "memory_manager.h" -+#include <cstdio> - - extern FILE* outfile; - ---- src/bin/mcscf/memory_manager.h~ 2008-12-09 05:23:16.000000000 +0900 -+++ src/bin/mcscf/memory_manager.h 2009-08-03 21:09:02.000000000 +0900 -@@ -3,6 +3,7 @@ - - #include <map> - #include <vector> -+#include <cstdio> - #include <string> - - namespace psi{ namespace mcscf{ ---- src/bin/psimrcc/memory_manager.h~ 2008-08-14 07:25:41.000000000 +0900 -+++ src/bin/psimrcc/memory_manager.h 2009-08-03 21:10:00.000000000 +0900 -@@ -10,6 +10,7 @@ - #include <map> - #include <vector> - #include <string> -+#include <cstdio> - - namespace psi{ namespace psimrcc{ - diff --git a/science/psi3/files/patch-src+bin+cints+Makefile.in b/science/psi3/files/patch-src+bin+cints+Makefile.in deleted file mode 100644 index 9b7661db1670..000000000000 --- a/science/psi3/files/patch-src+bin+cints+Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- src/bin/cints/Makefile.in~ 2008-12-19 06:51:42.000000000 +0900 -+++ src/bin/cints/Makefile.in 2009-04-13 16:42:30.000000000 +0900 -@@ -92,15 +92,15 @@ - - include ../MakeVars - --CFLAGS = $(CDBG) $(COPT) $(CDEF) $(COTH) $(CINC) -+CFLAGS = $(CDBG) $(COPT) $(CDEF) $(COTH) $(CINC) %%PTHREAD_CFLAGS%% - CINC += -I$(srcdir) $(DIRS:%=-I$(srcdir)/%) - CDEF += $(OPTIONS) - --CXXFLAGS = $(CXXDBG) $(CXXOPT) $(CXXDEF) $(CXXOTH) $(CXXINC) -+CXXFLAGS = $(CXXDBG) $(CXXOPT) $(CXXDEF) $(CXXOTH) $(CXXINC) %%PTHREAD_CFLAGS%% - CXXINC += -I$(srcdir) $(DIRS:%=-I$(srcdir)/%) - CXXDEF += $(OPTIONS) - --LDLIBS += $(BLAS) -lpthread -+LDLIBS += $(BLAS) -lpthread %%PTHREAD_LIBS%% - PSILIBS = -lPSI_qt -lPSI_chkpt $(INTLIBS) -lPSI_iwl \ - -lPSI_psio -lPSI_ciomr -lPSI_ipv1 - ifeq ($(findstring CC,$(SUBDIRS)),CC) diff --git a/science/psi3/files/patch-src+util+tocprint+Makefile.in b/science/psi3/files/patch-src+util+tocprint+Makefile.in deleted file mode 100644 index 06984a615909..000000000000 --- a/science/psi3/files/patch-src+util+tocprint+Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/util/tocprint/Makefile.in.org Fri Mar 19 17:32:31 2004 -+++ src/util/tocprint/Makefile.in Fri Mar 19 17:33:46 2004 -@@ -18,4 +18,4 @@ - - install_man:: tocprint.1 - $(MKDIRS) $(mandir)/man1 -- $(INSTALL_PROGRAM) $(srcdir)/tocprint.1 $(mandir)/man1 -+ $(INSTALL_INCLUDE) $^ $(mandir)/man1 - - - diff --git a/science/psi3/files/patch-src-bin-clag-clag.cc b/science/psi3/files/patch-src-bin-clag-clag.cc deleted file mode 100644 index 936ec5520098..000000000000 --- a/science/psi3/files/patch-src-bin-clag-clag.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/bin/clag/clag.cc.orig -+++ src/bin/clag/clag.cc -@@ -46,6 +46,7 @@ - /***************************************************************************/ - using namespace psi::clag; - -+int - main(int argc, char **argv) - { - diff --git a/science/psi3/files/patch-src-bin-geom-geom.cc b/science/psi3/files/patch-src-bin-geom-geom.cc deleted file mode 100644 index 12a3a4afde46..000000000000 --- a/science/psi3/files/patch-src-bin-geom-geom.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/bin/geom/geom.cc.orig -+++ src/bin/geom/geom.cc -@@ -115,6 +115,7 @@ - void fill_sym_matrix(double **A, int size); - }} // namespace psi::geom - -+int - main(int argc, char* argv[]) - { - using namespace psi::geom; diff --git a/science/psi3/files/patch-src-bin-nonbonded-nonbonded.cc b/science/psi3/files/patch-src-bin-nonbonded-nonbonded.cc deleted file mode 100644 index c959af29e2f5..000000000000 --- a/science/psi3/files/patch-src-bin-nonbonded-nonbonded.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/bin/nonbonded/nonbonded.cc.orig -+++ src/bin/nonbonded/nonbonded.cc -@@ -32,7 +32,6 @@ - #include <physconst.h> - #include <psifiles.h> - #include <masses.h> --#include <string> - - #include "globals.h" - #include "nonbonded.h" diff --git a/science/psi3/files/patch-src-bin-transqt2-transqt.cc b/science/psi3/files/patch-src-bin-transqt2-transqt.cc deleted file mode 100644 index 1dd018025cf9..000000000000 --- a/science/psi3/files/patch-src-bin-transqt2-transqt.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/bin/transqt2/transqt.cc.orig -+++ src/bin/transqt2/transqt.cc -@@ -65,6 +65,7 @@ - - using namespace psi::transqt2; - -+int - main(int argc, char *argv[]) - { - int nso, nmo, ntri_so, ntri_mo, nirreps; diff --git a/science/psi3/files/patch-src-lib-libbasis-combinate.cc b/science/psi3/files/patch-src-lib-libbasis-combinate.cc deleted file mode 100644 index 3bae2543e928..000000000000 --- a/science/psi3/files/patch-src-lib-libbasis-combinate.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- src/lib/libbasis/combinate.cc.orig -+++ src/lib/libbasis/combinate.cc -@@ -3,9 +3,7 @@ - \brief Enter brief description of file here - */ - --extern "C" { - #include <libciomr/libciomr.h> --} - - #include <stdexcept> - #include "combinate.h" diff --git a/science/psi3/files/patch-src-lib-libipv1-ip_read.cc b/science/psi3/files/patch-src-lib-libipv1-ip_read.cc deleted file mode 100644 index 34d6e0b5e0bf..000000000000 --- a/science/psi3/files/patch-src-lib-libipv1-ip_read.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- src/lib/libipv1/ip_read.cc.orig -+++ src/lib/libipv1/ip_read.cc -@@ -12,7 +12,9 @@ - #include "ip_types.h" - #define _IP_ALLOCATE_GLOBAL_ - #include "ip_global.h" -+extern "C" { - #include "y.tab.h" -+} - - #include "ip_read.gbl" - #include "ip_read.lcl" -@@ -27,7 +29,6 @@ - - /* The input for yacc. */ - extern FILE *yyin; --extern void yyparse(void); - - /* Set up static variables. */ - /*static ip_keyword_tree_t *sub_tree = NULL;*/ diff --git a/science/psi3/files/patch-src-lib-libpsio-psio.hpp b/science/psi3/files/patch-src-lib-libpsio-psio.hpp deleted file mode 100644 index 789d4bd464fb..000000000000 --- a/science/psi3/files/patch-src-lib-libpsio-psio.hpp +++ /dev/null @@ -1,17 +0,0 @@ ---- src/lib/libpsio/psio.hpp.orig -+++ src/lib/libpsio/psio.hpp -@@ -157,10 +157,11 @@ - - }; - --extern "C" { -- extern int psiopp_ipv1_config(PSIO *psio_obj); --} - extern PSIO* _default_psio_lib_; - } - -+extern "C" { -+ int psiopp_ipv1_config(psi::PSIO *psio_obj); -+} -+ - #endif /* header guard */ diff --git a/science/psi3/pkg-descr b/science/psi3/pkg-descr deleted file mode 100644 index da9cce6ea8d2..000000000000 --- a/science/psi3/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -The PSI3 suite of quantum chemical programs is designed for efficient, -high-accuracy calculations of properties of small to medium-sized molecules. -The package's current capabilities include a variety of Hartree-Fock, -coupled cluster, complete-active-space self-consistent-field, and -multi-reference configuration interaction models. Molecular point-group -symmetry is utilized throughout to maximize efficiency. - - * Arbitrarily high angular momentum levels in integrals - and derivative integrals. (Up to k-type functions have been tested.) - * Coupled cluster methods including CCSD and CCSD(T) with - RHF, ROHF, UHF, and Brueckner orbitals. - * Determinant-based CI including CASSCF, RAS-CI, and Full CI. - * Multithreaded integral-direct SCF, MP2, and MP2-R12. - * Excited state methods: CIS, CIS(D), RPA, and EOM-CCSD. - * Analytic energy gradients for CCSD with RHF, ROHF, and UHF orbitals. - * Coupled cluster linear response methods for static and - dynamic polarizabilities and optical rotation. - * Diagonal Born-Oppenheimer correction (DBOC) for - RHF, ROHF, UHF, and CI wave functions. - -WWW: http://www.psicode.org/ diff --git a/science/psi3/pkg-message b/science/psi3/pkg-message deleted file mode 100644 index 6964ca9df8fe..000000000000 --- a/science/psi3/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -The following citation should be used in any publication -utilizing the PSI3 program package: - -"T. Daniel Crawford, C. David Sherrill, Edward F. Valeev, Justin T. Fermann, -Rollin A. King, Matthew L. Leininger, Shawn T. Brown, Curtis L. Janssen, -Edward T. Seidl, Joseph P. Kenny, and Wesley D. Allen, PSI 3.2, 2003." diff --git a/science/psi3/pkg-plist b/science/psi3/pkg-plist deleted file mode 100644 index 7b921cb0fb07..000000000000 --- a/science/psi3/pkg-plist +++ /dev/null @@ -1,939 +0,0 @@ -bin/ccdensity -bin/ccenergy -bin/cceom -bin/cchbar -bin/cclambda -bin/ccresponse -bin/ccsort -bin/cctriples -bin/cints -bin/cis -bin/clag -bin/cphf -bin/cscf -bin/dboc -bin/detcas -bin/detcasman -bin/detci -bin/extrema -bin/geom -bin/input -bin/intder -bin/localize -bin/mcscf -bin/mocube -bin/mp2 -bin/mp2r12 -bin/nonbonded -bin/oeprop -bin/optking -bin/psi2molden -bin/psi3 -bin/psiclean -bin/psimrcc -bin/response -bin/stable -bin/tocprint -bin/transqt -bin/transqt2 -include/ccfiles.h -include/chkpt_params.h -include/libbasis/basisset.h -include/libbasis/combinate.h -include/libbasis/gnorm.h -include/libbasis/osrecur.h -include/libbasis/overlap.h -include/libbasis/rotation.h -include/libbasis/shell.h -include/libchkpt/chkpt.h -include/libchkpt/chkpt.hpp -include/libchkpt/config.h -include/libciomr/libciomr.h -include/libderiv/libderiv.h -include/libdpd/dpd.h -include/libint/hrr_header.h -include/libint/libint.h -include/libint/vrr_header.h -include/libipv1/ip_alloc.gbl -include/libipv1/ip_cwk.gbl -include/libipv1/ip_data.gbl -include/libipv1/ip_error.gbl -include/libipv1/ip_error.h -include/libipv1/ip_global.h -include/libipv1/ip_karray.gbl -include/libipv1/ip_lib.h -include/libipv1/ip_print.gbl -include/libipv1/ip_read.gbl -include/libipv1/ip_types.h -include/libipv1/scan.gbl -include/libipv1/tmpl.h -include/libipv1/y.tab.gbl -include/libiwl/config.h -include/libiwl/iwl.h -include/libiwl/iwl.hpp -include/libmints/basisset.h -include/libmints/dipole.h -include/libmints/eri.h -include/libmints/factory.h -include/libmints/gshell.h -include/libmints/integral.h -include/libmints/kinetic.h -include/libmints/matrix.h -include/libmints/matrix_i.cc -include/libmints/molecule.h -include/libmints/onebody.h -include/libmints/osrecur.h -include/libmints/overlap.h -include/libmints/potential.h -include/libmints/quadrupole.h -include/libmints/ref.h -include/libmints/sobasis.h -include/libmints/symmetry.h -include/libmints/twobody.h -include/libmints/vector.h -include/libmints/vector3.h -include/libmints/vector3_i.cc -include/libmints/wavefunction.h -include/libmoinfo/libmoinfo.h -include/libmoinfo/moinfo.h -include/libmoinfo/moinfo_base.h -include/libmoinfo/moinfo_scf.h -include/liboptions/liboptions.h -include/libpsio/config.h -include/libpsio/psio.h -include/libpsio/psio.hpp -include/libqt/qt.h -include/libr12/libr12.h -include/libutil/libutil.h -include/masses.h -include/physconst.h -include/psiconfig.h -include/psifiles.h -include/psitypes.h -include/rgb.h -include/symmetry.h -include/vdw_radii.h -lib/libPSI_basis.a -lib/libPSI_chkpt.a -lib/libPSI_ciomr.a -lib/libPSI_deriv.a -lib/libPSI_dpd.a -lib/libPSI_int.a -lib/libPSI_ipv1.a -lib/libPSI_iwl.a -lib/libPSI_mints.a -lib/libPSI_moinfo.a -lib/libPSI_options.a -lib/libPSI_psio.a -lib/libPSI_qt.a -lib/libPSI_r12.a -lib/libPSI_util.a -%%PORTDOCS%%%%DOCSDIR%%/installation.pdf -%%PORTDOCS%%%%DOCSDIR%%/libiwl.txt -%%PORTDOCS%%%%DOCSDIR%%/progman.pdf -%%PORTDOCS%%%%DOCSDIR%%/userman.pdf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basis_Tests/Benchmarks -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basis_Tests/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basis_Tests/psi_test.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basis_Tests/standard.input -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/INDEX -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MakeRules -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MakeRules.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MakeVars -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/MakeVars.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README-NEW-TESTS -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-fzc-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-fzc-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-fzc-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-fzc-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-fzc-sp/psi.file14.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt-numer/psi.file14.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt/psi.file14.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sa-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sa-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sa-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sa-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sa-sp/psi.file14.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp-reorder/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp-reorder/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp-reorder/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp-reorder/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp-reorder/psi.file14.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp/psi.file14.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc1/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc10/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc10/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc10/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc10/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc11/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc11/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc11/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc11/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc12/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc12/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc12/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc12/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13a/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13a/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13a/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13a/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13a/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc14/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc14/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc14/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc14/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc14/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc15/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc15/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc15/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc15/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc16/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc16/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc16/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc16/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc17/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc17/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc17/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc17/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc18/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc18/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc18/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc18/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc19/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc19/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc19/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc19/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc2/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc2/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc2/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc2/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc21/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc21/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc21/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc21/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc21/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc22/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc22/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc22/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc22/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc23/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc23/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc23/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc23/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc23/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc24/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc24/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc24/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc24/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc24/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc25/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc25/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc25/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc25/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc25/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc26/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc26/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc26/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc26/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc26/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc27/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc27/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc27/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc27/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc27/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc28/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc28/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc28/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc28/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc29/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc29/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc29/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc29/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc3/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc3/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc3/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc3/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc3/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc30/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc30/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc30/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc30/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc31/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc31/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc31/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc31/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc32/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc32/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc32/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc32/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc33/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc33/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc33/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc33/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc34/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc34/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc34/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc34/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc35/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc35/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc35/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc35/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc36/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc36/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc36/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc36/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc37/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc37/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc37/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc37/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc38/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc38/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc38/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc38/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc39/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc39/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc39/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc39/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc4/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc4/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc4/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc4/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc40/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc40/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc40/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc40/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc41/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc41/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc41/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc41/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc42/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc42/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc42/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc42/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc43/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc43/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc43/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc43/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc44/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc44/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc44/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc44/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc45/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc45/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc45/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc45/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc46/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc46/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc46/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc46/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc47/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc47/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc47/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc47/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc48/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc48/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc48/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc48/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc49/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc49/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc49/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc49/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc5/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc5/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc5/filesizes -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc5/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc5/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc50/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc50/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc50/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc50/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc6/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc6/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc6/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc6/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc7/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc7/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc7/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc7/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8a/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8a/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8a/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8a/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9a/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9a/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9a/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9a/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ci-tdm/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ci-tdm/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ci-tdm/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cints-d1eri/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cis-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cis-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cis-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cis-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-0/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-0/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-0/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-0/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-2/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-2/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-2/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-opt-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-opt-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-opt-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-opt-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-opt-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp-2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp-2/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp-2/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp-2/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rcisd1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rcisd1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rcisd1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rcisd1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rhf1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rhf1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rhf1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rhf1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rocisd1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rocisd1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rocisd1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rocisd1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rohf1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rohf1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rohf1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rohf1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-uhf1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-uhf1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-uhf1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-uhf1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/driver.test.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-deloc/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-deloc/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-deloc/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-deloc/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-deloc/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-zmat/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-zmat/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-zmat/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-zmat/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-zmat/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-dipole/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-dipole/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-dipole/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-dipole/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-2/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-2/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-2/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-clpse/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-clpse/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-clpse/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-clpse/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-fzcv/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-fzcv/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-fzcv/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-fzcv/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-trans/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-trans/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-trans/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-trans/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rhf1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rhf1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rhf1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rhf1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rohf1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rohf1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rohf1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rohf1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-twocon1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-twocon1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-twocon1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-twocon1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-direct-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-direct-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-direct-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-direct-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-oeprop/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-oeprop/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-oeprop/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-oeprop/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-fragments/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-fragments/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-fragments/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-fragments/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-fragments/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-scs/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-scs/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-scs/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-scs/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2r12-sp1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2r12-sp1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2r12-sp1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2r12-sp1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psi_start/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psi_start/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psi_start/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psi_start/psi_start.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psi_start/psi_start.pl.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psimrcc-sp1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psimrcc-sp1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psimrcc-sp1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psimrcc-sp1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/psitest.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rasscf-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rasscf-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rasscf-sp/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rasscf-sp/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rasscf-sp/psi.file14.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd-opt-grad/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd-opt-grad/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd-opt-grad/input.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd_t-sp/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd_t-sp/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd_t-sp/input.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-fci-h2o/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-fci-h2o/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-fci-h2o/input.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-scf-opt-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-scf-opt-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-scf-opt-numer/input.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-lindep1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-lindep1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-lindep1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-lindep1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-oeprop/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-oeprop/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-oeprop/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-oeprop/mo.cube.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-oeprop/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-stab/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-stab/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-stab/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-stab/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-stab/rhf-stab.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-stab/rhf-stab.pl.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-lindep1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-lindep1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-lindep1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-lindep1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-stab/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-stab/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-stab/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-stab/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-stab/rohf-stab.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-stab/rohf-stab.pl.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/runtest.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/runtest.pl.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-freq/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-freq/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-freq/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-freq/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-freq/psi.file15.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-opt1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-opt1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-opt1/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-opt1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-opt1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-fc-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-fc-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-fc-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-fc-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-fc-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3a/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3a/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3a/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3a/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5a/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5a/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5a/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5a/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-3/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-3/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-3/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-3/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-5/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-5/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-5/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-5/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq/file15.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq/file17.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer-puream/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer-puream/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer-puream/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer-puream/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer-puream/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-puream/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-puream/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-puream/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-puream/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-puream/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-fragments/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-fragments/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-fragments/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-fragments/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-fragments/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt10/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt10/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt10/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt10/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt10/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt11/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt11/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt11/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt11/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt11/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt12/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt12/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt12/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt12/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt12/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt3/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt3/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt3/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt3/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt3/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt4/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt4/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt4/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt4/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt4/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt5/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt5/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt5/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt5/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt5/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt6/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt6/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt6/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt6/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt6/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt7/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt7/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt7/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt7/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt7/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt9/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt9/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt9/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt9/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt9/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-polar/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-polar/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-polar/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-polar/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-symm-fc-numer/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-symm-fc-numer/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-symm-fc-numer/file11.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-symm-fc-numer/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-symm-fc-numer/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-lindep1/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-lindep1/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-lindep1/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-lindep1/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab-follow/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab-follow/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab-follow/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab-follow/uhf-stab-follow.pl.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab/output.ref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab/uhf-stab.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab/uhf-stab.pl.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zaptn-nh2/Makefile -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zaptn-nh2/Makefile.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zaptn-nh2/input.dat -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/zaptn-nh2/output.ref -share/psi3/psi/pbasis.dat -share/psi3/psi/psi.dat -share/psi3/psi/ruby/ccdensity.rb -share/psi3/psi/ruby/ccenergy.rb -share/psi3/psi/ruby/cceom.rb -share/psi3/psi/ruby/cchbar.rb -share/psi3/psi/ruby/cclambda.rb -share/psi3/psi/ruby/ccsort.rb -share/psi3/psi/ruby/cctriples.rb -share/psi3/psi/ruby/chkpt.rb -share/psi3/psi/ruby/cints.rb -share/psi3/psi/ruby/clean.rb -share/psi3/psi/ruby/color.rb -share/psi3/psi/ruby/cphf.rb -share/psi3/psi/ruby/deriv.rb -share/psi3/psi/ruby/deriv2.rb -share/psi3/psi/ruby/detci.rb -share/psi3/psi/ruby/frequencies.rb -share/psi3/psi/ruby/input.rb -share/psi3/psi/ruby/mp2.rb -share/psi3/psi/ruby/oeprop.rb -share/psi3/psi/ruby/optking.rb -share/psi3/psi/ruby/pes.rb -share/psi3/psi/ruby/propint.rb -share/psi3/psi/ruby/psi3.rb -share/psi3/psi/ruby/scf.rb -share/psi3/psi/ruby/symbols.rb -share/psi3/psi/ruby/testcases.rb -share/psi3/psi/ruby/transqt.rb -@dirrm share/psi3/psi/ruby -@dirrm share/psi3/psi -@dirrm share/psi3 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/zaptn-nh2 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab-follow -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-stab -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/uhf-lindep1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-symm-fc-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-polar -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt9 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt7 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt6 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt5 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt4 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt3 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt2 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt12 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt11 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt10 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt-fragments -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-opt -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-puream -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer-puream -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-mvd-opt -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-5 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-none-3 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5a -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-5 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3a -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq-first-3 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-freq -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf-fc-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-opt1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scf+d-freq -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-stab -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rohf-lindep1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-stab -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-oeprop -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rhf-lindep1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-scf-opt-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-fci-h2o -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd_t-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rb-ccsd-opt-grad -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rasscf-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/psimrcc-sp1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/psi_start -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2r12-sp1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-scs -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt-fragments -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-opt -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-oeprop -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mp2-direct-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-twocon1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rohf1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mcscf-rhf1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-trans -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-fzcv -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-clpse -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o-2 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-h2o -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fci-dipole -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-zmat -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/extrema-deloc -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-uhf1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rohf1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rocisd1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rhf1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dboc-rcisd1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp-2 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-opt-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-2 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cisd-h2o+-0 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cis-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cints-d1eri -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ci-tdm -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9a -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc9 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8a -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc8 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc7 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc6 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc50 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc5 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc49 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc48 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc47 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc46 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc45 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc44 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc43 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc42 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc41 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc40 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc4 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc39 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc38 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc37 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc36 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc35 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc34 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc33 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc32 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc31 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc30 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc3 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc29 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc28 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc27 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc26 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc25 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc24 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc23 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc22 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc21 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc2 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc19 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc18 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc17 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc16 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc15 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc14 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13a -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc13 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc12 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc11 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc10 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cc1 -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp-reorder -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-sa-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt-numer -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-opt -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/casscf-fzc-sp -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basis_Tests -@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%% -@dirrm share/doc/psi3 -@dirrm include/libutil -@dirrm include/libr12 -@dirrm include/libqt -@dirrm include/libpsio -@dirrm include/liboptions -@dirrm include/libmoinfo -@dirrm include/libmints -@dirrm include/libiwl -@dirrm include/libipv1 -@dirrm include/libint -@dirrm include/libdpd -@dirrm include/libderiv -@dirrm include/libciomr -@dirrm include/libchkpt -@dirrm include/libbasis diff --git a/science/x11iraf/Makefile b/science/x11iraf/Makefile deleted file mode 100644 index 80ac60c89762..000000000000 --- a/science/x11iraf/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: David Syphers <dsyphers@u.washington.edu> -# $FreeBSD$ - -PORTNAME= x11iraf -PORTVERSION= 1.3.1 -PORTREVISION= 3 -CATEGORIES= science astro -MASTER_SITES= ftp://iraf.noao.edu/iraf/x11iraf/ -DISTNAME= x11iraf-v${PORTVERSION}-bin.freebsd - -MAINTAINER= ports@FreeBSD.org -COMMENT= Provides graphical tools to work with IRAF - -CONFLICTS= xterm-[0-9]* - -LIB_DEPENDS= libc.so.4:${PORTSDIR}/misc/compat4x - -NO_BUILD= yes - -# this may work on other archs, but I'm making no bets -ONLY_FOR_ARCHS= i386 - -BINS= ism_wcspix.e obmsh resize vximtool xgterm ximtool xtapemon - -MAN1= obmsh.1 \ - resize.1 \ - vximtool.1 \ - xgterm.1 \ - ximtool.1 \ - xtapemon.1 - -NO_STAGE= yes -do-install: - @${ECHO_MSG} "===> Installing binaries" - @${INSTALL_PROGRAM} ${BINS:S|^|${WRKDIR}/bin.freebsd/|} ${PREFIX}/bin/ - @${INSTALL_SCRIPT} ${WRKDIR}/bin.freebsd/ximtool-alt ${PREFIX}/bin/ - @${ECHO_MSG} "===> Installing manpages" - @${INSTALL_MAN} ${WRKDIR}/man/* ${PREFIX}/man/man1/ - @${ECHO_MSG} "===> Installing CDL library" - @${INSTALL_DATA} ${WRKDIR}/include/* ${PREFIX}/include/ - @${INSTALL_DATA} ${WRKDIR}/lib.freebsd/libcdl.a ${PREFIX}/lib/ - -.include <bsd.port.mk> diff --git a/science/x11iraf/distinfo b/science/x11iraf/distinfo deleted file mode 100644 index d3f2c085c90b..000000000000 --- a/science/x11iraf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (x11iraf-v1.3.1-bin.freebsd.tar.gz) = 04b1a5e1f337459f5389fb901566314eacf2ae3a6ba79bd7623314c5d5a4747d -SIZE (x11iraf-v1.3.1-bin.freebsd.tar.gz) = 2238249 diff --git a/science/x11iraf/pkg-descr b/science/x11iraf/pkg-descr deleted file mode 100644 index 83a76e5ecd9d..000000000000 --- a/science/x11iraf/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -x11iraf provides graphical tools to work with IRAF, notably xgterm and XImtool. - -Note: IRAF = Image Reduction and Analysis Facility, a general purpose software -system for the reduction and analysis of astronomical data. - -WWW: http://iraf.noao.edu - --David Syphers -dsyphers@u.washington.edu diff --git a/science/x11iraf/pkg-plist b/science/x11iraf/pkg-plist deleted file mode 100644 index 10b2575660af..000000000000 --- a/science/x11iraf/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/ism_wcspix.e -bin/obmsh -bin/resize -bin/vximtool -bin/xgterm -bin/ximtool -bin/ximtool-alt -bin/xtapemon -include/cdl.h -include/cdlftn.inc -include/cdlspp.h -lib/libcdl.a diff --git a/science/xmds/Makefile b/science/xmds/Makefile deleted file mode 100644 index 704c873618cd..000000000000 --- a/science/xmds/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: EelVex -# $FreeBSD$ - -PORTNAME= xmds -PORTVERSION= 1.6 -CATEGORIES= science -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}.5 -DISTNAME= xmds-1.6.5 - -MAINTAINER= ports@FreeBSD.org -COMMENT= XMDS is a code generator that integrates equations; - -MAN1= loadxsil.1 xmds.1 xsil2graphics.1 - -OPTIONS_DEFINE= FFTW3 -FFTW3_DESC= Use fftw3 instead of fftw2 - -GNU_CONFIGURE= yes - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MFFTW3} -BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 -CONFIGURE_ARGS= --enable-fftw3 --with-fftw3-path=${LOCALBASE} -.else -BUILD_DEPENDS= ${LOCALBASE}/include/fftw.h:${PORTSDIR}/math/fftw -CONFIGURE_ARGS= --with-fftw-path=${LOCALBASE} -.endif - -.include <bsd.port.mk> diff --git a/science/xmds/distinfo b/science/xmds/distinfo deleted file mode 100644 index 36925c989d41..000000000000 --- a/science/xmds/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xmds-1.6.5.tar.gz) = f7128c7c847bafd3a5ed582415cbddd1f31234278d62231faaeb9bec04d6b5ff -SIZE (xmds-1.6.5.tar.gz) = 528593 diff --git a/science/xmds/files/patch-Makefile.in b/science/xmds/files/patch-Makefile.in deleted file mode 100644 index 04e7248ff066..000000000000 --- a/science/xmds/files/patch-Makefile.in +++ /dev/null @@ -1,82 +0,0 @@ ---- Makefile.in.orig 2008-02-25 21:32:56.000000000 -0600 -+++ Makefile.in 2010-09-22 14:22:17.000000000 -0500 -@@ -150,4 +150,5 @@ - EXTRA_DIST = $(example_files) $(m4files) $(manfiles) MANIFEST README.Windows source/loadxsil.m --dist_doc_data = AUTHORS NEWS COPYING README README.Windows source/loadxsil.m --doc_examplesdir = ${docdir}/examples -+xmdsdocdir = ${datadir}/doc/xmds-${VERSION} -+dist_xmdsdoc_DATA = AUTHORS NEWS COPYING README README.Windows source/loadxsil.m -+doc_examplesdir = ${xmdsdocdir}/examples - dist_doc_examples_DATA = $(example_files) -@@ -162,3 +163,3 @@ - MANS = $(man1_MANS) --DATA = $(dist_doc_examples_DATA) -+DATA = $(dist_doc_examples_DATA) $(dist_xmdsdoc_DATA) - -@@ -169,5 +170,5 @@ - uninstall-recursive check-recursive installcheck-recursive --DIST_COMMON = README $(dist_doc_examples_DATA) AUTHORS COPYING \ -- ChangeLog INSTALL Makefile.am Makefile.in NEWS TODO \ -- acinclude.m4 aclocal.m4 config.guess config.sub configure \ -+DIST_COMMON = README $(dist_doc_examples_DATA) $(dist_xmdsdoc_DATA) \ -+ AUTHORS COPYING ChangeLog INSTALL Makefile.am Makefile.in NEWS \ -+ TODO acinclude.m4 aclocal.m4 config.guess config.sub configure \ - configure.in depcomp install-sh ltmain.sh missing mkinstalldirs -@@ -255,2 +256,20 @@ - done -+dist_xmdsdocDATA_INSTALL = $(INSTALL_DATA) -+install-dist_xmdsdocDATA: $(dist_xmdsdoc_DATA) -+ @$(NORMAL_INSTALL) -+ $(mkinstalldirs) $(DESTDIR)$(xmdsdocdir) -+ @list='$(dist_xmdsdoc_DATA)'; for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ f="`echo $$p | sed -e 's|^.*/||'`"; \ -+ echo " $(dist_xmdsdocDATA_INSTALL) $$d$$p $(DESTDIR)$(xmdsdocdir)/$$f"; \ -+ $(dist_xmdsdocDATA_INSTALL) $$d$$p $(DESTDIR)$(xmdsdocdir)/$$f; \ -+ done -+ -+uninstall-dist_xmdsdocDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(dist_xmdsdoc_DATA)'; for p in $$list; do \ -+ f="`echo $$p | sed -e 's|^.*/||'`"; \ -+ echo " rm -f $(DESTDIR)$(xmdsdocdir)/$$f"; \ -+ rm -f $(DESTDIR)$(xmdsdocdir)/$$f; \ -+ done - -@@ -458,3 +477,3 @@ - installdirs-am: -- $(mkinstalldirs) $(DESTDIR)$(man1dir) $(DESTDIR)$(doc_examplesdir) -+ $(mkinstalldirs) $(DESTDIR)$(man1dir) $(DESTDIR)$(doc_examplesdir) $(DESTDIR)$(xmdsdocdir) - -@@ -500,3 +519,4 @@ - --install-data-am: install-dist_doc_examplesDATA install-man -+install-data-am: install-dist_doc_examplesDATA install-dist_xmdsdocDATA \ -+ install-man - -@@ -519,4 +539,4 @@ - --uninstall-am: uninstall-dist_doc_examplesDATA uninstall-info-am \ -- uninstall-man -+uninstall-am: uninstall-dist_doc_examplesDATA uninstall-dist_xmdsdocDATA \ -+ uninstall-info-am uninstall-man - -@@ -532,10 +552,12 @@ - install-data-recursive install-dist_doc_examplesDATA \ -- install-exec install-exec-am install-exec-recursive \ -- install-info install-info-am install-info-recursive install-man \ -- install-man1 install-recursive install-strip installcheck \ -- installcheck-am installdirs installdirs-am \ -- installdirs-recursive maintainer-clean maintainer-clean-generic \ -+ install-dist_xmdsdocDATA install-exec install-exec-am \ -+ install-exec-recursive install-info install-info-am \ -+ install-info-recursive install-man install-man1 \ -+ install-recursive install-strip installcheck installcheck-am \ -+ installdirs installdirs-am installdirs-recursive \ -+ maintainer-clean maintainer-clean-generic \ - maintainer-clean-recursive mostlyclean mostlyclean-generic \ - mostlyclean-recursive tags tags-recursive uninstall \ -- uninstall-am uninstall-dist_doc_examplesDATA uninstall-info-am \ -+ uninstall-am uninstall-dist_doc_examplesDATA \ -+ uninstall-dist_xmdsdocDATA uninstall-info-am \ - uninstall-info-recursive uninstall-man uninstall-man1 \ diff --git a/science/xmds/pkg-descr b/science/xmds/pkg-descr deleted file mode 100644 index 91549853a953..000000000000 --- a/science/xmds/pkg-descr +++ /dev/null @@ -1,25 +0,0 @@ -eXtensible multi-dimensional Simulator - * An open-source XML based simulation package - * From Ordinary Differential Equations (ODEs) up to stochastic Partial - Differential Equations (PDEs) - * Many applications: - o physics - o mathematics - o engineering - o finance - o economics - o chemistry - o theoretical biology - * Generates fast, C++ compiled code - * Documentation and source are free! - * Runs on Linux, Unix, MacOS X and Cygwin (Windows) -XMDS is a code generator that integrates equations. You write them down in -human readable form in an XML file, and it goes away and writes and compiles a -C++ program that integrates those equations as fast as it can possibly be done -in your architecture. - -Author: Paul Cochrane (principal developer) cochrane@physics.uq.edu.au - Joseph Hope (second author) Joseph.Hope@anu.edu.au - Peter Drummond (xmds project leader) drummond@physics.uq.edu.au - -WWW: http://www.xmds.org/ diff --git a/science/xmds/pkg-plist b/science/xmds/pkg-plist deleted file mode 100644 index f2c5c0c2b526..000000000000 --- a/science/xmds/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -bin/xmds -bin/xsil2graphics -include/getopt_xmds.h -include/xmds_complex.h -include/xmds_config.h -lib/libxmds.a -share/doc/xmds-1.6.5/AUTHORS -share/doc/xmds-1.6.5/COPYING -share/doc/xmds-1.6.5/NEWS -share/doc/xmds-1.6.5/README -share/doc/xmds-1.6.5/README.Windows -share/doc/xmds-1.6.5/examples/HighdimPlotExample.nb -share/doc/xmds-1.6.5/examples/atomlaser.xmds -share/doc/xmds-1.6.5/examples/branch.xmds -share/doc/xmds-1.6.5/examples/brusselator.xmds -share/doc/xmds-1.6.5/examples/catcycle.xmds -share/doc/xmds-1.6.5/examples/chain.xmds -share/doc/xmds-1.6.5/examples/chemkin.xmds -share/doc/xmds-1.6.5/examples/diffusion.xmds -share/doc/xmds-1.6.5/examples/duffing.xmds -share/doc/xmds-1.6.5/examples/fibre.xmds -share/doc/xmds-1.6.5/examples/fisher_reaction_diffusion.xmds -share/doc/xmds-1.6.5/examples/fullpos3D.xmds -share/doc/xmds-1.6.5/examples/gaugeatomlaser.xmds -share/doc/xmds-1.6.5/examples/groundstate.xmds -share/doc/xmds-1.6.5/examples/highdim.xmds -share/doc/xmds-1.6.5/examples/highdim_vector_version.xmds -share/doc/xmds-1.6.5/examples/hires.xmds -share/doc/xmds-1.6.5/examples/krebs.xmds -share/doc/xmds-1.6.5/examples/kubo.xmds -share/doc/xmds-1.6.5/examples/lane_emden.xmds -share/doc/xmds-1.6.5/examples/lorenz.xmds -share/doc/xmds-1.6.5/examples/lorenzInput.dat -share/doc/xmds-1.6.5/examples/lotka_volterra.xmds -share/doc/xmds-1.6.5/examples/nan.xmds -share/doc/xmds-1.6.5/examples/ndparamp.xmds -share/doc/xmds-1.6.5/examples/nlse.xmds -share/doc/xmds-1.6.5/examples/oregonator.xmds -share/doc/xmds-1.6.5/examples/paraxial_wave.xmds -share/doc/xmds-1.6.5/examples/pendulum.xmds -share/doc/xmds-1.6.5/examples/ring_modulator.xmds -share/doc/xmds-1.6.5/examples/sech_soliton.xmds -share/doc/xmds-1.6.5/examples/sech_soliton_tdepk.xmds -share/doc/xmds-1.6.5/examples/sine.xmds -share/doc/xmds-1.6.5/examples/soliton.xmds -share/doc/xmds-1.6.5/examples/thermkin.xmds -share/doc/xmds-1.6.5/examples/tla.xmds -share/doc/xmds-1.6.5/examples/van_der_pol.xmds -share/doc/xmds-1.6.5/examples/vibstring.xmds -share/doc/xmds-1.6.5/loadxsil.m -@dirrm share/doc/xmds-1.6.5/examples -@dirrm share/doc/xmds-1.6.5 |