Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2017 10:22:36 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437279 - in head/devel: . py-libtmux
Message-ID:  <201703301022.v2UAMaGc007643@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <tony@git-pull.com>

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 <tony@git-pull.com>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703301022.v2UAMaGc007643>