Up to [cvs.NetBSD.org] / pkgsrc / graphics / p5-GraphViz
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 26 14:16:17 2013 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
HEAD
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Update to 2.14: 2.14 Fri Nov 9 16:06:00 2012 - No code changes. - Patch t/foo.t to not assume text appears on specific lines of the output test files. 2.13 Fri Nov 9 08:27:00 2012 - No code changes. - Re-package distro because users get errors during testing. See RT#80709. Since I had this same error during my testing, I assume the uploaded version contains un-patched code. The errors are not in GraphViz, they are in the test code which has hard-coded line numbers where it looks for strings in the output. The output has been reformatted recently, and no longer matches those assumptions. See t/foo.t for details. Note: I did not write those tests :-). 2.12 Thu Nov 8 12:38:00 2012 - No code changes. - For pre-reqs such as strict, warnings, etc, which ship with Perl, set the version # to 0. Reported as RT#80663 by Father Chrysostomos for Tree::DAG_Node. 2.11 Tue Sep 18 08:22:00 2012 - Add VDX as an output format. 2.10 Mon Mar 26 10:11:00 2012 - Accept a patch kindly supplied by Alexander Kriegisch, to change handling of the rankdir attribute. The valid values are BT, LR, RL or TB, or their lower-case equivalents. Previously, only a true value was accepted, which meant LR. Now, any value not in that list defaults to LR. Files changed: README, CHANGES, Changelog.ini, GraphViz.pm, GraphViz/Regex.pm and simple.t. - Patch this file to replace BST with GMT, since both DateTime::Format::HTTP and DateTime::Format::Strptime fail to recognize BST. These modules are used by Module::Metadata::Changes to transform this file into Changelog.ini. 2.09 Thu Dec 15 11:08:00 2011 - Adopt Flavio Poletti's suggestion of trying to pipe to dot, in Build.PL/Makefile.PL, rather than using File::Which, to see if dot (Graphviz) is installed. This (hopefully) solves the problem of using File::Which on systems where it is not installed, before Build.PL/Makefile.PL has a chance to tell the user that File::Which is required. See: RT#73077. 2.08 Tue Nov 1 10:55:00 2011 - Wind back pre-reqs for various modules to match what was shipped with Perl V 5.8.1. Many thanx to Brian Cassidy for the error report: https://rt.cpan.org/Ticket/Display.html?id=72068. 2.07 Sun Oct 30 16:08:00 2011 - Rewrite Build.PL and Makefile.PL to try loading File::Which rather than assuming it is installed. This avoids the chicken-and-egg problem whereby these 2 programs need File::Which::which to find 'dot'. Many thanx to Richard Clamp for the error report: https://rt.cpan.org/Public/Bug/Display.html?id=71971. 2.06 Tue Oct 25 08:09:00 2011 - Add File::Which to the pre-reqs in Build.PL and Makefile.PL. 2.05 Thu Oct 20 10:52:00 2011 - Add 'Deprecated. See GraphViz2' to the docs. - Add Build.PL. - Add ability to set ORIENTATION. Thanx to Christian Lackas for the patch. See RT#71787. - Add Changelog.ini. - Add META.json, MYMETA.json and MYMETA.yml. - Add MANIFEST.SKIP. - Ensure all modules contain a version number. - Update the docs regarding the list of modules shipped in this distro. - Remove examples/remote.pl because GraphViz::Remote is no longer shipped. - Clean up examples/clusters2.pl. - Clean up Makefile.PL.
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 14 17:59:24 2009 UTC (13 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
Remove @dirrm entries from PLISTs
Revision 1.2 / (download) - annotate - [select for diffs], Wed Apr 20 08:42:11 2005 UTC (17 years, 9 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +29 -1
lines
Diff to previous 1.1 (colored)
Update to version 2.02 Add (pseudo) HOMEPAGE, trim dependencies, install examples. Changes since last packaged version (1.8): 2.02 Fri Jan 7 18:51:06 GMT 2005 - remove dependencies on Graph and Math::Bezier - make GraphViz HTML-Like labels work (spotted by Patrice Dehais) - updated (including much documentation) to support newer additions to the dot language (by Max Baker) - new test which tests the POD 2.01 Fri Sep 24 17:02:29 BST 2004 - no longer *always* quote the label in add_node() in order to let GraphViz::Data::Structure work again (sorry) 2.00 Wed Aug 25 16:30:53 BST 2004 - thanks to Ron Savage, patched to work under systems which have an executable extension, such as Windows 1.9 Tue Aug 24 15:30:31 BST 2004 - check for "dot" in the Makefile.PL instead of a test, as suggested by Autrijus Tang - renamed Changes to CHANGES - clusters can now take attributes as a hashref, thanks to patch from Richard A.Wells (see clusters2.pl) - fix docbug in GraphViz::Parse::Yapp (spotted by Mark Fowler) - better quoting (patch by Barrie Slaymaker) - document as_debug (suggested by Richard Clamp)
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Aug 28 19:39:52 2002 UTC (20 years, 5 months ago) by seb
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4,
netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of p5-GraphViz version 1.5 into the Packages Collection. This perl module provides an interface to layout and generate images of directed graphs in a variety of formats (PostScript, PNG, etc.) using the "dot" and "neato" programs from the GraphViz project.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 28 19:39:52 2002 UTC (20 years, 5 months ago) by seb
Branch: MAIN
Initial revision