Andreas Wacknitz
2023-07-06 3fa307dd9d93f7dab8388bf7ca9c3ce2c2b6195f
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
#
# 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/X11/lib/X11/app-defaults/GXditview
file path=usr/X11/lib/X11/app-defaults/GXditview-color
file path=usr/bin/addftinfo
file path=usr/bin/afmtodit
file path=usr/bin/eqn2graph
file path=usr/bin/gchem
file path=usr/bin/gdiffmk
file path=usr/bin/geqn
file path=usr/bin/ggrn
file path=usr/bin/gindxbib
file path=usr/bin/glilypond
file path=usr/bin/glookbib
file path=usr/bin/gneqn
file path=usr/bin/gnroff
file path=usr/bin/gperl
file path=usr/bin/gpic
file path=usr/bin/gpinyin
file path=usr/bin/grap2graph
file path=usr/bin/grefer
file path=usr/bin/grodvi
file path=usr/bin/groff
file path=usr/bin/grog
file path=usr/bin/grolbp
file path=usr/bin/grolj4
file path=usr/bin/gropdf
file path=usr/bin/grops
file path=usr/bin/grotty
file path=usr/bin/gsoelim
file path=usr/bin/gtbl
file path=usr/bin/gtroff
file path=usr/bin/gxditview
file path=usr/bin/hpftodit
file path=usr/bin/lkbib
file path=usr/bin/mmroff
file path=usr/bin/pdfmom
file path=usr/bin/pdfroff
file path=usr/bin/pfbtops
file path=usr/bin/pic2graph
file path=usr/bin/post-grohtml
file path=usr/bin/pre-grohtml
file path=usr/bin/preconv
file path=usr/bin/tfmtodit
file path=usr/bin/xtotroff
file path=usr/lib/$(MACH64)/charset.alias
file path=usr/lib/$(MACH64)/groff/site-tmac/an.ja.tmac
file path=usr/lib/$(MACH64)/groff/site-tmac/an.ja_JP.PCK.tmac
file path=usr/lib/$(MACH64)/groff/site-tmac/an.ja_JP.UTF-8.tmac
file path=usr/lib/$(MACH64)/groff/site-tmac/an.tmac
file path=usr/lib/$(MACH64)/groff/site-tmac/ansun.ja.tmac
file path=usr/lib/$(MACH64)/groff/site-tmac/ansun.ja_JP.PCK.tmac
file path=usr/lib/$(MACH64)/groff/site-tmac/ansun.ja_JP.UTF-8.tmac
file path=usr/lib/$(MACH64)/groff/site-tmac/ansun.tmac
file path=usr/lib/$(MACH64)/groff/site-tmac/bib.tmac
file path=usr/lib/$(MACH64)/groff/site-tmac/m.tmac
file path=usr/lib/$(MACH64)/groff/site-tmac/s.tmac
file path=usr/lib/$(MACH64)/groff/site-tmac/v.tmac
file path=usr/lib/$(MACH64)/groff/site-tmac/vgrind.tmac
file path=usr/share/doc/groff-$(HUMAN_VERSION)/automake.pdf
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/README
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch2a_ethyl.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch2b_benzene.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch2c_benzene_right.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4a_stick.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4b_methyl_acetate.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4c_colon.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4d_HCl.H2O.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4e_CaSO4.2H2O.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4f_C.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4g_BP.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4h_methacrylate.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4i_cyclo.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4j_ring4.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4k_ring3.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4l_vertex.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4m_double.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4n_triple.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4o_aromatic.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4p_cholestanol.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4q_rings.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4r_spiro.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4s_heteroatoms.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4t_polycyclic.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4u_nicotine.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4v_histidine.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4w_lsd.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4x_anisole.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4y_reserpine.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4z1_eqn_glutamic.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch4z2_text.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch5a_size.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch6a_pic.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/ch6b_dna.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/chAa_polymer.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/chAb_vinyl_chloro.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/chAc_morphine.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/chAd_chlorophyll.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/chAe_chair.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/chAf_arrow.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/chAg_circle.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/chAh_brackets.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/chAi_poly_vinyl_chloride.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/chBa_jump.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/chBb_bonds.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/122/chBc_rings.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/README
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/atp.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/cholesterin.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/ethamivan.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/lsd.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/morphine.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/penicillin.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/chem/reserpine.chem
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/gnu.eps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/grnexmpl.g
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/grnexmpl.me
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/grnexmpl.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/groff.css
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/chess_board.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/chess_board.roff
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/col_rowspan_colors.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/col_rowspan_colors.roff
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/color_boxes.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/color_boxes.roff
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/color_nested_tables.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/color_nested_tables.roff
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/color_table_cells.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/color_table_cells.roff
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/color_transitions.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/color_transitions.roff
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/common.roff
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/fonts_n.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/fonts_n.roff
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/fonts_x.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/fonts_x.roff
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/gnu.eps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/mixed_pickles.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/mixed_pickles.roff
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/rainbow.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/rainbow.roff
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/short_reference.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/hdtbl/short_reference.roff
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mm/letter.mm
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/README-fr.txt
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/README.txt
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/copyright-chapter.mom
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/copyright-chapter.pdf
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/copyright-default.mom
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/copyright-default.pdf
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/elvis_syntax
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/elvis_syntax.new
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/letter.mom
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/letter.pdf
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/mom-pdf.mom
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/mom-pdf.pdf
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/mom.vim
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/mon_premier_doc.mom
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/mon_premier_doc.pdf
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/penguin.pdf
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/penguin.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/sample_docs.mom
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/sample_docs.pdf
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/slide-demo.mom
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/slide-demo.pdf
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/typesetting.mom
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/typesetting.pdf
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/webpage.ms
file path=usr/share/doc/groff-$(HUMAN_VERSION)/examples/webpage.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/groff-man-pages.pdf
file path=usr/share/doc/groff-$(HUMAN_VERSION)/groff-man-pages.utf8.txt
file path=usr/share/doc/groff-$(HUMAN_VERSION)/groff.txt
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/appendices.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/color.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/cover.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/definitions.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/docelement.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/docprocessing.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/goodies.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/graphical.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/headfootpage.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/images.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/inlines.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/intro.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/letters.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/macrolist.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/rectoverso.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/refer.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/reserved.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/stylesheet.css
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/tables-of-contents.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/toc.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/typesetting.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/using.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/html/mom/version-2.html
file path=usr/share/doc/groff-$(HUMAN_VERSION)/me-revisions
file path=usr/share/doc/groff-$(HUMAN_VERSION)/meintro.me
file path=usr/share/doc/groff-$(HUMAN_VERSION)/meintro.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/meintro_fr.me
file path=usr/share/doc/groff-$(HUMAN_VERSION)/meintro_fr.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/meref.me
file path=usr/share/doc/groff-$(HUMAN_VERSION)/meref.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/ms.ms
file path=usr/share/doc/groff-$(HUMAN_VERSION)/ms.ps
file path=usr/share/doc/groff-$(HUMAN_VERSION)/msboxes.ms
file path=usr/share/doc/groff-$(HUMAN_VERSION)/pdf/automake.pdf
link path=usr/share/doc/groff-$(HUMAN_VERSION)/pdf/mom-pdf.pdf \
    target=/usr/share/doc/groff-$(HUMAN_VERSION)/examples/mom/mom-pdf.pdf
file path=usr/share/doc/groff-$(HUMAN_VERSION)/pdf/msboxes.pdf
file path=usr/share/doc/groff-$(HUMAN_VERSION)/pdf/pdfmark.pdf
file path=usr/share/doc/groff-$(HUMAN_VERSION)/pic.ms
file path=usr/share/doc/groff-$(HUMAN_VERSION)/pic.ps
file path=usr/share/groff/$(HUMAN_VERSION)/eign
file path=usr/share/groff/$(HUMAN_VERSION)/font/FontMap-X11
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/CB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/CBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/CI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/CR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/DESC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/HB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/HBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/HI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/HR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/NB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/NBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/NI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/NR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/S
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/TB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/TBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/TI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100-12/TR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/CB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/CBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/CI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/CR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/DESC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/HB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/HBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/HI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/HR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/NB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/NBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/NI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/NR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/S
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/TB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/TBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/TI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX100/TR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/CB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/CBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/CI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/CR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/DESC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/HB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/HBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/HI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/HR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/NB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/NBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/NI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/NR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/S
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/TB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/TBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/TI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75-12/TR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/CB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/CBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/CI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/CR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/DESC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/HB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/HBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/HI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/HR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/NB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/NBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/NI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/NR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/S
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/TB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/TBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/TI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devX75/TR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devascii/B
file path=usr/share/groff/$(HUMAN_VERSION)/font/devascii/BI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devascii/DESC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devascii/I
file path=usr/share/groff/$(HUMAN_VERSION)/font/devascii/R
file path=usr/share/groff/$(HUMAN_VERSION)/font/devcp1047/B
file path=usr/share/groff/$(HUMAN_VERSION)/font/devcp1047/BI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devcp1047/DESC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devcp1047/I
file path=usr/share/groff/$(HUMAN_VERSION)/font/devcp1047/R
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/CW
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/CWEC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/CWI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/CWIEC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/CWITC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/CWTC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/DESC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/EX
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/HB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/HBEC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/HBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/HBIEC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/HBITC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/HBTC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/HI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/HIEC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/HITC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/HR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/HREC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/HRTC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/MI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/S
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/SA
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/SB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/SC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/TB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/TBEC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/TBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/TBIEC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/TBITC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/TBTC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/TI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/TIEC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/TITC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/TR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/TREC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/TRTC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/generate/CompileFonts
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/generate/Makefile
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/generate/ec.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/generate/msam.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/generate/msbm.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/generate/tc.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/generate/texb.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/generate/texex.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/generate/texi.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/generate/texmi.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/generate/texr.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/generate/texsy.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/generate/textex.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devdvi/generate/textt.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devhtml/B
file path=usr/share/groff/$(HUMAN_VERSION)/font/devhtml/BI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devhtml/CB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devhtml/CBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devhtml/CI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devhtml/CR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devhtml/DESC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devhtml/I
file path=usr/share/groff/$(HUMAN_VERSION)/font/devhtml/R
file path=usr/share/groff/$(HUMAN_VERSION)/font/devhtml/S
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlatin1/B
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlatin1/BI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlatin1/DESC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlatin1/I
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlatin1/R
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/CB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/CI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/CR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/DESC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/EB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/EI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/ER
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/HB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/HBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/HI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/HNB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/HNBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/HNI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/HNR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/HR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/TB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/TBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/TI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlbp/TR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/AB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/ABI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/AI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/ALBB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/ALBR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/AOB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/AOI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/AOR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/AR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/CB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/CBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/CI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/CLARENDON
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/CORONET
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/CR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/DESC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/GB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/GBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/GI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/GR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/LGB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/LGI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/LGR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/MARIGOLD
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/OB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/OBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/OI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/OR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/S
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/SYMBOL
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/TB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/TBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/TI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/TNRB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/TNRBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/TNRI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/TNRR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/TR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/UB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/UBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/UCB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/UCBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/UCI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/UCR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/UI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/UR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/WINGDINGS
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/generate/Makefile
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/generate/special.awk
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/generate/special.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/generate/symbol.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/generate/text.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devlj4/generate/wingdings.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/AB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/ABI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/AI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/AR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/BMB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/BMBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/BMI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/BMR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/CB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/CBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/CI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/CR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/DESC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/EURO
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/Foundry
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/HB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/HBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/HI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/HNB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/HNBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/HNI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/HNR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/HR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/NB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/NBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/NI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/NR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/PB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/PBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/PI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/PR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/S
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/TB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/TBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/TI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/TR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-AB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-ABI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-AI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-AR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-BMB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-BMBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-BMI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-BMR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-CB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-CBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-CI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-CR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-HB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-HBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-HI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-HNB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-HNBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-HNI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-HNR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-HR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-NB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-NBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-NI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-NR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-PB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-PBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-PI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-PR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-S
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-TB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-TBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-TI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-TR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-ZCMI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/U-ZD
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/ZCMI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/ZD
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/download
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/enc/text.enc
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/map/dingbats.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/map/symbol.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/map/symbolchars
file path=usr/share/groff/$(HUMAN_VERSION)/font/devpdf/map/text.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/AB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/ABI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/AI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/AR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/BMB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/BMBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/BMI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/BMR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/CB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/CBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/CI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/CR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/DESC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/EURO
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/HB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/HBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/HI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/HNB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/HNBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/HNI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/HNR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/HR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/NB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/NBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/NI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/NR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/PB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/PBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/PI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/PR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/S
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/SS
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/TB
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/TBI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/TI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/TR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/ZCMI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/ZD
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/ZDR
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/download
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/freeeuro.afm
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/freeeuro.pfa
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/generate/Makefile
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/generate/afmname
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/generate/dingbats-reversed.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/generate/dingbats.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/generate/slanted-symbol.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/generate/symbol.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/generate/symbol.sed
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/generate/symbolchars
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/generate/text.map
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/prologue
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/symbolsl.afm
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/symbolsl.pfa
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/text.enc
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/zapfdr.afm
file path=usr/share/groff/$(HUMAN_VERSION)/font/devps/zapfdr.pfa
file path=usr/share/groff/$(HUMAN_VERSION)/font/devutf8/B
file path=usr/share/groff/$(HUMAN_VERSION)/font/devutf8/BI
file path=usr/share/groff/$(HUMAN_VERSION)/font/devutf8/DESC
file path=usr/share/groff/$(HUMAN_VERSION)/font/devutf8/I
file path=usr/share/groff/$(HUMAN_VERSION)/font/devutf8/R
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/CB
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/CBI
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/CI
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/CR
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/HB
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/HBI
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/HI
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/HNB
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/HNBI
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/HNI
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/HNR
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/HR
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/NB
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/NBI
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/NI
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/NR
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/PB
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/PBI
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/PI
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/PR
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/S
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/SS
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/TB
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/TBI
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/TI
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/TR
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/symbol.afm
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/symbolsl.afm
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/zapfdr.afm
file path=usr/share/groff/$(HUMAN_VERSION)/oldfont/devps/zapfdr.ps
file path=usr/share/groff/$(HUMAN_VERSION)/pic/chem.pic
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/62bit.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/X.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/Xps.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/an-ext.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/andoc.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/composite.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/cp1047.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/cs.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/de.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/den.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/devtag.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/doc-old.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/doc.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/dvi.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/e.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/ec.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/en.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/eqnrc
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/europs.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/fallbacks.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/fr.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/gan.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/gm.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/gmm.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/gmmse.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/gmse.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/gs.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/hdmisc.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/hdtbl.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/html-end.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/html.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/hyphen.cs
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/hyphen.den
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/hyphen.det
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/hyphen.en
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/hyphen.fr
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/hyphen.it
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/hyphen.sv
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/hyphenex.cs
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/hyphenex.en
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/it.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/ja.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/latin1.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/latin2.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/latin5.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/latin9.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/lbp.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/lj4.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/man.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/mandoc.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/mdoc.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/mdoc/doc-common
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/mdoc/doc-ditroff
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/mdoc/doc-nroff
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/mdoc/doc-syms
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/me.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/mm/0.MT
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/mm/4.MT
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/mm/5.MT
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/mm/ms.cov
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/mm/se_ms.cov
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/mom.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/ms.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/om.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/papersize.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/pdf.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/pdfmark.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/pdfpic.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/pic.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/ps.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/psatk.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/psold.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/pspic.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/ptx.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/refer-me.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/refer-mm.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/refer-ms.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/refer.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/rfc1345.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/sanitize.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/sboxes.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/spdf.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/sv.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/trace.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/trans.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/troffrc
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/troffrc-end
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/tty-char.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/tty.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/www.tmac
file path=usr/share/groff/$(HUMAN_VERSION)/tmac/zh.tmac
link path=usr/share/groff/current target=$(HUMAN_VERSION)
file path=usr/share/groff/site-tmac/man.local
file path=usr/share/groff/site-tmac/mdoc.local
file path=usr/share/info/dir
file path=usr/share/info/groff.info
file path=usr/share/info/groff.info-1
file path=usr/share/info/groff.info-2
file path=usr/share/info/groff.info-3
file path=usr/share/man/man1/addftinfo.1
file path=usr/share/man/man1/afmtodit.1
file path=usr/share/man/man1/chem.1
file path=usr/share/man/man1/eqn2graph.1
file path=usr/share/man/man1/gdiffmk.1
file path=usr/share/man/man1/geqn.1
file path=usr/share/man/man1/ggrn.1
file path=usr/share/man/man1/gindxbib.1
file path=usr/share/man/man1/glilypond.1
file path=usr/share/man/man1/glookbib.1
file path=usr/share/man/man1/gneqn.1
file path=usr/share/man/man1/gnroff.1
file path=usr/share/man/man1/gperl.1
file path=usr/share/man/man1/gpic.1
file path=usr/share/man/man1/gpinyin.1
file path=usr/share/man/man1/grap2graph.1
file path=usr/share/man/man1/grefer.1
file path=usr/share/man/man1/grodvi.1
file path=usr/share/man/man1/groff.1
file path=usr/share/man/man1/grog.1
file path=usr/share/man/man1/grohtml.1
file path=usr/share/man/man1/grolbp.1
file path=usr/share/man/man1/grolj4.1
file path=usr/share/man/man1/gropdf.1
file path=usr/share/man/man1/grops.1
file path=usr/share/man/man1/grotty.1
file path=usr/share/man/man1/gsoelim.1
file path=usr/share/man/man1/gtbl.1
file path=usr/share/man/man1/gtroff.1
file path=usr/share/man/man1/gxditview.1
file path=usr/share/man/man1/hpftodit.1
file path=usr/share/man/man1/lkbib.1
file path=usr/share/man/man1/mmroff.1
file path=usr/share/man/man1/pdfmom.1
file path=usr/share/man/man1/pdfroff.1
file path=usr/share/man/man1/pfbtops.1
file path=usr/share/man/man1/pic2graph.1
file path=usr/share/man/man1/preconv.1
file path=usr/share/man/man1/tfmtodit.1
file path=usr/share/man/man1/xtotroff.1
file path=usr/share/man/man5/groff_font.5
file path=usr/share/man/man5/groff_out.5
file path=usr/share/man/man5/groff_tmac.5
file path=usr/share/man/man7/groff.7
file path=usr/share/man/man7/groff_char.7
file path=usr/share/man/man7/groff_diff.7
file path=usr/share/man/man7/groff_hdtbl.7
file path=usr/share/man/man7/groff_man.7
file path=usr/share/man/man7/groff_man_style.7
file path=usr/share/man/man7/groff_mdoc.7
file path=usr/share/man/man7/groff_me.7
file path=usr/share/man/man7/groff_mm.7
file path=usr/share/man/man7/groff_mmse.7
file path=usr/share/man/man7/groff_mom.7
file path=usr/share/man/man7/groff_ms.7
file path=usr/share/man/man7/groff_rfc1345.7
file path=usr/share/man/man7/groff_trace.7
file path=usr/share/man/man7/groff_www.7
file path=usr/share/man/man7/roff.7