diff options
author | linimon <linimon@FreeBSD.org> | 2006-08-28 04:08:33 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-08-28 04:08:33 +0800 |
commit | 771e784fbe027110388a509db00f49cfb54add97 (patch) | |
tree | 1631f91374d8f69cc6efd19e2dfdcec218b0cb14 /graphics | |
parent | faafb842b7a167a502212534c1224126576e5aa8 (diff) | |
download | freebsd-ports-graphics-771e784fbe027110388a509db00f49cfb54add97.tar.gz freebsd-ports-graphics-771e784fbe027110388a509db00f49cfb54add97.tar.zst freebsd-ports-graphics-771e784fbe027110388a509db00f49cfb54add97.zip |
This port has been DEPRECATED for some time in favor of graphics/p5-GD-Graph.
Now that it has both been BROKEN for a while, and the maintainer's address
bounces, just remove it.
Hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GIFgraph/Makefile | 38 | ||||
-rw-r--r-- | graphics/GIFgraph/distinfo | 3 | ||||
-rw-r--r-- | graphics/GIFgraph/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/GIFgraph/pkg-plist | 13 | ||||
-rw-r--r-- | graphics/Makefile | 1 |
5 files changed, 0 insertions, 57 deletions
diff --git a/graphics/GIFgraph/Makefile b/graphics/GIFgraph/Makefile deleted file mode 100644 index 42cca8af942..00000000000 --- a/graphics/GIFgraph/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: p5-GIFgraph -# Date created: Nov 9, 1998 -# Whom: laskavy@gambit.msk.su -# -# $FreeBSD$ -# - -PORTNAME= GIFgraph -PORTVERSION= 1.20 -CATEGORIES= graphics perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= GIFgraph -PKGNAMEPREFIX= p5- -DISTNAME= GIFgraph-${PORTVERSION} - -MAINTAINER= ls@gambit.com.ru -COMMENT= A Perl package to generate PNG charts - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD - -BROKEN= does not build -DEPRECATED= This module is simply a wrapper around GD::Graph and is deprecated. One should simply use graphics/p5-GD-Graph -EXPIRATION_DATE= 2007-01-01 - -PERL_CONFIGURE= YES - -MAN3= GIFgraph.3 - -post-patch: - ${FIND} ${WRKSRC} -name '*.orig' -delete - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 # inherited from graphics/p5-GD-Graph -IGNORE= requires at least Perl 5.8. Please install lang/perl.58 and try again -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/GIFgraph/distinfo b/graphics/GIFgraph/distinfo deleted file mode 100644 index cb5ee1f2661..00000000000 --- a/graphics/GIFgraph/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (GIFgraph-1.20.tar.gz) = b4171f7d88c01acb0df5c5d515b24714 -SHA256 (GIFgraph-1.20.tar.gz) = de97b948d3b6c0b4380ff0bd0c59784741c89f87e486988ac62b18eac8ccc823 -SIZE (GIFgraph-1.20.tar.gz) = 29434 diff --git a/graphics/GIFgraph/pkg-descr b/graphics/GIFgraph/pkg-descr deleted file mode 100644 index 103cc139135..00000000000 --- a/graphics/GIFgraph/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This is GIFgraph, a package to generate PNG charts, -using Lincoln Stein's GD.pm. diff --git a/graphics/GIFgraph/pkg-plist b/graphics/GIFgraph/pkg-plist deleted file mode 100644 index 6011bb7ee0b..00000000000 --- a/graphics/GIFgraph/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -%%SITE_PERL%%/GIFgraph.pm -%%SITE_PERL%%/GIFgraph/Convert.pm -%%SITE_PERL%%/GIFgraph/area.pm -%%SITE_PERL%%/GIFgraph/axestype.pm -%%SITE_PERL%%/GIFgraph/bars.pm -%%SITE_PERL%%/GIFgraph/lines.pm -%%SITE_PERL%%/GIFgraph/linespoints.pm -%%SITE_PERL%%/GIFgraph/mixed.pm -%%SITE_PERL%%/GIFgraph/pie.pm -%%SITE_PERL%%/GIFgraph/points.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/GIFgraph/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GIFgraph -@dirrm %%SITE_PERL%%/GIFgraph diff --git a/graphics/Makefile b/graphics/Makefile index ca175965b95..a614393e009 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -7,7 +7,6 @@ SUBDIR += Cgraph SUBDIR += Coin SUBDIR += EZWGL - SUBDIR += GIFgraph SUBDIR += GraphicsMagick SUBDIR += Hermes SUBDIR += IPA |