aboutsummaryrefslogtreecommitdiff
path: root/devel/bison/pkg-plist
blob: c1aa02e07374d5fe83dfe9e183be996c763ca71b (plain) (blame)
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
bin/bison
man/man1/bison.1.gz
share/aclocal/bison-i18n.m4
%%DATADIR%%/README.md
%%DATADIR%%/bison-default.css
%%DATADIR%%/m4sugar/foreach.m4
%%DATADIR%%/m4sugar/m4sugar.m4
%%DATADIR%%/skeletons/README-D.txt
%%DATADIR%%/skeletons/bison.m4
%%DATADIR%%/skeletons/c++-skel.m4
%%DATADIR%%/skeletons/c++.m4
%%DATADIR%%/skeletons/c-like.m4
%%DATADIR%%/skeletons/c-skel.m4
%%DATADIR%%/skeletons/c.m4
%%DATADIR%%/skeletons/d-skel.m4
%%DATADIR%%/skeletons/d.m4
%%DATADIR%%/skeletons/glr.c
%%DATADIR%%/skeletons/glr.cc
%%DATADIR%%/skeletons/java-skel.m4
%%DATADIR%%/skeletons/java.m4
%%DATADIR%%/skeletons/lalr1.cc
%%DATADIR%%/skeletons/lalr1.d
%%DATADIR%%/skeletons/lalr1.java
%%DATADIR%%/skeletons/location.cc
%%DATADIR%%/skeletons/stack.hh
%%DATADIR%%/skeletons/traceon.m4
%%DATADIR%%/skeletons/variant.hh
%%DATADIR%%/skeletons/yacc.c
%%DATADIR%%/xslt/bison.xsl
%%DATADIR%%/xslt/xml2dot.xsl
%%DATADIR%%/xslt/xml2text.xsl
%%DATADIR%%/xslt/xml2xhtml.xsl
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/THANKS
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/calc++/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/calc++/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/calc++/calc++.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/calc++/driver.cc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/calc++/driver.hh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/calc++/parser.yy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/calc++/scanner.ll
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/simple.yy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/variant-11.yy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/variant.yy
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/bistromathic/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/bistromathic/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/bistromathic/parse.y
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/calc/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/calc/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/calc/calc.y
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/lexcalc/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/lexcalc/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/lexcalc/parse.y
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/lexcalc/scan.l
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/mfcalc/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/mfcalc/calc.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/mfcalc/mfcalc.y
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/pushcalc/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/pushcalc/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/pushcalc/calc.y
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/reccalc/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/reccalc/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/reccalc/parse.y
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/reccalc/scan.l
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/rpcalc/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c/rpcalc/rpcalc.y
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/d/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/d/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/d/calc.y
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/calc/Calc.y
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/calc/Makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/simple/Calc.y
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/java/simple/Makefile
%%NLS%%share/locale/af/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/ast/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/be/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/bg/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/bg/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/bg/LC_MESSAGES/bison.mo
%%NLS%%share/locale/ca/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/ca/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/ca/LC_MESSAGES/bison.mo
%%NLS%%share/locale/cs/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/da/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/da/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/da/LC_MESSAGES/bison.mo
%%NLS%%share/locale/de/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/de/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/de/LC_MESSAGES/bison.mo
%%NLS%%share/locale/el/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/el/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/el/LC_MESSAGES/bison.mo
%%NLS%%share/locale/eo/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/eo/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/eo/LC_MESSAGES/bison.mo
%%NLS%%share/locale/es/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/es/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/es/LC_MESSAGES/bison.mo
%%NLS%%share/locale/et/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/et/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/et/LC_MESSAGES/bison.mo
%%NLS%%share/locale/eu/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/fi/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/fi/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/fi/LC_MESSAGES/bison.mo
%%NLS%%share/locale/fr/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/fr/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/fr/LC_MESSAGES/bison.mo
%%NLS%%share/locale/ga/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/ga/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/ga/LC_MESSAGES/bison.mo
%%NLS%%share/locale/gl/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/gl/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/hr/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/hr/LC_MESSAGES/bison.mo
%%NLS%%share/locale/hu/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/hu/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/ia/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/id/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/id/LC_MESSAGES/bison.mo
%%NLS%%share/locale/it/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/it/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/it/LC_MESSAGES/bison.mo
%%NLS%%share/locale/ja/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/ja/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/ja/LC_MESSAGES/bison.mo
%%NLS%%share/locale/ko/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/ky/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/lt/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/lv/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/ms/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/ms/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/ms/LC_MESSAGES/bison.mo
%%NLS%%share/locale/nb/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/nb/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/nb/LC_MESSAGES/bison.mo
%%NLS%%share/locale/nl/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/nl/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/nl/LC_MESSAGES/bison.mo
%%NLS%%share/locale/pl/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/pl/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/pl/LC_MESSAGES/bison.mo
%%NLS%%share/locale/pt/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/pt/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/pt/LC_MESSAGES/bison.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/bison.mo
%%NLS%%share/locale/ro/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/ro/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/ro/LC_MESSAGES/bison.mo
%%NLS%%share/locale/ru/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/ru/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/ru/LC_MESSAGES/bison.mo
%%NLS%%share/locale/rw/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/sk/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/sl/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/sl/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/sq/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/sr/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/sr/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/sr/LC_MESSAGES/bison.mo
%%NLS%%share/locale/sv/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/sv/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/sv/LC_MESSAGES/bison.mo
%%NLS%%share/locale/ta/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/th/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/tr/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/tr/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/tr/LC_MESSAGES/bison.mo
%%NLS%%share/locale/uk/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/uk/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/uk/LC_MESSAGES/bison.mo
%%NLS%%share/locale/vi/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/vi/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/vi/LC_MESSAGES/bison.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/bison.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/bison-gnulib.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/bison-runtime.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/bison.mo