From 24aa26e2b4c58a8570465b95619c8c67d3668ea2 Mon Sep 17 00:00:00 2001 From: heinz Date: Wed, 16 May 2007 20:21:36 +0000 Subject: 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. --- graphics/p5-SVG/DESCR | 2 ++ graphics/p5-SVG/Makefile | 19 +++++++++++++++++++ graphics/p5-SVG/PLIST | 1 + graphics/p5-SVG/distinfo | 5 +++++ 4 files changed, 27 insertions(+) create mode 100644 graphics/p5-SVG/DESCR create mode 100644 graphics/p5-SVG/Makefile create mode 100644 graphics/p5-SVG/PLIST create mode 100644 graphics/p5-SVG/distinfo (limited to 'graphics/p5-SVG') diff --git a/graphics/p5-SVG/DESCR b/graphics/p5-SVG/DESCR new file mode 100644 index 00000000000..0f1589a57f1 --- /dev/null +++ b/graphics/p5-SVG/DESCR @@ -0,0 +1,2 @@ +This module is a perl extension for generating stand-alone or inline SVG +(scaleable vector graphics) images using the W3C SVG xml recommendation. diff --git a/graphics/p5-SVG/Makefile b/graphics/p5-SVG/Makefile new file mode 100644 index 00000000000..a1ee8ff193a --- /dev/null +++ b/graphics/p5-SVG/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/16 20:21:36 heinz Exp $ +# + +DISTNAME= SVG-2.33 +PKGNAME= p5-${DISTNAME} +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVG/} + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/SVG/ +COMMENT= Perl module for generation of SVG images + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/SVG/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-SVG/PLIST b/graphics/p5-SVG/PLIST new file mode 100644 index 00000000000..2c65461c876 --- /dev/null +++ b/graphics/p5-SVG/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/16 20:21:36 heinz Exp $ diff --git a/graphics/p5-SVG/distinfo b/graphics/p5-SVG/distinfo new file mode 100644 index 00000000000..517678cd978 --- /dev/null +++ b/graphics/p5-SVG/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/05/16 20:21:36 heinz Exp $ + +SHA1 (SVG-2.33.tar.gz) = e0ac26505c44e96e3cdf865fce799798de8e573b +RMD160 (SVG-2.33.tar.gz) = fef87b0ada5126b86a520e4fc5b08c575f99a1b4 +Size (SVG-2.33.tar.gz) = 47100 bytes -- cgit v1.2.3