pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/pear-Image_Color Manage and handles color dat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/198e13320c15
branches:  trunk
changeset: 505491:198e13320c15
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Jan 03 20:59:10 2006 +0000

description:
Manage and handles color data and conversions.

diffstat:

 graphics/pear-Image_Color/DESCR            |   1 +
 graphics/pear-Image_Color/Makefile         |  13 +++++++++++++
 graphics/pear-Image_Color/PLIST            |   1 +
 graphics/pear-Image_Color/distinfo         |   6 ++++++
 graphics/pear-Image_Color/patches/patch-aa |  13 +++++++++++++
 5 files changed, 34 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r fc32776e6862 -r 198e13320c15 graphics/pear-Image_Color/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/pear-Image_Color/DESCR   Tue Jan 03 20:59:10 2006 +0000
@@ -0,0 +1,1 @@
+Manage and handles color data and conversions.
diff -r fc32776e6862 -r 198e13320c15 graphics/pear-Image_Color/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/pear-Image_Color/Makefile        Tue Jan 03 20:59:10 2006 +0000
@@ -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@localhost
+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 -r fc32776e6862 -r 198e13320c15 graphics/pear-Image_Color/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/pear-Image_Color/PLIST   Tue Jan 03 20:59:10 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/03 20:59:10 adrianp Exp $
diff -r fc32776e6862 -r 198e13320c15 graphics/pear-Image_Color/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/pear-Image_Color/distinfo        Tue Jan 03 20:59:10 2006 +0000
@@ -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 -r fc32776e6862 -r 198e13320c15 graphics/pear-Image_Color/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/pear-Image_Color/patches/patch-aa        Tue Jan 03 20:59:10 2006 +0000
@@ -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" />



Home | Main Index | Thread Index | Old Index