GD::Graph type that shows open, high, low and close as ticks on little sticks

Feature safe:	Yes
This commit is contained in:
Steven Kreuzer 2009-10-03 01:30:42 +00:00
parent 6570cd0a63
commit 854cc390ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242396
5 changed files with 41 additions and 0 deletions

View File

@ -576,6 +576,7 @@
SUBDIR += p5-GD-Barcode
SUBDIR += p5-GD-Graph
SUBDIR += p5-GD-Graph-histogram
SUBDIR += p5-GD-Graph-ohlc
SUBDIR += p5-GD-Graph3d
SUBDIR += p5-GD-SVG
SUBDIR += p5-GD-TextUtil

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: p5-GD-Graph-ohlc
# Date created: 2009-10-02
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= GD-Graph-ohlc
PORTVERSION= 0.9602
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/J/JE/JETTERO
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Create charts displaying the open, high, low, and close
BUILD_DEPENDS= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= GD::Graph::candlesticks.3 \
GD::Graph::ohlc.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (GD-Graph-ohlc-0.9602.tar.gz) = 68da2fddfbcf699641358938a5fd0373
SHA256 (GD-Graph-ohlc-0.9602.tar.gz) = 766c6772c8943659eb5cb9ca70dcab0a92789f4fb47ce52aab92fdacaaf00fcd
SIZE (GD-Graph-ohlc-0.9602.tar.gz) = 17963

View File

@ -0,0 +1,3 @@
GD::Graph type that shows open, high, low and close as ticks on little sticks
WWW: http://search.cpan.org/~jettero/GD-Graph-ohlc/

View File

@ -0,0 +1,7 @@
@comment $FreeBSD$
%%SITE_PERL%%/GD/Graph/ohlc.pm
%%SITE_PERL%%/GD/Graph/candlesticks.pod
%%SITE_PERL%%/GD/Graph/ohlc.pod
%%SITE_PERL%%/GD/Graph/candlesticks.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph/ohlc/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph/ohlc