From owner-svn-ports-all@freebsd.org Wed Nov 21 20:13:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 05AE511448AD; Wed, 21 Nov 2018 20:13:24 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 992B973B7B; Wed, 21 Nov 2018 20:13:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5AD6E253B2; Wed, 21 Nov 2018 20:13:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wALKDN7Q048214; Wed, 21 Nov 2018 20:13:23 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wALKDNav048212; Wed, 21 Nov 2018 20:13:23 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201811212013.wALKDNav048212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 21 Nov 2018 20:13:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485535 - head/sysutils/byobu X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/sysutils/byobu X-SVN-Commit-Revision: 485535 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 992B973B7B X-Spamd-Result: default: False [0.77 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.51)[0.514,0]; NEURAL_SPAM_MEDIUM(0.25)[0.253,0]; NEURAL_SPAM_LONG(0.00)[0.001,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2018 20:13:24 -0000 Author: swills Date: Wed Nov 21 20:13:22 2018 New Revision: 485535 URL: https://svnweb.freebsd.org/changeset/ports/485535 Log: sysutils/byobu: Update dependencies and backend PR: 233338 Submitted by: Justin Coffman (maintainer) Modified: head/sysutils/byobu/Makefile (contents, props changed) head/sysutils/byobu/pkg-descr (contents, props changed) Modified: head/sysutils/byobu/Makefile ============================================================================== --- head/sysutils/byobu/Makefile Wed Nov 21 19:45:09 2018 (r485534) +++ head/sysutils/byobu/Makefile Wed Nov 21 20:13:22 2018 (r485535) @@ -3,18 +3,18 @@ PORTNAME= byobu PORTVERSION= 5.127 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= jcoffman@openfire.io -COMMENT= Profile and configuration utilities for GNU Screen +COMMENT= Profile and configuration utilities for GNU Screen and/or tmux LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= screen:sysutils/screen \ - bash:shells/bash +RUN_DEPENDS= bash:shells/bash USES= autoreconf python shebangfix @@ -25,7 +25,21 @@ SHEBANG_FILES= usr/lib/byobu/include/notify_osd \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS NEWT + +OPTIONS_MULTI= BACKEND +OPTIONS_MULTI_BACKEND= TMUX SCREEN + +OPTIONS_DEFAULT= DOCS NEWT TMUX + +NEWT_DESC= Python-based windowing toolkit (required for config menu) +NEWT_LIB_DEPENDS= libnewt.so:devel/newt + +TMUX_DESC= Terminal Multiplexer (byobu default) +TMUX_RUN_DEPENDS= tmux:sysutils/tmux + +SCREEN_DESC= Multi-screen window manager +SCREEN_RUN_DEPENDS= screen:sysutils/screen NO_ARCH= yes Modified: head/sysutils/byobu/pkg-descr ============================================================================== --- head/sysutils/byobu/pkg-descr Wed Nov 21 19:45:09 2018 (r485534) +++ head/sysutils/byobu/pkg-descr Wed Nov 21 20:13:22 2018 (r485535) @@ -1,7 +1,10 @@ -Byobu is a Japanese term for decorative, multi-panel screens that serve as -folding room dividers. As an open source project, Byobu is an elegant -enhancement of the otherwise functional, plain, practical GNU Screen. Byobu -includes an enhanced profile and configuration utilities for the GNU screen -window manager, such as toggle-able system status notifications. +Byobu is a GPLv3 open source text-based window manager and terminal +multiplexer. It was originally designed to provide elegant enhancements +to the otherwise functional, plain, practical GNU Screen. Byobu now +includes an enhanced profiles, convenient keybindings, configuration +utilities, and toggle-able system status notifications for both the GNU +Screen window manager and the more modern Tmux terminal multiplexer. +The Python newt library is only needed if you wish to use the menu- +based config editor. WWW: http://www.byobu.co