perl interface to libgd

This commit is contained in:
mickey 2000-09-19 17:01:19 +00:00
parent 5eab37ff88
commit 729f7c2e37
6 changed files with 53 additions and 0 deletions

21
graphics/p5-GD/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/19 17:01:19 mickey Exp $
DISTNAME= GD-1.30
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
NEED_VERSION= 1.330
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD
MAINTAINER= ports@OpenBSD.org
LIB_DEPENDS= gd.18:${PORTSDIR}/graphics/gd
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

3
graphics/p5-GD/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (GD-1.30.tar.gz) = 81e422fb2d4839b6be7fc39f492ffbf1
RMD160 (GD-1.30.tar.gz) = 1ff8c796b6d22809595204688fd62a08d46a7bee
SHA1 (GD-1.30.tar.gz) = 28ce862afe5771a66a9791f275040234a2601c64

View File

@ -0,0 +1,15 @@
--- Makefile.PL.orig Thu Jun 22 23:31:50 2000
+++ Makefile.PL Tue Sep 19 12:17:38 2000
@@ -10,9 +10,9 @@
# 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 $JPEG = 1;
+my $TTF = 1;
+my $XPM = 1;
my $FCGI = 0; # set to 1 to build compatability with fastCGI

View File

@ -0,0 +1 @@
a perl5 interface to Gd Graphics Library

4
graphics/p5-GD/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
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.

9
graphics/p5-GD/pkg/PLIST Normal file
View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/09/19 17:01:19 mickey Exp $
libdata/perl5/site_perl/${ARCH}-openbsd/GD.pm
libdata/perl5/site_perl/${ARCH}-openbsd/auto/GD/.packlist
libdata/perl5/site_perl/${ARCH}-openbsd/auto/GD/GD.bs
libdata/perl5/site_perl/${ARCH}-openbsd/auto/GD/GD.so
libdata/perl5/site_perl/${ARCH}-openbsd/auto/GD/autosplit.ix
libdata/perl5/site_perl/${ARCH}-openbsd/qd.pl
man/man3/GD.3p
@dirrm libdata/perl5/site_perl/${ARCH}-openbsd/auto/GD