FreeBSD Bugzilla – Attachment 67139 Details for
Bug 99010
[PATCH] graphics/p5-GIFgraph: update to 1.20
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
p5-GIFgraph-1.20.patch
p5-GIFgraph-1.20.patch (text/plain), 4.11 KB, created by
Aaron Dalton
on 2006-06-16 07:00:38 UTC
(
hide
)
Description:
p5-GIFgraph-1.20.patch
Filename:
MIME Type:
Creator:
Aaron Dalton
Created:
2006-06-16 07:00:38 UTC
Size:
4.11 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/graphics/GIFgraph/Makefile,v >retrieving revision 1.12 >diff -u -u -r1.12 Makefile >--- Makefile 13 Nov 2003 14:45:06 -0000 1.12 >+++ Makefile 16 Jun 2006 05:51:22 -0000 >@@ -6,8 +6,7 @@ > # > > PORTNAME= GIFgraph >-PORTVERSION= 1.10 >-PORTREVISION= 2 >+PORTVERSION= 1.20 > CATEGORIES= graphics perl5 > MASTER_SITES= ${MASTER_SITE_PERL_CPAN} > MASTER_SITE_SUBDIR= GIFgraph >@@ -19,11 +18,20 @@ > > RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD > >+DEPRECATED= This module is simply a wrapper around GD::Graph and is deprecated. One should simply use graphics/p5-GD-Graph >+EXPIRATION_DATE= 2007-01-01 >+ > PERL_CONFIGURE= YES > >-MAN3= GIFgraph.3 GIFgraph::colour.3 >+MAN3= GIFgraph.3 > > post-patch: > ${FIND} ${WRKSRC} -name '*.orig' -delete > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${PERL_LEVEL} < 500800 # inherited from graphics/p5-GD-Graph >+IGNORE= requires at least Perl 5.8. Please install lang/perl.58 and try again >+.endif >+ >+.include <bsd.port.post.mk> >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/graphics/GIFgraph/distinfo,v >retrieving revision 1.4 >diff -u -u -r1.4 distinfo >--- distinfo 22 Jan 2006 12:34:42 -0000 1.4 >+++ distinfo 16 Jun 2006 05:51:22 -0000 >@@ -1,3 +1,3 @@ >-MD5 (GIFgraph-1.10.tar.gz) = 1bba4331bc82dd9e669a4dee592e5f02 >-SHA256 (GIFgraph-1.10.tar.gz) = 58518c0142588ca6ec6747822f543b3e9701b49935d2119d084e6b59ae1a04a6 >-SIZE (GIFgraph-1.10.tar.gz) = 109925 >+MD5 (GIFgraph-1.20.tar.gz) = b4171f7d88c01acb0df5c5d515b24714 >+SHA256 (GIFgraph-1.20.tar.gz) = de97b948d3b6c0b4380ff0bd0c59784741c89f87e486988ac62b18eac8ccc823 >+SIZE (GIFgraph-1.20.tar.gz) = 29434 >Index: pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/graphics/GIFgraph/pkg-plist,v >retrieving revision 1.4 >diff -u -u -r1.4 pkg-plist >--- pkg-plist 24 Oct 2003 12:02:26 -0000 1.4 >+++ pkg-plist 16 Jun 2006 05:51:22 -0000 >@@ -1,14 +1,13 @@ >-%%SITE_PERL%%/GIFgraph/pie.pm >-%%SITE_PERL%%/GIFgraph/utils.pm >+%%SITE_PERL%%/GIFgraph.pm >+%%SITE_PERL%%/GIFgraph/Convert.pm >+%%SITE_PERL%%/GIFgraph/area.pm > %%SITE_PERL%%/GIFgraph/axestype.pm >-%%SITE_PERL%%/GIFgraph/colour.pm > %%SITE_PERL%%/GIFgraph/bars.pm >-%%SITE_PERL%%/GIFgraph/linespoints.pm >-%%SITE_PERL%%/GIFgraph/area.pm > %%SITE_PERL%%/GIFgraph/lines.pm >+%%SITE_PERL%%/GIFgraph/linespoints.pm > %%SITE_PERL%%/GIFgraph/mixed.pm >+%%SITE_PERL%%/GIFgraph/pie.pm > %%SITE_PERL%%/GIFgraph/points.pm >-%%SITE_PERL%%/GIFgraph.pm > %%SITE_PERL%%/%%PERL_ARCH%%/auto/GIFgraph/.packlist > @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GIFgraph > @dirrm %%SITE_PERL%%/GIFgraph >Index: files/patch-aa >=================================================================== >RCS file: files/patch-aa >diff -N files/patch-aa >--- files/patch-aa 27 Jan 2001 15:52:40 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,42 +0,0 @@ >---- GIFgraph./axestype.pm Wed Aug 26 03:37:14 1998 >-+++ GIFgraph/axestype.pm Tue Jan 23 19:21:04 2001 >-@@ -116,7 +116,7 @@ >- $self->draw_data($self->{graph}, $data); >- $self->draw_legend($self->{graph}); >- >-- return $self->{graph}->gif >-+ return $self->{graph}->png >- } >- >- sub set_x_label_font($) # (fontname) >---- GIFgraph./pie.pm Wed Aug 26 03:28:51 1998 >-+++ GIFgraph/pie.pm Tue Jan 23 19:23:09 2001 >-@@ -53,7 +53,7 @@ >- $self->draw_pie($self->{graph}); >- $self->draw_data($data, $self->{graph}); >- >-- return $self->{graph}->gif; >-+ return $self->{graph}->png; >- } >- >- sub set_label_font($) # (fontname) >---- GIFgraph.pm. Wed Aug 26 03:28:48 1998 >-+++ GIFgraph.pm Tue Jan 23 19:31:49 2001 >-@@ -373,7 +373,7 @@ >- >- open(GIFLOGO, $self->{logo}) || return; >- binmode(GIFLOGO) if ($GIFgraph::needs_binmode); >-- unless ( $glogo = newFromGif GD::Image(\*GIFLOGO) ) >-+ unless ( $glogo = newFromPng GD::Image(\*GIFLOGO) ) >- { >- warn "Problems reading $self->{logo}"; >- close(GIFLOGO); >-@@ -465,7 +465,7 @@ >- { >- my $s = shift; >- >-- return $s->{graph}->gif; >-+ return $s->{graph}->png; >- } >- >- } # End of package GIFgraph
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 99010
: 67139