diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-23 20:06:16 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-23 20:16:31 +0000 |
| commit | 67b14e06ff4bba0959c6c28b12ac766403d9be2f (patch) | |
| tree | 39a9418cfbb62217c476c1372ff36d6f76657e5a | |
| parent | d908b08281baab671763b8fa1a0097ca1cf416b1 (diff) | |
math/normaliz: Remove duplicate of math/libnormaliz
Reported by: Philipp Ost <bsd@philippost.de>
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | math/Makefile | 1 | ||||
| -rw-r--r-- | math/normaliz/Makefile | 26 | ||||
| -rw-r--r-- | math/normaliz/distinfo | 3 | ||||
| -rw-r--r-- | math/normaliz/pkg-descr | 6 | ||||
| -rw-r--r-- | math/normaliz/pkg-plist | 26 |
6 files changed, 1 insertions, 62 deletions
@@ -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 |
