diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile new file mode 100644 index 00000000000..1c4243f4074 --- /dev/null +++ b/graphics/p5-GD-SVG/Makefile @@ -0,0 +1,22 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2005/03/03 00:32:50 espie Exp $ + +COMMENT= "allow GD perl scripts to output SVG" + +PKG_ARCH= * +DISTNAME= GD-SVG-0.25 +PKGNAME= p5-${DISTNAME} +CATEGORIES= graphics perl5 + +# perl licence +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +RUN_DEPENDS= :p5-SVG-*:graphics/p5-SVG + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} + +CONFIGURE_STYLE= perl + +.include diff --git a/graphics/p5-GD-SVG/distinfo b/graphics/p5-GD-SVG/distinfo new file mode 100644 index 00000000000..544d92b8c82 --- /dev/null +++ b/graphics/p5-GD-SVG/distinfo @@ -0,0 +1,4 @@ +MD5 (GD-SVG-0.25.tar.gz) = 47098a12f5bb4c339fac956318f65d6f +RMD160 (GD-SVG-0.25.tar.gz) = d509be572285c511fa978e0488452cb833b84cd0 +SHA1 (GD-SVG-0.25.tar.gz) = bf9475a712cbf35a66e35cd7f22dca232822740b +SIZE (GD-SVG-0.25.tar.gz) = 42668 diff --git a/graphics/p5-GD-SVG/pkg/DESCR b/graphics/p5-GD-SVG/pkg/DESCR new file mode 100644 index 00000000000..c5d4b1704f5 --- /dev/null +++ b/graphics/p5-GD-SVG/pkg/DESCR @@ -0,0 +1,4 @@ +With GD::SVG, scripts that use GD can generate SVG output transparently. + +GDB::SVG translates GD functions into SVG functions. + diff --git a/graphics/p5-GD-SVG/pkg/PLIST b/graphics/p5-GD-SVG/pkg/PLIST new file mode 100644 index 00000000000..81ddd0b754b --- /dev/null +++ b/graphics/p5-GD-SVG/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2005/03/03 00:32:50 espie Exp $ +${P5SITE}/GD/ +${P5SITE}/GD/SVG.pm +@man man/man3p/GD::SVG.3p