Date: Sun, 22 Mar 2015 14:59:36 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381924 - in head/sysutils: . py-tmuxp Message-ID: <201503221459.t2MExaBU039043@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <tony@git-pull.com> 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 <tony@git-pull.com> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503221459.t2MExaBU039043>