diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-07-28 04:18:44 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2023-07-28 04:18:44 +0000 |
commit | 60637942778ef4bc602bb206932690a8634f27ff (patch) | |
tree | 8d77a99242065275fa5906db539723d51fd5793c | |
parent | 30790b70193f3762515d651aae25cbc7429eb96f (diff) |
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).
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/wmeyes/Makefile | 31 | ||||
-rw-r--r-- | games/wmeyes/distinfo | 3 | ||||
-rw-r--r-- | games/wmeyes/pkg-descr | 4 |
5 files changed, 39 insertions, 1 deletions
@@ -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. |