- p5-Imager-Graph is a
Perl extension for producing Graphs using the Imager library PR: ports/77379 Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
This commit is contained in:
parent
b6f7926a71
commit
6387b35ddb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129636
5 changed files with 42 additions and 0 deletions
|
@ -347,6 +347,7 @@
|
|||
SUBDIR += p5-Image-Info
|
||||
SUBDIR += p5-Image-Size
|
||||
SUBDIR += p5-Imager
|
||||
SUBDIR += p5-Imager-Graph
|
||||
SUBDIR += p5-Imager-Plot
|
||||
SUBDIR += p5-Imlib2
|
||||
SUBDIR += p5-OpenGL
|
||||
|
|
25
graphics/p5-Imager-Graph/Makefile
Normal file
25
graphics/p5-Imager-Graph/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: graphics/p5-Imager-Graph
|
||||
# Date created: 11 Feb 2005
|
||||
# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Imager-Graph
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TONYC
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ychsiao@ychsiao.org
|
||||
COMMENT= Perl extension for producing Graphs using the Imager library
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Imager::Graph.3 Imager::Graph::Util.3 Imager::Graph::Pie.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/p5-Imager-Graph/distinfo
Normal file
2
graphics/p5-Imager-Graph/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (Imager-Graph-0.03.tar.gz) = ec53f2eb28a8ac4269d3edf14bd631d5
|
||||
SIZE (Imager-Graph-0.03.tar.gz) = 130898
|
6
graphics/p5-Imager-Graph/pkg-descr
Normal file
6
graphics/p5-Imager-Graph/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Imager::Graph is intended to produce good looking graphs with a
|
||||
minimum effort on the part of the user.
|
||||
|
||||
Currently only the pie graph class, Imager::Graph::Pie, is provided.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Imager-Graph/
|
8
graphics/p5-Imager-Graph/pkg-plist
Normal file
8
graphics/p5-Imager-Graph/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
%%SITE_PERL%%/Imager/Graph.pm
|
||||
%%SITE_PERL%%/Imager/Graph/Pie.pm
|
||||
%%SITE_PERL%%/Imager/Graph/Util.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/Graph/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/Graph
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Imager/Graph 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Imager 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager 2>/dev/null ||true
|
Loading…
Reference in a new issue