Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.11 27 Apr 2024 16:45:16
    |
Nuno Teixeira (eduardo)  Author: Vidar Karlsen |
sysutils/toybox: Update to 0.8.11
Changelog: https://landley.net/toybox/news.html#08-04-2024
- New toys: dd, fold, nbd-server, su, ts, tsort, uname
- Bugfix: df now works
- passwd is temporarily removed waiting on an infrastructure rewrite
Changes to the port itself:
- I reworked the install portion to stay closer to upstream's way of
doing it. This reduces the amount of clutter in the Makefile and makes
it easier to update the port in the future.
- The port patches[1][2] have been sent upstream.
[1] Enabling shuf and uname
[2] Fixing the portability shim to use the correct parameters with
getmntinfo():
https://github.com/landley/toybox/commit/7d9ee89d3cf80f5e712badd7caa988ce235ccda1
PR: 278481 |
0.8.10 04 Aug 2023 06:13:42
    |
Fernando Apesteguía (fernape)  Author: Vidar Karlsen |
sysutils/toybox: update to 0.8.10
ChangeLog: http://landley.net/toybox/#30-07-2023
PR: 272891
Reported by: vidar@karlsen.tech (maintainer) |
0.8.9 17 Jan 2023 16:56:42
    |
Mikael Urankar (mikael)  Author: Vidar Karlsen |
sysutils/toybox: update to 0.8.9
Changelog: http://landley.net/toybox/#10-01-2023
Changes to the port:
- Removed patches that are no longer necessary due to upstream having
improved the FreeBSD support
- Removed LIB_DEPEND on devel/libinotify (no longer necessary)
- Removed s|sed|gsed| replacement (no longer necessary)
PR: 269009 |
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) |
0.8.8 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 ) |
0.8.8 15 Aug 2022 12:14:47
    |
Nuno Teixeira (eduardo)  Author: Vidar Karlsen |
sysutils/toybox: Update to 0.8.8
ChangeLog: http://landley.net/toybox/#12-08-2022
PR: 265833 |
0.8.6 13 Feb 2022 19:43:32
    |
Daniel Engberg (diizzy)  Author: Vidar Karlsen |
sysutils/toybox: update to 0.8.6
Changelog: http://landley.net/toybox/#30-11-2021
PR: 261380 |
0.8.5 03 Jun 2021 05:41:29
    |
Fernando Apesteguía (fernape)  |
sysutils/toybox: update to 0.8.5
ChangeLog: http://landley.net/toybox/#19-15-2021
PR: 256351
Reported by: vidar@karlsen.tech (maintainer) |
0.8.4 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.8.4 01 Dec 2020 16:56:56
  |
mikael  |
sysutils/toybox: Update to 0.8.4
Changelog:
- new commands: sha3sum and watchdog
- new command features:
- sed -s flag
- cpio --no-preserve-owner now affects archive creation
- Elliott added tar -I and multi-type find -type a,b,c support
- Mark Salyzyn added xargs -P to run parallel job
- the ps and top commands now autodetect pid length
- top adjusts units for memory display based on system size
- toysh and mkroot: lots of new work on toysh: 29 commits to sh.c since
last release, adding 1500 lines and deleting 700, plus a bunch of
sh.tests entries). Implemented since last release:
- wildcards
- case/esac and select
- brace expansion sequences (ala {1..10..2} and {a..z})
- the remaining variable slice types ${a#y} ${a%y} ${a^y} ${a,y}
${a/search/replace}
- the "source" shell builtin
- the start of job control
- several bugfixes
PR: 251507
Submitted by: Vidar Karlsen (maintainer) |
0.8.3 04 Jun 2020 05:50:34
  |
fernape  |
sysutils/toybox: update to 0.8.3
ChangeLog: http://landley.net/toybox/#11-05-2020
PR: 246946
Submitted by: vidar@karlsen.tech (maintainer) |
0.8.2 22 Nov 2019 12:15:37
  |
garga  |
Toybox combines common command line utilities together
into a single BSD-licensed executable that's simple, small,
fast, reasonably standards-compliant, and powerful.
WWW: http://landley.net/toybox/
PR: 239494
Submitted by: vidar@karlsen.tech |