Andreas Wacknitz
2023-11-23 59a03be7f3cd646a9a67b4d9044eff827e317c3e
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2023 <contributor>
#
 
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
file path=usr/bin/bison-$(COMPONENT_MAJOR_VERSION)
file path=usr/gnu/lib/$(MACH64)/bison-$(COMPONENT_MAJOR_VERSION)/liby.so.1
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/aclocal/bison-i18n.m4
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/README.md
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/bison-default.css
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/m4sugar/foreach.m4
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/m4sugar/m4sugar.m4
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/bison.m4
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/c++-skel.m4
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/c++.m4
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/c-like.m4
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/c-skel.m4
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/c.m4
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/d-skel.m4
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/d.m4
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/glr.c
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/glr.cc
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/glr2.cc
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/java-skel.m4
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/java.m4
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/lalr1.cc
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/lalr1.d
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/lalr1.java
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/location.cc
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/stack.hh
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/traceon.m4
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/variant.hh
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/yacc.c
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/xslt/bison.xsl
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/xslt/xml2dot.xsl
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/xslt/xml2text.xsl
file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/xslt/xml2xhtml.xsl
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/AUTHORS
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/COPYING
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/NEWS
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/README
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/THANKS
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/TODO
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/README.md
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/Makefile
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/README.md
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/calc++/Makefile
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/calc++/README.md
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/calc++/calc++.cc
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/calc++/driver.cc
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/calc++/driver.hh
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/calc++/parser.yy
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/calc++/scanner.ll
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/simple.yy
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/variant-11.yy
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/variant.yy
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/README.md
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/bistromathic/Makefile
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/bistromathic/README.md
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/bistromathic/parse.y
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/calc/Makefile
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/calc/README.md
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/calc/calc.y
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/glr/Makefile
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/glr/README.md
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/glr/c++-types.y
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/lexcalc/Makefile
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/lexcalc/README.md
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/lexcalc/parse.y
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/lexcalc/scan.l
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/mfcalc/Makefile
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/mfcalc/calc.h
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/mfcalc/mfcalc.y
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/pushcalc/Makefile
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/pushcalc/README.md
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/pushcalc/calc.y
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/reccalc/Makefile
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/reccalc/README.md
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/reccalc/parse.y
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/reccalc/scan.l
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/rpcalc/Makefile
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/rpcalc/rpcalc.y
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/d/README.md
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/d/calc/Makefile
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/d/calc/calc.y
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/d/simple/Makefile
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/d/simple/calc.y
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/java/README.md
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/java/calc/Calc.y
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/java/calc/Makefile
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/java/simple/Calc.y
file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/java/simple/Makefile
file path=usr/share/info/bison.info
file path=usr/share/info/dir
file path=usr/share/locale/af/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/ast/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/be/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/bg/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/bg/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/bg/LC_MESSAGES/bison.mo
file path=usr/share/locale/ca/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/ca/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/ca/LC_MESSAGES/bison.mo
file path=usr/share/locale/cs/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/da/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/da/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/da/LC_MESSAGES/bison.mo
file path=usr/share/locale/de/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/de/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/de/LC_MESSAGES/bison.mo
file path=usr/share/locale/el/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/el/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/el/LC_MESSAGES/bison.mo
file path=usr/share/locale/eo/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/eo/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/eo/LC_MESSAGES/bison.mo
file path=usr/share/locale/es/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/es/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/es/LC_MESSAGES/bison.mo
file path=usr/share/locale/et/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/et/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/et/LC_MESSAGES/bison.mo
file path=usr/share/locale/eu/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/fi/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/fi/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/fi/LC_MESSAGES/bison.mo
file path=usr/share/locale/fr/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/fr/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/fr/LC_MESSAGES/bison.mo
file path=usr/share/locale/ga/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/ga/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/ga/LC_MESSAGES/bison.mo
file path=usr/share/locale/gl/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/gl/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/hr/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/hr/LC_MESSAGES/bison.mo
file path=usr/share/locale/hu/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/hu/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/ia/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/id/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/id/LC_MESSAGES/bison.mo
file path=usr/share/locale/it/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/it/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/it/LC_MESSAGES/bison.mo
file path=usr/share/locale/ja/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/ja/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/ja/LC_MESSAGES/bison.mo
file path=usr/share/locale/ko/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/ky/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/lt/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/lv/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/ms/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/ms/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/ms/LC_MESSAGES/bison.mo
file path=usr/share/locale/nb/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/nb/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/nb/LC_MESSAGES/bison.mo
file path=usr/share/locale/nl/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/nl/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/nl/LC_MESSAGES/bison.mo
file path=usr/share/locale/pl/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/pl/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/pl/LC_MESSAGES/bison.mo
file path=usr/share/locale/pt/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/pt/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/pt/LC_MESSAGES/bison.mo
file path=usr/share/locale/pt_BR/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/pt_BR/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/pt_BR/LC_MESSAGES/bison.mo
file path=usr/share/locale/ro/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/ro/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/ro/LC_MESSAGES/bison.mo
file path=usr/share/locale/ru/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/ru/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/ru/LC_MESSAGES/bison.mo
file path=usr/share/locale/rw/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/sk/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/sl/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/sl/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/sq/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/sr/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/sr/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/sr/LC_MESSAGES/bison.mo
file path=usr/share/locale/sv/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/sv/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/sv/LC_MESSAGES/bison.mo
file path=usr/share/locale/ta/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/th/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/tr/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/tr/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/tr/LC_MESSAGES/bison.mo
file path=usr/share/locale/uk/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/uk/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/uk/LC_MESSAGES/bison.mo
file path=usr/share/locale/vi/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/vi/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/vi/LC_MESSAGES/bison.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/bison.mo
file path=usr/share/locale/zh_TW/LC_MESSAGES/bison-gnulib.mo
file path=usr/share/locale/zh_TW/LC_MESSAGES/bison-runtime.mo
file path=usr/share/locale/zh_TW/LC_MESSAGES/bison.mo
file path=usr/share/man/man1/bison-$(COMPONENT_MAJOR_VERSION).1