From owner-dev-commits-ports-all@freebsd.org Mon Aug 23 20:16:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2C66E671411; Mon, 23 Aug 2021 20:16:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gtk6f0NkRz4RV9; Mon, 23 Aug 2021 20:16:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D36EF1AB09; Mon, 23 Aug 2021 20:16:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17NKGvmB040089; Mon, 23 Aug 2021 20:16:57 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17NKGvMY040088; Mon, 23 Aug 2021 20:16:57 GMT (envelope-from git) Date: Mon, 23 Aug 2021 20:16:57 GMT Message-Id: <202108232016.17NKGvMY040088@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 67b14e06ff4b - main - math/normaliz: Remove duplicate of math/libnormaliz MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 67b14e06ff4bba0959c6c28b12ac766403d9be2f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Aug 2021 20:16:58 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=67b14e06ff4bba0959c6c28b12ac766403d9be2f commit 67b14e06ff4bba0959c6c28b12ac766403d9be2f Author: Yuri Victorovich AuthorDate: 2021-08-23 20:06:16 +0000 Commit: Yuri Victorovich CommitDate: 2021-08-23 20:16:31 +0000 math/normaliz: Remove duplicate of math/libnormaliz Reported by: Philipp Ost --- 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 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