diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-24 19:43:55 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-24 19:43:55 +0000 |
commit | ab629ba06070bfbcc2945eef73fe1ae1401ad595 (patch) | |
tree | 6c5bb9ab4ebd64a01a6460de18723720f04dde7a /textproc/p5-SVG | |
parent | 2ad48e702a94132d29d20155227c3706a05b6770 (diff) | |
download | ports-ab629ba06070bfbcc2945eef73fe1ae1401ad595.tar.gz ports-ab629ba06070bfbcc2945eef73fe1ae1401ad595.zip |
Notes
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 |