mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
graphics/proj: further improve port installation message text
Follow up on commit 595b35fa1f
and fix a few minor textual nits:
- Terminate `cf.' with the period as it is an abbreviation
- Avoid addressing the reader using `you/your' pronouns
- Use correct units (it refers to gigabytes, not gigabits)
- Expand contractions (dir -> directory), reduce tautology,
wrap overly long lines, etc.
This commit is contained in:
parent
21fd9a9ed6
commit
281b577e69
1 changed files with 12 additions and 12 deletions
|
@ -1,27 +1,27 @@
|
||||||
[
|
[
|
||||||
{ type: install
|
{ type: install
|
||||||
message: <<EOM
|
message: <<EOM
|
||||||
Since proj 7, datum grids are available from a CDN at https://cdn.proj.org and
|
Since proj 7, datum grids are available from a CDN at https://cdn.proj.org
|
||||||
should either be fetched dynamically at runtime (disabled by default, cf
|
and should either be fetched dynamically at run time (disabled by default,
|
||||||
https://proj.org/usage/network.html) or be fetched locally depending on your
|
cf. https://proj.org/usage/network.html) or be fetched locally depending on
|
||||||
work area needs, using the projsync command.
|
one's work area needs, using the `projsync' command.
|
||||||
|
|
||||||
DATA option allows you to download all the data, but it requires more than 1.1Gb!
|
DATA option allows to download all the data, but requires more than 1.1GB.
|
||||||
This option is disabled by default.
|
This option is disabled by default, as it is better to use the `projsync'
|
||||||
|
command.
|
||||||
|
|
||||||
It is better to use the projsync command.
|
Execute `projsync --list-files' command to list the CDN contents.
|
||||||
|
|
||||||
Use projsync --list-files to list the CDN content.
|
They can either by installed in the user home directory (under
|
||||||
|
~/.local/share/proj):
|
||||||
They can either by installed in the user homedir (under ~/.local/share/proj)
|
|
||||||
|
|
||||||
$ projsync --file fr_ign_ntf_r93.tif
|
$ projsync --file fr_ign_ntf_r93.tif
|
||||||
Downloading from https://cdn.proj.org into /home/user/.local/share/proj
|
Downloading from https://cdn.proj.org into /home/user/.local/share/proj
|
||||||
Total to download: 93581 bytes
|
Total to download: 93581 bytes
|
||||||
Downloading https://cdn.proj.org/fr_ign_ntf_r93.tif... (1 / 1)
|
Downloading https://cdn.proj.org/fr_ign_ntf_r93.tif... (1 / 1)
|
||||||
|
|
||||||
or systemwide in the default PROJ_LIB dir (under %%PREFIX%%/share/proj, cf
|
Or system-wide in the default $PROJ_LIB directory (under
|
||||||
https://proj.org/resource_files.html)
|
%%PREFIX%%/share/proj, cf. https://proj.org/resource_files.html):
|
||||||
|
|
||||||
# projsync --system-directory --file fr_ign_ntf_r93.tif
|
# projsync --system-directory --file fr_ign_ntf_r93.tif
|
||||||
Downloading from https://cdn.proj.org into %%PREFIX%%/share/proj
|
Downloading from https://cdn.proj.org into %%PREFIX%%/share/proj
|
||||||
|
|
Loading…
Add table
Reference in a new issue