Path to this page:
./
graphics/graphviz,
Graph Drawing Programs from AT&T Research and Lucent Bell Labs
Branch: pkgsrc-2021Q4,
Version: 2.49.3nb2,
Package name: graphviz-2.49.3nb2,
Maintainer: snoGraphviz is a set of graph drawing tools from AT&T Research and Lucent Bell
Laboratories.
It includes:
- dot: makes hierarchical layouts of directed graphs
- neato: makes "spring" model layouts of undirected graphs
- lefty: a programmable graphics editor
- dotty: a customizable interface written in LEFTY
- tcldot: a customizable graphical interface written in TCL
- libgraph: the base library for graph tools
- various associated utilities
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2009/05/17 12:55:52 sno Exp $
: ${PKG_PREFIX=@PREFIX@}
case ${STAGE} in
DEINSTALL)
${RM} ${PKG_PREFIX}/lib/graphviz/config6
;;
esac
Package options: gd, lua, perl, tcl, x11
Master sites:
Filesize: 26777.236 KB
Version history: (Expand)
- (2022-01-05) Package added to pkgsrc.se, version graphviz-2.49.3nb2 (created)
CVS history: (Expand)
2022-01-01 17:51:45 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #6557 - requested by he
graphics/graphviz: PowerPC build fix
Revisions pulled up:
- graphics/graphviz/Makefile 1.242
---
Module Name: pkgsrc
Committed By: he
Date: Wed Dec 29 12:10:32 UTC 2021
Modified Files:
pkgsrc/graphics/graphviz: Makefile
Log message:
Build with -fopenmp on NetBSD/powerpc, so that we link explicitly
with -lgomp and thereby avoid overflowing the static thread local
storage allocated in ld.elf_so when libgomp.so is dlopen()ed
indirectly via libgvplugin_gd.so.
Bump PKGREVISION.
|