| |
- speed up pkg which
|
| |
- Reduce the possibility to have a temporary file during package extraction
|
| |
which exceed NAME_MAX (maxium file name length)
|
| + |
- If the pattern has a '/' in it, it now search origin and all other categories
|
| + |
as well
|
| + |
for example graphics/zathura and print/zathura will both match the zathura
|
| + |
package
|
| + |
- If the pattern has a '/' in it and a @ it will also search for the flavor
|
| + |
<category>/<portname>@<flavor>
|
| + |
# pkg install "editors/vim@tiny" # will install the vim-tiny package
|
| + |
$ pkg search -g "editors/vim@*"
|
| + |
vim Improved version of the vi editor (console flavor)
|
| + |
vim-gtk2 Improved version of the vi editor (gtk2 flavor)
|
| + |
vim-gtk3 Improved version of the vi editor (gtk3 flavor)
|
| + |
vim-motif Improved version of the vi editor (motif flavor)
|
| + |
vim-tiny Improved version of the vi editor (tiny flavor)
|
| + |
vim-x11 Improved version of the vi editor (x11 flavor)
|
| + |
- portability: build and run on alpine (musl)
|
| |
|
| |
Changes from 1.17.99.8 to 1.17.99.9
|
| |
- pkg add: only runs triggers at the end of the equivalent of a transaction
|