Makefile.inc.docports revision 212785
176278Sjoerg# $FreeBSD: head/release/Makefile.inc.docports 212785 2010-09-17 07:40:02Z jhay $
276278Sjoerg#
376278Sjoerg# List of (dependent) ports that are minimally required to be
476278Sjoerg# checked out from CVS 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#
876278Sjoerg# Note that these names are /not/ CVS module names but path
976278Sjoerg# names, so the required part of the ports infrastructure will
1076278Sjoerg# be cvs co'ed accordingly.
1176278Sjoerg#
12132006Smurray# This list of ports should be checked with the output of :
13132006Smurray# make all-depends-list | sed -e 's|^/usr/||' | sed -e 's|$| \\|'
14132006Smurray#
15100709Sru
16100709Sru# Get __FreeBSD_version
17100709Sru.if !defined(OSVERSION)
18100709SruOSVERSION!=	/sbin/sysctl -n kern.osreldate
19100709Sru.endif
20100709Sru
2176278SjoergMINIMALDOCPORTS= \
2276278Sjoerg	ports/Mk \
23118424Sjhay	ports/Templates \
24134603Sru	ports/Tools
25134603Sru
26134603SruMINIMALDOCPORTS+= \
2776278Sjoerg	ports/archivers/unzip \
2881349Sjhay	ports/converters/libiconv \
29212785Sjhay	ports/devel/autoconf267 \
30212785Sjhay	ports/devel/autoconf-wrapper \
3176278Sjoerg	ports/devel/gettext \
3276278Sjoerg	ports/devel/gmake \
33212785Sjhay	ports/devel/libtool22 \
34212785Sjhay	ports/devel/m4 \
35168622Sru	ports/devel/pkg-config \
36124375Snyan	ports/graphics/gd \
3792506Sjhay	ports/graphics/jbigkit \
3876278Sjoerg	ports/graphics/jpeg \
3976278Sjoerg	ports/graphics/netpbm \
4076278Sjoerg	ports/graphics/png \
4181646Sbmah	ports/graphics/scr2png \
4276278Sjoerg	ports/graphics/tiff \
43212785Sjhay	ports/misc/help2man \
4481646Sbmah	ports/print/freetype2 \
45182812Sjhay	ports/print/ghostscript8 \
46182812Sjhay	ports/print/ghostscript8-nox11 \
47132006Smurray	ports/print/gsfonts \
4876278Sjoerg	ports/textproc/docbook-410 \
49114059Smurray	ports/textproc/docbook-xml \
50114059Smurray	ports/textproc/docbook-xsl \
5176278Sjoerg	ports/textproc/docproj \
5276278Sjoerg	ports/textproc/dsssl-docbook-modular \
5396822Sbmah	ports/textproc/expat2 \
54168622Sru	ports/textproc/fixrtf \
5576278Sjoerg	ports/textproc/html \
56168622Sru	ports/textproc/html2text \
5776278Sjoerg	ports/textproc/iso8879 \
5881250Snik	ports/textproc/libxml2 \
5981250Snik	ports/textproc/libxslt \
6076278Sjoerg	ports/textproc/linuxdoc \
61114059Smurray	ports/textproc/scr2txt \
62114059Smurray	ports/textproc/sdocbook-xml \
6396826Sbmah	ports/textproc/xhtml \
64118424Sjhay	ports/textproc/xmlcatmgr \
65168622Sru	ports/textproc/xmlcharent \
6699918Sbmah	ports/www/links1 \
6776278Sjoerg	ports/www/tidy
68134603Sru
69106730Stmm.if ${MACHINE_ARCH} != "i386"
70115299SkuriyamaMINIMALDOCPORTS+=	ports/textproc/openjade \
71115299Skuriyama			ports/textproc/opensp
7282344Swilko.else
7382344SwilkoMINIMALDOCPORTS+=	ports/textproc/jade
7482344Swilko.endif
75134603Sru
76134603Sru.if ${OSVERSION} < 500000
77134603SruMINIMALDOCPORTS+= \
78134603Sru	ports/converters/p5-MIME-Base64 \
79134603Sru	ports/devel/p5-File-Spec \
80134603Sru	ports/devel/p5-File-Temp \
81134603Sru	ports/devel/p5-Test-Harness \
82134603Sru	ports/devel/p5-Test-Simple \
83134603Sru	ports/security/p5-Digest \
84134603Sru	ports/security/p5-Digest-MD5 \
85134603Sru	ports/textproc/p5-PodParser
86134603Sru.else
87134603SruMINIMALDOCPORTS+= \
88206423Skensmith	ports/lang/perl5.10
89134603Sru.endif
90