aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-04-15 18:54:54 +0000
committerRene Ladan <rene@FreeBSD.org>2022-04-15 18:54:54 +0000
commit3fc1488d4c4b1c51e5478a6d3072e3463b7afab6 (patch)
tree2805e8b4547fe369d7299cc93f9fb24cb2da30f3
parent14203704214f2ce60b5d95e39692560dd75d5e4f (diff)
downloadports-3fc1488d4c4b1c51e5478a6d3072e3463b7afab6.tar.gz
ports-3fc1488d4c4b1c51e5478a6d3072e3463b7afab6.zip
cleanup: Remove expired ports:
2022-04-15 games/pouetchess: Abandonware with last release in 2006
-rw-r--r--MOVED1
-rw-r--r--games/Makefile1
-rw-r--r--games/pouetchess/Makefile51
-rw-r--r--games/pouetchess/distinfo2
-rw-r--r--games/pouetchess/pkg-descr5
-rw-r--r--games/pouetchess/pkg-plist2
6 files changed, 1 insertions, 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