Port details |
- rlaunch Fast, light-weight and modern application launcher for X11
- 1.3.14_11 x11 =2 1.3.14_9Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-01-03 06:36:28
- Last Update: 2024-09-10 11:00:34
- Commit Hash: 89ab81d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/PonasKovas/rlaunch
- Description:
- rlaunch is a fast, light-weight and modern application launcher for X11 written
in Rust.
This should work on all linux distributions and DEs that use X11, but if it
doesn't - feel free to file an issue.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/rlaunch/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/rlaunch
- pkg install rlaunch
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rlaunch
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1688195770
SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b
SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087
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:
-
- rust>=1.81.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11_rlaunch
- USES:
- cargo
- 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.3.14_11 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
1.3.14_10 10 Sep 2024 10:58:07 |
Mikael Urankar (mikael) Author: Siva Mahadevan |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503 |
1.3.14_10 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
1.3.14_9 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
1.3.14_8 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
1.3.14_7 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
1.3.14_6 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
1.3.14_5 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
1.3.14_4 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
1.3.14_3 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
1.3.14_2 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
1.3.14_1 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
1.3.14 01 Jul 2023 07:52:28 |
Yuri Victorovich (yuri) |
x11/rlaunch: Update 1.3.13 → 1.3.14
Reported by: portscout |
1.3.13_5 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
1.3.13_4 09 May 2023 19:54:46 |
Piotr Kubaj (pkubaj) |
x11/rlaunch: fix build on powerpc |
1.3.13_4 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
1.3.13_3 16 Mar 2023 11:11:52 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
1.3.13_2 13 Feb 2023 14:52:59 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
1.3.13_1 16 Jan 2023 10:14:01 |
Yuri Victorovich (yuri) |
x11/rlaunch: Broken on i386
Reported by: fallout |
1.3.13_1 08 Jan 2023 11:52:39 |
Piotr Kubaj (pkubaj) |
x11/rlaunch: fix build with unsigned char
error[E0308]: mismatched types
--> src/x11.rs:310:54
|
310 | (self.xlib.XLookupString)(&mut keyevent, &mut c_char, 1,
null_mut(), null_mut());
| ------------------------- ^^^^^^^^^^^ expected
`u8`, found `i8`
| |
| arguments to this function are incorrect
|
= note: expected raw pointer `*mut u8`
found mutable reference `&mut i8` |
1.3.13_1 07 Jan 2023 19:24:18 |
Daniel Engberg (diizzy) |
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports |
1.3.13 03 Jan 2023 06:34:13 |
Yuri Victorovich (yuri) |
x11/rlaunch: New port: Fast, light-weight and modern application launcher for
X11 |