From owner-svn-ports-head@freebsd.org Tue Jan 5 22:08:53 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 59B994CC671; Tue, 5 Jan 2021 22:08:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9RTx251Pz3PSK; Tue, 5 Jan 2021 22:08:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 301E413AA4; Tue, 5 Jan 2021 22:08:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 105M8rWY080349; Tue, 5 Jan 2021 22:08:53 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 105M8qo0080345; Tue, 5 Jan 2021 22:08:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202101052208.105M8qo0080345@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 5 Jan 2021 22:08:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560435 - in head/math: . mpfrcx X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . mpfrcx X-SVN-Commit-Revision: 560435 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2021 22:08:53 -0000 Author: yuri Date: Tue Jan 5 22:08:52 2021 New Revision: 560435 URL: https://svnweb.freebsd.org/changeset/ports/560435 Log: New port: math/mpfrcx: Arbitrary precision library for arithmetic of univariate polynomials Added: head/math/mpfrcx/ head/math/mpfrcx/Makefile (contents, props changed) head/math/mpfrcx/distinfo (contents, props changed) head/math/mpfrcx/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Tue Jan 5 22:08:21 2021 (r560434) +++ head/math/Makefile Tue Jan 5 22:08:52 2021 (r560435) @@ -414,6 +414,7 @@ SUBDIR += mpfi SUBDIR += mpfr SUBDIR += mpfrc++ + SUBDIR += mpfrcx SUBDIR += mpir SUBDIR += mppp SUBDIR += mprime Added: head/math/mpfrcx/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/mpfrcx/Makefile Tue Jan 5 22:08:52 2021 (r560435) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= mpfrcx +DISTVERSION= 0.6 +CATEGORIES= math +MASTER_SITES= http://www.multiprecision.org/downloads/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Arbitrary precision library for arithmetic of univariate polynomials + +LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER + +LIB_DEPENDS= libgmp.so:math/gmp \ + libmpc.so:math/mpc \ + libmpfr.so:math/mpfr + +USES= gmake libtool localbase +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes + +INSTALL_TARGET= install-strip + +INFO= mpfrcx + +PLIST_FILES= include/mpfrcx.h \ + lib/libmpfrcx.a \ + lib/libmpfrcx.so \ + lib/libmpfrcx.so.1 \ + lib/libmpfrcx.so.1.2.0 + +.include Added: head/math/mpfrcx/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/mpfrcx/distinfo Tue Jan 5 22:08:52 2021 (r560435) @@ -0,0 +1,3 @@ +TIMESTAMP = 1609883286 +SHA256 (mpfrcx-0.6.tar.gz) = 2af256e0f0a4410e1fd1c377260ba0c8cd969a6513db795dcc52509554cde53f +SIZE (mpfrcx-0.6.tar.gz) = 679718 Added: head/math/mpfrcx/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/mpfrcx/pkg-descr Tue Jan 5 22:08:52 2021 (r560435) @@ -0,0 +1,10 @@ +MPFRCX is a library for the arithmetic of univariate polynomials over arbitrary +precision real (GNU MPFR) or complex (GNU MPC) numbers, without control on the +rounding. The functions implemented are not very numerous and somewhat +idiosyncratic: the main motivation behind the library is to have functionality +available for the floating-point approach to complex multiplication. However, +asymptotically fast routines such as Toom-Cook and the FFT for multiplication of +polynomials are available, as well as fast routines for interpolation and +evaluation based on trees of polynomials. + +WWW: http://www.multiprecision.org/mpfrcx/home.html