notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11/rofi/Makefile

Number of commits found: 34

Sunday, 25 Feb 2024
18:56 Fernando Apesteguía (fernape) search for other commits by this committer 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)
commit hash: 47705c393ac825e17426417104144cd9fdb3acea commit hash: 47705c393ac825e17426417104144cd9fdb3acea commit hash: 47705c393ac825e17426417104144cd9fdb3acea commit hash: 47705c393ac825e17426417104144cd9fdb3acea 47705c3
Friday, 12 Jan 2024
22:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sanitize MANPREFIX for meson ports

Approved by:	portmgr
commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 commit hash: 9f8f710b3ec3945ede5cf5d996c3391081d32df1 9f8f710
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 16 Feb 2022
19:12 Alexandre C. Guimarães (rigoletto) search for other commits by this committer
x11/rofi: Update to 1.7.3

- also update the x11/rofi-wayland SLAVEPORT
commit hash: 82bd95319458c32da46d746def322e7c0c05f84b commit hash: 82bd95319458c32da46d746def322e7c0c05f84b commit hash: 82bd95319458c32da46d746def322e7c0c05f84b commit hash: 82bd95319458c32da46d746def322e7c0c05f84b 82bd953
Friday, 7 Jan 2022
07:14 Fernando Apesteguía (fernape) search for other commits by this committer 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)
commit hash: 9ba02dbf060b4791cff92d37e87469610cc57dce commit hash: 9ba02dbf060b4791cff92d37e87469610cc57dce commit hash: 9ba02dbf060b4791cff92d37e87469610cc57dce commit hash: 9ba02dbf060b4791cff92d37e87469610cc57dce 9ba02db
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 16 Mar 2021
16:35 jbeich search for other commits by this committer
x11/rofi-wayland: add new port

PR:		253044
Approved by:	nomoo@nomoo.ru (maintainer)
Original commitRevision:568582 
16:35 jbeich search for other commits by this committer
x11/rofi: convert to USES=meson

PR:		253043
Approved by:	nomoo@nomoo.ru (maintainer)
Original commitRevision:568581 
Saturday, 12 Dec 2020
01:01 wen search for other commits by this committer
- Update to 1.6.1

PR:		251762
Submitted by:	nomoo@nomoo.ru(maintainer)
Original commitRevision:557773 
Monday, 9 Nov 2020
17:08 tcberner search for other commits by this committer
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
Original commitRevision:554733 
Friday, 25 Sep 2020
02:24 danfe search for other commits by this committer
- Update to version 1.6.0
- Hook the tests to our framework

PR:	249153
Original commitRevision:549980 
Thursday, 7 Nov 2019
18:36 zeising search for other commits by this committer
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.
Original commitRevision:517000 
Friday, 28 Jun 2019
23:51 rigoletto search for other commits by this committer
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)
Original commitRevision:505314 
Tuesday, 25 Jun 2019
20:18 rigoletto search for other commits by this committer
x11/rofi: Update to 1.5.3

PR:		238783
Approved by:	tcberner (mentor), nomoo <nomoo@nomoo.ru> (maintainer)
Original commitRevision:505103 
Sunday, 30 Dec 2018
18:27 tobik search for other commits by this committer
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)
Original commitRevision:488731 
Wednesday, 21 Mar 2018
00:01 tobik search for other commits by this committer
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
Original commitRevision:465139 
Tuesday, 20 Mar 2018
11:34 tobik search for other commits by this committer
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)
Original commitRevision:465082 
Saturday, 3 Feb 2018
11:29 danfe search for other commits by this committer
Update `x11/rofi' to version 1.5.0.

PR:		225616
Submitted by:	Greg Fitzgerald
Approved by:	maintainer
Original commitRevision:460806 
Tuesday, 21 Nov 2017
13:46 arved search for other commits by this committer
Update to 1.4.2

PR:		223643
Submitted by:	Greg Fitzgerald
Approved by:	maintainer
Original commitRevision:454611 
Wednesday, 1 Nov 2017
13:10 olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Original commitRevision:453284 
Saturday, 30 Sep 2017
10:22 tcberner search for other commits by this committer
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
Original commitRevision:450971 
Monday, 3 Jul 2017
13:40 tobik search for other commits by this committer
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
Original commitRevision:444954 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Saturday, 20 Feb 2016
11:23 pi search for other commits by this committer
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
Original commitRevision:409231 
08:12 pi search for other commits by this committer
x11/rofi: fix I3 option

MFH:		2016Q1
PR:		206846
Submitted by:	Tobias Kortkamp <t@tobik.me>
Approved by:	nomoo@nomoo.ru (maintainer)
Original commitRevision:409225 
Sunday, 13 Dec 2015
01:14 junovitch search for other commits by this committer
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)
Original commitRevision:403648 
Tuesday, 28 Jul 2015
08:23 vg search for other commits by this committer
- Fix indents
Original commitRevision:393059 
08:19 vg search for other commits by this committer
- Update to 0.15.7

Submitted by:	nomoo@nomoo.ru (maintainer via email)
Original commitRevision:393057 
Monday, 1 Jun 2015
18:17 amdmi3 search for other commits by this committer
- Update to 0.15.5

PR:		200572
Submitted by:	nomoo@nomoo.ru (maintainer)
Original commitRevision:388244 
Thursday, 28 May 2015
08:16 mat search for other commits by this committer
Fixup USE_GITHUB usage.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:387711 
Thursday, 9 Apr 2015
08:53 vg search for other commits by this committer
- Update to 0.15.2

PR:		ports/198733
Submitted by:	nomoo@nomoo.ru (maintainer)
Original commitRevision:383629 
Thursday, 19 Mar 2015
16:44 bdrewery search for other commits by this committer
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
Original commitRevision:381618 
Wednesday, 21 Jan 2015
11:06 vg search for other commits by this committer
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
Original commitRevision:377585 

Number of commits found: 34