diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-10-24 06:48:03 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-10-24 06:48:03 +0000 |
commit | 594f8e07b4ea014fc6dbf2dd3efda4c60b3a65fa (patch) | |
tree | 59faa1daeba2e68362074759e1a438b145397397 /graphics | |
parent | Update to version 1.14 (diff) |
- update to 0.61
- also list dependencies as BUILD_DEPENDS
- add WWW
- take maintianership
PR: 44421
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=68706
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GD-Graph3d/Makefile | 7 | ||||
-rw-r--r-- | graphics/p5-GD-Graph3d/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-GD-Graph3d/pkg-descr | 1 | ||||
-rw-r--r-- | graphics/p5-GD-Graph3d/pkg-plist | 2 |
4 files changed, 8 insertions, 4 deletions
diff --git a/graphics/p5-GD-Graph3d/Makefile b/graphics/p5-GD-Graph3d/Makefile index e1f04cc5b022..3ae037a3dde4 100644 --- a/graphics/p5-GD-Graph3d/Makefile +++ b/graphics/p5-GD-Graph3d/Makefile @@ -6,15 +6,16 @@ # PORTNAME= GD-Graph3d -PORTVERSION= 0.59 +PORTVERSION= 0.61 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/graphics/p5-GD-Graph3d/distinfo b/graphics/p5-GD-Graph3d/distinfo index f17c671b91fc..fb58b8591a44 100644 --- a/graphics/p5-GD-Graph3d/distinfo +++ b/graphics/p5-GD-Graph3d/distinfo @@ -1 +1 @@ -MD5 (GD-Graph3d-0.59.tar.gz) = cab629741a0e62b940c671957bdfa2be +MD5 (GD-Graph3d-0.61.tar.gz) = 90f61ce1a18687c27f3ed0fd4dba9f1c diff --git a/graphics/p5-GD-Graph3d/pkg-descr b/graphics/p5-GD-Graph3d/pkg-descr index dc6f1b942ca9..0a28ec43d746 100644 --- a/graphics/p5-GD-Graph3d/pkg-descr +++ b/graphics/p5-GD-Graph3d/pkg-descr @@ -1,5 +1,6 @@ GD-Graph3d extensions module provides 3D graphs for the GD::Graph module. +WWW: http://search.cpan.org/dist/GD-Graph3d/ --dima dima@Chg.RU diff --git a/graphics/p5-GD-Graph3d/pkg-plist b/graphics/p5-GD-Graph3d/pkg-plist index 3b45dc5353dd..d4ec2662accf 100644 --- a/graphics/p5-GD-Graph3d/pkg-plist +++ b/graphics/p5-GD-Graph3d/pkg-plist @@ -1,6 +1,8 @@ lib/perl5/site_perl/%%PERL_VER%%/GD/Graph3d.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/axestype3d.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/bars3d.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/cylinder3d.pm +lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/cylinder.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/lines3d.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Graph/pie3d.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Graph3d/.packlist |