Ravenports generated: 19 Jul 2020 13:18
[ravenports.git] / bucket_45 / graphviz
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               graphviz
4 VERSION=                2.44.1
5 KEYWORDS=               graphics
6 VARIANTS=               standard
7 SDESC[standard]=        Graph visualization tools
8 HOMEPAGE=               http://www.graphviz.org/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://www2.graphviz.org/Packages/stable/portable_source/
13 DISTFILE[1]=            graphviz-2.44.1.tar.gz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         examples
18                         docs
19
20 OPTIONS_AVAILABLE=      none
21 OPTIONS_STANDARD=       none
22
23 BUILD_DEPENDS=          groff:primary:standard
24 BUILDRUN_DEPENDS=       freeglut:primary:standard
25                         libGD:single:standard
26                         gts:single:standard
27                         WebP:single:standard
28
29 USES=                   bison cpe gmake jpeg mesa libtool:keepla pkgconfig
30                         shebangfix iconv gettext-tools gettext-runtime
31                         autoreconf
32 GNOME_COMPONENTS=       pango cairo librsvg gtk2
33 XORG_COMPONENTS=        xaw xpm xmu xt sm ice xext x11 xau xdmcp xrender
34                         xinerama xi xrandr xcursor xfixes
35
36 LICENSE=                CUSTOM1:primary
37 LICENSE_NAME=           CUSTOM1:"Eclipse Public License"
38 LICENSE_FILE=           CUSTOM1:{{WRKSRC}}/LICENSE
39 LICENSE_SCHEME=         solo
40
41 FPC_EQUIVALENT=         graphics/graphviz
42
43 MUST_CONFIGURE=         gnu
44 CONFIGURE_ARGS=         --with-x
45                         --with-nls
46                         --with-gtk
47                         --with-gts
48                         --with-gdk
49                         --with-gdk-pixbuf
50                         --with-gnomeui
51                         --with-rsvg
52                         --with-webp
53                         --with-digcola
54                         --with-ipsepcola
55                         --with-pangocairo
56                         --with-ghostscript=no
57                         --with-qt=no
58                         --without-ann
59                         --without-ming
60                         --without-devil
61                         --without-poppler
62                         --without-smyrna
63                         --without-glade
64                         --without-gtkgl
65                         --without-gtkglext
66                         --disable-io
67                         --disable-ocaml
68                         --disable-java
69                         --disable-sharp
70                         --disable-lua
71                         --disable-tcl
72                         --disable-php
73                         --disable-perl
74                         --disable-ruby
75                         --disable-guile
76                         --disable-python
77                         --program-transform-name="s/x/x/"
78                         --enable-dependency-tracking
79                         --enable-r=no
80                         --with-freetype2=yes
81                         --with-libgd
82                         --with-fontconfigincludedir={{LOCALBASE}}/include
83                         --with-fontconfiglibdir={{LOCALBASE}}/lib
84                         --with-iconvlibdir={{ICONV_PREFIX}}/lib
85                         --with-iconvincludedir={{ICONV_PREFIX}}/include
86 CONFIGURE_ENV=          ac_cv_func_pango_fc_font_lock_face=no
87
88 MAKE_ARGS=              pkgconfigdir={{PREFIX}}/lib/pkgconfig
89 MAKE_ENV=               EXPR_COMPAT=yes
90
91 INSTALL_TARGET=         install-strip
92 INSTALL_REQ_TOOLCHAIN=  yes
93
94 post-patch:
95         ${REINPLACE_CMD} -e 's|#include "gui.h"|#include "gui/gui.h"|' \
96                 ${WRKSRC}/cmd/smyrna/tvnodes.h
97         ${FIND} ${WRKSRC} -name Makefile.am | \
98                 ${XARGS} ${REINPLACE_CMD} \
99                 -e 's| $$(pkgdatadir)/doc/pdf| ${STD_DOCDIR}/pdf|' \
100                 -e 's| $$(pkgdatadir)/doc/html/schema| ${STD_DOCDIR}/html/schema|' \
101                 -e 's| $$(pkgdatadir)/doc/html/info| ${STD_DOCDIR}/html/info|' \
102                 -e 's| $$(pkgdatadir)/doc/html| ${STD_DOCDIR}/html|' \
103                 -e 's| $$(pkgdatadir)/doc| ${STD_DOCDIR}|' \
104                 -e 's| $$(pkgdatadir)/demo| ${STD_EXAMPLESDIR}|' \
105                 -e 's| $$(datadir)/@PACKAGE@/demo| ${STD_EXAMPLESDIR}|';
106         (cd ${WRKSRC} && ${SH} ${WRKSRC}/autogen.sh)
107
108 post-install:
109         # various
110         (cd ${WRKSRC}/lib/expr && ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} all)
111         (cd ${WRKSRC} && ${INSTALL_DATA} \
112                 lib/cdt/dthdr.h \
113                 lib/pathplan/tri.h \
114                 lib/pathplan/pathplan.h \
115                 lib/pathplan/pathutil.h \
116                 lib/pathplan/solvers.h \
117                 lib/pathplan/vis.h \
118                 lib/pathplan/vispath.h \
119                 lib/common/arith.h \
120                 lib/common/logic.h \
121                 lib/common/globals.h \
122                 lib/gvc/gvcint.h \
123                 ${STAGEDIR}${PREFIX}/include/graphviz/)
124         ${RM} ${STAGEDIR}${MANPREFIX}/man/man1/smyrna.1
125         ${RM} ${STAGEDIR}${MANPREFIX}/man/man1/mingle.1
126         # documentation
127         @${MKDIR} ${STAGEDIR}${STD_DOCDIR}/html ${STAGEDIR}${STD_DOCDIR}/pdf
128         cd ${WRKSRC} && \
129                 ${INSTALL_DATA} doc/Dot.ref doc/latex_suggestions.txt \
130                         ${STAGEDIR}${STD_DOCDIR}/ && \
131                 ${INSTALL_DATA} doc/*.pdf */*/*.pdf \
132                         ${STAGEDIR}${STD_DOCDIR}/pdf/ && \
133                 ${INSTALL_DATA} doc/*.html doc/info/*.gif \
134                         ${STAGEDIR}${STD_DOCDIR}/html/
135         ${RM} ${STAGEDIR}${STD_DOCDIR}/COPYING
136         # examples
137         ${MKDIR} ${STAGEDIR}${STD_EXAMPLESDIR}/pathplan_data
138         ${INSTALL_SCRIPT} \
139                 ${WRKSRC}/tclpkg/gdtclft/demo/entities.tcl \
140                 ${WRKSRC}/tclpkg/tcldot/demo/doted.tcl \
141                 ${WRKSRC}/tclpkg/tcldot/demo/gcat.tcl \
142                 ${WRKSRC}/tclpkg/tclpathplan/demo/pathplan.tcl \
143                 ${STAGEDIR}${STD_EXAMPLESDIR}/
144         ${INSTALL_DATA} \
145                 ${WRKSRC}/tclpkg/gdtclft/demo/entities.tcl.README \
146                 ${WRKSRC}/tclpkg/tcldot/demo/doted.tcl.README \
147                 ${WRKSRC}/tclpkg/tcldot/demo/gcat.tcl.README \
148                 ${WRKSRC}/tclpkg/tclpathplan/demo/pathplan.tcl.README \
149                 ${STAGEDIR}${STD_EXAMPLESDIR}/
150         ${INSTALL_DATA} \
151                 ${WRKSRC}/tclpkg/tclpathplan/demo/pathplan_data/*.dat \
152                 ${STAGEDIR}${STD_EXAMPLESDIR}/pathplan_data/
153
154 post-patch-freebsd:
155         ${REINPLACE_CMD} -e 's|SF_FLAGS|SFIO_FLAGS|g' ${WRKSRC}/lib/sfio/*.[ch]; \
156
157 [FILE:540:descriptions/desc.primary]
158 Graph Visualization Software from AT&T Laboratories and
159 Bell Laboratories (Lucent Technologies)
160
161 These programs licensed under the terms described in the web page at:
162 http://www.graphviz.org/License.php
163
164 The package contains:
165    dotty  - customizable X windows graph viewer written in the Lefty editor
166    tcldot - customizable TCL/tk graph viewer written by John Ellson
167    dot    - batch program for drawing directed graphs as hierarchies
168    neato  - batch program for drawing undirected graphs using Kamada-Kawai
169             spring models
170
171
172 [FILE:101:distinfo]
173 8e1b34763254935243ccdb83c6ce108f531876d7a5dfd443f255e6418b8ea313     34079677 graphviz-2.44.1.tar.gz
174
175
176 [FILE:4362:manifests/plist.primary]
177 bin/
178  acyclic
179  bcomps
180  ccomps
181  circo
182  cluster
183  diffimg
184  dijkstra
185  dot
186  dot2gxl
187  dot_builtins
188  dotty
189  edgepaint
190  fdp
191  gc
192  gml2gv
193  graphml2gv
194  gv2gml
195  gv2gxl
196  gvcolor
197  gvgen
198  gvmap
199  gvmap.sh
200  gvpack
201  gvpr
202  gxl2dot
203  gxl2gv
204  lefty
205  lneato
206  mm2gv
207  neato
208  nop
209  osage
210  patchwork
211  prune
212  sccmap
213  sfdp
214  tred
215  twopi
216  unflatten
217  vimdot
218 include/graphviz/
219  arith.h
220  cdt.h
221  cgraph.h
222  color.h
223  dthdr.h
224  geom.h
225  globals.h
226  graphviz_version.h
227  gv.cpp
228  gv.i
229  gvc.h
230  gvcext.h
231  gvcint.h
232  gvcjob.h
233  gvcommon.h
234  gvconfig.h
235  gvplugin.h
236  gvplugin_device.h
237  gvplugin_layout.h
238  gvplugin_loadimage.h
239  gvplugin_render.h
240  gvplugin_textlayout.h
241  gvpr.h
242  logic.h
243  pack.h
244  pathgeom.h
245  pathplan.h
246  pathutil.h
247  solvers.h
248  textspan.h
249  tri.h
250  types.h
251  usershape.h
252  vis.h
253  vispath.h
254  xdot.h
255 lib/
256  libcdt.la
257  libcdt.so
258  libcdt.so.5
259  libcdt.so.5.0.0
260  libcgraph.la
261  libcgraph.so
262  libcgraph.so.6
263  libcgraph.so.6.0.0
264  libgvc.la
265  libgvc.so
266  libgvc.so.6
267  libgvc.so.6.0.0
268  libgvpr.la
269  libgvpr.so
270  libgvpr.so.2
271  libgvpr.so.2.0.0
272  liblab_gamut.la
273  liblab_gamut.so
274  liblab_gamut.so.1
275  liblab_gamut.so.1.0.0
276  libpathplan.la
277  libpathplan.so
278  libpathplan.so.4
279  libpathplan.so.4.0.0
280  libxdot.la
281  libxdot.so
282  libxdot.so.4
283  libxdot.so.4.0.0
284 lib/graphviz/
285  libgvplugin_core.la
286  libgvplugin_core.so
287  libgvplugin_core.so.6
288  libgvplugin_core.so.6.0.0
289  libgvplugin_dot_layout.la
290  libgvplugin_dot_layout.so
291  libgvplugin_dot_layout.so.6
292  libgvplugin_dot_layout.so.6.0.0
293  libgvplugin_gd.la
294  libgvplugin_gd.so
295  libgvplugin_gd.so.6
296  libgvplugin_gd.so.6.0.0
297  libgvplugin_gdk.la
298  libgvplugin_gdk.so
299  libgvplugin_gdk.so.6
300  libgvplugin_gdk.so.6.0.0
301  libgvplugin_gtk.la
302  libgvplugin_gtk.so
303  libgvplugin_gtk.so.6
304  libgvplugin_gtk.so.6.0.0
305  libgvplugin_neato_layout.la
306  libgvplugin_neato_layout.so
307  libgvplugin_neato_layout.so.6
308  libgvplugin_neato_layout.so.6.0.0
309  libgvplugin_pango.la
310  libgvplugin_pango.so
311  libgvplugin_pango.so.6
312  libgvplugin_pango.so.6.0.0
313  libgvplugin_rsvg.la
314  libgvplugin_rsvg.so
315  libgvplugin_rsvg.so.6
316  libgvplugin_rsvg.so.6.0.0
317  libgvplugin_visio.la
318  libgvplugin_visio.so
319  libgvplugin_visio.so.6
320  libgvplugin_visio.so.6.0.0
321  libgvplugin_webp.la
322  libgvplugin_webp.so
323  libgvplugin_webp.so.6
324  libgvplugin_webp.so.6.0.0
325  libgvplugin_xlib.la
326  libgvplugin_xlib.so
327  libgvplugin_xlib.so.6
328  libgvplugin_xlib.so.6.0.0
329 lib/pkgconfig/
330  libcdt.pc
331  libcgraph.pc
332  libgvc.pc
333  libgvpr.pc
334  liblab_gamut.pc
335  libpathplan.pc
336  libxdot.pc
337 share/graphviz/graphs/directed/
338  KW91.gv
339  Latin1.gv
340  NaN.gv
341  abstract.gv
342  alf.gv
343  arrows.gv
344  awilliams.gv
345  biological.gv
346  clust.gv
347  clust1.gv
348  clust2.gv
349  clust3.gv
350  clust4.gv
351  clust5.gv
352  crazy.gv
353  ctext.gv
354  dfa.gv
355  fig6.gv
356  fsm.gv
357  grammar.gv
358  hashtable.gv
359  honda-tokoro.gv
360  japanese.gv
361  jcctree.gv
362  jsort.gv
363  ldbxtried.gv
364  longflat.gv
365  mike.gv
366  nhg.gv
367  oldarrows.gv
368  pgram.gv
369  pm2way.gv
370  pmpipe.gv
371  polypoly.gv
372  proc3d.gv
373  psfonttest.gv
374  record2.gv
375  records.gv
376  rowe.gv
377  russian.gv
378  sdh.gv
379  shells.gv
380  states.gv
381  structs.gv
382  switch.gv
383  table.gv
384  train11.gv
385  trapeziumlr.gv
386  tree.gv
387  triedds.gv
388  try.gv
389  unix.gv
390  unix2.gv
391  viewfile.gv
392  world.gv
393 share/graphviz/graphs/undirected/
394  ER.gv
395  Heawood.gv
396  Petersen.gv
397  ngk10_4.gv
398  process.gv
399 share/graphviz/gvpr/
400  addedges
401  addranks
402  addrings
403  anon
404  attr
405  bb
406  bbox
407  binduce
408  bipart
409  chkclusters
410  chkedges
411  cliptree
412  col
413  collapse
414  color
415  cycle
416  dechain
417  deghist
418  deledges
419  delmulti
420  delnodes
421  depath
422  dijkstra
423  flatten
424  get-layers-list
425  group
426  histogram
427  indent
428  knbhd
429  maxdeg
430  path
431  rotate
432  scale
433  scalexy
434  span
435  topon
436  treetoclust
437 share/graphviz/lefty/
438  box.lefty
439  def.lefty
440  dotty.lefty
441  dotty_draw.lefty
442  dotty_edit.lefty
443  dotty_layout.lefty
444  dotty_ui.lefty
445  fractal.lefty
446  fractal2.lefty
447  lefty.psp
448  slides.lefty
449  tree.lefty
450 share/man/man1/
451  acyclic.1.gz
452  bcomps.1.gz
453  ccomps.1.gz
454  circo.1.gz
455  cluster.1.gz
456  diffimg.1.gz
457  dijkstra.1.gz
458  dot.1.gz
459  dot2gxl.1.gz
460  dotty.1.gz
461  edgepaint.1.gz
462  fdp.1.gz
463  gc.1.gz
464  gml2gv.1.gz
465  graphml2gv.1.gz
466  gv2gml.1.gz
467  gv2gxl.1.gz
468  gvcolor.1.gz
469  gvgen.1.gz
470  gvmap.1.gz
471  gvmap.sh.1.gz
472  gvpack.1.gz
473  gvpr.1.gz
474  gxl2dot.1.gz
475  gxl2gv.1.gz
476  lefty.1.gz
477  lneato.1.gz
478  mm2gv.1.gz
479  neato.1.gz
480  nop.1.gz
481  osage.1.gz
482  patchwork.1.gz
483  prune.1.gz
484  sccmap.1.gz
485  sfdp.1.gz
486  tred.1.gz
487  twopi.1.gz
488  unflatten.1.gz
489  vimdot.1.gz
490 share/man/man3/
491  cdt.3.gz
492  cgraph.3.gz
493  expr.3.gz
494  gvc.3.gz
495  gvpr.3.gz
496  pack.3.gz
497  pathplan.3.gz
498  xdot.3.gz
499 share/man/man7/graphviz.7.gz
500 @postexec %D/bin/dot -c
501 @postunexec rm -f %D/lib/graphviz/config6
502
503
504 [FILE:317:manifests/plist.examples]
505 share/examples/graphviz/
506  doted.tcl
507  doted.tcl.README
508  entities.tcl
509  entities.tcl.README
510  gcat.tcl
511  gcat.tcl.README
512  pathplan.tcl
513  pathplan.tcl.README
514 share/examples/graphviz/pathplan_data/
515  boxes.dat
516  dpd.dat
517  funny.dat
518  maze.dat
519  nested.dat
520  northo.dat
521  obs.dat
522  other.dat
523  paths.dat
524  rotor.dat
525  u.dat
526  unknown.dat
527
528
529 [FILE:5227:manifests/plist.docs]
530 share/doc/graphviz/
531  AUTHORS
532  CHANGELOG.md
533  Dot.ref
534  NEWS
535  addingLayout.txt
536  cpl1.0.txt
537  fontfaq.txt
538  latex_suggestions.txt
539 share/doc/graphviz/html/
540  FAQ.html
541  Mcircle.gif
542  Mdiamond.gif
543  Msquare.gif
544  a_box.gif
545  a_crow.gif
546  a_diamond.gif
547  a_dot.gif
548  a_ediamond.gif
549  a_empty.gif
550  a_forward.gif
551  a_halfopen.gif
552  a_inv.gif
553  a_invdot.gif
554  a_invempty.gif
555  a_invodot.gif
556  a_lteeoldiamond.gif
557  a_nohead.gif
558  a_none.gif
559  a_normal.gif
560  a_obox.gif
561  a_odiamond.gif
562  a_odot.gif
563  a_open.gif
564  a_tee.gif
565  aa_box.gif
566  aa_crow.gif
567  aa_diamond.gif
568  aa_dot.gif
569  aa_inv.gif
570  aa_lbox.gif
571  aa_lcrow.gif
572  aa_ldiamond.gif
573  aa_linv.gif
574  aa_lnormal.gif
575  aa_ltee.gif
576  aa_lvee.gif
577  aa_none.gif
578  aa_normal.gif
579  aa_obox.gif
580  aa_odiamond.gif
581  aa_odot.gif
582  aa_oinv.gif
583  aa_olbox.gif
584  aa_oldiamond.gif
585  aa_olinv.gif
586  aa_olnormal.gif
587  aa_onormal.gif
588  aa_orbox.gif
589  aa_ordiamond.gif
590  aa_orinv.gif
591  aa_ornormal.gif
592  aa_rbox.gif
593  aa_rcrow.gif
594  aa_rdiamond.gif
595  aa_rinv.gif
596  aa_rnormal.gif
597  aa_rtee.gif
598  aa_rvee.gif
599  aa_tee.gif
600  aa_vee.gif
601  back.gif
602  both.gif
603  box.gif
604  box3d.gif
605  build.html
606  char.html
607  circle.gif
608  colorlist.gif
609  component.gif
610  constraint.gif
611  cylinder.gif
612  diamond.gif
613  doublecircle.gif
614  doubleoctagon.gif
615  egg.gif
616  ellipse.gif
617  fill.gif
618  folder.gif
619  forward.gif
620  gdtclft.entities.example.png
621  hexagon.gif
622  house.gif
623  html1.gif
624  html2.gif
625  html3.gif
626  html4.gif
627  index.html
628  internal_todo.html
629  invhouse.gif
630  invtrapezium.gif
631  invtriangle.gif
632  mrecord.gif
633  nohead.gif
634  none.gif
635  note.gif
636  octagon.gif
637  oval.gif
638  parallelogram.gif
639  pentagon.gif
640  plain.gif
641  plaintext.gif
642  point.gif
643  polygon.gif
644  pspdf.png
645  record.gif
646  record2.gif
647  rect.gif
648  rectangle.gif
649  round.gif
650  septagon.gif
651  square.gif
652  tab.gif
653  todo.html
654  trapezium.gif
655  triangle.gif
656  tripleoctagon.gif
657  underline.gif
658  winbuild.html
659 share/doc/graphviz/html/info/
660  Mcircle.gif
661  Mdiamond.gif
662  Msquare.gif
663  a_box.gif
664  a_crow.gif
665  a_diamond.gif
666  a_dot.gif
667  a_ediamond.gif
668  a_empty.gif
669  a_forward.gif
670  a_halfopen.gif
671  a_inv.gif
672  a_invdot.gif
673  a_invempty.gif
674  a_invodot.gif
675  a_lteeoldiamond.gif
676  a_nohead.gif
677  a_none.gif
678  a_normal.gif
679  a_obox.gif
680  a_odiamond.gif
681  a_odot.gif
682  a_open.gif
683  a_tee.gif
684  aa_box.gif
685  aa_crow.gif
686  aa_diamond.gif
687  aa_dot.gif
688  aa_inv.gif
689  aa_lbox.gif
690  aa_lcrow.gif
691  aa_ldiamond.gif
692  aa_linv.gif
693  aa_lnormal.gif
694  aa_ltee.gif
695  aa_lvee.gif
696  aa_none.gif
697  aa_normal.gif
698  aa_obox.gif
699  aa_odiamond.gif
700  aa_odot.gif
701  aa_oinv.gif
702  aa_olbox.gif
703  aa_oldiamond.gif
704  aa_olinv.gif
705  aa_olnormal.gif
706  aa_onormal.gif
707  aa_orbox.gif
708  aa_ordiamond.gif
709  aa_orinv.gif
710  aa_ornormal.gif
711  aa_rbox.gif
712  aa_rcrow.gif
713  aa_rdiamond.gif
714  aa_rinv.gif
715  aa_rnormal.gif
716  aa_rtee.gif
717  aa_rvee.gif
718  aa_tee.gif
719  aa_vee.gif
720  arrows.html
721  attrs.html
722  back.gif
723  both.gif
724  box.gif
725  box3d.gif
726  c_bold.png
727  c_dashed.png
728  c_dotted.png
729  c_filled.png
730  c_rounded.png
731  c_solid.png
732  c_striped.png
733  circle.gif
734  colorlist.gif
735  colors.html
736  command.html
737  component.gif
738  constraint.gif
739  cylinder.gif
740  diamond.gif
741  doublecircle.gif
742  doubleoctagon.gif
743  e_bold.png
744  e_dashed.png
745  e_dotted.png
746  e_solid.png
747  egg.gif
748  ellipse.gif
749  fill.gif
750  folder.gif
751  forward.gif
752  g_lin0.png
753  g_lin180.png
754  g_lin270.png
755  g_lin360.png
756  g_lin45.png
757  g_lin90.png
758  g_rad0.png
759  g_rad180.png
760  g_rad270.png
761  g_rad360.png
762  g_rad45.png
763  g_rad90.png
764  hexagon.gif
765  house.gif
766  html1.gif
767  html2.gif
768  html2.gv
769  html3.gif
770  html3.gv
771  html4.gif
772  html4.gv
773  index.html
774  invhouse.gif
775  invtrapezium.gif
776  invtriangle.gif
777  lang.html
778  mrecord.gif
779  n_bold.png
780  n_dashed.png
781  n_diagonals.png
782  n_dotted.png
783  n_filled.png
784  n_rounded.png
785  n_solid.png
786  n_striped.png
787  n_wedged.png
788  nohead.gif
789  none.gif
790  none_back.png
791  none_both.png
792  none_forward.png
793  none_none.png
794  normal_back.png
795  normal_both.png
796  normal_forward.png
797  normal_none.png
798  note.gif
799  octagon.gif
800  output.html
801  oval.gif
802  parallelogram.gif
803  pentagon.gif
804  plain.gif
805  plaintext.gif
806  plugins.png
807  point.gif
808  polygon.gif
809  record.gif
810  record2.gif
811  rect.gif
812  rectangle.gif
813  round.gif
814  sdlshapes.png
815  septagon.gif
816  shapes.html
817  spline_curved.png
818  spline_line.png
819  spline_none.png
820  spline_ortho.png
821  spline_polyline.png
822  spline_spline.png
823  square.gif
824  tab.gif
825  trapezium.gif
826  triangle.gif
827  tripleoctagon.gif
828  underline.gif
829 share/doc/graphviz/html/schema/
830  arguments.xml
831  attributes.xml
832  attributes.xslt
833 share/doc/graphviz/pdf/
834  Agraph.pdf
835  acyclic.1.pdf
836  bcomps.1.pdf
837  ccomps.1.pdf
838  cdt.3.pdf
839  cgraph.3.pdf
840  circo.1.pdf
841  cluster.1.pdf
842  diffimg.1.pdf
843  dijkstra.1.pdf
844  dot.1.pdf
845  dot2gxl.1.pdf
846  dotguide.pdf
847  dotty.1.pdf
848  dottyguide.pdf
849  edgepaint.1.pdf
850  expr.3.pdf
851  fdp.1.pdf
852  gc.1.pdf
853  gdtclft.3tcl.pdf
854  gml2gv.1.pdf
855  graphml2gv.1.pdf
856  gv.3go.pdf
857  gv.3guile.pdf
858  gv.3io.pdf
859  gv.3java.pdf
860  gv.3lua.pdf
861  gv.3ocaml.pdf
862  gv.3perl.pdf
863  gv.3php.pdf
864  gv.3python.pdf
865  gv.3r.pdf
866  gv.3ruby.pdf
867  gv.3sharp.pdf
868  gv.3tcl.pdf
869  gv2gml.1.pdf
870  gv2gxl.1.pdf
871  gvc.3.pdf
872  gvcolor.1.pdf
873  gvedit.1.pdf
874  gvgen.1.pdf
875  gvmap.1.pdf
876  gvmap.sh.1.pdf
877  gvpack.1.pdf
878  gvpr.1.pdf
879  gvpr.3.pdf
880  gxl2dot.1.pdf
881  gxl2gv.1.pdf
882  lefty.1.pdf
883  leftyguide.pdf
884  libguide.pdf
885  lneato.1.pdf
886  mingle.1.pdf
887  mm2gv.1.pdf
888  neato.1.pdf
889  neatoguide.pdf
890  nop.1.pdf
891  osage.1.pdf
892  pack.3.pdf
893  patchwork.1.pdf
894  pathplan.3.pdf
895  prune.1.pdf
896  sccmap.1.pdf
897  sfdp.1.pdf
898  smyrna.1.pdf
899  smyrna.pdf
900  tcldot.3tcl.pdf
901  tred.1.pdf
902  twopi.1.pdf
903  unflatten.1.pdf
904  vimdot.1.pdf
905  xdot.3.pdf
906
907
908 [FILE:254:patches/patch-cmd-gvpr-gvpr.1]
909 --- cmd/gvpr/gvpr.1.orig        2020-06-29 08:47:18 UTC
910 +++ cmd/gvpr/gvpr.1
911 @@ -3,6 +3,15 @@
912  .  ns
913  .  TP \\$1
914  ..
915 +.de EX
916 +.fam C
917 +.nf
918 +..
919 +.de EE
920 +.fam
921 +.fi
922 +..
923 +
924  .TH GVPR 1 "29 August 2013"
925  .SH NAME
926  gvpr \- graph pattern scanning and processing language
927
928
929 [FILE:222:patches/patch-cmd-tools-gvpack.1]
930 --- cmd/tools/gvpack.1.orig     2020-06-29 08:47:18 UTC
931 +++ cmd/tools/gvpack.1
932 @@ -1,3 +1,12 @@
933 +.de EX
934 +.fam C
935 +.nf
936 +..
937 +.de EE
938 +.fam
939 +.fi
940 +..
941 +
942  .TH GVPACK 1 "27 May 2010"
943  .SH NAME
944  gvpack \- merge and pack disjoint graphs
945
946
947 [FILE:643:patches/patch-config-config_ruby.rb]
948 --- config/config_ruby.rb.orig  2020-06-29 08:47:18 UTC
949 +++ config/config_ruby.rb
950 @@ -5,11 +5,14 @@ CONFIG = RbConfig::MAKEFILE_CONFIG
951  
952  case ARGV[0]
953  when "archdir"
954 -    puts RbConfig::expand(CONFIG["archdir"])
955 +    puts RbConfig::expand(CONFIG["rubyhdrdir"])
956 +when "inc"
957 +    print RbConfig::expand(CONFIG["rubyhdrdir"]) + '/'
958 +    puts RbConfig::expand(CONFIG["sitearch"])
959  when "lib"
960      puts RbConfig::expand(CONFIG["libdir"])
961  when "vendorarchdir"
962 -    puts RbConfig::expand(CONFIG["vendorarchdir"])
963 +    puts RbConfig::expand(CONFIG["sitearchdir"])
964  when "sitearchdir"
965      puts RbConfig::expand(CONFIG["sitearchdir"])
966  when "sitelib"
967
968
969 [FILE:2157:patches/patch-configure.ac]
970 --- configure.ac.orig   2020-06-29 08:47:18 UTC
971 +++ configure.ac
972 @@ -742,7 +742,7 @@ else
973        if test "x$GUILE" = "x"; then
974          use_guile="No (guile not available)"
975        else
976 -        [GUILE_VERSION=`$GUILE --version | sed -n '1 s/^.* \+\([0-9\.]\+\)$/\1/ p'`]
977 +        [GUILE_VERSION=`$GUILE --version | sed -n '1 s/^.* \([0-9\.]*\)$/\1/ p'`]
978          GUILE_VERSION_MAJOR=`echo $GUILE_VERSION | cut -d '.' -f 1`
979          GUILE_VERSION_MINOR=`echo $GUILE_VERSION | cut -d '.' -f 2`
980          if test 0$GUILE_VERSION_MAJOR -lt 2; then
981 @@ -972,17 +972,17 @@ else
982              if test "x$PKG_CONFIG" != "x"; then
983                 AC_MSG_CHECKING(for Lua headers and libraries with pkg-config)
984                 echo
985 -               for l in "$lua_suffix" "" "53" "5.3" "52" "5.2" "51" "5.1" "50" "5.0" ; do
986 +               for l in "$lua_suffix" "" "53" "-5.3" "52" "-5.2" "51" "-5.1" "50" "5.0" ; do
987                     pkgconfig_lua_found=`$PKG_CONFIG --exists lua$l 2>/dev/null`
988                     if test "x$?" = "x0" ; then
989                         LUA_VERSION=`$PKG_CONFIG --modversion lua$l`
990 -                        LUA_INCLUDES="$LUA_CFLAGS "`$PKG_CONFIG --cflags lua$l`
991 +                        LUA_INCLUDES="$LUA_CFLAGS "`$PKG_CONFIG --cflags-only-I lua$l`
992                          LUA_LIBS="$LUA_LFLAGS "`$PKG_CONFIG --libs lua$l`
993                         LUA_INSTALL_DIR="/usr/lib$LIBPOSTFIX/lua/`$PKG_CONFIG --variable=V lua`"
994  
995                         pkgconfig_lualib_found=`$PKG_CONFIG --exists lualib$l 2>/dev/null`
996                         if test  "x$?" = "x0"; then
997 -                          LUA_INCLUDES="$LUA_CFLAGS "`$PKG_CONFIG --cflags lualib$l`
998 +                          LUA_INCLUDES="$LUA_CFLAGS "`$PKG_CONFIG --cflags-only-I lualib$l`
999                            LUA_LIBS="$LUA_LFLAGS "`$PKG_CONFIG --libs lualib$l`
1000                         fi
1001                          break
1002 @@ -1502,6 +1502,7 @@ else
1003             use_ruby="No (ruby not available)"
1004            else
1005              RUBY_CFLAGS="-I`$RUBY $srcdir/config/config_ruby.rb archdir`"
1006 +            RUBY_CFLAGS="${RUBY_CFLAGS} -I`$RUBY $srcdir/config/config_ruby.rb inc`"
1007             # hack for powerpc-darwin8 (10.4)
1008             if test "x$DARWIN" = "xyes"; then
1009               RUBY_CFLAGS=`echo $RUBY_CFLAGS | sed 's/powerpc/universal/'`
1010
1011
1012 [FILE:587:patches/patch-iffe]
1013 --- iffe.orig   2020-06-29 08:47:18 UTC
1014 +++ iffe
1015 @@ -1,4 +1,5 @@
1016 -USAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?Phong Vo <kpv@research.att.com>][-copyright?Copyright (c) 1994-2004 AT&T Corp.][-license?http://www.research.att.com/sw/license/ast-open.html][--catalog?INIT]"
1017 +#!/bin/sh
1018 +#USAGE_LICENSE="[-author?Glenn Fowler <gsf@research.att.com>][-author?Phong Vo <kpv@research.att.com>][-copyright?Copyright (c) 1994-2004 AT&T Corp.][-license?http://www.research.att.com/sw/license/ast-open.html][--catalog?INIT]"
1019  # Glenn Fowler & Phong Vo
1020  # AT&T Labs Research
1021  #
1022
1023
1024 [FILE:297:patches/patch-lib-expr-exgram.h]
1025 --- lib/expr/exgram.h.orig      2020-06-29 08:47:18 UTC
1026 +++ lib/expr/exgram.h
1027 @@ -23,7 +23,7 @@ extern "C" {
1028   * sometimes free stuff can cost a lot
1029   */
1030  
1031 -#if !defined(_EXGRAM_H) && ( defined(MINTOKEN) || defined(YYTOKENTYPE) )
1032 +#if !defined(_EXGRAM_H)
1033  #define _EXGRAM_H
1034  
1035  #if !defined(_EXPARSE_H)
1036
1037
1038 [FILE:215:patches/patch-lib-expr-expr.h]
1039 --- lib/expr/expr.h.orig        2020-06-29 08:47:18 UTC
1040 +++ lib/expr/expr.h
1041 @@ -27,6 +27,7 @@ extern "C" {
1042  
1043  #include <ast.h>
1044  #include <inttypes.h>
1045 +#include <limits.h>
1046  
1047  #undef RS      /* hp.pa <signal.h> grabs this!! */
1048  
1049
1050
1051 [FILE:408:patches/patch-lib-ortho-trapezoid.c]
1052 --- lib/ortho/trapezoid.c.orig  2020-06-29 08:47:18 UTC
1053 +++ lib/ortho/trapezoid.c
1054 @@ -26,6 +26,11 @@
1055  #include <memory.h>
1056  #include <trap.h>
1057  
1058 +#include <sys/param.h>
1059 +#if __FreeBSD_version <= 704101 || (__FreeBSD_version >= 800000 && __FreeBSD_version < 802502) || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900027)
1060 +#define log2(x)  (log(x)/log(2))
1061 +#endif
1062 +
1063  /* Node types */
1064  
1065  #define T_X     1
1066
1067
1068 [FILE:318:patches/patch-lib-vmalloc-vmhdr.h]
1069 --- lib/vmalloc/vmhdr.h.orig    2020-06-29 08:47:18 UTC
1070 +++ lib/vmalloc/vmhdr.h
1071 @@ -20,6 +20,10 @@ extern "C" {
1072  #ifndef _BLD_vmalloc
1073  #define _BLD_vmalloc   1
1074  #endif
1075 +#if defined(__FreeBSD__) && defined(__aarch64__)
1076 +/* No sbrk on FreeBSD/AArch64 */
1077 +#define _std_malloc    1
1078 +#endif
1079  #ifdef _WIN32
1080  #include <io.h>
1081  #endif
1082
1083
1084 [FILE:620:patches/patch-plugin-xlib-vimdot.sh]
1085 --- plugin/xlib/vimdot.sh.orig  2020-06-29 08:47:18 UTC
1086 +++ plugin/xlib/vimdot.sh
1087 @@ -5,7 +5,7 @@ error() { echo "$0: $*" >&2; exit 1; }
1088  
1089  # Try $EDITOR first, else try vim or vi
1090  editor="$EDITOR"
1091 -[ -x "$editor" ] || editor="/usr/bin/vim"
1092 +[ -x "$editor" ] || editor="/usr/local/bin/vim"
1093  [ -x "$editor" ] || editor="/usr/bin/vi"
1094  [ -x "$editor" ] || error "EDITOR not found or not executable";
1095  
1096 @@ -25,7 +25,7 @@ digraph G {
1097  
1098         vim [href="http://www.vim.org/"]
1099         dot [href="http://www.graphviz.org/"]
1100 -       vimdot [href="file:///usr/bin/vimdot"]
1101 +       vimdot [href="file:///usr/local/bin/vimdot"]
1102  
1103         {vim dot} -> vimdot
1104  }
1105