Port details |
- rofi Window switcher, run dialog and dmenu replacement
- 1.7.5 x11 =6 1.7.5Version of this port present on the latest quarterly branch.
- Maintainer: nomoo@nomoo.ru
- Port Added: 2015-01-21 11:06:17
- Last Update: 2024-02-25 18:56:19
- Commit Hash: 47705c3
- People watching this port, also watch:: zsh, dunst, webcamd, fusefs-ntfs, fusefs-exfat
- License: MIT
- WWW:
- https://github.com/davatorium/rofi
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/x11/rofi/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/rofi
- pkg install rofi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rofi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1706079770
SHA256 (davatorium-rofi-1.7.5_GH0.tar.gz) = fe5684eb4f903dc004e4b05829e77292d75b5f3507f2dabc46ceb6054a58a2a9
SIZE (davatorium-rofi-1.7.5_GH0.tar.gz) = 8096887
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- x11/rofi-wayland
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- xcb.pc : x11/libxcb
- Library dependencies:
-
- libstartup-notification-1.so : x11/startup-notification
- libxcb-cursor.so : x11/xcb-util-cursor
- libxcb-ewmh.so : x11/xcb-util-wm
- libxcb-icccm.so : x11/xcb-util-wm
- libxcb-util.so : x11/xcb-util
- libxcb-xrm.so : x11/xcb-util-xrm
- libxkbcommon-x11.so : x11/libxkbcommon
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- librsvg-2.so : graphics/librsvg2-rust
- libpango-1.0.so : x11-toolkits/pango
- This port is required by:
- for Build
-
- x11/rofi-calc
- x11/rofi-emoji
- x11/rofi-file-browser-extended
- for Run
-
- x11/rofi-calc
- x11/rofi-emoji
- x11/rofi-file-browser-extended
- x11/rofi-pass
- x11/tessen
Configuration Options:
- ===> The following configuration options are available for rofi-1.7.5:
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- x11_rofi
- USES:
- bison gnome meson pkgconfig shebangfix xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.5 25 Feb 2024 18:56:19 |
Fernando Apesteguía (fernape) Author: Robert Wahlberg |
x11/rofi: Update to 1.7.5
ChangeLog: https://github.com/davatorium/rofi/releases/tag/1.7.5
PR: 276605
Reported by: freebsd@robertwahlberg.se
Approved by: nomoo@nomoo.ru (maintainer, timeout > 2 weeks) |
1.7.3_1 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.7.3 16 Feb 2022 19:12:32 |
Alexandre C. Guimarães (rigoletto) |
x11/rofi: Update to 1.7.3
- also update the x11/rofi-wayland SLAVEPORT |
1.7.2 07 Jan 2022 07:14:57 |
Fernando Apesteguía (fernape) Author: Ronald Klop |
x11/rofi{-wayland}: update to 1.7.2
rofi-wayland update following update of x11/rofi provided by jbeich@
ChangeLog: https://github.com/davatorium/rofi/releases/tag/1.7.2
PR: 260925
Reported by: ronald-lists@klop.ws
Approved by: nomoo@nomoo.ru (maintainer timeout) |
1.6.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.6.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.1 16 Mar 2021 16:35:49 |
jbeich |
x11/rofi-wayland: add new port
PR: 253044
Approved by: nomoo@nomoo.ru (maintainer) |
1.6.1 16 Mar 2021 16:35:38 |
jbeich |
x11/rofi: convert to USES=meson
PR: 253043
Approved by: nomoo@nomoo.ru (maintainer) |
1.6.1 12 Dec 2020 01:01:44 |
wen |
- Update to 1.6.1
PR: 251762
Submitted by: nomoo@nomoo.ru(maintainer) |
1.6.0_1 09 Nov 2020 17:08:12 |
tcberner |
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878 |
1.6.0 25 Sep 2020 02:24:19 |
danfe |
- Update to version 1.6.0
- Hook the tests to our framework
PR: 249153 |
1.5.4 07 Nov 2019 18:36:56 |
zeising |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.5.4 28 Jun 2019 23:51:49 |
rigoletto |
x11/rofi: Update to 1.5.4
PR: 238829
Submitted by: Greg Fitzgerald <gregf@hugops.pw>
Approved by: tcberner (mentor), nomoo <nomoo@nomoo.ru> (maintainer) |
1.5.3 25 Jun 2019 20:18:19 |
rigoletto |
x11/rofi: Update to 1.5.3
PR: 238783
Approved by: tcberner (mentor), nomoo <nomoo@nomoo.ru> (maintainer) |
1.5.2 30 Dec 2018 18:27:33 |
tobik |
x11/rofi: Update to 1.5.2
- While here add missing USES=gnome
Changes: https://github.com/DaveDavenport/rofi/releases/tag/1.5.2
PR: 234502
Submitted by: gregf@hugops.pw
Approved by: nomoo@nomoo.ru (maintainer) |
1.5.1_1 21 Mar 2018 00:01:40 |
tobik |
x11/rofi: Fix distinfo
Upstream has silently rerolled their release tarballs. Differences
between the 2 tarballs seem to be harmless and mostly in generated
files and an updated libnkutils [1].
[1] https://people.freebsd.org/~tobik/rofi-r465082.diff
Reported by: olgeni |
1.5.1 20 Mar 2018 11:34:43 |
tobik |
x11/rofi: Update to 1.5.1
Changes: https://github.com/DaveDavenport/rofi/releases/tag/1.5.1
PR: 226715
Submitted by: Alexandre C. Guimaraes <lebarondemerde@privacychain.ch>
Approved by: nomoo@nomoo.ru (maintainer) |
1.5.0 03 Feb 2018 11:29:35 |
danfe |
Update `x11/rofi' to version 1.5.0.
PR: 225616
Submitted by: Greg Fitzgerald
Approved by: maintainer |
1.4.2 21 Nov 2017 13:46:25 |
arved |
Update to 1.4.2
PR: 223643
Submitted by: Greg Fitzgerald
Approved by: maintainer |
1.4.1 01 Nov 2017 13:10:35 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
1.4.1 30 Sep 2017 10:22:50 |
tcberner |
Update x11/rofi to 1.4.1
PR: 222664
Submitted by: Le Baron d'Merde <lbdm@privacychain.ch>
Reviewed by: tcberner
Approved by: nomoo@nomoo.ru (maintainer)
Differential Revision: https://reviews.freebsd.org/D12514 |
1.3.1 03 Jul 2017 13:40:05 |
tobik |
Update to 1.3.1
- Remove I3 option: i3 has had native EWMH support for a while now so
the i3 workarounds are no longer needed with rofi >= 1.2.0
Changes: https://github.com/DaveDavenport/rofi/releases
PR: 218397
Approved by: mat (mentor), nomoo@nomoo.ru (maintainer)
Differential Revision: https://reviews.freebsd.org/D11437 |
0.15.12 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.15.12 20 Feb 2016 11:23:40 |
pi |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.15.11_1 20 Feb 2016 08:12:24 |
pi |
x11/rofi: fix I3 option
MFH: 2016Q1
PR: 206846
Submitted by: Tobias Kortkamp <t@tobik.me>
Approved by: nomoo@nomoo.ru (maintainer) |
0.15.11 13 Dec 2015 01:14:38 |
junovitch |
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) |
0.15.7 28 Jul 2015 08:23:32 |
vg |
- Fix indents |
0.15.7 28 Jul 2015 08:19:47 |
vg |
- Update to 0.15.7
Submitted by: nomoo@nomoo.ru (maintainer via email) |
0.15.5 01 Jun 2015 18:17:14 |
amdmi3 |
- Update to 0.15.5
PR: 200572
Submitted by: nomoo@nomoo.ru (maintainer) |
0.15.2 28 May 2015 08:16:26 |
mat |
Fixup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
0.15.2 09 Apr 2015 08:53:43 |
vg |
- Update to 0.15.2
PR: ports/198733
Submitted by: nomoo@nomoo.ru (maintainer) |
0.14.12 19 Mar 2015 16:44:59 |
bdrewery |
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 |
0.14.12 21 Jan 2015 11:06:09 |
vg |
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 |