Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
annotate docs/man/man5/package-mapping.conf.rst @ 770:56ab5c012d5f
fports: Begin a new command "fports" and fully implemented its subcommand "fports deptree".
fports is supposed to be the successor to check-ports.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 23 Oct 2024 13:56:52 +0200 |
| parents | 6420368517d5 |
| children |
| rev | line source |
|---|---|
|
409
4219294c2930
Prepare the skeleton of man pages for all the configuration files used:
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
1 .. -*- coding: utf-8; indent-tabs-mode: nil; -*- |
|
4219294c2930
Prepare the skeleton of man pages for all the configuration files used:
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
2 |
|
4219294c2930
Prepare the skeleton of man pages for all the configuration files used:
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
3 package-mapping.conf |
|
4219294c2930
Prepare the skeleton of man pages for all the configuration files used:
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
4 ==================== |
|
4219294c2930
Prepare the skeleton of man pages for all the configuration files used:
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
5 |
|
4219294c2930
Prepare the skeleton of man pages for all the configuration files used:
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
6 Description |
|
4219294c2930
Prepare the skeleton of man pages for all the configuration files used:
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
7 ----------- |
|
4219294c2930
Prepare the skeleton of man pages for all the configuration files used:
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
8 |
|
770
56ab5c012d5f
fports: Begin a new command "fports" and fully implemented its subcommand "fports deptree".
Franz Glasner <fzglas.hg@dom66.de>
parents:
738
diff
changeset
|
9 Used by :manpage:`check-ports(8)` and :manpage:`fports(8)`. |
|
409
4219294c2930
Prepare the skeleton of man pages for all the configuration files used:
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
10 |
|
712
6501f942f271
Man for package-mapping.conf: FIX: Order of fields was documented wrongly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
11 This is a textfile where every line contains two fields -- separated by |
|
6501f942f271
Man for package-mapping.conf: FIX: Order of fields was documented wrongly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
12 white space (TAB or SPACE). Each field is a package name:: |
|
410
6604ceca9d1d
Manual pages: package-mapping.conf
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
13 |
|
712
6501f942f271
Man for package-mapping.conf: FIX: Order of fields was documented wrongly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
14 installed-package-name original-package-name |
|
410
6604ceca9d1d
Manual pages: package-mapping.conf
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
15 |
|
6604ceca9d1d
Manual pages: package-mapping.conf
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
16 When :command:`check-ports` determines the package status for |
|
712
6501f942f271
Man for package-mapping.conf: FIX: Order of fields was documented wrongly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
17 `installed-package-name` then the repositories are checked with regard to |
|
6501f942f271
Man for package-mapping.conf: FIX: Order of fields was documented wrongly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
18 `original-package-name` also. |
|
410
6604ceca9d1d
Manual pages: package-mapping.conf
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
19 |
|
712
6501f942f271
Man for package-mapping.conf: FIX: Order of fields was documented wrongly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
20 This is useful when the update status of renamed (private) forks (with |
|
6501f942f271
Man for package-mapping.conf: FIX: Order of fields was documented wrongly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
21 `installed-package-name`) should be checked against the original |
|
6501f942f271
Man for package-mapping.conf: FIX: Order of fields was documented wrongly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
22 parent package (with name `original-package-name`) also. |
|
410
6604ceca9d1d
Manual pages: package-mapping.conf
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
23 |
|
738
6420368517d5
Docs: comments are allowed in package-mapping.conf now
Franz Glasner <fzglas.hg@dom66.de>
parents:
712
diff
changeset
|
24 Empty lines and lines starting with ``#`` are treated as a comment. |
|
6420368517d5
Docs: comments are allowed in package-mapping.conf now
Franz Glasner <fzglas.hg@dom66.de>
parents:
712
diff
changeset
|
25 |
|
410
6604ceca9d1d
Manual pages: package-mapping.conf
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
26 |
|
6604ceca9d1d
Manual pages: package-mapping.conf
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
27 Examples |
|
6604ceca9d1d
Manual pages: package-mapping.conf
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
28 -------- |
|
6604ceca9d1d
Manual pages: package-mapping.conf
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
29 |
|
6604ceca9d1d
Manual pages: package-mapping.conf
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
30 Assume that package ``pack-orig`` is forked into a local package with |
|
712
6501f942f271
Man for package-mapping.conf: FIX: Order of fields was documented wrongly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
31 a different name ``my-forked-pack``. To let the tools :command:`check-ports` |
|
6501f942f271
Man for package-mapping.conf: FIX: Order of fields was documented wrongly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
32 and :command:`fports` to take this into account use:: |
|
410
6604ceca9d1d
Manual pages: package-mapping.conf
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
33 |
|
712
6501f942f271
Man for package-mapping.conf: FIX: Order of fields was documented wrongly.
Franz Glasner <fzglas.hg@dom66.de>
parents:
413
diff
changeset
|
34 my-forked-pack pack-orig |
|
410
6604ceca9d1d
Manual pages: package-mapping.conf
Franz Glasner <fzglas.hg@dom66.de>
parents:
409
diff
changeset
|
35 |
|
738
6420368517d5
Docs: comments are allowed in package-mapping.conf now
Franz Glasner <fzglas.hg@dom66.de>
parents:
712
diff
changeset
|
36 # my-commented-out-pack other-pack-orig |
|
6420368517d5
Docs: comments are allowed in package-mapping.conf now
Franz Glasner <fzglas.hg@dom66.de>
parents:
712
diff
changeset
|
37 |
|
409
4219294c2930
Prepare the skeleton of man pages for all the configuration files used:
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
38 |
|
4219294c2930
Prepare the skeleton of man pages for all the configuration files used:
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
39 See Also |
|
4219294c2930
Prepare the skeleton of man pages for all the configuration files used:
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
40 -------- |
|
4219294c2930
Prepare the skeleton of man pages for all the configuration files used:
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff
changeset
|
41 |
|
770
56ab5c012d5f
fports: Begin a new command "fports" and fully implemented its subcommand "fports deptree".
Franz Glasner <fzglas.hg@dom66.de>
parents:
738
diff
changeset
|
42 :manpage:`fports`, :manpage:`check-ports(8)` |
