diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-12-12 15:09:17 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-12-12 15:09:17 +0000 |
commit | de480a057490ad4ca6175e655852df38c990f3e9 (patch) | |
tree | d2ff1d237f67584a86f38c3778f0d866653dbcf6 /graphics | |
parent | Activate p5-GIFgraph. (diff) |
a Perl package to generate GIF charts
PR: ports/8627
Submitted by: laskavy@gambit.msk.su
Modified by: kuriyama
o added p5-GD dependency
o some portlint fixes
This port fails on make test stage in ${WRKDIR}. But this is
caused by font difference between developper's and mine.
So it can ignore.
Notes
Notes:
svn path=/head/; revision=15306
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GIFgraph/Makefile | 26 | ||||
-rw-r--r-- | graphics/GIFgraph/distinfo | 1 | ||||
-rw-r--r-- | graphics/GIFgraph/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/GIFgraph/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/GIFgraph/pkg-plist | 13 |
5 files changed, 43 insertions, 0 deletions
diff --git a/graphics/GIFgraph/Makefile b/graphics/GIFgraph/Makefile new file mode 100644 index 000000000000..78a0f82ac383 --- /dev/null +++ b/graphics/GIFgraph/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-GIFgraph +# Version required: 1.01 +# Date created: Nov 9, 1998 +# Whom: laskavy@gambit.msk.su +# +# $Id$ +# + +DISTNAME= GIFgraph-1.01 +PKGNAME= p5-GIFgraph-1.01 +CATEGORIES= graphics perl5 +MASTER_SITES= http://www.tcp.chem.tue.nl/~tgtcmv/perl/ + +MAINTAINER= laskavy@gambit.msk.su + +RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/GD.pm:${PORTSDIR}/graphics/p5-GD + +USE_PERL5= YES + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= GIFgraph.3 GIFgraph::colour.3 + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/graphics/GIFgraph/distinfo b/graphics/GIFgraph/distinfo new file mode 100644 index 000000000000..1f9e4530bf2e --- /dev/null +++ b/graphics/GIFgraph/distinfo @@ -0,0 +1 @@ +MD5 (GIFgraph-1.01.tar.gz) = 9fbf10ec9eda820de5d148e0df0641d0 diff --git a/graphics/GIFgraph/pkg-comment b/graphics/GIFgraph/pkg-comment new file mode 100644 index 000000000000..0c2a4157c1b2 --- /dev/null +++ b/graphics/GIFgraph/pkg-comment @@ -0,0 +1 @@ +a Perl package to generate GIF charts diff --git a/graphics/GIFgraph/pkg-descr b/graphics/GIFgraph/pkg-descr new file mode 100644 index 000000000000..3aa9845f6942 --- /dev/null +++ b/graphics/GIFgraph/pkg-descr @@ -0,0 +1,2 @@ +This is GIFgraph, a package to generate GIF charts, +using Lincoln Stein's GD.pm. diff --git a/graphics/GIFgraph/pkg-plist b/graphics/GIFgraph/pkg-plist new file mode 100644 index 000000000000..5f6b1524e820 --- /dev/null +++ b/graphics/GIFgraph/pkg-plist @@ -0,0 +1,13 @@ +lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/pie.pm +lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/utils.pm +lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/axestype.pm +lib/perl5/site_perl/%%PERL_VER%%/GIFgraph/colour.pm +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/points.pm +lib/perl5/site_perl/%%PERL_VER%%/GIFgraph.pm +lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/GIFgraph/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/GIFgraph +@dirrm lib/perl5/site_perl/%%PERL_VER%%/GIFgraph |