From owner-cvs-all@FreeBSD.ORG Sat Oct 1 15:44:49 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D11B106566C; Sat, 1 Oct 2011 15:44:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3CA6C8FC18; Sat, 1 Oct 2011 15:44:49 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p91FinlD078013; Sat, 1 Oct 2011 15:44:49 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p91FinR2078012; Sat, 1 Oct 2011 15:44:49 GMT (envelope-from sunpoet) Message-Id: <201110011544.p91FinR2078012@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Oct 2011 15:44:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/p5-Image-Base-SVG Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 15:44:49 -0000 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)