Searched hist:"6 d3c0798ccbe7f6d3b677eed31206efc1227be50" (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/bsdconfig/share/packages/ |
H A D | index.awk | 6d3c0798ccbe7f6d3b677eed31206efc1227be50 Tue Oct 10 08:56:36 CEST 2023 Baptiste Daroussin <bapt@FreeBSD.org> bsdconfig: rework packages selection TUI
Rework the packages TUI, do that the index caching is now done with dialog --gauge (tested with cdialog and bsddialog). With pkg we can know in avance the number of packages making it possible to have a real gauge.
The cache of the index is now a file that can be sourced, meaning it is not anymore an index like file, but a post process one, simplifying the code.
Each menu is now built calling directly pkg rquery with just the informations required to build the menu instead of parsing an indexfile
install all the awk index processing into a separate file to ease reading and debuggung
|
H A D | Makefile | diff 6d3c0798ccbe7f6d3b677eed31206efc1227be50 Tue Oct 10 08:56:36 CEST 2023 Baptiste Daroussin <bapt@FreeBSD.org> bsdconfig: rework packages selection TUI
Rework the packages TUI, do that the index caching is now done with dialog --gauge (tested with cdialog and bsddialog). With pkg we can know in avance the number of packages making it possible to have a real gauge.
The cache of the index is now a file that can be sourced, meaning it is not anymore an index like file, but a post process one, simplifying the code.
Each menu is now built calling directly pkg rquery with just the informations required to build the menu instead of parsing an indexfile
install all the awk index processing into a separate file to ease reading and debuggung
|
H A D | index.subr | diff 6d3c0798ccbe7f6d3b677eed31206efc1227be50 Tue Oct 10 08:56:36 CEST 2023 Baptiste Daroussin <bapt@FreeBSD.org> bsdconfig: rework packages selection TUI
Rework the packages TUI, do that the index caching is now done with dialog --gauge (tested with cdialog and bsddialog). With pkg we can know in avance the number of packages making it possible to have a real gauge.
The cache of the index is now a file that can be sourced, meaning it is not anymore an index like file, but a post process one, simplifying the code.
Each menu is now built calling directly pkg rquery with just the informations required to build the menu instead of parsing an indexfile
install all the awk index processing into a separate file to ease reading and debuggung
|
H A D | packages.subr | diff 6d3c0798ccbe7f6d3b677eed31206efc1227be50 Tue Oct 10 08:56:36 CEST 2023 Baptiste Daroussin <bapt@FreeBSD.org> bsdconfig: rework packages selection TUI
Rework the packages TUI, do that the index caching is now done with dialog --gauge (tested with cdialog and bsddialog). With pkg we can know in avance the number of packages making it possible to have a real gauge.
The cache of the index is now a file that can be sourced, meaning it is not anymore an index like file, but a post process one, simplifying the code.
Each menu is now built calling directly pkg rquery with just the informations required to build the menu instead of parsing an indexfile
install all the awk index processing into a separate file to ease reading and debuggung
|