git: 3e058a29e7a6 - main - math/gap: Update 4.11.1 -> 4.12.0

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 07 Oct 2022 17:15:21 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3e058a29e7a6469025884b5cae67bcf736bbbeff

commit 3e058a29e7a6469025884b5cae67bcf736bbbeff
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-07 14:38:51 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-07 17:15:18 +0000

    math/gap: Update 4.11.1 -> 4.12.0
    
    Reported by:    portscout
---
 math/gap/Makefile  |    72 +-
 math/gap/distinfo  |     6 +-
 math/gap/pkg-plist | 47694 +++++++++++++++++++++++++++++++++++++++------------
 math/sage/Makefile |     2 +-
 math/xgap/Makefile |     1 +
 5 files changed, 36763 insertions(+), 11012 deletions(-)

diff --git a/math/gap/Makefile b/math/gap/Makefile
index 71f40183dc1a..1cfc433d8f58 100644
--- a/math/gap/Makefile
+++ b/math/gap/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	gap
-DISTVERSION=	4.11.1
-PORTREVISION=	2
+DISTVERSION=	4.12.0
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/gap-system/gap/releases/download/v${DISTVERSION}/
 
@@ -17,39 +16,15 @@ BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		gmake libtool localbase perl5 readline shebangfix
-SHEBANG_FILES=	.
 USE_PERL5=	run
 
-OPTIONS_DEFINE=	ADDPACK MANU
-OPTIONS_DEFAULT=ADDPACK
-OPTIONS_SUB=	yes
-ADDPACK_DESC=	Additional packages typically "expected" out-of-the-box
-ADDPACK_VARS=	ADD_PACK="${ADDPACK}"
-MANU_DESC=	HTML and PDF manuals
-MANU_USE=	TEX=latex:build,formats,web2c
-MANU_VARS=	DOC_TARGET=doc
+SHEBANG_FILES=	.
 
 GNU_CONFIGURE=	yes
 MAKEFILE=	GNUmakefile
-ALL_TARGET=	all ${DOC_TARGET}
+ALL_TARGET=	all
 INSTALL_TARGET=	install-headers install-libgap
 USE_LDCONFIG=	yes
-PORTDATA=	doc/*
-
-MAKE_JOBS_UNSAFE=yes
-
-PLIST_SUB=	ALNUTH_VER=3.1.2 AUTPGRP_VER=1.10.2 CRISP_VER=1.4.5 \
-		CTBLLIB_VER=1.3.1 FACT_INT_VER=1.6.3 GAP_DOC_VER=1.6.4 \
-		HELP_VER=3.5 IRREDSOL_VER=1.4.1 LAGUNA_VER=3.9.3 \
-		POLENTA_VER=1.3.9 POLYCYCLIC_VER=2.16 PRIMGRP_VER=3.4.1 \
-		RESCLASSES_VER=4.7.2 SOPHUS_VER=1.24 SMALL_GRP_VER=1.4.2 \
-		TOMLIB_VER=1.2.9
-
-# The minimal packages GAP needs to run (do not need compilation)
-MINPACK=	GAPDoc- HeLP- primgrp- SmallGrp- transgrp
-ADDPACK=	atlasrep autpgrp- alnuth- crisp- ctbllib FactInt- fga	\
-		irredsol- laguna- polenta- polycyclic- resclasses-	\
-		sophus- tomlib-
 
 ACLOCVER=	1.16	# Truncated version of aclocal / automake
 
@@ -73,19 +48,11 @@ post-build:
 		${RM} bistellar
 
 post-install:
-	# additional header
-	${INSTALL_DATA} ${WRKSRC}/gen/config.h ${STAGEDIR}${PREFIX}/include/gap
 	# install gap binary
 	${INSTALL_PROGRAM} ${WRKSRC}/gap ${STAGEDIR}${PREFIX}/bin/gap-bin
-	# strip
-	cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/gap-bin lib/libgap.so.0.0.0
-	# install gac executable
-	${INSTALL_SCRIPT} ${WRKSRC}/gac ${STAGEDIR}${PREFIX}/bin/gac
-	${REINPLACE_CMD} -i '' -e ' \
-		s|^\. "$${abs_top_builddir}/sysinfo.gap"|. "${DATADIR}/sysinfo.gap"|; \
-		s|^abs_top_builddir=.*|abs_top_builddir="${DATADIR}/min-builddir"|; \
-		s|^abs_top_srcdir=.*|abs_top_srcdir="${DATADIR}/min-srcdir"| \
-		' ${STAGEDIR}${PREFIX}/bin/gac
+	## install gac executable - GAC is disabled since the project can't install it properly
+	#${INSTALL_SCRIPT} ${WRKSRC}/gac ${STAGEDIR}${PREFIX}/bin/gac
+	#${REINPLACE_CMD} -i '' -e 's|^\. "${WRKSRC}/sysinfo.gap"|. "${DATADIR}/sysinfo.gap"|' ${STAGEDIR}${PREFIX}/bin/gac
 	# prepare and install wrapper
 	@${CAT} ${WRKSRC}/bin/gap.sh | ${SED} -e ' \
 		s:${WRKSRC}:${GAP_LIBDIR}:; \
@@ -94,25 +61,26 @@ post-install:
 		/^exec/s:/gap::; \
 		' > ${WRKSRC}/bin/gap
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/gap ${STAGEDIR}${PREFIX}/bin
-	# min-builddir and min-srcdir
-	${MKDIR} ${STAGEDIR}${DATADIR}/min-builddir ${STAGEDIR}${DATADIR}/min-srcdir
-	${INSTALL_SCRIPT} ${WRKSRC}/libtool ${STAGEDIR}${DATADIR}/min-builddir
-	${RLN} ${STAGEDIR}${PREFIX}/bin/gap ${STAGEDIR}${DATADIR}/min-builddir/gap
-	cd ${WRKSRC}/ && ${COPYTREE_SHARE} obj ${STAGEDIR}${DATADIR}/min-builddir/
-	# install packages
-	${MKDIR} ${STAGEDIR}${DATADIR}/pkg
-.for f in doc etc gen grp lib tst sysinfo.gap
+	## min-builddir
+	#${MKDIR} ${STAGEDIR}${DATADIR}/min-builddir
+	#${INSTALL_SCRIPT} ${WRKSRC}/libtool ${STAGEDIR}${DATADIR}/min-builddir
+	#${RLN} ${STAGEDIR}${PREFIX}/bin/gap ${STAGEDIR}${DATADIR}/min-builddir/gap
+	#cd ${WRKSRC}/build && ${COPYTREE_SHARE} obj ${STAGEDIR}${DATADIR}/min-builddir/
+	# install files/directories
+.for f in doc etc grp lib tst sysinfo.gap
 	${CP} -R ${WRKSRC}/${f} ${STAGEDIR}${DATADIR}/
 .endfor
-.for p in ${MINPACK} ${ADD_PACK}
-	cd ${WRKSRC}/pkg && ${CP} -R $$(ls -d ${p}*) ${STAGEDIR}${DATADIR}/pkg/
-.endfor
+	# install packages
+	cd ${WRKSRC} && ${COPYTREE_SHARE} pkg ${STAGEDIR}${DATADIR}
 	# correct paths in sysinfo.gap
 	${REINPLACE_CMD} -i '' -e ' \
-		s|^GAP_BIN_DIR=.*|GAP_BIN_DIR="${PREFIX}/bin"|; \
-		s|^GAP_LIB_DIR=.*|GAP_LIB_DIR="${PREFIX}/lib"|; \
+		s|^GAP=.*|GAP="${PREFIX}/bin/gap"|; \
+		s|^GAC=.*|GAP="${PREFIX}/bin/gac"|; \
+		s|^GAP_CXXFLAGS=.*|GAP_CXXFLAGS="-I"|; \
 		s| -isystem ${PREFIX}/include |&-I${PREFIX}/include/gap |; \
 		' ${STAGEDIR}${DATADIR}/sysinfo.gap
+	# remove redundant files
+	${RM} ${STAGEDIR}${DATADIR}/pkg/patternclass/lib/.DS_Store
 
 do-test:
 	@cd ${WRKSRC} && ./gap ${FILESDIR}/test.g
diff --git a/math/gap/distinfo b/math/gap/distinfo
index 5240b2cd0652..9dcb92d1dc1b 100644
--- a/math/gap/distinfo
+++ b/math/gap/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643149022
-SHA256 (gap-4.11.1.tar.gz) = 6635c5da7d82755f8339486b9cac33766f58712f297e8234fba40818902ea304
-SIZE (gap-4.11.1.tar.gz) = 511599444
+TIMESTAMP = 1665031339
+SHA256 (gap-4.12.0.tar.gz) = 6005d0c0316fe8803d84681f30be64eace83a9542f975f5cb3dedfadd4391849
+SIZE (gap-4.12.0.tar.gz) = 505913244
diff --git a/math/gap/pkg-plist b/math/gap/pkg-plist
index a7fb95aef451..cd1f903a9b12 100644
--- a/math/gap/pkg-plist
+++ b/math/gap/pkg-plist
@@ -1,4 +1,3 @@
-bin/gac
 bin/gap
 bin/gap-bin
 include/gap/ariths.h
@@ -10,10 +9,10 @@ include/gap/bool.h
 include/gap/calls.h
 include/gap/code.h
 include/gap/collectors.h
+include/gap/common.h
 include/gap/compiled.h
 include/gap/compiler.h
 include/gap/compstat.h
-include/gap/config.h
 include/gap/costab.h
 include/gap/cyclotom.h
 include/gap/debug.h
@@ -29,8 +28,8 @@ include/gap/finfield_conway.h
 include/gap/funcs.h
 include/gap/gap.h
 include/gap/gap_all.h
-include/gap/gap_version.h
 include/gap/gapstate.h
+include/gap/gaptime.h
 include/gap/gaputils.h
 include/gap/gasman.h
 include/gap/gasman_intern.h
@@ -38,6 +37,7 @@ include/gap/gvars.h
 include/gap/hookintrprtr.h
 include/gap/hpc/aobjects.h
 include/gap/hpc/atomic.h
+include/gap/hpc/cpu.h
 include/gap/hpc/guards.h
 include/gap/hpc/misc.h
 include/gap/hpc/region.h
@@ -83,35 +83,44 @@ include/gap/saveload.h
 include/gap/scanner.h
 include/gap/sctable.h
 include/gap/set.h
+include/gap/sha256.h
 include/gap/sortbase.h
+include/gap/src
 include/gap/stats.h
 include/gap/streams.h
 include/gap/stringobj.h
+include/gap/symbols.h
 include/gap/syntaxtree.h
 include/gap/sysenv.h
 include/gap/sysfiles.h
 include/gap/sysmem.h
 include/gap/sysopt.h
+include/gap/sysroots.h
+include/gap/sysstr.h
 include/gap/system.h
 include/gap/tietze.h
+include/gap/tracing.h
 include/gap/trans.h
+include/gap/trycatch.h
 include/gap/vars.h
 include/gap/vec8bit.h
 include/gap/vecffe.h
 include/gap/vecgf2.h
 include/gap/vector.h
+include/gap/version.h
 include/gap/weakptr.h
 lib/libgap.so
-lib/libgap.so.0
-lib/libgap.so.0.0.0
+lib/libgap.so.8
+lib/libgap.so.8.0.0
+%%DATADIR%%/README.md
 %%DATADIR%%/etc/Makefile.gappkg
 %%DATADIR%%/etc/README.md
 %%DATADIR%%/etc/convert.pl
-%%DATADIR%%/etc/ctags.readme.txt
+%%DATADIR%%/etc/ctags.readme.md
 %%DATADIR%%/etc/ctags_for_gap
-%%DATADIR%%/etc/emacs/README
 %%DATADIR%%/etc/ffgen.c
 %%DATADIR%%/%%ETCDIR%%log.css
+%%DATADIR%%/etc/gen_conway.g
 %%DATADIR%%/etc/log2html.g
 %%DATADIR%%/etc/tags.sh
 %%DATADIR%%/etc/vim/README.vim-utils
@@ -120,9 +129,8 @@ lib/libgap.so.0.0.0
 %%DATADIR%%/etc/vim/gap.vim
 %%DATADIR%%/etc/vim/gap_indent.vim
 %%DATADIR%%/etc/xrmtcmd.c
-%%DATADIR%%/gen/config.h
-%%DATADIR%%/gen/gap_version.c
-%%DATADIR%%/gen/stamp-h
+%%DATADIR%%/gapmacro.tex
+%%DATADIR%%/gapmacrodoc.tex
 %%DATADIR%%/grp/basic.gd
 %%DATADIR%%/grp/basicfp.gi
 %%DATADIR%%/grp/basicmat.gi
@@ -166,8 +174,28 @@ lib/libgap.so.0.0.0
 %%DATADIR%%/grp/perf10.grp
 %%DATADIR%%/grp/perf11.grp
 %%DATADIR%%/grp/perf12.grp
+%%DATADIR%%/grp/perf13.grp
+%%DATADIR%%/grp/perf14.grp
+%%DATADIR%%/grp/perf15.grp
+%%DATADIR%%/grp/perf16.grp
+%%DATADIR%%/grp/perf17.grp
+%%DATADIR%%/grp/perf18.grp
+%%DATADIR%%/grp/perf19.grp
 %%DATADIR%%/grp/perf2.grp
+%%DATADIR%%/grp/perf20.grp
+%%DATADIR%%/grp/perf21.grp
+%%DATADIR%%/grp/perf22.grp
+%%DATADIR%%/grp/perf23.grp
+%%DATADIR%%/grp/perf24.grp
+%%DATADIR%%/grp/perf25.grp
+%%DATADIR%%/grp/perf26.grp
+%%DATADIR%%/grp/perf28.grp
+%%DATADIR%%/grp/perf29.grp
 %%DATADIR%%/grp/perf3.grp
+%%DATADIR%%/grp/perf30.grp
+%%DATADIR%%/grp/perf31.grp
+%%DATADIR%%/grp/perf32.grp
+%%DATADIR%%/grp/perf34.grp
 %%DATADIR%%/grp/perf4.grp
 %%DATADIR%%/grp/perf5.grp
 %%DATADIR%%/grp/perf6.grp
@@ -178,8 +206,77 @@ lib/libgap.so.0.0.0
 %%DATADIR%%/grp/ree.gi
 %%DATADIR%%/grp/simple.gd
 %%DATADIR%%/grp/simple.gi
+%%DATADIR%%/grp/simple2.g
+%%DATADIR%%/grp/simplerew.grp
 %%DATADIR%%/grp/suzuki.gd
 %%DATADIR%%/grp/suzuki.gi
+%%DATADIR%%/hpc/aobjects.xml
+%%DATADIR%%/hpc/channels.xml
+%%DATADIR%%/hpc/chap0.html
+%%DATADIR%%/hpc/chap0.txt
+%%DATADIR%%/hpc/chap0_mj.html
+%%DATADIR%%/hpc/chap1.html
+%%DATADIR%%/hpc/chap1.txt
+%%DATADIR%%/hpc/chap10.html
+%%DATADIR%%/hpc/chap10.txt
+%%DATADIR%%/hpc/chap10_mj.html
+%%DATADIR%%/hpc/chap11.html
+%%DATADIR%%/hpc/chap11.txt
+%%DATADIR%%/hpc/chap11_mj.html
+%%DATADIR%%/hpc/chap1_mj.html
+%%DATADIR%%/hpc/chap2.html
+%%DATADIR%%/hpc/chap2.txt
+%%DATADIR%%/hpc/chap2_mj.html
+%%DATADIR%%/hpc/chap3.html
+%%DATADIR%%/hpc/chap3.txt
+%%DATADIR%%/hpc/chap3_mj.html
+%%DATADIR%%/hpc/chap4.html
+%%DATADIR%%/hpc/chap4.txt
+%%DATADIR%%/hpc/chap4_mj.html
+%%DATADIR%%/hpc/chap5.html
+%%DATADIR%%/hpc/chap5.txt
+%%DATADIR%%/hpc/chap5_mj.html
+%%DATADIR%%/hpc/chap6.html
+%%DATADIR%%/hpc/chap6.txt
+%%DATADIR%%/hpc/chap6_mj.html
+%%DATADIR%%/hpc/chap7.html
+%%DATADIR%%/hpc/chap7.txt
+%%DATADIR%%/hpc/chap7_mj.html
+%%DATADIR%%/hpc/chap8.html
+%%DATADIR%%/hpc/chap8.txt
+%%DATADIR%%/hpc/chap8_mj.html
+%%DATADIR%%/hpc/chap9.html
+%%DATADIR%%/hpc/chap9.txt
+%%DATADIR%%/hpc/chap9_mj.html
+%%DATADIR%%/hpc/chapInd.html
+%%DATADIR%%/hpc/chapInd.txt
+%%DATADIR%%/hpc/chapInd_mj.html
+%%DATADIR%%/hpc/chooser.html
+%%DATADIR%%/hpc/lefttoc.css
+%%DATADIR%%/hpc/lowlevel.xml
+%%DATADIR%%/hpc/main.xml
+%%DATADIR%%/hpc/makedocrel.g
+%%DATADIR%%/hpc/makedocreldata.g
+%%DATADIR%%/hpc/manual-bw.pdf
+%%DATADIR%%/hpc/manual.css
+%%DATADIR%%/hpc/manual.js
+%%DATADIR%%/hpc/manual.lab
+%%DATADIR%%/hpc/manual.pdf
+%%DATADIR%%/hpc/manual.six
+%%DATADIR%%/hpc/nocolorprompt.css
+%%DATADIR%%/hpc/ragged.css
+%%DATADIR%%/hpc/rainbow.js
+%%DATADIR%%/hpc/regions.xml
+%%DATADIR%%/hpc/semaphores.xml
+%%DATADIR%%/hpc/serialize.xml
+%%DATADIR%%/hpc/syncvars.xml
+%%DATADIR%%/hpc/tasks.xml
+%%DATADIR%%/hpc/threads.xml
+%%DATADIR%%/hpc/times.css
+%%DATADIR%%/hpc/toggless.css
+%%DATADIR%%/hpc/toggless.js
+%%DATADIR%%/hpc/ui.xml
+%%DATADIR%%/hpc/vars.xml
 %%DATADIR%%/lib/DELETED
 %%DATADIR%%/lib/addcoset.gd
 %%DATADIR%%/lib/addcoset.gi
@@ -207,8 +304,6 @@ lib/libgap.so.0.0.0
 %%DATADIR%%/lib/algsc.gi
 %%DATADIR%%/lib/arith.gd
 %%DATADIR%%/lib/arith.gi
-%%DATADIR%%/lib/assert.gd
-%%DATADIR%%/lib/assert.gi
 %%DATADIR%%/lib/attr.gd
 %%DATADIR%%/lib/attr.gi
 %%DATADIR%%/lib/autsr.gi
@@ -318,6 +413,7 @@ lib/libgap.so.0.0.0
 %%DATADIR%%/lib/galois.gi
 %%DATADIR%%/lib/gasman.gd
 %%DATADIR%%/lib/gasman.gi
+%%DATADIR%%/lib/gaussian.gd
 %%DATADIR%%/lib/gaussian.gi
 %%DATADIR%%/lib/ghom.gd
 %%DATADIR%%/lib/ghom.gi
@@ -411,7 +507,6 @@ lib/libgap.so.0.0.0
 %%DATADIR%%/lib/kbsemi.gd
 %%DATADIR%%/lib/kbsemi.gi
 %%DATADIR%%/lib/kernel.g
-%%DATADIR%%/lib/lbutil.g
 %%DATADIR%%/lib/liefam.gd
 %%DATADIR%%/lib/liefam.gi
 %%DATADIR%%/lib/lierep.gd
@@ -428,6 +523,7 @@ lib/libgap.so.0.0.0
 %%DATADIR%%/lib/mapphomo.gi
 %%DATADIR%%/lib/mapping.gd
 %%DATADIR%%/lib/mapping.gi
+%%DATADIR%%/lib/mapping1.gi
 %%DATADIR%%/lib/mapprep.gi
 %%DATADIR%%/lib/mat8bit.gd
 %%DATADIR%%/lib/mat8bit.gi
@@ -438,10 +534,13 @@ lib/libgap.so.0.0.0
 %%DATADIR%%/lib/matobj.gi
 %%DATADIR%%/lib/matobj1.gd
 %%DATADIR%%/lib/matobj2.gd
+%%DATADIR%%/lib/matobjnz.gd
+%%DATADIR%%/lib/matobjnz.gi
 %%DATADIR%%/lib/matobjplist.gd
 %%DATADIR%%/lib/matobjplist.gi
 %%DATADIR%%/lib/matrix.gd
 %%DATADIR%%/lib/matrix.gi
+%%DATADIR%%/lib/matrobjrowlist.gi
 %%DATADIR%%/lib/maxsub.gi
 %%DATADIR%%/lib/meatauto.gi
 %%DATADIR%%/lib/meataxe.gd
@@ -548,7 +647,6 @@ lib/libgap.so.0.0.0
 %%DATADIR%%/lib/randiso.gd
 %%DATADIR%%/lib/randiso.gi
 %%DATADIR%%/lib/randiso2.gi
-%%DATADIR%%/lib/random.g
 %%DATADIR%%/lib/random.gd
 %%DATADIR%%/lib/random.gi
 %%DATADIR%%/lib/ratfun.gd
@@ -695,10931 +793,32069 @@ lib/libgap.so.0.0.0
 %%DATADIR%%/lib/zmodnz.gi
 %%DATADIR%%/lib/zmodnze.gd
 %%DATADIR%%/lib/zmodnze.gi
-%%DATADIR%%/min-builddir/gap
-%%DATADIR%%/min-builddir/libtool
-%%DATADIR%%/min-builddir/obj/gen/.deps/gap_version.d
-%%DATADIR%%/min-builddir/obj/gen/.libs/gap_version.o
-%%DATADIR%%/min-builddir/obj/gen/gap_version.lo
-%%DATADIR%%/min-builddir/obj/src/.deps/ariths.d
-%%DATADIR%%/min-builddir/obj/src/.deps/bags.d
-%%DATADIR%%/min-builddir/obj/src/.deps/blister.d
-%%DATADIR%%/min-builddir/obj/src/.deps/bool.d
-%%DATADIR%%/min-builddir/obj/src/.deps/c_oper1.d
-%%DATADIR%%/min-builddir/obj/src/.deps/c_type1.d
-%%DATADIR%%/min-builddir/obj/src/.deps/calls.d
-%%DATADIR%%/min-builddir/obj/src/.deps/code.d
-%%DATADIR%%/min-builddir/obj/src/.deps/collectors.d
-%%DATADIR%%/min-builddir/obj/src/.deps/compiler.d
-%%DATADIR%%/min-builddir/obj/src/.deps/compstat.d
-%%DATADIR%%/min-builddir/obj/src/.deps/costab.d
-%%DATADIR%%/min-builddir/obj/src/.deps/cyclotom.d
-%%DATADIR%%/min-builddir/obj/src/.deps/debug.d
-%%DATADIR%%/min-builddir/obj/src/.deps/dt.d
-%%DATADIR%%/min-builddir/obj/src/.deps/dteval.d
-%%DATADIR%%/min-builddir/obj/src/.deps/error.d
-%%DATADIR%%/min-builddir/obj/src/.deps/exprs.d
-%%DATADIR%%/min-builddir/obj/src/.deps/ffdata.d
-%%DATADIR%%/min-builddir/obj/src/.deps/finfield.d
-%%DATADIR%%/min-builddir/obj/src/.deps/funcs.d
-%%DATADIR%%/min-builddir/obj/src/.deps/gap.d
-%%DATADIR%%/min-builddir/obj/src/.deps/gasman.d
-%%DATADIR%%/min-builddir/obj/src/.deps/gvars.d
-%%DATADIR%%/min-builddir/obj/src/.deps/hookintrprtr.d
-%%DATADIR%%/min-builddir/obj/src/.deps/info.d
-%%DATADIR%%/min-builddir/obj/src/.deps/integer.d
-%%DATADIR%%/min-builddir/obj/src/.deps/intfuncs.d
-%%DATADIR%%/min-builddir/obj/src/.deps/intrprtr.d
-%%DATADIR%%/min-builddir/obj/src/.deps/io.d
-%%DATADIR%%/min-builddir/obj/src/.deps/iostream.d
-%%DATADIR%%/min-builddir/obj/src/.deps/libgap-api.d
-%%DATADIR%%/min-builddir/obj/src/.deps/listfunc.d
-%%DATADIR%%/min-builddir/obj/src/.deps/listoper.d
-%%DATADIR%%/min-builddir/obj/src/.deps/lists.d
-%%DATADIR%%/min-builddir/obj/src/.deps/macfloat.d
-%%DATADIR%%/min-builddir/obj/src/.deps/modules.d
-%%DATADIR%%/min-builddir/obj/src/.deps/modules_builtin.d
-%%DATADIR%%/min-builddir/obj/src/.deps/objcftl.d
-%%DATADIR%%/min-builddir/obj/src/.deps/objects.d
-%%DATADIR%%/min-builddir/obj/src/.deps/objfgelm.d
-%%DATADIR%%/min-builddir/obj/src/.deps/objpcgel.d
-%%DATADIR%%/min-builddir/obj/src/.deps/objset.d
-%%DATADIR%%/min-builddir/obj/src/.deps/opers.d
-%%DATADIR%%/min-builddir/obj/src/.deps/permutat.d
-%%DATADIR%%/min-builddir/obj/src/.deps/plist.d
-%%DATADIR%%/min-builddir/obj/src/.deps/pperm.d
-%%DATADIR%%/min-builddir/obj/src/.deps/precord.d
-%%DATADIR%%/min-builddir/obj/src/.deps/profile.d
-%%DATADIR%%/min-builddir/obj/src/.deps/range.d
-%%DATADIR%%/min-builddir/obj/src/.deps/rational.d
-%%DATADIR%%/min-builddir/obj/src/.deps/read.d
-%%DATADIR%%/min-builddir/obj/src/.deps/records.d
-%%DATADIR%%/min-builddir/obj/src/.deps/saveload.d
-%%DATADIR%%/min-builddir/obj/src/.deps/scanner.d
-%%DATADIR%%/min-builddir/obj/src/.deps/sctable.d
-%%DATADIR%%/min-builddir/obj/src/.deps/set.d
-%%DATADIR%%/min-builddir/obj/src/.deps/stats.d
-%%DATADIR%%/min-builddir/obj/src/.deps/streams.d
-%%DATADIR%%/min-builddir/obj/src/.deps/stringobj.d
-%%DATADIR%%/min-builddir/obj/src/.deps/syntaxtree.d
-%%DATADIR%%/min-builddir/obj/src/.deps/sysfiles.d
-%%DATADIR%%/min-builddir/obj/src/.deps/sysmem.d
-%%DATADIR%%/min-builddir/obj/src/.deps/system.d
-%%DATADIR%%/min-builddir/obj/src/.deps/tietze.d
-%%DATADIR%%/min-builddir/obj/src/.deps/trans.d
-%%DATADIR%%/min-builddir/obj/src/.deps/vars.d
-%%DATADIR%%/min-builddir/obj/src/.deps/vec8bit.d
-%%DATADIR%%/min-builddir/obj/src/.deps/vecffe.d
-%%DATADIR%%/min-builddir/obj/src/.deps/vecgf2.d
-%%DATADIR%%/min-builddir/obj/src/.deps/vector.d
-%%DATADIR%%/min-builddir/obj/src/.deps/weakptr.d
-%%DATADIR%%/min-builddir/obj/src/.libs/ariths.o
-%%DATADIR%%/min-builddir/obj/src/.libs/bags.o
-%%DATADIR%%/min-builddir/obj/src/.libs/blister.o
-%%DATADIR%%/min-builddir/obj/src/.libs/bool.o
-%%DATADIR%%/min-builddir/obj/src/.libs/c_oper1.o
-%%DATADIR%%/min-builddir/obj/src/.libs/c_type1.o
-%%DATADIR%%/min-builddir/obj/src/.libs/calls.o
-%%DATADIR%%/min-builddir/obj/src/.libs/code.o
-%%DATADIR%%/min-builddir/obj/src/.libs/collectors.o
-%%DATADIR%%/min-builddir/obj/src/.libs/compiler.o
-%%DATADIR%%/min-builddir/obj/src/.libs/compstat.o
-%%DATADIR%%/min-builddir/obj/src/.libs/costab.o
-%%DATADIR%%/min-builddir/obj/src/.libs/cyclotom.o
-%%DATADIR%%/min-builddir/obj/src/.libs/debug.o
-%%DATADIR%%/min-builddir/obj/src/.libs/dt.o
-%%DATADIR%%/min-builddir/obj/src/.libs/dteval.o
-%%DATADIR%%/min-builddir/obj/src/.libs/error.o
-%%DATADIR%%/min-builddir/obj/src/.libs/exprs.o
-%%DATADIR%%/min-builddir/obj/src/.libs/ffdata.o
-%%DATADIR%%/min-builddir/obj/src/.libs/finfield.o
-%%DATADIR%%/min-builddir/obj/src/.libs/funcs.o
-%%DATADIR%%/min-builddir/obj/src/.libs/gap.o
-%%DATADIR%%/min-builddir/obj/src/.libs/gasman.o
-%%DATADIR%%/min-builddir/obj/src/.libs/gvars.o
-%%DATADIR%%/min-builddir/obj/src/.libs/hookintrprtr.o
-%%DATADIR%%/min-builddir/obj/src/.libs/info.o
-%%DATADIR%%/min-builddir/obj/src/.libs/integer.o
-%%DATADIR%%/min-builddir/obj/src/.libs/intfuncs.o
-%%DATADIR%%/min-builddir/obj/src/.libs/intrprtr.o
-%%DATADIR%%/min-builddir/obj/src/.libs/io.o
-%%DATADIR%%/min-builddir/obj/src/.libs/iostream.o
-%%DATADIR%%/min-builddir/obj/src/.libs/libgap-api.o
-%%DATADIR%%/min-builddir/obj/src/.libs/listfunc.o
-%%DATADIR%%/min-builddir/obj/src/.libs/listoper.o
-%%DATADIR%%/min-builddir/obj/src/.libs/lists.o
-%%DATADIR%%/min-builddir/obj/src/.libs/macfloat.o
-%%DATADIR%%/min-builddir/obj/src/.libs/modules.o
-%%DATADIR%%/min-builddir/obj/src/.libs/modules_builtin.o
-%%DATADIR%%/min-builddir/obj/src/.libs/objcftl.o
-%%DATADIR%%/min-builddir/obj/src/.libs/objects.o
-%%DATADIR%%/min-builddir/obj/src/.libs/objfgelm.o
-%%DATADIR%%/min-builddir/obj/src/.libs/objpcgel.o
-%%DATADIR%%/min-builddir/obj/src/.libs/objset.o
-%%DATADIR%%/min-builddir/obj/src/.libs/opers.o
-%%DATADIR%%/min-builddir/obj/src/.libs/permutat.o
-%%DATADIR%%/min-builddir/obj/src/.libs/plist.o
-%%DATADIR%%/min-builddir/obj/src/.libs/pperm.o
-%%DATADIR%%/min-builddir/obj/src/.libs/precord.o
-%%DATADIR%%/min-builddir/obj/src/.libs/profile.o
-%%DATADIR%%/min-builddir/obj/src/.libs/range.o
-%%DATADIR%%/min-builddir/obj/src/.libs/rational.o
-%%DATADIR%%/min-builddir/obj/src/.libs/read.o
-%%DATADIR%%/min-builddir/obj/src/.libs/records.o
-%%DATADIR%%/min-builddir/obj/src/.libs/saveload.o
-%%DATADIR%%/min-builddir/obj/src/.libs/scanner.o
-%%DATADIR%%/min-builddir/obj/src/.libs/sctable.o
-%%DATADIR%%/min-builddir/obj/src/.libs/set.o
-%%DATADIR%%/min-builddir/obj/src/.libs/stats.o
-%%DATADIR%%/min-builddir/obj/src/.libs/streams.o
-%%DATADIR%%/min-builddir/obj/src/.libs/stringobj.o
-%%DATADIR%%/min-builddir/obj/src/.libs/syntaxtree.o
-%%DATADIR%%/min-builddir/obj/src/.libs/sysfiles.o
-%%DATADIR%%/min-builddir/obj/src/.libs/sysmem.o
-%%DATADIR%%/min-builddir/obj/src/.libs/system.o
-%%DATADIR%%/min-builddir/obj/src/.libs/tietze.o
-%%DATADIR%%/min-builddir/obj/src/.libs/trans.o
-%%DATADIR%%/min-builddir/obj/src/.libs/vars.o
-%%DATADIR%%/min-builddir/obj/src/.libs/vec8bit.o
-%%DATADIR%%/min-builddir/obj/src/.libs/vecffe.o
-%%DATADIR%%/min-builddir/obj/src/.libs/vecgf2.o
-%%DATADIR%%/min-builddir/obj/src/.libs/vector.o
-%%DATADIR%%/min-builddir/obj/src/.libs/weakptr.o
-%%DATADIR%%/min-builddir/obj/src/ariths.lo
-%%DATADIR%%/min-builddir/obj/src/bags.lo
-%%DATADIR%%/min-builddir/obj/src/blister.lo
-%%DATADIR%%/min-builddir/obj/src/bool.lo
-%%DATADIR%%/min-builddir/obj/src/c_oper1.lo
-%%DATADIR%%/min-builddir/obj/src/c_type1.lo
-%%DATADIR%%/min-builddir/obj/src/calls.lo
-%%DATADIR%%/min-builddir/obj/src/code.lo
-%%DATADIR%%/min-builddir/obj/src/collectors.lo
-%%DATADIR%%/min-builddir/obj/src/compiler.lo
-%%DATADIR%%/min-builddir/obj/src/compstat.lo
-%%DATADIR%%/min-builddir/obj/src/costab.lo
-%%DATADIR%%/min-builddir/obj/src/cyclotom.lo
-%%DATADIR%%/min-builddir/obj/src/debug.lo
-%%DATADIR%%/min-builddir/obj/src/dt.lo
-%%DATADIR%%/min-builddir/obj/src/dteval.lo
-%%DATADIR%%/min-builddir/obj/src/error.lo
-%%DATADIR%%/min-builddir/obj/src/exprs.lo
-%%DATADIR%%/min-builddir/obj/src/ffdata.lo
-%%DATADIR%%/min-builddir/obj/src/finfield.lo
-%%DATADIR%%/min-builddir/obj/src/funcs.lo
-%%DATADIR%%/min-builddir/obj/src/gap.lo
-%%DATADIR%%/min-builddir/obj/src/gasman.lo
-%%DATADIR%%/min-builddir/obj/src/gvars.lo
-%%DATADIR%%/min-builddir/obj/src/hookintrprtr.lo
-%%DATADIR%%/min-builddir/obj/src/info.lo
-%%DATADIR%%/min-builddir/obj/src/integer.lo
-%%DATADIR%%/min-builddir/obj/src/intfuncs.lo
-%%DATADIR%%/min-builddir/obj/src/intrprtr.lo
-%%DATADIR%%/min-builddir/obj/src/io.lo
-%%DATADIR%%/min-builddir/obj/src/iostream.lo
-%%DATADIR%%/min-builddir/obj/src/libgap-api.lo
-%%DATADIR%%/min-builddir/obj/src/listfunc.lo
-%%DATADIR%%/min-builddir/obj/src/listoper.lo
-%%DATADIR%%/min-builddir/obj/src/lists.lo
-%%DATADIR%%/min-builddir/obj/src/macfloat.lo
-%%DATADIR%%/min-builddir/obj/src/modules.lo
-%%DATADIR%%/min-builddir/obj/src/modules_builtin.lo
-%%DATADIR%%/min-builddir/obj/src/objcftl.lo
-%%DATADIR%%/min-builddir/obj/src/objects.lo
-%%DATADIR%%/min-builddir/obj/src/objfgelm.lo
-%%DATADIR%%/min-builddir/obj/src/objpcgel.lo
-%%DATADIR%%/min-builddir/obj/src/objset.lo
-%%DATADIR%%/min-builddir/obj/src/opers.lo
-%%DATADIR%%/min-builddir/obj/src/permutat.lo
-%%DATADIR%%/min-builddir/obj/src/plist.lo
-%%DATADIR%%/min-builddir/obj/src/pperm.lo
-%%DATADIR%%/min-builddir/obj/src/precord.lo
-%%DATADIR%%/min-builddir/obj/src/profile.lo
-%%DATADIR%%/min-builddir/obj/src/range.lo
-%%DATADIR%%/min-builddir/obj/src/rational.lo
-%%DATADIR%%/min-builddir/obj/src/read.lo
-%%DATADIR%%/min-builddir/obj/src/records.lo
-%%DATADIR%%/min-builddir/obj/src/saveload.lo
-%%DATADIR%%/min-builddir/obj/src/scanner.lo
-%%DATADIR%%/min-builddir/obj/src/sctable.lo
-%%DATADIR%%/min-builddir/obj/src/set.lo
-%%DATADIR%%/min-builddir/obj/src/stats.lo
-%%DATADIR%%/min-builddir/obj/src/streams.lo
-%%DATADIR%%/min-builddir/obj/src/stringobj.lo
-%%DATADIR%%/min-builddir/obj/src/syntaxtree.lo
-%%DATADIR%%/min-builddir/obj/src/sysfiles.lo
-%%DATADIR%%/min-builddir/obj/src/sysmem.lo
-%%DATADIR%%/min-builddir/obj/src/system.lo
-%%DATADIR%%/min-builddir/obj/src/tietze.lo
-%%DATADIR%%/min-builddir/obj/src/trans.lo
-%%DATADIR%%/min-builddir/obj/src/vars.lo
-%%DATADIR%%/min-builddir/obj/src/vec8bit.lo
-%%DATADIR%%/min-builddir/obj/src/vecffe.lo
-%%DATADIR%%/min-builddir/obj/src/vecgf2.lo
-%%DATADIR%%/min-builddir/obj/src/vector.lo
-%%DATADIR%%/min-builddir/obj/src/weakptr.lo
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/CHANGES
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/LICENSE
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/PackageInfo.g
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/README.md
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/FactInt.toc
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/FactInt.xml
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/abstract.xml
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap0.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap0.txt
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap0_mj.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap1.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap1.txt
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap1_mj.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap2.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap2.txt
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap2_mj.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap3.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap3.txt
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap3_mj.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap4.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap4.txt
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chap4_mj.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chapBib.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chapBib.txt
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chapBib_mj.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chapInd.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chapInd.txt
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chapInd_mj.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/chooser.html
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/factintbib.xml
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/factintbib.xml.bib
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/general.xml
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/lefttoc.css
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/main.xml
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/manual.css
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/manual.js
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/manual.pdf
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/manual.six
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/methods.xml
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/nocolorprompt.css
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/preface.xml
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/ragged.css
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/rainbow.js
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/times.css
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/timings.xml
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/title.xml
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/toggless.css
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/doc/toggless.js
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/init.g
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/lib/cfrac.gi
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/lib/ecm.gi
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/lib/factint.gd
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/lib/general.gi
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/lib/mpqs.gi
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/lib/pminus1.gi
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/lib/pplus1.gi
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/makedoc.g
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/read.g
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/3k2k.g
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/akbk.g
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac10
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1001
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1002
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1003
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1004
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1005
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1006
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1007
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1008
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1009
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac101
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1010
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1011
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1012
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1013
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1014
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1015
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1016
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1017
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1018
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1019
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac102
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1020
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1021
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1022
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1023
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1025
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1026
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1027
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1028
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1029
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac103
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1030
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1031
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1032
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1033
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1034
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1035
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1036
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1037
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1038
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1039
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac104
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1040
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1041
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1042
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1043
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1044
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1045
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1046
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1047
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1048
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1049
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac105
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1050
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1051
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1052
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1053
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1054
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1055
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1056
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1057
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1058
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1059
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac106
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1060
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1061
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1062
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1063
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1064
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1065
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1066
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1067
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1068
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1069
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac107
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1070
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1071
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1072
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1073
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1074
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1075
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1076
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1077
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1078
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1079
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac108
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1080
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1081
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1082
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1083
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1084
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1085
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1086
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1087
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1088
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac109
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1090
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1091
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1092
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1093
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1094
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1095
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1096
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1097
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1098
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1099
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac11
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac110
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1100
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1101
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1102
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1103
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1104
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1105
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1106
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1107
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1108
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1109
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac111
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1110
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1111
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1112
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1113
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1114
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1115
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1116
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1117
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1118
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1119
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac112
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1120
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1121
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1122
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1123
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1124
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1125
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1126
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1127
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1128
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1129
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac113
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1130
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1131
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1132
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1133
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1134
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1135
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1136
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1137
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1138
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1139
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac114
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1140
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1141
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1142
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1143
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1144
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1145
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1146
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1147
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1148
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1149
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac115
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1150
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1151
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1152
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1153
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1154
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1155
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1157
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1158
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1159
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac116
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1160
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1161
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1162
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1163
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1164
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1165
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1166
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1167
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1168
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1169
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac117
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1170
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1171
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1172
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1173
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1174
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1175
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1176
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1177
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1178
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1179
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac118
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1180
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1181
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1182
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1183
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1184
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1185
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1186
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1187
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1188
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1189
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac119
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1190
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1191
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1192
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1193
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1194
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1195
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1196
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1197
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1198
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1199
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac12
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac120
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1200
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1201
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1205
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1209
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1213
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1216
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1217
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac122
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1223
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1229
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac123
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1231
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1237
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac124
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1248
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1249
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1253
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1254
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1256
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1257
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1259
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac126
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1263
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac127
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1275
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1277
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1279
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1283
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1289
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac129
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1291
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1297
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac13
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac130
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1300
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1301
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1302
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1303
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1307
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac131
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1319
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac132
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1321
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1324
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1327
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac133
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac134
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1344
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac135
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1353
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1355
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac136
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1361
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1363
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1367
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac137
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1373
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac138
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1381
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac139
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1399
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac14
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac140
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1409
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac141
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1411
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac142
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1422
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1423
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1427
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac1429
-%%ADDPACK%%%%DATADIR%%/pkg/FactInt-%%FACT_INT_VER%%/tables/brent/brfac143
*** 47309 LINES SKIPPED ***