svn commit: r404060 - in head/misc: . py-powerline-status

Steve Wills swills at FreeBSD.org
Sun Dec 20 15:32:56 UTC 2015


Author: swills
Date: Sun Dec 20 15:32:54 2015
New Revision: 404060
URL: https://svnweb.freebsd.org/changeset/ports/404060

Log:
  misc/py-powerline-status: create port
  
  Powerline is a statusline plugin for vim, and provides statuslines and prompts
  for several other applications, including zsh, bash, tmux, IPython, Awesome, i3
  and Qtile.
  
  WWW: https://github.com/powerline/powerline

Added:
  head/misc/py-powerline-status/
  head/misc/py-powerline-status/Makefile   (contents, props changed)
  head/misc/py-powerline-status/distinfo   (contents, props changed)
  head/misc/py-powerline-status/pkg-descr   (contents, props changed)
Modified:
  head/misc/Makefile

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Sun Dec 20 15:31:59 2015	(r404059)
+++ head/misc/Makefile	Sun Dec 20 15:32:54 2015	(r404060)
@@ -376,6 +376,7 @@
     SUBDIR += py-YABT
     SUBDIR += py-osd
     SUBDIR += py-pexpect
+    SUBDIR += py-powerline-status
     SUBDIR += py-progressbar
     SUBDIR += py-progressbar231
     SUBDIR += py-qt4-demo

Added: head/misc/py-powerline-status/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-powerline-status/Makefile	Sun Dec 20 15:32:54 2015	(r404060)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	powerline-status
+PORTVERSION=	2.3
+CATEGORIES=	misc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	swills at FreeBSD.org
+COMMENT=	Statusline plugin for vim, zsh, bash, and more
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/misc/py-powerline-status/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-powerline-status/distinfo	Sun Dec 20 15:32:54 2015	(r404060)
@@ -0,0 +1,2 @@
+SHA256 (powerline-status-2.3.tar.gz) = 703320cb0aca51caa0da43712b517a481b9f0cf2e02ccd995edb2d81bfc54f99
+SIZE (powerline-status-2.3.tar.gz) = 238142

Added: head/misc/py-powerline-status/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-powerline-status/pkg-descr	Sun Dec 20 15:32:54 2015	(r404060)
@@ -0,0 +1,5 @@
+Powerline is a statusline plugin for vim, and provides statuslines and prompts
+for several other applications, including zsh, bash, tmux, IPython, Awesome, i3
+and Qtile.
+
+WWW: https://github.com/powerline/powerline


More information about the svn-ports-head mailing list