From owner-svn-ports-all@freebsd.org Wed Jul 18 20:26:06 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DC4A1031C84; Wed, 18 Jul 2018 20:26:06 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E40A68B898; Wed, 18 Jul 2018 20:26:05 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C52CC1F307; Wed, 18 Jul 2018 20:26:05 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6IKQ5Xi003146; Wed, 18 Jul 2018 20:26:05 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IKQ4un003142; Wed, 18 Jul 2018 20:26:04 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807182026.w6IKQ4un003142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 18 Jul 2018 20:26:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474898 - in head/x11: . xprintidle X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/x11: . xprintidle X-SVN-Commit-Revision: 474898 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2018 20:26:06 -0000 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@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 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