summaryrefslogtreecommitdiff
path: root/graphics/p5-GraphViz
AgeCommit message (Collapse)AuthorFilesLines
2017-04-18 Add BUILD_DEPENDS+= p5-File-Which-[0-9]* for make testmef1-1/+2
2016-08-13Update to 2.22wen2-8/+7
Upstream changes: 2.22 2016-07-19T09:24:00 - Revert change so we use Test::More instead of Test2::Bundle::Extended. See RT#115236. Thanx to ribasushi for this report, and my apologies for not acting sooner. 2.21 2016-05-22T09:21:00 - Escape a '{' in a regexp in t/foo.t. See RT#114551. Thanx to Slaven Rezic. - Fix a typo in a comment, as provided by Gregor Herrmann in RT#111385. - See http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html for notes on the modernization of the repo. This includes updating Makefile.PL and removing Build.PL, MANIFEST and *META.*. - Bail out cleanly if 'dot' is not installed. See RT#105575. Thanx Karen Etheridge. - Update docs to point to a copy of the Perl licence. - Update docs in GraphViz.pm to point to the github repo. - Move t/pod.t into xt/author/. 2.20 2015-12-29T08:13:00 - Merge patch from ntyni via github. This concerned use of defined(@some_array). With thanx. 2.19 2015-11-13T08:30:00 - No code changes. - Accept pull request from Patrice Clement to add the x_deprecated flag to both META.json and META.yml. The docs already had various references to 'deprecated', including directing users to GraphViz2, so no change is needed there. Thanx Patrice. - Add .gitignore to MANIFEST.SKIP. 2.18 2015-05-28T08:43:00 - All patches to this version are from chrony, via a github pull request. With thanx. - Use File::Which on Windows to detect if Graphviz is present. - Clean up the code, including Build.PL and Makefile.PL. 2.17 Mon Mar 30 08:56;00 2015 - No code changes. - Create github repo. This has been done because ribasushi (Peter Rabbitson) has kindly offered some patches. Hence I've reversed my policy of encouraging this module to die :-). - Update Build.PL and Makefile.PL to point to the repo. None of the pre-reqs were updated. 2.16 2014-08-30T08:25:00 - Update docs on how to download AT&T's Graphviz. Thanx to Alex Becker (see RT#98405). 2.15 2013-11-28T11:23:00 - Fix double-quote escaping bug in GraphViz's _attributes() method. See RT#90528. Many thanx to Smylers for the report. - Rename CHANGES to Changes as per CPAN::Changes::Spec.
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-11-26Update to 2.14:wiz3-11/+9
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.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-07-16Fix destdir.joerg1-2/+2
2009-07-07adding destdir support and license of perl itself (META.yml)sno1-1/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-12-21Update from version 2.03nb1 to 2.04.he2-8/+7
Pkgsrc changes: o Adjust dependencies according to META.yml Upstream changes: 2.04 Fri Dec 12 21:31:24 GMT 2008 - perltidy everything - add human- and machine-readable license - add use warnings
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-07-30Update from version 2.02nb4 to 2.03. Changes:he2-7/+6
2.03 Sun Nov 18 14:40:20 GMT 2007 - make the graph name configurable (patch by Ruslan Zakirov)
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2006-03-10Fixed the interpreter of the example Perl programs. Bumped PKGREVISION.rillig1-2/+4
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb1-2/+2
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-20Update to version 2.02seb3-12/+44
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)
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-04-17Bl3ify.seb1-4/+3
No need to include graphviz/buildlink?.mk a simple DEPENDS is enough. Remove unnecessary USE_X11.
2003-07-28Update to version 1.8seb2-7/+7
Changes since version 1.5: 1.8 Sun Feb 23 09:15:14 GMT 2003 - support for client-side image maps by Dan Boorstein 1.7 Sun Jan 19 21:55:14 GMT 2003 - quote bgcolor so that HSV works 1.6 Sat Jan 18 15:47:26 GMT 2003 - moved tests to Test::More - new test which checks if graphviz is installed - new 'layout' graph attribute to support twopi - you may have to change your programs! - new bgcolor graph attribute (idea by Scott Murman) - labels named "graph" now work
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-03Claim stewardship of these.seb1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-01-10More b16n; add ../../graphics/graphviz/buildlink.mk.uebayasi1-2/+3
2002-10-27Use perl5/module.mk.seb1-5/+2
2002-08-28Initial import of p5-GraphViz version 1.5 into the Packages Collection. seb4-0/+33
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.