git: 3fc1488d4c4b - main - cleanup: Remove expired ports:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Fri, 15 Apr 2022 18:55:12 UTC
The branch main has been updated by rene:

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

commit 3fc1488d4c4b1c51e5478a6d3072e3463b7afab6
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-04-15 18:54:54 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-04-15 18:54:54 +0000

    cleanup: Remove expired ports:
    
    2022-04-15 games/pouetchess: Abandonware with last release in 2006
---
 MOVED                      |  1 +
 games/Makefile             |  1 -
 games/pouetchess/Makefile  | 51 ----------------------------------------------
 games/pouetchess/distinfo  |  2 --
 games/pouetchess/pkg-descr |  5 -----
 games/pouetchess/pkg-plist |  2 --
 6 files changed, 1 insertion(+), 61 deletions(-)

diff --git a/MOVED b/MOVED
index f6c93a9daacf..e0885149d79d 100644
--- a/MOVED
+++ b/MOVED
@@ -17122,3 +17122,4 @@ textproc/rubygem-diffy330|textproc/rubygem-diffy|2022-04-01|Obsolete, please use
 graphics/sxiv|graphics/nsxiv|2022-04-01|Has expired: Upstream has archived the project; please switch to the maintained fork (graphics/nsxiv)
 graphics/xface.el||2022-04-07|Port has failed to build for years; last release in 2003
 lang/gcc9-devel||2022-04-14|Has expired: Not serving its purpose any longer due to lack of maintenance
+games/pouetchess||2022-04-15|Has expired: Abandonware with last release in 2006
diff --git a/games/Makefile b/games/Makefile
index 519c0380d987..2bc5393c81db 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -771,7 +771,6 @@
     SUBDIR += pongix
     SUBDIR += ponscripter-07th-mod
     SUBDIR += popstar
-    SUBDIR += pouetchess
     SUBDIR += powder
     SUBDIR += powder-toy
     SUBDIR += powermanga
diff --git a/games/pouetchess/Makefile b/games/pouetchess/Makefile
deleted file mode 100644
index 0560e5ab01a4..000000000000
--- a/games/pouetchess/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-PORTNAME=	pouetchess
-PORTVERSION=	0.1.1
-PORTREVISION=	15
-CATEGORIES=	games
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.11
-DISTNAME=	pouetChess_0.11_src
-
-MAINTAINER=	amdmi3@FreeBSD.org
-COMMENT=	Open-source 3D chess game
-
-LICENSE=	GPLv2  # from sourceforge page
-
-DEPRECATED=	Abandonware with last release in 2006
-EXPIRATION_DATE=2022-04-15
-
-USES=		compiler dos2unix gl gmake sdl
-USE_SDL=	sdl image
-USE_GL=		gl glu
-DOS2UNIX_GLOB=	*.cpp *.h Makefile config.ini
-
-CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
-CXXFLAGS_clang=	-Wno-reserved-user-defined-literal
-
-WRKSRC=		${WRKDIR}/pouetChess_0.11
-
-PORTDATA=	*
-
-DESKTOP_ENTRIES="pouetChess" \
-		"Play chess" \
-		"${DATADIR}/textures/1.png" \
-		"pouetChess" \
-		"Game;BoardGame;" \
-		false
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile
-	@${REINPLACE_CMD} -e '/^LIBS/ s|$$| -L${LOCALBASE}/lib|' ${WRKSRC}/Makefile
-	@${REINPLACE_CMD} -e '/CXX	/ d' ${WRKSRC}/Makefile
-	@${REINPLACE_CMD} -e '/CXXFLAGS.*+=/ d' ${WRKSRC}/Makefile
-	@${REINPLACE_CMD} -e '/^CXXFLAGS/ s|:=|+=|' ${WRKSRC}/Makefile
-	@${REINPLACE_CMD} -e '/^CXXFLAGS/ s|$$| -I${LOCALBASE}/include|' ${WRKSRC}/Makefile
-
-	@${REINPLACE_CMD} -e 's|config\.ini|${PREFIX}/etc/pouetChess.conf|' ${WRKSRC}/src/globalInfos.cpp
-	@${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/src/globalInfos.h
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/pouetChess ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_DATA} ${WRKSRC}/bin/config.ini ${STAGEDIR}${PREFIX}/etc/pouetChess.conf.sample
-	@cd ${WRKSRC}/bin/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
-
-.include <bsd.port.mk>
diff --git a/games/pouetchess/distinfo b/games/pouetchess/distinfo
deleted file mode 100644
index e122a0b9c9c6..000000000000
--- a/games/pouetchess/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pouetChess_0.11_src.tar.gz) = 206f0cf0f6a567f51fa6c85c3e5820bc9ed4659101a86d67a18487c9f23fcd2b
-SIZE (pouetChess_0.11_src.tar.gz) = 394797
diff --git a/games/pouetchess/pkg-descr b/games/pouetchess/pkg-descr
deleted file mode 100644
index 8dff5e1fcd66..000000000000
--- a/games/pouetchess/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-pouetChess is an open-source 3D chess game with very few and basic
-dependencies. Moreover, pouetChess has an embedded Artificial Intelligence so
-engines such as GNUChess are not even needed.
-
-WWW: http://pouetchess.sourceforge.net/
diff --git a/games/pouetchess/pkg-plist b/games/pouetchess/pkg-plist
deleted file mode 100644
index 714583d08db0..000000000000
--- a/games/pouetchess/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/pouetChess
-@sample etc/pouetChess.conf.sample