summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-16 05:29:53 +0000
committerjlam <jlam>2001-10-16 05:29:53 +0000
commit5e259c47f70620a92f39a64eaea545b1d36dd7c8 (patch)
tree2ed593bb5b27948a6cfb58665845ed71df3395d1 /graphics
parent1652a907c8d3e74aa5b5c0b8985e5faba425d71c (diff)
downloadpkgsrc-5e259c47f70620a92f39a64eaea545b1d36dd7c8.tar.gz
Update php4-gd to the version from the php-4.0.6 distribution. Changes
from version 4.0.5 include moving from the www category, and: - Added GD 2.0.1 support for truecolor and alpha channels, plus some other gd functions, both old and new - see docs for more info. (Wez)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/php4-gd/Makefile22
-rw-r--r--graphics/php4-gd/distinfo4
-rw-r--r--graphics/php4-gd/pkg/DESCR2
3 files changed, 28 insertions, 0 deletions
diff --git a/graphics/php4-gd/Makefile b/graphics/php4-gd/Makefile
new file mode 100644
index 00000000000..9fce54546ef
--- /dev/null
+++ b/graphics/php4-gd/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/16 05:29:53 jlam Exp $
+
+.include "../php4/Makefile.module"
+
+MODNAME= gd
+CATEGORIES+= graphics
+PHP_PKG_VERS= # empty
+COMMENT= PHP4 extension for GD graphics library
+
+USE_BUILDLINK_ONLY= YES
+
+CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --with-jpeg-dir=shared,${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --with-png-dir=shared,${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --with-xpm-dir=shared,${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --with-ttf=shared,${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --without-freetype-dir
+CONFIGURE_ARGS+= --without-t1lib
+
+.include "../../graphics/gd/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/php4-gd/distinfo b/graphics/php4-gd/distinfo
new file mode 100644
index 00000000000..7aa113d11fd
--- /dev/null
+++ b/graphics/php4-gd/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/16 05:29:53 jlam Exp $
+
+SHA1 (php-4.0.6.tar.gz) = 6544eb1085b916541af914a11074e9bb8a037a03
+Size (php-4.0.6.tar.gz) = 3157346 bytes
diff --git a/graphics/php4-gd/pkg/DESCR b/graphics/php4-gd/pkg/DESCR
new file mode 100644
index 00000000000..e138099fe60
--- /dev/null
+++ b/graphics/php4-gd/pkg/DESCR
@@ -0,0 +1,2 @@
+PHP is a programming language designed to be embedded into web pages.
+This module provides GD graphics library support for PHP4.