Update to version 5.0c.
PR: 25063 Submitted by: maintainer
This commit is contained in:
parent
fd46f2b2a9
commit
b353119430
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38758
3 changed files with 89 additions and 85 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ntl
|
PORTNAME= ntl
|
||||||
PORTVERSION= 4.2a
|
PORTVERSION= 5.0c
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
MASTER_SITES= http://www.shoup.net/ntl/
|
MASTER_SITES= http://www.shoup.net/ntl/
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@ USE_GMAKE= yes
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||||
MAKEFILE= makefile
|
MAKEFILE= makefile
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= 'GMP=on'
|
|
||||||
MAKE_ARGS= "DOCDIR=${LOCALBASE}/share/doc"
|
MAKE_ARGS= "DOCDIR=${LOCALBASE}/share/doc"
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (ntl-4.2a.tar.gz) = 8167d61b8e144fd4bc7ccd4cb86a8878
|
MD5 (ntl-5.0c.tar.gz) = c6bffdaf1a5f56d41daadb4c123b573e
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
lib/libntl.a
|
|
||||||
include/NTL/FFT.h
|
include/NTL/FFT.h
|
||||||
include/NTL/FacVec.h
|
include/NTL/FacVec.h
|
||||||
include/NTL/GF2.h
|
include/NTL/GF2.h
|
||||||
|
@ -23,9 +22,12 @@ include/NTL/ZZ_pEX.h
|
||||||
include/NTL/ZZ_pEXFactoring.h
|
include/NTL/ZZ_pEXFactoring.h
|
||||||
include/NTL/ZZ_pX.h
|
include/NTL/ZZ_pX.h
|
||||||
include/NTL/ZZ_pXFactoring.h
|
include/NTL/ZZ_pXFactoring.h
|
||||||
|
include/NTL/c_lip.h
|
||||||
include/NTL/config.h
|
include/NTL/config.h
|
||||||
include/NTL/def_config.h
|
include/NTL/def_config.h
|
||||||
include/NTL/fileio.h
|
include/NTL/fileio.h
|
||||||
|
include/NTL/g_lip.h
|
||||||
|
include/NTL/gmp_aux.h
|
||||||
include/NTL/lip.h
|
include/NTL/lip.h
|
||||||
include/NTL/lzz_p.h
|
include/NTL/lzz_p.h
|
||||||
include/NTL/lzz_pE.h
|
include/NTL/lzz_pE.h
|
||||||
|
@ -70,6 +72,7 @@ include/NTL/vec_long.h
|
||||||
include/NTL/vec_lzz_p.h
|
include/NTL/vec_lzz_p.h
|
||||||
include/NTL/vec_lzz_pE.h
|
include/NTL/vec_lzz_pE.h
|
||||||
include/NTL/vec_quad_float.h
|
include/NTL/vec_quad_float.h
|
||||||
|
include/NTL/vec_ulong.h
|
||||||
include/NTL/vec_vec_GF2.h
|
include/NTL/vec_vec_GF2.h
|
||||||
include/NTL/vec_vec_GF2E.h
|
include/NTL/vec_vec_GF2E.h
|
||||||
include/NTL/vec_vec_RR.h
|
include/NTL/vec_vec_RR.h
|
||||||
|
@ -79,89 +82,91 @@ include/NTL/vec_vec_ZZ_pE.h
|
||||||
include/NTL/vec_vec_long.h
|
include/NTL/vec_vec_long.h
|
||||||
include/NTL/vec_vec_lzz_p.h
|
include/NTL/vec_vec_lzz_p.h
|
||||||
include/NTL/vec_vec_lzz_pE.h
|
include/NTL/vec_vec_lzz_pE.h
|
||||||
|
include/NTL/vec_vec_ulong.h
|
||||||
include/NTL/vec_xdouble.h
|
include/NTL/vec_xdouble.h
|
||||||
include/NTL/vector.h
|
include/NTL/vector.h
|
||||||
include/NTL/version.h
|
include/NTL/version.h
|
||||||
include/NTL/xdouble.h
|
include/NTL/xdouble.h
|
||||||
share/doc/NTL/GF2.txt
|
lib/libntl.a
|
||||||
share/doc/NTL/GF2E.txt
|
%%PORTDOCS%%share/doc/NTL/GF2.txt
|
||||||
share/doc/NTL/GF2EX.txt
|
%%PORTDOCS%%share/doc/NTL/GF2E.txt
|
||||||
share/doc/NTL/GF2EXFactoring.txt
|
%%PORTDOCS%%share/doc/NTL/GF2EX.txt
|
||||||
share/doc/NTL/GF2X.txt
|
%%PORTDOCS%%share/doc/NTL/GF2EXFactoring.txt
|
||||||
share/doc/NTL/GF2XFactoring.txt
|
%%PORTDOCS%%share/doc/NTL/GF2X.txt
|
||||||
share/doc/NTL/GF2XVec.txt
|
%%PORTDOCS%%share/doc/NTL/GF2XFactoring.txt
|
||||||
share/doc/NTL/HNF.txt
|
%%PORTDOCS%%share/doc/NTL/GF2XVec.txt
|
||||||
share/doc/NTL/LLL.txt
|
%%PORTDOCS%%share/doc/NTL/HNF.txt
|
||||||
share/doc/NTL/RR.txt
|
%%PORTDOCS%%share/doc/NTL/LLL.txt
|
||||||
share/doc/NTL/ZZ.txt
|
%%PORTDOCS%%share/doc/NTL/RR.txt
|
||||||
share/doc/NTL/ZZVec.txt
|
%%PORTDOCS%%share/doc/NTL/ZZ.txt
|
||||||
share/doc/NTL/ZZX.txt
|
%%PORTDOCS%%share/doc/NTL/ZZVec.txt
|
||||||
share/doc/NTL/ZZXFactoring.txt
|
%%PORTDOCS%%share/doc/NTL/ZZX.txt
|
||||||
share/doc/NTL/ZZ_p.txt
|
%%PORTDOCS%%share/doc/NTL/ZZXFactoring.txt
|
||||||
share/doc/NTL/ZZ_pE.txt
|
%%PORTDOCS%%share/doc/NTL/ZZ_p.txt
|
||||||
share/doc/NTL/ZZ_pEX.txt
|
%%PORTDOCS%%share/doc/NTL/ZZ_pE.txt
|
||||||
share/doc/NTL/ZZ_pEXFactoring.txt
|
%%PORTDOCS%%share/doc/NTL/ZZ_pEX.txt
|
||||||
share/doc/NTL/ZZ_pX.txt
|
%%PORTDOCS%%share/doc/NTL/ZZ_pEXFactoring.txt
|
||||||
share/doc/NTL/ZZ_pXFactoring.txt
|
%%PORTDOCS%%share/doc/NTL/ZZ_pX.txt
|
||||||
share/doc/NTL/arrow1.gif
|
%%PORTDOCS%%share/doc/NTL/ZZ_pXFactoring.txt
|
||||||
share/doc/NTL/arrow2.gif
|
%%PORTDOCS%%share/doc/NTL/arrow1.gif
|
||||||
share/doc/NTL/arrow3.gif
|
%%PORTDOCS%%share/doc/NTL/arrow2.gif
|
||||||
share/doc/NTL/config.txt
|
%%PORTDOCS%%share/doc/NTL/arrow3.gif
|
||||||
share/doc/NTL/conversions.txt
|
%%PORTDOCS%%share/doc/NTL/config.txt
|
||||||
share/doc/NTL/copying.txt
|
%%PORTDOCS%%share/doc/NTL/conversions.txt
|
||||||
share/doc/NTL/flags.txt
|
%%PORTDOCS%%share/doc/NTL/copying.txt
|
||||||
share/doc/NTL/lzz_p.txt
|
%%PORTDOCS%%share/doc/NTL/flags.txt
|
||||||
share/doc/NTL/lzz_pE.txt
|
%%PORTDOCS%%share/doc/NTL/lzz_p.txt
|
||||||
share/doc/NTL/lzz_pEX.txt
|
%%PORTDOCS%%share/doc/NTL/lzz_pE.txt
|
||||||
share/doc/NTL/lzz_pEXFactoring.txt
|
%%PORTDOCS%%share/doc/NTL/lzz_pEX.txt
|
||||||
share/doc/NTL/lzz_pX.txt
|
%%PORTDOCS%%share/doc/NTL/lzz_pEXFactoring.txt
|
||||||
share/doc/NTL/lzz_pXFactoring.txt
|
%%PORTDOCS%%share/doc/NTL/lzz_pX.txt
|
||||||
share/doc/NTL/mat_GF2.txt
|
%%PORTDOCS%%share/doc/NTL/lzz_pXFactoring.txt
|
||||||
share/doc/NTL/mat_GF2E.txt
|
%%PORTDOCS%%share/doc/NTL/mat_GF2.txt
|
||||||
share/doc/NTL/mat_RR.txt
|
%%PORTDOCS%%share/doc/NTL/mat_GF2E.txt
|
||||||
share/doc/NTL/mat_ZZ.txt
|
%%PORTDOCS%%share/doc/NTL/mat_RR.txt
|
||||||
share/doc/NTL/mat_ZZ_p.txt
|
%%PORTDOCS%%share/doc/NTL/mat_ZZ.txt
|
||||||
share/doc/NTL/mat_ZZ_pE.txt
|
%%PORTDOCS%%share/doc/NTL/mat_ZZ_p.txt
|
||||||
share/doc/NTL/mat_lzz_p.txt
|
%%PORTDOCS%%share/doc/NTL/mat_ZZ_pE.txt
|
||||||
share/doc/NTL/mat_lzz_pE.txt
|
%%PORTDOCS%%share/doc/NTL/mat_lzz_p.txt
|
||||||
share/doc/NTL/mat_poly_ZZ.txt
|
%%PORTDOCS%%share/doc/NTL/mat_lzz_pE.txt
|
||||||
share/doc/NTL/mat_poly_ZZ_p.txt
|
%%PORTDOCS%%share/doc/NTL/mat_poly_ZZ.txt
|
||||||
share/doc/NTL/mat_poly_lzz_p.txt
|
%%PORTDOCS%%share/doc/NTL/mat_poly_ZZ_p.txt
|
||||||
share/doc/NTL/matrix.txt
|
%%PORTDOCS%%share/doc/NTL/mat_poly_lzz_p.txt
|
||||||
share/doc/NTL/names.txt
|
%%PORTDOCS%%share/doc/NTL/matrix.txt
|
||||||
share/doc/NTL/pair.txt
|
%%PORTDOCS%%share/doc/NTL/names.txt
|
||||||
share/doc/NTL/quad_float.txt
|
%%PORTDOCS%%share/doc/NTL/pair.txt
|
||||||
share/doc/NTL/sedscript.txt
|
%%PORTDOCS%%share/doc/NTL/quad_float.txt
|
||||||
share/doc/NTL/tools.txt
|
%%PORTDOCS%%share/doc/NTL/sedscript.txt
|
||||||
share/doc/NTL/tour-ack.html
|
%%PORTDOCS%%share/doc/NTL/tools.txt
|
||||||
share/doc/NTL/tour-changes.html
|
%%PORTDOCS%%share/doc/NTL/tour-ack.html
|
||||||
share/doc/NTL/tour-ex1.html
|
%%PORTDOCS%%share/doc/NTL/tour-changes.html
|
||||||
share/doc/NTL/tour-ex2.html
|
%%PORTDOCS%%share/doc/NTL/tour-ex1.html
|
||||||
share/doc/NTL/tour-ex3.html
|
%%PORTDOCS%%share/doc/NTL/tour-ex2.html
|
||||||
share/doc/NTL/tour-ex4.html
|
%%PORTDOCS%%share/doc/NTL/tour-ex3.html
|
||||||
share/doc/NTL/tour-ex5.html
|
%%PORTDOCS%%share/doc/NTL/tour-ex4.html
|
||||||
share/doc/NTL/tour-ex6.html
|
%%PORTDOCS%%share/doc/NTL/tour-ex5.html
|
||||||
share/doc/NTL/tour-examples.html
|
%%PORTDOCS%%share/doc/NTL/tour-ex6.html
|
||||||
share/doc/NTL/tour-gmp.html
|
%%PORTDOCS%%share/doc/NTL/tour-examples.html
|
||||||
share/doc/NTL/tour-impl.html
|
%%PORTDOCS%%share/doc/NTL/tour-gmp.html
|
||||||
share/doc/NTL/tour-intro.html
|
%%PORTDOCS%%share/doc/NTL/tour-impl.html
|
||||||
share/doc/NTL/tour-modules.html
|
%%PORTDOCS%%share/doc/NTL/tour-intro.html
|
||||||
share/doc/NTL/tour-roadmap.html
|
%%PORTDOCS%%share/doc/NTL/tour-modules.html
|
||||||
share/doc/NTL/tour-stdcxx.html
|
%%PORTDOCS%%share/doc/NTL/tour-roadmap.html
|
||||||
share/doc/NTL/tour-struct.html
|
%%PORTDOCS%%share/doc/NTL/tour-stdcxx.html
|
||||||
share/doc/NTL/tour-time.html
|
%%PORTDOCS%%share/doc/NTL/tour-struct.html
|
||||||
share/doc/NTL/tour-unix.html
|
%%PORTDOCS%%share/doc/NTL/tour-time.html
|
||||||
share/doc/NTL/tour-win.html
|
%%PORTDOCS%%share/doc/NTL/tour-unix.html
|
||||||
share/doc/NTL/tour.html
|
%%PORTDOCS%%share/doc/NTL/tour-win.html
|
||||||
share/doc/NTL/vec_GF2.txt
|
%%PORTDOCS%%share/doc/NTL/tour.html
|
||||||
share/doc/NTL/vec_GF2E.txt
|
%%PORTDOCS%%share/doc/NTL/vec_GF2.txt
|
||||||
share/doc/NTL/vec_RR.txt
|
%%PORTDOCS%%share/doc/NTL/vec_GF2E.txt
|
||||||
share/doc/NTL/vec_ZZ.txt
|
%%PORTDOCS%%share/doc/NTL/vec_RR.txt
|
||||||
share/doc/NTL/vec_ZZ_p.txt
|
%%PORTDOCS%%share/doc/NTL/vec_ZZ.txt
|
||||||
share/doc/NTL/vec_ZZ_pE.txt
|
%%PORTDOCS%%share/doc/NTL/vec_ZZ_p.txt
|
||||||
share/doc/NTL/vec_lzz_p.txt
|
%%PORTDOCS%%share/doc/NTL/vec_ZZ_pE.txt
|
||||||
share/doc/NTL/vec_lzz_pE.txt
|
%%PORTDOCS%%share/doc/NTL/vec_lzz_p.txt
|
||||||
share/doc/NTL/vector.txt
|
%%PORTDOCS%%share/doc/NTL/vec_lzz_pE.txt
|
||||||
share/doc/NTL/xdouble.txt
|
%%PORTDOCS%%share/doc/NTL/vector.txt
|
||||||
|
%%PORTDOCS%%share/doc/NTL/xdouble.txt
|
||||||
@dirrm include/NTL
|
@dirrm include/NTL
|
||||||
@dirrm share/doc/NTL
|
%%PORTDOCS%%@dirrm share/doc/NTL
|
||||||
|
|
Loading…
Reference in a new issue