From owner-svn-ports-head@FreeBSD.ORG Sun Mar 22 14:59:38 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 390DC527; Sun, 22 Mar 2015 14:59:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 0A8979CF; Sun, 22 Mar 2015 14:59:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2MExbHm039051; Sun, 22 Mar 2015 14:59:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2MExaBU039043; Sun, 22 Mar 2015 14:59:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503221459.t2MExaBU039043@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 22 Mar 2015 14:59:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381924 - in head/sysutils: . py-tmuxp 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.18-1 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: Sun, 22 Mar 2015 14:59:38 -0000 Author: sunpoet Date: Sun Mar 22 14:59:35 2015 New Revision: 381924 URL: https://svnweb.freebsd.org/changeset/ports/381924 QAT: https://qat.redports.org/buildarchive/r381924/ Log: - Add py-tmuxp 0.1.12 Load and save tmux sessions in JSON or YAML. Control tmux through python API. WWW: https://pypi.python.org/pypi/tmuxp PR: 196307 Submitted by: Tony Narlock Added: head/sysutils/py-tmuxp/ head/sysutils/py-tmuxp/Makefile (contents, props changed) head/sysutils/py-tmuxp/distinfo (contents, props changed) head/sysutils/py-tmuxp/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Mar 22 14:59:26 2015 (r381923) +++ head/sysutils/Makefile Sun Mar 22 14:59:35 2015 (r381924) @@ -760,6 +760,7 @@ SUBDIR += py-shutilwhich SUBDIR += py-stdiff SUBDIR += py-supervisor + SUBDIR += py-tmuxp SUBDIR += py-zdaemon SUBDIR += py-zfs SUBDIR += pydf Added: head/sysutils/py-tmuxp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-tmuxp/Makefile Sun Mar 22 14:59:35 2015 (r381924) @@ -0,0 +1,23 @@ +# Created by: Tony Narlock +# $FreeBSD$ + +PORTNAME= tmuxp +PORTVERSION= 0.1.12 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tony@git-pull.com +COMMENT= Session manager for tmux + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:${PORTSDIR}/devel/py-argcomplete \ + ${PYTHON_PKGNAMEPREFIX}kaptan>=0.5.7:${PORTSDIR}/devel/py-kaptan \ + tmux:${PORTSDIR}/sysutils/tmux + +USES= python +USE_PYTHON= autoplist distutils + +.include Added: head/sysutils/py-tmuxp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-tmuxp/distinfo Sun Mar 22 14:59:35 2015 (r381924) @@ -0,0 +1,2 @@ +SHA256 (tmuxp-0.1.12.tar.gz) = 07ea453e7634e2859ebae91d806618908c7abd4b96ca1df644a9fe773e9a5b71 +SIZE (tmuxp-0.1.12.tar.gz) = 80636 Added: head/sysutils/py-tmuxp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-tmuxp/pkg-descr Sun Mar 22 14:59:35 2015 (r381924) @@ -0,0 +1,4 @@ +Load and save tmux sessions in JSON or YAML. Control tmux through +python API. + +WWW: https://pypi.python.org/pypi/tmuxp