diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
6 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 05b88b2d6cd3..d70784520e7d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -119,6 +119,7 @@ SUBDIR += p5-String-Scanf SUBDIR += p5-String-ShellQuote SUBDIR += p5-String-Strip + SUBDIR += p5-SVG SUBDIR += p5-Text-Autoformat SUBDIR += p5-Text-Balanced SUBDIR += p5-Text-Bind 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 |