perl interface to libgd
This commit is contained in:
parent
5eab37ff88
commit
729f7c2e37
21
graphics/p5-GD/Makefile
Normal file
21
graphics/p5-GD/Makefile
Normal 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
3
graphics/p5-GD/files/md5
Normal 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
|
15
graphics/p5-GD/patches/patch-aa
Normal file
15
graphics/p5-GD/patches/patch-aa
Normal 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
|
||||
|
1
graphics/p5-GD/pkg/COMMENT
Normal file
1
graphics/p5-GD/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
a perl5 interface to Gd Graphics Library
|
4
graphics/p5-GD/pkg/DESCR
Normal file
4
graphics/p5-GD/pkg/DESCR
Normal 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
9
graphics/p5-GD/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user