git: 5d28f8646c4c - main - science/zx: Remove
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Nov 2025 19:41:16 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5d28f8646c4c2234de84e95e63aa631fa9509000
commit 5d28f8646c4c2234de84e95e63aa631fa9509000
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-11-25 19:40:57 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-11-25 19:40:57 +0000
science/zx: Remove
---
MOVED | 1 +
science/Makefile | 1 -
science/zx/Makefile | 31 -------------------------------
science/zx/distinfo | 9 ---------
science/zx/pkg-descr | 3 ---
science/zx/pkg-plist | 8 --------
6 files changed, 1 insertion(+), 52 deletions(-)
diff --git a/MOVED b/MOVED
index d614ab33a9d8..9eac9acf288a 100644
--- a/MOVED
+++ b/MOVED
@@ -4868,3 +4868,4 @@ deskutils/fet@qt5|deskutils/fet|2025-11-16|Qt Flavorization has been removed. Qt
deskutils/fet@qt6|deskutils/fet|2025-11-16|Qt Flavorization has been removed. Continue to enjoy deskutils/fet based on Qt 6.x as usual
lang/ruby35|lang/ruby40|2025-11-18|Upstream changed version of master branch in their repository from 3.5 to 4.0
lang/spidermonkey91||2025-11-18|Removed
+science/zx||2025-11-25|Removed: upstream repository archived on Jun 15, 2023, they refactored this project into a different package
diff --git a/science/Makefile b/science/Makefile
index 3e8dbded3d60..f14398a64291 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -530,6 +530,5 @@
SUBDIR += xtb
SUBDIR += yoda
SUBDIR += zotero
- SUBDIR += zx
.include <bsd.port.subdir.mk>
diff --git a/science/zx/Makefile b/science/zx/Makefile
deleted file mode 100644
index 0061dee5a10e..000000000000
--- a/science/zx/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-PORTNAME= zx
-PORTVERSION= g20221101
-CATEGORIES= science # quantum-computing
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= MQT ZX: A library for working with ZX-diagrams
-WWW= https://www.cda.cit.tum.de/research/quantum/
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-LIB_DEPENDS= libgmp.so:math/gmp
-
-USES= cmake:testing compiler:c++17-lang python:test
-
-USE_GITHUB= yes
-GH_ACCOUNT= cda-tum
-GH_TAGNAME= b01ba5e
-GH_TUPLE= boostorg:config:2543ff1:boostorg_config/extern/boost/config \
- boostorg:multiprecision:be4b8e8:boostorg_multiprecision/extern/boost/multiprecision \
- google:googletest:3026483:googletest/extern/googletest
-
-CMAKE_ON= BUILD_SHARED_LIBS
-CMAKE_OFF= BUILD_ZX_TESTS
-CMAKE_TESTING_ON= BUILD_ZX_TESTS
-
-do-install: # workaround for https://github.com/cda-tum/dd_package/issues/115
- cd ${WRKSRC}/include && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include
- ${INSTALL_LIB} ${BUILD_WRKSRC}/src/libzx.so ${STAGEDIR}${PREFIX}/lib
-
-.include <bsd.port.mk>
diff --git a/science/zx/distinfo b/science/zx/distinfo
deleted file mode 100644
index 21d52858dc74..000000000000
--- a/science/zx/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-TIMESTAMP = 1667348044
-SHA256 (cda-tum-zx-g20221101-b01ba5e_GH0.tar.gz) = 4f106f5bb3f8651e91e25fd15c353f7d08c77bb34b5bb61c138a11cca3a7a50f
-SIZE (cda-tum-zx-g20221101-b01ba5e_GH0.tar.gz) = 26179
-SHA256 (boostorg-config-2543ff1_GH0.tar.gz) = aed1996926016faee81de7219a74f9fd41c9c3a4bb292f8936b54245b57ad3c2
-SIZE (boostorg-config-2543ff1_GH0.tar.gz) = 379371
-SHA256 (boostorg-multiprecision-be4b8e8_GH0.tar.gz) = 78b681530deb9c911f485f70d438099b9a7f7e63f61dba572ed68f32306e35c2
-SIZE (boostorg-multiprecision-be4b8e8_GH0.tar.gz) = 4144005
-SHA256 (google-googletest-3026483_GH0.tar.gz) = 1790cf41d6b9b023e1751888155b4fe1a20cd5b9842c3aa67633aac4b2610ba2
-SIZE (google-googletest-3026483_GH0.tar.gz) = 859168
diff --git a/science/zx/pkg-descr b/science/zx/pkg-descr
deleted file mode 100644
index 51d87020ae3a..000000000000
--- a/science/zx/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-zx is a library for working with ZX-diagrams developed by the Chair for Design
-Automation at the Technical University of Munich as part of the Munich Quantum
-Toolkit (MQT).
diff --git a/science/zx/pkg-plist b/science/zx/pkg-plist
deleted file mode 100644
index e8e6b0491112..000000000000
--- a/science/zx/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-include/Definitions.hpp
-include/Expression.hpp
-include/Rational.hpp
-include/Rules.hpp
-include/Simplify.hpp
-include/Utils.hpp
-include/ZXDiagram.hpp
-lib/libzx.so