From e63134817acc57f520441da95a7fae302990ff15 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 20 Nov 2022 12:51:00 +0100 Subject: [PATCH] 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 - .../files/patch-build-gnu-tokamak.make | 42 -------------- devel/tokamak/pkg-descr | 5 -- devel/tokamak/pkg-plist | 14 ----- 7 files changed, 1 insertion(+), 119 deletions(-) delete mode 100644 devel/tokamak/Makefile delete mode 100644 devel/tokamak/distinfo delete mode 100644 devel/tokamak/files/patch-build-gnu-tokamak.make delete mode 100644 devel/tokamak/pkg-descr delete mode 100644 devel/tokamak/pkg-plist diff --git a/MOVED b/MOVED index 1cf430ffb36a7..3e6e67825e549 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 b048e7bbdb81b..691aed1e3e951 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 de1c872c7d801..0000000000000 --- 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 diff --git a/devel/tokamak/distinfo b/devel/tokamak/distinfo deleted file mode 100644 index e60dce404e104..0000000000000 --- 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 50a002d789d2c..0000000000000 --- 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 f148f7bc7b5d1..0000000000000 --- 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 c2cfc445cfd8f..0000000000000 --- 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