From owner-svn-ports-head@freebsd.org Thu Mar 30 10:22:38 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16395D24B1D; Thu, 30 Mar 2017 10:22:38 +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 mx1.freebsd.org (Postfix) with ESMTPS id BEBD5B9; Thu, 30 Mar 2017 10:22:37 +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 v2UAMaHl007648; Thu, 30 Mar 2017 10:22:36 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2UAMaGc007643; Thu, 30 Mar 2017 10:22:36 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201703301022.v2UAMaGc007643@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Thu, 30 Mar 2017 10:22:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437279 - in head/devel: . py-libtmux X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2017 10:22:38 -0000 Author: miwi Date: Thu Mar 30 10:22:36 2017 New Revision: 437279 URL: https://svnweb.freebsd.org/changeset/ports/437279 Log: libtmux is the tool behind tmuxp, a tmux workspace manager in python. WWW: https://pypi.python.org/pypi/libtmux PR: 216672 Submitted by: Tony Narlock Added: head/devel/py-libtmux/ head/devel/py-libtmux/Makefile (contents, props changed) head/devel/py-libtmux/distinfo (contents, props changed) head/devel/py-libtmux/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Mar 30 10:21:54 2017 (r437278) +++ head/devel/Makefile Thu Mar 30 10:22:36 2017 (r437279) @@ -4394,6 +4394,7 @@ SUBDIR += py-liblarch SUBDIR += py-libpeas SUBDIR += py-libplist + SUBDIR += py-libtmux SUBDIR += py-libusb1 SUBDIR += py-libusb115 SUBDIR += py-libvirt Added: head/devel/py-libtmux/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libtmux/Makefile Thu Mar 30 10:22:36 2017 (r437279) @@ -0,0 +1,22 @@ +# Created by: Tony Narlock +# $FreeBSD$ + +PORTNAME= libtmux +PORTVERSION= 0.6.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tony@git-pull.com +COMMENT= Library for interfacing with tmux + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= tmux:sysutils/tmux + +NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/devel/py-libtmux/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libtmux/distinfo Thu Mar 30 10:22:36 2017 (r437279) @@ -0,0 +1,3 @@ +TIMESTAMP = 1488618113 +SHA256 (libtmux-0.6.3.tar.gz) = c7d908ffd79cfc5b372a0ad7da128e9455301013717cba55dfa63bcec1e3bc55 +SIZE (libtmux-0.6.3.tar.gz) = 30562 Added: head/devel/py-libtmux/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-libtmux/pkg-descr Thu Mar 30 10:22:36 2017 (r437279) @@ -0,0 +1,3 @@ +libtmux is the tool behind tmuxp, a tmux workspace manager in python. + +WWW: https://pypi.python.org/pypi/libtmux