pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 13 10:25:37 UTC 2021

Modified Files:
        pkgsrc/x11: Makefile
Added Files:
        pkgsrc/x11/xrectsel: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.933 -r1.934 pkgsrc/x11/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/xrectsel/DESCR pkgsrc/x11/xrectsel/Makefile \
    pkgsrc/x11/xrectsel/PLIST pkgsrc/x11/xrectsel/distinfo

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

Modified files:

Index: pkgsrc/x11/Makefile
diff -u pkgsrc/x11/Makefile:1.933 pkgsrc/x11/Makefile:1.934
--- pkgsrc/x11/Makefile:1.933   Tue Jun  1 00:32:22 2021
+++ pkgsrc/x11/Makefile Sun Jun 13 10:25:37 2021
@@ -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

Added files:

Index: pkgsrc/x11/xrectsel/DESCR
diff -u /dev/null pkgsrc/x11/xrectsel/DESCR:1.1
--- /dev/null   Sun Jun 13 10:25:37 2021
+++ pkgsrc/x11/xrectsel/DESCR   Sun Jun 13 10:25:37 2021
@@ -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.
Index: pkgsrc/x11/xrectsel/Makefile
diff -u /dev/null pkgsrc/x11/xrectsel/Makefile:1.1
--- /dev/null   Sun Jun 13 10:25:37 2021
+++ pkgsrc/x11/xrectsel/Makefile        Sun Jun 13 10:25:37 2021
@@ -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"
Index: pkgsrc/x11/xrectsel/PLIST
diff -u /dev/null pkgsrc/x11/xrectsel/PLIST:1.1
--- /dev/null   Sun Jun 13 10:25:37 2021
+++ pkgsrc/x11/xrectsel/PLIST   Sun Jun 13 10:25:37 2021
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2021/06/13 10:25:37 nia Exp $
+bin/xrectsel
Index: pkgsrc/x11/xrectsel/distinfo
diff -u /dev/null pkgsrc/x11/xrectsel/distinfo:1.1
--- /dev/null   Sun Jun 13 10:25:37 2021
+++ pkgsrc/x11/xrectsel/distinfo        Sun Jun 13 10:25:37 2021
@@ -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