diff options
author | Steve Price <steve@FreeBSD.org> | 1999-03-15 02:16:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-03-15 02:16:59 +0000 |
commit | 0addfd7abedcd65dd20f6d6f1477fdc22a41b70a (patch) | |
tree | fbfcb1e8aad902e5b1fc1ce40240187ac3827f1b /graphics/GIFgraph | |
parent | fbc3d7afe70b0180e08bff2f848dee3eb11f0fd0 (diff) | |
download | ports-0addfd7abedcd65dd20f6d6f1477fdc22a41b70a.tar.gz ports-0addfd7abedcd65dd20f6d6f1477fdc22a41b70a.zip |
Notes
Diffstat (limited to 'graphics/GIFgraph')
-rw-r--r-- | graphics/GIFgraph/Makefile | 9 | ||||
-rw-r--r-- | graphics/GIFgraph/distinfo | 2 | ||||
-rw-r--r-- | graphics/GIFgraph/pkg-plist | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/graphics/GIFgraph/Makefile b/graphics/GIFgraph/Makefile index 78a0f82ac383..9d2aeee1764c 100644 --- a/graphics/GIFgraph/Makefile +++ b/graphics/GIFgraph/Makefile @@ -3,13 +3,14 @@ # Date created: Nov 9, 1998 # Whom: laskavy@gambit.msk.su # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/12 15:09:17 kuriyama Exp $ # -DISTNAME= GIFgraph-1.01 -PKGNAME= p5-GIFgraph-1.01 +DISTNAME= GIFgraph-1.10 +PKGNAME= p5-${DISTNAME} CATEGORIES= graphics perl5 -MASTER_SITES= http://www.tcp.chem.tue.nl/~tgtcmv/perl/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= GIFgraph MAINTAINER= laskavy@gambit.msk.su diff --git a/graphics/GIFgraph/distinfo b/graphics/GIFgraph/distinfo index 1f9e4530bf2e..342c3fb8436a 100644 --- a/graphics/GIFgraph/distinfo +++ b/graphics/GIFgraph/distinfo @@ -1 +1 @@ -MD5 (GIFgraph-1.01.tar.gz) = 9fbf10ec9eda820de5d148e0df0641d0 +MD5 (GIFgraph-1.10.tar.gz) = 1bba4331bc82dd9e669a4dee592e5f02 diff --git a/graphics/GIFgraph/pkg-plist b/graphics/GIFgraph/pkg-plist index bd73b3fe63de..471c4ab1f951 100644 --- a/graphics/GIFgraph/pkg-plist +++ b/graphics/GIFgraph/pkg-plist @@ -6,6 +6,7 @@ lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/bars.pm lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/linespoints.pm lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/area.pm lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/lines.pm +lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/mixed.pm lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/points.pm lib/perl5/site_perl/%%PERL_VER%%/GIFgraph.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GIFgraph/.packlist |