aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2003-03-04 22:51:14 +0800
committerskv <skv@FreeBSD.org>2003-03-04 22:51:14 +0800
commit04fe0d2fdec010a8d536fb9a8893d9df693920f4 (patch)
treef805290c12db21c4eacaeaac9cc17f76c9237e01
parent46aa361812c772dd6bce25946d35da13eb16b7ae (diff)
downloadfreebsd-ports-gnome-04fe0d2fdec010a8d536fb9a8893d9df693920f4.tar.gz
freebsd-ports-gnome-04fe0d2fdec010a8d536fb9a8893d9df693920f4.tar.zst
freebsd-ports-gnome-04fe0d2fdec010a8d536fb9a8893d9df693920f4.zip
Update to 2.27
-rw-r--r--textproc/p5-SVG/Makefile5
-rw-r--r--textproc/p5-SVG/distinfo2
-rw-r--r--textproc/p5-SVG/pkg-comment1
-rw-r--r--textproc/p5-SVG/pkg-descr2
-rw-r--r--textproc/p5-SVG/pkg-plist18
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
span>2-1/+5 * use gtk_html_command to ask if selection is active tto avoid usingRadek Doulik2005-05-053-27/+17 * removed include of htmlinterval.h as it's not neededRadek Doulik2005-05-032-1/+5 * remove a call to refresh folder from here call mail_refresh_folder hereParthasarathi Susarla2005-04-283-3/+12 * add some message list loading/profiling points, "list".Not Zed2005-04-283-4/+46 * ** See bug #273752Not Zed2005-04-132-1/+8 * Simplify the scanning for '@' by using strchr().Jeffrey Stedfast2005-04-092-10/+12 * removed. (em_utils_handle_receipt): asynchronously load message if none isNot Zed2005-04-088-3/+426 * ** See bug #74320Not Zed2005-04-062-1/+11 * Add Mark as Read/Unread back to the context menu (#73192) Fix the orderingRodney Dawes2005-04-052-3/+12 * ** See bug #72935Not Zed2005-04-012-0/+9 * ** See bug #72518Not Zed2005-04-014-2/+21 * only noop if we only have 1 message selected, otherwise we don't updateNot Zed2005-04-012-2/+8 * add a11y name to Mail Accounts Table add a11y name to tables in MailLi Yuan2005-03-303-0/+20 * fixedJeffrey Stedfast2005-03-181-1/+0 * Don't show multiple "Mailer" headers even if multipleJeffrey Stedfast2005-03-182-1/+11 * ** See bug #73363Not Zed2005-03-172-14/+60 * ** See bug #73559Not Zed2005-03-172-7/+16 * ** See bug #71003, again.Not Zed2005-03-172-2/+8 * ** See bug #73550Not Zed2005-03-16