From owner-svn-ports-all@freebsd.org Fri Dec 7 03:36:23 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 095B113277D6; Fri, 7 Dec 2018 03:36:23 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A26F7483A; Fri, 7 Dec 2018 03:36:22 +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 74EC95931; Fri, 7 Dec 2018 03:36:22 +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 wB73aMPO071366; Fri, 7 Dec 2018 03:36:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB73aL5V071361; Fri, 7 Dec 2018 03:36:21 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070336.wB73aL5V071361@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 7 Dec 2018 03:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486818 - in head/math: . polylib X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . polylib X-SVN-Commit-Revision: 486818 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9A26F7483A X-Spamd-Result: default: False [-2.02 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2018 03:36:23 -0000 Author: yuri Date: Fri Dec 7 03:36:20 2018 New Revision: 486818 URL: https://svnweb.freebsd.org/changeset/ports/486818 Log: New port: math/polylib: Library of polyhedral functions Added: head/math/polylib/ head/math/polylib/Makefile (contents, props changed) head/math/polylib/distinfo (contents, props changed) head/math/polylib/pkg-descr (contents, props changed) head/math/polylib/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Dec 7 00:48:20 2018 (r486817) +++ head/math/Makefile Fri Dec 7 03:36:20 2018 (r486818) @@ -671,6 +671,7 @@ SUBDIR += ploticus-nox11 SUBDIR += plplot SUBDIR += plplot-ada + SUBDIR += polylib SUBDIR += primegen SUBDIR += primme SUBDIR += prng Added: head/math/polylib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/polylib/Makefile Fri Dec 7 03:36:20 2018 (r486818) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= polylib +DISTVERSION= 5.22.5 +CATEGORIES= math +MASTER_SITES= http://icps.u-strasbg.fr/polylib/polylib_src/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library of polyhedral functions + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libgmp.so:math/gmp + +USES= gmake libtool +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static \ + --with-libgmp=${LOCALBASE} # can also be built w/out libgmp, in which case the suffix on some files changes. Not sure if/how this is useful. +USE_LDCONFIG= yes + +.include Added: head/math/polylib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/polylib/distinfo Fri Dec 7 03:36:20 2018 (r486818) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544133099 +SHA256 (polylib-5.22.5.tar.gz) = 84622ff9dfa5d06f0c266960ed078bd3577a30fde6d7f8bed1041b9838cb731f +SIZE (polylib-5.22.5.tar.gz) = 2673630 Added: head/math/polylib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/polylib/pkg-descr Fri Dec 7 03:36:20 2018 (r486818) @@ -0,0 +1,20 @@ +The Polyhedral Library (PolyLib for short) operates on objects made up of +unions of polyhedra of any dimension. It was first developed by Doran Wilde at +IRISA, in Rennes, France, in connection with the ALPHA project. This first +version (1.1) manipulates non parameterized unions of polyhedra through the +following operations: intersection, difference, union, convex hull, simplify, +image and preimage, plus some input and output functions. The polyhedra are +computed in their dual implicit and Minkowski representations, in homogeneous +spaces. + +Version 2 of the PolyLib included parameterized vertices computation. +PolyLib3.14 includes Ehrhart polynomials computation, which permits to count +the number of integer points contained in a parameterized polyhedron. PolyLib4 +included the GNU MP library (as a compilation option), and 64 bits computations, +in order to avoid integer overflows. Polylib5 is a merge of Strasbourg, Rennes +and BYU Polylib. + +There is also the 'visualpolylib' project that permits to use the PolyLib +interactively. + +WWW: https://icps.u-strasbg.fr/polylib/ Added: head/math/polylib/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/polylib/pkg-plist Fri Dec 7 03:36:20 2018 (r486818) @@ -0,0 +1,43 @@ +bin/c2p +bin/disjoint_union_adj +bin/disjoint_union_sep +bin/ehrhart_lower_bound +bin/ehrhart_quick_apx +bin/ehrhart_rankinggmp +bin/ehrhart_uniongmp +bin/ehrhart_upper_bound +bin/findv +bin/ppgmp +bin/r2p +bin/testehrhartgmp +include/polylib/Lattice.h +include/polylib/Matop.h +include/polylib/NormalForms.h +include/polylib/SolveDio.h +include/polylib/Zpolyhedron.h +include/polylib/alpha.h +include/polylib/arithmetic_errors.h +include/polylib/arithmetique.h +include/polylib/compress_parms.h +include/polylib/ehrhart.h +include/polylib/errormsg.h +include/polylib/eval_ehrhart.h +include/polylib/ext_ehrhart.h +include/polylib/homogenization.h +include/polylib/matrix.h +include/polylib/matrix_addon.h +include/polylib/matrix_permutations.h +include/polylib/param.h +include/polylib/polyhedron.h +include/polylib/polylib.h +include/polylib/polylib32.h +include/polylib/polylib64.h +include/polylib/polylibgmp.h +include/polylib/polyparam.h +include/polylib/ranking.h +include/polylib/types.h +include/polylib/vector.h +lib/libpolylibgmp.so +lib/libpolylibgmp.so.8 +lib/libpolylibgmp.so.8.1.0 +libdata/pkgconfig/polylibgmp.pc