-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathflagpoll.1
More file actions
131 lines (131 loc) · 3.07 KB
/
Copy pathflagpoll.1
File metadata and controls
131 lines (131 loc) · 3.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2.
.TH FLAGPOLL "1" "September 2010" "flagpoll 0.9.4" "User Commands"
.SH NAME
flagpoll \- manual page for flagpoll 0.9.4
.SH DESCRIPTION
usage: flagpoll pkg options [pkg options] [generic options]
.SS "generic options:"
.TP
\fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-version\fR
output version of flagpoll
.TP
\fB\-\-list\-all\fR
list all known packages
.TP
\fB\-\-debug\fR
show debug information
.TP
\fB\-\-verbose\-debug\fR
show verbose debug information
.TP
\fB\-\-extra\-paths\fR=\fIEXTRA_PATHS\fR
extra paths for flagpoll to search for meta\-data files
.TP
\fB\-\-concat\fR
concatenate all output and output as one line
.TP
\fB\-\-keep\-dups\fR
do not strip out all duplicate info from options
.TP
\fB\-\-info\fR
show information for packages
.TP
\fB\-\-print\-pkg\-options\fR
show pkg specific options
.SS "options:"
.TP
\fB\-\-modversion\fR
output version for package
.TP
\fB\-\-require\fR=\fIREQUIRE\fR
adds additional requirements for packages ex. 32/64
.TP
\fB\-\-libs\fR
output all linker flags
.TP
\fB\-\-static\fR
output linker flags for static linking
.TP
\fB\-\-libs\-only\-l\fR
output \fB\-l\fR flags
.TP
\fB\-\-libs\-only\-other\fR
output other libs (e.g. \fB\-pthread\fR)
.TP
\fB\-\-libs\-only\-L\fR
output \fB\-L\fR flags
.TP
\fB\-\-cflags\fR
output all pre\-processor and compiler flags
.TP
\fB\-\-cflags\-only\-I\fR
output \fB\-I\fR flags
.TP
\fB\-\-cflags\-only\-other\fR
output cflags not covered by the cflags\-only\-I option
.TP
\fB\-\-exists\fR
return 0 if the module(s) exist
.TP
\fB\-\-from\-file\fR=\fIFILE\fR
use the specified FILE for the package
.TP
\fB\-\-no\-deps\fR
do not lookup dependencies for the package
.TP
\fB\-\-atleast\-version\fR=\fIATLEAST_VERSION\fR
return 0 if the module is at least version
ATLEAST_VERSION
.TP
\fB\-\-exact\-version\fR=\fIEXACT_VERSION\fR
return 0 if the module is exactly version
EXACT_VERSION
.TP
\fB\-\-max\-release\fR=\fIMAX_RELEASE\fR
return 0 if the module has a release that has a
version of MAX_RELEASE and will return the max
.TP
\fB\-\-variable\fR=\fIVARIABLE\fR
get the value of a variable
.PP
dynamic options(replace VAR with a variable you want to get/filter on)
.IP
NOTE: replace underscores with dashes in VAR
NOTE: quotes are needed around <,>,= combinations
.TP
\fB\-\-get\-VAR\fR
get VAR from package
.TP
\fB\-\-get\-all\-VAR\fR
get VAR from package and its deps
.TP
\fB\-\-require\-VAR[\fR<,>,=VAL]
require that a var is defined for a package
or optionally use equality operators against VAL
.TP
\fB\-\-require\-all\-VAR[\fR<,>,=VAL]
require that a var is defined for all packages
or optionally use equality operators against VAL
.PP
extending search path
.TP
FLAGPOLL_PATH
environment variable that can be set to
extend the search path for .fpc/.pc files
.PP
Send bug reports and/or feedback to flagpoll\-users@vrsource.org
.SH "SEE ALSO"
The full documentation for
.B flagpoll
is maintained as a Texinfo manual. If the
.B info
and
.B flagpoll
programs are properly installed at your site, the command
.IP
.B info flagpoll
.PP
should give you access to the complete manual.