Makefile.inc.docports revision 168622
176278Sjoerg# $FreeBSD: head/release/Makefile.inc.docports 168622 2007-04-11 15:24:58Z ru $
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 \
2976278Sjoerg	ports/devel/gettext \
3076278Sjoerg	ports/devel/gmake \
31132006Smurray	ports/devel/libtool15 \
32168622Sru	ports/devel/pkg-config \
33124375Snyan	ports/graphics/gd \
3492506Sjhay	ports/graphics/jbigkit \
3576278Sjoerg	ports/graphics/jpeg \
3676278Sjoerg	ports/graphics/netpbm \
3776278Sjoerg	ports/graphics/png \
3881646Sbmah	ports/graphics/scr2png \
3976278Sjoerg	ports/graphics/tiff \
4081646Sbmah	ports/print/freetype2 \
41168622Sru	ports/print/ghostscript-gpl \
42168622Sru	ports/print/ghostscript-gpl-nox11 \
43132006Smurray	ports/print/gsfonts \
4476278Sjoerg	ports/textproc/docbook-410 \
45114059Smurray	ports/textproc/docbook-xml \
46114059Smurray	ports/textproc/docbook-xsl \
4776278Sjoerg	ports/textproc/docproj \
4876278Sjoerg	ports/textproc/dsssl-docbook-modular \
4996822Sbmah	ports/textproc/expat2 \
50168622Sru	ports/textproc/fixrtf \
5176278Sjoerg	ports/textproc/html \
52168622Sru	ports/textproc/html2text \
5376278Sjoerg	ports/textproc/iso8879 \
5481250Snik	ports/textproc/libxml2 \
5581250Snik	ports/textproc/libxslt \
5676278Sjoerg	ports/textproc/linuxdoc \
57114059Smurray	ports/textproc/scr2txt \
58114059Smurray	ports/textproc/sdocbook-xml \
5996826Sbmah	ports/textproc/xhtml \
60118424Sjhay	ports/textproc/xmlcatmgr \
61168622Sru	ports/textproc/xmlcharent \
6299918Sbmah	ports/www/links1 \
6376278Sjoerg	ports/www/tidy
64134603Sru
65106730Stmm.if ${MACHINE_ARCH} != "i386"
66115299SkuriyamaMINIMALDOCPORTS+=	ports/textproc/openjade \
67115299Skuriyama			ports/textproc/opensp
6882344Swilko.else
6982344SwilkoMINIMALDOCPORTS+=	ports/textproc/jade
7082344Swilko.endif
71134603Sru
72134603Sru.if ${OSVERSION} < 500000
73134603SruMINIMALDOCPORTS+= \
74134603Sru	ports/converters/p5-MIME-Base64 \
75134603Sru	ports/devel/p5-File-Spec \
76134603Sru	ports/devel/p5-File-Temp \
77134603Sru	ports/devel/p5-Test-Harness \
78134603Sru	ports/devel/p5-Test-Simple \
79134603Sru	ports/security/p5-Digest \
80134603Sru	ports/security/p5-Digest-MD5 \
81134603Sru	ports/textproc/p5-PodParser
82134603Sru.else
83134603SruMINIMALDOCPORTS+= \
84134603Sru	ports/lang/perl5.8
85134603Sru.endif
86