pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wtype: new package
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Mon Apr 6 13:01:21 2026 +0200
Changeset: 0128edf256fb3bfd07b206fdafead0615c4ac079
Modified Files:
Makefile
Added Files:
wtype/DESCR
wtype/Makefile
wtype/PLIST
wtype/distinfo
Log Message:
wtype: new package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0128edf256fb3bfd07b206fdafead0615c4ac079
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
wtype/DESCR | 2 ++
wtype/Makefile | 19 +++++++++++++++++++
wtype/PLIST | 3 +++
wtype/distinfo | 5 +++++
5 files changed, 30 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 28eb541c2a..82bf712e5e 100644
--- a/Makefile
+++ b/Makefile
@@ -6114,6 +6114,7 @@ SUBDIR+= wrcs
SUBDIR+= wsjtx
SUBDIR+= wsmake
SUBDIR+= wtfutil
+SUBDIR+= wtype
SUBDIR+= wvstreams
SUBDIR+= wxmaxima-git
SUBDIR+= wyeb-git
diff --git a/wtype/DESCR b/wtype/DESCR
new file mode 100644
index 0000000000..3a6dede78d
--- /dev/null
+++ b/wtype/DESCR
@@ -0,0 +1,2 @@
+Programatically (or manually) simulate keyboard input
+using virtual-keyboard Wayland protocol.
diff --git a/wtype/Makefile b/wtype/Makefile
new file mode 100644
index 0000000000..a6b4a83f03
--- /dev/null
+++ b/wtype/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME= wtype-0.4
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GITHUB:=atx/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= kikadf.01%gmail.com@localhost
+HOMEPAGE= https://github.com/atx/wtype/
+COMMENT= Xdotool type for Wayland compositors
+LICENSE= mit
+
+USE_TOOLS+= pkg-config
+
+.include "../../devel/meson/build.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/wtype/PLIST b/wtype/PLIST
new file mode 100644
index 0000000000..4946cbe26f
--- /dev/null
+++ b/wtype/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/wtype
+man/man1/wtype.1
diff --git a/wtype/distinfo b/wtype/distinfo
new file mode 100644
index 0000000000..ccc2986afe
--- /dev/null
+++ b/wtype/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (wtype-0.4.tar.gz) = 64611dd2942ce4694547eb951d98f14d34054ab91908330129d7ec6851866d51
+SHA512 (wtype-0.4.tar.gz) = d3441672418868221448675962979738016a9a5a96c61fd41a1e47d0633c8dea500a39c0834280788271abc6a59731692962b566ee9f6e592f00939088409130
+Size (wtype-0.4.tar.gz) = 8546 bytes
Home |
Main Index |
Thread Index |
Old Index