Makefile.inc.docports revision 257833
176278Sjoerg# $FreeBSD: stable/9/release/Makefile.inc.docports 257833 2013-11-08 02:27:10Z gjb $
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 \
2781349Sjhay	ports/converters/libiconv \
28212785Sjhay	ports/devel/autoconf267 \
29212785Sjhay	ports/devel/autoconf-wrapper \
3076278Sjoerg	ports/devel/gettext \
3176278Sjoerg	ports/devel/gmake \
32212785Sjhay	ports/devel/libtool22 \
33212785Sjhay	ports/devel/m4 \
34168622Sru	ports/devel/pkg-config \
35124375Snyan	ports/graphics/gd \
3692506Sjhay	ports/graphics/jbigkit \
3776278Sjoerg	ports/graphics/jpeg \
3876278Sjoerg	ports/graphics/netpbm \
3976278Sjoerg	ports/graphics/png \
4081646Sbmah	ports/graphics/scr2png \
4176278Sjoerg	ports/graphics/tiff \
42212785Sjhay	ports/misc/help2man \
4381646Sbmah	ports/print/freetype2 \
44182812Sjhay	ports/print/ghostscript8 \
45182812Sjhay	ports/print/ghostscript8-nox11 \
46132006Smurray	ports/print/gsfonts \
4776278Sjoerg	ports/textproc/docbook-410 \
48114059Smurray	ports/textproc/docbook-xml \
49114059Smurray	ports/textproc/docbook-xsl \
5076278Sjoerg	ports/textproc/docproj \
5176278Sjoerg	ports/textproc/dsssl-docbook-modular \
5296822Sbmah	ports/textproc/expat2 \
53168622Sru	ports/textproc/fixrtf \
5476278Sjoerg	ports/textproc/html \
55168622Sru	ports/textproc/html2text \
5676278Sjoerg	ports/textproc/iso8879 \
5781250Snik	ports/textproc/libxml2 \
5881250Snik	ports/textproc/libxslt \
5976278Sjoerg	ports/textproc/linuxdoc \
60114059Smurray	ports/textproc/scr2txt \
61114059Smurray	ports/textproc/sdocbook-xml \
6296826Sbmah	ports/textproc/xhtml \
63118424Sjhay	ports/textproc/xmlcatmgr \
64168622Sru	ports/textproc/xmlcharent \
6599918Sbmah	ports/www/links1 \
6676278Sjoerg	ports/www/tidy
67134603Sru
68106730Stmm.if ${MACHINE_ARCH} != "i386"
69115299SkuriyamaMINIMALDOCPORTS+=	ports/textproc/openjade \
70115299Skuriyama			ports/textproc/opensp
7182344Swilko.else
7282344SwilkoMINIMALDOCPORTS+=	ports/textproc/jade
7382344Swilko.endif
74134603Sru
75134603Sru.if ${OSVERSION} < 500000
76134603SruMINIMALDOCPORTS+= \
77134603Sru	ports/converters/p5-MIME-Base64 \
78134603Sru	ports/devel/p5-File-Spec \
79134603Sru	ports/devel/p5-File-Temp \
80134603Sru	ports/devel/p5-Test-Harness \
81134603Sru	ports/devel/p5-Test-Simple \
82134603Sru	ports/security/p5-Digest \
83134603Sru	ports/security/p5-Digest-MD5 \
84134603Sru	ports/textproc/p5-PodParser
85134603Sru.else
86134603SruMINIMALDOCPORTS+= \
87206423Skensmith	ports/lang/perl5.10
88134603Sru.endif
89