Date: Wed, 14 May 2003 18:24:05 +0200 (CEST) From: Mathieu Arnold <m@absolight.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: m@absolight.net Subject: ports/52240: (update) graphics/p5-chart to 2.2 Message-ID: <20030514162405.3A62C869F@aragorn.reaumur.absolight.net> Resent-Message-ID: <200305141630.h4EGUCqi037884@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52240 >Category: ports >Synopsis: (update) graphics/p5-chart to 2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 14 09:30:11 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 4.8-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386 >Description: Update to 2.2 Switch from p5-GD to p5-GD2 Grab maintainership >How-To-Repeat: >Fix: --- p5-Chart-2.2.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/p5-chart/Makefile,v retrieving revision 1.20 diff -u -b -w -r1.20 Makefile --- Makefile 2003/02/20 18:08:11 1.20 +++ Makefile 2003/05/14 16:21:10 @@ -6,20 +6,19 @@ # PORTNAME= Chart -PORTVERSION= 1.0.1 +PORTVERSION= 2.2 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Chart PKGNAMEPREFIX= p5- -MAINTAINER= ports@freebsd.org +MAINTAINER= m@absolight.net COMMENT= A perl5 interface to build chart graphics -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD2 PERL_CONFIGURE= yes MAN3= Chart.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/p5-chart/distinfo,v retrieving revision 1.4 diff -u -b -w -r1.4 distinfo --- distinfo 2001/11/30 06:47:01 1.4 +++ distinfo 2003/05/14 16:21:10 @@ -1 +1 @@ -MD5 (Chart-1.0.1.tar.gz) = 97a9e4db4de5fb277745bb2437d65fc8 +MD5 (Chart-2.2.tar.gz) = 7d3831e2a6be0245b1c94f9847cf75cd Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/graphics/p5-chart/pkg-descr,v retrieving revision 1.1.1.1 diff -u -b -w -r1.1.1.1 pkg-descr --- pkg-descr 1998/04/11 13:51:42 1.1.1.1 +++ pkg-descr 2003/05/14 16:21:10 @@ -7,5 +7,7 @@ modify. Like GIFgraph, Chart::* uses Lincoln Stein's GD module for all of its graphics primitives calls. +WWW: http://search.cpan.org/dist/Chart/ + - Vanilla vanilla@FreeBSD.ORG Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/p5-chart/pkg-plist,v retrieving revision 1.7 diff -u -b -w -r1.7 pkg-plist --- pkg-plist 2001/05/10 01:20:55 1.7 +++ pkg-plist 2003/05/14 16:21:10 @@ -1,12 +1,17 @@ -lib/perl5/site_perl/%%PERL_VER%%/Chart.pod -lib/perl5/site_perl/%%PERL_VER%%/Chart/Bars.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Base.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Composite.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Lines.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/LinesPoints.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Mountain.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/Points.pm -lib/perl5/site_perl/%%PERL_VER%%/Chart/StackedBars.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart/.packlist -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart +%%SITE_PERL%%/Chart/Bars.pm +%%SITE_PERL%%/Chart/Base.pm +%%SITE_PERL%%/Chart/Composite.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 +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart 2>/dev/null || true +@dirrm %%SITE_PERL%%/Chart --- p5-Chart-2.2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030514162405.3A62C869F>