From owner-svn-ports-head@freebsd.org Sat Feb 20 11:23:41 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C48EAAE50E; Sat, 20 Feb 2016 11:23:41 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id 555371529; Sat, 20 Feb 2016 11:23:41 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KBNeQf087643; Sat, 20 Feb 2016 11:23:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KBNeMC087641; Sat, 20 Feb 2016 11:23:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201602201123.u1KBNeMC087641@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 20 Feb 2016 11:23:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409231 - head/x11/rofi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 11:23:41 -0000 Author: pi Date: Sat Feb 20 11:23:40 2016 New Revision: 409231 URL: https://svnweb.freebsd.org/changeset/ports/409231 Log: x11/rofi: 0.15.11 -> 0.15.12 New features: - Initial `-dump` command for dmenu mode. (#216) - Threading support. o Parallel checking for ASCII. o Parallel string matching. o Autodetect number of HW-threads. o Disabled by default. - Highlight multiple selected rows (#287,#293) - Dmenu can read from file instead of stdin. - Regex matching (#113) - Take Screenshot of rofi using keybinding. - Hotkey for sorting: (#298) Option to set scrollbar width. Improvements: - Fix return code of multi-select. - Update manpage (#289, #291) - Improve speed of reading stdin in dmenu mode. - Correctly handle modifier keys now. Should now support most weird keyboard layouts and switching between them. (#268, #265, #286) - Correctly set locale, fixing issues with entering special characters. (#282) - DRun mode support `NoDisplay` setting (#283) - Pango markup is matched when filtering. (#273) Bug fixes: - Improve error message (#290) - Correctly switch to next entry on multi-select when list is filtered (#292) - Switch __FUNCTION__ for __func__. (#288) - Fix segfault on empty list and moving through it. (#256,#275) - Fix one off of colors (#269) - Drun fix uninitialized memory (#285) PR: 206846 Submitted by: Tobias Kortkamp Approved by: nomoo@nomoo.ru Modified: head/x11/rofi/Makefile head/x11/rofi/distinfo Modified: head/x11/rofi/Makefile ============================================================================== --- head/x11/rofi/Makefile Sat Feb 20 10:45:28 2016 (r409230) +++ head/x11/rofi/Makefile Sat Feb 20 11:23:40 2016 (r409231) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rofi -PORTVERSION= 0.15.11 -PORTREVISION= 1 +PORTVERSION= 0.15.12 CATEGORIES= x11 MAINTAINER= nomoo@nomoo.ru Modified: head/x11/rofi/distinfo ============================================================================== --- head/x11/rofi/distinfo Sat Feb 20 10:45:28 2016 (r409230) +++ head/x11/rofi/distinfo Sat Feb 20 11:23:40 2016 (r409231) @@ -1,2 +1,2 @@ -SHA256 (DaveDavenport-rofi-0.15.11_GH0.tar.gz) = fce95c859b7ca3b57f8b53c9bb14d858795050405445671efeec0c1de2b401b9 -SIZE (DaveDavenport-rofi-0.15.11_GH0.tar.gz) = 155193 +SHA256 (DaveDavenport-rofi-0.15.12_GH0.tar.gz) = e5e6b0ed01fd1186652af2488ca2e7780cbde5f0750d9482eb816bae447f4e84 +SIZE (DaveDavenport-rofi-0.15.12_GH0.tar.gz) = 966863