git: 1b996ad77fd2 - main - cad/impact: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 01 Nov 2025 11:07:33 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1b996ad77fd2a19d6b182176a22b66cb244249fb

commit 1b996ad77fd2a19d6b182176a22b66cb244249fb
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-11-01 11:07:26 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-11-01 11:07:26 +0000

    cad/impact: Remove expired port
    
    2025-10-31 cad/impact: Does not work as intended
---
 MOVED                         |  1 +
 cad/Makefile                  |  1 -
 cad/impact/Makefile           | 61 -------------------------------------------
 cad/impact/distinfo           |  4 ---
 cad/impact/files/impact.in    |  5 ----
 cad/impact/files/impactgui.in |  5 ----
 cad/impact/pkg-descr          |  4 ---
 7 files changed, 1 insertion(+), 80 deletions(-)

diff --git a/MOVED b/MOVED
index 717339aa63e9..f30eeeca0972 100644
--- a/MOVED
+++ b/MOVED
@@ -4840,3 +4840,4 @@ dns/fpdns||2025-11-01|Has expired: Upstream repository has been archived on Sep
 databases/py-pycql||2025-11-01|Has expired: Upstream repository has been archived on Aug 31, 2021
 devel/py-types-ujson||2025-11-01|Has expired: No longer required by devel/py-ujson ≥ 5.11
 devel/pysvn||2025-11-01|Has expired: Fails to build
+cad/impact||2025-11-01|Has expired: Does not work as intended
diff --git a/cad/Makefile b/cad/Makefile
index 8b9189d6cc2b..b94b0fc37e09 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -54,7 +54,6 @@
     SUBDIR += horizon-eda
     SUBDIR += hs-verismith
     SUBDIR += ifcopenshell
-    SUBDIR += impact
     SUBDIR += irsim
     SUBDIR += iverilog
     SUBDIR += k40-whisperer
diff --git a/cad/impact/Makefile b/cad/impact/Makefile
deleted file mode 100644
index 2a5d1aada434..000000000000
--- a/cad/impact/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-PORTNAME=	impact
-PORTVERSION=	0.7.06.038
-PORTREVISION=	4
-PORTEPOCH=	1
-CATEGORIES=	cad java
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Version%20${PORTVERSION} \
-		SF/nemysisfreebsdp/:icons
-DISTFILES=	Impact-${DISTVERSION}${EXTRACT_SUFX} \
-		${PORTNAME}.png:icons
-DIST_SUBDIR=	${PORTNAME}
-EXTRACT_ONLY=	Impact-${DISTVERSION}${EXTRACT_SUFX}
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Dynamic Finite Element Program Suite
-WWW=		https://impact.sourceforge.net/
-
-LICENSE=	GPLv2
-
-DEPRECATED=	Does not work as intended	# PR 288493
-EXPIRATION_DATE=2025-10-31
-
-RUN_DEPENDS=	java3d>0:java/java3d
-
-USES=		java zip
-
-WRKSRC=		${WRKDIR}/Impact
-
-NO_BUILD=	yes
-
-DATADIR=	${JAVASHAREDIR}/Impact
-
-SUB_FILES=	impact impactgui
-
-PLIST_FILES=	bin/impact \
-		bin/impactgui \
-		share/pixmaps/impact.png \
-		${DATADIR_REL}/.classpath \
-		${DATADIR_REL}/.project \
-		${DATADIR_REL}/.vcm_meta
-PORTDATA=	*
-
-DESKTOP_ENTRIES="Impact" "${COMMENT}" "${PORTNAME}" \
-		"${PORTNAME}gui" "Graphics;3DGraphics;Education;" false
-
-OPTIONS_DEFINE=	GMSH
-
-GMSH_DESC=		Automatic 3D finite element mesh generator
-GMSH_RUN_DEPENDS=	gmsh:cad/gmsh
-
-post-extract:
-	@${FIND} ${WRKSRC} -name CVS -type d -print0 -or -name .cvsignore -type f -print0 | \
-		${XARGS} -0 ${RM} -r
-
-do-install:
-	(cd ${WRKDIR} && ${INSTALL_SCRIPT} impact impactgui \
-		${STAGEDIR}${PREFIX}/bin)
-	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
-	${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
-		${STAGEDIR}${PREFIX}/share/pixmaps
-
-.include <bsd.port.mk>
diff --git a/cad/impact/distinfo b/cad/impact/distinfo
deleted file mode 100644
index e600220467c4..000000000000
--- a/cad/impact/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (impact/Impact-0.7.06.038.zip) = 85ad4a1506a5dd22adc020b44cb9adf27d77253fcf84b4d1b8a339e2e3922ed6
-SIZE (impact/Impact-0.7.06.038.zip) = 13757964
-SHA256 (impact/impact.png) = a59d37cb161cfdf3961d90522c7f4a02644c4698a0cf17722949914f7399c4d5
-SIZE (impact/impact.png) = 2908
diff --git a/cad/impact/files/impact.in b/cad/impact/files/impact.in
deleted file mode 100644
index 2bd8f0a7c916..000000000000
--- a/cad/impact/files/impact.in
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-cd %%DATADIR%%
-"%%LOCALBASE%%/bin/java" -Xmx1000m -Xss1m -cp .:doc:bin run.Impact "$@"
-cd -
diff --git a/cad/impact/files/impactgui.in b/cad/impact/files/impactgui.in
deleted file mode 100644
index 7b5518f2ca44..000000000000
--- a/cad/impact/files/impactgui.in
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-cd %%DATADIR%%
-"%%LOCALBASE%%/bin/java" -Xmx1000m -Xss1m -cp .:bin:doc:lib/jogl.jar:lib/gluegen-rt.jar:lib/patbinfree153.jar:lib/LogDB.jar:lib/mysql-connector-java-5.1.11-bin.jar gui.ImpactGUI
-cd -
diff --git a/cad/impact/pkg-descr b/cad/impact/pkg-descr
deleted file mode 100644
index 9bee02df7f6a..000000000000
--- a/cad/impact/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Impact is an explicit Finite Element Program which simulates dynamic impact
-events. It has a range of elements, contact handling and different material
-laws. Models can be created and viewed with external programs or the
-included postprocessor.