git: 60637942778e - main - games/wmeyes: the port had been resurrected^Wreadded

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Fri, 28 Jul 2023 04:20:38 UTC
The branch main has been updated by danfe:

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

commit 60637942778ef4bc602bb206932690a8634f27ff
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-07-28 04:18:44 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-07-28 04:18:44 +0000

    games/wmeyes: the port had been resurrected^Wreadded
    
    Website and distfile are actually accessible if one ignores some
    problem with the certificate, but we'd better provide a couple of
    fallback mirrors for the time being.  While here, chase HTTP/1.1
    301 Moved Permanently redirect, amend USE_XORG list, install all
    supplied documentation files, define LICENSE (MIT).
---
 MOVED                  |  1 -
 games/Makefile         |  1 +
 games/wmeyes/Makefile  | 31 +++++++++++++++++++++++++++++++
 games/wmeyes/distinfo  |  3 +++
 games/wmeyes/pkg-descr |  4 ++++
 5 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/MOVED b/MOVED
index 6b72d4d6308a..2bb60c251c82 100644
--- a/MOVED
+++ b/MOVED
@@ -2680,7 +2680,6 @@ games/quake3-ra3||2019-10-16|Has expired: Unfetchable, unmaintained
 games/sdlCC||2019-10-16|Has expired: Unfetchable, unmaintained
 games/speyes||2019-10-16|Has expired: Unfetchable, unmaintained
 games/vodovod||2019-10-16|Has expired: Unfetchable, unmaintained
-games/wmeyes||2019-10-16|Has expired: Unfetchable, unmaintained
 games/wmshuffle||2019-10-16|Has expired: Unfetchable, unmaintained
 games/xabacus||2019-10-16|Has expired: Unfetchable, unmaintained
 games/xpacman||2019-10-16|Has expired: Unfetchable, unmaintained
diff --git a/games/Makefile b/games/Makefile
index 043238ea15e4..d31fde3f5b7b 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1045,6 +1045,7 @@
     SUBDIR += widelands
     SUBDIR += wipeclean
     SUBDIR += wizznic
+    SUBDIR += wmeyes
     SUBDIR += wmpuzzle
     SUBDIR += wmqstat
     SUBDIR += wmtictactoe
diff --git a/games/wmeyes/Makefile b/games/wmeyes/Makefile
new file mode 100644
index 000000000000..debbe069d4ef
--- /dev/null
+++ b/games/wmeyes/Makefile
@@ -0,0 +1,31 @@
+PORTNAME=	wmeyes
+PORTVERSION=	1.2
+PORTREVISION=	1
+CATEGORIES=	games
+MASTER_SITES=	https://bstern.org/wmeyes/ \
+		http://vault.101011010.xyz/distfiles/ \
+		http://freebsd.nsu.ru/distfiles/ LOCAL/danfe
+
+MAINTAINER=	danfe@FreeBSD.org
+COMMENT=	World's most useless Window Maker dockapp
+WWW=		https://bstern.org/wmeyes/
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		imake:noman xorg
+USE_XORG=	ice sm x11 xext xmu xpm xt
+
+PLIST_FILES=	bin/wmeyes
+PORTDOCS=	ChangeLog README
+
+OPTIONS_DEFINE=	DOCS
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|Target(|TargetNoMan(|g' ${WRKSRC}/Imakefile
+
+post-install:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
diff --git a/games/wmeyes/distinfo b/games/wmeyes/distinfo
new file mode 100644
index 000000000000..f16a9297f0fd
--- /dev/null
+++ b/games/wmeyes/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1106263130
+SHA256 (wmeyes-1.2.tar.gz) = c09c88d4915cb06ddf116f474d33ecd9c5d813103c350d1817c72e8cc33ae551
+SIZE (wmeyes-1.2.tar.gz) = 10681
diff --git a/games/wmeyes/pkg-descr b/games/wmeyes/pkg-descr
new file mode 100644
index 000000000000..6f8b82fc512e
--- /dev/null
+++ b/games/wmeyes/pkg-descr
@@ -0,0 +1,4 @@
+WMeyes is a pretty simple application: it sits in the Window Maker dock,
+and a pair of eyes track your cursor.  Actually, the program should work
+in all window managers, but then you don't have a dock to sit it in, in
+which case you might as well use XEyes.