diff --git a/graphics/Makefile b/graphics/Makefile index 73cef9752921..3d9bdf17a5ab 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -635,6 +635,7 @@ SUBDIR += p5-Captcha-reCAPTCHA-Mailhide SUBDIR += p5-Chart SUBDIR += p5-Chart-Clicker + SUBDIR += p5-Chart-Gnuplot SUBDIR += p5-Chart-Graph SUBDIR += p5-Chart-PNGgraph SUBDIR += p5-Color-Calc diff --git a/graphics/p5-Chart-Gnuplot/Makefile b/graphics/p5-Chart-Gnuplot/Makefile new file mode 100644 index 000000000000..681214b61084 --- /dev/null +++ b/graphics/p5-Chart-Gnuplot/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= Chart-Gnuplot +PORTVERSION= 0.21 +CATEGORIES= graphics +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= koue@chaosophia.net +COMMENT= Perl module to plot graphs using GNUPLOT on the fly + +LICENSE= GPLv2 + +RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot + +USES= perl5 +USE_PERL5= configure + +PLIST_FILES= %%SITE_PERL%%/Chart/Gnuplot.pm \ + %%SITE_PERL%%/Chart/Gnuplot/Util.pm \ + %%PERL5_MAN3%%/Chart::Gnuplot.3.gz +post-patch: + @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/Makefile.PL + +.include diff --git a/graphics/p5-Chart-Gnuplot/distinfo b/graphics/p5-Chart-Gnuplot/distinfo new file mode 100644 index 000000000000..530569f79ce9 --- /dev/null +++ b/graphics/p5-Chart-Gnuplot/distinfo @@ -0,0 +1,2 @@ +SHA256 (Chart-Gnuplot-0.21.tar.gz) = 3377356838323962561b6dbb1cf2b3314d6461a5cf247f825720a7e93dd16815 +SIZE (Chart-Gnuplot-0.21.tar.gz) = 50356 diff --git a/graphics/p5-Chart-Gnuplot/pkg-descr b/graphics/p5-Chart-Gnuplot/pkg-descr new file mode 100644 index 000000000000..79356f3b7232 --- /dev/null +++ b/graphics/p5-Chart-Gnuplot/pkg-descr @@ -0,0 +1,6 @@ +This Perl module is to plot graphs using GNUPLOT on the fly. +In order to use this module, gnuplot need to be installed. +If image format other than PS and EPS is required to generate, +it is recommended to install the convert program of ImageMagick as well. + +WWW: http://search.cpan.org/dist/Chart-Gnuplot/