svn commit: r474898 - in head/x11: . xprintidle
Yuri Victorovich
yuri at FreeBSD.org
Wed Jul 18 20:26:06 UTC 2018
Author: yuri
Date: Wed Jul 18 20:26:04 2018
New Revision: 474898
URL: https://svnweb.freebsd.org/changeset/ports/474898
Log:
New port: x11/xprintidle: Print X idle time
Added:
head/x11/xprintidle/
head/x11/xprintidle/Makefile (contents, props changed)
head/x11/xprintidle/distinfo (contents, props changed)
head/x11/xprintidle/pkg-descr (contents, props changed)
Modified:
head/x11/Makefile
Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile Wed Jul 18 20:22:15 2018 (r474897)
+++ head/x11/Makefile Wed Jul 18 20:26:04 2018 (r474898)
@@ -504,6 +504,7 @@
SUBDIR += xpr
SUBDIR += xpra
SUBDIR += xprehashprinterlist
+ SUBDIR += xprintidle
SUBDIR += xprompt
SUBDIR += xprop
SUBDIR += xproto
Added: head/x11/xprintidle/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/xprintidle/Makefile Wed Jul 18 20:26:04 2018 (r474898)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= xprintidle
+DISTVERSION= 0.2.2
+CATEGORIES= x11
+
+MAINTAINER= yuri at FreeBSD.org
+COMMENT= Print X idle time
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= localbase:ldflags
+GNU_CONFIGURE= yes
+USE_GITHUB= yes
+GH_ACCOUNT= g0hl1n
+USE_XORG= x11 xext xscrnsaver
+
+PLIST_FILES= bin/xprintidle
+
+.include <bsd.port.mk>
Added: head/x11/xprintidle/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/xprintidle/distinfo Wed Jul 18 20:26:04 2018 (r474898)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1531943941
+SHA256 (g0hl1n-xprintidle-0.2.2_GH0.tar.gz) = 8484ac3c748214ae8330f84974bf92aee76033a4072ea86b02cd0f831ac0b6a6
+SIZE (g0hl1n-xprintidle-0.2.2_GH0.tar.gz) = 90851
Added: head/x11/xprintidle/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11/xprintidle/pkg-descr Wed Jul 18 20:26:04 2018 (r474898)
@@ -0,0 +1,4 @@
+A utility that queries the X server for the user's idle time and prints it
+to stdout (in milliseconds).
+
+WWW: https://github.com/g0hl1n/xprintidle
More information about the svn-ports-head
mailing list