pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wayland/slurp
Module Name: pkgsrc
Committed By: kikadf
Date: Tue Apr 14 13:35:42 UTC 2026
Added Files:
pkgsrc/wayland/slurp: DESCR Makefile PLIST distinfo
Log Message:
slurp: new package
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/wayland/slurp/DESCR \
pkgsrc/wayland/slurp/Makefile pkgsrc/wayland/slurp/PLIST \
pkgsrc/wayland/slurp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/wayland/slurp/DESCR
diff -u /dev/null pkgsrc/wayland/slurp/DESCR:1.1
--- /dev/null Tue Apr 14 13:35:42 2026
+++ pkgsrc/wayland/slurp/DESCR Tue Apr 14 13:35:41 2026
@@ -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.
Index: pkgsrc/wayland/slurp/Makefile
diff -u /dev/null pkgsrc/wayland/slurp/Makefile:1.1
--- /dev/null Tue Apr 14 13:35:42 2026
+++ pkgsrc/wayland/slurp/Makefile Tue Apr 14 13:35:41 2026
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2026/04/14 13:35:41 kikadf Exp $
+
+DISTNAME= slurp-1.5.0
+CATEGORIES= wayland
+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 "../../devel/input-headers/buildlink3.mk"
+.include "../../textproc/scdoc/tool.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/wayland/slurp/PLIST
diff -u /dev/null pkgsrc/wayland/slurp/PLIST:1.1
--- /dev/null Tue Apr 14 13:35:42 2026
+++ pkgsrc/wayland/slurp/PLIST Tue Apr 14 13:35:41 2026
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2026/04/14 13:35:41 kikadf Exp $
+bin/slurp
+man/man1/slurp.1
Index: pkgsrc/wayland/slurp/distinfo
diff -u /dev/null pkgsrc/wayland/slurp/distinfo:1.1
--- /dev/null Tue Apr 14 13:35:42 2026
+++ pkgsrc/wayland/slurp/distinfo Tue Apr 14 13:35:41 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/04/14 13:35:41 kikadf Exp $
+
+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