Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1 @@
Manage and handles color data and conversions.

View File

@@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.12 2012/10/06 14:11:13 asau Exp $
DISTNAME= Image_Color-1.0.4
PKGREVISION= 1
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pear.php.net/package/Image_Color/
COMMENT= Manage and handles color data and conversions
LICENSE= gnu-lgpl-v2.1
CONFLICTS= php-pear-Image_Color-[0-9]*
DEPENDS+= ${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.4 2011/05/16 13:18:59 taca Exp $
SHA1 (pear/Image_Color-1.0.4.tgz) = 611839b0e85474989de657e6e77f8286cf082134
RMD160 (pear/Image_Color-1.0.4.tgz) = 1852abe3d3ffba4071307741579fa14ff9ed73dd
Size (pear/Image_Color-1.0.4.tgz) = 9501 bytes
SHA1 (patch-aa) = 5532003dde487901234be5e424e994f74f9c57ca

View File

@@ -0,0 +1,17 @@
$NetBSD: patch-aa,v 1.3 2011/05/16 13:18:59 taca Exp $
Avoid depends on gd extension in package.xml since it is covered by
pkgsrc's denedency.
--- ../package.xml.orig 1970-01-01 09:13:08.000000000 +0000
+++ ../package.xml
@@ -51,9 +51,6 @@ Relicensing under LGPL 2.1.
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
- <extension>
- <name>gd</name>
- </extension>
</required>
</dependencies>
<phprelease />