diff options
author | heinz <heinz@pkgsrc.org> | 2007-05-16 20:34:25 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-05-16 20:34:25 +0000 |
commit | 1c20662933196b20ea51d99ba7fc8c5ae54ee285 (patch) | |
tree | 19c938bb40f6f31217355c58ec4b4293f7edb940 | |
parent | a9e2d031df4c47198ac461e11bbc3f790f981929 (diff) | |
download | pkgsrc-1c20662933196b20ea51d99ba7fc8c5ae54ee285.tar.gz |
Initial import of p5-GD-SVG 0.28.
GD::SVG seamlessly enables the scalable vector graphics (SVG) output
from scripts written using GD. It accomplishes this by translating GD
functions into SVG functions.
-rw-r--r-- | graphics/p5-GD-SVG/DESCR | 3 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/Makefile | 22 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/PLIST | 1 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/distinfo | 5 |
4 files changed, 31 insertions, 0 deletions
diff --git a/graphics/p5-GD-SVG/DESCR b/graphics/p5-GD-SVG/DESCR new file mode 100644 index 00000000000..e56d0463001 --- /dev/null +++ b/graphics/p5-GD-SVG/DESCR @@ -0,0 +1,3 @@ +GD::SVG seamlessly enables the scalable vector graphics (SVG) output +from scripts written using GD. It accomplishes this by translating GD +functions into SVG functions. diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile new file mode 100644 index 00000000000..d7aaf4a9add --- /dev/null +++ b/graphics/p5-GD-SVG/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/16 20:34:25 heinz Exp $ +# + +DISTNAME= GD-SVG-0.28 +PKGNAME= p5-${DISTNAME} +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/GD-SVG/ +COMMENT= Enables SVG output from scripts written using GD + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-GD-[0-9]*:../../graphics/p5-GD +DEPENDS+= p5-SVG-[0-9]*:../../graphics/p5-SVG + +PERL5_PACKLIST= auto/GD/SVG/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/p5-GD-SVG/PLIST b/graphics/p5-GD-SVG/PLIST new file mode 100644 index 00000000000..2a5e66bc7df --- /dev/null +++ b/graphics/p5-GD-SVG/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/16 20:34:25 heinz Exp $ diff --git a/graphics/p5-GD-SVG/distinfo b/graphics/p5-GD-SVG/distinfo new file mode 100644 index 00000000000..bf0471e3db8 --- /dev/null +++ b/graphics/p5-GD-SVG/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/05/16 20:34:25 heinz Exp $ + +SHA1 (GD-SVG-0.28.tar.gz) = 71c2dd82fc03fffbc454cea1328767210c49389b +RMD160 (GD-SVG-0.28.tar.gz) = fa74096403fa2e0f5a608172c22e24f1668c9275 +Size (GD-SVG-0.28.tar.gz) = 43955 bytes |