aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
blob: b72fa8e983ffec3584ce05a00b5d3ea9b5148508 (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
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
# $FreeBSD$
#

    COMMENT = Text processing utilities (does not include desktop publishing)

    SUBDIR += 2bsd-diff
    SUBDIR += Ebnf2ps
    SUBDIR += add-css-links
    SUBDIR += af-aspell
    SUBDIR += aft
    SUBDIR += agrep
    SUBDIR += aiksaurus
    SUBDIR += aiksaurus-gtk
    SUBDIR += align
    SUBDIR += am-aspell
    SUBDIR += ant-xinclude-task
    SUBDIR += antiword
    SUBDIR += archmage
    SUBDIR += ascii2pdf
    SUBDIR += asm2html
    SUBDIR += aspell
    SUBDIR += az-aspell
    SUBDIR += be-aspell
    SUBDIR += bedic-data
    SUBDIR += bg-aspell
    SUBDIR += bib2html
    SUBDIR += bibtex2html
    SUBDIR += bidiv
    SUBDIR += bn-aspell
    SUBDIR += br-aspell
    SUBDIR += british-ispell
    SUBDIR += c2html
    SUBDIR += ca-aspell
    SUBDIR += carthage
    SUBDIR += catdoc
    SUBDIR += cbedic
    SUBDIR += cdif
    SUBDIR += cdiff
    SUBDIR += cdsware
    SUBDIR += chpp
    SUBDIR += cl-meta
    SUBDIR += cl-meta-clisp
    SUBDIR += cl-meta-cmucl
    SUBDIR += cl-meta-sbcl
    SUBDIR += cl-ppcre
    SUBDIR += cl-ppcre-clisp
    SUBDIR += cl-ppcre-cmucl
    SUBDIR += cl-ppcre-sbcl
    SUBDIR += clit
    SUBDIR += coco
    SUBDIR += code2html
    SUBDIR += cole
    SUBDIR += cost
    SUBDIR += crimson
    SUBDIR += cs-aspell
    SUBDIR += csv2latex
    SUBDIR += csv2xml
    SUBDIR += ctpp
    SUBDIR += cwtext
    SUBDIR += cy-aspell
    SUBDIR += da-aspell
    SUBDIR += dadadodo
    SUBDIR += db2latex
    SUBDIR += dbacl
    SUBDIR += denature
    SUBDIR += dict
    SUBDIR += dictfmt
    SUBDIR += dictionary
    SUBDIR += diff-mode.el
    SUBDIR += diffsplit
    SUBDIR += diffstat
    SUBDIR += diffutils
    SUBDIR += docbook
    SUBDIR += docbook-241
    SUBDIR += docbook-300
    SUBDIR += docbook-310
    SUBDIR += docbook-400
    SUBDIR += docbook-410
    SUBDIR += docbook-420
    SUBDIR += docbook-430
    SUBDIR += docbook-sk
    SUBDIR += docbook-tdg
    SUBDIR += docbook-to-man
    SUBDIR += docbook-xml
    SUBDIR += docbook-xml-430
    SUBDIR += docbook-xsd
    SUBDIR += docbook-xsl
    SUBDIR += docbookide.el
    SUBDIR += doclifter
    SUBDIR += docproj
    SUBDIR += docproj-jadetex
    SUBDIR += docproj-nojadetex
    SUBDIR += domc
    SUBDIR += dsssl-docbook-cygnus
    SUBDIR += dsssl-docbook-modular
    SUBDIR += dtd-catalogs
    SUBDIR += dtd2relax
    SUBDIR += dtdinst
    SUBDIR += dtdparse
    SUBDIR += easydiff
    SUBDIR += el-aspell
    SUBDIR += emacs-wiki
    SUBDIR += enchant
    SUBDIR += eo-aspell
    SUBDIR += eruby
    SUBDIR += es-aspell
    SUBDIR += estraier
    SUBDIR += et-aspell
    SUBDIR += expat2
    SUBDIR += exslt
    SUBDIR += fa-aspell
    SUBDIR += fdp-tools
    SUBDIR += fi-aspell
    SUBDIR += filepp
    SUBDIR += fist
    SUBDIR += fo-aspell
    SUBDIR += foiltex
    SUBDIR += fop
    SUBDIR += freegrep
    SUBDIR += ga-aspell
    SUBDIR += galax
    SUBDIR += gauche-sxml
    SUBDIR += gd-aspell
    SUBDIR += gdict
    SUBDIR += gdome2
    SUBDIR += gl-aspell
    SUBDIR += glark
    SUBDIR += glimpse
    SUBDIR += gmat
    SUBDIR += gmetadom
    SUBDIR += gnome-translate
    SUBDIR += gnomedocutils
    SUBDIR += gnomespell
    SUBDIR += gpp
    SUBDIR += grap
    SUBDIR += gsed
    SUBDIR += gtk-doc
    SUBDIR += gtkdiff
    SUBDIR += gtkspell2
    SUBDIR += gutenmark
    SUBDIR += gv-aspell
    SUBDIR += gxditview
    SUBDIR += gxmlviewer
    SUBDIR += hevea
    SUBDIR += hgrep
    SUBDIR += hhm
    SUBDIR += highlight
    SUBDIR += hr-aspell
    SUBDIR += hs-haxml
    SUBDIR += hsb-aspell
    SUBDIR += htdig
    SUBDIR += html
    SUBDIR += html-pretty
    SUBDIR += html2fo
    SUBDIR += html2text
    SUBDIR += htmldoc
    SUBDIR += htmlize.el
    SUBDIR += htmlsection
    SUBDIR += htmltolatex
    SUBDIR += ia-aspell
    SUBDIR += id-aspell
    SUBDIR += idnits
    SUBDIR += iiimf-client-lib
    SUBDIR += iiimf-csconv
    SUBDIR += iiimf-gnome-im-switcher
    SUBDIR += iiimf-gtk
    SUBDIR += iiimf-headers
    SUBDIR += iiimf-le-unit
    SUBDIR += iiimf-protocol-lib
    SUBDIR += iiimf-server
    SUBDIR += iiimf-x
    SUBDIR += iiimf-x-lib
    SUBDIR += info2html
    SUBDIR += info2man
    SUBDIR += info_to_html
    SUBDIR += intltool
    SUBDIR += ipdf
    SUBDIR += is-aspell
    SUBDIR += isearch
    SUBDIR += iso12083
    SUBDIR += iso8879
    SUBDIR += ispell
    SUBDIR += it-aspell
    SUBDIR += jade
    SUBDIR += jakarta-commons-digester
    SUBDIR += java2html
    SUBDIR += javacc
    SUBDIR += jaxup
    SUBDIR += jdictionary
    SUBDIR += jdictionary-int-eng
    SUBDIR += jing
    SUBDIR += jrefentry
    SUBDIR += kbedic
    SUBDIR += kdiff3
    SUBDIR += l2a
    SUBDIR += la-aspell
    SUBDIR += lacheck
    SUBDIR += latex2html
    SUBDIR += latte
    SUBDIR += libcroco
    SUBDIR += libebml
    SUBDIR += libhtmlparse
    SUBDIR += liblingoteach
    SUBDIR += liblrdf
    SUBDIR += libparsifal
    SUBDIR += libpathan
    SUBDIR += libtranslate
    SUBDIR += libtre
    SUBDIR += libuninameslist
    SUBDIR += libwpd
    SUBDIR += libxdiff
    SUBDIR += libxml
    SUBDIR += libxml++
    SUBDIR += libxml++26
    SUBDIR += libxml2
    SUBDIR += libxode
    SUBDIR += libxslt
    SUBDIR += linux-aspell
    SUBDIR += linux-expat
    SUBDIR += linux-libxml
    SUBDIR += linuxdoc
    SUBDIR += lt-aspell
    SUBDIR += ltxml
    SUBDIR += lv-aspell
    SUBDIR += makefaq
    SUBDIR += makepatch
    SUBDIR += maketeidtd
    SUBDIR += man2html
    SUBDIR += manued.el
    SUBDIR += mathml-xsd
    SUBDIR += meld
    SUBDIR += mgdiff
    SUBDIR += mguesser
    SUBDIR += mi-aspell
    SUBDIR += mifluz
    SUBDIR += mini-xml
    SUBDIR += minidom
    SUBDIR += mk-aspell
    SUBDIR += mkcatalog
    SUBDIR += mn-aspell
    SUBDIR += modlogan
    SUBDIR += ms-aspell
    SUBDIR += mt-aspell
    SUBDIR += nb-aspell
    SUBDIR += nds-aspell
    SUBDIR += nfbtrans
    SUBDIR += nicetext
    SUBDIR += nl-aspell
    SUBDIR += nl-ispell
    SUBDIR += nltk
    SUBDIR += nn-aspell
    SUBDIR += nunnimcax
    SUBDIR += nux
    SUBDIR += ny-aspell
    SUBDIR += ocaml-expat
    SUBDIR += ocaml-pxp
    SUBDIR += ocaml-yaxi
    SUBDIR += ocaml-yaxpo
    SUBDIR += openfts
    SUBDIR += openjade
    SUBDIR += opensched
    SUBDIR += opensp
    SUBDIR += or-aspell
    SUBDIR += p5-Apache-ParseLog
    SUBDIR += p5-Apache-XBEL
    SUBDIR += p5-CSS-SAC
    SUBDIR += p5-CSS-Tiny
    SUBDIR += p5-Data-FormValidator
    SUBDIR += p5-DelimMatch
    SUBDIR += p5-Filter-Simple
    SUBDIR += p5-FreeBSD-Ports
    SUBDIR += p5-HTML-Format
    SUBDIR += p5-HTML-Tidy
    SUBDIR += p5-Hash-Merge
    SUBDIR += p5-IDNA-Punycode
    SUBDIR += p5-IO-CSVHeaderFile
    SUBDIR += p5-LJ-SpellCheck
    SUBDIR += p5-Lingua-Conjunction
    SUBDIR += p5-Lingua-EN-AddressParse
    SUBDIR += p5-Lingua-EN-Gender
    SUBDIR += p5-Lingua-EN-Infinitive
    SUBDIR += p5-Lingua-EN-Inflect
    SUBDIR += p5-Lingua-EN-Inflect-Number
    SUBDIR += p5-Lingua-EN-MatchNames
    SUBDIR += p5-Lingua-EN-NameCase
    SUBDIR += p5-Lingua-EN-NameParse
    SUBDIR += p5-Lingua-EN-Nickname
    SUBDIR += p5-Lingua-EN-Numbers
    SUBDIR += p5-Lingua-EN-Numbers-Easy
    SUBDIR += p5-Lingua-EN-Numbers-Ordinate
    SUBDIR += p5-Lingua-EN-Sentence
    SUBDIR += p5-Lingua-EN-Squeeze
    SUBDIR += p5-Lingua-EN-Summarize
    SUBDIR += p5-Lingua-EN-Syllable
    SUBDIR += p5-Lingua-EN-Tagger
    SUBDIR += p5-Lingua-Ident
    SUBDIR += p5-Lingua-Ispell
    SUBDIR += p5-Lingua-PT-Stemmer
    SUBDIR += p5-Lingua-Preferred
    SUBDIR += p5-Lingua-Stem
    SUBDIR += p5-Lingua-Stem-Fr
    SUBDIR += p5-Lingua-Stem-It
    SUBDIR += p5-Lingua-Stem-Ru
    SUBDIR += p5-Lingua-Stem-Snowball
    SUBDIR += p5-Lingua-Stem-Snowball-Da
    SUBDIR += p5-Lingua-Stem-Snowball-No
    SUBDIR += p5-Lingua-Stem-Snowball-Se
    SUBDIR += p5-Lingua-StopWords
    SUBDIR += p5-MARC
    SUBDIR += p5-MARC-Record
    SUBDIR += p5-NetAddr-IP-Find
    SUBDIR += p5-Number-Format
    SUBDIR += p5-PDF-API2
    SUBDIR += p5-PDF-Create
    SUBDIR += p5-POE-Filter-XML
    SUBDIR += p5-PPI
    SUBDIR += p5-PPI-HTML
    SUBDIR += p5-Parse-Syslog
    SUBDIR += p5-PerlPoint-Converters
    SUBDIR += p5-PerlPoint-Package
    SUBDIR += p5-Plucene
    SUBDIR += p5-Plucene-Plugin-Analyzer-SnowballAnalyzer
    SUBDIR += p5-Pod-Constants
    SUBDIR += p5-Pod-DocBook
    SUBDIR += p5-Pod-Escapes
    SUBDIR += p5-Pod-POM
    SUBDIR += p5-Pod-Simple
    SUBDIR += p5-Pod-Stripper
    SUBDIR += p5-Pod-Tree
    SUBDIR += p5-PodParser
    SUBDIR += p5-RADIUS-UserFile
    SUBDIR += p5-RDF-Core
    SUBDIR += p5-RDF-Notation3
    SUBDIR += p5-RDF-Simple
    SUBDIR += p5-RDFStore
    SUBDIR += p5-RTF-Parser
    SUBDIR += p5-RTF-Tokenizer
    SUBDIR += p5-RTF-Writer
    SUBDIR += p5-Regex-PreSuf
    SUBDIR += p5-Regexp-Common
    SUBDIR += p5-Regexp-Log
    SUBDIR += p5-Regexp-Log-Common
    SUBDIR += p5-SVG
    SUBDIR += p5-Search-Saryer
    SUBDIR += p5-Sort-ArbBiLex
    SUBDIR += p5-Sort-Fields
    SUBDIR += p5-Sort-Naturally
    SUBDIR += p5-Sort-PolySort
    SUBDIR += p5-Spork
    SUBDIR += p5-Spreadsheet-ParseExcel
    SUBDIR += p5-Spreadsheet-WriteExcel
    SUBDIR += p5-Spreadsheet-WriteExcel-FromXML
    SUBDIR += p5-Spreadsheet-WriteExcelXML
    SUBDIR += p5-String-Scanf
    SUBDIR += p5-String-ShellQuote
    SUBDIR += p5-String-ShowDiff
    SUBDIR += p5-String-Strip
    SUBDIR += p5-TeX-Hyphen
    SUBDIR += p5-Template-Magic
    SUBDIR += p5-Text-Affixes
    SUBDIR += p5-Text-Aligner
    SUBDIR += p5-Text-Aspell
    SUBDIR += p5-Text-Autoformat
    SUBDIR += p5-Text-Balanced
    SUBDIR += p5-Text-BibTeX
    SUBDIR += p5-Text-Bind
    SUBDIR += p5-Text-CSV
    SUBDIR += p5-Text-CSV_XS
    SUBDIR += p5-Text-Diff
    SUBDIR += p5-Text-DoubleMetaphone
    SUBDIR += p5-Text-EtText
    SUBDIR += p5-Text-ExtractWords
    SUBDIR += p5-Text-FillIn
    SUBDIR += p5-Text-Filter
    SUBDIR += p5-Text-Filter-Chain
    SUBDIR += p5-Text-FixedLength
    SUBDIR += p5-Text-FixedLength-Extra
    SUBDIR += p5-Text-Flowchart
    SUBDIR += p5-Text-Format
    SUBDIR += p5-Text-FormatTable
    SUBDIR += p5-Text-German
    SUBDIR += p5-Text-Glob
    SUBDIR += p5-Text-Graphics
    SUBDIR += p5-Text-MagicTemplate
    SUBDIR += p5-Text-Metaphone
    SUBDIR += p5-Text-Netstring
    SUBDIR += p5-Text-Ngram
    SUBDIR += p5-Text-Ngrams
    SUBDIR += p5-Text-Original
    SUBDIR += p5-Text-ParagraphDiff
    SUBDIR += p5-Text-Query
    SUBDIR += p5-Text-Quoted
    SUBDIR += p5-Text-RecordParser
    SUBDIR += p5-Text-Reflow
    SUBDIR += p5-Text-Reform
    SUBDIR += p5-Text-Repository
    SUBDIR += p5-Text-Shellwords
    SUBDIR += p5-Text-Similarity
    SUBDIR += p5-Text-SimpleTemplate
    SUBDIR += p5-Text-Striphigh
    SUBDIR += p5-Text-Table
    SUBDIR += p5-Text-Tabs+Wrap
    SUBDIR += p5-Text-TabularDisplay
    SUBDIR += p5-Text-Template
    SUBDIR += p5-Text-Tmpl
    SUBDIR += p5-Text-VimColor
    SUBDIR += p5-Text-WikiFormat
    SUBDIR += p5-Text-Wrapper
    SUBDIR += p5-Time-Human
    SUBDIR += p5-Tk-XMLViewer
    SUBDIR += p5-Tree-Nary
    SUBDIR += p5-UML-Sequence
    SUBDIR += p5-UML-State
    SUBDIR += p5-URI-Find
    SUBDIR += p5-WDDX
    SUBDIR += p5-WordNet-QueryData
    SUBDIR += p5-WordNet-Similarity
    SUBDIR += p5-XML-Atom
    SUBDIR += p5-XML-Atom-Syndication
    SUBDIR += p5-XML-AutoWriter
    SUBDIR += p5-XML-Catalog
    SUBDIR += p5-XML-Clean
    SUBDIR += p5-XML-DBMS
    SUBDIR += p5-XML-DOM
    SUBDIR += p5-XML-DT
    SUBDIR += p5-XML-DTDParser
    SUBDIR += p5-XML-DifferenceMarkup
    SUBDIR += p5-XML-Directory
    SUBDIR += p5-XML-Dumper
    SUBDIR += p5-XML-Elemental
    SUBDIR += p5-XML-Encoding
    SUBDIR += p5-XML-Feed
    SUBDIR += p5-XML-Filter-BufferText
    SUBDIR += p5-XML-Filter-DetectWS
    SUBDIR += p5-XML-Filter-GenericChunk
    SUBDIR += p5-XML-Filter-Reindent
    SUBDIR += p5-XML-Filter-SAX1toSAX2
    SUBDIR += p5-XML-Filter-SAXT
    SUBDIR += p5-XML-Filter-XInclude
    SUBDIR += p5-XML-Filter-XSLT
    SUBDIR += p5-XML-GDOME
    SUBDIR += p5-XML-Generator
    SUBDIR += p5-XML-Generator-DBI
    SUBDIR += p5-XML-Generator-PerlData
    SUBDIR += p5-XML-Grove
    SUBDIR += p5-XML-Hadler-HTMLWriter
    SUBDIR += p5-XML-Handler-Trees
    SUBDIR += p5-XML-Handler-YAWriter
    SUBDIR += p5-XML-LibRSVG
    SUBDIR += p5-XML-LibXML
    SUBDIR += p5-XML-LibXML-Common
    SUBDIR += p5-XML-LibXML-Iterator
    SUBDIR += p5-XML-LibXML-XPathContext
    SUBDIR += p5-XML-LibXSLT
    SUBDIR += p5-XML-NamespaceSupport
    SUBDIR += p5-XML-Node
    SUBDIR += p5-XML-NodeFilter
    SUBDIR += p5-XML-Parser
    SUBDIR += p5-XML-Parser-EasyTree
    SUBDIR += p5-XML-Parser-Style-Elemental
    SUBDIR += p5-XML-Quote
    SUBDIR += p5-XML-RAI
    SUBDIR += p5-XML-RSS
    SUBDIR += p5-XML-RSS-JavaScript
    SUBDIR += p5-XML-RegExp
    SUBDIR += p5-XML-SAX
    SUBDIR += p5-XML-SAX-Base
    SUBDIR += p5-XML-SAX-Expat
    SUBDIR += p5-XML-SAX-ExpatXS
    SUBDIR += p5-XML-SAX-Machines
    SUBDIR += p5-XML-SAX-Simple
    SUBDIR += p5-XML-SAX-Writer
    SUBDIR += p5-XML-SAXDriver-Sablotron
    SUBDIR += p5-XML-STX
    SUBDIR += p5-XML-Sablotron
    SUBDIR += p5-XML-Schematron
    SUBDIR += p5-XML-Simple
    SUBDIR += p5-XML-SimpleObject
    SUBDIR += p5-XML-SimpleObject-LibXML
    SUBDIR += p5-XML-Smart
    SUBDIR += p5-XML-Stream
    SUBDIR += p5-XML-TreeBuilder
    SUBDIR += p5-XML-Twig
    SUBDIR += p5-XML-Validator-Schema
    SUBDIR += p5-XML-Writer
    SUBDIR += p5-XML-XBEL
    SUBDIR += p5-XML-XPath
    SUBDIR += p5-XML-XQL
    SUBDIR += p5-XML-XSH
    SUBDIR += p5-XML-XSLT
    SUBDIR += p5-XML-XUpdate-LibXML
    SUBDIR += p5-YAML
    SUBDIR += p5-YAPE-HTML
    SUBDIR += p5-YAPE-Regex
    SUBDIR += p5-YAPE-Regex-Explain
    SUBDIR += p5-dTemplate
    SUBDIR += p5-libxml
    SUBDIR += p5-podlators
    SUBDIR += p5-xmltv
    SUBDIR += par
    SUBDIR += pardiff
    SUBDIR += pdftohtml
    SUBDIR += pear-Spreadsheet_Excel_Writer
    SUBDIR += pear-XML_Beautifier
    SUBDIR += pear-XML_HTMLSax
    SUBDIR += pear-XML_Wddx
    SUBDIR += perl2html
    SUBDIR += php4-ctype
    SUBDIR += php4-domxml
    SUBDIR += php4-pspell
    SUBDIR += php4-wddx
    SUBDIR += php4-xml
    SUBDIR += php4-xslt
    SUBDIR += php5-ctype
    SUBDIR += php5-dom
    SUBDIR += php5-pspell
    SUBDIR += php5-simplexml
    SUBDIR += php5-wddx
    SUBDIR += php5-xml
    SUBDIR += php5-xsl
    SUBDIR += pocketreader
    SUBDIR += ppower4
    SUBDIR += print-n-times
    SUBDIR += prosper
    SUBDIR += py-4suite
    SUBDIR += py-HyperText
    SUBDIR += py-asv
    SUBDIR += py-csv
    SUBDIR += py-docutils
    SUBDIR += py-dsv
    SUBDIR += py-expat
    SUBDIR += py-feedparser
    SUBDIR += py-jaxml
    SUBDIR += py-libxml2
    SUBDIR += py-libxslt
    SUBDIR += py-ltxml
    SUBDIR += py-martel
    SUBDIR += py-pyx12
    SUBDIR += py-rdflib
    SUBDIR += py-rss2gen
    SUBDIR += py-rxp
    SUBDIR += py-sgrep
    SUBDIR += py-syck
    SUBDIR += py-wordnet
    SUBDIR += py-xml
    SUBDIR += py-xmltools
    SUBDIR += py-zpt
    SUBDIR += py2html
    SUBDIR += pybook
    SUBDIR += pychm
    SUBDIR += qu-aspell
    SUBDIR += queequeg
    SUBDIR += rand
    SUBDIR += raptor
    SUBDIR += redland
    SUBDIR += redland-bindings
    SUBDIR += replaceit
    SUBDIR += resume
    SUBDIR += resume-extensions
    SUBDIR += rfcdiff
    SUBDIR += rl
    SUBDIR += rman
    SUBDIR += ro-aspell
    SUBDIR += roap
    SUBDIR += rot
    SUBDIR += rotix
    SUBDIR += rtfreader
    SUBDIR += rtfx
    SUBDIR += rubber
    SUBDIR += ruby-amatch
    SUBDIR += ruby-amrita
    SUBDIR += ruby-csv
    SUBDIR += ruby-diff
    SUBDIR += ruby-format
    SUBDIR += ruby-formvalidator
    SUBDIR += ruby-gdome
    SUBDIR += ruby-html-fillinform
    SUBDIR += ruby-html-parser
    SUBDIR += ruby-html-template
    SUBDIR += ruby-htmlcompact
    SUBDIR += ruby-htmlrepair
    SUBDIR += ruby-htmlsplit
    SUBDIR += ruby-htmltools
    SUBDIR += ruby-htree
    SUBDIR += ruby-libxml
    SUBDIR += ruby-libxslt
    SUBDIR += ruby-mwdom
    SUBDIR += ruby-nqxml
    SUBDIR += ruby-quixml
    SUBDIR += ruby-raspell
    SUBDIR += ruby-rd-mode.el
    SUBDIR += ruby-rdtool
    SUBDIR += ruby-rss
    SUBDIR += ruby-rss.alt
    SUBDIR += ruby-rwv2
    SUBDIR += ruby-sablot
    SUBDIR += ruby-sary
    SUBDIR += ruby-spreadsheet-excel
    SUBDIR += ruby-tempura
    SUBDIR += ruby-text-format
    SUBDIR += ruby-xml-script
    SUBDIR += ruby-xmlconfigfile
    SUBDIR += ruby-xmlparser
    SUBDIR += ruby-xmlscan
    SUBDIR += ruby-xmlscan-old
    SUBDIR += ruby-xslt
    SUBDIR += ruby-xtemplate
    SUBDIR += rw-aspell
    SUBDIR += rxp
    SUBDIR += sablotron
    SUBDIR += sagasu
    SUBDIR += sarep
    SUBDIR += sary
    SUBDIR += saxon
    SUBDIR += saxon-devel
    SUBDIR += sc-aspell
    SUBDIR += scim
    SUBDIR += scim-table-imengine
    SUBDIR += scr2txt
    SUBDIR += scrollkeeper
    SUBDIR += sdf
    SUBDIR += sdocbook-xml
    SUBDIR += sed_inplace
    SUBDIR += sgmlformat
    SUBDIR += sgmls
    SUBDIR += sgmltools-lite
    SUBDIR += sgrep
    SUBDIR += sgrep2
    SUBDIR += silvercity
    SUBDIR += sk-aspell
    SUBDIR += skim
    SUBDIR += skribe
    SUBDIR += sl-aspell
    SUBDIR += slides
    SUBDIR += smartdoc
    SUBDIR += smartdoc-devel
    SUBDIR += source-highlight
    SUBDIR += sp
    SUBDIR += spellutils
    SUBDIR += srilm
    SUBDIR += stardict2
    SUBDIR += stardict2-dictd_mova
    SUBDIR += stardict2-quick
    SUBDIR += stardict2-rptts
    SUBDIR += sv-aspell
    SUBDIR += sw-aspell
    SUBDIR += syck
    SUBDIR += ta-aspell
    SUBDIR += tclExpat
    SUBDIR += tdtd.el
    SUBDIR += tei-guidelines-p3
    SUBDIR += tei-guidelines-p4
    SUBDIR += tei-lite
    SUBDIR += tei-p3
    SUBDIR += tei-p4
    SUBDIR += tei-xlite
    SUBDIR += tet-aspell
    SUBDIR += tex2im
    SUBDIR += texi2db
    SUBDIR += texi2html
    SUBDIR += tinyxml
    SUBDIR += tkdiff
    SUBDIR += tkxmlive
    SUBDIR += tl-aspell
    SUBDIR += tn-aspell
    SUBDIR += tnef2txt
    SUBDIR += tr-aspell
    SUBDIR += trang
    SUBDIR += tth
    SUBDIR += txt2html
    SUBDIR += txt2man
    SUBDIR += txt2tags
    SUBDIR += ua-ispell
    SUBDIR += unroff
    SUBDIR += unrtf
    SUBDIR += urlview
    SUBDIR += uz-aspell
    SUBDIR += wa-aspell
    SUBDIR += wdiff
    SUBDIR += webcpp
    SUBDIR += website
    SUBDIR += word2x
    SUBDIR += wordnet
    SUBDIR += words
    SUBDIR += wv
    SUBDIR += wv2
    SUBDIR += xalan-c
    SUBDIR += xalan-j
    SUBDIR += xerces-c
    SUBDIR += xerces-c2
    SUBDIR += xerces-j
    SUBDIR += xhtml
    SUBDIR += xhtml-11
    SUBDIR += xhtml-basic
    SUBDIR += xhtml-modularization
    SUBDIR += xhtml1-xsd
    SUBDIR += xincluder
    SUBDIR += xlhtml
    SUBDIR += xls2xml
    SUBDIR += xml-i18n-tools
    SUBDIR += xml-lite.el
    SUBDIR += xml-parse.el
    SUBDIR += xml2rfc
    SUBDIR += xml4j
    SUBDIR += xmlada
    SUBDIR += xmlcatmgr
    SUBDIR += xmlcharent
    SUBDIR += xmlenc
    SUBDIR += xmlformat
    SUBDIR += xmlindent
    SUBDIR += xmlpp
    SUBDIR += xmlppm
    SUBDIR += xmlpull
    SUBDIR += xmlroff
    SUBDIR += xmlstarlet
    SUBDIR += xmlto
    SUBDIR += xmlwrapp
    SUBDIR += xom
    SUBDIR += xp
    SUBDIR += xpp3
    SUBDIR += xslide.el
    SUBDIR += xslint
    SUBDIR += xt
    SUBDIR += xxdiff
    SUBDIR += y2l
    SUBDIR += yi-aspell
    SUBDIR += yodl
    SUBDIR += zu-aspell

.include <bsd.port.subdir.mk>