Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2024 20:35:53 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: da860b3fa2e5 - main - games/linux-ut2003-demo: Remove expired port
Message-ID:  <202401252035.40PKZrSX013994@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

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

commit da860b3fa2e59ccaf86a2d4de4c6ba10a3ef3d67
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-25 20:26:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-25 20:35:26 +0000

    games/linux-ut2003-demo: Remove expired port
    
    2024-01-25 games/linux-ut2003-demo: Cannot be fetched anymore from GENTOO Master Sites
---
 MOVED                                        |  1 +
 games/Makefile                               |  1 -
 games/linux-ut2003-demo/Makefile             | 80 ----------------------------
 games/linux-ut2003-demo/distinfo             |  2 -
 games/linux-ut2003-demo/files/ut2003-demo.in | 12 -----
 games/linux-ut2003-demo/pkg-descr            |  8 ---
 6 files changed, 1 insertion(+), 103 deletions(-)

diff --git a/MOVED b/MOVED
index a9b6f473fa58..9df430494ce3 100644
--- a/MOVED
+++ b/MOVED
@@ -2969,3 +2969,4 @@ databases/isql-viewer||2024-01-25|Has expired: Requires old mysql versions and l
 audio/sphinx3||2024-01-25|Has expired: Upstream advises on using audio/pocketsphinx
 audio/sphinx||2024-01-25|Has expired: Upstream advises to use audio/pocketsphinx
 games/linux-quake3-demo||2024-01-25|Has expired: Cannot be fetched from GENTOO sites
+games/linux-ut2003-demo||2024-01-25|Has expired: Cannot be fetched anymore from GENTOO Master Sites
diff --git a/games/Makefile b/games/Makefile
index 93eb01a5f3fd..77ffd8dfe835 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -585,7 +585,6 @@
     SUBDIR += linux-steam-utils
     SUBDIR += linux-unrealgold
     SUBDIR += linux-ut
-    SUBDIR += linux-ut2003-demo
     SUBDIR += linux-virtual-jay-peak
     SUBDIR += linwarrior
     SUBDIR += lizzie
diff --git a/games/linux-ut2003-demo/Makefile b/games/linux-ut2003-demo/Makefile
deleted file mode 100644
index cd925b5e7cef..000000000000
--- a/games/linux-ut2003-demo/Makefile
+++ /dev/null
@@ -1,80 +0,0 @@
-PORTNAME=	ut2003-demo
-PORTVERSION=	2206
-PORTREVISION=	2
-CATEGORIES=	games linux
-MASTER_SITES=	GENTOO
-PKGNAMEPREFIX=	linux-
-DISTNAME=	ut2003demo-lnx-${PORTVERSION}
-EXTRACT_SUFX=	.sh.bin
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Unreal Tournament 2003 demo
-
-# Converted from RESTRICTED
-LICENSE=	Unreal
-LICENSE_NAME=	Unreal
-LICENSE_TEXT=	Redistribution is limited, see license
-LICENSE_PERMS=	auto-accept
-
-DEPRECATED=	Cannot be fetched anymore from GENTOO Master Sites
-EXPIRATION_DATE=	2024-01-25
-
-USES=		linux
-USE_LINUX=	dri sdl12 xorglibs
-NO_BUILD=	yes
-NO_WRKSUBDIR=	yes
-
-UTDIR=		${PREFIX}/lib/${PORTNAME}
-UTDIR_REL=	${UTDIR:S,^${PREFIX}/,,}
-
-PLIST=		${WRKDIR}/pkg-plist
-
-SUB_FILES=	ut2003-demo
-SUB_LIST=	UTDIR="${UTDIR}"
-
-PLIST_FILES=	bin/ut2003-demo \
-		%%DATADIR%%/UT2003Logo.bmp %%DATADIR%%/Unreal.xpm
-PLIST_DIRS=	${UTDIR_REL} %%DATADIR%%
-PORTDOCS=	*
-
-LIBDIRS=	Animations Benchmark ForceFeedback KarmaData Maps Music \
-		Sounds StaticMeshes System Textures Web
-
-OPTIONS_DEFINE=	DOCS
-
-do-extract:
-	@${MKDIR} ${WRKSRC}
-	@cd ${WRKSRC} && ${TAIL} -c +6360 ${_DISTDIR}/${DISTFILES} | ${TAR} zxf -
-	@cd ${WRKSRC} && ${TAR} yxf ut2003lnx_demo.tar.bz2
-	@cd ${WRKSRC} && ${TAR} zxf setupstuff.tar.gz
-
-pre-install:
-	@${RM} ${PLIST}
-	@cd ${WRKSRC} && \
-	${FIND} ${LIBDIRS} -type f | ${SORT} \
-		| ${SED} -e 's|^|${UTDIR_REL}/|' >> ${PLIST}
-
-	# This fix an error with the libSDL included in the ut2003 package
-	@${ECHO_CMD} "@exec cp ${LINUXBASE}/usr/lib/libSDL-1.2.so.0 ${UTDIR}/System/" \
-		>> ${PLIST}
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/ut2003-demo ${STAGEDIR}${PREFIX}/bin
-
-	cd ${WRKSRC} && \
-	${FIND} ${LIBDIRS} -type d ! -empty -exec \
-		${MKDIR} "${STAGEDIR}${UTDIR}/{}" \; && \
-	${FIND} ${LIBDIRS} -type f -exec \
-		${INSTALL_DATA} {} "${STAGEDIR}${UTDIR}/{}" \;
-	${CHMOD} ${BINMODE} ${STAGEDIR}${UTDIR}/Benchmark/*.sh ${STAGEDIR}${UTDIR}/System/*-bin
-	${CHMOD} ${LIBMODE} ${STAGEDIR}${UTDIR}/System/*.so*
-	@${MKDIR} ${STAGEDIR}${DATADIR}
-.for f in Help/UT2003Logo.bmp Unreal.xpm
-	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR}
-.endfor
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in README.linux Help/ReadMe-* eula/*
-	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/games/linux-ut2003-demo/distinfo b/games/linux-ut2003-demo/distinfo
deleted file mode 100644
index 91897a007b2d..000000000000
--- a/games/linux-ut2003-demo/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ut2003demo-lnx-2206.sh.bin) = e7664d20d6364e4f151199e3f7e111888abeb63e1d93146c88d932c6a2b94173
-SIZE (ut2003demo-lnx-2206.sh.bin) = 137253079
diff --git a/games/linux-ut2003-demo/files/ut2003-demo.in b/games/linux-ut2003-demo/files/ut2003-demo.in
deleted file mode 100644
index 2c9891878269..000000000000
--- a/games/linux-ut2003-demo/files/ut2003-demo.in
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-export UT2003_DATA_PATH="%%UTDIR%%/System"
-
-if [ -n "$LD_LIBRARY_PATH" ]; then
-    export LD_LIBRARY_PATH="$UT2003_DATA_PATH:$LD_LIBRARY_PATH"
-else
-    export LD_LIBRARY_PATH="$UT2003_DATA_PATH"
-fi
-
-cd "$UT2003_DATA_PATH" || exit 1
-exec ./ut2003-bin "$@"
diff --git a/games/linux-ut2003-demo/pkg-descr b/games/linux-ut2003-demo/pkg-descr
deleted file mode 100644
index 4d3ca1d46e8b..000000000000
--- a/games/linux-ut2003-demo/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Unreal Tournament 2003 is a first-person shooter computer game designed mainly
-for multiplayer gaming although the game had a built in single-player mode
-that mimics multiplayer gaming by featuring AI-bots. The game is part of the
-Unreal franchise's series of games and is a the sequel to 1999's Unreal
-Tournament. Unreal II: The Awakening was released as a sister product to the
-game, however, was developed for single-player only. Later, Unreal II would
-receive an add-on that would enable a multiplayer mode. UT 2003 was followed
-by Unreal Tournament 2004 released in March of 2004.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401252035.40PKZrSX013994>