aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2009-10-03 10:31:37 +0000
committerWen Heping <wen@FreeBSD.org>2009-10-03 10:31:37 +0000
commit20f0b0ba75a28f5c69a870ee23b7aabfc65d7c25 (patch)
tree74e14fd3901c55040f409c18c354e3bae9a94cc8 /graphics
parent40b6b4a2367d8522cc29c9d13e28100c6703b114 (diff)
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-Google-Chart/Makefile6
-rw-r--r--graphics/p5-Google-Chart/distinfo6
-rw-r--r--graphics/p5-Google-Chart/pkg-plist2
3 files changed, 9 insertions, 5 deletions
diff --git a/graphics/p5-Google-Chart/Makefile b/graphics/p5-Google-Chart/Makefile
index 3f0272780362..000d504df544 100644
--- a/graphics/p5-Google-Chart/Makefile
+++ b/graphics/p5-Google-Chart/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= Google-Chart
-PORTVERSION= 0.05013
+PORTVERSION= 0.05014
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= wenheping@gmail.com
+MAINTAINER= wen@FreeBSD.org
COMMENT= Perl Interface to Google Charts API
RUN_DEPENDS= p5-Class-MOP>=0.63:${PORTSDIR}/devel/p5-Class-MOP \
@@ -37,6 +37,8 @@ MAN3= Google::Chart.3 Google::Chart::Axis.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::Type::XY.3 \
+ Google::Chart::Margin.3 \
Google::Chart::Types.3
PERL_CONFIGURE= yes
diff --git a/graphics/p5-Google-Chart/distinfo b/graphics/p5-Google-Chart/distinfo
index 759c0bc6887d..806bef5e25f6 100644
--- a/graphics/p5-Google-Chart/distinfo
+++ b/graphics/p5-Google-Chart/distinfo
@@ -1,3 +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
+MD5 (Google-Chart-0.05014.tar.gz) = 67b2433e4eac32707657a80cce3f969c
+SHA256 (Google-Chart-0.05014.tar.gz) = d00079ea8739f32b3e1c30de4601b5025b8e4ba2b6ed8edaa5a361a0fa5dae4e
+SIZE (Google-Chart-0.05014.tar.gz) = 40347
diff --git a/graphics/p5-Google-Chart/pkg-plist b/graphics/p5-Google-Chart/pkg-plist
index ec07483a7a12..a77362db6ee9 100644
--- a/graphics/p5-Google-Chart/pkg-plist
+++ b/graphics/p5-Google-Chart/pkg-plist
@@ -11,6 +11,7 @@
%%SITE_PERL%%/Google/Chart/Legend.pm
%%SITE_PERL%%/Google/Chart/Data.pm
%%SITE_PERL%%/Google/Chart/Fill.pm
+%%SITE_PERL%%/Google/Chart/Margin.pm
%%SITE_PERL%%/Google/Chart/Type/Bar.pm
%%SITE_PERL%%/Google/Chart/Type/Line.pm
%%SITE_PERL%%/Google/Chart/Type/QRcode.pm
@@ -20,6 +21,7 @@
%%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/Type/XY.pm
%%SITE_PERL%%/Google/Chart/Axis/Item.pm
%%SITE_PERL%%/Google/Chart/Axis/Style.pm
%%SITE_PERL%%/Google/Chart/Data/Simple.pm