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