Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
f40640 1 #
AW 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
14 # Copyright 2019, Michal Nowak
15 # copyright 2021, Andreas Wacknitz
16 #
17
18 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
aa6347 19 set name=pkg.human-version value=$(HUMAN_VERSION)
f40640 20 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
AW 21 set name=pkg.description value="$(COMPONENT_DESCRIPTION)"
22 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
23 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
24 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
25 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
26
27 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
28
29 depend fmri=__TBD pkg.debug.depend.file=usr/bin/gm4 type=require
30
31 # Drop all info files as we provide them in a separate package:
32 <transform file path=.+/info/.+ -> drop>
33
34 # Drop bison runtime files as we provide them in a separate package:
35 <transform file path=.+/gnu/lib/.+ -> drop>
36 <transform file path=.+/locale/.+ -> drop>
37
38 link path=usr/sfw/bin/bison target=../../bin/bison mediator=bison mediator-version=$(COMPONENT_MAJOR_VERSION)
39
40 link path=usr/bin/bison target=bison-$(COMPONENT_MAJOR_VERSION) mediator=bison mediator-version=$(COMPONENT_MAJOR_VERSION)
41
42 link path=usr/share/man/man1/bison.1 target=bison-$(COMPONENT_MAJOR_VERSION).1 mediator=bison mediator-version=$(COMPONENT_MAJOR_VERSION)
43
44 #link path=usr/gnu/lib/$(MACH64)/liby.so.1 target=bison-$(COMPONENT_MAJOR_VERSION)/liby.so.1 mediator=bison mediator-version=$(COMPONENT_MAJOR_VERSION)
45 #link path=usr/gnu/lib/liby.so.1 target=bison-$(COMPONENT_MAJOR_VERSION)/liby.so.1 mediator=bison mediator-version=$(COMPONENT_MAJOR_VERSION)
46
47 file path=usr/bin/bison-$(COMPONENT_MAJOR_VERSION)
48 file path=usr/gnu/lib/$(MACH64)/bison-$(COMPONENT_MAJOR_VERSION)/liby.so.1
49 file path=usr/gnu/lib/bison-$(COMPONENT_MAJOR_VERSION)/liby.so.1
50 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/aclocal/bison-i18n.m4
51 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/README.md
52 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/bison-default.css
53 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/m4sugar/foreach.m4
54 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/m4sugar/m4sugar.m4
55 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/bison.m4
56 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/c++-skel.m4
57 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/c++.m4
58 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/c-like.m4
59 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/c-skel.m4
60 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/c.m4
61 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/d-skel.m4
62 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/d.m4
63 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/glr.c
64 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/glr.cc
65 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/glr2.cc
66 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/java-skel.m4
67 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/java.m4
68 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/lalr1.cc
69 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/lalr1.d
70 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/lalr1.java
71 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/location.cc
72 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/stack.hh
73 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/traceon.m4
74 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/variant.hh
75 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/skeletons/yacc.c
76 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/xslt/bison.xsl
77 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/xslt/xml2dot.xsl
78 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/xslt/xml2text.xsl
79 file path=usr/share/bison-$(COMPONENT_MAJOR_VERSION)/bison/xslt/xml2xhtml.xsl
aa6347 80 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/AUTHORS
MT 81 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/COPYING
82 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/NEWS
83 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/README
84 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/THANKS
85 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/TODO
86 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/README.md
87 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/Makefile
88 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/README.md
89 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/calc++/Makefile
90 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/calc++/README.md
91 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/calc++/calc++.cc
92 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/calc++/driver.cc
93 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/calc++/driver.hh
94 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/calc++/parser.yy
95 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/calc++/scanner.ll
96 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/simple.yy
97 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/variant-11.yy
98 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c++/variant.yy
99 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/README.md
100 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/bistromathic/Makefile
101 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/bistromathic/README.md
102 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/bistromathic/parse.y
103 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/calc/Makefile
104 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/calc/README.md
105 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/calc/calc.y
106 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/glr/Makefile
107 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/glr/README.md
108 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/glr/c++-types.y
109 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/lexcalc/Makefile
110 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/lexcalc/README.md
111 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/lexcalc/parse.y
112 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/lexcalc/scan.l
113 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/mfcalc/Makefile
114 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/mfcalc/calc.h
115 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/mfcalc/mfcalc.y
116 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/pushcalc/Makefile
117 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/pushcalc/README.md
118 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/pushcalc/calc.y
119 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/reccalc/Makefile
120 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/reccalc/README.md
121 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/reccalc/parse.y
122 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/reccalc/scan.l
123 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/rpcalc/Makefile
124 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/c/rpcalc/rpcalc.y
125 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/d/README.md
126 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/d/calc/Makefile
127 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/d/calc/calc.y
128 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/d/simple/Makefile
129 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/d/simple/calc.y
130 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/java/README.md
131 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/java/calc/Calc.y
132 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/java/calc/Makefile
133 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/java/simple/Calc.y
134 file path=usr/share/doc/bison-$(COMPONENT_MAJOR_VERSION)/examples/java/simple/Makefile
f40640 135 file path=usr/share/info/bison.info
AW 136 file path=usr/share/info/dir
137 file path=usr/share/locale/af/LC_MESSAGES/bison-gnulib.mo
138 file path=usr/share/locale/ast/LC_MESSAGES/bison-runtime.mo
139 file path=usr/share/locale/be/LC_MESSAGES/bison-gnulib.mo
140 file path=usr/share/locale/bg/LC_MESSAGES/bison-gnulib.mo
141 file path=usr/share/locale/bg/LC_MESSAGES/bison-runtime.mo
142 file path=usr/share/locale/bg/LC_MESSAGES/bison.mo
143 file path=usr/share/locale/ca/LC_MESSAGES/bison-gnulib.mo
144 file path=usr/share/locale/ca/LC_MESSAGES/bison-runtime.mo
145 file path=usr/share/locale/ca/LC_MESSAGES/bison.mo
146 file path=usr/share/locale/cs/LC_MESSAGES/bison-gnulib.mo
147 file path=usr/share/locale/da/LC_MESSAGES/bison-gnulib.mo
148 file path=usr/share/locale/da/LC_MESSAGES/bison-runtime.mo
149 file path=usr/share/locale/da/LC_MESSAGES/bison.mo
150 file path=usr/share/locale/de/LC_MESSAGES/bison-gnulib.mo
151 file path=usr/share/locale/de/LC_MESSAGES/bison-runtime.mo
152 file path=usr/share/locale/de/LC_MESSAGES/bison.mo
153 file path=usr/share/locale/el/LC_MESSAGES/bison-gnulib.mo
154 file path=usr/share/locale/el/LC_MESSAGES/bison-runtime.mo
155 file path=usr/share/locale/el/LC_MESSAGES/bison.mo
156 file path=usr/share/locale/eo/LC_MESSAGES/bison-gnulib.mo
157 file path=usr/share/locale/eo/LC_MESSAGES/bison-runtime.mo
158 file path=usr/share/locale/eo/LC_MESSAGES/bison.mo
159 file path=usr/share/locale/es/LC_MESSAGES/bison-gnulib.mo
160 file path=usr/share/locale/es/LC_MESSAGES/bison-runtime.mo
161 file path=usr/share/locale/es/LC_MESSAGES/bison.mo
162 file path=usr/share/locale/et/LC_MESSAGES/bison-gnulib.mo
163 file path=usr/share/locale/et/LC_MESSAGES/bison-runtime.mo
164 file path=usr/share/locale/et/LC_MESSAGES/bison.mo
165 file path=usr/share/locale/eu/LC_MESSAGES/bison-gnulib.mo
166 file path=usr/share/locale/fi/LC_MESSAGES/bison-gnulib.mo
167 file path=usr/share/locale/fi/LC_MESSAGES/bison-runtime.mo
168 file path=usr/share/locale/fi/LC_MESSAGES/bison.mo
169 file path=usr/share/locale/fr/LC_MESSAGES/bison-gnulib.mo
170 file path=usr/share/locale/fr/LC_MESSAGES/bison-runtime.mo
171 file path=usr/share/locale/fr/LC_MESSAGES/bison.mo
172 file path=usr/share/locale/ga/LC_MESSAGES/bison-gnulib.mo
173 file path=usr/share/locale/ga/LC_MESSAGES/bison-runtime.mo
174 file path=usr/share/locale/ga/LC_MESSAGES/bison.mo
175 file path=usr/share/locale/gl/LC_MESSAGES/bison-gnulib.mo
176 file path=usr/share/locale/gl/LC_MESSAGES/bison-runtime.mo
177 file path=usr/share/locale/hr/LC_MESSAGES/bison-runtime.mo
178 file path=usr/share/locale/hr/LC_MESSAGES/bison.mo
179 file path=usr/share/locale/hu/LC_MESSAGES/bison-gnulib.mo
180 file path=usr/share/locale/hu/LC_MESSAGES/bison-runtime.mo
181 file path=usr/share/locale/ia/LC_MESSAGES/bison-runtime.mo
182 file path=usr/share/locale/id/LC_MESSAGES/bison-runtime.mo
183 file path=usr/share/locale/id/LC_MESSAGES/bison.mo
184 file path=usr/share/locale/it/LC_MESSAGES/bison-gnulib.mo
185 file path=usr/share/locale/it/LC_MESSAGES/bison-runtime.mo
186 file path=usr/share/locale/it/LC_MESSAGES/bison.mo
187 file path=usr/share/locale/ja/LC_MESSAGES/bison-gnulib.mo
188 file path=usr/share/locale/ja/LC_MESSAGES/bison-runtime.mo
189 file path=usr/share/locale/ja/LC_MESSAGES/bison.mo
190 file path=usr/share/locale/ko/LC_MESSAGES/bison-gnulib.mo
191 file path=usr/share/locale/ky/LC_MESSAGES/bison-runtime.mo
192 file path=usr/share/locale/lt/LC_MESSAGES/bison-runtime.mo
193 file path=usr/share/locale/lv/LC_MESSAGES/bison-runtime.mo
194 file path=usr/share/locale/ms/LC_MESSAGES/bison-gnulib.mo
195 file path=usr/share/locale/ms/LC_MESSAGES/bison-runtime.mo
196 file path=usr/share/locale/ms/LC_MESSAGES/bison.mo
197 file path=usr/share/locale/nb/LC_MESSAGES/bison-gnulib.mo
198 file path=usr/share/locale/nb/LC_MESSAGES/bison-runtime.mo
199 file path=usr/share/locale/nb/LC_MESSAGES/bison.mo
200 file path=usr/share/locale/nl/LC_MESSAGES/bison-gnulib.mo
201 file path=usr/share/locale/nl/LC_MESSAGES/bison-runtime.mo
202 file path=usr/share/locale/nl/LC_MESSAGES/bison.mo
203 file path=usr/share/locale/pl/LC_MESSAGES/bison-gnulib.mo
204 file path=usr/share/locale/pl/LC_MESSAGES/bison-runtime.mo
205 file path=usr/share/locale/pl/LC_MESSAGES/bison.mo
206 file path=usr/share/locale/pt/LC_MESSAGES/bison-gnulib.mo
207 file path=usr/share/locale/pt/LC_MESSAGES/bison-runtime.mo
208 file path=usr/share/locale/pt/LC_MESSAGES/bison.mo
209 file path=usr/share/locale/pt_BR/LC_MESSAGES/bison-gnulib.mo
210 file path=usr/share/locale/pt_BR/LC_MESSAGES/bison-runtime.mo
211 file path=usr/share/locale/pt_BR/LC_MESSAGES/bison.mo
212 file path=usr/share/locale/ro/LC_MESSAGES/bison-gnulib.mo
213 file path=usr/share/locale/ro/LC_MESSAGES/bison-runtime.mo
214 file path=usr/share/locale/ro/LC_MESSAGES/bison.mo
215 file path=usr/share/locale/ru/LC_MESSAGES/bison-gnulib.mo
216 file path=usr/share/locale/ru/LC_MESSAGES/bison-runtime.mo
217 file path=usr/share/locale/ru/LC_MESSAGES/bison.mo
218 file path=usr/share/locale/rw/LC_MESSAGES/bison-gnulib.mo
219 file path=usr/share/locale/sk/LC_MESSAGES/bison-gnulib.mo
220 file path=usr/share/locale/sl/LC_MESSAGES/bison-gnulib.mo
221 file path=usr/share/locale/sl/LC_MESSAGES/bison-runtime.mo
222 file path=usr/share/locale/sq/LC_MESSAGES/bison-runtime.mo
223 file path=usr/share/locale/sr/LC_MESSAGES/bison-gnulib.mo
224 file path=usr/share/locale/sr/LC_MESSAGES/bison-runtime.mo
225 file path=usr/share/locale/sr/LC_MESSAGES/bison.mo
226 file path=usr/share/locale/sv/LC_MESSAGES/bison-gnulib.mo
227 file path=usr/share/locale/sv/LC_MESSAGES/bison-runtime.mo
228 file path=usr/share/locale/sv/LC_MESSAGES/bison.mo
229 file path=usr/share/locale/ta/LC_MESSAGES/bison-runtime.mo
230 file path=usr/share/locale/th/LC_MESSAGES/bison-runtime.mo
231 file path=usr/share/locale/tr/LC_MESSAGES/bison-gnulib.mo
232 file path=usr/share/locale/tr/LC_MESSAGES/bison-runtime.mo
233 file path=usr/share/locale/tr/LC_MESSAGES/bison.mo
234 file path=usr/share/locale/uk/LC_MESSAGES/bison-gnulib.mo
235 file path=usr/share/locale/uk/LC_MESSAGES/bison-runtime.mo
236 file path=usr/share/locale/uk/LC_MESSAGES/bison.mo
237 file path=usr/share/locale/vi/LC_MESSAGES/bison-gnulib.mo
238 file path=usr/share/locale/vi/LC_MESSAGES/bison-runtime.mo
239 file path=usr/share/locale/vi/LC_MESSAGES/bison.mo
240 file path=usr/share/locale/zh_CN/LC_MESSAGES/bison-gnulib.mo
241 file path=usr/share/locale/zh_CN/LC_MESSAGES/bison-runtime.mo
242 file path=usr/share/locale/zh_CN/LC_MESSAGES/bison.mo
243 file path=usr/share/locale/zh_TW/LC_MESSAGES/bison-gnulib.mo
244 file path=usr/share/locale/zh_TW/LC_MESSAGES/bison-runtime.mo
245 file path=usr/share/locale/zh_TW/LC_MESSAGES/bison.mo
246 file path=usr/share/man/man1/bison-$(COMPONENT_MAJOR_VERSION).1