Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2005 17:08:26 +0800 (CST)
From:      Yuan-Chung Hsiao <ychsiao@ychsiao.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/77379: [New Port] graphics/p5-Imager-Graph : Perl extension for producing Graphs using the Imager library. 
Message-ID:  <20050211090826.8610B18785D@FreeBSD.stu.edu.tw>
Resent-Message-ID: <200502110910.j1B9A5xl079647@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         77379
>Category:       ports
>Synopsis:       [New Port] graphics/p5-Imager-Graph : Perl extension for producing Graphs using the Imager library.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 11 09:10:05 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yuan-Chung Hsiao
>Release:        FreeBSD 4.10-RELEASE-p5 i386
>Organization:
Computer Center, Shu-Te University
>Environment:
FreeBSD FreeBSD.stu.edu.tw 4.10-RELEASE-p5 FreeBSD 4.10-RELEASE-p5 #1: Wed Dec 29 16:57:25 CST 2004     root@FreeBSD.stu.edu.tw:/usr/obj/usr/src/sys/FreeBSD  i386

>Description:
Imager::Graph is intended to produce good looking graphs with a
minimum effort on the part of the user.  Hopefully I've managed that.

Currently only the pie graph class, Imager::Graph::Pie, is provided.

WWW: http://search.cpan.org/dist/Imager-Graph/
>How-To-Repeat:

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Imager-Graph/
#	p5-Imager-Graph/distinfo
#	p5-Imager-Graph/pkg-descr
#	p5-Imager-Graph/pkg-plist
#	p5-Imager-Graph/Makefile
#
echo c - p5-Imager-Graph/
mkdir -p p5-Imager-Graph/ > /dev/null 2>&1
echo x - p5-Imager-Graph/distinfo
sed 's/^X//' >p5-Imager-Graph/distinfo << 'END-of-p5-Imager-Graph/distinfo'
XMD5 (Imager-Graph-0.03.tar.gz) = ec53f2eb28a8ac4269d3edf14bd631d5
XSIZE (Imager-Graph-0.03.tar.gz) = 130898
END-of-p5-Imager-Graph/distinfo
echo x - p5-Imager-Graph/pkg-descr
sed 's/^X//' >p5-Imager-Graph/pkg-descr << 'END-of-p5-Imager-Graph/pkg-descr'
XImager::Graph is intended to produce good looking graphs with a
Xminimum effort on the part of the user.  Hopefully I've managed that.
X
XCurrently only the pie graph class, Imager::Graph::Pie, is provided.
X
XWWW: http://search.cpan.org/dist/Imager-Graph/
END-of-p5-Imager-Graph/pkg-descr
echo x - p5-Imager-Graph/pkg-plist
sed 's/^X//' >p5-Imager-Graph/pkg-plist << 'END-of-p5-Imager-Graph/pkg-plist'
X%%SITE_PERL%%/Imager/Graph.pm
X%%SITE_PERL%%/Imager/Graph/Pie.pm
X%%SITE_PERL%%/Imager/Graph/Util.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/Graph/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/Graph
X@unexec rmdir %D/%%SITE_PERL%%/Imager/Graph 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Imager 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/Graph 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager 2>/dev/null ||true
END-of-p5-Imager-Graph/pkg-plist
echo x - p5-Imager-Graph/Makefile
sed 's/^X//' >p5-Imager-Graph/Makefile << 'END-of-p5-Imager-Graph/Makefile'
X# New ports collection makefile for:	graphics/p5-Imager-Graph
X# Date created:				11 Feb 2005
X# Whom:					Yuan-Chung Hsiao <ychsiao@ychsiao.org>
X#
X#
X
XPORTNAME=	Imager-Graph
XPORTVERSION=	0.03
XCATEGORIES=	graphics perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	../../authors/id/T/TO/TONYC
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ychsiao@ychsiao.org
XCOMMENT=	Perl extension for producing Graphs using the Imager library
X
XBUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Imager::Graph.3 Imager::Graph::Util.3 Imager::Graph::Pie.3
X
X.include <bsd.port.mk>
END-of-p5-Imager-Graph/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050211090826.8610B18785D>