diff options
author | petef <petef@FreeBSD.org> | 2001-11-25 03:43:55 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-25 03:43:55 +0800 |
commit | a89a5f4543c3acb3c4c26878428043258f644730 (patch) | |
tree | 68f577f55a527ea1d1cc2517ef4ab7c2a927214f /textproc/p5-SVG | |
parent | bc6f1607efbbfefd8a477f575d412f4ca9e215ee (diff) | |
download | freebsd-ports-gnome-a89a5f4543c3acb3c4c26878428043258f644730.tar.gz freebsd-ports-gnome-a89a5f4543c3acb3c4c26878428043258f644730.tar.zst freebsd-ports-gnome-a89a5f4543c3acb3c4c26878428043258f644730.zip |
Add p5-SVG-1.13, a Perl extension for generating Scalable Vector Graphics
(SVG) documents
PR: 32160
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'textproc/p5-SVG')
-rw-r--r-- | textproc/p5-SVG/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-SVG/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-SVG/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-SVG/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-SVG/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/textproc/p5-SVG/Makefile b/textproc/p5-SVG/Makefile new file mode 100644 index 000000000000..dbd4214bd404 --- /dev/null +++ b/textproc/p5-SVG/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: SVG +# Date created: 21 Nov 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= SVG +PORTVERSION= 1.13 +CATEGORIES= textproc graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= SVG +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +PERL_CONFIGURE= yes + +MAN3= SVG.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-SVG/distinfo b/textproc/p5-SVG/distinfo new file mode 100644 index 000000000000..ab626cf3937f --- /dev/null +++ b/textproc/p5-SVG/distinfo @@ -0,0 +1 @@ +MD5 (SVG-1.13.tar.gz) = ff0057028d56a2d161ec59c7b915cbf5 diff --git a/textproc/p5-SVG/pkg-comment b/textproc/p5-SVG/pkg-comment new file mode 100644 index 000000000000..e42c3eee8826 --- /dev/null +++ b/textproc/p5-SVG/pkg-comment @@ -0,0 +1 @@ +Perl extension for generating Scalable Vector Graphics (SVG) documents diff --git a/textproc/p5-SVG/pkg-descr b/textproc/p5-SVG/pkg-descr new file mode 100644 index 000000000000..bf92fce4f556 --- /dev/null +++ b/textproc/p5-SVG/pkg-descr @@ -0,0 +1,7 @@ +SVG.pm is a perl extention to generate stand-alone or inline SVG (scaleable +vector graphics) images using the W3C SVG xml recommendation. + +WWW: http://search.cpan.org/search?dist=SVG + +-- Godegisel +skv@protey.ru diff --git a/textproc/p5-SVG/pkg-plist b/textproc/p5-SVG/pkg-plist new file mode 100644 index 000000000000..71cbf3e1ccfd --- /dev/null +++ b/textproc/p5-SVG/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/SVG.pm +lib/perl5/site_perl/%%PERL_VER%%/SVG/Utils.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SVG/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SVG +@dirrm lib/perl5/site_perl/%%PERL_VER%%/SVG |