Port details |
- rofi-calc Do live calculations in rofi
- 2.2.1_1 x11 =2 2.2.1_1Version of this port present on the latest quarterly branch.
- Maintainer: vidar@karlsen.tech
- Port Added: 2019-05-30 03:20:15
- Last Update: 2024-05-15 20:49:00
- Commit Hash: 8ac74c2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/svenstaro/rofi-calc
- Description:
- rofi plugin that uses libqalculate's qalc to parse natural language input and
provide results.
Since this uses libqalculate's amazing qalc you can try natural language
queries such 500 + 25% or 5000 EUR to USD or 150 to hex. It can also solve
linear equations on the fly. Try 60x + 30 = 50, for instance.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rofi-calc>0:x11/rofi-calc
- To install the port:
- cd /usr/ports/x11/rofi-calc/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/rofi-calc
- pkg install rofi-calc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rofi-calc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1712844602
SHA256 (svenstaro-rofi-calc-v2.2.1_GH0.tar.gz) = 7b3e69c7d743cc1b8c0a8e45f5d5ae7e36e99c470d538ef5d8a0031109f34b6c
SIZE (svenstaro-rofi-calc-v2.2.1_GH0.tar.gz) = 1696532
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rofi : x11/rofi
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- rofi : x11/rofi
- Library dependencies:
-
- libcairo.so : graphics/cairo
- libglib-2.0.so : devel/glib20
- libqalculate.so : math/libqalculate
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11_rofi-calc
- USES:
- autoreconf gettext-runtime libtool pkgconfig
- 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 |
2.2.1_1 15 May 2024 20:49:00 |
Jason E. Hale (jhale) |
*/*: Chase math/libqalculate shlib version bump |
2.2.1 13 Apr 2024 18:02:53 |
Gabriel M. Dutra (dutra) Author: Vidar Karlsen |
x11/rofi-calc: Update to 2.2.1
changeLog:
https://github.com/svenstaro/rofi-calc/blob/v2.2.1/CHANGELOG.md
PR: 278309
Approved by: submitter is maintainer |
2.2.0_1 28 Mar 2024 21:16:58 |
Jason E. Hale (jhale) |
*/*: Chase update of math/libqalculate
Bump PORTREVISION of math/libqalculate consumers after update to 5.0.0.
According to the release notes [1], libqalculate 5.x is not ABI
compatibile with previous versions and rebuilding of consumers is
required.
[1] https://github.com/Qalculate/libqalculate/releases/tag/v5.0.0 |
2.2.0 30 Apr 2023 18:41:42 |
Robert Clausecker (fuz) Author: Vidar Karlsen |
x11/rofi-calc: update to 2.2.0
Changelog: https://github.com/svenstaro/rofi-calc/blob/v2.2.0/CHANGELOG.md
- Fix high CPU usage when input isn't empty #66 (thanks @bootstrap-prime)
- Add -automatic-save-to-history option #87 (thanks @matejdro)
PR: 271137 |
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) |
2.1.0_1 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 ) |
2.1.0_1 25 Feb 2022 02:03:11 |
Jason E. Hale (jhale) |
math/libqalculate: Update to 4.0.0
math/qalculate: Update to 4.0.0
Bump PORTREVISION on math/libqalculate consumers due to shlib bump |
2.1.0 15 Feb 2022 23:36:40 |
Guangyuan Yang (ygy) Author: Vidar Karlsen |
x11/rofi-calc: Update to 2.1.0
PR: 261956 |
2.0.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0 23 Nov 2020 09:52:37 |
fernape |
x11/rofi-calc: update to 2.0.0
ChangeLog: https://github.com/svenstaro/rofi-calc/blob/v2.0.0/CHANGELOG.md
PR: 251314
Submitted by: vidar@karlsen.tech (maintainer) |
1.9 27 Sep 2020 15:35:47 |
rhurlin |
x11/rofi-calc: Update to 1.9
Minor update, that adds options to specify output hints.
PR: 249891
Submitted by: Vidar Karlsen <vidar@karlsen.tech> (maintainer)
Approved by: tcberner (mentor)
Relnotes: https://github.com/svenstaro/rofi-calc/blob/master/CHANGELOG.md
Differential Revision: https://reviews.freebsd.org/D26565 |
1.8 14 Aug 2020 05:48:31 |
fernape |
x11/rofi-calc: Update to 1.8
From ChangeLog: https://github.com/svenstaro/rofi-calc/blob/v1.8/CHANGELOG.md
* Enable qalc's Unicode mode by default
* Add -no-unicode option to disable aforementioned unicode support
PR: 248637
Submitted by: vidar@karlsen.tech (maintainer) |
1.7 28 May 2020 11:59:10 |
fernape |
x11/rofi-calc: update to 1.7
In addition:
* Set MAINTAINER to submitter
* Strip objects
PR: 246779
Submitted by: vidar@karlsen.tech
Reviewed by: ports@xanderio.de (maintainer) |
1.5 30 May 2019 03:20:04 |
swills |
x11/rofi-calc: create port
rofi plugin that uses libqalculate's qalc to parse natural language
input and provide results.
Since this uses libqalculate's amazing qalc you can try natural language
queries such 500 + 25% or 5000 EUR to USD or 150 to hex. It can also
solve linear equations on the fly. Try 60x + 30 = 50, for instance.
WWW: https://github.com/svenstaro/rofi-calc
PR: 238028
Submitted by: Alexander Sieg <alex@xanderio.de> |