/ docs / pkg-config.8
pkg-config.8
 1  .\"
 2  .\" FreeBSD pkg - a next generation package for the installation and maintenance
 3  .\" of non-core utilities.
 4  .\"
 5  .\" Redistribution and use in source and binary forms, with or without
 6  .\" modification, are permitted provided that the following conditions
 7  .\" are met:
 8  .\" 1. Redistributions of source code must retain the above copyright
 9  .\"    notice, this list of conditions and the following disclaimer.
10  .\" 2. Redistributions in binary form must reproduce the above copyright
11  .\"    notice, this list of conditions and the following disclaimer in the
12  .\"    documentation and/or other materials provided with the distribution.
13  .\"
14  .\"
15  .\"     @(#)pkg.8
16  .\"
17  .Dd January 26, 2016
18  .Dt PKG-CONFIG 8
19  .Os
20  .Sh NAME
21  .Nm "pkg config"
22  .Nd retrieve the value of a given configuration option
23  .Sh SYNOPSIS
24  .Nm
25  .Ar name
26  .Sh DESCRIPTION
27  .Nm
28  retrieve the value of a given configuration option.
29  For lists,
30  one line per entry will be printed, key/values will be printed
31  as one line per key/value pair.
32  .Sh FILES
33  See
34  .Xr pkg.conf 5 .
35  .Sh EXAMPLES
36  Getting the ABI:
37  .Dl % pkg config abi
38  Getting the directories where the repositories configuration are read:
39  .Dl % pkg config repos_dir
40  .Sh SEE ALSO
41  .Xr pkg_create 3 ,
42  .Xr pkg_printf 3 ,
43  .Xr pkg_repo_create 3 ,
44  .Xr pkg_repos 3 ,
45  .Xr pkg-keywords 5 ,
46  .Xr pkg-lua-script 5 ,
47  .Xr pkg-repository 5 ,
48  .Xr pkg-script 5 ,
49  .Xr pkg-triggers 5 ,
50  .Xr pkg.conf 5 ,
51  .Xr pkg 8 ,
52  .Xr pkg-add 8 ,
53  .Xr pkg-alias 8 ,
54  .Xr pkg-annotate 8 ,
55  .Xr pkg-audit 8 ,
56  .Xr pkg-autoremove 8 ,
57  .Xr pkg-check 8 ,
58  .Xr pkg-clean 8 ,
59  .Xr pkg-create 8 ,
60  .Xr pkg-delete 8 ,
61  .Xr pkg-fetch 8 ,
62  .Xr pkg-help 8 ,
63  .Xr pkg-info 8 ,
64  .Xr pkg-install 8 ,
65  .Xr pkg-key 8 ,
66  .Xr pkg-lock 8 ,
67  .Xr pkg-plugins 8 ,
68  .Xr pkg-query 8 ,
69  .Xr pkg-register 8 ,
70  .Xr pkg-repo 8 ,
71  .Xr pkg-repositories 8 ,
72  .Xr pkg-rquery 8 ,
73  .Xr pkg-search 8 ,
74  .Xr pkg-set 8 ,
75  .Xr pkg-shell 8 ,
76  .Xr pkg-shlib 8 ,
77  .Xr pkg-ssh 8 ,
78  .Xr pkg-stats 8 ,
79  .Xr pkg-triggers 8 ,
80  .Xr pkg-unregister 8 ,
81  .Xr pkg-update 8 ,
82  .Xr pkg-updating 8 ,
83  .Xr pkg-upgrade 8 ,
84  .Xr pkg-version 8 ,
85  .Xr pkg-which 8