git: bdf1cb06676a - main - math/gap: Simplify Makefile by using project's install target
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Oct 2022 22:34:02 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bdf1cb06676a9a7a663d7a33cb5823c6218ea964 commit bdf1cb06676a9a7a663d7a33cb5823c6218ea964 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-07 15:44:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-07 22:33:53 +0000 math/gap: Simplify Makefile by using project's install target ... which wasn't previously fully used. --- math/gap/Makefile | 38 +- math/gap/distinfo | 4 +- math/gap/pkg-plist | 1945 ++++++++++++---------------------------------------- 3 files changed, 440 insertions(+), 1547 deletions(-) diff --git a/math/gap/Makefile b/math/gap/Makefile index 1cfc433d8f58..601b69eb4b6b 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -1,8 +1,12 @@ PORTNAME= gap DISTVERSION= 4.12.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= https://github.com/gap-system/gap/releases/download/v${DISTVERSION}/ +PATCH_SITES= https://github.com/gap-system/gap/commit/ +PATCHFILES= adc76841750e3b0d39edf1315b5258bae119a928.diff:-p1 # Don't attempt to install the 'dev' manual, see https://github.com/gap-system/gap/pull/5091 + MAINTAINER= yuri@FreeBSD.org COMMENT= System for computational discrete algebra WWW= https://www.gap-system.org/ @@ -17,14 +21,13 @@ LIB_DEPENDS= libgmp.so:math/gmp USES= gmake libtool localbase perl5 readline shebangfix USE_PERL5= run +USE_LDCONFIG= yes SHEBANG_FILES= . GNU_CONFIGURE= yes + MAKEFILE= GNUmakefile -ALL_TARGET= all -INSTALL_TARGET= install-headers install-libgap -USE_LDCONFIG= yes ACLOCVER= 1.16 # Truncated version of aclocal / automake @@ -48,37 +51,8 @@ post-build: ${RM} bistellar post-install: - # install gap binary - ${INSTALL_PROGRAM} ${WRKSRC}/gap ${STAGEDIR}${PREFIX}/bin/gap-bin - ## 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}:; \ - s:GAP_DIR=.*:GAP_DIR=${DATADIR}:; \ - s:GAP_EXE=.*:GAP_EXE=${PREFIX}/bin/gap-bin:; \ - /^exec/s:/gap::; \ - ' > ${WRKSRC}/bin/gap - ${INSTALL_SCRIPT} ${WRKSRC}/bin/gap ${STAGEDIR}${PREFIX}/bin - ## 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 # install packages cd ${WRKSRC} && ${COPYTREE_SHARE} pkg ${STAGEDIR}${DATADIR} - # correct paths in sysinfo.gap - ${REINPLACE_CMD} -i '' -e ' \ - 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 diff --git a/math/gap/distinfo b/math/gap/distinfo index 9dcb92d1dc1b..3dfab316d3af 100644 --- a/math/gap/distinfo +++ b/math/gap/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1665031339 +TIMESTAMP = 1665179858 SHA256 (gap-4.12.0.tar.gz) = 6005d0c0316fe8803d84681f30be64eace83a9542f975f5cb3dedfadd4391849 SIZE (gap-4.12.0.tar.gz) = 505913244 +SHA256 (adc76841750e3b0d39edf1315b5258bae119a928.diff) = 1bd89ecb3a3914d5092a531b1430aaa80c9abdab08a7bd38723bcb29f0f9d499 +SIZE (adc76841750e3b0d39edf1315b5258bae119a928.diff) = 652 diff --git a/math/gap/pkg-plist b/math/gap/pkg-plist index cd1f903a9b12..04b371733582 100644 --- a/math/gap/pkg-plist +++ b/math/gap/pkg-plist @@ -1,5 +1,5 @@ +bin/gac bin/gap -bin/gap-bin include/gap/ariths.h include/gap/baltree.h include/gap/bits_intern.h @@ -109,28 +109,407 @@ include/gap/vecgf2.h include/gap/vector.h include/gap/version.h include/gap/weakptr.h +lib/gap/gap +lib/gap/sysinfo.gap lib/libgap.so lib/libgap.so.8 lib/libgap.so.8.0.0 +%%DATADIR%%/CITATION +%%DATADIR%%/CONTRIBUTING.md +%%DATADIR%%/COPYRIGHT +%%DATADIR%%/INSTALL.md +%%DATADIR%%/LICENSE %%DATADIR%%/README.md -%%DATADIR%%/etc/Makefile.gappkg -%%DATADIR%%/etc/README.md +%%DATADIR%%/doc/hpc/chap0.html +%%DATADIR%%/doc/hpc/chap0.txt +%%DATADIR%%/doc/hpc/chap0_mj.html +%%DATADIR%%/doc/hpc/chap1.html +%%DATADIR%%/doc/hpc/chap1.txt +%%DATADIR%%/doc/hpc/chap10.html +%%DATADIR%%/doc/hpc/chap10.txt +%%DATADIR%%/doc/hpc/chap10_mj.html +%%DATADIR%%/doc/hpc/chap11.html +%%DATADIR%%/doc/hpc/chap11.txt +%%DATADIR%%/doc/hpc/chap11_mj.html +%%DATADIR%%/doc/hpc/chap1_mj.html +%%DATADIR%%/doc/hpc/chap2.html +%%DATADIR%%/doc/hpc/chap2.txt +%%DATADIR%%/doc/hpc/chap2_mj.html +%%DATADIR%%/doc/hpc/chap3.html +%%DATADIR%%/doc/hpc/chap3.txt +%%DATADIR%%/doc/hpc/chap3_mj.html +%%DATADIR%%/doc/hpc/chap4.html +%%DATADIR%%/doc/hpc/chap4.txt +%%DATADIR%%/doc/hpc/chap4_mj.html +%%DATADIR%%/doc/hpc/chap5.html +%%DATADIR%%/doc/hpc/chap5.txt +%%DATADIR%%/doc/hpc/chap5_mj.html +%%DATADIR%%/doc/hpc/chap6.html +%%DATADIR%%/doc/hpc/chap6.txt +%%DATADIR%%/doc/hpc/chap6_mj.html +%%DATADIR%%/doc/hpc/chap7.html +%%DATADIR%%/doc/hpc/chap7.txt +%%DATADIR%%/doc/hpc/chap7_mj.html +%%DATADIR%%/doc/hpc/chap8.html +%%DATADIR%%/doc/hpc/chap8.txt +%%DATADIR%%/doc/hpc/chap8_mj.html +%%DATADIR%%/doc/hpc/chap9.html +%%DATADIR%%/doc/hpc/chap9.txt +%%DATADIR%%/doc/hpc/chap9_mj.html +%%DATADIR%%/doc/hpc/chapInd.html +%%DATADIR%%/doc/hpc/chapInd.txt +%%DATADIR%%/doc/hpc/chapInd_mj.html +%%DATADIR%%/doc/hpc/chooser.html +%%DATADIR%%/doc/hpc/lefttoc.css +%%DATADIR%%/doc/hpc/manual-bw.pdf +%%DATADIR%%/doc/hpc/manual.css +%%DATADIR%%/doc/hpc/manual.js +%%DATADIR%%/doc/hpc/manual.lab +%%DATADIR%%/doc/hpc/manual.pdf +%%DATADIR%%/doc/hpc/manual.six +%%DATADIR%%/doc/hpc/nocolorprompt.css +%%DATADIR%%/doc/hpc/ragged.css +%%DATADIR%%/doc/hpc/rainbow.js +%%DATADIR%%/doc/hpc/times.css +%%DATADIR%%/doc/hpc/toggless.css +%%DATADIR%%/doc/hpc/toggless.js +%%DATADIR%%/doc/ref/chap0.html +%%DATADIR%%/doc/ref/chap0.txt +%%DATADIR%%/doc/ref/chap0_mj.html +%%DATADIR%%/doc/ref/chap1.html +%%DATADIR%%/doc/ref/chap1.txt +%%DATADIR%%/doc/ref/chap10.html +%%DATADIR%%/doc/ref/chap10.txt +%%DATADIR%%/doc/ref/chap10_mj.html +%%DATADIR%%/doc/ref/chap11.html +%%DATADIR%%/doc/ref/chap11.txt +%%DATADIR%%/doc/ref/chap11_mj.html +%%DATADIR%%/doc/ref/chap12.html +%%DATADIR%%/doc/ref/chap12.txt +%%DATADIR%%/doc/ref/chap12_mj.html +%%DATADIR%%/doc/ref/chap13.html +%%DATADIR%%/doc/ref/chap13.txt +%%DATADIR%%/doc/ref/chap13_mj.html +%%DATADIR%%/doc/ref/chap14.html +%%DATADIR%%/doc/ref/chap14.txt +%%DATADIR%%/doc/ref/chap14_mj.html +%%DATADIR%%/doc/ref/chap15.html +%%DATADIR%%/doc/ref/chap15.txt +%%DATADIR%%/doc/ref/chap15_mj.html +%%DATADIR%%/doc/ref/chap16.html +%%DATADIR%%/doc/ref/chap16.txt +%%DATADIR%%/doc/ref/chap16_mj.html +%%DATADIR%%/doc/ref/chap17.html +%%DATADIR%%/doc/ref/chap17.txt +%%DATADIR%%/doc/ref/chap17_mj.html +%%DATADIR%%/doc/ref/chap18.html +%%DATADIR%%/doc/ref/chap18.txt +%%DATADIR%%/doc/ref/chap18_mj.html +%%DATADIR%%/doc/ref/chap19.html +%%DATADIR%%/doc/ref/chap19.txt +%%DATADIR%%/doc/ref/chap19_mj.html +%%DATADIR%%/doc/ref/chap1_mj.html +%%DATADIR%%/doc/ref/chap2.html +%%DATADIR%%/doc/ref/chap2.txt +%%DATADIR%%/doc/ref/chap20.html +%%DATADIR%%/doc/ref/chap20.txt +%%DATADIR%%/doc/ref/chap20_mj.html +%%DATADIR%%/doc/ref/chap21.html +%%DATADIR%%/doc/ref/chap21.txt +%%DATADIR%%/doc/ref/chap21_mj.html +%%DATADIR%%/doc/ref/chap22.html +%%DATADIR%%/doc/ref/chap22.txt +%%DATADIR%%/doc/ref/chap22_mj.html +%%DATADIR%%/doc/ref/chap23.html +%%DATADIR%%/doc/ref/chap23.txt +%%DATADIR%%/doc/ref/chap23_mj.html +%%DATADIR%%/doc/ref/chap24.html +%%DATADIR%%/doc/ref/chap24.txt +%%DATADIR%%/doc/ref/chap24_mj.html +%%DATADIR%%/doc/ref/chap25.html +%%DATADIR%%/doc/ref/chap25.txt +%%DATADIR%%/doc/ref/chap25_mj.html +%%DATADIR%%/doc/ref/chap26.html +%%DATADIR%%/doc/ref/chap26.txt +%%DATADIR%%/doc/ref/chap26_mj.html +%%DATADIR%%/doc/ref/chap27.html +%%DATADIR%%/doc/ref/chap27.txt +%%DATADIR%%/doc/ref/chap27_mj.html +%%DATADIR%%/doc/ref/chap28.html +%%DATADIR%%/doc/ref/chap28.txt +%%DATADIR%%/doc/ref/chap28_mj.html +%%DATADIR%%/doc/ref/chap29.html +%%DATADIR%%/doc/ref/chap29.txt +%%DATADIR%%/doc/ref/chap29_mj.html +%%DATADIR%%/doc/ref/chap2_mj.html +%%DATADIR%%/doc/ref/chap3.html +%%DATADIR%%/doc/ref/chap3.txt +%%DATADIR%%/doc/ref/chap30.html +%%DATADIR%%/doc/ref/chap30.txt +%%DATADIR%%/doc/ref/chap30_mj.html +%%DATADIR%%/doc/ref/chap31.html +%%DATADIR%%/doc/ref/chap31.txt +%%DATADIR%%/doc/ref/chap31_mj.html +%%DATADIR%%/doc/ref/chap32.html +%%DATADIR%%/doc/ref/chap32.txt +%%DATADIR%%/doc/ref/chap32_mj.html +%%DATADIR%%/doc/ref/chap33.html +%%DATADIR%%/doc/ref/chap33.txt +%%DATADIR%%/doc/ref/chap33_mj.html +%%DATADIR%%/doc/ref/chap34.html +%%DATADIR%%/doc/ref/chap34.txt +%%DATADIR%%/doc/ref/chap34_mj.html +%%DATADIR%%/doc/ref/chap35.html +%%DATADIR%%/doc/ref/chap35.txt +%%DATADIR%%/doc/ref/chap35_mj.html +%%DATADIR%%/doc/ref/chap36.html +%%DATADIR%%/doc/ref/chap36.txt +%%DATADIR%%/doc/ref/chap36_mj.html +%%DATADIR%%/doc/ref/chap37.html +%%DATADIR%%/doc/ref/chap37.txt +%%DATADIR%%/doc/ref/chap37_mj.html +%%DATADIR%%/doc/ref/chap38.html +%%DATADIR%%/doc/ref/chap38.txt +%%DATADIR%%/doc/ref/chap38_mj.html +%%DATADIR%%/doc/ref/chap39.html +%%DATADIR%%/doc/ref/chap39.txt +%%DATADIR%%/doc/ref/chap39_mj.html +%%DATADIR%%/doc/ref/chap3_mj.html +%%DATADIR%%/doc/ref/chap4.html +%%DATADIR%%/doc/ref/chap4.txt +%%DATADIR%%/doc/ref/chap40.html +%%DATADIR%%/doc/ref/chap40.txt +%%DATADIR%%/doc/ref/chap40_mj.html +%%DATADIR%%/doc/ref/chap41.html +%%DATADIR%%/doc/ref/chap41.txt +%%DATADIR%%/doc/ref/chap41_mj.html +%%DATADIR%%/doc/ref/chap42.html +%%DATADIR%%/doc/ref/chap42.txt +%%DATADIR%%/doc/ref/chap42_mj.html +%%DATADIR%%/doc/ref/chap43.html +%%DATADIR%%/doc/ref/chap43.txt +%%DATADIR%%/doc/ref/chap43_mj.html +%%DATADIR%%/doc/ref/chap44.html +%%DATADIR%%/doc/ref/chap44.txt +%%DATADIR%%/doc/ref/chap44_mj.html +%%DATADIR%%/doc/ref/chap45.html +%%DATADIR%%/doc/ref/chap45.txt +%%DATADIR%%/doc/ref/chap45_mj.html +%%DATADIR%%/doc/ref/chap46.html +%%DATADIR%%/doc/ref/chap46.txt +%%DATADIR%%/doc/ref/chap46_mj.html +%%DATADIR%%/doc/ref/chap47.html +%%DATADIR%%/doc/ref/chap47.txt +%%DATADIR%%/doc/ref/chap47_mj.html +%%DATADIR%%/doc/ref/chap48.html +%%DATADIR%%/doc/ref/chap48.txt +%%DATADIR%%/doc/ref/chap48_mj.html +%%DATADIR%%/doc/ref/chap49.html +%%DATADIR%%/doc/ref/chap49.txt +%%DATADIR%%/doc/ref/chap49_mj.html +%%DATADIR%%/doc/ref/chap4_mj.html +%%DATADIR%%/doc/ref/chap5.html +%%DATADIR%%/doc/ref/chap5.txt +%%DATADIR%%/doc/ref/chap50.html +%%DATADIR%%/doc/ref/chap50.txt +%%DATADIR%%/doc/ref/chap50_mj.html +%%DATADIR%%/doc/ref/chap51.html +%%DATADIR%%/doc/ref/chap51.txt +%%DATADIR%%/doc/ref/chap51_mj.html +%%DATADIR%%/doc/ref/chap52.html +%%DATADIR%%/doc/ref/chap52.txt +%%DATADIR%%/doc/ref/chap52_mj.html +%%DATADIR%%/doc/ref/chap53.html +%%DATADIR%%/doc/ref/chap53.txt +%%DATADIR%%/doc/ref/chap53_mj.html +%%DATADIR%%/doc/ref/chap54.html +%%DATADIR%%/doc/ref/chap54.txt +%%DATADIR%%/doc/ref/chap54_mj.html +%%DATADIR%%/doc/ref/chap55.html +%%DATADIR%%/doc/ref/chap55.txt +%%DATADIR%%/doc/ref/chap55_mj.html +%%DATADIR%%/doc/ref/chap56.html +%%DATADIR%%/doc/ref/chap56.txt +%%DATADIR%%/doc/ref/chap56_mj.html +%%DATADIR%%/doc/ref/chap57.html +%%DATADIR%%/doc/ref/chap57.txt +%%DATADIR%%/doc/ref/chap57_mj.html +%%DATADIR%%/doc/ref/chap58.html +%%DATADIR%%/doc/ref/chap58.txt +%%DATADIR%%/doc/ref/chap58_mj.html +%%DATADIR%%/doc/ref/chap59.html +%%DATADIR%%/doc/ref/chap59.txt +%%DATADIR%%/doc/ref/chap59_mj.html +%%DATADIR%%/doc/ref/chap5_mj.html +%%DATADIR%%/doc/ref/chap6.html +%%DATADIR%%/doc/ref/chap6.txt +%%DATADIR%%/doc/ref/chap60.html +%%DATADIR%%/doc/ref/chap60.txt +%%DATADIR%%/doc/ref/chap60_mj.html +%%DATADIR%%/doc/ref/chap61.html +%%DATADIR%%/doc/ref/chap61.txt +%%DATADIR%%/doc/ref/chap61_mj.html +%%DATADIR%%/doc/ref/chap62.html +%%DATADIR%%/doc/ref/chap62.txt +%%DATADIR%%/doc/ref/chap62_mj.html +%%DATADIR%%/doc/ref/chap63.html +%%DATADIR%%/doc/ref/chap63.txt +%%DATADIR%%/doc/ref/chap63_mj.html +%%DATADIR%%/doc/ref/chap64.html +%%DATADIR%%/doc/ref/chap64.txt +%%DATADIR%%/doc/ref/chap64_mj.html +%%DATADIR%%/doc/ref/chap65.html +%%DATADIR%%/doc/ref/chap65.txt +%%DATADIR%%/doc/ref/chap65_mj.html +%%DATADIR%%/doc/ref/chap66.html +%%DATADIR%%/doc/ref/chap66.txt +%%DATADIR%%/doc/ref/chap66_mj.html +%%DATADIR%%/doc/ref/chap67.html +%%DATADIR%%/doc/ref/chap67.txt +%%DATADIR%%/doc/ref/chap67_mj.html +%%DATADIR%%/doc/ref/chap68.html +%%DATADIR%%/doc/ref/chap68.txt +%%DATADIR%%/doc/ref/chap68_mj.html +%%DATADIR%%/doc/ref/chap69.html +%%DATADIR%%/doc/ref/chap69.txt +%%DATADIR%%/doc/ref/chap69_mj.html +%%DATADIR%%/doc/ref/chap6_mj.html +%%DATADIR%%/doc/ref/chap7.html +%%DATADIR%%/doc/ref/chap7.txt +%%DATADIR%%/doc/ref/chap70.html +%%DATADIR%%/doc/ref/chap70.txt +%%DATADIR%%/doc/ref/chap70_mj.html +%%DATADIR%%/doc/ref/chap71.html +%%DATADIR%%/doc/ref/chap71.txt +%%DATADIR%%/doc/ref/chap71_mj.html +%%DATADIR%%/doc/ref/chap72.html +%%DATADIR%%/doc/ref/chap72.txt +%%DATADIR%%/doc/ref/chap72_mj.html +%%DATADIR%%/doc/ref/chap73.html +%%DATADIR%%/doc/ref/chap73.txt +%%DATADIR%%/doc/ref/chap73_mj.html +%%DATADIR%%/doc/ref/chap74.html +%%DATADIR%%/doc/ref/chap74.txt +%%DATADIR%%/doc/ref/chap74_mj.html +%%DATADIR%%/doc/ref/chap75.html +%%DATADIR%%/doc/ref/chap75.txt +%%DATADIR%%/doc/ref/chap75_mj.html +%%DATADIR%%/doc/ref/chap76.html +%%DATADIR%%/doc/ref/chap76.txt +%%DATADIR%%/doc/ref/chap76_mj.html +%%DATADIR%%/doc/ref/chap77.html +%%DATADIR%%/doc/ref/chap77.txt +%%DATADIR%%/doc/ref/chap77_mj.html +%%DATADIR%%/doc/ref/chap78.html +%%DATADIR%%/doc/ref/chap78.txt +%%DATADIR%%/doc/ref/chap78_mj.html +%%DATADIR%%/doc/ref/chap79.html +%%DATADIR%%/doc/ref/chap79.txt +%%DATADIR%%/doc/ref/chap79_mj.html +%%DATADIR%%/doc/ref/chap7_mj.html +%%DATADIR%%/doc/ref/chap8.html +%%DATADIR%%/doc/ref/chap8.txt +%%DATADIR%%/doc/ref/chap80.html +%%DATADIR%%/doc/ref/chap80.txt +%%DATADIR%%/doc/ref/chap80_mj.html +%%DATADIR%%/doc/ref/chap81.html +%%DATADIR%%/doc/ref/chap81.txt +%%DATADIR%%/doc/ref/chap81_mj.html +%%DATADIR%%/doc/ref/chap82.html +%%DATADIR%%/doc/ref/chap82.txt +%%DATADIR%%/doc/ref/chap82_mj.html +%%DATADIR%%/doc/ref/chap83.html +%%DATADIR%%/doc/ref/chap83.txt +%%DATADIR%%/doc/ref/chap83_mj.html +%%DATADIR%%/doc/ref/chap84.html +%%DATADIR%%/doc/ref/chap84.txt +%%DATADIR%%/doc/ref/chap84_mj.html +%%DATADIR%%/doc/ref/chap85.html +%%DATADIR%%/doc/ref/chap85.txt +%%DATADIR%%/doc/ref/chap85_mj.html +%%DATADIR%%/doc/ref/chap86.html +%%DATADIR%%/doc/ref/chap86.txt +%%DATADIR%%/doc/ref/chap86_mj.html +%%DATADIR%%/doc/ref/chap87.html +%%DATADIR%%/doc/ref/chap87.txt +%%DATADIR%%/doc/ref/chap87_mj.html +%%DATADIR%%/doc/ref/chap8_mj.html +%%DATADIR%%/doc/ref/chap9.html +%%DATADIR%%/doc/ref/chap9.txt +%%DATADIR%%/doc/ref/chap9_mj.html +%%DATADIR%%/doc/ref/chapBib.html +%%DATADIR%%/doc/ref/chapBib.txt +%%DATADIR%%/doc/ref/chapBib_mj.html +%%DATADIR%%/doc/ref/chapInd.html +%%DATADIR%%/doc/ref/chapInd.txt +%%DATADIR%%/doc/ref/chapInd_mj.html +%%DATADIR%%/doc/ref/chooser.html +%%DATADIR%%/doc/ref/lefttoc.css +%%DATADIR%%/doc/ref/manual-bw.pdf +%%DATADIR%%/doc/ref/manual.css +%%DATADIR%%/doc/ref/manual.js +%%DATADIR%%/doc/ref/manual.lab +%%DATADIR%%/doc/ref/manual.pdf +%%DATADIR%%/doc/ref/manual.six +%%DATADIR%%/doc/ref/nocolorprompt.css +%%DATADIR%%/doc/ref/ragged.css +%%DATADIR%%/doc/ref/rainbow.js +%%DATADIR%%/doc/ref/times.css +%%DATADIR%%/doc/ref/toggless.css +%%DATADIR%%/doc/ref/toggless.js +%%DATADIR%%/doc/tut/chap0.html +%%DATADIR%%/doc/tut/chap0.txt +%%DATADIR%%/doc/tut/chap0_mj.html +%%DATADIR%%/doc/tut/chap1.html +%%DATADIR%%/doc/tut/chap1.txt +%%DATADIR%%/doc/tut/chap1_mj.html +%%DATADIR%%/doc/tut/chap2.html +%%DATADIR%%/doc/tut/chap2.txt +%%DATADIR%%/doc/tut/chap2_mj.html +%%DATADIR%%/doc/tut/chap3.html +%%DATADIR%%/doc/tut/chap3.txt +%%DATADIR%%/doc/tut/chap3_mj.html +%%DATADIR%%/doc/tut/chap4.html +%%DATADIR%%/doc/tut/chap4.txt +%%DATADIR%%/doc/tut/chap4_mj.html +%%DATADIR%%/doc/tut/chap5.html +%%DATADIR%%/doc/tut/chap5.txt +%%DATADIR%%/doc/tut/chap5_mj.html +%%DATADIR%%/doc/tut/chap6.html +%%DATADIR%%/doc/tut/chap6.txt +%%DATADIR%%/doc/tut/chap6_mj.html +%%DATADIR%%/doc/tut/chap7.html +%%DATADIR%%/doc/tut/chap7.txt +%%DATADIR%%/doc/tut/chap7_mj.html +%%DATADIR%%/doc/tut/chap8.html +%%DATADIR%%/doc/tut/chap8.txt +%%DATADIR%%/doc/tut/chap8_mj.html +%%DATADIR%%/doc/tut/chapBib.html +%%DATADIR%%/doc/tut/chapBib.txt +%%DATADIR%%/doc/tut/chapBib_mj.html +%%DATADIR%%/doc/tut/chapInd.html +%%DATADIR%%/doc/tut/chapInd.txt +%%DATADIR%%/doc/tut/chapInd_mj.html +%%DATADIR%%/doc/tut/chooser.html +%%DATADIR%%/doc/tut/lefttoc.css +%%DATADIR%%/doc/tut/manual-bw.pdf +%%DATADIR%%/doc/tut/manual.css +%%DATADIR%%/doc/tut/manual.js +%%DATADIR%%/doc/tut/manual.lab +%%DATADIR%%/doc/tut/manual.pdf +%%DATADIR%%/doc/tut/manual.six +%%DATADIR%%/doc/tut/nocolorprompt.css +%%DATADIR%%/doc/tut/ragged.css +%%DATADIR%%/doc/tut/rainbow.js +%%DATADIR%%/doc/tut/times.css +%%DATADIR%%/doc/tut/toggless.css +%%DATADIR%%/doc/tut/toggless.js %%DATADIR%%/etc/convert.pl -%%DATADIR%%/etc/ctags.readme.md -%%DATADIR%%/etc/ctags_for_gap -%%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 %%DATADIR%%/etc/vim/debug.vim %%DATADIR%%/etc/vim/debugvim.txt %%DATADIR%%/etc/vim/gap.vim %%DATADIR%%/etc/vim/gap_indent.vim -%%DATADIR%%/etc/xrmtcmd.c -%%DATADIR%%/gapmacro.tex -%%DATADIR%%/gapmacrodoc.tex %%DATADIR%%/grp/basic.gd %%DATADIR%%/grp/basicfp.gi %%DATADIR%%/grp/basicmat.gi @@ -210,74 +589,45 @@ lib/libgap.so.8.0.0 %%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%%/hpcgap/lib/basis.gd +%%DATADIR%%/hpcgap/lib/basis.gi +%%DATADIR%%/hpcgap/lib/cmdleditx.g +%%DATADIR%%/hpcgap/lib/distributed/collective.g +%%DATADIR%%/hpcgap/lib/distributed/dist_tasks.g +%%DATADIR%%/hpcgap/lib/distributed/distgap.g +%%DATADIR%%/hpcgap/lib/distributed/globalobject.gd +%%DATADIR%%/hpcgap/lib/distributed/globalobject.gi +%%DATADIR%%/hpcgap/lib/distributed/globalobject_io.g +%%DATADIR%%/hpcgap/lib/distributed/globalobject_messages.g +%%DATADIR%%/hpcgap/lib/distributed/hicomm.g +%%DATADIR%%/hpcgap/lib/distributed/locomm.g +%%DATADIR%%/hpcgap/lib/distributed/loutils.g +%%DATADIR%%/hpcgap/lib/distributed/messageman.g +%%DATADIR%%/hpcgap/lib/distributed/work_stealing.g +%%DATADIR%%/hpcgap/lib/ffeconway.gi +%%DATADIR%%/hpcgap/lib/filter.gi +%%DATADIR%%/hpcgap/lib/helpbase.gi +%%DATADIR%%/hpcgap/lib/hpc/actor.g +%%DATADIR%%/hpcgap/lib/hpc/altview.g +%%DATADIR%%/hpcgap/lib/hpc/consoleui.g +%%DATADIR%%/hpcgap/lib/hpc/queue.g +%%DATADIR%%/hpcgap/lib/hpc/serialize.g +%%DATADIR%%/hpcgap/lib/hpc/smallrgn.g +%%DATADIR%%/hpcgap/lib/hpc/stdtasks.g +%%DATADIR%%/hpcgap/lib/hpc/tasks.g +%%DATADIR%%/hpcgap/lib/hpc/thread.g +%%DATADIR%%/hpcgap/lib/hpc/thread1.g +%%DATADIR%%/hpcgap/lib/integer.gi +%%DATADIR%%/hpcgap/lib/mapping1.gi +%%DATADIR%%/hpcgap/lib/polyconw.gi +%%DATADIR%%/hpcgap/lib/primality.gi +%%DATADIR%%/hpcgap/lib/ratfun.gi +%%DATADIR%%/hpcgap/lib/rwspcgrp.gi +%%DATADIR%%/hpcgap/lib/tuples.gi +%%DATADIR%%/hpcgap/lib/userpref.g +%%DATADIR%%/hpcgap/lib/variable.g +%%DATADIR%%/hpcgap/lib/vec8bit.gi +%%DATADIR%%/hpcgap/lib/vecmat.gi %%DATADIR%%/lib/addcoset.gd %%DATADIR%%/lib/addcoset.gi %%DATADIR%%/lib/addgphom.gd @@ -793,11 +1143,6 @@ lib/libgap.so.8.0.0 %%DATADIR%%/lib/zmodnz.gi %%DATADIR%%/lib/zmodnze.gd %%DATADIR%%/lib/zmodnze.gi -%%DATADIR%%/make_doc -%%DATADIR%%/make_doc.in -%%DATADIR%%/manualbib.xml -%%DATADIR%%/manualbib.xml.bib -%%DATADIR%%/manualindex %%DATADIR%%/pkg/4ti2interface/LICENSE %%DATADIR%%/pkg/4ti2interface/PackageInfo.g %%DATADIR%%/pkg/4ti2interface/README.md @@ -37245,1431 +37590,3 @@ lib/libgap.so.8.0.0 %%DATADIR%%/pkg/zeromqinterface/tst/basic.tst %%DATADIR%%/pkg/zeromqinterface/tst/testall.g %%DATADIR%%/pkg/zeromqinterface/zgap -%%DATADIR%%/ref/addmagma.xml -%%DATADIR%%/ref/algebra.xml -%%DATADIR%%/ref/algfld.xml -%%DATADIR%%/ref/algfp.xml -%%DATADIR%%/ref/alglie.xml -%%DATADIR%%/ref/arith.xml -%%DATADIR%%/ref/blist.xml -%%DATADIR%%/ref/boolean.xml -%%DATADIR%%/ref/chap0.html -%%DATADIR%%/ref/chap0.txt -%%DATADIR%%/ref/chap0_mj.html -%%DATADIR%%/ref/chap1.html -%%DATADIR%%/ref/chap1.txt -%%DATADIR%%/ref/chap10.html -%%DATADIR%%/ref/chap10.txt -%%DATADIR%%/ref/chap10_mj.html -%%DATADIR%%/ref/chap11.html -%%DATADIR%%/ref/chap11.txt -%%DATADIR%%/ref/chap11_mj.html -%%DATADIR%%/ref/chap12.html -%%DATADIR%%/ref/chap12.txt -%%DATADIR%%/ref/chap12_mj.html -%%DATADIR%%/ref/chap13.html -%%DATADIR%%/ref/chap13.txt -%%DATADIR%%/ref/chap13_mj.html -%%DATADIR%%/ref/chap14.html -%%DATADIR%%/ref/chap14.txt -%%DATADIR%%/ref/chap14_mj.html -%%DATADIR%%/ref/chap15.html -%%DATADIR%%/ref/chap15.txt -%%DATADIR%%/ref/chap15_mj.html -%%DATADIR%%/ref/chap16.html -%%DATADIR%%/ref/chap16.txt -%%DATADIR%%/ref/chap16_mj.html -%%DATADIR%%/ref/chap17.html -%%DATADIR%%/ref/chap17.txt -%%DATADIR%%/ref/chap17_mj.html -%%DATADIR%%/ref/chap18.html -%%DATADIR%%/ref/chap18.txt -%%DATADIR%%/ref/chap18_mj.html -%%DATADIR%%/ref/chap19.html -%%DATADIR%%/ref/chap19.txt -%%DATADIR%%/ref/chap19_mj.html -%%DATADIR%%/ref/chap1_mj.html -%%DATADIR%%/ref/chap2.html -%%DATADIR%%/ref/chap2.txt -%%DATADIR%%/ref/chap20.html -%%DATADIR%%/ref/chap20.txt -%%DATADIR%%/ref/chap20_mj.html -%%DATADIR%%/ref/chap21.html -%%DATADIR%%/ref/chap21.txt -%%DATADIR%%/ref/chap21_mj.html -%%DATADIR%%/ref/chap22.html -%%DATADIR%%/ref/chap22.txt -%%DATADIR%%/ref/chap22_mj.html -%%DATADIR%%/ref/chap23.html -%%DATADIR%%/ref/chap23.txt -%%DATADIR%%/ref/chap23_mj.html -%%DATADIR%%/ref/chap24.html -%%DATADIR%%/ref/chap24.txt -%%DATADIR%%/ref/chap24_mj.html -%%DATADIR%%/ref/chap25.html -%%DATADIR%%/ref/chap25.txt -%%DATADIR%%/ref/chap25_mj.html -%%DATADIR%%/ref/chap26.html -%%DATADIR%%/ref/chap26.txt -%%DATADIR%%/ref/chap26_mj.html -%%DATADIR%%/ref/chap27.html -%%DATADIR%%/ref/chap27.txt -%%DATADIR%%/ref/chap27_mj.html -%%DATADIR%%/ref/chap28.html -%%DATADIR%%/ref/chap28.txt -%%DATADIR%%/ref/chap28_mj.html -%%DATADIR%%/ref/chap29.html -%%DATADIR%%/ref/chap29.txt -%%DATADIR%%/ref/chap29_mj.html -%%DATADIR%%/ref/chap2_mj.html -%%DATADIR%%/ref/chap3.html -%%DATADIR%%/ref/chap3.txt -%%DATADIR%%/ref/chap30.html -%%DATADIR%%/ref/chap30.txt -%%DATADIR%%/ref/chap30_mj.html -%%DATADIR%%/ref/chap31.html -%%DATADIR%%/ref/chap31.txt -%%DATADIR%%/ref/chap31_mj.html -%%DATADIR%%/ref/chap32.html -%%DATADIR%%/ref/chap32.txt -%%DATADIR%%/ref/chap32_mj.html -%%DATADIR%%/ref/chap33.html -%%DATADIR%%/ref/chap33.txt -%%DATADIR%%/ref/chap33_mj.html -%%DATADIR%%/ref/chap34.html -%%DATADIR%%/ref/chap34.txt -%%DATADIR%%/ref/chap34_mj.html -%%DATADIR%%/ref/chap35.html -%%DATADIR%%/ref/chap35.txt -%%DATADIR%%/ref/chap35_mj.html -%%DATADIR%%/ref/chap36.html -%%DATADIR%%/ref/chap36.txt -%%DATADIR%%/ref/chap36_mj.html -%%DATADIR%%/ref/chap37.html -%%DATADIR%%/ref/chap37.txt -%%DATADIR%%/ref/chap37_mj.html -%%DATADIR%%/ref/chap38.html -%%DATADIR%%/ref/chap38.txt -%%DATADIR%%/ref/chap38_mj.html -%%DATADIR%%/ref/chap39.html -%%DATADIR%%/ref/chap39.txt -%%DATADIR%%/ref/chap39_mj.html -%%DATADIR%%/ref/chap3_mj.html -%%DATADIR%%/ref/chap4.html -%%DATADIR%%/ref/chap4.txt -%%DATADIR%%/ref/chap40.html -%%DATADIR%%/ref/chap40.txt -%%DATADIR%%/ref/chap40_mj.html -%%DATADIR%%/ref/chap41.html -%%DATADIR%%/ref/chap41.txt -%%DATADIR%%/ref/chap41_mj.html -%%DATADIR%%/ref/chap42.html -%%DATADIR%%/ref/chap42.txt -%%DATADIR%%/ref/chap42_mj.html -%%DATADIR%%/ref/chap43.html -%%DATADIR%%/ref/chap43.txt -%%DATADIR%%/ref/chap43_mj.html -%%DATADIR%%/ref/chap44.html -%%DATADIR%%/ref/chap44.txt -%%DATADIR%%/ref/chap44_mj.html -%%DATADIR%%/ref/chap45.html -%%DATADIR%%/ref/chap45.txt -%%DATADIR%%/ref/chap45_mj.html -%%DATADIR%%/ref/chap46.html -%%DATADIR%%/ref/chap46.txt -%%DATADIR%%/ref/chap46_mj.html -%%DATADIR%%/ref/chap47.html -%%DATADIR%%/ref/chap47.txt -%%DATADIR%%/ref/chap47_mj.html -%%DATADIR%%/ref/chap48.html -%%DATADIR%%/ref/chap48.txt -%%DATADIR%%/ref/chap48_mj.html -%%DATADIR%%/ref/chap49.html -%%DATADIR%%/ref/chap49.txt -%%DATADIR%%/ref/chap49_mj.html -%%DATADIR%%/ref/chap4_mj.html -%%DATADIR%%/ref/chap5.html -%%DATADIR%%/ref/chap5.txt -%%DATADIR%%/ref/chap50.html -%%DATADIR%%/ref/chap50.txt -%%DATADIR%%/ref/chap50_mj.html -%%DATADIR%%/ref/chap51.html -%%DATADIR%%/ref/chap51.txt -%%DATADIR%%/ref/chap51_mj.html -%%DATADIR%%/ref/chap52.html -%%DATADIR%%/ref/chap52.txt -%%DATADIR%%/ref/chap52_mj.html -%%DATADIR%%/ref/chap53.html -%%DATADIR%%/ref/chap53.txt -%%DATADIR%%/ref/chap53_mj.html -%%DATADIR%%/ref/chap54.html -%%DATADIR%%/ref/chap54.txt -%%DATADIR%%/ref/chap54_mj.html -%%DATADIR%%/ref/chap55.html -%%DATADIR%%/ref/chap55.txt -%%DATADIR%%/ref/chap55_mj.html -%%DATADIR%%/ref/chap56.html -%%DATADIR%%/ref/chap56.txt -%%DATADIR%%/ref/chap56_mj.html -%%DATADIR%%/ref/chap57.html -%%DATADIR%%/ref/chap57.txt -%%DATADIR%%/ref/chap57_mj.html -%%DATADIR%%/ref/chap58.html -%%DATADIR%%/ref/chap58.txt -%%DATADIR%%/ref/chap58_mj.html -%%DATADIR%%/ref/chap59.html -%%DATADIR%%/ref/chap59.txt -%%DATADIR%%/ref/chap59_mj.html -%%DATADIR%%/ref/chap5_mj.html -%%DATADIR%%/ref/chap6.html -%%DATADIR%%/ref/chap6.txt -%%DATADIR%%/ref/chap60.html -%%DATADIR%%/ref/chap60.txt -%%DATADIR%%/ref/chap60_mj.html -%%DATADIR%%/ref/chap61.html -%%DATADIR%%/ref/chap61.txt -%%DATADIR%%/ref/chap61_mj.html -%%DATADIR%%/ref/chap62.html -%%DATADIR%%/ref/chap62.txt -%%DATADIR%%/ref/chap62_mj.html -%%DATADIR%%/ref/chap63.html -%%DATADIR%%/ref/chap63.txt -%%DATADIR%%/ref/chap63_mj.html -%%DATADIR%%/ref/chap64.html -%%DATADIR%%/ref/chap64.txt -%%DATADIR%%/ref/chap64_mj.html -%%DATADIR%%/ref/chap65.html -%%DATADIR%%/ref/chap65.txt -%%DATADIR%%/ref/chap65_mj.html -%%DATADIR%%/ref/chap66.html -%%DATADIR%%/ref/chap66.txt -%%DATADIR%%/ref/chap66_mj.html -%%DATADIR%%/ref/chap67.html -%%DATADIR%%/ref/chap67.txt -%%DATADIR%%/ref/chap67_mj.html -%%DATADIR%%/ref/chap68.html -%%DATADIR%%/ref/chap68.txt -%%DATADIR%%/ref/chap68_mj.html -%%DATADIR%%/ref/chap69.html -%%DATADIR%%/ref/chap69.txt -%%DATADIR%%/ref/chap69_mj.html -%%DATADIR%%/ref/chap6_mj.html -%%DATADIR%%/ref/chap7.html -%%DATADIR%%/ref/chap7.txt -%%DATADIR%%/ref/chap70.html -%%DATADIR%%/ref/chap70.txt -%%DATADIR%%/ref/chap70_mj.html -%%DATADIR%%/ref/chap71.html -%%DATADIR%%/ref/chap71.txt -%%DATADIR%%/ref/chap71_mj.html -%%DATADIR%%/ref/chap72.html -%%DATADIR%%/ref/chap72.txt -%%DATADIR%%/ref/chap72_mj.html -%%DATADIR%%/ref/chap73.html -%%DATADIR%%/ref/chap73.txt -%%DATADIR%%/ref/chap73_mj.html -%%DATADIR%%/ref/chap74.html -%%DATADIR%%/ref/chap74.txt -%%DATADIR%%/ref/chap74_mj.html -%%DATADIR%%/ref/chap75.html -%%DATADIR%%/ref/chap75.txt -%%DATADIR%%/ref/chap75_mj.html -%%DATADIR%%/ref/chap76.html -%%DATADIR%%/ref/chap76.txt -%%DATADIR%%/ref/chap76_mj.html -%%DATADIR%%/ref/chap77.html -%%DATADIR%%/ref/chap77.txt -%%DATADIR%%/ref/chap77_mj.html -%%DATADIR%%/ref/chap78.html -%%DATADIR%%/ref/chap78.txt -%%DATADIR%%/ref/chap78_mj.html -%%DATADIR%%/ref/chap79.html -%%DATADIR%%/ref/chap79.txt -%%DATADIR%%/ref/chap79_mj.html -%%DATADIR%%/ref/chap7_mj.html -%%DATADIR%%/ref/chap8.html -%%DATADIR%%/ref/chap8.txt -%%DATADIR%%/ref/chap80.html -%%DATADIR%%/ref/chap80.txt -%%DATADIR%%/ref/chap80_mj.html -%%DATADIR%%/ref/chap81.html -%%DATADIR%%/ref/chap81.txt -%%DATADIR%%/ref/chap81_mj.html -%%DATADIR%%/ref/chap82.html -%%DATADIR%%/ref/chap82.txt -%%DATADIR%%/ref/chap82_mj.html -%%DATADIR%%/ref/chap83.html -%%DATADIR%%/ref/chap83.txt -%%DATADIR%%/ref/chap83_mj.html -%%DATADIR%%/ref/chap84.html -%%DATADIR%%/ref/chap84.txt -%%DATADIR%%/ref/chap84_mj.html -%%DATADIR%%/ref/chap85.html -%%DATADIR%%/ref/chap85.txt -%%DATADIR%%/ref/chap85_mj.html -%%DATADIR%%/ref/chap86.html -%%DATADIR%%/ref/chap86.txt -%%DATADIR%%/ref/chap86_mj.html -%%DATADIR%%/ref/chap87.html -%%DATADIR%%/ref/chap87.txt -%%DATADIR%%/ref/chap87_mj.html -%%DATADIR%%/ref/chap8_mj.html -%%DATADIR%%/ref/chap9.html -%%DATADIR%%/ref/chap9.txt -%%DATADIR%%/ref/chap9_mj.html -%%DATADIR%%/ref/chapBib.html -%%DATADIR%%/ref/chapBib.txt -%%DATADIR%%/ref/chapBib_mj.html -%%DATADIR%%/ref/chapInd.html -%%DATADIR%%/ref/chapInd.txt -%%DATADIR%%/ref/chapInd_mj.html -%%DATADIR%%/ref/checkdocument.g -%%DATADIR%%/ref/chooser.html -%%DATADIR%%/ref/coll.xml -%%DATADIR%%/ref/combinat.xml -%%DATADIR%%/ref/copyright.xml -%%DATADIR%%/ref/create.xml -%%DATADIR%%/ref/ctbl.xml -%%DATADIR%%/ref/ctblfuns.xml -%%DATADIR%%/ref/ctblmaps.xml -%%DATADIR%%/ref/ctblmono.xml -%%DATADIR%%/ref/cyclotom.xml -%%DATADIR%%/ref/debug.xml -%%DATADIR%%/ref/demo.tst -%%DATADIR%%/ref/domain.xml -%%DATADIR%%/ref/extractexamples.g -%%DATADIR%%/ref/fieldfin.xml -%%DATADIR%%/ref/fields.xml -%%DATADIR%%/ref/files.xml -%%DATADIR%%/ref/fixconsistency.sh -%%DATADIR%%/ref/fldabnum.xml -%%DATADIR%%/ref/floats.xml -%%DATADIR%%/ref/foa.xml -%%DATADIR%%/ref/fpsemi.xml -%%DATADIR%%/ref/function.xml -%%DATADIR%%/ref/gappkg.xml -%%DATADIR%%/ref/gptransv.xml -%%DATADIR%%/ref/groups.xml -%%DATADIR%%/ref/grpchain.xml -%%DATADIR%%/ref/grpfp.xml -%%DATADIR%%/ref/grphomom.xml -%%DATADIR%%/ref/grplib.xml -%%DATADIR%%/ref/grpmat.xml -%%DATADIR%%/ref/grpoper.xml -%%DATADIR%%/ref/grppc.xml -%%DATADIR%%/ref/grpperm.xml -%%DATADIR%%/ref/grpprod.xml -%%DATADIR%%/ref/hash2.xml -%%DATADIR%%/ref/help.xml -%%DATADIR%%/ref/helpintf.xml -%%DATADIR%%/ref/integers.xml -%%DATADIR%%/ref/intrfc.xml -%%DATADIR%%/ref/invsgp.xml -%%DATADIR%%/ref/language.xml -%%DATADIR%%/ref/lefttoc.css -%%DATADIR%%/ref/libform.xml -%%DATADIR%%/ref/lists.xml *** 1104 LINES SKIPPED ***