Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
annotate .hgignore @ 723:a97ec3f07bdb
farray.sh: REFACTOR: More flexible metadata retrieval.
Using an array or alist variable name or token value (with prefix) is now
supported in every function.
This is possible because the value prefixes contain questin marks (?) which
are not allowed in shell variable names.
This again is a major precondition for recursive data structures
(arrays/alists in arrays/alists).
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 05 Oct 2024 21:55:55 +0200 |
| parents | 6b85a603765a |
| children |
| rev | line source |
|---|---|
|
2
8781814174df
Files to make a FreeBSD binary package for the tool
Franz Glasner <hg@dom66.de>
parents:
diff
changeset
|
1 syntax: regexp |
|
8781814174df
Files to make a FreeBSD binary package for the tool
Franz Glasner <hg@dom66.de>
parents:
diff
changeset
|
2 |
|
548
6b85a603765a
Create package flavors: the default one, and local-bsdtools-alldeps with all runtime dependencies explicitely declared
Franz Glasner <fzglas.hg@dom66.de>
parents:
474
diff
changeset
|
3 ^work-default/ |
|
6b85a603765a
Create package flavors: the default one, and local-bsdtools-alldeps with all runtime dependencies explicitely declared
Franz Glasner <fzglas.hg@dom66.de>
parents:
474
diff
changeset
|
4 ^work-alldeps/ |
|
335
ed0975c76386
Ignore also the Python venv to build and test the documentation
Franz Glasner <hg@dom66.de>
parents:
281
diff
changeset
|
5 ^docs/_build/ |
|
ed0975c76386
Ignore also the Python venv to build and test the documentation
Franz Glasner <hg@dom66.de>
parents:
281
diff
changeset
|
6 ^docs/_venv.*/ |
|
336
2ff1e678e611
Also ignore a venv in the project root
Franz Glasner <hg@dom66.de>
parents:
335
diff
changeset
|
7 ^_venv.*/ |
|
474
57f253106ed6
Implement fbhyve, a management system that runs bhyve virtual machines within tmux sessions
Franz Glasner <fzglas.hg@dom66.de>
parents:
336
diff
changeset
|
8 ^tests/fbhyve/bootvars.fd |
