diff options
Diffstat (limited to 'graphics/p5-GD1')
| -rw-r--r-- | graphics/p5-GD1/Makefile | 28 | ||||
| -rw-r--r-- | graphics/p5-GD1/distinfo | 1 | ||||
| -rw-r--r-- | graphics/p5-GD1/files/patch-aa | 47 | ||||
| -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 | 8 |
6 files changed, 0 insertions, 89 deletions
diff --git a/graphics/p5-GD1/Makefile b/graphics/p5-GD1/Makefile deleted file mode 100644 index 54ef544dfa20..000000000000 --- a/graphics/p5-GD1/Makefile +++ /dev/null @@ -1,28 +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.32 -CATEGORIES= graphics perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= GD -PKGNAMEPREFIX= p5- - -MAINTAINER= demon@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} ${MAKE_ENV} ${PERL5} Makefile.PL \ - CC="${CC}" CCFLAGS="${CFLAGS}" - -.include <bsd.port.mk> diff --git a/graphics/p5-GD1/distinfo b/graphics/p5-GD1/distinfo deleted file mode 100644 index 3e4cd918d1b1..000000000000 --- a/graphics/p5-GD1/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (GD-1.32.tar.gz) = 1fa982def11e42809ef3b802e38a5eb8 diff --git a/graphics/p5-GD1/files/patch-aa b/graphics/p5-GD1/files/patch-aa deleted file mode 100644 index 6d9f7676f3ab..000000000000 --- a/graphics/p5-GD1/files/patch-aa +++ /dev/null @@ -1,47 +0,0 @@ ---- Makefile.PL.orig Fri Jun 23 11:31:50 2000 -+++ Makefile.PL Thu Nov 9 13:38:26 2000 -@@ -3,38 +3,17 @@ - warn "NOTICE: This module requires libgd 1.8.3 or higher (shared library version 4.X).\n"; - - # =====> PATHS: CHECK AND ADJUST <===== --my @INC = qw(-I/usr/local/include -I/usr/local/include/gd); --my @LIBPATH = qw(-L/usr/lib/X11 -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/local/lib ); --my @LIBS = qw(-lgd -lpng -lz); -- --# FEATURE FLAGS --warn "\nPlease choose the features that match how libgd was built:\n"; -- --my $JPEG = lc prompt('Build JPEG support?','y') eq 'y'; --my $TTF = lc prompt('Build FreeType support?','y') eq 'y'; --my $XPM = $^O !~ /^freebsd|MSWin32$/ && lc prompt('Build XPM support?','y') eq 'y'; -+my @INC = 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 @LIBPATH = qw(-L/usr/X11R6/lib -L/usr/local/lib ); -+my @LIBS = qw(-lttf -ljpeg -lgd -lpng -lz); - - my $FCGI = 0; # set to 1 to build compatability with fastCGI - --warn "\nIf you experience compile problems, please check the \@INC, \@LIBPATH and \@LIBS\n", -- "arrays defined in Makefile.PL and manually adjust, if necessary.\n\n"; -- --#### no user-serviceable parts below ##### -- --push @LIBS,'-lttf' if $TTF; --push @LIBS,'-ljpeg' if $JPEG; --push @LIBS, '-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 @LIBS,'-lX11','-lXpm' if $XPM; --} -+push @LIBS,'-lX11','-lXpm' unless $^O eq 'MSWin32'; - - my $CAPI = defined $ExtUtils::MakeMaker::CAPI_support ? 'TRUE' : 'FALSE'; --my $DEFINES = ''; --$DEFINES .= ' -DHAVE_JPEG' if $JPEG; --$DEFINES .= ' -DHAVE_TTF' if $TTF; --$DEFINES .= ' -DHAVE_XPM' if $XPM; -+my $DEFINES = '-DHAVE_JPEG -DHAVE_TTF'; -+$DEFINES .= ' -DHAVE_XPM' unless $^O eq 'MSWin32'; - $DEFINES .= ' -DFCGI' if $FCGI; - - WriteMakefile( 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 d87ad5c57600..000000000000 --- a/graphics/p5-GD1/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/GD.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/patch_gd.pl -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 |
