diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-03-04 14:51:14 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-03-04 14:51:14 +0000 |
commit | e9bfcca2748e9fe7962b2b5297e7277fd9eb282b (patch) | |
tree | 707cb6265d9546c85b5ded6bac1b94a39f14f494 /textproc/p5-SVG | |
parent | 96d3c9379605cc8f6e76ee518677c69184326917 (diff) | |
download | ports-e9bfcca2748e9fe7962b2b5297e7277fd9eb282b.tar.gz ports-e9bfcca2748e9fe7962b2b5297e7277fd9eb282b.zip |
Notes
Diffstat (limited to 'textproc/p5-SVG')
-rw-r--r-- | textproc/p5-SVG/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-SVG/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-SVG/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-SVG/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/p5-SVG/pkg-plist | 18 |
5 files changed, 14 insertions, 14 deletions
diff --git a/textproc/p5-SVG/Makefile b/textproc/p5-SVG/Makefile index b7eb75cad98e..89216e2cedbe 100644 --- a/textproc/p5-SVG/Makefile +++ b/textproc/p5-SVG/Makefile @@ -6,19 +6,18 @@ # PORTNAME= SVG -PORTVERSION= 2.1 +PORTVERSION= 2.27 CATEGORIES= textproc graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= SVG PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org +COMMENT= Perl extension for generating Scalable Vector Graphics (SVG) documents PERL_CONFIGURE= yes -PLIST_SUB= EXAMPLESDIR="share/examples/${PORTNAME}" MAN3= SVG.3 SVG::DOM.3 SVG::Element.3 SVG::Manual.3 SVG::XML.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-patch: @${FIND} ${WRKSRC} \( -name "*.p[lm]" -or -name "*.cgi" \ diff --git a/textproc/p5-SVG/distinfo b/textproc/p5-SVG/distinfo index c0fc5385e906..63e1f372627b 100644 --- a/textproc/p5-SVG/distinfo +++ b/textproc/p5-SVG/distinfo @@ -1 +1 @@ -MD5 (SVG-2.1.tar.gz) = b65c1cfae7b18d92f902a52cd0a9d0c4 +MD5 (SVG-2.27.tar.gz) = d7af31798b18927ff1e569a1e2d3a7e6 diff --git a/textproc/p5-SVG/pkg-comment b/textproc/p5-SVG/pkg-comment deleted file mode 100644 index e42c3eee8826..000000000000 --- a/textproc/p5-SVG/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl extension for generating Scalable Vector Graphics (SVG) documents diff --git a/textproc/p5-SVG/pkg-descr b/textproc/p5-SVG/pkg-descr index cb53556f190f..621ed760cdb7 100644 --- a/textproc/p5-SVG/pkg-descr +++ b/textproc/p5-SVG/pkg-descr @@ -1,7 +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 +WWW: http://search.cpan.org/dist/SVG/ -- Sergey Skvortsov skv@FreeBSD.org diff --git a/textproc/p5-SVG/pkg-plist b/textproc/p5-SVG/pkg-plist index 91c70484743e..172aafd2bd96 100644 --- a/textproc/p5-SVG/pkg-plist +++ b/textproc/p5-SVG/pkg-plist @@ -1,10 +1,13 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SVG/.packlist -lib/perl5/site_perl/%%PERL_VER%%/SVG.pm -lib/perl5/site_perl/%%PERL_VER%%/SVG/DOM.pm -lib/perl5/site_perl/%%PERL_VER%%/SVG/Element.pm -lib/perl5/site_perl/%%PERL_VER%%/SVG/Manual.pod -lib/perl5/site_perl/%%PERL_VER%%/SVG/XML.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVG/.packlist +%%SITE_PERL%%/SVG.pm +%%SITE_PERL%%/SVG/DOM.pm +%%SITE_PERL%%/SVG/Element.pm +%%SITE_PERL%%/SVG/Manual.pm +%%SITE_PERL%%/SVG/XML.pm +@unexec rmdir %D/%%SITE_PERL%%/SVG 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVG 2>/dev/null || true %%PORTDOCS%%%%EXAMPLESDIR%%/SVG_02_sample.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/attributeManip.pl %%PORTDOCS%%%%EXAMPLESDIR%%/image_sample.pl %%PORTDOCS%%%%EXAMPLESDIR%%/inline_sample.pl %%PORTDOCS%%%%EXAMPLESDIR%%/inlinesvg.pl @@ -12,8 +15,7 @@ lib/perl5/site_perl/%%PERL_VER%%/SVG/XML.pm %%PORTDOCS%%%%EXAMPLESDIR%%/starpath.cgi %%PORTDOCS%%%%EXAMPLESDIR%%/sun_text_sample.pl %%PORTDOCS%%%%EXAMPLESDIR%%/svg.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/svg_dom_sample.pl %%PORTDOCS%%%%EXAMPLESDIR%%/svgtest2.pl %%PORTDOCS%%%%EXAMPLESDIR%%/yaph5.cgi %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/SVG 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SVG 2>/dev/null || true |