Fri Feb 19 23:39:42 2010 UTC ()
Update the "netbsd-www" package to version 1.5:
- Add all the necessary (La)TeX packages as dependences.
- Add "ghostscript" as dependence as "ps2pdf" is used.


(tron)
diff -r1.23 -r1.24 pkgsrc/meta-pkgs/netbsd-www/Makefile

cvs diff -r1.23 -r1.24 pkgsrc/meta-pkgs/netbsd-www/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/netbsd-www/Makefile 2007/12/19 12:27:29 1.23
+++ pkgsrc/meta-pkgs/netbsd-www/Makefile 2010/02/19 23:39:42 1.24
@@ -1,30 +1,33 @@ @@ -1,30 +1,33 @@
1# $NetBSD: Makefile,v 1.23 2007/12/19 12:27:29 rillig Exp $ 1# $NetBSD: Makefile,v 1.24 2010/02/19 23:39:42 tron Exp $
2# 
3 2
4DISTNAME= netbsd-www-1.4 3DISTNAME= netbsd-www-1.5
5PKGREVISION= 3 
6CATEGORIES= meta-pkgs 4CATEGORIES= meta-pkgs
7MASTER_SITES= # empty 5MASTER_SITES= # empty
8DISTFILES= # empty 6DISTFILES= # empty
9 7
10MAINTAINER= grant@NetBSD.org 8MAINTAINER= grant@NetBSD.org
11COMMENT= Packages required to build the NetBSD.org web site 9COMMENT= Packages required to build the NetBSD.org web site
12 10
13PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
14 12
15# we add an explicit dependency on docbook-xsl here since earlier versions 13# we add an explicit dependency on docbook-xsl here since earlier versions
16# generated slightly different html code, leading to a large number of 14# generated slightly different html code, leading to a large number of
17# unneccessary 'regen' commits 15# unneccessary 'regen' commits
18DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl 16DEPENDS+= ImageMagick>=5.5.7.11nb1:../../graphics/ImageMagick
19DEPENDS+= docbook-website>=2.6.0nb1:../../textproc/docbook-website 17DEPENDS+= docbook-website>=2.6.0nb1:../../textproc/docbook-website
 18DEPENDS+= docbook-xsl>=1.68.1:../../textproc/docbook-xsl
 19DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
 20DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
20DEPENDS+= libxslt>=1.0.20:../../textproc/libxslt 21DEPENDS+= libxslt>=1.0.20:../../textproc/libxslt
21DEPENDS+= ImageMagick>=5.5.7.11nb1:../../graphics/ImageMagick 
22DEPENDS+= xplanet>=1.2.0nb3:../../x11/xplanet 
23DEPENDS+= opensp>=1.1:../../textproc/opensp 22DEPENDS+= opensp>=1.1:../../textproc/opensp
24DEPENDS+= psutils>=1.17:../../print/psutils 23DEPENDS+= psutils>=1.17:../../print/psutils
 24DEPENDS+= tex-german-[0-9]*:../../print/tex-german
 25DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
25DEPENDS+= w3m>=0.4:../../www/w3m 26DEPENDS+= w3m>=0.4:../../www/w3m
 27DEPENDS+= xplanet>=1.2.0nb3:../../x11/xplanet
 28
26USE_TOOLS+= perl:run 29USE_TOOLS+= perl:run
27 30
28META_PACKAGE= yes 31META_PACKAGE= yes
29 32
30.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"