Update to version 1.10.
PR: 10181 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
This commit is contained in:
parent
fbc3d7afe7
commit
0addfd7abe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17218
3 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (GIFgraph-1.01.tar.gz) = 9fbf10ec9eda820de5d148e0df0641d0
|
||||
MD5 (GIFgraph-1.10.tar.gz) = 1bba4331bc82dd9e669a4dee592e5f02
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue