diff options
author | mef <mef@pkgsrc.org> | 2015-03-07 01:31:39 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-03-07 01:31:39 +0000 |
commit | de7aa9abf28128329f41028ab031081e628acc7f (patch) | |
tree | 434036aeaac2ff076d448cd1fff3f0b785e828ea /graphics/p5-SVG | |
parent | ecc932a65338e43b52c3c8e6f5ded6b452745b7b (diff) | |
download | pkgsrc-de7aa9abf28128329f41028ab031081e628acc7f.tar.gz |
Update 2.50 to 2.63
-------------------
2.63 2015.03.06
- Move SVG results from POD to external files.
2.62 2015.03.06
- Remove more duplicate pod.
- Encoding of the pod RT #89414
2.61 2015.03.03
- Eliminate a bunch of duplicate documentation.
- Skip tidy testing if module is not available (RT #102484)
- POD formatting.
2.60 2015.03.03
- Convert source files to utf8
- Add more tests
- css styles are now sorted to make it easeier to test
- Run Perltidy on the code
2.59 2013.03.31
- Experiment to show images on MetaCPAN
2.56 2013.03.30
- Move all the content of SVG::Manual to SVG
2.55 2013.03.30
- Add an image to the pod generated by and example.
- Rename SVG::Manual from .pm to .pod.
- Stop violating the Subroutines::ProhibitExplicitReturnUndef policy,
eliminate 'return undef' and return wantarray?():undef; from the code.
2.54 2013.02.16
- Update the dates in the Changes file.
- Remove the function prototypes that don't work on methods anyway.
Stop violating the Subroutines::ProhibitSubroutinePrototypes policy.
2.53 2012.08.09
- missing test file removed from MANIFEST (RT #78856)
2.52 2012.05.29
- move POD testing to xt/
- Some example cleanup - Shlomi Fish
- removing prototype - Shlomi Fish
- POD fixes - David Paleino
2.51 2012.03.30
- Maintenance by Gabor Szabo
- Some documentation fixes.
- Modernizing test suite.
- Link to new public repository.
Diffstat (limited to 'graphics/p5-SVG')
-rw-r--r-- | graphics/p5-SVG/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-SVG/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/p5-SVG/Makefile b/graphics/p5-SVG/Makefile index 217b116d70c..7245a3b59cd 100644 --- a/graphics/p5-SVG/Makefile +++ b/graphics/p5-SVG/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2014/05/29 23:36:40 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/03/07 01:31:39 mef Exp $ # -DISTNAME= SVG-2.50 +DISTNAME= SVG-2.63 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVG/} diff --git a/graphics/p5-SVG/distinfo b/graphics/p5-SVG/distinfo index 8f7ec04f14b..3a678c1f10d 100644 --- a/graphics/p5-SVG/distinfo +++ b/graphics/p5-SVG/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/08/27 06:14:37 sno Exp $ +$NetBSD: distinfo,v 1.6 2015/03/07 01:31:39 mef Exp $ -SHA1 (SVG-2.50.tar.gz) = c698e94ac2673f734b24ed56142e994ad350f440 -RMD160 (SVG-2.50.tar.gz) = f067bc56d4dfa4840d8f1a2e8f1911fa03edda0f -Size (SVG-2.50.tar.gz) = 52322 bytes +SHA1 (SVG-2.63.tar.gz) = b4c882558bdd88a4b01cece66278b0580864dde3 +RMD160 (SVG-2.63.tar.gz) = 7954a519c3df7a0c002ba627237747fa3c5eeab1 +Size (SVG-2.63.tar.gz) = 51723 bytes |