Date: Sat, 20 Feb 2016 11:23:40 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409231 - head/x11/rofi Message-ID: <201602201123.u1KBNeMC087641@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <t@tobik.me> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602201123.u1KBNeMC087641>