Date: Tue, 13 Feb 2001 16:43:01 +0100 (CET) From: root@faui1v.informatik.uni-erlangen.de To: FreeBSD-gnats-submit@freebsd.org Subject: ports/25063: new version of math/ntl port Message-ID: <200102131543.f1DFh1h75834@faui1v.informatik.uni-erlangen.de>
next in thread | raw e-mail | index | archive | help
>Number: 25063 >Category: ports >Synopsis: new version of math/ntl port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 07:50:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: matthiasb@acm.org >Release: FreeBSD 4.2-STABLE i386 >Organization: University of Erlangen >Environment: >Description: Updated the port of Shoup's NTL to current version 5.0c >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ntl/ # ntl/Makefile # ntl/files # ntl/files/md5 # ntl/pkg # ntl/pkg/COMMENT # ntl/pkg/DESCR # ntl/pkg/PLIST # ntl/README.html # echo c - ntl/ mkdir -p ntl/ > /dev/null 2>&1 echo x - ntl/Makefile sed 's/^X//' >ntl/Makefile << 'END-of-ntl/Makefile' X# New ports collection makefile for: ntl X# Date created: 18 June 2000 X# Whom: bauerm X# X# $FreeBSD: ports/math/ntl/Makefile,v 1.2 2000/09/05 01:52:15 steve Exp $ X# X XPORTNAME= ntl XPORTVERSION= 5.0c XCATEGORIES= math XMASTER_SITES= http://www.shoup.net/ntl/ X XMAINTAINER= matthiasb@acm.org X XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/${DISTNAME}/src XMAKEFILE= makefile XHAS_CONFIGURE= yes XMAKE_ARGS= "DOCDIR=${LOCALBASE}/share/doc" X Xdo-install: X ${MKDIR} ${PREFIX}/include/NTL X ${INSTALL_DATA} ${WRKSRC}/../include/NTL/* ${PREFIX}/include/NTL/. X ${INSTALL_DATA} ${WRKSRC}/ntl.a ${PREFIX}/lib/libntl.a X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/NTL X ${INSTALL_DATA} ${WRKSRC}/../doc/* ${PREFIX}/share/doc/NTL/. X.endif X X.include <bsd.port.mk> END-of-ntl/Makefile echo c - ntl/files mkdir -p ntl/files > /dev/null 2>&1 echo x - ntl/files/md5 sed 's/^X//' >ntl/files/md5 << 'END-of-ntl/files/md5' XMD5 (ntl-5.0c.tar.gz) = c6bffdaf1a5f56d41daadb4c123b573e END-of-ntl/files/md5 echo c - ntl/pkg mkdir -p ntl/pkg > /dev/null 2>&1 echo x - ntl/pkg/COMMENT sed 's/^X//' >ntl/pkg/COMMENT << 'END-of-ntl/pkg/COMMENT' XVictor Shoup's Number Theory Library END-of-ntl/pkg/COMMENT echo x - ntl/pkg/DESCR sed 's/^X//' >ntl/pkg/DESCR << 'END-of-ntl/pkg/DESCR' XNTL is an object oriented library for number theory, written Xby Victor Shoup. It provides objects and methods for X X - arbitrary length integers X - finite fields X - polynomials over fields X - extensions of fields. X - vectors and matrices over extensions X - finite rings X XWWW: http://www.shoup.net/ X XMatthias Bauer Xmatthiasb@acm.org END-of-ntl/pkg/DESCR echo x - ntl/pkg/PLIST sed 's/^X//' >ntl/pkg/PLIST << 'END-of-ntl/pkg/PLIST' Xlib/libntl.a Xinclude/NTL/FFT.h Xinclude/NTL/FacVec.h Xinclude/NTL/GF2.h Xinclude/NTL/GF2E.h Xinclude/NTL/GF2EX.h Xinclude/NTL/GF2EXFactoring.h Xinclude/NTL/GF2X.h Xinclude/NTL/GF2XFactoring.h Xinclude/NTL/GF2XVec.h Xinclude/NTL/HNF.h Xinclude/NTL/IsFinite.h Xinclude/NTL/LLL.h Xinclude/NTL/RR.h Xinclude/NTL/WordVector.h Xinclude/NTL/ZZ.h Xinclude/NTL/ZZVec.h Xinclude/NTL/ZZX.h Xinclude/NTL/ZZXFactoring.h Xinclude/NTL/ZZ_p.h Xinclude/NTL/ZZ_pE.h Xinclude/NTL/ZZ_pEX.h Xinclude/NTL/ZZ_pEXFactoring.h Xinclude/NTL/ZZ_pX.h Xinclude/NTL/ZZ_pXFactoring.h Xinclude/NTL/fileio.h Xinclude/NTL/lip.h Xinclude/NTL/lzz_p.h Xinclude/NTL/lzz_pE.h Xinclude/NTL/lzz_pEX.h Xinclude/NTL/lzz_pEXFactoring.h Xinclude/NTL/lzz_pX.h Xinclude/NTL/lzz_pXFactoring.h Xinclude/NTL/mat_GF2.h Xinclude/NTL/mat_GF2E.h Xinclude/NTL/mat_RR.h Xinclude/NTL/mat_ZZ.h Xinclude/NTL/mat_ZZ_p.h Xinclude/NTL/mat_ZZ_pE.h Xinclude/NTL/mat_lzz_p.h Xinclude/NTL/mat_lzz_pE.h Xinclude/NTL/mat_poly_ZZ.h Xinclude/NTL/mat_poly_ZZ_p.h Xinclude/NTL/mat_poly_lzz_p.h Xinclude/NTL/matrix.h Xinclude/NTL/pair.h Xinclude/NTL/vector.h Xinclude/NTL/pair_GF2EX_long.h Xinclude/NTL/pair_GF2X_long.h Xinclude/NTL/pair_ZZX_long.h Xinclude/NTL/pair_ZZ_pEX_long.h Xinclude/NTL/pair_ZZ_pX_long.h Xinclude/NTL/pair_lzz_pEX_long.h Xinclude/NTL/pair_lzz_pX_long.h Xinclude/NTL/quad_float.h Xinclude/NTL/tools.h Xinclude/NTL/vec_GF2.h Xinclude/NTL/vec_GF2E.h Xinclude/NTL/vec_GF2XVec.h Xinclude/NTL/vec_RR.h Xinclude/NTL/vec_ZZ.h Xinclude/NTL/vec_ZZVec.h Xinclude/NTL/vec_ZZ_p.h Xinclude/NTL/vec_ZZ_pE.h Xinclude/NTL/vec_double.h Xinclude/NTL/vec_long.h Xinclude/NTL/vec_lzz_p.h Xinclude/NTL/vec_lzz_pE.h Xinclude/NTL/vec_quad_float.h Xinclude/NTL/vec_vec_GF2.h Xinclude/NTL/vec_vec_GF2E.h Xinclude/NTL/vec_vec_RR.h Xinclude/NTL/vec_vec_ZZ.h Xinclude/NTL/vec_vec_ZZ_p.h Xinclude/NTL/vec_vec_ZZ_pE.h Xinclude/NTL/vec_vec_long.h Xinclude/NTL/vec_vec_lzz_p.h Xinclude/NTL/vec_vec_lzz_pE.h Xinclude/NTL/vec_xdouble.h Xinclude/NTL/xdouble.h Xinclude/NTL/config.h Xinclude/NTL/version.h Xinclude/NTL/def_config.h Xinclude/NTL/new.h Xinclude/NTL/vec_ulong.h Xinclude/NTL/vec_vec_ulong.h Xinclude/NTL/c_lip.h Xinclude/NTL/g_lip.h Xinclude/NTL/mach_desc.h Xinclude/NTL/gmp_aux.h Xshare/doc/NTL/copying.txt Xshare/doc/NTL/GF2.txt Xshare/doc/NTL/GF2E.txt Xshare/doc/NTL/GF2EX.txt Xshare/doc/NTL/GF2EXFactoring.txt Xshare/doc/NTL/GF2X.txt Xshare/doc/NTL/GF2XFactoring.txt Xshare/doc/NTL/GF2XVec.txt Xshare/doc/NTL/HNF.txt Xshare/doc/NTL/LLL.txt Xshare/doc/NTL/RR.txt Xshare/doc/NTL/ZZ.txt Xshare/doc/NTL/ZZVec.txt Xshare/doc/NTL/ZZX.txt Xshare/doc/NTL/ZZXFactoring.txt Xshare/doc/NTL/ZZ_p.txt Xshare/doc/NTL/ZZ_pE.txt Xshare/doc/NTL/ZZ_pEX.txt Xshare/doc/NTL/ZZ_pEXFactoring.txt Xshare/doc/NTL/ZZ_pX.txt Xshare/doc/NTL/ZZ_pXFactoring.txt Xshare/doc/NTL/conversions.txt Xshare/doc/NTL/flags.txt Xshare/doc/NTL/lzz_p.txt Xshare/doc/NTL/lzz_pE.txt Xshare/doc/NTL/lzz_pEX.txt Xshare/doc/NTL/lzz_pEXFactoring.txt Xshare/doc/NTL/lzz_pX.txt Xshare/doc/NTL/lzz_pXFactoring.txt Xshare/doc/NTL/mat_GF2.txt Xshare/doc/NTL/mat_GF2E.txt Xshare/doc/NTL/mat_RR.txt Xshare/doc/NTL/mat_ZZ.txt Xshare/doc/NTL/mat_ZZ_p.txt Xshare/doc/NTL/mat_ZZ_pE.txt Xshare/doc/NTL/mat_lzz_p.txt Xshare/doc/NTL/mat_lzz_pE.txt Xshare/doc/NTL/mat_poly_ZZ.txt Xshare/doc/NTL/mat_poly_ZZ_p.txt Xshare/doc/NTL/mat_poly_lzz_p.txt Xshare/doc/NTL/matrix.txt Xshare/doc/NTL/pair.txt Xshare/doc/NTL/vector.txt Xshare/doc/NTL/quad_float.txt Xshare/doc/NTL/sedscript.txt Xshare/doc/NTL/tools.txt Xshare/doc/NTL/vec_GF2.txt Xshare/doc/NTL/vec_GF2E.txt Xshare/doc/NTL/vec_RR.txt Xshare/doc/NTL/vec_ZZ.txt Xshare/doc/NTL/vec_ZZ_p.txt Xshare/doc/NTL/vec_ZZ_pE.txt Xshare/doc/NTL/vec_lzz_p.txt Xshare/doc/NTL/vec_lzz_pE.txt Xshare/doc/NTL/xdouble.txt Xshare/doc/NTL/names.txt Xshare/doc/NTL/tour-ack.html Xshare/doc/NTL/tour-intro.html Xshare/doc/NTL/tour-time.html Xshare/doc/NTL/tour-changes.html Xshare/doc/NTL/tour-modules.html Xshare/doc/NTL/tour-stdcxx.html Xshare/doc/NTL/tour-unix.html Xshare/doc/NTL/tour-examples.html Xshare/doc/NTL/tour-roadmap.html Xshare/doc/NTL/tour-win.html Xshare/doc/NTL/tour-impl.html Xshare/doc/NTL/tour-struct.html Xshare/doc/NTL/tour.html Xshare/doc/NTL/tour-ex1.html Xshare/doc/NTL/tour-ex2.html Xshare/doc/NTL/tour-ex3.html Xshare/doc/NTL/tour-ex4.html Xshare/doc/NTL/tour-ex5.html Xshare/doc/NTL/tour-ex6.html Xshare/doc/NTL/arrow1.gif Xshare/doc/NTL/arrow2.gif Xshare/doc/NTL/arrow3.gif Xshare/doc/NTL/tour-gmp.html Xshare/doc/NTL/config.txt X@dirrm include/NTL X@dirrm share/doc/NTL END-of-ntl/pkg/PLIST echo x - ntl/README.html sed 's/^X//' >ntl/README.html << 'END-of-ntl/README.html' X<html> X<title> The FreeBSD Ports Collection (math/ntl)</title> X<head><h1> The FreeBSD Ports Collection ("math/ntl")</h1> </head> <hr> X<body> X X<p>You are now in the directory for the port "math/ntl" (package name "ntl-4.2a"). X X<p>This is the one-line description for this port: X X<p><hr><p> XVictor Shoup's Number Theory Library X<p><hr> X X<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a Xlonger description. X X<p>Go to the <a href="../../README.html">top of the ports tree</a> for Xa summary on how to use the ports collection. X X<p> XThis port requires package(s) "gettext-0.10.35 gmake-3.79.1" to build. X<p> X X X<p><hr><p> X<a href="../README.html"> Go up one level</a> X| X<a href="../../README.html"> Go to top of ports tree</a> X</body> X</html> END-of-ntl/README.html exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102131543.f1DFh1h75834>