2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2017-09-17 09:27:43 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-GraphViz: update to 2.24.
2.24 2016-12-27T10:58:00
- Test with Test::More V 1.001002 rather than V 1.302019, and all tests still pass.
See RT#115236. Thanx to Kent Fredric for again (sorry!) prompting me over this.
Lowering the version of Test::More in Makefile.PL is the only change in this \
version.
2.23 2016-12-21T08:00:00
- Add no_xxe to XML::Twig instantiation. See RT#118972. Many thanx to Lisa Hare \
for a
very well-crafted set of patches provided via github.
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-04-18 16:02:10 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add BUILD_DEPENDS+= p5-File-Which-[0-9]* for make test
|
2016-08-13 02:50:13 by Wen Heping | Files touched by this commit (2) | |
Log message:
Update to 2.22
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-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2015-11-03 22:34:36 by Alistair G. Crooks | Files touched by this commit (610) |
Log message:
Add SHA512 digests for distfiles for graphics category
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-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
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-26 15:16:17 by Thomas Klausner | Files touched by this commit (3) |
Log message:
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.
|