Path to this page:
./
graphics/graphviz,
Graph Drawing Programs from AT&T Research and Lucent Bell Labs
Branch: pkgsrc-2013Q4,
Version: 2.34.0nb5,
Package name: graphviz-2.34.0nb5,
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:[
lang/perl5] [
lang/lua52] [
fonts/fontconfig] [
x11/gtk2] [
x11/tk] [
devel/pango] [
devel/libltdl] [
graphics/gd] [
graphics/cairo]
Required to build:[
x11/xf86vidmodeproto] [
x11/fixesproto] [
x11/xcb-proto] [
x11/compositeproto] [
x11/damageproto] [
x11/glproto] [
x11/renderproto] [
x11/xextproto] [
x11/xf86driproto] [
x11/dri2proto] [
x11/inputproto] [
x11/xproto] [
x11/randrproto] [
devel/swig] [
pkgtools/x11-links]
Package options: lua, gd, gtk, pangocairo, perl, tcl, x11
Master sites:
SHA1: 5a0c00bebe7f4c7a04523db21f40966dc9f0d441
RMD160: 583a2332bcf0f9c8d24d19044415cd768be51745
Filesize: 23360.693 KB
Version history: (Expand)
- (2014-01-14) Updated to version: graphviz-2.34.0nb5
- (2014-01-08) Updated to version: graphviz-2.34.0nb4
- (2014-01-01) Package added to pkgsrc.se, version graphviz-2.34.0nb3 (created)
CVS history: (Expand)
2014-01-15 23:07:00 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pullup ticket #4302 - requested by jperkin
graphics/graphviz: build fix
Revisions pulled up:
- graphics/graphviz/Makefile 1.135
---
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Jan 8 10:24:14 UTC 2014
Modified Files:
pkgsrc/graphics/graphviz: Makefile
Log message:
Needs lex.
|
2014-01-14 11:52:47 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #4298 - requested by drochner
graphics/graphviz: security patch
Revisions pulled up:
- graphics/graphviz/Makefile 1.136
- graphics/graphviz/distinfo 1.49
- graphics/graphviz/patches/patch-lib_cgraph_scan.l 1.2
---
Module Name: pkgsrc
Committed By: drochner
Date: Fri Jan 10 15:27:11 UTC 2014
Modified Files:
pkgsrc/graphics/graphviz: Makefile distinfo
pkgsrc/graphics/graphviz/patches: patch-lib_cgraph_scan.l
Log message:
fix more problems with the scanner, one was introduced by the last fix
(CVE-2014-1235, CVE-2014-1236)
bump PKGREV
|
2014-01-07 20:49:15 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Pullup ticket #4288 - requested by wiz
graphics/graphviz: security patch
Revisions pulled up:
- graphics/graphviz/Makefile 1.134
- graphics/graphviz/distinfo 1.48
- graphics/graphviz/patches/patch-lib_cgraph_scan.l 1.1
---
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 7 15:15:18 UTC 2014
Modified Files:
pkgsrc/graphics/graphviz: Makefile distinfo
Added Files:
pkgsrc/graphics/graphviz/patches: patch-lib_cgraph_scan.l
Log message:
Security fix from upstream for a buffer overflow in the parser
error handler. Bump PKGREVISION.
|