aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-PGPLOT
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-16 19:46:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-16 19:46:59 +0000
commite9cd3f10fc1b49f0c7a02d616d3c593e75e28ee0 (patch)
tree2ffc1cd4f70b435df0201c1189cfad224df74a90 /graphics/p5-PGPLOT
parente693d1dae1ce71f31516d92319cc3e2ed4d140d4 (diff)
downloadports-e9cd3f10fc1b49f0c7a02d616d3c593e75e28ee0.tar.gz
ports-e9cd3f10fc1b49f0c7a02d616d3c593e75e28ee0.zip
- Update to 2.21
- Respect PORTEXAMPLES - Pet portlint - Add WWW Changes: http://search.cpan.org/dist/PGPLOT/CHANGES
Notes
Notes: svn path=/head/; revision=281857
Diffstat (limited to 'graphics/p5-PGPLOT')
-rw-r--r--graphics/p5-PGPLOT/Makefile24
-rw-r--r--graphics/p5-PGPLOT/distinfo4
-rw-r--r--graphics/p5-PGPLOT/pkg-descr2
-rw-r--r--graphics/p5-PGPLOT/pkg-plist36
4 files changed, 32 insertions, 34 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile
index 6b30f67cbefa..92bbff71cde4 100644
--- a/graphics/p5-PGPLOT/Makefile
+++ b/graphics/p5-PGPLOT/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pgperl
-PORTVERSION= 2.20
-PORTREVISION= 1
+PORTVERSION= 2.21
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KGB
@@ -16,24 +15,21 @@ DISTNAME= PGPLOT-${PORTVERSION}
MAINTAINER= perl@FreeBSD.org
COMMENT= A perl5 extension which makes available the pgplot library
+BUILD_DEPENDS= p5-ExtUtils-F77>=1.13:${PORTSDIR}/lang/p5-F77
LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
-BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77
-
-MAN3= PGPLOT.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+INSTALL_TARGET= pure_install
+SCRIPTS_ENV= PERL=${PERL}
USE_FORTRAN= g77
USE_PERL5= yes
-SCRIPTS_ENV= PERL=${PERL}
-INSTALL_TARGET= pure_install
-.include <bsd.port.pre.mk>
+MAN3= PGPLOT.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-.ifndef(NOPORTDOCS)
+.if !defined(NOPORTEXAMPLES)
post-install:
- @${MKDIR} ${EXAMPLESDIR}
- @(cd ${WRKSRC}; ${INSTALL_DATA} LICENSE test* \
- ${EXAMPLESDIR})
+ ${MKDIR} ${EXAMPLESDIR}/
+ cd ${WRKSRC}/ && ${INSTALL_DATA} LICENSE test* ${EXAMPLESDIR}/
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/graphics/p5-PGPLOT/distinfo b/graphics/p5-PGPLOT/distinfo
index b055414f70cd..872f33da32a1 100644
--- a/graphics/p5-PGPLOT/distinfo
+++ b/graphics/p5-PGPLOT/distinfo
@@ -1,2 +1,2 @@
-SHA256 (PGPLOT-2.20.tar.gz) = 4d3fe8770da527cb2e0df70b68e41dc80b8a8e421298df3c8b26cd03e431adae
-SIZE (PGPLOT-2.20.tar.gz) = 51774
+SHA256 (PGPLOT-2.21.tar.gz) = 1b81775a1769139ba615864c564b3f916973d162ee549cec42400345c528565d
+SIZE (PGPLOT-2.21.tar.gz) = 53431
diff --git a/graphics/p5-PGPLOT/pkg-descr b/graphics/p5-PGPLOT/pkg-descr
index 401b7a834c83..d07b2a30104a 100644
--- a/graphics/p5-PGPLOT/pkg-descr
+++ b/graphics/p5-PGPLOT/pkg-descr
@@ -6,3 +6,5 @@ but are transparent to the user.
See the file LICENSE in /usr/local/share/doc/pgperl for copyright/licensing
information and the file pgperl.doc on how to use pgplot from perl.
+
+WWW: http://search.cpan.org/dist/PGPLOT/
diff --git a/graphics/p5-PGPLOT/pkg-plist b/graphics/p5-PGPLOT/pkg-plist
index e9905f3127a1..e07d4472b4b0 100644
--- a/graphics/p5-PGPLOT/pkg-plist
+++ b/graphics/p5-PGPLOT/pkg-plist
@@ -1,21 +1,21 @@
%%SITE_PERL%%/%%PERL_ARCH%%/PGPLOT.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/.packlist
-%%PORTDOCS%%%%EXAMPLESDIR%%/LICENSE
-%%PORTDOCS%%%%EXAMPLESDIR%%/test.img
-%%PORTDOCS%%%%EXAMPLESDIR%%/test.pl
-%%PORTDOCS%%%%EXAMPLESDIR%%/test1.p
-%%PORTDOCS%%%%EXAMPLESDIR%%/test10.p
-%%PORTDOCS%%%%EXAMPLESDIR%%/test11.p
-%%PORTDOCS%%%%EXAMPLESDIR%%/test12.p
-%%PORTDOCS%%%%EXAMPLESDIR%%/test2.p
-%%PORTDOCS%%%%EXAMPLESDIR%%/test3.p
-%%PORTDOCS%%%%EXAMPLESDIR%%/test4.p
-%%PORTDOCS%%%%EXAMPLESDIR%%/test5.p
-%%PORTDOCS%%%%EXAMPLESDIR%%/test6.p
-%%PORTDOCS%%%%EXAMPLESDIR%%/test7.p
-%%PORTDOCS%%%%EXAMPLESDIR%%/test8.p
-%%PORTDOCS%%%%EXAMPLESDIR%%/test9.p
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.so
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/LICENSE
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.img
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test1.p
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test10.p
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test11.p
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test12.p
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test2.p
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test3.p
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test4.p
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test5.p
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test6.p
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test7.p
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test8.p
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test9.p
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%