pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wvkbd: remove, imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Wed Apr 15 10:57:48 2026 +0200
Changeset:	980a24edda89e2b8c886089797c292b92b44b13e

Modified Files:
	Makefile
Removed Files:
	wvkbd/DESCR
	wvkbd/Makefile
	wvkbd/PLIST
	wvkbd/distinfo

Log Message:
wvkbd: remove, imported to pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=980a24edda89e2b8c886089797c292b92b44b13e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile       |  1 -
 wvkbd/DESCR    |  5 -----
 wvkbd/Makefile | 39 ---------------------------------------
 wvkbd/PLIST    |  3 ---
 wvkbd/distinfo |  5 -----
 5 files changed, 53 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 97d524a6d0..8c53f5ad48 100644
--- a/Makefile
+++ b/Makefile
@@ -6074,7 +6074,6 @@ SUBDIR+=	wrcs
 SUBDIR+=	wsjtx
 SUBDIR+=	wsmake
 SUBDIR+=	wtfutil
-SUBDIR+=	wvkbd
 SUBDIR+=	wvstreams
 SUBDIR+=	wxmaxima-git
 SUBDIR+=	wyeb-git
diff --git a/wvkbd/DESCR b/wvkbd/DESCR
deleted file mode 100644
index c1e6f2fedf..0000000000
--- a/wvkbd/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-This project aims to deliver a minimal but practically
-usable implementation of a wlroots on-screen keyboard
-in legible C. This will only be a keyboard, not a
-feedback buzzer, led blinker, or anything that requires
-more than what's needed to input text quickly.
diff --git a/wvkbd/Makefile b/wvkbd/Makefile
deleted file mode 100644
index b406abd668..0000000000
--- a/wvkbd/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	wvkbd-0.19.4
-CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_GITHUB:=jjsullivan5196/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	kikadf.01%gmail.com@localhost
-HOMEPAGE=	https://github.com/jjsullivan5196/wvkbd/
-COMMENT=	On-screen keyboard for wlroots
-LICENSE=	gnu-gpl-v3
-
-USE_TOOLS+=	gmake pkg-config
-
-SUBST_CLASSES+=		cfg
-SUBST_STAGE.cfg=	pre-configure
-SUBST_MESSAGE.cfg=	Fix config.mk
-SUBST_FILES.cfg+=	config.mk
-SUBST_SED.cfg+=		-e '/^PREFIX/s/=/?=/'
-SUBST_SED.cfg+=		-e '/^CFLAGS/s/=/+=/'
-SUBST_SED.cfg+=		-e '/^MANPREFIX/s/share\///'
-
-SUBST_CLASSES+=		mf
-SUBST_STAGE.mf=		pre-configure
-SUBST_MESSAGE.mf=	Fix Makefile
-SUBST_FILES.mf+=	Makefile
-SUBST_SED.mf+=		-e '/^PKGS/s/$$/ epoll-shim/'
-
-CFLAGS+=	-I/usr/pkg/include/libepoll-shim
-
-.include "../../devel/libepoll-shim/buildlink3.mk"
-.include "../../devel/wayland/buildlink3.mk"
-.include "../../devel/wayland-protocols/buildlink3.mk"
-.include "../../devel/pango/buildlink3.mk"
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../textproc/scdoc/tool.mk"
-.include "../../x11/libxkbcommon/buildlink3.mk"
-.include "../../devel/input-headers/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/wvkbd/PLIST b/wvkbd/PLIST
deleted file mode 100644
index 7b4562874d..0000000000
--- a/wvkbd/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/wvkbd-mobintl
-man/man1/wvkbd.1
diff --git a/wvkbd/distinfo b/wvkbd/distinfo
deleted file mode 100644
index c8198b8300..0000000000
--- a/wvkbd/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (wvkbd-0.19.4.tar.gz) = 29bd1a0e9ebfd5703f503a775458d870bd90b4d0558c4b0d89c8fd58881dee5e
-SHA512 (wvkbd-0.19.4.tar.gz) = 097343c632f53217a6ff4e590692b2037beead8895572d8471e2fefcf9ae96ac844d1b0958e420ae8467eb362cb62c67b96cc0125400cafd24d84fbca2e9dfaf
-Size (wvkbd-0.19.4.tar.gz) = 1476675 bytes


Home | Main Index | Thread Index | Old Index