A package providing a common interface to image drawing, making image

source code independent on the library used.
This commit is contained in:
adrianp 2006-01-03 20:57:53 +00:00
parent 77682d00ba
commit c1713b7533
5 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,2 @@
A package providing a common interface to image drawing, making image
source code independent on the library used.

View file

@ -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"

View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/03 20:57:53 adrianp Exp $

View file

@ -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

View file

@ -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
</notes>
<deps>
- <dep type="ext" rel="has" optional="no">gd</dep>
+ <dep type="ext" rel="has" optional="yes">gd</dep>
<dep type="pkg" rel="ge" version="1.0.0" optional="no">Image_Color</dep>
</deps>
<provides type="class" name="Image_Canvas_Color" extends="Image_Color" />