diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-01-03 20:59:10 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-01-03 20:59:10 +0000 |
commit | 2b54707a8de73270751c082ac491c3f4a18a58ae (patch) | |
tree | 43868dca4976581bff1d1c12aba3694aa31c2dd7 /graphics/pear-Image_Color | |
parent | c1713b75334cf1c73ef5c7e84a0d45810e91c224 (diff) | |
download | pkgsrc-2b54707a8de73270751c082ac491c3f4a18a58ae.tar.gz |
Manage and handles color data and conversions.
Diffstat (limited to 'graphics/pear-Image_Color')
-rw-r--r-- | graphics/pear-Image_Color/DESCR | 1 | ||||
-rw-r--r-- | graphics/pear-Image_Color/Makefile | 13 | ||||
-rw-r--r-- | graphics/pear-Image_Color/PLIST | 1 | ||||
-rw-r--r-- | graphics/pear-Image_Color/distinfo | 6 | ||||
-rw-r--r-- | graphics/pear-Image_Color/patches/patch-aa | 13 |
5 files changed, 34 insertions, 0 deletions
diff --git a/graphics/pear-Image_Color/DESCR b/graphics/pear-Image_Color/DESCR new file mode 100644 index 00000000000..ff12d876b9f --- /dev/null +++ b/graphics/pear-Image_Color/DESCR @@ -0,0 +1 @@ +Manage and handles color data and conversions. diff --git a/graphics/pear-Image_Color/Makefile b/graphics/pear-Image_Color/Makefile new file mode 100644 index 00000000000..2479713c2c5 --- /dev/null +++ b/graphics/pear-Image_Color/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/03 20:59:10 adrianp Exp $ + +DISTNAME= Image_Color-1.0.2 +CATEGORIES= graphics + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://pear.php.net/package/Image_Color/ +COMMENT= Manage and handles color data and conversions + +DEPENDS+= php-gd-[0-9]*:../../graphics/php-gd + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/pear-Image_Color/PLIST b/graphics/pear-Image_Color/PLIST new file mode 100644 index 00000000000..623af92fd0d --- /dev/null +++ b/graphics/pear-Image_Color/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/03 20:59:10 adrianp Exp $ diff --git a/graphics/pear-Image_Color/distinfo b/graphics/pear-Image_Color/distinfo new file mode 100644 index 00000000000..6746e262206 --- /dev/null +++ b/graphics/pear-Image_Color/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/03 20:59:10 adrianp Exp $ + +SHA1 (pear/Image_Color-1.0.2.tgz) = 36a791ae5452dfa864373b626d6dca072dcea86d +RMD160 (pear/Image_Color-1.0.2.tgz) = f4b46045b156f700123a26f95d2e2d07353a1c12 +Size (pear/Image_Color-1.0.2.tgz) = 7724 bytes +SHA1 (patch-aa) = 1962ae866a3459904dd338451e93fce25507907b diff --git a/graphics/pear-Image_Color/patches/patch-aa b/graphics/pear-Image_Color/patches/patch-aa new file mode 100644 index 00000000000..c0ddc1c2223 --- /dev/null +++ b/graphics/pear-Image_Color/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/01/03 20:59:10 adrianp Exp $ + +--- package.xml.orig 2005-09-12 20:27:01.000000000 +0100 ++++ package.xml +@@ -51,7 +51,7 @@ + several violations of the PEAR coding standards. + </notes> + <deps> +- <dep type="ext" rel="has">gd</dep> ++ <dep type="ext" rel="has" optional="yes">gd</dep> + </deps> + <provides type="class" name="Image_Color" /> + <provides type="function" name="Image_Color::mixColors" /> |