Date: Mon, 23 Aug 2021 20:16:57 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 67b14e06ff4b - main - math/normaliz: Remove duplicate of math/libnormaliz Message-ID: <202108232016.17NKGvMY040088@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=67b14e06ff4bba0959c6c28b12ac766403d9be2f commit 67b14e06ff4bba0959c6c28b12ac766403d9be2f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-08-23 20:06:16 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-08-23 20:16:31 +0000 math/normaliz: Remove duplicate of math/libnormaliz Reported by: Philipp Ost <bsd@philippost.de> --- MOVED | 1 + math/Makefile | 1 - math/normaliz/Makefile | 26 -------------------------- math/normaliz/distinfo | 3 --- math/normaliz/pkg-descr | 6 ------ math/normaliz/pkg-plist | 26 -------------------------- 6 files changed, 1 insertion(+), 62 deletions(-) diff --git a/MOVED b/MOVED index ce44ee30c24b..a182a3fdc4a4 100644 --- a/MOVED +++ b/MOVED @@ -16472,3 +16472,4 @@ games/ponscripter-sekai|games/ponscripter-07th-mod|2021-08-13|Switch to active f sysutils/graid5||2021-08-21|Has expired: Module contains subtile errors and is obsolete by ZFS raidz. Consider migrating to ZFS. x11-wm/gcompmgr||2021-08-21|Has expired: Abandonware since 2005, using discontinued libraries irc/lostirc||2021-08-21|Has expired: Abandonware since 2005, dependens on discontinued libraries +math/normaliz|math/libnormaliz|2021-08-21|Remove duplicate diff --git a/math/Makefile b/math/Makefile index 71ba07683c61..b1509694da06 100644 --- a/math/Makefile +++ b/math/Makefile @@ -469,7 +469,6 @@ SUBDIR += nfft SUBDIR += ngraph SUBDIR += nlopt - SUBDIR += normaliz SUBDIR += ntl SUBDIR += numdiff SUBDIR += ocaml-ocamlgraph diff --git a/math/normaliz/Makefile b/math/normaliz/Makefile deleted file mode 100644 index 451fc0f08933..000000000000 --- a/math/normaliz/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= normaliz -DISTVERSIONPREFIX= v -DISTVERSION= 3.9.0 -CATEGORIES= math - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Tool for computations in affine monoids, vector configurations, etc - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= libgmp.so:math/gmp \ - libnauty.so:math/nauty - -USES= autoreconf gmake libtool localbase -USE_LDCONFIG= yes - -USE_GITHUB= yes -GH_ACCOUNT= Normaliz -GH_PROJECT= Normaliz - -GNU_CONFIGURE= yes - -TEST_TARGET= check # at least one test is known to fail: https://github.com/Normaliz/Normaliz/issues/378 - -.include <bsd.port.mk> diff --git a/math/normaliz/distinfo b/math/normaliz/distinfo deleted file mode 100644 index e9dddd253fb1..000000000000 --- a/math/normaliz/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1629608938 -SHA256 (Normaliz-Normaliz-v3.9.0_GH0.tar.gz) = 367c2439cb64500607afd70fd0b27624727469ab03c2b233d7b743abf3e56252 -SIZE (Normaliz-Normaliz-v3.9.0_GH0.tar.gz) = 5179649 diff --git a/math/normaliz/pkg-descr b/math/normaliz/pkg-descr deleted file mode 100644 index f129676e9a47..000000000000 --- a/math/normaliz/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Normaliz is an open source tool for computations in affine monoids, vector -configurations, lattice polytopes, and rational cones. Normaliz also computes -algebraic polyhedra, i.e., polyhedra defined over real algebraic extensions -of Q. - -WWW: https://www.normaliz.uni-osnabrueck.de/ diff --git a/math/normaliz/pkg-plist b/math/normaliz/pkg-plist deleted file mode 100644 index b5513476298c..000000000000 --- a/math/normaliz/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -bin/normaliz -include/libnormaliz/HilbertSeries.h -include/libnormaliz/automorph.h -include/libnormaliz/cone.h -include/libnormaliz/cone_property.h -include/libnormaliz/descent.h -include/libnormaliz/dynamic_bitset.h -include/libnormaliz/general.h -include/libnormaliz/input_type.h -include/libnormaliz/integer.h -include/libnormaliz/libnormaliz.h -include/libnormaliz/list_and_map_operations.h -include/libnormaliz/matrix.h -include/libnormaliz/my_omp.h -include/libnormaliz/nmz_config.h -include/libnormaliz/nmz_hash.h -include/libnormaliz/nmz_nauty.h -include/libnormaliz/normaliz_exception.h -include/libnormaliz/output.h -include/libnormaliz/sublattice_representation.h -include/libnormaliz/vector_operations.h -include/libnormaliz/version.h -lib/libnormaliz.a -lib/libnormaliz.so -lib/libnormaliz.so.3 -lib/libnormaliz.so.3.9.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108232016.17NKGvMY040088>