blob: 561f0ec27545c89a104de44f31f5fb100f164f14 (
plain)
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
|
# $NetBSD: Makefile,v 1.78 2015/05/08 13:22:52 wiz Exp $
DISTNAME= tetex-texmf-3.0
PKGNAME= ${DISTNAME:C/tetex/teTeX/}
PKGREVISION= 54
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=obsolete/systems/unix/teTeX/3.0/distrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.tug.org/tetex/
COMMENT= Machine-independent part of teTeX
CONFLICTS+= teTeX-share-[0-9]*
DEPENDS+= tex-SIunits-[0-9]*:../../print/tex-SIunits
DEPENDS+= tex-a4wide-[0-9]*:../../print/tex-a4wide
DEPENDS+= tex-a5comb-[0-9]*:../../print/tex-a5comb
DEPENDS+= tex-abstract-[0-9]*:../../print/tex-abstract
DEPENDS+= tex-acromake-[0-9]*:../../print/tex-acromake
DEPENDS+= tex-acronym-[0-9]*:../../print/tex-acronym
DEPENDS+= tex-adrconv-[0-9]*:../../print/tex-adrconv
DEPENDS+= tex-advdate-[0-9]*:../../print/tex-advdate
DEPENDS+= tex-aeguill-[0-9]*:../../print/tex-aeguill
DEPENDS+= tex-anonchap-[0-9]*:../../print/tex-anonchap
DEPENDS+= tex-antt-[0-9]*:../../fonts/tex-antt
DEPENDS+= tex-anysize-[0-9]*:../../print/tex-anysize
DEPENDS+= tex-algorithms-[0-9]*:../../print/tex-algorithms
DEPENDS+= tex-appendix-[0-9]*:../../print/tex-appendix
DEPENDS+= tex-bbm-[0-9]*:../../fonts/tex-bbm
DEPENDS+= tex-bbm-macros-[0-9]*:../../print/tex-bbm-macros
DEPENDS+= tex-bbold-[0-9]*:../../fonts/tex-bbold
DEPENDS+= tex-beamer-[0-9]*:../../print/tex-beamer
DEPENDS+= tex-belleek-[0-9]*:../../fonts/tex-belleek
DEPENDS+= tex-bezos-[0-9]*:../../print/tex-bezos
DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex
DEPENDS+= tex-bibtopic-[0-9]*:../../print/tex-bibtopic
DEPENDS+= tex-bibunits-[0-9]*:../../print/tex-bibunits
DEPENDS+= tex-block-[0-9]*:../../print/tex-block
DEPENDS+= tex-bold-extra-[0-9]*:../../print/tex-bold-extra
DEPENDS+= tex-booktabs-[0-9]*:../../print/tex-booktabs
DEPENDS+= tex-boxedminipage-[0-9]*:../../print/tex-boxedminipage
DEPENDS+= tex-braket-[0-9]*:../../print/tex-braket
DEPENDS+= tex-breakcites-[0-9]*:../../print/tex-breakcites
DEPENDS+= tex-breqn-[0-9]*:../../print/tex-breqn
DEPENDS+= tex-cancel-[0-9]*:../../print/tex-cancel
DEPENDS+= tex-capt-of-[0-9]*:../../print/tex-capt-of
DEPENDS+= tex-captdef-[0-9]*:../../print/tex-captdef
DEPENDS+= tex-caption-[0-9]*:../../print/tex-caption
DEPENDS+= tex-cases-[0-9]*:../../print/tex-cases
DEPENDS+= tex-cbfonts-[0-9]*:../../fonts/tex-cbfonts
DEPENDS+= tex-cbfonts-fd-[0-9]*:../../fonts/tex-cbfonts-fd
DEPENDS+= tex-ccfonts-[0-9]*:../../fonts/tex-ccfonts
DEPENDS+= tex-changebar-[0-9]*:../../print/tex-changebar
DEPENDS+= tex-chbibref-[0-9]*:../../print/tex-chbibref
DEPENDS+= tex-chngcntr-[0-9]*:../../print/tex-chngcntr
DEPENDS+= tex-changepage-[0-9]*:../../print/tex-changepage
DEPENDS+= tex-circle-[0-9]*:../../print/tex-circle
DEPENDS+= tex-cite-[0-9]*:../../print/tex-cite
DEPENDS+= tex-cmap-[0-9]*:../../print/tex-cmap
DEPENDS+= tex-cmbright-[0-9]*:../../fonts/tex-cmbright
DEPENDS+= tex-cmcyr>=2009:../../fonts/tex-cmcyr
DEPENDS+= texlive-collection-fontsrecommended>=2010:../../meta-pkgs/texlive-collection-fontsrecommended
DEPENDS+= texlive-collection-genericrecommended>=2010:../../meta-pkgs/texlive-collection-genericrecommended
DEPENDS+= texlive-collection-latex>=2010:../../meta-pkgs/texlive-collection-latex
DEPENDS+= tex-colortbl-[0-9]*:../../print/tex-colortbl
DEPENDS+= tex-comment-[0-9]*:../../print/tex-comment
DEPENDS+= tex-concmath-[0-9]*:../../fonts/tex-concmath
DEPENDS+= tex-concmath-fonts-[0-9]*:../../fonts/tex-concmath-fonts
DEPENDS+= tex-concrete-[0-9]*:../../fonts/tex-concrete
DEPENDS+= tex-context>=2009:../../print/tex-context
DEPENDS+= tex-crop-[0-9]*:../../print/tex-crop
DEPENDS+= tex-cs-[0-9]*:../../fonts/tex-cs
DEPENDS+= tex-cweb-[0-9]*:../../print/tex-cweb
DEPENDS+= tex-cyrillic>=2009:../../print/tex-cyrillic
DEPENDS+= tex-dblfloatfix-[0-9]*:../../print/tex-dblfloatfix
DEPENDS+= tex-dk-bib-[0-9]*:../../print/tex-dk-bib
DEPENDS+= tex-doublestroke>=1.0:../../fonts/tex-doublestroke
DEPENDS+= tex-ec>=1.0:../../fonts/tex-ec
DEPENDS+= tex-ecc>=1.0:../../fonts/tex-ecc
DEPENDS+= tex-eepic>=1.1e:../../graphics/tex-eepic
DEPENDS+= tex-endfloat-[0-9]*:../../print/tex-endfloat
DEPENDS+= tex-endnotes-[0-9]*:../../print/tex-endnotes
DEPENDS+= tex-enumitem-[0-9]*:../../print/tex-enumitem
DEPENDS+= tex-esint-[0-9]*:../../fonts/tex-esint
DEPENDS+= tex-eso-pic-[0-9]*:../../print/tex-eso-pic
DEPENDS+= tex-ethiop-[0-9]*:../../print/tex-ethiop
DEPENDS+= tex-euxm-[0-9]*:../../fonts/tex-euxm
DEPENDS+= tex-eulervm-[0-9]*:../../fonts/tex-eulervm
DEPENDS+= tex-exam-[0-9]*:../../print/tex-exam
DEPENDS+= tex-excludeonly-[0-9]*:../../print/tex-excludeonly
DEPENDS+= tex-extsizes-[0-9]*:../../print/tex-extsizes
DEPENDS+= tex-fancybox-[0-9]*:../../print/tex-fancybox
DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb
DEPENDS+= tex-float-[0-9]*:../../print/tex-float
DEPENDS+= tex-fncylab-[0-9]*:../../print/tex-fncylab
DEPENDS+= tex-fnpara-[0-9]*:../../print/tex-fnpara
DEPENDS+= tex-footmisc-[0-9]*:../../print/tex-footmisc
DEPENDS+= tex-fontinst-[0-9]*:../../fonts/tex-fontinst
DEPENDS+= tex-fp-[0-9]*:../../math/tex-fp
DEPENDS+= tex-framed-[0-9]*:../../print/tex-framed
DEPENDS+= tex-ftcap-[0-9]*:../../print/tex-ftcap
DEPENDS+= tex-fwlw-[0-9]*:../../print/tex-fwlw
DEPENDS+= tex-germbib-[0-9]*:../../print/tex-germbib
DEPENDS+= tex-gothic-[0-9]*:../../fonts/tex-gothic
DEPENDS+= tex-graphics-pln-[0-9]*:../../graphics/tex-graphics-pln
DEPENDS+= tex-gustlib-[0-9]*:../../print/tex-gustlib
DEPENDS+= tex-hypernat-[0-9]*:../../print/tex-hypernat
DEPENDS+= tex-hyphen-basque-[0-9]*:../../print/tex-hyphen-basque
DEPENDS+= tex-hyphen-bulgarian-[0-9]*:../../print/tex-hyphen-bulgarian
DEPENDS+= tex-hyphen-catalan-[0-9]*:../../print/tex-hyphen-catalan
DEPENDS+= tex-hyphen-croatian-[0-9]*:../../print/tex-hyphen-croatian
DEPENDS+= tex-hyphen-czech-[0-9]*:../../print/tex-hyphen-czech
DEPENDS+= tex-hyphen-danish-[0-9]*:../../print/tex-hyphen-danish
DEPENDS+= tex-hyphen-dutch-[0-9]*:../../print/tex-hyphen-dutch
DEPENDS+= tex-hyphen-esperanto-[0-9]*:../../print/tex-hyphen-esperanto
DEPENDS+= tex-hyphen-estonian-[0-9]*:../../print/tex-hyphen-estonian
DEPENDS+= tex-hyphen-finnish-[0-9]*:../../print/tex-hyphen-finnish
DEPENDS+= tex-hyphen-french-[0-9]*:../../print/tex-hyphen-french
DEPENDS+= tex-hyphen-german-[0-9]*:../../print/tex-hyphen-german
DEPENDS+= tex-hyphen-greek-[0-9]*:../../print/tex-hyphen-greek
DEPENDS+= tex-hyphen-hungarian-[0-9]*:../../print/tex-hyphen-hungarian
DEPENDS+= tex-hyphen-icelandic-[0-9]*:../../print/tex-hyphen-icelandic
DEPENDS+= tex-hyphen-indonesian-[0-9]*:../../print/tex-hyphen-indonesian
DEPENDS+= tex-hyphen-irish-[0-9]*:../../print/tex-hyphen-irish
DEPENDS+= tex-hyphen-italian-[0-9]*:../../print/tex-hyphen-italian
DEPENDS+= tex-hyphen-latin-[0-9]*:../../print/tex-hyphen-latin
DEPENDS+= tex-hyphen-norwegian-[0-9]*:../../print/tex-hyphen-norwegian
DEPENDS+= tex-hyphen-polish-[0-9]*:../../print/tex-hyphen-polish
DEPENDS+= tex-hyphen-portuguese-[0-9]*:../../print/tex-hyphen-portuguese
DEPENDS+= tex-hyphen-romanian-[0-9]*:../../print/tex-hyphen-romanian
DEPENDS+= tex-hyphen-russian-[0-9]*:../../print/tex-hyphen-russian
DEPENDS+= tex-hyphen-serbian-[0-9]*:../../print/tex-hyphen-serbian
DEPENDS+= tex-hyphen-slovak-[0-9]*:../../print/tex-hyphen-slovak
DEPENDS+= tex-hyphen-slovenian-[0-9]*:../../print/tex-hyphen-slovenian
DEPENDS+= tex-hyphen-spanish-[0-9]*:../../print/tex-hyphen-spanish
DEPENDS+= tex-hyphen-swedish-[0-9]*:../../print/tex-hyphen-swedish
DEPENDS+= tex-hyphen-turkish-[0-9]*:../../print/tex-hyphen-turkish
DEPENDS+= tex-hyphen-ukrainian-[0-9]*:../../print/tex-hyphen-ukrainian
DEPENDS+= tex-hyphenat-[0-9]*:../../print/tex-hyphenat
DEPENDS+= tex-ifmtarg-[0-9]*:../../print/tex-ifmtarg
DEPENDS+= tex-index-[0-9]*:../../print/tex-index
DEPENDS+= tex-jknapltx-[0-9]*:../../print/tex-jknapltx
DEPENDS+= tex-jurabib-[0-9]*:../../print/tex-jurabib
DEPENDS+= tex-kix-[0-9]*:../../print/tex-kix
DEPENDS+= tex-knuth-doc-[0-9]*:../../print/tex-knuth-doc
DEPENDS+= tex-koma-script-[0-9]*:../../print/tex-koma-script
DEPENDS+= tex-lambda-[0-9]*:../../print/tex-lambda
DEPENDS+= tex-lastpage-[0-9]*:../../print/tex-lastpage
DEPENDS+= tex-lineno-[0-9]*:../../print/tex-lineno
DEPENDS+= tex-listing-[0-9]*:../../print/tex-listing
DEPENDS+= tex-listings-[0-9]*:../../print/tex-listings
DEPENDS+= tex-lh>=3.5g:../../fonts/tex-lh
DEPENDS+= tex-ly1-[0-9]*:../../fonts/tex-ly1
DEPENDS+= tex-magaz-[0-9]*:../../print/tex-magaz
DEPENDS+= tex-manfnt-[0-9]*:../../fonts/tex-manfnt
DEPENDS+= tex-mathtools-[0-9]*:../../print/tex-mathtools
DEPENDS+= tex-mdwtools-[0-9]*:../../print/tex-mdwtools
DEPENDS+= tex-memoir-[0-9]*:../../print/tex-memoir
DEPENDS+= tex-metapost-[0-9]*:../../graphics/tex-metapost
DEPENDS+= tex-mfpic-[0-9]*:../../graphics/tex-mfpic
DEPENDS+= tex-microtype-[0-9]*:../../print/tex-microtype
DEPENDS+= tex-midpage-[0-9]*:../../print/tex-midpage
DEPENDS+= tex-misc209-[0-9]*:../../print/tex-misc209
DEPENDS+= tex-mltex-[0-9]*:../../print/tex-mltex
DEPENDS+= tex-moreverb-[0-9]*:../../print/tex-moreverb
DEPENDS+= tex-ms-[0-9]*:../../print/tex-ms
DEPENDS+= tex-multirow-[0-9]*:../../print/tex-multirow
DEPENDS+= tex-needspace-[0-9]*:../../print/tex-needspace
DEPENDS+= tex-nextpage-[0-9]*:../../print/tex-nextpage
DEPENDS+= tex-nomencl-[0-9]*:../../print/tex-nomencl
DEPENDS+= tex-ntgclass-[0-9]*:../../print/tex-ntgclass
DEPENDS+= tex-ntheorem-[0-9]*:../../print/tex-ntheorem
DEPENDS+= tex-ocherokee-[0-9]*:../../fonts/tex-ocherokee
DEPENDS+= tex-oinuit-[0-9]*:../../print/tex-oinuit
DEPENDS+= tex-omega-[0-9]*:../../print/tex-omega
DEPENDS+= tex-otibet-[0-9]*:../../print/tex-otibet
DEPENDS+= tex-oubraces-[0-9]*:../../print/tex-oubraces
DEPENDS+= tex-overpic-[0-9]*:../../print/tex-overpic
DEPENDS+= tex-paralist-[0-9]*:../../print/tex-paralist
DEPENDS+= tex-pdfpages-[0-9]*:../../print/tex-pdfpages
DEPENDS+= tex-picinpar-[0-9]*:../../print/tex-picinpar
DEPENDS+= tex-pictex-[0-9]*:../../graphics/tex-pictex
DEPENDS+= tex-pl-[0-9]*:../../fonts/tex-pl
DEPENDS+= tex-placeins-[0-9]*:../../print/tex-placeins
DEPENDS+= tex-placeins-plain-[0-9]*:../../print/tex-placeins-plain
DEPENDS+= tex-poltawski-[0-9]*:../../print/tex-poltawski
DEPENDS+= tex-preprint-[0-9]*:../../print/tex-preprint
DEPENDS+= tex-preview-[0-9]*:../../print/tex-preview
DEPENDS+= tex-printlen-[0-9]*:../../print/tex-printlen
DEPENDS+= tex-psfrag-[0-9]*:../../print/tex-psfrag
DEPENDS+= tex-psgo-[0-9]*:../../graphics/tex-psgo
DEPENDS+= tex-pst-3d-[0-9]*:../../graphics/tex-pst-3d
DEPENDS+= tex-pst-3dplot-[0-9]*:../../graphics/tex-pst-3dplot
DEPENDS+= tex-pst-blur-[0-9]*:../../graphics/tex-pst-blur
DEPENDS+= tex-pst-circ-[0-9]*:../../graphics/tex-pst-circ
DEPENDS+= tex-pst-coil-[0-9]*:../../graphics/tex-pst-coil
DEPENDS+= tex-pst-eps-[0-9]*:../../graphics/tex-pst-eps
DEPENDS+= tex-pst-fill-[0-9]*:../../graphics/tex-pst-fill
DEPENDS+= tex-pst-ghsb-[0-9]*:../../graphics/tex-pst-ghsb
DEPENDS+= tex-pst-gr3d-[0-9]*:../../graphics/tex-pst-gr3d
DEPENDS+= tex-pst-grad-[0-9]*:../../graphics/tex-pst-grad
DEPENDS+= tex-pst-geo-[0-9]*:../../geography/tex-pst-geo
DEPENDS+= tex-pst-lens-[0-9]*:../../graphics/tex-pst-lens
DEPENDS+= tex-pst-math-[0-9]*:../../graphics/tex-pst-math
DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node
DEPENDS+= tex-pst-osci-[0-9]*:../../graphics/tex-pst-osci
DEPENDS+= tex-pst-plot-[0-9]*:../../graphics/tex-pst-plot
DEPENDS+= tex-pst-poly-[0-9]*:../../graphics/tex-pst-poly
DEPENDS+= tex-pst-slpe-[0-9]*:../../graphics/tex-pst-slpe
DEPENDS+= tex-pst-text-[0-9]*:../../graphics/tex-pst-text
DEPENDS+= tex-pst-tree-[0-9]*:../../graphics/tex-pst-tree
DEPENDS+= tex-pst-uml-[0-9]*:../../devel/tex-pst-uml
DEPENDS+= tex-pst-vue3d-[0-9]*:../../graphics/tex-pst-vue3d
DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
DEPENDS+= tex-pstricks-add-[0-9]*:../../graphics/tex-pstricks-add
DEPENDS+= tex-relsize-[0-9]*:../../print/tex-relsize
DEPENDS+= tex-revtex4-[0-9]*:../../print/tex-revtex4
DEPENDS+= tex-rotating-[0-9]*:../../print/tex-rotating
DEPENDS+= tex-sansmath-[0-9]*:../../print/tex-sansmath
DEPENDS+= tex-sauter-[0-9]*:../../fonts/tex-sauter
DEPENDS+= tex-sectsty-[0-9]*:../../print/tex-sectsty
DEPENDS+= tex-selectp-[0-9]*:../../print/tex-selectp
DEPENDS+= tex-seminar-[0-9]*:../../print/tex-seminar
DEPENDS+= tex-setspace-[0-9]*:../../print/tex-setspace
DEPENDS+= tex-soul-[0-9]*:../../print/tex-soul
DEPENDS+= tex-stmaryrd-[0-9]*:../../fonts/tex-stmaryrd
DEPENDS+= tex-subfigure-[0-9]*:../../print/tex-subfigure
DEPENDS+= tex-subfig-[0-9]*:../../print/tex-subfig
DEPENDS+= tex-supertabular-[0-9]*:../../print/tex-supertabular
DEPENDS+= tex-tabls-[0-9]*:../../print/tex-tabls
DEPENDS+= tex-t2-[0-9]*:../../print/tex-t2
DEPENDS+= tex-tex-gyre-[0-9]*:../../fonts/tex-tex-gyre
DEPENDS+= tex-tex-gyre-math-[0-9]*:../../fonts/tex-tex-gyre-math
DEPENDS+= tex-texinfo-[0-9]*:../../print/tex-texinfo
DEPENDS+= tex-threeparttable-[0-9]*:../../print/tex-threeparttable
DEPENDS+= tex-thumbpdf-[0-9]*:../../print/tex-thumbpdf
DEPENDS+= tex-titlesec-[0-9]*:../../print/tex-titlesec
DEPENDS+= tex-tocbibind-[0-9]*:../../print/tex-tocbibind
DEPENDS+= tex-tocloft-[0-9]*:../../print/tex-tocloft
DEPENDS+= tex-twoinone-[0-9]*:../../print/tex-twoinone
DEPENDS+= tex-type1cm-[0-9]*:../../print/tex-type1cm
DEPENDS+= tex-umlaute-[0-9]*:../../print/tex-umlaute
DEPENDS+= tex-units-[0-9]*:../../print/tex-units
DEPENDS+= tex-upquote-[0-9]*:../../print/tex-upquote
DEPENDS+= tex-url-[0-9]*:../../print/tex-url
DEPENDS+= tex-verbdef-[0-9]*:../../print/tex-verbdef
DEPENDS+= tex-version-[0-9]*:../../print/tex-version
DEPENDS+= tex-vertbars-[0-9]*:../../print/tex-vertbars
DEPENDS+= tex-vntex-[0-9]*:../../print/tex-vntex
DEPENDS+= tex-vruler-[0-9]*:../../print/tex-vruler
DEPENDS+= tex-wrapfig-[0-9]*:../../print/tex-wrapfig
DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
DEPENDS+= tex-xtab-[0-9]*:../../print/tex-xtab
DEPENDS+= tex-xypic-[0-9]*:../../graphics/tex-xypic
DEPENDS+= tex-yfonts-[0-9]*:../../print/tex-yfonts
EXTRACT_ELEMENTS+= bibtex
EXTRACT_ELEMENTS+= fonts
EXTRACT_ELEMENTS+= scripts
EXTRACT_ELEMENTS+= tex
WRKSRC= ${WRKDIR}/tetex
EXTRACT_DIR= ${WRKSRC}
NO_BUILD= yes
USE_TOOLS+= sh:run pax
INSTALLATION_DIRS+= share/texmf-dist
TEX_MAP_FILES+= mathpple.map
TEX_MAP_FILES+= urwvn.map
TEX_MIXEDMAP_FILES+= ccpl.map
.include "../../print/kpathsea/texmf.mk"
.include "../../print/tex-tetex/map.mk"
post-extract:
rm -f ${WRKSRC}/ls-R
rm -rf ${WRKSRC}/bibtex/bib
rm -rf ${WRKSRC}/bibtex/bst/[a-m]*
rm -rf ${WRKSRC}/bibtex/bst/natbib
rm -rf ${WRKSRC}/bibtex/bst/[p-z]*
rm -rf ${WRKSRC}/fonts/afm/[a-x]*
rm -rf ${WRKSRC}/fonts/[clop]*
rm -rf ${WRKSRC}/fonts/enc/dvipdfm
rm -rf ${WRKSRC}/fonts/enc/dvips/[abd-oq-z]*
rm -rf ${WRKSRC}/fonts/enc/dvips/context
rm -rf ${WRKSRC}/fonts/enc/dvips/pl
rm -rf ${WRKSRC}/fonts/map/dvipdfm
rm -rf ${WRKSRC}/fonts/map/dvips/[abd-knoq-sv-z]*
rm -rf ${WRKSRC}/fonts/map/dvips/context
rm -rf ${WRKSRC}/fonts/map/dvips/lm
rm -rf ${WRKSRC}/fonts/map/dvips/misc/cmcyr.map
rm -rf ${WRKSRC}/fonts/map/dvips/misc/[d-o]*
rm -rf ${WRKSRC}/fonts/map/dvips/pl
rm -rf ${WRKSRC}/fonts/map/dvips/psnfss
rm -rf ${WRKSRC}/fonts/map/dvips/tetex/[abd-km-z]*.map
-rmdir ${WRKSRC}/fonts/map/dvips/updmap
rm -rf ${WRKSRC}/fonts/map/fontname
-rmdir ${WRKSRC}/fonts/map/pdftex/updmap
-rmdir ${WRKSRC}/fonts/misc
-rmdir ${WRKSRC}/fonts/sfd
rm -rf ${WRKSRC}/fonts/source/ams
rm -rf ${WRKSRC}/fonts/source/jknappen/[a-s]*
rm -rf ${WRKSRC}/fonts/source/lh
rm -rf ${WRKSRC}/fonts/source/public/[abd-ln-uw-z]*
rm -rf ${WRKSRC}/fonts/source/public/cbgreek
rm -rf ${WRKSRC}/fonts/source/public/cm
rm -rf ${WRKSRC}/fonts/source/public/cmbright
rm -rf ${WRKSRC}/fonts/source/public/cmextra
rm -rf ${WRKSRC}/fonts/source/public/concmath
rm -rf ${WRKSRC}/fonts/source/public/concrete
rm -rf ${WRKSRC}/fonts/source/public/cs
rm -rf ${WRKSRC}/fonts/source/public/mflogo
rm -f ${WRKSRC}/fonts/source/public/misc/[0-9a-wyz]*.mf
rm -rf ${WRKSRC}/fonts/tfm/adobe/[a-ln-z]*
rm -rf ${WRKSRC}/fonts/tfm/ams
rm -rf ${WRKSRC}/fonts/tfm/bitstrea
rm -rf ${WRKSRC}/fonts/tfm/bitstrea
rm -rf ${WRKSRC}/fonts/tfm/cg/cou*
rm -rf ${WRKSRC}/fonts/tfm/cg/[h-kp-s]*
rm -rf ${WRKSRC}/fonts/tfm/cg/times
rm -rf ${WRKSRC}/fonts/tfm/[d-o]*
rm -rf ${WRKSRC}/fonts/tfm/public/[abd-ln-pr-tw-z]*
rm -rf ${WRKSRC}/fonts/tfm/public/cm
rm -rf ${WRKSRC}/fonts/tfm/public/cmbright
rm -rf ${WRKSRC}/fonts/tfm/public/cm[c-z]*
rm -rf ${WRKSRC}/fonts/tfm/public/concmath
rm -rf ${WRKSRC}/fonts/tfm/public/concrete
rm -rf ${WRKSRC}/fonts/tfm/public/cs
rm -rf ${WRKSRC}/fonts/tfm/public/marvosym
rm -rf ${WRKSRC}/fonts/tfm/public/mflogo
rm -f ${WRKSRC}/fonts/tfm/public/misc/[b-q]*.tfm
rm -rf ${WRKSRC}/fonts/tfm/public/qfonts
rm -rf ${WRKSRC}/fonts/tfm/yandy/times
-rmdir ${WRKSRC}/fonts/truetype
rm -rf ${WRKSRC}/fonts/type1/[a-oq-z]*
rm -rf ${WRKSRC}/fonts/type1/public/[abd-tw-z]*
rm -rf ${WRKSRC}/fonts/type1/public/cmcyr
rm -rf ${WRKSRC}/fonts/type1/public/cs
-rmdir ${WRKSRC}/fonts/type3
-rmdir ${WRKSRC}/fonts/type42
rm -rf ${WRKSRC}/fonts/vf/adobe/[a-ln-z]*
rm -rf ${WRKSRC}/fonts/vf/bitstrea
rm -rf ${WRKSRC}/fonts/vf/public/ae*
rm -rf ${WRKSRC}/fonts/vf/public/cmcyr
rm -rf ${WRKSRC}/fonts/vf/public/eulervm
rm -rf ${WRKSRC}/fonts/vf/public/pxfonts
rm -rf ${WRKSRC}/fonts/vf/public/t*
rm -rf ${WRKSRC}/fonts/vf/cg/cou*
rm -rf ${WRKSRC}/fonts/vf/cg/[h-k]*
rm -rf ${WRKSRC}/fonts/vf/cg/times
rm -rf ${WRKSRC}/fonts/vf/yandy/times
rm -rf ${WRKSRC}/scripts/context
rm -rf ${WRKSRC}/scripts/thumbpdf
rm -rf ${WRKSRC}/tex/context
rm -rf ${WRKSRC}/tex/fontinst
rm -rf ${WRKSRC}/tex/generic/[abdf-km-pu-z]*
rm -rf ${WRKSRC}/tex/generic/con*
rm -rf ${WRKSRC}/tex/generic/enctex
rm -rf ${WRKSRC}/tex/generic/encodings
rm -rf ${WRKSRC}/tex/generic/epsf
rm -rf ${WRKSRC}/tex/generic/ruhyphen
rm -rf ${WRKSRC}/tex/generic/tex-ps
rm -rf ${WRKSRC}/tex/generic/texnames
rm -rf ${WRKSRC}/tex/generic/thumbpdf
rm -rf ${WRKSRC}/tex/lambda
rm -rf ${WRKSRC}/tex/latex/SIunits
rm -rf ${WRKSRC}/tex/latex/a4wide
rm -rf ${WRKSRC}/tex/latex/a[b-m]*
rm -rf ${WRKSRC}/tex/latex/anysize
rm -rf ${WRKSRC}/tex/latex/antp
rm -rf ${WRKSRC}/tex/latex/antt
rm -rf ${WRKSRC}/tex/latex/appendix
rm -rf ${WRKSRC}/tex/latex/base
rm -rf ${WRKSRC}/tex/latex/bbm
rm -rf ${WRKSRC}/tex/latex/bbold
rm -rf ${WRKSRC}/tex/latex/be*
rm -rf ${WRKSRC}/tex/latex/bib*
rm -rf ${WRKSRC}/tex/latex/bo*
rm -rf ${WRKSRC}/tex/latex/ca[m-z]*
rm -rf ${WRKSRC}/tex/latex/carlisle
rm -rf ${WRKSRC}/tex/latex/ccfonts
rm -rf ${WRKSRC}/tex/latex/cmbright
rm -rf ${WRKSRC}/tex/latex/changebar
rm -rf ${WRKSRC}/tex/latex/chngpage
rm -rf ${WRKSRC}/tex/latex/cite
rm -rf ${WRKSRC}/tex/latex/cmap
rm -rf ${WRKSRC}/tex/latex/comment
rm -rf ${WRKSRC}/tex/latex/concmath
rm -rf ${WRKSRC}/tex/latex/concrete
rm -rf ${WRKSRC}/tex/latex/con[f-z]*
rm -rf ${WRKSRC}/tex/latex/crop
rm -rf ${WRKSRC}/tex/latex/c[v-z]*
rm -rf ${WRKSRC}/tex/latex/dk-bib
rm -rf ${WRKSRC}/tex/latex/dstroke
rm -rf ${WRKSRC}/tex/latex/dvipdfm
rm -rf ${WRKSRC}/tex/latex/e[d-n]*
rm -rf ${WRKSRC}/tex/latex/e[st]*
rm -rf ${WRKSRC}/tex/latex/euler
rm -rf ${WRKSRC}/tex/latex/eulervm
rm -rf ${WRKSRC}/tex/latex/eurosym
rm -rf ${WRKSRC}/tex/latex/ex*
rm -rf ${WRKSRC}/tex/latex/fa*
rm -rf ${WRKSRC}/tex/latex/float
rm -rf ${WRKSRC}/tex/latex/fnpara
rm -rf ${WRKSRC}/tex/latex/footmisc
rm -rf ${WRKSRC}/tex/latex/fontinst
rm -rf ${WRKSRC}/tex/latex/fp
rm -rf ${WRKSRC}/tex/latex/framed
rm -rf ${WRKSRC}/tex/latex/germbib
rm -rf ${WRKSRC}/tex/latex/geo*
rm -f ${WRKSRC}/tex/latex/graphics/[a-l]*
rm -f ${WRKSRC}/tex/latex/graphics/p*
rm -f ${WRKSRC}/tex/latex/graphics/t[cr]*
rm -rf ${WRKSRC}/tex/latex/h*
rm -rf ${WRKSRC}/tex/latex/index
rm -rf ${WRKSRC}/tex/latex/jknappen
rm -rf ${WRKSRC}/tex/latex/jurabib
rm -rf ${WRKSRC}/tex/latex/k*
rm -rf ${WRKSRC}/tex/latex/lastpage
rm -rf ${WRKSRC}/tex/latex/lineno
rm -rf ${WRKSRC}/tex/latex/lis*
rm -rf ${WRKSRC}/tex/latex/lm
rm -rf ${WRKSRC}/tex/latex/marvosym
rm -rf ${WRKSRC}/tex/latex/m[b-o]*
rm -rf ${WRKSRC}/tex/latex/ms
rm -rf ${WRKSRC}/tex/latex/multind
rm -rf ${WRKSRC}/tex/latex/multirow
rm -rf ${WRKSRC}/tex/latex/n[a-s]*
rm -rf ${WRKSRC}/tex/latex/ntgclass
rm -rf ${WRKSRC}/tex/latex/ntheorem
rm -f ${WRKSRC}/tex/latex/oberdiek/[a-u]*
rm -rf ${WRKSRC}/tex/latex/optional
rm -rf ${WRKSRC}/tex/latex/overpic
rm -rf ${WRKSRC}/tex/latex/par*
rm -rf ${WRKSRC}/tex/latex/p[c-g]*
rm -rf ${WRKSRC}/tex/latex/picinpar
rm -rf ${WRKSRC}/tex/latex/placeins
rm -rf ${WRKSRC}/tex/latex/portland
rm -rf ${WRKSRC}/tex/latex/pre*
rm -rf ${WRKSRC}/tex/latex/ps[b-z]*
rm -rf ${WRKSRC}/tex/latex/pxfonts
rm -rf ${WRKSRC}/tex/latex/qfonts
rm -rf ${WRKSRC}/tex/latex/relsize
rm -rf ${WRKSRC}/tex/latex/revtex4
rm -rf ${WRKSRC}/tex/latex/rotating
rm -rf ${WRKSRC}/tex/latex/selectp
rm -rf ${WRKSRC}/tex/latex/sec*
rm -rf ${WRKSRC}/tex/latex/seminar
rm -rf ${WRKSRC}/tex/latex/set*
rm -rf ${WRKSRC}/tex/latex/shadow
rm -rf ${WRKSRC}/tex/latex/showtags
rm -rf ${WRKSRC}/tex/latex/soul
rm -rf ${WRKSRC}/tex/latex/stmaryrd
rm -rf ${WRKSRC}/tex/latex/su*
rm -rf ${WRKSRC}/tex/latex/t2
rm -rf ${WRKSRC}/tex/latex/tabls
rm -rf ${WRKSRC}/tex/latex/threeparttable
rm -rf ${WRKSRC}/tex/latex/ti*
rm -rf ${WRKSRC}/tex/latex/toc*
rm -rf ${WRKSRC}/tex/latex/tools
rm -rf ${WRKSRC}/tex/latex/t[s-z]*
rm -rf ${WRKSRC}/tex/latex/u[l-p]*
rm -rf ${WRKSRC}/tex/latex/url
rm -rf ${WRKSRC}/tex/latex/version
rm -rf ${WRKSRC}/tex/latex/wasysym
rm -rf ${WRKSRC}/tex/latex/wrapfig
rm -rf ${WRKSRC}/tex/latex/xcolor
rm -rf ${WRKSRC}/tex/latex/x*
rm -rf ${WRKSRC}/tex/latex/y*
rm -rf ${WRKSRC}/tex/plain/amsfonts
rm -rf ${WRKSRC}/tex/plain/antt
rm -f ${WRKSRC}/tex/plain/base/[c-gmp-z]*
rm -f ${WRKSRC}/tex/plain/base/letter*
rm -rf ${WRKSRC}/tex/plain/[c-ln-or-uw-z]*
rm -rf ${WRKSRC}/tex/plain/mproof
rm -rf ${WRKSRC}/tex/plain/pdfcolor
rm -rf ${WRKSRC}/tex/platex
rm -rf ${WRKSRC}/tex/texinfo
do-install:
cd ${WRKSRC} && pax -wr -s ',.*\.orig$$,,' * ${DESTDIR}${PREFIX}/share/texmf-dist
.include "../../mk/bsd.pkg.mk"
|