pkgsrc-WIP-changes archive

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

Import slurp



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Thu Mar 5 18:19:15 2026 +0100
Changeset:	c7da299b6ac586d03fe0a3017bbd5de030d017d5

Modified Files:
	Makefile
Added Files:
	slurp/DESCR
	slurp/Makefile
	slurp/PLIST
	slurp/distinfo

Log Message:
Import slurp

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

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

diffstat:
 Makefile       |  1 +
 slurp/DESCR    |  3 +++
 slurp/Makefile | 21 +++++++++++++++++++++
 slurp/PLIST    |  1 +
 slurp/distinfo |  5 +++++
 5 files changed, 31 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7361b32818..ffa9a87048 100644
--- a/Makefile
+++ b/Makefile
@@ -5461,6 +5461,7 @@ SUBDIR+=	slideml
 SUBDIR+=	slime
 SUBDIR+=	slowhttptest
 SUBDIR+=	slune
+SUBDIR+=	slurp
 SUBDIR+=	sm-change_ldappass
 SUBDIR+=	sm-change_qldforward
 SUBDIR+=	sm-compatibility
diff --git a/slurp/DESCR b/slurp/DESCR
new file mode 100644
index 0000000000..7552695e08
--- /dev/null
+++ b/slurp/DESCR
@@ -0,0 +1,3 @@
+Slurp is a tool for selecting a region in a Wayland
+compositor and printing it to the standard output.
+It is commonly used with grim for taking screenshots.
diff --git a/slurp/Makefile b/slurp/Makefile
new file mode 100644
index 0000000000..435e13d0d2
--- /dev/null
+++ b/slurp/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	slurp-1.5.0
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_GITHUB:=emersion/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	kikadf.01%gmail.com@localhost
+HOMEPAGE=	https://github.com/emersion/slurp/
+COMMENT=	Tool to select a region in a Wayland compositor
+LICENSE=	mit
+
+USE_TOOLS+=	pkg-config
+
+.include "../../devel/meson/build.mk"
+.include "../../devel/wayland/buildlink3.mk"
+.include "../../devel/wayland-protocols/buildlink3.mk"
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../x11/libxkbcommon/buildlink3.mk"
+.include "../../textproc/scdoc/tool.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/slurp/PLIST b/slurp/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/slurp/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/slurp/distinfo b/slurp/distinfo
new file mode 100644
index 0000000000..a76987727e
--- /dev/null
+++ b/slurp/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (slurp-1.5.0.tar.gz) = fd219af150a87cd0b5d8cb6986d64a284c4631c86a12472134d333968172ecd9
+SHA512 (slurp-1.5.0.tar.gz) = 77c4efdaa4ac411f43c598e5d654bcf61f969a5e403df6110757a7b217e02d55d0ba797729e42f8219d3bba79f58bcb36746799de765d3b25f301bf9ac3c1888
+Size (slurp-1.5.0.tar.gz) = 18790 bytes


Home | Main Index | Thread Index | Old Index