diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/Makefile | 27 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/pkg-plist | 5 |
5 files changed, 40 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index a74ff3a7a79..bc96470f831 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -323,6 +323,7 @@ SUBDIR += p5-GD-Barcode SUBDIR += p5-GD-Graph SUBDIR += p5-GD-Graph3d + SUBDIR += p5-GD-SVG SUBDIR += p5-GD-TextUtil SUBDIR += p5-Graph-ReadWrite SUBDIR += p5-GraphViz diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile new file mode 100644 index 00000000000..e95fe67ed77 --- /dev/null +++ b/graphics/p5-GD-SVG/Makefile @@ -0,0 +1,27 @@ +# vim:ts=8 +# New ports collection makefile for: p5-GD-SVG +# Date created: 25 November 2004 +# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar> +# +# $FreeBSD$ +# + +PORTNAME= GD-SVG +PORTVERSION= 0.25 +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= GD +PKGNAMEPREFIX= p5- + +MAINTAINER= fernan@iib.unsam.edu.ar +COMMENT= Seamlessly enable SVG output from scripts written using GD + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ + ${SITE_PERL}/SVG.pm:${PORTSDIR}/textproc/p5-SVG +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd + +PERL_CONFIGURE= yes + +MAN3= GD::SVG.3 + +.include <bsd.port.mk> diff --git a/graphics/p5-GD-SVG/distinfo b/graphics/p5-GD-SVG/distinfo new file mode 100644 index 00000000000..863374a33d1 --- /dev/null +++ b/graphics/p5-GD-SVG/distinfo @@ -0,0 +1,2 @@ +MD5 (GD-SVG-0.25.tar.gz) = 47098a12f5bb4c339fac956318f65d6f +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..08ad15d1517 --- /dev/null +++ b/graphics/p5-GD-SVG/pkg-descr @@ -0,0 +1,5 @@ +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. + +WWW: http://www2.toddot.net:8081/projects/GD-SVG/ diff --git a/graphics/p5-GD-SVG/pkg-plist b/graphics/p5-GD-SVG/pkg-plist new file mode 100644 index 00000000000..b0aa6a22e43 --- /dev/null +++ b/graphics/p5-GD-SVG/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/SVG/.packlist +%%SITE_PERL%%/GD/SVG.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/SVG +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/GD 2>/dev/null || true |