pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 add x11/xrectsel



details:   https://anonhg.NetBSD.org/pkgsrc/rev/246f080b773b
branches:  trunk
changeset: 454570:246f080b773b
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jun 13 10:25:37 2021 +0000

description:
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:

 x11/Makefile          |   3 ++-
 x11/xrectsel/DESCR    |   2 ++
 x11/xrectsel/Makefile |  19 +++++++++++++++++++
 x11/xrectsel/PLIST    |   2 ++
 x11/xrectsel/distinfo |   6 ++++++
 5 files changed, 31 insertions(+), 1 deletions(-)

diffs (62 lines):

diff -r 7f07b04db26d -r 246f080b773b x11/Makefile
--- a/x11/Makefile      Sun Jun 13 08:56:26 2021 +0000
+++ b/x11/Makefile      Sun Jun 13 10:25:37 2021 +0000
@@ -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+=       xprop
 SUBDIR+=       xrandr
 SUBDIR+=       xrdb
+SUBDIR+=       xrectsel
 SUBDIR+=       xrefresh
 SUBDIR+=       xrestop
 SUBDIR+=       xrootconsole
diff -r 7f07b04db26d -r 246f080b773b x11/xrectsel/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xrectsel/DESCR        Sun Jun 13 10:25:37 2021 +0000
@@ -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 -r 7f07b04db26d -r 246f080b773b x11/xrectsel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xrectsel/Makefile     Sun Jun 13 10:25:37 2021 +0000
@@ -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@localhost
+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 -r 7f07b04db26d -r 246f080b773b x11/xrectsel/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xrectsel/PLIST        Sun Jun 13 10:25:37 2021 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/06/13 10:25:37 nia Exp $
+bin/xrectsel
diff -r 7f07b04db26d -r 246f080b773b x11/xrectsel/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xrectsel/distinfo     Sun Jun 13 10:25:37 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index