diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-08 14:51:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-08 14:51:56 +0000 |
commit | 5a9ff3bbe2444fac808d6c6cdc833eaae24e00e9 (patch) | |
tree | c21ee70c84cdaf59901a9bc04a4d4bdbe6e52395 /graphics/graphviz/Makefile | |
parent | 2e9f882df4ad5fb5fe5a7d5b46839449e9cd2cf5 (diff) | |
download | pkgsrc-5a9ff3bbe2444fac808d6c6cdc833eaae24e00e9.tar.gz |
Updated graphviz to 2.40.1.
December 21, 2016
- Remove usage of ast_common.h
December 20, 2016
- Release 2.40.0
- network-simplex fixes and optimization (Stephen North)
- built-in tred tool now available in the various swig generated
language bindings (John Ellson)
- number rounding added to SVG renderer (same as PS and TK rounding)
to aid regression testing. (John Ellson)
- additional regressson test framework, used in Travis CI builds. (Erwin Janssen)
- PHP7 support (requires swig-3.0.11 or later). (John Ellson)
- Allow user to specify clustering algorithm in gvmap. (Emden Gansner)
- Add Sierpinski graph generator to gvgen. (Emden Gansner)
- Extensive code cleanup (Erwin Janssen)
- Removal of libgd source - use vanilla libgd from separate install
- Windows builds (Erwin Janssen)
- Appveyor CI for automated Windows build testing (Erwin Janssen)
- Travis CI for Fedora/Centos builds (Erwin Janssen)
- Added JSON output format, -Tjson (Emden Gansner)
- New curved arrowhead, cylinder node shape.
- Resolves bugs: 2599, 1172
June 18, 2016
- Experimenting with Travis CI
February 13, 2016
- Add cylinder shape for databases.
- Free installed plugins
- Update makefile for dot so that the using libpanco_C in the static build include PANGOFT2
as well as PANGOCAIRO_LIBS (needed for some versions of Ubuntu)
February 1, 2016
- Add json output format
April 26, 2015
- output class value in svg files
September 9, 2014
- Add plain shape for use with HTML-like labels.
August 12, 2014
- Add icurve arrowhead.
July 28, 2014
- Revert to old, translate to origin semantics in neato, etc. Add flag notranslate if that is
what the user desires.
Diffstat (limited to 'graphics/graphviz/Makefile')
-rw-r--r-- | graphics/graphviz/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index dc785fbc066..816deddf8e4 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.164 2017/02/28 15:20:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.165 2017/03/08 14:51:56 wiz Exp $ -DISTNAME= graphviz-2.38.0 -PKGREVISION= 20 +DISTNAME= graphviz-2.40.1 CATEGORIES= graphics MASTER_SITES= http://www.graphviz.org/pub/graphviz/stable/SOURCES/ @@ -33,11 +32,12 @@ CONFIGURE_ENV+= ac_cv_prog_RUBY= CPPFLAGS+= -DNO_POSTSCRIPT_ALIAS=1 PKGCONFIG_OVERRIDE+= lib/cdt/libcdt.pc.in PKGCONFIG_OVERRIDE+= lib/cgraph/libcgraph.pc.in +PKGCONFIG_OVERRIDE+= lib/edgepaint/liblab_gamut.pc.in PKGCONFIG_OVERRIDE+= lib/expr/libexpr.pc.in -PKGCONFIG_OVERRIDE+= lib/graph/libgraph.pc.in PKGCONFIG_OVERRIDE+= lib/gvc/libgvc.pc.in PKGCONFIG_OVERRIDE+= lib/gvpr/libgvpr.pc.in PKGCONFIG_OVERRIDE+= lib/pathplan/libpathplan.pc.in +PKGCONFIG_OVERRIDE+= lib/sfdpgen/libsfdp.pc.in PKGCONFIG_OVERRIDE+= lib/xdot/libxdot.pc.in XAW_TYPE= standard |