Date: Sun, 20 Dec 2015 15:32:54 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404060 - in head/misc: . py-powerline-status Message-ID: <201512201532.tBKFWsBV076880@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512201532.tBKFWsBV076880>