[Midnightbsd-cvs] mports [17422] trunk/graphics: move p5-chart -> p5-Chart
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Sep 19 23:19:49 EDT 2014
Revision: 17422
http://svnweb.midnightbsd.org/mports/?rev=17422
Author: laffer1
Date: 2014-09-19 23:19:49 -0400 (Fri, 19 Sep 2014)
Log Message:
-----------
move p5-chart -> p5-Chart
Modified Paths:
--------------
trunk/graphics/Makefile
Added Paths:
-----------
trunk/graphics/p5-Chart/
trunk/graphics/p5-Chart/Makefile
trunk/graphics/p5-Chart/distinfo
trunk/graphics/p5-Chart/pkg-descr
trunk/graphics/p5-Chart/pkg-plist
Removed Paths:
-------------
trunk/graphics/p5-chart/
Modified: trunk/graphics/Makefile
===================================================================
--- trunk/graphics/Makefile 2014-09-20 03:17:29 UTC (rev 17421)
+++ trunk/graphics/Makefile 2014-09-20 03:19:49 UTC (rev 17422)
@@ -116,7 +116,7 @@
SUBDIR += p5-Image-Magick-Iterator
SUBDIR += p5-Image-PBMlib
SUBDIR += p5-Image-Size
-SUBDIR += p5-chart
+SUBDIR += p5-Chart
SUBDIR += pecl-imlib2
SUBDIR += photoclip
SUBDIR += php5-exif
Added: trunk/graphics/p5-Chart/Makefile
===================================================================
--- trunk/graphics/p5-Chart/Makefile (rev 0)
+++ trunk/graphics/p5-Chart/Makefile 2014-09-20 03:19:49 UTC (rev 17422)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+
+PORTNAME= Chart
+PORTVERSION= 2.4.6
+CATEGORIES= graphics perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:CHARTGRP
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Perl5 interface to build chart graphics
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-GD>=2:${PORTSDIR}/graphics/p5-GD
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/graphics/p5-Chart/Makefile
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/graphics/p5-Chart/distinfo
===================================================================
--- trunk/graphics/p5-Chart/distinfo (rev 0)
+++ trunk/graphics/p5-Chart/distinfo 2014-09-20 03:19:49 UTC (rev 17422)
@@ -0,0 +1,2 @@
+SHA256 (Chart-2.4.6.tar.gz) = 5d4499d1cac1c8334efdc1382cd1d6ecfb035b666318a55be8f2926a7266ba50
+SIZE (Chart-2.4.6.tar.gz) = 1544643
Property changes on: trunk/graphics/p5-Chart/distinfo
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/graphics/p5-Chart/pkg-descr
===================================================================
--- trunk/graphics/p5-Chart/pkg-descr (rev 0)
+++ trunk/graphics/p5-Chart/pkg-descr 2014-09-20 03:19:49 UTC (rev 17422)
@@ -0,0 +1,10 @@
+This module is an attempt to build a general purpose graphing module
+that is easily modified and expanded. I borrowed most of the API from
+Martien Verbruggen's GIFgraph module. I liked most of GIFgraph, but I
+thought it was to difficult to modify, and it was missing a few things
+that I needed, most notably legends. So I decided to write a new module
+from scratch, and I've designed it from the bottom up to be easy to
+modify. Like GIFgraph, Chart::* uses Lincoln Stein's GD module for all
+of its graphics primitives calls.
+
+WWW: http://search.cpan.org/dist/Chart/
Property changes on: trunk/graphics/p5-Chart/pkg-descr
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/graphics/p5-Chart/pkg-plist
===================================================================
--- trunk/graphics/p5-Chart/pkg-plist (rev 0)
+++ trunk/graphics/p5-Chart/pkg-plist 2014-09-20 03:19:49 UTC (rev 17422)
@@ -0,0 +1,21 @@
+%%PERL5_MAN3%%/Chart.3.gz
+%%SITE_PERL%%/Chart.pod
+%%SITE_PERL%%/Chart/Bars.pm
+%%SITE_PERL%%/Chart/Base.pm
+%%SITE_PERL%%/Chart/BrushStyles.pm
+%%SITE_PERL%%/Chart/Composite.pm
+%%SITE_PERL%%/Chart/Constants.pm
+%%SITE_PERL%%/Chart/Direction.pm
+%%SITE_PERL%%/Chart/ErrorBars.pm
+%%SITE_PERL%%/Chart/HorizontalBars.pm
+%%SITE_PERL%%/Chart/Lines.pm
+%%SITE_PERL%%/Chart/LinesPoints.pm
+%%SITE_PERL%%/Chart/Mountain.pm
+%%SITE_PERL%%/Chart/Pareto.pm
+%%SITE_PERL%%/Chart/Pie.pm
+%%SITE_PERL%%/Chart/Points.pm
+%%SITE_PERL%%/Chart/Split.pm
+%%SITE_PERL%%/Chart/StackedBars.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart
+ at dirrmtry %%SITE_PERL%%/Chart
Property changes on: trunk/graphics/p5-Chart/pkg-plist
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list