diff options
author | heinz <heinz@pkgsrc.org> | 2007-05-16 20:21:36 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-05-16 20:21:36 +0000 |
commit | a9e2d031df4c47198ac461e11bbc3f790f981929 (patch) | |
tree | 56254e1dea949432b74d32c7944e512e1430fdd3 /graphics/p5-SVG | |
parent | 583a473be10b3b348feb5acec6975c185c58b6b3 (diff) | |
download | pkgsrc-a9e2d031df4c47198ac461e11bbc3f790f981929.tar.gz |
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.
Diffstat (limited to 'graphics/p5-SVG')
-rw-r--r-- | graphics/p5-SVG/DESCR | 2 | ||||
-rw-r--r-- | graphics/p5-SVG/Makefile | 19 | ||||
-rw-r--r-- | graphics/p5-SVG/PLIST | 1 | ||||
-rw-r--r-- | graphics/p5-SVG/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
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 |