Date: Sat, 1 Oct 2011 15:44:49 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/p5-Image-Base-SVG Makefile distinfo pkg-descr pkg-plist Message-ID: <201110011544.p91FinR2078012@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sunpoet 2011-10-01 15:44:49 UTC
FreeBSD ports repository
Modified files:
graphics Makefile
Added files:
graphics/p5-Image-Base-SVG Makefile distinfo pkg-descr
pkg-plist
Log:
- Add p5-Image-Base-SVG 4
Image::Base::SVG extends Image::Base to create or update SVG format image files
using the SVG.pm module (see SVG::Manual).
Image::Base is pixel oriented so isn't really the sort of thing SVG is meant
for, but this module can direct some Image::Base style code at an SVG object. Of
course the SVG module has many more features if used natively.
It's often fairly easy to spit out SVG directly too, and for instance the
Image::Base::SVGout module can do that. The advantages of the SVG document
object model comes when combining images or fragments, or going through elements
for post-facto mangling.
In the current code the SVG elements emitted assume some default style
attributes such as stroke-width 1. Perhaps that should be set explicitly on each
element.
WWW: http://search.cpan.org/dist/Image-Base-SVG/
Revision Changes Path
1.1449 +1 -0 ports/graphics/Makefile
1.1 +31 -0 ports/graphics/p5-Image-Base-SVG/Makefile (new)
1.1 +2 -0 ports/graphics/p5-Image-Base-SVG/distinfo (new)
1.1 +17 -0 ports/graphics/p5-Image-Base-SVG/pkg-descr (new)
1.1 +7 -0 ports/graphics/p5-Image-Base-SVG/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110011544.p91FinR2078012>
