summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-06-13 10:25:37 +0000
committernia <nia@pkgsrc.org>2021-06-13 10:25:37 +0000
commitd7798cba9eaeb33ebaee2ecec01bd9fede0da926 (patch)
tree134bc2aea7637dea277c213b89ccd4003b73d038 /x11
parente359f74cacec17804f3d0e61eb77a516757de42c (diff)
downloadpkgsrc-d7798cba9eaeb33ebaee2ecec01bd9fede0da926.tar.gz
add x11/xrectsel
xrectsel is a small program that tells you the geometry of a rectangular screen region which you have selected by dragging the mouse / pointer.
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile3
-rw-r--r--x11/xrectsel/DESCR2
-rw-r--r--x11/xrectsel/Makefile19
-rw-r--r--x11/xrectsel/PLIST2
-rw-r--r--x11/xrectsel/distinfo6
5 files changed, 31 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile
index a211359a14e..6a230931138 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.933 2021/06/01 00:32:22 wiz Exp $
+# $NetBSD: Makefile,v 1.934 2021/06/13 10:25:37 nia Exp $
#
COMMENT= Packages to support the X Window System
@@ -657,6 +657,7 @@ SUBDIR+= xpr
SUBDIR+= xprop
SUBDIR+= xrandr
SUBDIR+= xrdb
+SUBDIR+= xrectsel
SUBDIR+= xrefresh
SUBDIR+= xrestop
SUBDIR+= xrootconsole
diff --git a/x11/xrectsel/DESCR b/x11/xrectsel/DESCR
new file mode 100644
index 00000000000..a26927f7935
--- /dev/null
+++ b/x11/xrectsel/DESCR
@@ -0,0 +1,2 @@
+xrectsel is a small program that tells you the geometry of a rectangular
+screen region which you have selected by dragging the mouse / pointer.
diff --git a/x11/xrectsel/Makefile b/x11/xrectsel/Makefile
new file mode 100644
index 00000000000..fa3f1128a01
--- /dev/null
+++ b/x11/xrectsel/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2021/06/13 10:25:37 nia Exp $
+
+DISTNAME= xrectsel-0.3.2
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GITHUB:=lolilolicon/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/lolilolicon/xrectsel
+COMMENT= Print the geometry of a rectangular screen region
+LICENSE= gnu-gpl-v3
+
+USE_TOOLS+= autoconf autoreconf automake
+GNU_CONFIGURE= yes
+
+pre-configure:
+ cd ${WRKSRC} && autoreconf -fi
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xrectsel/PLIST b/x11/xrectsel/PLIST
new file mode 100644
index 00000000000..f154291b5fd
--- /dev/null
+++ b/x11/xrectsel/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/06/13 10:25:37 nia Exp $
+bin/xrectsel
diff --git a/x11/xrectsel/distinfo b/x11/xrectsel/distinfo
new file mode 100644
index 00000000000..79c622287b0
--- /dev/null
+++ b/x11/xrectsel/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/06/13 10:25:37 nia Exp $
+
+SHA1 (xrectsel-0.3.2.tar.gz) = 745e026e7ea22d2ac6d492c96e6ed28f583e5f31
+RMD160 (xrectsel-0.3.2.tar.gz) = 56dc2c58e89026f2135c70a4944ce8b8e96ea11c
+SHA512 (xrectsel-0.3.2.tar.gz) = 56e87002dba1858c900ceba4d6cf1613fa92a5a8f59fb5c4852e65835bde9478bf92c160ca398cd19e99543ed0ab94ad4ac8ba2d60a7dbaf95bc2826f8953fcc
+Size (xrectsel-0.3.2.tar.gz) = 14834 bytes