1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Kurt Jaeger
e82fd8d409 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
2016-02-20 11:23:40 +00:00
Kurt Jaeger
c2dcfefbfd x11/rofi: fix I3 option
MFH:		2016Q1
PR:		206846
Submitted by:	Tobias Kortkamp <t@tobik.me>
Approved by:	nomoo@nomoo.ru (maintainer)
2016-02-20 08:12:24 +00:00
Jason Unovitch
c5a6d28f98 x11/rofi: update 0.15.7 -> 0.15.11
- Update PORTVERSION, PLIST_FILES, SHEBANG_FILES, and distinfo 0.15.11
- LIB_DEPENDS: Add x11/startup-notification
- USES: Sort and add shebangfix
- Add I3 support option

PR:		204675
Submitted by:	nomoo@nomoo.ru (maintainer) (with several changes)
2015-12-13 01:14:38 +00:00
Veniamin Gvozdikov
6825a94049 - Fix indents 2015-07-28 08:23:31 +00:00
Veniamin Gvozdikov
43bf3477e1 - Update to 0.15.7
Submitted by:	nomoo@nomoo.ru (maintainer via email)
2015-07-28 08:19:46 +00:00
Dmitry Marakasov
f82f9c468c - Update to 0.15.5
PR:		200572
Submitted by:	nomoo@nomoo.ru (maintainer)
2015-06-01 18:17:13 +00:00
Mathieu Arnold
7adc81e042 Fixup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-28 08:16:26 +00:00
Veniamin Gvozdikov
656b1ea17a - Update to 0.15.2
PR:		ports/198733
Submitted by:	nomoo@nomoo.ru (maintainer)
2015-04-09 08:53:42 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Veniamin Gvozdikov
06207370d9 New port: x11/rofi
A popup window switcher roughly based on superswitcher, requiring only xlib
and pango. This version started off as a clone of simpleswitcher, the
version from Sean Pringle. All credit for this great tool should go to him.
Rofi developed extra features, like a run-dialog, ssh-launcher and can
act as a drop-in dmenu replacement, making it a very versatile tool.

WWW: https://davedavenport.github.io/rofi/

PR:		ports/195146
Submitted by:	nomoo@nomoo.ru
2015-01-21 11:06:08 +00:00