diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-10 04:11:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-10 04:11:02 +0800 |
commit | 3e75de11d0c28d31172b5ad6931561341331fc01 (patch) | |
tree | 8b25b85d49f942bf55eede77135b49c270b05407 /graphics | |
parent | 5ed349d3d4112d87080033723b780a8d9e224536 (diff) | |
download | freebsd-ports-gnome-3e75de11d0c28d31172b5ad6931561341331fc01.tar.gz freebsd-ports-gnome-3e75de11d0c28d31172b5ad6931561341331fc01.tar.zst freebsd-ports-gnome-3e75de11d0c28d31172b5ad6931561341331fc01.zip |
p5-Google-Chart is a Perl interface to Google Charts API.
WWW: http://search.cpan.org/dist/Google-Chart/
PR: ports/131163
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-Google-Chart/Makefile | 44 | ||||
-rw-r--r-- | graphics/p5-Google-Chart/distinfo | 3 | ||||
-rw-r--r-- | graphics/p5-Google-Chart/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/p5-Google-Chart/pkg-plist | 43 |
5 files changed, 94 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 45aefb20a77c..710ce2e5d91b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -535,6 +535,7 @@ SUBDIR += p5-Geo-Point SUBDIR += p5-Geo-Proj4 SUBDIR += p5-Geometry-Primitive + SUBDIR += p5-Google-Chart SUBDIR += p5-Graph-Easy SUBDIR += p5-Graph-ReadWrite SUBDIR += p5-Graph-SocialMap diff --git a/graphics/p5-Google-Chart/Makefile b/graphics/p5-Google-Chart/Makefile new file mode 100644 index 000000000000..3f0272780362 --- /dev/null +++ b/graphics/p5-Google-Chart/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: p5-Google-Chart +# Date created: 30 January 2009 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Google-Chart +PORTVERSION= 0.05013 +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wenheping@gmail.com +COMMENT= Perl Interface to Google Charts API + +RUN_DEPENDS= p5-Class-MOP>=0.63:${PORTSDIR}/devel/p5-Class-MOP \ + p5-libwww>0:${PORTSDIR}/www/p5-libwww \ + p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \ + p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-URI>0:${PORTSDIR}/net/p5-URI + +MAN3= Google::Chart.3 Google::Chart::Axis.3 \ + Google::Chart::Axis::Item.3 Google::Chart::Axis::Style.3 \ + Google::Chart::Color.3 Google::Chart::Data.3 \ + Google::Chart::Data::Extended.3 Google::Chart::Data::Simple.3 \ + Google::Chart::Data::Text.3 Google::Chart::Fill.3 \ + Google::Chart::Fill::LinearGradient.3 \ + Google::Chart::Fill::LinearStripes.3 \ + Google::Chart::Fill::Solid.3 Google::Chart::Grid.3 \ + Google::Chart::Legend.3 Google::Chart::Marker.3 \ + Google::Chart::QueryComponent.3 \ + Google::Chart::QueryComponent::Simple.3 \ + Google::Chart::Size.3 Google::Chart::Title.3 \ + Google::Chart::Type.3 Google::Chart::Type::Bar.3 \ + Google::Chart::Type::Line.3 Google::Chart::Type::Pie.3 \ + Google::Chart::Type::QRcode.3 Google::Chart::Type::Radar.3 \ + Google::Chart::Type::ScatterPlot.3 Google::Chart::Type::Simple.3 \ + Google::Chart::Type::SparkLine.3 Google::Chart::Type::Venn.3 \ + Google::Chart::Types.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/graphics/p5-Google-Chart/distinfo b/graphics/p5-Google-Chart/distinfo new file mode 100644 index 000000000000..759c0bc6887d --- /dev/null +++ b/graphics/p5-Google-Chart/distinfo @@ -0,0 +1,3 @@ +MD5 (Google-Chart-0.05013.tar.gz) = 51b2d4da84a7a739124ff8ddbfce884e +SHA256 (Google-Chart-0.05013.tar.gz) = a0d764cbdc6196fa1c3f1a7dc0408528309eb1ab3eecb73ddc03349d5f99da33 +SIZE (Google-Chart-0.05013.tar.gz) = 38545 diff --git a/graphics/p5-Google-Chart/pkg-descr b/graphics/p5-Google-Chart/pkg-descr new file mode 100644 index 000000000000..374664e315bf --- /dev/null +++ b/graphics/p5-Google-Chart/pkg-descr @@ -0,0 +1,3 @@ +p5-Google-Chart is a Perl interface to Google Charts API. + +WWW: http://search.cpan.org/dist/Google-Chart/ diff --git a/graphics/p5-Google-Chart/pkg-plist b/graphics/p5-Google-Chart/pkg-plist new file mode 100644 index 000000000000..f3565937f58f --- /dev/null +++ b/graphics/p5-Google-Chart/pkg-plist @@ -0,0 +1,43 @@ +%%SITE_PERL%%/Google/Chart.pm +%%SITE_PERL%%/Google/Chart/Marker.pm +%%SITE_PERL%%/Google/Chart/Size.pm +%%SITE_PERL%%/Google/Chart/Color.pm +%%SITE_PERL%%/Google/Chart/Axis.pm +%%SITE_PERL%%/Google/Chart/Title.pm +%%SITE_PERL%%/Google/Chart/Type.pm +%%SITE_PERL%%/Google/Chart/Types.pm +%%SITE_PERL%%/Google/Chart/QueryComponent.pm +%%SITE_PERL%%/Google/Chart/Grid.pm +%%SITE_PERL%%/Google/Chart/Legend.pm +%%SITE_PERL%%/Google/Chart/Data.pm +%%SITE_PERL%%/Google/Chart/Fill.pm +%%SITE_PERL%%/Google/Chart/Type/Bar.pm +%%SITE_PERL%%/Google/Chart/Type/Line.pm +%%SITE_PERL%%/Google/Chart/Type/QRcode.pm +%%SITE_PERL%%/Google/Chart/Type/Venn.pm +%%SITE_PERL%%/Google/Chart/Type/Pie.pm +%%SITE_PERL%%/Google/Chart/Type/Radar.pm +%%SITE_PERL%%/Google/Chart/Type/ScatterPlot.pm +%%SITE_PERL%%/Google/Chart/Type/SparkLine.pm +%%SITE_PERL%%/Google/Chart/Type/Simple.pm +%%SITE_PERL%%/Google/Chart/Axis/Item.pm +%%SITE_PERL%%/Google/Chart/Axis/Style.pm +%%SITE_PERL%%/Google/Chart/Data/Simple.pm +%%SITE_PERL%%/Google/Chart/Data/Text.pm +%%SITE_PERL%%/Google/Chart/Data/Extended.pm +%%SITE_PERL%%/Google/Chart/QueryComponent/Simple.pm +%%SITE_PERL%%/Google/Chart/Fill/LinearGradient.pm +%%SITE_PERL%%/Google/Chart/Fill/Solid.pm +%%SITE_PERL%%/Google/Chart/Fill/LinearStripes.pm +@dirrm %%SITE_PERL%%/Google/Chart/Type +@dirrm %%SITE_PERL%%/Google/Chart/Fill +@dirrm %%SITE_PERL%%/Google/Chart/QueryComponent +@dirrm %%SITE_PERL%%/Google/Chart/Data +@dirrm %%SITE_PERL%%/Google/Chart/Axis +@dirrm %%SITE_PERL%%/Google/Chart +@dirrmtry %%SITE_PERL%%/Google +%%SITE_PERL%%/mach/auto/Google/Chart/.packlist +@dirrm %%SITE_PERL%%/mach/auto/Google/Chart +@dirrm %%SITE_PERL%%/mach/auto/Google +@dirrmtry %%SITE_PERL%%/mach/auto +@dirrmtry %%SITE_PERL%%/mach |