From owner-svn-ports-head@freebsd.org Fri Dec 7 04:29:47 2018 Return-Path: Delivered-To: svn-ports-head@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 52A531328CD2; Fri, 7 Dec 2018 04:29:47 +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 E891A7603E; Fri, 7 Dec 2018 04:29:46 +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 ABC536170; Fri, 7 Dec 2018 04:29:46 +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 wB74TkVC097551; Fri, 7 Dec 2018 04:29:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB74Tjbv097542; Fri, 7 Dec 2018 04:29:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070429.wB74Tjbv097542@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 04:29:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486822 - in head/math: . barvinok barvinok/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . barvinok barvinok/files X-SVN-Commit-Revision: 486822 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E891A7603E X-Spamd-Result: default: False [-2.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.989,0]; NEURAL_HAM_LONG(-0.05)[-0.054,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 07 Dec 2018 04:29:47 -0000 Author: yuri Date: Fri Dec 7 04:29:45 2018 New Revision: 486822 URL: https://svnweb.freebsd.org/changeset/ports/486822 Log: New port: math/barvinok: Library for counting the number of integer points in polytopes Added: head/math/barvinok/ head/math/barvinok/Makefile (contents, props changed) head/math/barvinok/distinfo (contents, props changed) head/math/barvinok/files/ head/math/barvinok/files/patch-interface_all__barvinok.h (contents, props changed) head/math/barvinok/pkg-descr (contents, props changed) head/math/barvinok/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Dec 7 04:10:11 2018 (r486821) +++ head/math/Makefile Fri Dec 7 04:29:45 2018 (r486822) @@ -134,6 +134,7 @@ SUBDIR += aspcud SUBDIR += asymptote SUBDIR += atlas + SUBDIR += barvinok SUBDIR += biggles SUBDIR += blacs SUBDIR += blas Added: head/math/barvinok/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/barvinok/Makefile Fri Dec 7 04:29:45 2018 (r486822) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= barvinok +DISTVERSION= 0.41 +CATEGORIES= math +MASTER_SITES= http://barvinok.gforge.inria.fr/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library for counting the number of integer points in polytopes + +LICENSE= GPLv2 + +LIB_DEPENDS= libglpk.so:math/glpk \ + libgmp.so:math/gmp \ + libisl.so:devel/isl \ + libntl.so:math/ntl \ + libpolylibgmp.so:math/polylib + +USES= gmake libtool localbase:ldflags pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static --enable-shared --enable-shared-barvinok \ + --with-gmp=system --with-polylib=system --with-isl=system +USE_LDCONFIG= yes + +.include Added: head/math/barvinok/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/barvinok/distinfo Fri Dec 7 04:29:45 2018 (r486822) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544131896 +SHA256 (barvinok-0.41.tar.gz) = b6aec6e6fd5b1574f5397cebb819c686f076a4a9d679ff023fe2999bc01054a5 +SIZE (barvinok-0.41.tar.gz) = 5340156 Added: head/math/barvinok/files/patch-interface_all__barvinok.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/barvinok/files/patch-interface_all__barvinok.h Fri Dec 7 04:29:45 2018 (r486822) @@ -0,0 +1,6 @@ +--- interface/all_barvinok.h.orig 2018-12-07 04:15:52 UTC ++++ interface/all_barvinok.h +@@ -1,2 +1,2 @@ +-#include ++//#include + #include Added: head/math/barvinok/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/barvinok/pkg-descr Fri Dec 7 04:29:45 2018 (r486822) @@ -0,0 +1,6 @@ +barvinok is a library for counting the number of integer points in parametric +and non-parametric polytopes based on polylib. For a parametric polytope, the +number of points is represented by either a piecewise quasi-polynomial or an +Ehrhart series. + +WWW: http://freshmeat.sourceforge.net/projects/barvinok Added: head/math/barvinok/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/barvinok/pkg-plist Fri Dec 7 04:29:45 2018 (r486822) @@ -0,0 +1,22 @@ +bin/barvinok_count +bin/barvinok_ehrhart +bin/barvinok_enumerate +bin/barvinok_enumerate_e +bin/iscc +bin/polytope_scan +include/barvinok/NTL.h +include/barvinok/NTL_QQ.h +include/barvinok/barvinok.h +include/barvinok/basis_reduction.h +include/barvinok/evalue.h +include/barvinok/genfun.h +include/barvinok/isl.h +include/barvinok/options.h +include/barvinok/polylib.h +include/barvinok/sample.h +include/barvinok/set.h +include/barvinok/util.h +lib/libbarvinok.so +lib/libbarvinok.so.23 +lib/libbarvinok.so.23.0.6 +libdata/pkgconfig/barvinok.pc