Commit Graph

8 Commits

Author SHA1 Message Date
OscarL
1cbf3289fa hstr: cleanup recipe, update to version 3.1 (#8683)
Notice: people updating from 2.x versions will need to update their
bash settings on the "~/config/settings/profile" according to the
instructions given by `hstr -B`.

Users of zsh, should follow `hstr -Z` instead.
2023-05-19 12:50:22 +02:00
OscarL
ae62a1641b hstr: update to version 2.6. (#7782)
Fixes some overflow and memory leak issues:
https://github.com/dvorka/hstr/releases/tag/2.6

Mark x86_gcc2 as broken (hstr uses "-std=c99").
2023-01-17 07:20:25 +01:00
OscarL
2273391b7a hstr: fix configuration instructions and other minor changes. (#7270)
* Use the proper configuration instructions for bash in Haiku.
  Big thanks to madmax for finding the issue!
* Reworked the patch about the history files locations.
* Removed the TEST() section, as "make check" had "nothing to do".
* Removed "-I m4" from aclocal, as it was not necessary.
* Removed the "hh" symlink to "hstr". The user can create an alias.

The issue was that, on platforms that lack the TIOCSTI ioctl, a
workaround is needed to be able to insert text on the shell's command
line. The workaround relies on defining a shell function,
and keybinding said function so it gets handled by readline.

Now, following the "hstr --show-configuration" instructions will
result in C-r working as expected, at least for bash.

As it still won't fully work under zsh (for the lack of a similar
workaround, but implemented as a zsh function)... removed the ZSH
mention from the package description to avoid false expectations.
2022-10-16 15:39:10 +00:00
OscarL
5fe112751f hstr: bump to version 2.5 (#7249) 2022-10-08 08:06:17 +02:00
waddlesplash
4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Augustin Cavalier
ae94b1277b Bump revisions of recipes that depend on ncurses. 2019-05-24 16:14:07 -04:00
miqlas
352b82f5f6 HSTR: bump version (#3284) 2018-10-29 07:37:05 +01:00
miqlas
5025928170 HSTR: new recipe (#2503) 2018-07-21 17:40:17 +02:00