Wed Jul 27 12:29:08 2022 UTC ()
graphics/graphviz: Remove PDF versions of man pages

Disable generation of redundant documentation, so that ps2pdf
(ghostscript) tool dependency is not required.
Suggested by Onno van der Linden.
OK from wiz@.

Sort configure options.
Bump PKGREVISION.


(micha)
diff -r1.253 -r1.254 pkgsrc/graphics/graphviz/Makefile
diff -r1.56 -r1.57 pkgsrc/graphics/graphviz/PLIST

cvs diff -r1.253 -r1.254 pkgsrc/graphics/graphviz/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/graphviz/Makefile 2022/07/23 08:11:04 1.253
+++ pkgsrc/graphics/graphviz/Makefile 2022/07/27 12:29:08 1.254
@@ -1,59 +1,59 @@ @@ -1,59 +1,59 @@
1# $NetBSD: Makefile,v 1.253 2022/07/23 08:11:04 wiz Exp $ 1# $NetBSD: Makefile,v 1.254 2022/07/27 12:29:08 micha Exp $
2 2
3DISTNAME= graphviz-5.0.0 3DISTNAME= graphviz-5.0.0
4PKGREVISION= 1 4PKGREVISION= 2
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_GITLAB:=api/v4/projects/4207231/packages/generic/graphviz-releases/${PKGVERSION_NOREV}/} 6MASTER_SITES= ${MASTER_SITE_GITLAB:=api/v4/projects/4207231/packages/generic/graphviz-releases/${PKGVERSION_NOREV}/}
7 7
8MAINTAINER= micha@NetBSD.org 8MAINTAINER= micha@NetBSD.org
9HOMEPAGE= https://www.graphviz.org/ 9HOMEPAGE= https://www.graphviz.org/
10COMMENT= Graph Drawing Programs from AT&T Research and Lucent Bell Labs 10COMMENT= Graph Drawing Programs from AT&T Research and Lucent Bell Labs
11LICENSE= epl-v1.0 11LICENSE= epl-v1.0
12 12
13CHECK_FILES_SKIP+= ${PREFIX}/lib/graphviz/config6 13CHECK_FILES_SKIP+= ${PREFIX}/lib/graphviz/config6
14CHECK_PORTABILITY_SKIP+= windows/* 14CHECK_PORTABILITY_SKIP+= windows/*
15 15
16USE_LANGUAGES= c99 c++11 16USE_LANGUAGES= c99 c++11
17USE_TOOLS+= automake autoreconf makeinfo bison flex gmake groff pkg-config ps2pdf 17USE_TOOLS+= automake autoreconf makeinfo bison flex gmake groff pkg-config
18USE_LIBTOOL= yes 18USE_LIBTOOL= yes
19GNU_CONFIGURE= yes 19GNU_CONFIGURE= yes
20GNU_CONFIGURE_STRICT= no # has sub-configures 20GNU_CONFIGURE_STRICT= no # has sub-configures
21CONFIGURE_ARGS+= --disable-d 21CONFIGURE_ARGS+= --disable-d
22CONFIGURE_ARGS+= --disable-debug 22CONFIGURE_ARGS+= --disable-debug
23CONFIGURE_ARGS+= --disable-go 23CONFIGURE_ARGS+= --disable-go
 24CONFIGURE_ARGS+= --disable-guile
24CONFIGURE_ARGS+= --disable-io 25CONFIGURE_ARGS+= --disable-io
25CONFIGURE_ARGS+= --disable-java 26CONFIGURE_ARGS+= --disable-java
26CONFIGURE_ARGS+= --disable-javascript 27CONFIGURE_ARGS+= --disable-javascript
 28CONFIGURE_ARGS+= --disable-man-pdfs
 29CONFIGURE_ARGS+= --disable-ocaml
27CONFIGURE_ARGS+= --disable-php 30CONFIGURE_ARGS+= --disable-php
28CONFIGURE_ARGS+= --disable-python 31CONFIGURE_ARGS+= --disable-python
29CONFIGURE_ARGS+= --disable-python3 32CONFIGURE_ARGS+= --disable-python3
30CONFIGURE_ARGS+= --disable-guile 
31CONFIGURE_ARGS+= --disable-ocaml 
32CONFIGURE_ARGS+= --disable-r 33CONFIGURE_ARGS+= --disable-r
33CONFIGURE_ARGS+= --disable-ruby 34CONFIGURE_ARGS+= --disable-ruby
34CONFIGURE_ARGS+= --disable-sharp 35CONFIGURE_ARGS+= --disable-sharp
35CONFIGURE_ARGS+= --enable-ltdl 36CONFIGURE_ARGS+= --enable-ltdl
36CONFIGURE_ARGS+= --enable-man-pdfs 
37CONFIGURE_ARGS+= --enable-rpath 37CONFIGURE_ARGS+= --enable-rpath
38CONFIGURE_ARGS+= --without-ann 38CONFIGURE_ARGS+= --without-ann
39CONFIGURE_ARGS+= --without-devil 39CONFIGURE_ARGS+= --without-devil
40CONFIGURE_ARGS+= --without-glut 
41CONFIGURE_ARGS+= --without-lasi 
42CONFIGURE_ARGS+= --without-gdiplus 40CONFIGURE_ARGS+= --without-gdiplus
43CONFIGURE_ARGS+= --without-glade 41CONFIGURE_ARGS+= --without-glade
44CONFIGURE_ARGS+= --without-glitz 42CONFIGURE_ARGS+= --without-glitz
 43CONFIGURE_ARGS+= --without-glut
45CONFIGURE_ARGS+= --without-gtkgl 44CONFIGURE_ARGS+= --without-gtkgl
46CONFIGURE_ARGS+= --without-gtkglext 45CONFIGURE_ARGS+= --without-gtkglext
 46CONFIGURE_ARGS+= --without-lasi
47CONFIGURE_ARGS+= --without-ming 47CONFIGURE_ARGS+= --without-ming
48CONFIGURE_ARGS+= --without-qt 48CONFIGURE_ARGS+= --without-qt
49CONFIGURE_ARGS+= --without-smyrna 49CONFIGURE_ARGS+= --without-smyrna
50CONFIGURE_ARGS+= --with-digcola 50CONFIGURE_ARGS+= --with-digcola
51CONFIGURE_ARGS+= --with-expat 51CONFIGURE_ARGS+= --with-expat
52CONFIGURE_ARGS+= --with-fontconfig 52CONFIGURE_ARGS+= --with-fontconfig
53CONFIGURE_ARGS+= --with-freetype2 53CONFIGURE_ARGS+= --with-freetype2
54CONFIGURE_ARGS+= --with-gts 54CONFIGURE_ARGS+= --with-gts
55CONFIGURE_ARGS+= --with-ipsepcola 55CONFIGURE_ARGS+= --with-ipsepcola
56CONFIGURE_ARGS+= --with-ortho 56CONFIGURE_ARGS+= --with-ortho
57CONFIGURE_ARGS+= --with-pangocairo 57CONFIGURE_ARGS+= --with-pangocairo
58CONFIGURE_ARGS+= --with-sfdp 58CONFIGURE_ARGS+= --with-sfdp
59CONFIGURE_ARGS+= --with-visio 59CONFIGURE_ARGS+= --with-visio

cvs diff -r1.56 -r1.57 pkgsrc/graphics/graphviz/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/graphviz/PLIST 2022/07/22 12:04:46 1.56
+++ pkgsrc/graphics/graphviz/PLIST 2022/07/27 12:29:08 1.57
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.56 2022/07/22 12:04:46 micha Exp $ 1@comment $NetBSD: PLIST,v 1.57 2022/07/27 12:29:08 micha Exp $
2bin/acyclic 2bin/acyclic
3bin/bcomps 3bin/bcomps
4bin/ccomps 4bin/ccomps
5bin/circo 5bin/circo
6bin/cluster 6bin/cluster
7${PLIST.gd}bin/diffimg 7${PLIST.gd}bin/diffimg
8bin/dijkstra 8bin/dijkstra
9bin/dot 9bin/dot
10bin/dot2gxl 10bin/dot2gxl
11bin/dot_builtins 11bin/dot_builtins
12bin/edgepaint 12bin/edgepaint
13bin/fdp 13bin/fdp
14bin/gc 14bin/gc
@@ -158,103 +158,53 @@ man/man3/gvc.3 @@ -158,103 +158,53 @@ man/man3/gvc.3
158man/man3/gvpr.3 158man/man3/gvpr.3
159man/man3/pack.3 159man/man3/pack.3
160man/man3/pathplan.3 160man/man3/pathplan.3
161${PLIST.tcl}man/man3/tcldot.3tcl 161${PLIST.tcl}man/man3/tcldot.3tcl
162man/man3/xdot.3 162man/man3/xdot.3
163man/man7/graphviz.7 163man/man7/graphviz.7
164share/doc/graphviz/AUTHORS 164share/doc/graphviz/AUTHORS
165share/doc/graphviz/Agraph.pdf 165share/doc/graphviz/Agraph.pdf
166share/doc/graphviz/CHANGELOG.md 166share/doc/graphviz/CHANGELOG.md
167share/doc/graphviz/COPYING 167share/doc/graphviz/COPYING
168share/doc/graphviz/Dot.ref 168share/doc/graphviz/Dot.ref
169share/doc/graphviz/FAQ.html 169share/doc/graphviz/FAQ.html
170share/doc/graphviz/NEWS 170share/doc/graphviz/NEWS
171share/doc/graphviz/acyclic.1.pdf 
172share/doc/graphviz/addingLayout.txt 171share/doc/graphviz/addingLayout.txt
173share/doc/graphviz/bcomps.1.pdf 
174share/doc/graphviz/build.html 172share/doc/graphviz/build.html
175share/doc/graphviz/ccomps.1.pdf 
176share/doc/graphviz/cdt.3.pdf 
177share/doc/graphviz/cgraph.3.pdf 
178share/doc/graphviz/char.html 173share/doc/graphviz/char.html
179share/doc/graphviz/circo.1.pdf 
180share/doc/graphviz/cluster.1.pdf 
181share/doc/graphviz/cpl1.0.txt 174share/doc/graphviz/cpl1.0.txt
182${PLIST.gd}share/doc/graphviz/diffimg.1.pdf 
183share/doc/graphviz/dijkstra.1.pdf 
184share/doc/graphviz/dot.1.pdf 
185share/doc/graphviz/dot2gxl.1.pdf 
186share/doc/graphviz/dotguide.pdf 175share/doc/graphviz/dotguide.pdf
187share/doc/graphviz/edgepaint.1.pdf 
188share/doc/graphviz/expr.3.pdf 
189share/doc/graphviz/fdp.1.pdf 
190share/doc/graphviz/fontfaq.txt 176share/doc/graphviz/fontfaq.txt
191share/doc/graphviz/gc.1.pdf 
192${PLIST.tcl}${PLIST.gd}share/doc/graphviz/gdtclft.3tcl.pdf 
193share/doc/graphviz/gdtclft.entities.example.png 177share/doc/graphviz/gdtclft.entities.example.png
194share/doc/graphviz/gml2gv.1.pdf 
195share/doc/graphviz/graphml2gv.1.pdf 
196${PLIST.lua}share/doc/graphviz/gv.3lua.pdf 
197${PLIST.perl}share/doc/graphviz/gv.3perl.pdf 
198${PLIST.swig}share/doc/graphviz/gv.3python.pdf 
199${PLIST.tcl}share/doc/graphviz/gv.3tcl.pdf 
200share/doc/graphviz/gv2gml.1.pdf 
201share/doc/graphviz/gv2gxl.1.pdf 
202share/doc/graphviz/gvc.3.pdf 
203share/doc/graphviz/gvcolor.1.pdf 
204share/doc/graphviz/gvgen.1.pdf 
205share/doc/graphviz/gvmap.1.pdf 
206share/doc/graphviz/gvmap.sh.1.pdf 
207share/doc/graphviz/gvpack.1.pdf 
208share/doc/graphviz/gvpr.1.pdf 
209share/doc/graphviz/gvpr.3.pdf 
210share/doc/graphviz/gxl2dot.1.pdf 
211share/doc/graphviz/gxl2gv.1.pdf 
212share/doc/graphviz/index.html 178share/doc/graphviz/index.html
213share/doc/graphviz/info/arrows.html 179share/doc/graphviz/info/arrows.html
214share/doc/graphviz/info/attrs.html 180share/doc/graphviz/info/attrs.html
215share/doc/graphviz/info/colors.html 181share/doc/graphviz/info/colors.html
216share/doc/graphviz/info/command.html 182share/doc/graphviz/info/command.html
217share/doc/graphviz/info/index.html 183share/doc/graphviz/info/index.html
218share/doc/graphviz/info/lang.html 184share/doc/graphviz/info/lang.html
219share/doc/graphviz/info/output.html 185share/doc/graphviz/info/output.html
220share/doc/graphviz/info/shapes.html 186share/doc/graphviz/info/shapes.html
221share/doc/graphviz/internal_todo.html 187share/doc/graphviz/internal_todo.html
222share/doc/graphviz/latex_suggestions.txt 188share/doc/graphviz/latex_suggestions.txt
223share/doc/graphviz/libguide.pdf 189share/doc/graphviz/libguide.pdf
224share/doc/graphviz/mm2gv.1.pdf 
225share/doc/graphviz/neato.1.pdf 
226share/doc/graphviz/neatoguide.pdf 190share/doc/graphviz/neatoguide.pdf
227share/doc/graphviz/nop.1.pdf 
228share/doc/graphviz/osage.1.pdf 
229share/doc/graphviz/pack.3.pdf 
230share/doc/graphviz/patchwork.1.pdf 
231share/doc/graphviz/pathplan.3.pdf 
232share/doc/graphviz/prune.1.pdf 
233share/doc/graphviz/pspdf.png 191share/doc/graphviz/pspdf.png
234share/doc/graphviz/sccmap.1.pdf 
235share/doc/graphviz/schema/arguments.xml 192share/doc/graphviz/schema/arguments.xml
236share/doc/graphviz/schema/attributes.xml 193share/doc/graphviz/schema/attributes.xml
237share/doc/graphviz/schema/attributes.xslt 194share/doc/graphviz/schema/attributes.xslt
238share/doc/graphviz/sfdp.1.pdf 
239${PLIST.tcl}share/doc/graphviz/tcldot.3tcl.pdf 
240${PLIST.tcl}share/doc/graphviz/tcldot.html 195${PLIST.tcl}share/doc/graphviz/tcldot.html
241share/doc/graphviz/todo.html 196share/doc/graphviz/todo.html
242share/doc/graphviz/tred.1.pdf 
243share/doc/graphviz/twopi.1.pdf 
244share/doc/graphviz/unflatten.1.pdf 
245${PLIST.x11}share/doc/graphviz/vimdot.1.pdf 
246share/doc/graphviz/winbuild.html 197share/doc/graphviz/winbuild.html
247share/doc/graphviz/xdot.3.pdf 
248${PLIST.tcl}share/graphviz/demo/doted.tcl 198${PLIST.tcl}share/graphviz/demo/doted.tcl
249${PLIST.tcl}share/graphviz/demo/doted.tcl.README 199${PLIST.tcl}share/graphviz/demo/doted.tcl.README
250${PLIST.tcl}share/graphviz/demo/entities.html 200${PLIST.tcl}share/graphviz/demo/entities.html
251${PLIST.tcl}share/graphviz/demo/entities.tcl 201${PLIST.tcl}share/graphviz/demo/entities.tcl
252${PLIST.tcl}share/graphviz/demo/entities.tcl.README 202${PLIST.tcl}share/graphviz/demo/entities.tcl.README
253${PLIST.tcl}share/graphviz/demo/gcat.tcl 203${PLIST.tcl}share/graphviz/demo/gcat.tcl
254${PLIST.tcl}share/graphviz/demo/gcat.tcl.README 204${PLIST.tcl}share/graphviz/demo/gcat.tcl.README
255${PLIST.lua}share/graphviz/demo/modgraph.lua 205${PLIST.lua}share/graphviz/demo/modgraph.lua
256${PLIST.perl}share/graphviz/demo/modgraph.pl 206${PLIST.perl}share/graphviz/demo/modgraph.pl
257${PLIST.tcl}share/graphviz/demo/modgraph.tcl 207${PLIST.tcl}share/graphviz/demo/modgraph.tcl
258${PLIST.tcl}share/graphviz/demo/pathplan.tcl 208${PLIST.tcl}share/graphviz/demo/pathplan.tcl
259${PLIST.tcl}share/graphviz/demo/pathplan.tcl.README 209${PLIST.tcl}share/graphviz/demo/pathplan.tcl.README
260${PLIST.tcl}share/graphviz/demo/pathplan_data/boxes.dat 210${PLIST.tcl}share/graphviz/demo/pathplan_data/boxes.dat