Date: Fri, 7 Dec 2018 04:02:58 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> 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 Message-ID: <201812070402.wB742wNQ086724@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812070402.wB742wNQ086724>