From owner-svn-ports-all@freebsd.org Sat Mar 9 07:20:02 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 ED70F153AA01; Sat, 9 Mar 2019 07:20:01 +0000 (UTC) (envelope-from tcberner@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 7711871CD1; Sat, 9 Mar 2019 07:20:01 +0000 (UTC) (envelope-from tcberner@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 5115C7C22; Sat, 9 Mar 2019 07:20:01 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x297K1ru048424; Sat, 9 Mar 2019 07:20:01 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x297K0Qs048420; Sat, 9 Mar 2019 07:20:00 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201903090720.x297K0Qs048420@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 9 Mar 2019 07:20:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495100 - in head/devel: . py-ewmh X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/devel: . py-ewmh X-SVN-Commit-Revision: 495100 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7711871CD1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.942,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,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: Sat, 09 Mar 2019 07:20:02 -0000 Author: tcberner Date: Sat Mar 9 07:20:00 2019 New Revision: 495100 URL: https://svnweb.freebsd.org/changeset/ports/495100 Log: New port: devel/py-ewmh An implementation of EWMH (Extended Window Manager Hints) for python 2 and 3, based on Xlib. It allows EWMH-compliant window managers (most modern WMs) to be queried and controlled. WWW: https://github.com/parkouss/pyewmh PR: 235638 Submitted by: Hiroki Tagato Added: head/devel/py-ewmh/ head/devel/py-ewmh/Makefile (contents, props changed) head/devel/py-ewmh/distinfo (contents, props changed) head/devel/py-ewmh/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Mar 9 07:19:48 2019 (r495099) +++ head/devel/Makefile Sat Mar 9 07:20:00 2019 (r495100) @@ -4571,6 +4571,7 @@ SUBDIR += py-epsilon SUBDIR += py-evdev SUBDIR += py-eventlib + SUBDIR += py-ewmh SUBDIR += py-exam SUBDIR += py-expiringdict SUBDIR += py-extras Added: head/devel/py-ewmh/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ewmh/Makefile Sat Mar 9 07:20:00 2019 (r495100) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= ewmh +DISTVERSION= 0.1.6 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tagattie@yandex.com +COMMENT= Python implementation of Extended Window Manager Hints, based on Xlib + +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlib>0:x11-toolkits/py-xlib@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/devel/py-ewmh/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ewmh/distinfo Sat Mar 9 07:20:00 2019 (r495100) @@ -0,0 +1,3 @@ +TIMESTAMP = 1548230184 +SHA256 (ewmh-0.1.6.tar.gz) = c56b093f7d575181e979bb3a7d15c34065755f811c351ff0a31fede12b09343d +SIZE (ewmh-0.1.6.tar.gz) = 13065 Added: head/devel/py-ewmh/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-ewmh/pkg-descr Sat Mar 9 07:20:00 2019 (r495100) @@ -0,0 +1,5 @@ +An implementation of EWMH (Extended Window Manager Hints) for python 2 +and 3, based on Xlib. It allows EWMH-compliant window managers (most +modern WMs) to be queried and controlled. + +WWW: https://github.com/parkouss/pyewmh