View | Details | Raw Unified | Return to bug 99010
Collapse All | Expand All

(-)Makefile (-4 / +12 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	GIFgraph
8
PORTNAME=	GIFgraph
9
PORTVERSION=	1.10
9
PORTVERSION=	1.20
10
PORTREVISION=	2
11
CATEGORIES=	graphics perl5
10
CATEGORIES=	graphics perl5
12
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
13
MASTER_SITE_SUBDIR=	GIFgraph
12
MASTER_SITE_SUBDIR=	GIFgraph
Lines 19-29 Link Here
19
18
20
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
19
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD
21
20
21
DEPRECATED=	This module is simply a wrapper around GD::Graph and is deprecated.  One should simply use graphics/p5-GD-Graph
22
EXPIRATION_DATE=	2007-01-01
23
22
PERL_CONFIGURE=	YES
24
PERL_CONFIGURE=	YES
23
25
24
MAN3=		GIFgraph.3 GIFgraph::colour.3
26
MAN3=		GIFgraph.3
25
27
26
post-patch:
28
post-patch:
27
	${FIND} ${WRKSRC} -name '*.orig' -delete
29
	${FIND} ${WRKSRC} -name '*.orig' -delete
28
30
29
.include <bsd.port.mk>
31
.include <bsd.port.pre.mk>
32
33
.if ${PERL_LEVEL} < 500800 # inherited from graphics/p5-GD-Graph
34
IGNORE=	requires at least Perl 5.8.  Please install lang/perl.58 and try again
35
.endif
36
37
.include <bsd.port.post.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (GIFgraph-1.10.tar.gz) = 1bba4331bc82dd9e669a4dee592e5f02
1
MD5 (GIFgraph-1.20.tar.gz) = b4171f7d88c01acb0df5c5d515b24714
2
SHA256 (GIFgraph-1.10.tar.gz) = 58518c0142588ca6ec6747822f543b3e9701b49935d2119d084e6b59ae1a04a6
2
SHA256 (GIFgraph-1.20.tar.gz) = de97b948d3b6c0b4380ff0bd0c59784741c89f87e486988ac62b18eac8ccc823
3
SIZE (GIFgraph-1.10.tar.gz) = 109925
3
SIZE (GIFgraph-1.20.tar.gz) = 29434
(-)pkg-plist (-6 / +5 lines)
Lines 1-14 Link Here
1
%%SITE_PERL%%/GIFgraph/pie.pm
1
%%SITE_PERL%%/GIFgraph.pm
2
%%SITE_PERL%%/GIFgraph/utils.pm
2
%%SITE_PERL%%/GIFgraph/Convert.pm
3
%%SITE_PERL%%/GIFgraph/area.pm
3
%%SITE_PERL%%/GIFgraph/axestype.pm
4
%%SITE_PERL%%/GIFgraph/axestype.pm
4
%%SITE_PERL%%/GIFgraph/colour.pm
5
%%SITE_PERL%%/GIFgraph/bars.pm
5
%%SITE_PERL%%/GIFgraph/bars.pm
6
%%SITE_PERL%%/GIFgraph/linespoints.pm
7
%%SITE_PERL%%/GIFgraph/area.pm
8
%%SITE_PERL%%/GIFgraph/lines.pm
6
%%SITE_PERL%%/GIFgraph/lines.pm
7
%%SITE_PERL%%/GIFgraph/linespoints.pm
9
%%SITE_PERL%%/GIFgraph/mixed.pm
8
%%SITE_PERL%%/GIFgraph/mixed.pm
9
%%SITE_PERL%%/GIFgraph/pie.pm
10
%%SITE_PERL%%/GIFgraph/points.pm
10
%%SITE_PERL%%/GIFgraph/points.pm
11
%%SITE_PERL%%/GIFgraph.pm
12
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GIFgraph/.packlist
11
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GIFgraph/.packlist
13
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GIFgraph
12
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GIFgraph
14
@dirrm %%SITE_PERL%%/GIFgraph
13
@dirrm %%SITE_PERL%%/GIFgraph
(-)files/patch-aa (-42 lines)
Removed Link Here
1
--- GIFgraph./axestype.pm	Wed Aug 26 03:37:14 1998
2
+++ GIFgraph/axestype.pm	Tue Jan 23 19:21:04 2001
3
@@ -116,7 +116,7 @@
4
 		$self->draw_data($self->{graph}, $data);
5
 		$self->draw_legend($self->{graph});
6
 
7
-		return $self->{graph}->gif
8
+		return $self->{graph}->png
9
 	}
10
 
11
 	sub set_x_label_font($) # (fontname)
12
--- GIFgraph./pie.pm	Wed Aug 26 03:28:51 1998
13
+++ GIFgraph/pie.pm	Tue Jan 23 19:23:09 2001
14
@@ -53,7 +53,7 @@
15
 		$self->draw_pie($self->{graph});
16
 		$self->draw_data($data, $self->{graph});
17
 
18
-		return $self->{graph}->gif;
19
+		return $self->{graph}->png;
20
 	}
21
  
22
 	sub set_label_font($) # (fontname)
23
--- GIFgraph.pm.	Wed Aug 26 03:28:48 1998
24
+++ GIFgraph.pm	Tue Jan 23 19:31:49 2001
25
@@ -373,7 +373,7 @@
26
 
27
         open(GIFLOGO, $self->{logo}) || return;
28
 		binmode(GIFLOGO) if ($GIFgraph::needs_binmode);
29
-        unless ( $glogo = newFromGif GD::Image(\*GIFLOGO) ) 
30
+        unless ( $glogo = newFromPng GD::Image(\*GIFLOGO) ) 
31
 		{
32
             warn "Problems reading $self->{logo}"; 
33
 			close(GIFLOGO); 
34
@@ -465,7 +465,7 @@
35
 	{
36
         my $s = shift;
37
 
38
-        return $s->{graph}->gif;
39
+        return $s->{graph}->png;
40
     }
41
 
42
 } # End of package GIFgraph

Return to bug 99010