Commit graph

8 commits

Author SHA1 Message Date
wen
ead4fa28d6 Update to 2.64
Upstream changes:
2.64 2015.06.02
    - RT #103938 SVG::DOM insertSiblingAfter calls nonexistent 'parent' method (Marius Gavrilescu)
2015-11-14 03:57:58 +00:00
agc
7f810a359f 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-11-03 21:33:50 +00:00
mef
2d2ba44fbe 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.
2015-03-07 01:31:39 +00:00
sno
c8ee3cb23b Updating graphics/p5-SVG from 2.49nb1 to 2.50
pkgsrc changes:
- correcting license

Upstream changes:
2.50  05 April, 2010
	-Fixed inline SVG generation method (bug # 43814 and 50075)
	-Fixed XML-escaped characters (bug # 53918 and 44454)
	-Fixed undef bug in findChildIndex (bug # 48932)
	-Fixed memory leaks with Scalar::Util::weaken() (bug # 54458)
	-Fixed cloning method (bug # 36194)
	-DOM::insertAtIndex() and removeAtIndex() now update the ID and element list
2010-08-27 06:14:37 +00:00
sno
1f9df40ddc PkgSrc changes:
- Updating package for p5 SVG modules from 2.44 to 2.49
  - Setting license to gnu-gpl-v2

Upstream changes:
2.49    23 January, 2009
	-Fixed bugtracker URL in YAML

2.48    08 January, 2009
	-Improved YAML and MANIFEST for cpan testers game

2.47	15 December, 2008
	-Fixed MANIFEST - replaced Changes entry

2.46	15 December, 2008
	-Improved META.yml
	-Fixed MANIFEST
	-Removed all pointless files

2.45	15 December, 2008
	-Improved META.yml
2009-05-01 22:03:18 +00:00
heinz
5db8204d40 Updated to version 2.44.
Pkgsrc changes:
  - none

Changes since version 2.36:
===========================
2.44	21 April, 2008
	-Improved META.yml

2.43	21 April, 2008
	-Improved META.yml

2.42	16 April, 2008
	-Removed Makefile from MANIFEST

2.41	16 April, 2008
	-Fixed MANIFEST and added license data to the SVG.pm file

2.40	14 April, 2008
	-Changed tests to current recommendation. Moved to t/ directory.
	-Added POD and POD Coverage tests

2.39	08 April, 2008
	-Added warnings

2.38	03 April, 2008

	-Modified SVG::Element to answer a bug report in rt.perl.org by slaven
	 regarding the redefined methods warnings when SVG is used twice.
	-Fixed the POD to reflect annotation comments.

2.37	02 March, 2008
	-Added NS definitions for svg and xlink to enable xlink:href and svg:
	namespace usage in Firefox.
2008-07-17 15:01:57 +00:00
heinz
bd1c27708d Updated to version 2.36.
Pkgsrc changes:
  - none

Changes since version 2.33:
===========================
2.36	16 September, 2007
	-Fixed SVG::DOM POD

2.35	14 September, 2007
	-Fixed SVG::DOM POD

2.34    17 May 2005
	-SVG::Element - Removed elsep entry for CDATA, cdata, cdata_noxmlesc
	 fields to get rid of artificial blank spaces that confuse some browsers
	-SVG::DOM - added getRootNode method
	-Added user-contributed DOM2 methods to SVG::DOM
2008-02-07 20:50:03 +00:00
heinz
a9e2d031df Initial import of p5-SVG 2.33.
This module is a perl extension for generating stand-alone or inline SVG
(scaleable vector graphics) images using the W3C SVG xml recommendation.
2007-05-16 20:21:36 +00:00