git: 05bbc60aa93b - main - x11-toolkits/wlinfo: Remove redundant port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Aug 2023 05:12:59 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=05bbc60aa93bf486c8dea3cb3bf82ac0a7357001 commit 05bbc60aa93bf486c8dea3cb3bf82ac0a7357001 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2023-08-10 05:12:01 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2023-08-10 05:12:01 +0000 x11-toolkits/wlinfo: Remove redundant port Redundant with wayland-info from graphics/wayland-utils Notified by: jbeich --- MOVED | 1 + x11-toolkits/wlinfo/Makefile | 23 ----------------------- x11-toolkits/wlinfo/distinfo | 3 --- x11-toolkits/wlinfo/pkg-descr | 4 ---- 4 files changed, 1 insertion(+), 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.