comparison sbin/check-ports @ 136:8afc4eb30406

Docu: better comments
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 23 Oct 2019 09:31:15 +0200
parents 8152028661c2
children dbbb04c46d97
comparison
equal deleted inserted replaced
135:8152028661c2 136:8afc4eb30406
30 : ${PACKAGE_MAPPING:=${CONFIGDIR}/package-mapping.conf} 30 : ${PACKAGE_MAPPING:=${CONFIGDIR}/package-mapping.conf}
31 31
32 # 32 #
33 # Local repository with non-public packages and/or ports with changed 33 # Local repository with non-public packages and/or ports with changed
34 # OPTIONS (i.e. not using the defaults) or forks of official packages with 34 # OPTIONS (i.e. not using the defaults) or forks of official packages with
35 # other package names 35 # other package names.
36 # This repo is strictly *local* to the host and/or jail.
36 # 37 #
37 : ${LOCAL_REPO:=LocalRepo} 38 : ${LOCAL_REPO:=LocalRepo}
38 39
39 # 40 #
40 # Local repository with ports with default OPTIONS (i.e. unchanged) 41 # (Shared) repository with ports with default OPTIONS (i.e. unchanged)
41 # but newer than the packages in the "FreeBSD" repository. 42 # but newer than the packages in the "FreeBSD" repository.
43 # Can also contain non-FreeBSD *public* packages.
44 # May be shared.
42 # Some sort of a fast-track repository. 45 # Some sort of a fast-track repository.
43 # 46 #
44 : ${LOCALBSDPORTS_REPO:=LocalBSDPorts} 47 : ${LOCALBSDPORTS_REPO:=LocalBSDPorts}
45 48
46 # 49 #