Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
annotate etc/pkgtools.conf.sample @ 756:33df05108ba1
farray.sh: New implementation alists: searching is done using a binary search now while preserving insertion order.
The implementation uses two key lists:
The first one is sorted and is used for searching using binary search.
The second is a double-linked list and is used for remembering the
insertion order.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 19 Oct 2024 22:40:11 +0200 |
| parents | 84d2735fe7f6 |
| children |
| rev | line source |
|---|---|
|
106
aa353a3e13e5
Provide a configuration file to configure settings.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1 # Shell (sh) script to configure tools in local-bsdtools |
|
386
84d2735fe7f6
Simplified version tagging a lot: it is also faster now.
Franz Glasner <fzglas.hg@dom66.de>
parents:
131
diff
changeset
|
2 # @(#)@@SIMPLEVERSIONTAG@@ |
|
106
aa353a3e13e5
Provide a configuration file to configure settings.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
3 # |
