diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-15 19:13:26 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-15 19:13:26 +0000 |
commit | 9ae0f36a605170d5259952fe7e6a5fa170c4b0e5 (patch) | |
tree | aaf5122a97bef66254a855eb72b3a896baa86e35 /math | |
parent | 5e5232d22c1ac6f9683a3170e23014413b7bd67c (diff) | |
download | ports-9ae0f36a605170d5259952fe7e6a5fa170c4b0e5.tar.gz ports-9ae0f36a605170d5259952fe7e6a5fa170c4b0e5.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/givaro/Makefile | 63 | ||||
-rw-r--r-- | math/givaro/distinfo | 2 | ||||
-rw-r--r-- | math/givaro/pkg-descr | 10 | ||||
-rw-r--r-- | math/givaro/pkg-plist | 363 |
5 files changed, 439 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 420fac4205a2..1e24168c6d9a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -108,6 +108,7 @@ SUBDIR += gexpr SUBDIR += ggobi SUBDIR += giacxcas + SUBDIR += givaro SUBDIR += glgraph SUBDIR += glpk SUBDIR += gmm++ diff --git a/math/givaro/Makefile b/math/givaro/Makefile new file mode 100644 index 000000000000..678396b47eaa --- /dev/null +++ b/math/givaro/Makefile @@ -0,0 +1,63 @@ +# New ports collection makefile for: givaro +# Date created: 5 Oct 2011 +# Whom: b.f. <bf@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= givaro +PORTVERSION= 3.5.0 +CATEGORIES= math +MASTER_SITES= https://forge.imag.fr/frs/download.php/133/ LOCAL/bf + +MAINTAINER= bf@FreeBSD.org +COMMENT= A C++ library for computer algebra + +LICENSE= CeCILL-Bv1 +LICENSE_NAME= Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre] B license, version 1 +LICENSE_FILE= ${WRKSRC}/Licence_CeCILL-B_V1-en.txt +LICENSE_PERMS= auto-accept + +LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp + +OPTIONS= DOCS "build HTML documents (requires doxygen)" off + +GNU_CONFIGURE= yes +CONFIGURE_ARGS = --with-gmp="${LOCALBASE}" +USE_LDCONFIG= yes + +.include <bsd.port.pre.mk> + +.if defined(WITH_DOCS) && !defined(NOPORTDOCS) +BUILD_DEPENDS += doxygen:${PORTSDIR}/devel/doxygen +CONFIGURE_ARGS+= --enable-doc --with-docdir="${DOCSDIR}" +.elifndef(NOPORTDOCS) +NOPORTDOCS= yes +.endif + +.if ${LOCALBASE} == "/usr/local" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +.endif + +post-patch: + @${REINPLACE_CMD} -e '/DEFAULT_CFLAGS=/{s/-O2 //;s/-pipe//;}' \ + -e '/DEBUG_CFLAGS=.*-DNDEBUG/s/$${DEBUG_CFLAGS} //' \ + -e '/^WARN_CFLAGS="-Wall"/d' \ + -e '/if test "x$$WARN" = "xyes"/s/$$/ WARN_CFLAGS="-Wall" ;/' \ + ${WRKSRC}/configure +.if defined(WITH_DOCS) && !defined(NOPORTDOCS) + @${REINPLACE_CMD} -e 's/sed -i/& ""/' ${WRKSRC}/docs/Makefile.in +.endif + +.if defined(WITH_DOCS) && !defined(NOPORTDOCS) +post-install: + @${TOUCH} ${DOCSDIR}/givaro-dev-html/.keep-me + +.endif + +check regression-test test: build + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \ + ${MAKE_ARGS} check + +.include <bsd.port.post.mk> diff --git a/math/givaro/distinfo b/math/givaro/distinfo new file mode 100644 index 000000000000..354499095f6a --- /dev/null +++ b/math/givaro/distinfo @@ -0,0 +1,2 @@ +SHA256 (givaro-3.5.0.tar.gz) = 5ca1bc2855cb186db11bf0ce4076d4ec0cb5fca298a975484e74046e231809b9 +SIZE (givaro-3.5.0.tar.gz) = 879528 diff --git a/math/givaro/pkg-descr b/math/givaro/pkg-descr new file mode 100644 index 000000000000..1cca9cd0c3fc --- /dev/null +++ b/math/givaro/pkg-descr @@ -0,0 +1,10 @@ +Givaro is a C++ library for arithmetic and algebraic computations. Its main +features are implementations of the basic arithmetic of many mathematical +entities: prime fields, extension fields, finite fields, finite rings, +polynomials, algebraic numbers, arbitrary precision integers and rationals +(via C++ wrappers over gmp). It also provides data structures and templated +classes for the manipulation of basic algebraic objects, such as vectors, +matrices (dense, sparse, and structured), univariate polynomials, and recursive +multivariate polynomials. + +WWW: http://ljk.imag.fr/CASYS/LOGICIELS/givaro/ diff --git a/math/givaro/pkg-plist b/math/givaro/pkg-plist new file mode 100644 index 000000000000..6f4a6178189a --- /dev/null +++ b/math/givaro/pkg-plist @@ -0,0 +1,363 @@ +bin/givaro-config +bin/givaro-makefile +include/givaro-config.h +include/givaro/StaticElement.h +include/givaro/giv_randiter.h +include/givaro/givarithmetics.h +include/givaro/givaromm.h +include/givaro/givarray0.h +include/givaro/givarray0.inl +include/givaro/givarrayallocator.h +include/givaro/givarrayfixed.h +include/givaro/givbasictype.h +include/givaro/givbits.h +include/givaro/givbits.inl +include/givaro/givcategory.h +include/givaro/givconfig.h +include/givaro/givcra.h +include/givaro/givdegree.h +include/givaro/givelem.h +include/givaro/giverror.h +include/givaro/givextension.h +include/givaro/givfixedtrunc.h +include/givaro/givfractiondomain.h +include/givaro/givgenarith.h +include/givaro/givgfq.h +include/givaro/givgfq.inl +include/givaro/givgfqext.h +include/givaro/givgfqkron.h +include/givaro/givhashtable.h +include/givaro/givhashtable.inl +include/givaro/givhighorder.h +include/givaro/givindeter.h +include/givaro/givinit.h +include/givaro/givinteger.h +include/givaro/givinterp.h +include/givaro/givinterpgeom-multip.h +include/givaro/givinterpgeom.h +include/givaro/givintfactor.h +include/givaro/givintfactor.inl +include/givaro/givintnumtheo.h +include/givaro/givintnumtheo.inl +include/givaro/givintprime.h +include/givaro/givintprime.inl +include/givaro/givintrns.h +include/givaro/givintrns_convert.inl +include/givaro/givintrns_cstor.inl +include/givaro/givintrsa.h +include/givaro/givintrsa.inl +include/givaro/givintsqrootmod.h +include/givaro/givintsqrootmod.inl +include/givaro/giviterator.h +include/givaro/givlist0.h +include/givaro/givlist0.inl +include/givaro/givmatdense.h +include/givaro/givmatdenseops.inl +include/givaro/givmatrix.h +include/givaro/givmatsparse.h +include/givaro/givmatsparseops.inl +include/givaro/givmatstorage.h +include/givaro/givmatstoragedense.h +include/givaro/givmatstoragesparse.h +include/givaro/givmodule.h +include/givaro/givmontg32.h +include/givaro/givmontg32.inl +include/givaro/givops.h +include/givaro/givperf.h +include/givaro/givpointer.h +include/givaro/givpoly1.h +include/givaro/givpoly1addsub.inl +include/givaro/givpoly1axpy.inl +include/givaro/givpoly1crt.h +include/givaro/givpoly1crtconvert.inl +include/givaro/givpoly1crtcstor.inl +include/givaro/givpoly1cstor.inl +include/givaro/givpoly1cyclo.inl +include/givaro/givpoly1dense.h +include/givaro/givpoly1denseops.inl +include/givaro/givpoly1factor.h +include/givaro/givpoly1factor.inl +include/givaro/givpoly1gcd.inl +include/givaro/givpoly1io.inl +include/givaro/givpoly1kara.inl +include/givaro/givpoly1misc.inl +include/givaro/givpoly1muldiv.inl +include/givaro/givpoly1padic.h +include/givaro/givpoly1proot.inl +include/givaro/givpoly1ratrecon.inl +include/givaro/givpoly1sqrfree.inl +include/givaro/givpower.h +include/givaro/givprimes16.h +include/givaro/givquotientdomain.h +include/givaro/givrandom.h +include/givaro/givrational.h +include/givaro/givrational.inl +include/givaro/givref_count.h +include/givaro/givrns.h +include/givaro/givrnsconvert.inl +include/givaro/givrnscstor.inl +include/givaro/givrnsfixed.h +include/givaro/givrnsfixed.inl +include/givaro/givstack.h +include/givaro/givstack.inl +include/givaro/givstorage.h +include/givaro/givstoragedense.h +include/givaro/givtablelimits.h +include/givaro/givtimer.h +include/givaro/givtruncdomain.h +include/givaro/givtruncdomain.inl +include/givaro/givvectdenseops.inl +include/givaro/givvectdensespe.inl +include/givaro/givvector.h +include/givaro/givvectordense.inl +include/givaro/givvectorsparse.h +include/givaro/givvectorsparse.inl +include/givaro/givvectsparseops.inl +include/givaro/givzpz.h +include/givaro/givzpz16std.h +include/givaro/givzpz16std.inl +include/givaro/givzpz16table1.h +include/givaro/givzpz16table1.inl +include/givaro/givzpz32std.h +include/givaro/givzpz32std.inl +include/givaro/givzpz32uns.h +include/givaro/givzpz32uns.inl +include/givaro/givzpz64std.h +include/givaro/givzpz64std.inl +include/givaro/givzpzInt.h +include/givaro/givzpzInt.inl +include/givaro/givzpztypes.h +include/gmp++/gmp++.h +include/gmp++/gmp++_int.h +include/gmp++/gmp++_int_rand.inl +include/gmp++/gmp++_rat.h +include/gmp++/gmp++_rat.inl +lib/libgivaro.a +lib/libgivaro.la +lib/libgivaro.so +lib/libgivaro.so.3 +%%PORTDOCS%%%%DOCSDIR%%/givaro-dev-html/.keep-me +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/COPYING +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/_g_f128_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/_g_firreducible_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/_modular_square_root_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/_polynomial_c_r_t_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/_prob_lucas_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/_r_s_a__breaking_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/_r_s_a__decipher_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/_r_s_a__encipher_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/_r_s_a__keys__generator_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/_test___extension_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/all__field_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/bc_s.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/bib.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_array_allocatort.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_base_timer.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_g_i_v__rand_iter.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_integer.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_key.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_montgomery_3_01_std32_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_r_n_ssystem.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_r_n_ssystem_fixed.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_vector_dom.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_zpz_dom_3_01_integer_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_zpz_dom_3_01_log16_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_zpz_dom_3_01_std16_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_zpz_dom_3_01_std32_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_zpz_dom_3_01_std64_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/class_givaro_1_1_zpz_dom_3_01_unsigned32_01_4.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/classes.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/closed.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_084a1c897cacbd39aa9c27fc335ab35c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_0dd9ebd1474a4dc99789ba0119bdd51e.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_129c70744c0efe2b177b0af8ae1b9c7d.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_18bcae4c63913eea52c9b9a8b8ef2e72.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_3876a9c68757b7f5d5023a06a6dcf18b.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_43a8ffec82ba76903ade16fc21d9b059.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_59cfe3464a4e832ff893361042ec4649.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_6fb3cc2efa7543208ce01790775eb6cc.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_7f2047eff32efc1d0d12bb3be371891d.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_818c432af2e902c00dbfcf3a0539cdaa.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_82ed4aabf8a533ec4cfdf903a204e9cc.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_8606c389f1f7887e3a6b33a5a9955444.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_9b688714133bd523de57bcfc32012b45.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_aa54652c341438ebfd8c82ddc3908422.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_b923bbf6b3bc9545a442857464098bb2.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_bbfed1c57e99aafa8093c6d57105b87b.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_bd4c4153c00fe1f8a3f9a518adfb4264.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_d0e0e46e201fb698d6463b1dd140c679.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_e164183d68f9816d2581802bef2e2374.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dir_f99134fd7bd43929f343517fdce6f42e.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/dirs.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/domain__to__operatorstyle_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_finite_field_2_g_f128_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_finite_field_2_g_firreducible_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_finite_field_2_test__extension_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_finite_field_2all_field_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_finite_field_2domain_to_operatorstyle_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_finite_field_2exponentation_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_finite_field_2ff_arith_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_finite_field_2gfq_atomic_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_finite_field_2zpz_atomic_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2_modular_square_root_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2_prob_lucas_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2_r_s_a_breaking_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2_r_s_a_decipher_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2_r_s_a_encipher_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2_r_s_a_keys_generator_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2iexponentiation_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2ifactor_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2ifactor_lenstra_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2igcd_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2igcdext_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2ilcm_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2ispower_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2isprime_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2isproot_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2lambda_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2lambda_inv_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2nb_primes_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2nextprime_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2order_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2phi_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2prevprime_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2primitiveelement_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2primitiveroot_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_integer_2probable_primroot_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_polynomial_2_polynomial_c_r_t_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_polynomial_2highorder_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_polynomial_2interpolate_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_polynomial_2isirred_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_polynomial_2isprimitive_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_polynomial_2pol_arith_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_polynomial_2pol_eval_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_polynomial_2pol_factor_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_polynomial_2trunc_arith_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_rational_2iratrecon_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/examples_2_rational_2polydouble_8_c-example.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/exponentiation_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/ff__arith_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/files.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_0.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_1.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_10.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_11.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_12.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_13.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_14.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_15.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_16.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_2.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_3.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_4.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_5.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_6.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_7.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_8.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/form_9.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/formula.repository +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_0x63.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_0x64.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_0x65.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_0x67.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_0x69.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_0x6d.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_0x6e.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_0x6f.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_0x72.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_0x73.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_0x76.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_0x7a.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_0x7e.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_func.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_rela.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_type.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/functions_vars.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/gfq__atomic_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givcra_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/giverror_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givextension_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givgfq_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givgfqkron_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givhashtable_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givlist0_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givmontg32_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givprimes16_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givrandom_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givrns_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givrnsfixed_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givtablelimits_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givzpz16std_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givzpz16table1_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givzpz32uns_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givzpz64std_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givzpz_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givzpz_int_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/givzpztypes_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/globals.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/globals_func.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/gmp_09_09__int_8h.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/group__givaro.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/group__gmp.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/highorder_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/iexponentiation_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/ifactor_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/ifactor__lenstra_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/igcd_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/igcdext_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/ilcm_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/index.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/interpolate_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/iratrecon_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/isirred_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/ispower_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/isprimitive_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/isproot_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/lambda_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/lambda__inv_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/modules.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/namespace_givaro.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/namespacemembers.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/namespacemembers_func.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/namespaces.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/nav_f.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/nav_h.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/nb__primes_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/nextprime_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/open.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/order_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/pages.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/phi_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/pol__arith_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/pol__eval_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/pol__factor_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/polydouble_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/prevprime_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/primitiveelement_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/primitiveroot_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/probable__primroot_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/tab_a.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/tab_b.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/tab_h.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/tab_s.png +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/tabs.css +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/test-crt_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/test-random_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/test.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/todo.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/trunc__arith_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro-html/zpz__atomic_8_c.html +%%PORTDOCS%%%%DOCSDIR%%/givaro.html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/givaro-dev-html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/givaro-html +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm include/givaro +@dirrm include/gmp++ |