From c1713b75334cf1c73ef5c7e84a0d45810e91c224 Mon Sep 17 00:00:00 2001 From: adrianp Date: Tue, 3 Jan 2006 20:57:53 +0000 Subject: [PATCH] A package providing a common interface to image drawing, making image source code independent on the library used. --- graphics/pear-Image_Canvas/DESCR | 2 ++ graphics/pear-Image_Canvas/Makefile | 13 +++++++++++++ graphics/pear-Image_Canvas/PLIST | 1 + graphics/pear-Image_Canvas/distinfo | 6 ++++++ graphics/pear-Image_Canvas/patches/patch-aa | 13 +++++++++++++ 5 files changed, 35 insertions(+) create mode 100644 graphics/pear-Image_Canvas/DESCR create mode 100644 graphics/pear-Image_Canvas/Makefile create mode 100644 graphics/pear-Image_Canvas/PLIST create mode 100644 graphics/pear-Image_Canvas/distinfo create mode 100644 graphics/pear-Image_Canvas/patches/patch-aa diff --git a/graphics/pear-Image_Canvas/DESCR b/graphics/pear-Image_Canvas/DESCR new file mode 100644 index 000000000000..29a693de573f --- /dev/null +++ b/graphics/pear-Image_Canvas/DESCR @@ -0,0 +1,2 @@ +A package providing a common interface to image drawing, making image +source code independent on the library used. diff --git a/graphics/pear-Image_Canvas/Makefile b/graphics/pear-Image_Canvas/Makefile new file mode 100644 index 000000000000..66408656f61a --- /dev/null +++ b/graphics/pear-Image_Canvas/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/03 20:57:53 adrianp Exp $ + +DISTNAME= Image_Canvas-0.2.4 +CATEGORIES= graphics + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://pear.php.net/package/Image_Color/ +COMMENT= Common interface to image drawing, making image source code + +DEPENDS+= pear-Image_Color>=1.0.0:../../graphics/pear-Image_Color + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/pear-Image_Canvas/PLIST b/graphics/pear-Image_Canvas/PLIST new file mode 100644 index 000000000000..4caf13b23507 --- /dev/null +++ b/graphics/pear-Image_Canvas/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/03 20:57:53 adrianp Exp $ diff --git a/graphics/pear-Image_Canvas/distinfo b/graphics/pear-Image_Canvas/distinfo new file mode 100644 index 000000000000..97a8f09121c5 --- /dev/null +++ b/graphics/pear-Image_Canvas/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/03 20:57:53 adrianp Exp $ + +SHA1 (pear/Image_Canvas-0.2.4.tgz) = f5d9b5c47719786f5e5f5705b6de129264a31fd7 +RMD160 (pear/Image_Canvas-0.2.4.tgz) = 5743751bf4c0824e9eeefe128d523ab98f385213 +Size (pear/Image_Canvas-0.2.4.tgz) = 42101 bytes +SHA1 (patch-aa) = c0ee51f835dacda49ff7583ed15868febaadadf1 diff --git a/graphics/pear-Image_Canvas/patches/patch-aa b/graphics/pear-Image_Canvas/patches/patch-aa new file mode 100644 index 000000000000..a6652d36a242 --- /dev/null +++ b/graphics/pear-Image_Canvas/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/01/03 20:57:53 adrianp Exp $ + +--- package.xml.orig 2005-11-08 19:02:00.000000000 +0000 ++++ package.xml +@@ -22,7 +22,7 @@ + * Fixed a bug causing rectangles not being displayed, if points were given in the wrong order + + +- gd ++ gd + Image_Color + +