Path to this page:
./
graphics/graphviz,
Graph Drawing Programs from AT&T Research and Lucent Bell Labs
Branch: pkgsrc-2017Q2,
Version: 2.40.1nb2,
Package name: graphviz-2.40.1nb2,
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
Required to run:[
devel/pango] [
devel/libltdl] [
graphics/gd] [
graphics/cairo] [
graphics/gts] [
lang/perl5] [
lang/lua52] [
fonts/fontconfig] [
x11/gtk2] [
x11/tk]
Required to build:[
devel/swig] [
pkgtools/x11-links] [
pkgtools/cwrappers] [
x11/fixesproto4] [
x11/damageproto] [
x11/glproto] [
x11/renderproto] [
x11/xf86vidmodeproto] [
x11/xf86driproto] [
x11/compositeproto] [
x11/inputproto] [
x11/randrproto] [
x11/xcb-proto] [
x11/xextproto] [
x11/dri2proto] [
x11/xproto]
Package options: gd, gtk, lua, perl, tcl, x11
Master sites:
SHA1: 8a44d19bcdb50df1bd8e649de472ebf868468888
RMD160: 8fc103fc519e07e9db522ec2f748838571c71acf
Filesize: 25032.671 KB
Version history: (Expand)
- (2017-07-04) Package added to pkgsrc.se, version graphviz-2.40.1nb2 (created)
CVS history: (Expand)
2017-07-10 21:34:34 by Benny Siegert | Files touched by this commit (2) |
Log message:
Pullup ticket #5499 - requested by joerg
graphics/graphviz: build fix
Revisions pulled up:
- graphics/graphviz/distinfo 1.59
- graphics/graphviz/patches/patch-iffe 1.1
---
Module Name: pkgsrc
Committed By: joerg
Date: Mon Jul 3 13:01:34 UTC 2017
Modified Files:
pkgsrc/graphics/graphviz: distinfo
Added Files:
pkgsrc/graphics/graphviz/patches: patch-iffe
Log message:
Handle any non-bash shell with $RANDOM as bsh, i.e. don't use the ksh
optimizations. Fixing build on NetBSD 8.99+
|