aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2023-08-10 05:12:01 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2023-08-10 05:12:01 +0000
commit05bbc60aa93bf486c8dea3cb3bf82ac0a7357001 (patch)
tree419f7172664e4f31085f466fcfdbbd76466d83e4
parentf68709c1b06945548c8b6d883b18b11c68b20933 (diff)
downloadports-05bbc60aa93bf486c8dea3cb3bf82ac0a7357001.tar.gz
ports-05bbc60aa93bf486c8dea3cb3bf82ac0a7357001.zip
x11-toolkits/wlinfo: Remove redundant port
Redundant with wayland-info from graphics/wayland-utils Notified by: jbeich
-rw-r--r--MOVED1
-rw-r--r--x11-toolkits/wlinfo/Makefile23
-rw-r--r--x11-toolkits/wlinfo/distinfo3
-rw-r--r--x11-toolkits/wlinfo/pkg-descr4
4 files changed, 1 insertions, 30 deletions
diff --git a/MOVED b/MOVED
index 9022f7548fea..96b650f90520 100644
--- a/MOVED
+++ b/MOVED
@@ -7779,3 +7779,4 @@ x11-fm/wcmcommander||2023-07-31|Has expired: Abandoned upstream
x11/cde-24|x11/cde-25|2023-08-01|Has expired: Desupported by upstream
lang/go118||2023-08-04|Upstream support ended
devel/hhdate|devel/date|2023-08-05|Dedup library
+x11-toolkits/wlinfo||2023-08-10|Redundant with wayland-info from graphics/wayland-utils
diff --git a/x11-toolkits/wlinfo/Makefile b/x11-toolkits/wlinfo/Makefile
deleted file mode 100644
index a1f2a66f0e0b..000000000000
--- a/x11-toolkits/wlinfo/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= wlinfo
-DISTVERSIONPREFIX= v
-DISTVERSION= g20171028
-CATEGORIES= x11-toolkits
-
-MAINTAINER= ehaupt@FreeBSD.org
-COMMENT= Window information utility for Wayland
-WWW= https://github.com/eklitzke/wlinfo
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-LIB_DEPENDS= libwayland-client.so:graphics/wayland
-
-USES= autoreconf localbase pkgconfig
-USE_GITHUB= yes
-GH_ACCOUNT= eklitzke
-GH_TAGNAME= c394f92
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/wlinfo
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/wlinfo/distinfo b/x11-toolkits/wlinfo/distinfo
deleted file mode 100644
index e5d4e83e96b8..000000000000
--- a/x11-toolkits/wlinfo/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1691605136
-SHA256 (eklitzke-wlinfo-vg20171028-c394f92_GH0.tar.gz) = 4ea68fb1c1a209be121d694570f518beab13c3cff98558f082d9fb1c7b24cc42
-SIZE (eklitzke-wlinfo-vg20171028-c394f92_GH0.tar.gz) = 3459
diff --git a/x11-toolkits/wlinfo/pkg-descr b/x11-toolkits/wlinfo/pkg-descr
deleted file mode 100644
index fc80dfdb0d30..000000000000
--- a/x11-toolkits/wlinfo/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Wlinfo queries Wayland for information about physical displays connected
-to the system. It can print information about the physical dimensions of
-such displays, and screen resolution, and display scaling
-characteristics.