Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2013 20:32:33 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314686 - in head/french/aster: . files
Message-ID:  <201303192032.r2JKWXMW032350@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Tue Mar 19 20:32:32 2013
New Revision: 314686
URL: http://svnweb.freebsd.org/changeset/ports/314686

Log:
  Upgrading Code_Aster to 10.8.0-3.

Added:
  head/french/aster/files/patch-check_compilers_src.py   (contents, props changed)
Modified:
  head/french/aster/Makefile
  head/french/aster/bsd.aster.mk   (contents, props changed)
  head/french/aster/distinfo   (contents, props changed)
  head/french/aster/files/patch-products.py   (contents, props changed)
  head/french/aster/pkg-plist   (contents, props changed)

Modified: head/french/aster/Makefile
==============================================================================
--- head/french/aster/Makefile	Tue Mar 19 20:26:47 2013	(r314685)
+++ head/french/aster/Makefile	Tue Mar 19 20:32:32 2013	(r314686)
@@ -3,7 +3,6 @@
 
 PORTNAME=		aster
 DISTVERSION=		${ASTER_DISTVERSION}
-PORTREVISION=	1
 CATEGORIES=		french cad
 
 MAINTAINER=	thierry@FreeBSD.org
@@ -33,21 +32,18 @@ COMMENT=	Code_Aster finite element metho
 BUILD_DEPENDS+=	${LOCALBASE}/aster/ASTK/ASTK_SERV:${PORTSDIR}/cad/astk-serveur	\
 		${SHELL_INSTALL_ASTER}:${PORTSDIR}/shells/${SHIADEP}		\
 		${PYNUMPY}
-LIB_DEPENDS+=	tcl${SHORT_TCL_VER}:${PORTSDIR}/lang/tcl${SHORT_TCL_VER}	\
-		tk${SHORT_TK_VER}:${PORTSDIR}/x11-toolkits/tk${SHORT_TK_VER}	\
-		hdf5.7:${PORTSDIR}/science/hdf5-18				\
-		med.4:${PORTSDIR}/french/med
+LIB_DEPENDS+=	hdf5.7:${PORTSDIR}/science/hdf5-18				\
+		med.5:${PORTSDIR}/french/med
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/Gnuplot:${PORTSDIR}/math/py-gnuplot	\
 		${LOCALBASE}/bin/onmetis.exe:${PORTSDIR}/math/metis-edf		\
 		${SHELL_INSTALL_ASTER}:${PORTSDIR}/shells/${SHIADEP}		\
 		${LOCALBASE}/aster/ASTK/ASTK_SERV:${PORTSDIR}/cad/astk-serveur
 
-MANUAL_PACKAGE_BUILD=	runaway python on pointyhat
-
 LICENSE=	GPLv2
 
 USES=		bison
 USE_PYTHON=	2.6-2.7	# >2.5 and <3.0
+USE_TK=		yes
 HAS_CONFIGURE=	yes
 REINPLACE_ARGS=	-i ""
 
@@ -145,12 +141,6 @@ HOME_MPI=	${LOCALBASE}
 USE_FORTRAN=	yes
 GCC_VER=	`${CC} -dumpversion`
 
-TK_VER?=	8.5
-SHORT_TK_VER=	${TK_VER:S/.//}
-
-TCL_VER?=	${TK_VER}
-SHORT_TCL_VER=	${TCL_VER:S/.//}
-
 .if defined(WITH_ZSH)
 SHIA=		zsh
 .elif defined(WITH_BASH)
@@ -308,25 +298,25 @@ pre-configure:
 	${ECHO_CMD} "F90FLAGS_DBG='-c -g -O -fno-tree-dse ${FLAGARCH} ${FFLAGARCH} -I${LOCALBASE}/include -I${HOME_MPI}/include'"	\
 		>> ${WRKSRC}/setup.cfg
 	# -O2 causes failure in compilation of the elements -see GCC Bug 51267
-	${ECHO_CMD} "CFLAGS='-c ${CFLAGS:C|O2|O0|} -fno-tree-dse -DH5_USE_16_API ${PTHREAD_CFLAGS} ${FLAGARCH} -I${LOCALBASE}/include -I${HOME_MPI}/include'"	\
+	${ECHO_CMD} "CFLAGS='-c ${CFLAGS:C|O2|O0|} -fno-tree-dse ${PTHREAD_CFLAGS} ${FLAGARCH} -I${LOCALBASE}/include -I${HOME_MPI}/include'"	\
 		>> ${WRKSRC}/setup.cfg
-	${ECHO_CMD} "CFLAGS_DBG='-c -g -O -pipe -fno-tree-dse -DH5_USE_16_API ${PTHREAD_CFLAGS} ${FLAGARCH} -I${LOCALBASE}/include -I${HOME_MPI}/include'"	\
+	${ECHO_CMD} "CFLAGS_DBG='-c -g -O -pipe -fno-tree-dse ${PTHREAD_CFLAGS} ${FLAGARCH} -I${LOCALBASE}/include -I${HOME_MPI}/include'"	\
 		>> ${WRKSRC}/setup.cfg
 .else
 	${ECHO_CMD} "F90FLAGS='-c ${FFLAGS:C|O2|O0|} -fno-tree-dse ${FLAGARCH} ${FFLAGARCH} -I${LOCALBASE}/include'"	\
 		>> ${WRKSRC}/setup.cfg
 	${ECHO_CMD} "F90FLAGS_DBG='-c -g -O -fno-tree-dse ${FLAGARCH} ${FFLAGARCH} -I${LOCALBASE}/include'"	\
 		>> ${WRKSRC}/setup.cfg
-	${ECHO_CMD} "CFLAGS='-c ${CFLAGS:C|O2|O0|} -fno-tree-dse -DH5_USE_16_API ${PTHREAD_CFLAGS} ${FLAGARCH} -I${LOCALBASE}/include'"	\
+	${ECHO_CMD} "CFLAGS='-c ${CFLAGS:C|O2|O0|} -fno-tree-dse ${PTHREAD_CFLAGS} ${FLAGARCH} -I${LOCALBASE}/include'"	\
 		>> ${WRKSRC}/setup.cfg
-	${ECHO_CMD} "CFLAGS_DBG='-c -g -O -pipe -fno-tree-dse -DH5_USE_16_API ${PTHREAD_CFLAGS} ${FLAGARCH} -I${LOCALBASE}/include'"	\
+	${ECHO_CMD} "CFLAGS_DBG='-c -g -O -pipe -fno-tree-dse ${PTHREAD_CFLAGS} ${FLAGARCH} -I${LOCALBASE}/include'"	\
 		>> ${WRKSRC}/setup.cfg
 .endif
 .for is in ${INTERACTIVE_SCRIPTS}
 	${REINPLACE_CMD} -e '/should_continue()/d'		\
 		${WRKSRC}/${is}
 .endfor
-	@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
+	${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
 	@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
 
 do-configure:
@@ -361,7 +351,7 @@ do-build:
 do-install:
 	${MKDIR} ${tools_dir} ${inst_dir} ${PREFIX}/${PORTNAME}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/instdir/${vaster}/asteru ${inst_dir}
-	${INSTALL_SCRIPT} ${WRKSRC}/instdir/${vaster}/asterd ${inst_dir} # Don't strip!
+	#${INSTALL_SCRIPT} ${WRKSRC}/instdir/${vaster}/asterd ${inst_dir} # Don't strip!
 	${INSTALL_SCRIPT} ${WRKSRC}/instdir/${vaster}/profile.sh ${inst_dir}
 	${ECHO_CMD} "" >> ${inst_dir}/profile.sh
 	${ECHO_CMD} "HDF5_DISABLE_VERSION_CHECK=1" >> ${inst_dir}/profile.sh
@@ -423,7 +413,6 @@ post-install:
 regression-test:	install
 	@${ECHO_MSG} "Note: homard must be installed to run some steps succesfully."
 	(cd ${inst_dir};	\
-	HDF5_DISABLE_VERSION_CHECK=1	\
 	${LOCALBASE}/aster/ASTK/ASTK_SERV/bin/as_run astout.export) || ${TRUE}
 	@${ECHO_MSG} "Check /tmp/resu_test/*.erre"
 .endif

Modified: head/french/aster/bsd.aster.mk
==============================================================================
--- head/french/aster/bsd.aster.mk	Tue Mar 19 20:26:47 2013	(r314685)
+++ head/french/aster/bsd.aster.mk	Tue Mar 19 20:32:32 2013	(r314686)
@@ -1,6 +1,4 @@
-# Date created:			  Tue Sep 14, 2010
-# Whom:				  Thierry Thomas (<thierry@pompo.net>)
-#
+# Created by: Thierry Thomas (<thierry@pompo.net>)
 # $FreeBSD$
 #
 # Common variables used by ports related to Code_Aster
@@ -11,7 +9,7 @@ MASTER_SITES=	http://www.code-aster.org/
 DISTNAME=	aster-${DISTVERSIONPREFIX}${ASTER_DISTVERSION}${DISTVERSIONSUFFIX}
 DISTINFO_FILE=	${.CURDIR}/../../french/aster/distinfo
 
-ASTER_VER=	10.6.0
+ASTER_VER=	10.8.0
 ASTER_DISTVERSION=	${ASTER_VER}-3
 EXTRACT_WRKSRC=	${WRKDIR}/aster-${DISTVERSIONPREFIX}${ASTER_VER}/SRC
 
@@ -19,8 +17,6 @@ EXTRACT_WRKSRC=	${WRKDIR}/aster-${DISTVE
 DVSFX=		${DISTVERSIONSUFFIX}
 .elif ${PORTNAME} == homard
 DVSFX=		.all
-.elif ${PORTNAME} == eficas
-DVPFX=		-vexpl
 .endif
 
 .if ${PORTNAME} != aster

Modified: head/french/aster/distinfo
==============================================================================
--- head/french/aster/distinfo	Tue Mar 19 20:26:47 2013	(r314685)
+++ head/french/aster/distinfo	Tue Mar 19 20:32:32 2013	(r314686)
@@ -1,2 +1,2 @@
-SHA256 (aster-full-src-10.6.0-3.noarch.tar.gz) = a1554f4440ab0d1a82291245bb08762fe151ec1346430d5b06b51e4f74ee2e9c
-SIZE (aster-full-src-10.6.0-3.noarch.tar.gz) = 281247798
+SHA256 (aster-full-src-10.8.0-3.noarch.tar.gz) = 6126a6ed5776e36db7b0db52c512ee6d98231edd4d657718789cc279cad19655
+SIZE (aster-full-src-10.8.0-3.noarch.tar.gz) = 181659392

Added: head/french/aster/files/patch-check_compilers_src.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/french/aster/files/patch-check_compilers_src.py	Tue Mar 19 20:32:32 2013	(r314686)
@@ -0,0 +1,19 @@
+--- check_compilers_src.py.orig	2013-01-28 13:35:55.000000000 +0100
++++ check_compilers_src.py	2013-03-17 21:11:35.000000000 +0100
+@@ -109,12 +109,15 @@
+ You must choose another compiler or change the optimization level.
+ You can cancel now or make the changes later in the config.txt file of
+ Code_Aster and rebuild it.
++
++About volatile patch:
++   see http://www.code-aster.org/forum2/viewtopic.php?pid=40694#p40694
+ -------------------------------------------------------------------------------
+ 
+ """,
+    'main.f' : r"""
+       program testloc
+-      volatile ius
++C     volatile ius
+       integer*8 ius(1)
+       integer*8 i,iad,n,loc
+       common /jvcomm/ ius

Modified: head/french/aster/files/patch-products.py
==============================================================================
--- head/french/aster/files/patch-products.py	Tue Mar 19 20:26:47 2013	(r314685)
+++ head/french/aster/files/patch-products.py	Tue Mar 19 20:32:32 2013	(r314686)
@@ -1,16 +1,20 @@
---- products.py.orig	2012-01-11 16:29:00.000000000 +0100
-+++ products.py	2012-04-30 18:10:46.000000000 +0200
-@@ -933,7 +933,8 @@
+--- products.py.orig	2013-01-28 13:35:55.000000000 +0100
++++ products.py	2013-03-17 21:30:27.000000000 +0100
+@@ -995,9 +995,10 @@
             'HOME_PYTHON', 'PYTHON_EXE', 'PYTHONLIB',
             'HOME_MUMPS', 'HOME_ZMAT', 'HOME_MPI', 'INCLUDE_MUMPS', 'HOME_METIS',
             'HOME_MED', 'HOME_HDF', 'HOME_CRPCRS', 'HOME_NUMPY', 'USE_NUMPY',
 -           'LD', 'CC', 'F77', 'F90', 'CXXLIB', 'OTHERLIB', 'SYSLIB', ],
+-      reqobj=['file:?ASTER_ROOT?/bin/as_run',
+-              'file:?ASTER_ROOT?/etc/codeaster/profile.sh'],
 +           'LD', 'CC', 'F77', 'F90', 'CXXLIB', 'OTHERLIB', 'SYSLIB', 'CFLAGS',
 +           'CFLAGS_DBG', 'FFLAGS', 'FFLAGS_DBG','F90FLAGS', 'F90FLAGS_DBG', 'CXXLIB', ],
-       reqobj=['file:?ASTER_ROOT?/bin/as_run',
-               'file:?ASTER_ROOT?/etc/codeaster/profile.sh'],
++      reqobj=['file:/usr/ports/french/aster/work/aster-full-src-10.8.0/instdir/bin/as_run',
++              'file:/usr/ports/french/aster/work/aster-full-src-10.8.0/instdir/etc/codeaster/profile.sh'],
        set=['MEDLIB', 'HDFLIB', 'MATHLIB',
-@@ -976,6 +977,19 @@
+            'MUMPSLIB', 'ZMATLIB', 'SCOTCHLIB',
+            'CINCLUDE', 'FINCLUDE', 'F90INCLUDE',
+@@ -1043,6 +1044,19 @@
     if   cfg['IFDEF'] in ('LINUX', 'P_LINUX'):
        zmat_platform = 'Linux'
        mpilibs.extend(['mpich'])
@@ -30,7 +34,7 @@
     elif cfg['IFDEF'] == 'LINUX64':
        mpilibs.extend(['mpich'])
        # others have not been tested !
-@@ -1031,11 +1045,12 @@
+@@ -1097,11 +1111,12 @@
  
     # ----- libs c++ (for MED and ZMAT)
     #XXX probably to remove (done by check_compiler)
@@ -46,27 +50,5 @@
 +   #         [cfg['HOME_MED'], cfg['HOME_ZMAT']],
 +   #         err=False, append=True, maxdepth=max(ftools.maxdepth,10))
  
-    # ----- MUMPS
-    if cfg.get('MUMPSLIB'):
-@@ -1046,12 +1061,15 @@
-       if not less_than_version(dict_prod['mumps'], '4.8.0'):
-          mumps_lib.extend(['smumps', 'cmumps', 'mumps_common'])
-       mumps_lib.extend(['pord', 'mpiseq'])
--      for lib in mumps_lib:
--         ftools.findlib_and_set(cfg, 'MUMPSLIB', lib,
--            cfg['HOME_MUMPS'],
--            err=False, append=True)
--         if lib == 'dmumps':
--            ftools.CheckFromLastFound(cfg, 'HOME_MUMPS', 'lib')
-+      if cfg['MUMPSLIB'] != '':
-+         opt['MUMPSLIB'] =  cfg['MUMPSLIB']
-+      else:
-+         for lib in mumps_lib:
-+            ftools.findlib_and_set(cfg, 'MUMPSLIB', lib,
-+               cfg['HOME_MUMPS'],
-+               err=False, append=True)
-+            if lib == 'dmumps':
-+               ftools.CheckFromLastFound(cfg, 'HOME_MUMPS', 'lib')
-       if cfg['HOME_METIS'] != '':
-          cfg['MUMPSLIB'] += " -L%s/lib -lmetis" % cfg['HOME_METIS']
-       opt['F90INCLUDE'] += ' -I%s' % osp.join(cfg['ASTER_ROOT'],cfg['ASTER_VERSION'],'bibf90',cfg['INCLUDE_MUMPS'])
+    # ----- METIS
+    if cfg.get('METISLIB'):

Modified: head/french/aster/pkg-plist
==============================================================================
--- head/french/aster/pkg-plist	Tue Mar 19 20:26:47 2013	(r314685)
+++ head/french/aster/pkg-plist	Tue Mar 19 20:32:32 2013	(r314686)
@@ -1,5 +1,4 @@
 %%ASTERDIR%%/LICENSE.TERMS
-%%ASTERDIR%%/asterd
 %%ASTERDIR%%/asteru
 %%ASTERDIR%%/astest/adls102a.comm
 %%ASTERDIR%%/astest/adls102a.datg
@@ -327,6 +326,10 @@
 %%ASTERDIR%%/astest/erreu08a.comm
 %%ASTERDIR%%/astest/erreu08a.mmed
 %%ASTERDIR%%/astest/erreu08a.para
+%%ASTERDIR%%/astest/erreu09a.com1
+%%ASTERDIR%%/astest/erreu09a.comm
+%%ASTERDIR%%/astest/erreu09a.mail
+%%ASTERDIR%%/astest/erreu09a.para
 %%ASTERDIR%%/astest/fdll200a.comm
 %%ASTERDIR%%/astest/fdll200a.mail
 %%ASTERDIR%%/astest/fdll200a.para
@@ -478,12 +481,13 @@
 %%ASTERDIR%%/astest/forma03b.para
 %%ASTERDIR%%/astest/forma03c.21
 %%ASTERDIR%%/astest/forma03c.3
+%%ASTERDIR%%/astest/forma03c.81
 %%ASTERDIR%%/astest/forma03c.84
-%%ASTERDIR%%/astest/forma03c.com1
 %%ASTERDIR%%/astest/forma03c.comm
 %%ASTERDIR%%/astest/forma03c.datg
 %%ASTERDIR%%/astest/forma03c.mmed
 %%ASTERDIR%%/astest/forma03c.para
+%%ASTERDIR%%/astest/forma03d.21
 %%ASTERDIR%%/astest/forma03d.3
 %%ASTERDIR%%/astest/forma03d.comm
 %%ASTERDIR%%/astest/forma03d.datg
@@ -517,6 +521,14 @@
 %%ASTERDIR%%/astest/forma07b.comm
 %%ASTERDIR%%/astest/forma07b.mmed
 %%ASTERDIR%%/astest/forma07b.para
+%%ASTERDIR%%/astest/forma08a.comm
+%%ASTERDIR%%/astest/forma08a.datg
+%%ASTERDIR%%/astest/forma08a.mmed
+%%ASTERDIR%%/astest/forma08a.para
+%%ASTERDIR%%/astest/forma08b.comm
+%%ASTERDIR%%/astest/forma08b.datg
+%%ASTERDIR%%/astest/forma08b.mmed
+%%ASTERDIR%%/astest/forma08b.para
 %%ASTERDIR%%/astest/forma10a.21
 %%ASTERDIR%%/astest/forma10a.22
 %%ASTERDIR%%/astest/forma10a.com1
@@ -987,17 +999,6 @@
 %%ASTERDIR%%/astest/hsnv136c.comm
 %%ASTERDIR%%/astest/hsnv136c.mail
 %%ASTERDIR%%/astest/hsnv136c.para
-%%ASTERDIR%%/astest/liste_ct.debug
-%%ASTERDIR%%/astest/liste_ct.long
-%%ASTERDIR%%/astest/liste_ct.miss
-%%ASTERDIR%%/astest/liste_ct.mpi
-%%ASTERDIR%%/astest/liste_ct.mpro
-%%ASTERDIR%%/astest/liste_ct.perf
-%%ASTERDIR%%/astest/liste_ct.perfW
-%%ASTERDIR%%/astest/liste_ct.rest
-%%ASTERDIR%%/astest/liste_ct.tout
-%%ASTERDIR%%/astest/liste_ct.vali
-%%ASTERDIR%%/astest/liste_ct.zmat
 %%ASTERDIR%%/astest/liste_internet
 %%ASTERDIR%%/astest/liste_short
 %%ASTERDIR%%/astest/mtlp100a.66
@@ -1516,6 +1517,9 @@
 %%ASTERDIR%%/astest/sdll135d.comm
 %%ASTERDIR%%/astest/sdll135d.mail
 %%ASTERDIR%%/astest/sdll135d.para
+%%ASTERDIR%%/astest/sdll135e.comm
+%%ASTERDIR%%/astest/sdll135e.mmed
+%%ASTERDIR%%/astest/sdll135e.para
 %%ASTERDIR%%/astest/sdll137a.21
 %%ASTERDIR%%/astest/sdll137a.24
 %%ASTERDIR%%/astest/sdll137a.26
@@ -1558,6 +1562,9 @@
 %%ASTERDIR%%/astest/sdll141e.comm
 %%ASTERDIR%%/astest/sdll141e.mail
 %%ASTERDIR%%/astest/sdll141e.para
+%%ASTERDIR%%/astest/sdll146a.comm
+%%ASTERDIR%%/astest/sdll146a.mail
+%%ASTERDIR%%/astest/sdll146a.para
 %%ASTERDIR%%/astest/sdll14a.comm
 %%ASTERDIR%%/astest/sdll14a.mail
 %%ASTERDIR%%/astest/sdll14a.para
@@ -5747,6 +5754,10 @@
 %%ASTERDIR%%/astest/ssns101g.datg
 %%ASTERDIR%%/astest/ssns101g.mgib
 %%ASTERDIR%%/astest/ssns101g.para
+%%ASTERDIR%%/astest/ssns101h.comm
+%%ASTERDIR%%/astest/ssns101h.datg
+%%ASTERDIR%%/astest/ssns101h.mmed
+%%ASTERDIR%%/astest/ssns101h.para
 %%ASTERDIR%%/astest/ssns102a.comm
 %%ASTERDIR%%/astest/ssns102a.datg
 %%ASTERDIR%%/astest/ssns102a.mgib
@@ -5849,9 +5860,6 @@
 %%ASTERDIR%%/astest/ssnv101b.comm
 %%ASTERDIR%%/astest/ssnv101b.mail
 %%ASTERDIR%%/astest/ssnv101b.para
-%%ASTERDIR%%/astest/ssnv101c.comm
-%%ASTERDIR%%/astest/ssnv101c.mail
-%%ASTERDIR%%/astest/ssnv101c.para
 %%ASTERDIR%%/astest/ssnv101d.comm
 %%ASTERDIR%%/astest/ssnv101d.mail
 %%ASTERDIR%%/astest/ssnv101d.para
@@ -6911,9 +6919,6 @@
 %%ASTERDIR%%/astest/ssnv199e.comm
 %%ASTERDIR%%/astest/ssnv199e.msh
 %%ASTERDIR%%/astest/ssnv199e.para
-%%ASTERDIR%%/astest/ssnv199f.comm
-%%ASTERDIR%%/astest/ssnv199f.msh
-%%ASTERDIR%%/astest/ssnv199f.para
 %%ASTERDIR%%/astest/ssnv199g.comm
 %%ASTERDIR%%/astest/ssnv199g.geo
 %%ASTERDIR%%/astest/ssnv199g.msh
@@ -6958,6 +6963,7 @@
 %%ASTERDIR%%/astest/ssnv206a.comm
 %%ASTERDIR%%/astest/ssnv206a.mail
 %%ASTERDIR%%/astest/ssnv206a.para
+%%ASTERDIR%%/astest/ssnv207a.30
 %%ASTERDIR%%/astest/ssnv207a.comm
 %%ASTERDIR%%/astest/ssnv207a.para
 %%ASTERDIR%%/astest/ssnv208a.comm
@@ -8714,22 +8720,6 @@
 %%ASTERDIR%%/astest/zzzz115a.comm
 %%ASTERDIR%%/astest/zzzz115a.mail
 %%ASTERDIR%%/astest/zzzz115a.para
-%%ASTERDIR%%/astest/zzzz118a.comm
-%%ASTERDIR%%/astest/zzzz118a.mail
-%%ASTERDIR%%/astest/zzzz118a.para
-%%ASTERDIR%%/astest/zzzz118b.comm
-%%ASTERDIR%%/astest/zzzz118b.mail
-%%ASTERDIR%%/astest/zzzz118b.para
-%%ASTERDIR%%/astest/zzzz118c.38
-%%ASTERDIR%%/astest/zzzz118c.com1
-%%ASTERDIR%%/astest/zzzz118c.comm
-%%ASTERDIR%%/astest/zzzz118c.mail
-%%ASTERDIR%%/astest/zzzz118c.para
-%%ASTERDIR%%/astest/zzzz118d.38
-%%ASTERDIR%%/astest/zzzz118d.com1
-%%ASTERDIR%%/astest/zzzz118d.comm
-%%ASTERDIR%%/astest/zzzz118d.mail
-%%ASTERDIR%%/astest/zzzz118d.para
 %%ASTERDIR%%/astest/zzzz119a.20
 %%ASTERDIR%%/astest/zzzz119a.com0
 %%ASTERDIR%%/astest/zzzz119a.com1
@@ -9161,12 +9151,6 @@
 %%ASTERDIR%%/astest/zzzz268b.comm
 %%ASTERDIR%%/astest/zzzz268b.mail
 %%ASTERDIR%%/astest/zzzz268b.para
-%%ASTERDIR%%/astest/zzzz271a.11
-%%ASTERDIR%%/astest/zzzz271a.12
-%%ASTERDIR%%/astest/zzzz271a.13
-%%ASTERDIR%%/astest/zzzz271a.14
-%%ASTERDIR%%/astest/zzzz271a.comm
-%%ASTERDIR%%/astest/zzzz271a.para
 %%ASTERDIR%%/astest/zzzz272b.comm
 %%ASTERDIR%%/astest/zzzz272b.mmed
 %%ASTERDIR%%/astest/zzzz272b.para
@@ -9238,6 +9222,9 @@
 %%ASTERDIR%%/astest/zzzz295c.comm
 %%ASTERDIR%%/astest/zzzz295c.mail
 %%ASTERDIR%%/astest/zzzz295c.para
+%%ASTERDIR%%/astest/zzzz322a.comm
+%%ASTERDIR%%/astest/zzzz322a.mail
+%%ASTERDIR%%/astest/zzzz322a.para
 %%ASTERDIR%%/astout.export
 %%ASTERDIR%%/bibpyt/Accas/A_AU_MOINS_UN.py
 %%ASTERDIR%%/bibpyt/Accas/A_AU_MOINS_UN.pyc



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