git: e63134817acc - main - cleanup: Remove expired ports:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 20 Nov 2022 11:51:35 UTC
The branch main has been updated by rene:

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

commit e63134817acc57f520441da95a7fae302990ff15
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-11-20 11:51:00 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-11-20 11:51:31 +0000

    cleanup: Remove expired ports:
    
    2022-11-20 devel/tokamak: Last release in 2008, abandoned upstream, not used, website disappeared
---
 MOVED                                            |  1 +
 devel/Makefile                                   |  1 -
 devel/tokamak/Makefile                           | 55 ------------------------
 devel/tokamak/distinfo                           |  2 -
 devel/tokamak/files/patch-build-gnu-tokamak.make | 42 ------------------
 devel/tokamak/pkg-descr                          |  5 ---
 devel/tokamak/pkg-plist                          | 14 ------
 7 files changed, 1 insertion(+), 119 deletions(-)

diff --git a/MOVED b/MOVED
index 1cf430ffb36a..3e6e67825e54 100644
--- a/MOVED
+++ b/MOVED
@@ -17615,3 +17615,4 @@ x11-wm/hyprland-devel|x11-wm/hyprland|2022-11-16|Updated to the latest stable ve
 net/rabbitmq-c-devel|net/rabbitmq-c|2022-11-16|Remove obsolete devel port, use net/rabbitmq-c instead
 databases/foundationdb-devel|databases/foundationdb|2022-11-16|Remove obsolete devel port, use databases/foundationdb instead
 devel/py-pytest4-asyncio||2022-11-19|Has expired: legacy version for pytest4 no longer used by any port
+devel/tokamak||2022-11-20|Has expired: Last release in 2008, abandoned upstream, not used, website disappeared
diff --git a/devel/Makefile b/devel/Makefile
index b048e7bbdb81..691aed1e3e95 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7362,7 +7362,6 @@
     SUBDIR += tlx
     SUBDIR += tmake
     SUBDIR += tnt
-    SUBDIR += tokamak
     SUBDIR += tokei
     SUBDIR += toml11
     SUBDIR += tortoisehg
diff --git a/devel/tokamak/Makefile b/devel/tokamak/Makefile
deleted file mode 100644
index de1c872c7d80..000000000000
--- a/devel/tokamak/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-PORTNAME=	tokamak
-PORTVERSION=	1.0.5a
-CATEGORIES=	devel
-MASTER_SITES=	SF/${PORTNAME}p/Tokamak%20Physics%20Engine/Tokamak%20${PORTVERSION}
-DISTNAME=	${PORTNAME}_${PORTVERSION}
-
-MAINTAINER=	amdmi3@FreeBSD.org
-COMMENT=	High performance real-time physics library
-WWW=		https://sourceforge.net/projects/tokamakp/ \
-		https://web.archive.org/web/20140902123857/http://www.tokamakphysics.com/
-
-LICENSE=	BSD3CLAUSE ZLIB
-LICENSE_COMB=	dual
-LICENSE_FILE=	${WRKSRC}/license.txt # not actually used by ports framework
-
-DEPRECATED=	Last release in 2008, abandoned upstream, not used, website disappeared
-EXPIRATION_DATE=	2022-11-20
-
-USES=		gmake zip:infozip dos2unix
-DOS2UNIX_FILES=	build/gnu/tokamak.make
-
-MAKEFILE=	tokamak.make
-ALL_TARGET=	# empty
-
-WRKSRC=		${WRKDIR}/tokamak_release
-BUILD_WRKSRC=	${WRKSRC}/build/gnu
-
-PORTSCOUT=	skipv:1.0.5
-
-PORTDOCS=	*
-
-OPTIONS_DEFINE=	DOCS
-
-.if !defined(WITH_DEBUG)
-CPPFLAGS+=	-DNDEBUG
-.endif
-
-post-extract:
-	@cd ${WRKSRC} && ${UNZIP_CMD} -q tokamak-premake.zip
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/include/tokamak.h
-
-do-install:
-	@${MKDIR} ${STAGEDIR}${PREFIX}/include/math/
-	${INSTALL_DATA} ${WRKSRC}/include/tokamak.h ${STAGEDIR}${PREFIX}/include/
-	${INSTALL_DATA} ${WRKSRC}/include/math/*.h ${STAGEDIR}${PREFIX}/include/math/
-	${INSTALL_DATA} ${WRKSRC}/lib/libtokamak_m.a ${STAGEDIR}${PREFIX}/lib/
-
-do-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/license.txt ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
-	cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/devel/tokamak/distinfo b/devel/tokamak/distinfo
deleted file mode 100644
index e60dce404e10..000000000000
--- a/devel/tokamak/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (tokamak_1.0.5a.zip) = 56c7e5d3f6f4852fee16540d9a90e068fa33f5ff8c9b35d45f304d19176ffcab
-SIZE (tokamak_1.0.5a.zip) = 2085830
diff --git a/devel/tokamak/files/patch-build-gnu-tokamak.make b/devel/tokamak/files/patch-build-gnu-tokamak.make
deleted file mode 100644
index 50a002d789d2..000000000000
--- a/devel/tokamak/files/patch-build-gnu-tokamak.make
+++ /dev/null
@@ -1,42 +0,0 @@
---- build/gnu/tokamak.make.orig	2008-06-24 00:30:13.000000000 +0400
-+++ build/gnu/tokamak.make	2008-06-24 00:31:55.000000000 +0400
-@@ -2,7 +2,7 @@
- # Don't edit this file! Instead edit `premake.lua` then rerun `make`
- 
- ifndef CONFIG
--  CONFIG=Debug
-+  CONFIG=Release
- endif
- 
- ifeq ($(CONFIG),Debug)
-@@ -25,9 +25,9 @@
-   LIBDIR := ../../lib
-   OBJDIR := obj/Release
-   OUTDIR := ../../lib
--  CPPFLAGS := -MMD -D "WIN32" -D "_LIB" -D "_CRT_SECURE_NO_DEPRECATE" -D "NDEBUG" -I "../../include/"
--  CFLAGS += $(CPPFLAGS) $(TARGET_ARCH) -O2
--  CXXFLAGS := $(CFLAGS) --no-exceptions --no-rtti
-+  CPPFLAGS += -I "../../include/"
-+  CFLAGS += $(CPPFLAGS)
-+  CXXFLAGS += $(CPPFLAGS) -fno-exceptions -fno-rtti
-   LDFLAGS += -L$(BINDIR) -L$(LIBDIR) -s
-   LDDEPS :=
-   RESFLAGS := -D "WIN32" -D "_LIB" -D "_CRT_SECURE_NO_DEPRECATE" -D "NDEBUG" -I "../../include/"
-@@ -44,7 +44,7 @@
- 	$(OBJDIR)/dcd.o \
- 	$(OBJDIR)/lines.o \
- 	$(OBJDIR)/ne_interface.o \
--	$(OBJDIR)/perfwin32.o \
-+	$(OBJDIR)/perflinux.o \
- 	$(OBJDIR)/region.o \
- 	$(OBJDIR)/restcontact.o \
- 	$(OBJDIR)/rigidbody.o \
-@@ -139,7 +139,7 @@
- 	@echo $(notdir $<)
- 	@$(CXX) $(CXXFLAGS) -o $@ -c $<
- 
--$(OBJDIR)/perfwin32.o: ../../tokamaksrc/src/perfwin32.cpp
-+$(OBJDIR)/perflinux.o: ../../tokamaksrc/src/perflinux.cpp
- 	-@$(CMD_MKOBJDIR)
- 	@echo $(notdir $<)
- 	@$(CXX) $(CXXFLAGS) -o $@ -c $<
diff --git a/devel/tokamak/pkg-descr b/devel/tokamak/pkg-descr
deleted file mode 100644
index f148f7bc7b5d..000000000000
--- a/devel/tokamak/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Tokamak Game Physics SDK is a high performance real-time physics
-library designed specially for games.  It has a high-level, simple
-to use programming interface. With Tokamak, game developers and
-designers are empowered to produce the next generation of interactive
-games.
diff --git a/devel/tokamak/pkg-plist b/devel/tokamak/pkg-plist
deleted file mode 100644
index c2cfc445cfd8..000000000000
--- a/devel/tokamak/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-include/math/ne_debug.h
-include/math/ne_math.h
-include/math/ne_math_m3_inline.h
-include/math/ne_math_m4_inline.h
-include/math/ne_math_misc_inline.h
-include/math/ne_math_q_inline.h
-include/math/ne_math_t3_inline.h
-include/math/ne_math_v2_inline.h
-include/math/ne_math_v3_inline.h
-include/math/ne_math_v4_inline.h
-include/math/ne_smath.h
-include/math/ne_type.h
-include/tokamak.h
-lib/libtokamak_m.a