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