Path to this page:
./
graphics/graphviz,
Graph Drawing Programs from AT&T Research and Lucent Bell Labs
Branch: pkgsrc-2008Q3,
Version: 2.16.1nb3,
Package name: graphviz-2.16.1nb3,
Maintainer: pkgsrc-usersGraphviz 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.1 2007/09/21 17:40:38 joerg Exp $
: ${PKG_PREFIX=@PREFIX@}
case ${STAGE} in
DEINSTALL)
${RM} ${PKG_PREFIX}/lib/graphviz/config
;;
esac
Required to run:[
fonts/ghostscript-fonts] [
devel/libltdl] [
devel/pango] [
graphics/jpeg] [
graphics/png] [
graphics/gd] [
lang/lua] [
textproc/expat] [
x11/tk]
Required to build:[
pkgtools/x11-links] [
devel/bison] [
devel/libtool-base] [
devel/pkg-config] [
devel/swig] [
x11/renderproto]
Package options: lua, swig, tcl
Master sites:
SHA1: 46b704bd9b81922bcd17167c88f3278a9645e894
RMD160: 6d0f23fa176a1bef7ee0ca48cf1b700fe6cbfb42
Filesize: 7886.983 KB
Version history: (Expand)
- (2008-10-13) Updated to version: graphviz-2.16.1nb3
- (2008-10-06) Package added to pkgsrc.se, version graphviz-2.16.1nb2 (created)
CVS history: (Expand)
2008-10-13 09:04:20 by Tyler R. Retzlaff | Files touched by this commit (3) |
Log message:
pullup ticket #2555 - requested by tron
graphviz: add a patch for security vulnerability
revisions pulled up:
pkgsrc/graphics/graphviz/Makefile 1.65
pkgsrc/graphics/graphviz/distinfo 1.29
pkgsrc/graphics/graphviz/patches/patch-au 1.10
Module Name: pkgsrc
Committed By: tron
Date: Sun Oct 12 13:14:39 UTC 2008
Modified Files:
pkgsrc/graphics/graphviz: Makefile distinfo
Added Files:
pkgsrc/graphics/graphviz/patches: patch-au
Log message:
Add patch for the graphviz 2.20.3 release to fix the security
vulnerability reported in SA32186.
|