176278Sjoerg# $FreeBSD$
276278Sjoerg#
376278Sjoerg# List of (dependent) ports that are minimally required to be
4257832Sgjb# checked out from SVN in order to get ${DOCPORTS} built and
580258Sdd# installed.  It should follow the dependency list in
680258Sdd# ports/textproc/docproj/Makefile as much as feasible.
776278Sjoerg#
8257832Sgjb# Note that they are <category>/<port> names relative to
9257833Sgjb# ${PORTSDIR}/../ .
1076278Sjoerg#
11132006Smurray# This list of ports should be checked with the output of :
12132006Smurray# make all-depends-list | sed -e 's|^/usr/||' | sed -e 's|$| \\|'
13132006Smurray#
14100709Sru
15100709Sru# Get __FreeBSD_version
16100709Sru.if !defined(OSVERSION)
17100709SruOSVERSION!=	/sbin/sysctl -n kern.osreldate
18100709Sru.endif
19100709Sru
2076278SjoergMINIMALDOCPORTS= \
2176278Sjoerg	ports/Mk \
22118424Sjhay	ports/Templates \
23134603Sru	ports/Tools
24134603Sru
25134603SruMINIMALDOCPORTS+= \
2676278Sjoerg	ports/archivers/unzip \
27257835Sgjb	ports/archivers/zip \
28257835Sgjb	ports/databases/sqlite3 \
29257835Sgjb	ports/devel/apr1 \
30257835Sgjb	ports/devel/autoconf \
31212785Sjhay	ports/devel/autoconf-wrapper \
32257835Sgjb	ports/devel/bison \
33257835Sgjb	ports/devel/cmake \
34257835Sgjb	ports/devel/cmake-modules \
3576278Sjoerg	ports/devel/gettext \
3676278Sjoerg	ports/devel/gmake \
37257835Sgjb	ports/devel/libcheck \
38257835Sgjb	ports/devel/libpthread-stubs \
39257835Sgjb	ports/devel/libtool \
40212785Sjhay	ports/devel/m4 \
41257835Sgjb	ports/devel/p5-Locale-gettext \
42257835Sgjb	ports/devel/pkgconf \
43257835Sgjb	ports/devel/scons \
44257835Sgjb	ports/devel/subversion \
45257835Sgjb	ports/devel/xorg-macros \
46257835Sgjb	ports/dns/libidn \
47124375Snyan	ports/graphics/gd \
48257835Sgjb	ports/graphics/jasper \
49257835Sgjb	ports/graphics/jbig2dec \
5092506Sjhay	ports/graphics/jbigkit \
5176278Sjoerg	ports/graphics/jpeg \
52257835Sgjb	ports/graphics/lcms2 \
5376278Sjoerg	ports/graphics/netpbm \
54257835Sgjb	ports/graphics/peps \
5576278Sjoerg	ports/graphics/png \
5681646Sbmah	ports/graphics/scr2png \
57257835Sgjb	ports/graphics/svgalib \
5876278Sjoerg	ports/graphics/tiff \
59212785Sjhay	ports/misc/help2man \
60257835Sgjb	ports/ports-mgmt/pkg \
6181646Sbmah	ports/print/freetype2 \
62257835Sgjb	ports/print/ghostscript9-nox11 \
63132006Smurray	ports/print/gsfonts \
64257835Sgjb	ports/print/libpaper \
65257835Sgjb	ports/security/libgcrypt \
66257835Sgjb	ports/security/libgpg-error \
67257835Sgjb	ports/shells/bash \
68257835Sgjb	ports/textproc/docbook \
6976278Sjoerg	ports/textproc/docbook-410 \
70257835Sgjb	ports/textproc/docbook-420 \
71257835Sgjb	ports/textproc/docbook-430 \
72257835Sgjb	ports/textproc/docbook-440 \
73257835Sgjb	ports/textproc/docbook-450 \
74257835Sgjb	ports/textproc/docbook-500 \
75257835Sgjb	ports/textproc/docbook-sk \
76114059Smurray	ports/textproc/docbook-xml \
77257835Sgjb	ports/textproc/docbook-xml-430 \
78257835Sgjb	ports/textproc/docbook-xml-440 \
79257835Sgjb	ports/textproc/docbook-xml-450 \
80257835Sgjb	ports/textproc/docbook-xsl-ns \
8176278Sjoerg	ports/textproc/docproj \
8296822Sbmah	ports/textproc/expat2 \
83168622Sru	ports/textproc/html2text \
84257835Sgjb	ports/textproc/igor \
85257835Sgjb	ports/textproc/iso-schematron-xslt \
8676278Sjoerg	ports/textproc/iso8879 \
8781250Snik	ports/textproc/libxml2 \
8881250Snik	ports/textproc/libxslt \
89257835Sgjb	ports/textproc/p5-XML-Parser \
90114059Smurray	ports/textproc/scr2txt \
9196826Sbmah	ports/textproc/xhtml \
92118424Sjhay	ports/textproc/xmlcatmgr \
93168622Sru	ports/textproc/xmlcharent \
9499918Sbmah	ports/www/links1 \
95257835Sgjb	ports/www/serf \
96257835Sgjb	ports/x11-fonts/fontconfig \
97257835Sgjb	ports/x11-fonts/xf86bigfontproto \
98257835Sgjb	ports/x11-toolkits/libXt \
99257835Sgjb	ports/x11/bigreqsproto \
100257835Sgjb	ports/x11/inputproto \
101257835Sgjb	ports/x11/kbproto \
102257835Sgjb	ports/x11/libICE \
103257835Sgjb	ports/x11/libSM \
104257835Sgjb	ports/x11/libX11 \
105257835Sgjb	ports/x11/libXau \
106257835Sgjb	ports/x11/libXdmcp \
107257835Sgjb	ports/x11/libXext \
108257835Sgjb	ports/x11/libxcb \
109257835Sgjb	ports/x11/xcb-proto \
110257835Sgjb	ports/x11/xcmiscproto \
111257835Sgjb	ports/x11/xextproto \
112257835Sgjb	ports/x11/xproto \
113257835Sgjb	ports/x11/xtrans
114