From owner-svn-ports-head@freebsd.org Fri Dec 7 04:03:00 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 159361328099; Fri, 7 Dec 2018 04:03:00 +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 ABBC075554; Fri, 7 Dec 2018 04:02:59 +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 879105E2C; Fri, 7 Dec 2018 04:02:59 +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 wB742x01086729; Fri, 7 Dec 2018 04:02:59 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB742wNQ086724; Fri, 7 Dec 2018 04:02:58 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812070402.wB742wNQ086724@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:02:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486820 - in head/math: . visualpolylib visualpolylib/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . visualpolylib visualpolylib/files X-SVN-Commit-Revision: 486820 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ABBC075554 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_LONG(-0.05)[-0.054,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,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:03:00 -0000 Author: yuri Date: Fri Dec 7 04:02:58 2018 New Revision: 486820 URL: https://svnweb.freebsd.org/changeset/ports/486820 Log: New port: math/visualpolylib: Visualization program for PolyLib Added: head/math/visualpolylib/ head/math/visualpolylib/Makefile (contents, props changed) head/math/visualpolylib/distinfo (contents, props changed) head/math/visualpolylib/files/ head/math/visualpolylib/files/patch-configure (contents, props changed) head/math/visualpolylib/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Fri Dec 7 03:55:14 2018 (r486819) +++ head/math/Makefile Fri Dec 7 04:02:58 2018 (r486820) @@ -871,6 +871,7 @@ SUBDIR += units SUBDIR += unuran SUBDIR += viennacl + SUBDIR += visualpolylib SUBDIR += vowpal_wabbit SUBDIR += vtk6 SUBDIR += vtk8 Added: head/math/visualpolylib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/visualpolylib/Makefile Fri Dec 7 04:02:58 2018 (r486820) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= visualpolylib +DISTVERSION= 0.9 +DISTVERSIONSUFFIX= e +CATEGORIES= math +MASTER_SITES= http://icps.u-strasbg.fr/polylib/download/ +DISTNAME= ${PORTNAME}.${DISTVERSION}${DISTVERSIONSUFFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Visualization program for PolyLib + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libgmp.so:math/gmp \ + libpolylibgmp.so:math/polylib + +USES= gettext-runtime gmake gnome pkgconfig +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static \ + --with-polylib=${LOCALBASE}/lib/libpolylibgmp.so +USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango + +PLIST_FILES= bin/${PORTNAME} + +.include Added: head/math/visualpolylib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/visualpolylib/distinfo Fri Dec 7 04:02:58 2018 (r486820) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544154010 +SHA256 (visualpolylib.0.9e.tar.gz) = 7ec46972d2aa527ec407c604db5518c0884dbe22aa79a25f1f59dbf7984ce981 +SIZE (visualpolylib.0.9e.tar.gz) = 433947 Added: head/math/visualpolylib/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/visualpolylib/files/patch-configure Fri Dec 7 04:02:58 2018 (r486820) @@ -0,0 +1,16 @@ +--- configure.orig 2018-12-07 03:44:09 UTC ++++ configure +@@ -3502,11 +3502,11 @@ echo "$as_me: error: \"No libpolylib64.s + or give the path with ./configure --with-polylib=LOCATION \"" >&2;} + { (exit 1); exit 1; }; } + else +- POLY_ADD_FLAGS="-lpolylib64" ++ POLY_ADD_FLAGS="-lpolylibgmp" + fi + else + POLY_LD_FLAGS="${polylibloc}" +- POLY_ADD_FLAGS="-lpolylib64" ++ POLY_ADD_FLAGS="-lpolylibgmp" + fi + + echo "$as_me:$LINENO: checking if polylib uses GNUmp" >&5 Added: head/math/visualpolylib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/visualpolylib/pkg-descr Fri Dec 7 04:02:58 2018 (r486820) @@ -0,0 +1,5 @@ +VisualPolylib is the visualization application for PolyLib, The Polyhedral +Library, that operates on objects made up of unions of polyhedra of any +dimension. + +WWW: https://icps.u-strasbg.fr/polylib/