svn commit: r437279 - in head/devel: . py-libtmux

Martin Wilke miwi at FreeBSD.org
Thu Mar 30 10:22:38 UTC 2017


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 at 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 at git-pull.com>
+# $FreeBSD$
+
+PORTNAME=	libtmux
+PORTVERSION=	0.6.3
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	tony at 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


More information about the svn-ports-all mailing list