git: 56c08ba16d5a - main - games/poker-eval: Remove expired port:

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 20 Jun 2023 12:05:24 UTC
The branch main has been updated by bofh:

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

commit 56c08ba16d5a3852ad19ddd57855637f35b294c3
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-20 11:52:54 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-20 12:05:09 +0000

    games/poker-eval: Remove expired port:
    
    Both MASTER_SITES and WWW vaporized
    
    Approved by:    portmgr (blanket)
---
 MOVED                      |  1 +
 games/Makefile             |  1 -
 games/poker-eval/Makefile  | 19 -------------------
 games/poker-eval/distinfo  |  2 --
 games/poker-eval/pkg-descr |  7 -------
 games/poker-eval/pkg-plist | 42 ------------------------------------------
 6 files changed, 1 insertion(+), 71 deletions(-)

diff --git a/MOVED b/MOVED
index ac4e1dd3e6f2..983617d9d809 100644
--- a/MOVED
+++ b/MOVED
@@ -7647,3 +7647,4 @@ x11/deforaos-desktop||2023-06-18|Removed, needs expired x11/deforaos-panel
 x11/deforaos-locker||2023-06-18|Removed, needs expired x11/deforaos-panel
 comms/deforaos-phone||2023-06-18|Removed, needs expired x11/deforaos-panel
 textproc/apache-solr9|textproc/apache-solr|2023-06-18|New stable release
+games/poker-eval||2023-06-20|Upstream vanished
diff --git a/games/Makefile b/games/Makefile
index aa42db7b7ec8..318858b2e7b3 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -775,7 +775,6 @@
     SUBDIR += pipewalker
     SUBDIR += pmars
     SUBDIR += pmars-sdl
-    SUBDIR += poker-eval
     SUBDIR += pokerth
     SUBDIR += polyglot
     SUBDIR += pongix
diff --git a/games/poker-eval/Makefile b/games/poker-eval/Makefile
deleted file mode 100644
index 812da95755d3..000000000000
--- a/games/poker-eval/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME=	poker-eval
-PORTVERSION=	138.0
-CATEGORIES=	games
-MASTER_SITES=	http://download.gna.org/pokersource/sources/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	C library to evaluate poker hands
-WWW=		http://www.pokersource.info/wiki/poker-eval
-
-LICENSE=	GPLv3+
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-GNU_CONFIGURE=	yes
-USES=		gmake libtool pathfix pkgconfig
-USE_LDCONFIG=	yes
-INSTALL_TARGET=	install-strip
-TEST_TARGET=	check
-
-.include <bsd.port.mk>
diff --git a/games/poker-eval/distinfo b/games/poker-eval/distinfo
deleted file mode 100644
index 36241dc4e13c..000000000000
--- a/games/poker-eval/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (poker-eval-138.0.tar.gz) = 92659e4a90f6856ebd768bad942e9894bd70122dab56f3b23dd2c4c61bdbcf68
-SIZE (poker-eval-138.0.tar.gz) = 470224
diff --git a/games/poker-eval/pkg-descr b/games/poker-eval/pkg-descr
deleted file mode 100644
index 500ec2d88656..000000000000
--- a/games/poker-eval/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-poker-eval is a C library to evaluate poker hands. The result of the
-evalution for a given hand is a number. The general idea is that if
-the evalution of your hand is lower than the evaluation of the hand of
-your opponent, you lose. Many poker variants are supported (draw,
-holdem, omaha, etc.) and more can be added.  poker-eval is designed
-for speed so that it can be used within poker simulation software
-using either exhaustive exploration or Monte Carlo.
diff --git a/games/poker-eval/pkg-plist b/games/poker-eval/pkg-plist
deleted file mode 100644
index 6b96a4c76242..000000000000
--- a/games/poker-eval/pkg-plist
+++ /dev/null
@@ -1,42 +0,0 @@
-include/poker-eval/combinations.h
-include/poker-eval/deck.h
-include/poker-eval/deck_astud.h
-include/poker-eval/deck_joker.h
-include/poker-eval/deck_std.h
-include/poker-eval/deck_undef.h
-include/poker-eval/enumdefs.h
-include/poker-eval/enumerate.h
-include/poker-eval/enumord.h
-include/poker-eval/evx_defs.h
-include/poker-eval/game_astud.h
-include/poker-eval/game_joker.h
-include/poker-eval/game_std.h
-include/poker-eval/handval.h
-include/poker-eval/handval_low.h
-include/poker-eval/inlines/eval.h
-include/poker-eval/inlines/eval_astud.h
-include/poker-eval/inlines/eval_joker.h
-include/poker-eval/inlines/eval_joker_low.h
-include/poker-eval/inlines/eval_joker_low8.h
-include/poker-eval/inlines/eval_low.h
-include/poker-eval/inlines/eval_low27.h
-include/poker-eval/inlines/eval_low8.h
-include/poker-eval/inlines/eval_omaha.h
-include/poker-eval/inlines/eval_type.h
-include/poker-eval/inlines/evx5.h
-include/poker-eval/inlines/evx7.h
-include/poker-eval/inlines/evx_action.h
-include/poker-eval/inlines/evx_inlines.h
-include/poker-eval/poker_config.h
-include/poker-eval/poker_defs.h
-include/poker-eval/poker_wrapper.h
-include/poker-eval/pokereval_export.h
-include/poker-eval/rules_astud.h
-include/poker-eval/rules_joker.h
-include/poker-eval/rules_std.h
-include/poker-eval/rules_undef.h
-lib/libpoker-eval.a
-lib/libpoker-eval.so
-lib/libpoker-eval.so.1
-lib/libpoker-eval.so.1.0.0
-libdata/pkgconfig/poker-eval.pc