From owner-svn-ports-all@freebsd.org Sun Jan 13 03:23:48 2019 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 1D87B1486976; Sun, 13 Jan 2019 03:23:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B26B988B9B; Sun, 13 Jan 2019 03:23:47 +0000 (UTC) (envelope-from miwi@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 9F76BD87C; Sun, 13 Jan 2019 03:23:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0D3Nl5E074150; Sun, 13 Jan 2019 03:23:47 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0D3NkgT074145; Sun, 13 Jan 2019 03:23:46 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201901130323.x0D3NkgT074145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 13 Jan 2019 03:23:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490111 - in head/deskutils: . py-py3status X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/deskutils: . py-py3status X-SVN-Commit-Revision: 490111 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: B26B988B9B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.99)[-0.987,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 13 Jan 2019 03:23:48 -0000 Author: miwi Date: Sun Jan 13 03:23:46 2019 New Revision: 490111 URL: https://svnweb.freebsd.org/changeset/ports/490111 Log: py3status is an extensible i3status wrapper written in python. You can take control of your i3bar easily by: * using one of the available modules shipped with py3status * grouping multiple modules and automatically or manually cycle their display * writing your own modules and have their output displayed on your bar * handling click events on your i3bar and play with them in no time * seeing your clock tick every second whatever your i3status interval WWW: https://github.com/ultrabug/py3status Sponsored by: iXsystems Inc. Added: head/deskutils/py-py3status/ head/deskutils/py-py3status/Makefile (contents, props changed) head/deskutils/py-py3status/distinfo (contents, props changed) head/deskutils/py-py3status/pkg-descr (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Sun Jan 13 03:00:58 2019 (r490110) +++ head/deskutils/Makefile Sun Jan 13 03:23:46 2019 (r490111) @@ -202,6 +202,7 @@ SUBDIR += py-bugwarrior SUBDIR += py-khal SUBDIR += py-khard + SUBDIR += py-py3status SUBDIR += py-pystash SUBDIR += py-send2trash SUBDIR += py-taskw Added: head/deskutils/py-py3status/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/py-py3status/Makefile Sun Jan 13 03:23:46 2019 (r490111) @@ -0,0 +1,33 @@ +# Created by: Martin Wilke +# $FreeBSD$ + +PORTNAME= py3status +PORTVERSION= 3.15 +CATEGORIES= deskutils python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Extensible i3status wrapper written in python + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-api-python-client>=0:www/py-google-api-python-client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-gflags>=0:devel/py-python-gflags@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}oauth2client>0:security/py-oauth2client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}gevent>0:devel/py-gevent@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyudev>0:devel/py-pyudev@${PY_FLAVOR} + +USES= python:3.5+ +USE_PYTHON= distutils autoplist + +USE_GITHUB= yes +GH_ACCOUNT= ultrabug +GH_PROJECT= py3status + +NO_BUILD= yes +NO_ARCH= yes + +.include Added: head/deskutils/py-py3status/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/py-py3status/distinfo Sun Jan 13 03:23:46 2019 (r490111) @@ -0,0 +1,3 @@ +TIMESTAMP = 1546576650 +SHA256 (ultrabug-py3status-3.15_GH0.tar.gz) = 79e487017e827e3428ae526f5c967f9e819b34a84bafee4fac2121d5de84ef1c +SIZE (ultrabug-py3status-3.15_GH0.tar.gz) = 319839 Added: head/deskutils/py-py3status/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/py-py3status/pkg-descr Sun Jan 13 03:23:46 2019 (r490111) @@ -0,0 +1,11 @@ +py3status is an extensible i3status wrapper written in python. + +You can take control of your i3bar easily by: + + * using one of the available modules shipped with py3status + * grouping multiple modules and automatically or manually cycle their display + * writing your own modules and have their output displayed on your bar + * handling click events on your i3bar and play with them in no time + * seeing your clock tick every second whatever your i3status interval + +WWW: https://github.com/ultrabug/py3status