diff options
Diffstat (limited to 'graphics/p5-GD1')
-rw-r--r-- | graphics/p5-GD1/Makefile | 27 | ||||
-rw-r--r-- | graphics/p5-GD1/distinfo | 1 | ||||
-rw-r--r-- | graphics/p5-GD1/files/patch-aa | 23 | ||||
-rw-r--r-- | graphics/p5-GD1/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/p5-GD1/pkg-descr | 4 | ||||
-rw-r--r-- | graphics/p5-GD1/pkg-plist | 7 |
6 files changed, 0 insertions, 63 deletions
diff --git a/graphics/p5-GD1/Makefile b/graphics/p5-GD1/Makefile deleted file mode 100644 index c6c8e13bb974..000000000000 --- a/graphics/p5-GD1/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: p5-GD -# Date created: June 26th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= GD -PORTVERSION= 1.27 -CATEGORIES= graphics perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= GD -PKGNAMEPREFIX= p5- - -MAINTAINER= jfitz@FreeBSD.org - -LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd - -USE_PERL5= YES - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= GD.3 - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> diff --git a/graphics/p5-GD1/distinfo b/graphics/p5-GD1/distinfo deleted file mode 100644 index 2f6d6cb4b57f..000000000000 --- a/graphics/p5-GD1/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (GD-1.27.tar.gz) = 6ff031721c5c9ea8a5f8ca3049616c35 diff --git a/graphics/p5-GD1/files/patch-aa b/graphics/p5-GD1/files/patch-aa deleted file mode 100644 index a85cfb53ccd5..000000000000 --- a/graphics/p5-GD1/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.PL.orig Thu Mar 23 03:20:12 2000 -+++ Makefile.PL Sun Apr 23 17:53:41 2000 -@@ -4,15 +4,12 @@ - my $CAPI = defined $ExtUtils::MakeMaker::CAPI_support ? 'TRUE' : 'FALSE'; - - # CHECK AND ADJUST --my @extrainc = qw(-I/usr/local/include -I/usr/local/include/gd); --my @extrasearch = qw(-L/usr/lib/X11 -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/local/lib ); --my @extralibs = qw(-lgd -lpng -lttf -lz -ljpeg); -+my @extrainc = qw(-I/usr/local/include -I/usr/local/include/gd -I/usr/local/include/freetype -I/usr/X11R6/include -I/usr/X11R6/include/X11); -+my @extrasearch = qw(-L/usr/X11R6/lib -L/usr/local/lib ); -+my @extralibs; -+push @extralibs, @extrasearch, '-lgd', '-lpng', '-lttf', '-lz', '-ljpeg'; - push @extralibs, '-lm' unless $^O eq 'MSWin32'; -- --# FreeBSD 3.3 with libgd built from ports croaks if -lXpm is specified --if ($^O ne 'freebsd' && $^O ne 'MSWin32') { -- push @extralibs,'-lX11','-lXpm'; --} -+push @extralibs, '-lXpm -lX11' unless $^O eq 'MSWin32'; - - WriteMakefile( - 'NAME' => 'GD', diff --git a/graphics/p5-GD1/pkg-comment b/graphics/p5-GD1/pkg-comment deleted file mode 100644 index 4e79085cf7ce..000000000000 --- a/graphics/p5-GD1/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A perl5 interface to Gd Graphics Library diff --git a/graphics/p5-GD1/pkg-descr b/graphics/p5-GD1/pkg-descr deleted file mode 100644 index 0124434aae6d..000000000000 --- a/graphics/p5-GD1/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ - GD.pm is a port of Thomas Boutell's gd graphics library - (see below). GD allows you to create color drawings using - a large number of graphics primitives, and emit the - drawings as GIF files. diff --git a/graphics/p5-GD1/pkg-plist b/graphics/p5-GD1/pkg-plist deleted file mode 100644 index 9bfe3964be5b..000000000000 --- a/graphics/p5-GD1/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/GD.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/qd.pl -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/GD.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/GD.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/autosplit.ix -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD |